
.small-box .icon {
    background: #6bb3dc; /* Old browsers */
    background: -moz-linear-gradient(left, #6bb3dc 0%, #3c8dbc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6bb3dc 0%,#3c8dbc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6bb3dc 0%,#3c8dbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb3dc', endColorstr='#3c8dbc',GradientType=1 ); /* IE6-9 */
    color: #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    position: static;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_card {
    display: flex;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.2);
    transition: .4s all;
}

.small-box:hover .icon {
    font-size: 30px;
}


.bg-aqua.box_card {
    background: #70d9f3; /* Old browsers */
    background: -moz-linear-gradient(left, #70d9f3 0%, #48caea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #70d9f3 0%,#48caea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #70d9f3 0%,#48caea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d9f3', endColorstr='#48caea',GradientType=1 ); /* IE6-9 */
    transition: background 0.6s ease;
}

    .bg-aqua.box_card:hover {
        background: #48caea; /* Old browsers */
        background: -moz-linear-gradient(left, #48caea 0%, #70d9f3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #48caea 0%,#70d9f3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #48caea 0%,#70d9f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48caea', endColorstr='#70d9f3',GradientType=1 ); /* IE6-9 */
    }

.bg-yellow.box_card {
    background: #f9c676; /* Old browsers */
    background: -moz-linear-gradient(left, #f9c676 1%, #f5af40 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9c676 1%,#f5af40 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9c676 1%,#f5af40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c676', endColorstr='#f5af40',GradientType=1 ); /* IE6-9 */
    transition: background 0.6s ease;
}

    .bg-yellow.box_card:hover {
        background: #f5af40; /* Old browsers */
        background: -moz-linear-gradient(left, #f5af40 0%, #f9c676 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #f5af40 0%,#f9c676 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f5af40 0%,#f9c676 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5af40', endColorstr='#f9c676',GradientType=1 ); /* IE6-9 */
    }

.bg-green.box_card {
    background: #93f793; /* Old browsers */
    background: -moz-linear-gradient(left, #93f793 0%, #08e608 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #93f793 0%,#08e608 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #93f793 0%,#08e608 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93f793', endColorstr='#08e608',GradientType=1 ); /* IE6-9 */
    transition: background 0.6s ease;
}

    .bg-green.box_card:hover {
        background: #08e608; /* Old browsers */
        background: -moz-linear-gradient(left, #08e608 0%, #93f793 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #08e608 0%,#93f793 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #08e608 0%,#93f793 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08e608', endColorstr='#93f793',GradientType=1 ); /* IE6-9 */
    }

.bg-red.box_card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5a7b4+0,ef6079+100 */
    background: #f5a7b4; /* Old browsers */
    background: -moz-linear-gradient(left, #f5a7b4 0%, #ef6079 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f5a7b4 0%,#ef6079 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f5a7b4 0%,#ef6079 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a7b4', endColorstr='#ef6079',GradientType=1 ); /* IE6-9 */
    transition: background 0.6s ease;
}

    .bg-red.box_card:hover {
        background: #ef6079; /* Old browsers */
        background: -moz-linear-gradient(left, #ef6079 0%, #f5a7b4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ef6079 0%,#f5a7b4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ef6079 0%,#f5a7b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6079', endColorstr='#f5a7b4',GradientType=1 ); /* IE6-9 */
    }

.box_card .inner {
    padding: 0 15px;
    color: #000;
}

    .box_card .inner:hover {
        color: #fff;
    }

.box_card p {
    margin-bottom: 0;
}

.dashboard-header {
    margin-top: 15px;
}

/**check-box and radio css **/

.custom-checkbox.inline{
    display:inline-block;
     margin-bottom:12px;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    padding-left: 30px;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

    .custom-checkbox label::before {
        content: '';
        background: transparent;
        width: 22px;
        height: 20px;
        border-color: #a7a7a7;
        display: inline-block;
        vertical-align: text-top;
        margin-right: 10px;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        position: absolute;
        left: 0;
        border-radius: 2px;
        top: 2px;
    }

.custom-checkbox input[type="checkbox"]:checked + label:before {
        background-color: #3c8cbc;
    border-color: #3c8cbc;
}

.custom-checkbox input[type="checkbox"]:checked:disabled + label::before {
    background-color: #fff;
    border-color: #a7a7a7;
}

.custom-checkbox input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: "";
    box-sizing: border-box;
    border-width: 2px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
    position: absolute;
    left: 7px;
    top: 4px;
    width: 8px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**radio buttons **/

.custom-radio input[type="radio"]:checked, .custom-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom-radio input[type="radio"]:checked + label, .custom-radio input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        line-height: 21px;
        display: inline-block;
        color: #444242;
        margin: 0;
        font-size: 15px;
    }

        .custom-radio input[type="radio"]:checked + label:before, .custom-radio input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #8c8c8c;
            border-radius: 100%;
            background: transparent;
        }

        .custom-radio input[type="radio"]:checked + label:before {
            background: #fff;
            border: 2px solid #3c8dbc;
        }

        .custom-radio input[type="radio"]:checked + label:after, .custom-radio input[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #3c8dbc;
            border: 2px solid #3c8dbc;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .custom-radio input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .custom-radio input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.custom-radio.inline {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}


/**check-box and radio css end**/
.box {
    border-top: 0;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
}

.box-header, .panel-heading {
    font-size: 20px;
    padding: 6px 15px;
    background: #d4efff; /* Old browsers */
    background: -moz-linear-gradient(left, #d4efff 0%, #aeddf9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d4efff 0%,#aeddf9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d4efff 0%,#aeddf9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4efff', endColorstr='#aeddf9',GradientType=1 ); /* IE6-9 */
}

.panel {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    border: 0;
}

.box-body {
    padding: 15px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    /*padding: 7px 25px;*/
    text-transform: uppercase;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    font-weight: 600;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #0561c3;
        border-color: #0561c3;
    }

.mt-10 {
    margin-top: 10px;
}

h2 {
    margin-top: 0;
    color: #407dce;
    position: relative;
}

    h2:before {
        content: '';
        position: absolute;
        border-left: 16px solid #3c8cbc;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        left: -32px;
    }

:not(.sidebar-mini-expand-feature).sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), :not(.sidebar-mini-expand-feature).sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 224px;
}

:not(.sidebar-mini-expand-feature).sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 224px !important;
}

table.dataTable thead th, table.dataTable thead td, .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}

#validation-summary {
    position: relative;
}

.alert {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    min-width: 300px;
}
table.dataTable{
    margin:0 !important;
    width:100% !important;
}
.dataTables_wrapper{
    margin-bottom:30px;
}
.alert.alert-danger:after{
          content: '';
    position: absolute;
    border-right: 26px solid #fac1cc;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    left: -26px;
    top: 0;
}
.table > thead:first-child > tr:first-child > th{
        color: #236892;
        font-size:13px;
}
.table tbody tr td{
    font-size:12px;
}
body{
    padding-top:50px;
}
.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    right: 0;
    top: 0;
    left: 0;
}   

.btn-box-tool {
    position: relative;
    outline:0;
}
.btn-box-tool:focus{
    outline:0;
}
 
.btn-box-tool:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
        color: #777;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -6px;
    left: auto;
    right: -5px;
}
.btn-box-tool.collapsed:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
        color: #777;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -6px;
    left: auto;
    right: -5px;
}
.login_bg{
    background-image: url(../../../../../Image/login_bg.jpg);
    background-size: 50% 100%;
    background-size: 50%;
    background-repeat-x: no-repeat;
    background-color: #fff;
    padding-top:0;
}   
.login_bg .login-box{
    margin:0;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}
.login_main{
    width:50%;
    float:right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_sms{
    font-size: 13px;
    color: red;
    margin-top: 6px;
    display: inline-block;
}