﻿
.require {
    color: red;
}
/*----------------------------------paging------------------------------------*/
.Pager span {
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #000;
    display: inline-block;
    min-width: 29px;
    height: 27px;
    background-color: #E0F2F1;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3AC0F2;
}

/*.selectdropdown {
    width: 393px !important;
}*/


.Pager a {
    min-width: 29px;
    height: 27px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #2f4e74 !important;
    color: #fff;
    border: 1px solid #3AC0F2 !important;
    margin: 0 3px;
    line-height: 150%;
    text-decoration: none;
}


/*------------------------Validation CSS--------------------------*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
    background-color: firebrick;
    color: white;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    text-align: left;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell {
    display: none;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table {
    width: 150px;
}

.notify {
    background: #000;
    position: fixed;
    right: -300px;
    bottom: 20px;
    padding: 10px 25px;
    margin: 0 15px;
    color: #FFF;
    font-weight: 600;
    opacity: 0;
    z-index: 99999999;
    border-radius: 2px;
    /*animation-name: notify;
            animation-duration: 5s;*/
}

    .notify.success {
        background: #43AC6E;
    }

    .notify.danger {
        background: #ee5f6d;
    }

/* Standard syntax */
@keyframes notify {
    50% {
        opacity: 1.0;
        visibility: visible;
    }

    100% {
        opacity: 0.0;
        visibility: hidden;
    }
}
.Closemsg {
    -webkit-appearance: none;
    padding: 0;
    /* cursor: pointer; */
    background: transparent;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
}
.imageButton {
    height: 16px;
    width: 16px;
}
/*--------------------------------------------------*/
.input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0 4px;
    font-size: 14px;
    line-height: 1;
}

.input-group-sm > .input-group-append > .input-group-text {
    padding: .25rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }
.searchPanel .form-group {
    margin-bottom: 10px;
}

thead .thead {
    background-color: #546576;
    text-align: center;
    color: white;
    font-weight: bold;
}
.box-footer {
    background-color: #d2d6de;
}
.box{
    border:none !important;
}
body {
    font-size: 16px !important;
}
.form-control {
    font-size: 16px;
}
.table > thead > tr > td, .table > thead > tr > th {
    padding: 0px 8px;
    vertical-align: middle;
}

.well {
    background-color: #bbdefb;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    font-size: 16px;
}
.input-group-sm > .input-group-prepend > .input-group-text {
    font-size: 16px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 0px 10px;
    font-size: 16px;
}
.sidebar-menu li.header {
    padding: 2px 25px 2px 15px;
    font-size: 16px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}
tfoot {
    background: #90caf9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left:0px;
}
    .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 6px 5px;
}
    .table > thead > tr > td{
    text-align:center !important;
}
.form-control {
    height: 28px;
    padding: 2px 8px;
}
select.form-control {
    padding-top: 2px;
}

.skin-blue .main-header .logo {
    background-color: #57697af2 !important;
}

.skin-blue .main-header .navbar {
    background-color: #24394d !important;
}