
@media print {
    .main-container{
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    .small, small {
        font-size: 60%;
    }
}


a{
    cursor: pointer !important;
}

a:hover{
    text-decoration: underline;
}

.navbar-form.form-search input[type=text] {
    width: 200px;
}

.header {
    margin-bottom: 10px;
    margin-top: 8px;
}
span.required {
    color: #ff5b00;
}

label.col-sm-1.control-label, label.col-sm-2.control-label,label.col-sm-3.control-label, label.col-sm-4.control-label,label.col-sm-6.control-label,
.col-sm-12.control-label {
    /*color: white;
    background:   #346da5;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 12px;
    border-left: 4px #fdc06b solid;
    border-right: 1px #fdc06b solid;*/

    /*background: #b1ddf8a6;*/
    background: #eaeef1a6;
    font-size: 12px;
    padding: 5px 12px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;


}

/*navigation tab activate & focus*/
.nav-tabs.tab-color-blue>li.active>a, .nav-tabs.tab-color-blue>li.active>a:focus, .nav-tabs.tab-color-blue>li .active>a:hover{
    color: #ff9805;
    border-color: #7DB4D8 #7DB4D8 transparent;
    font-weight: 600;
    font-size: 13px;

}
.nav-tabs>li>a, .nav-tabs>li>a:focus {

    font-size: 13px;
    font-weight: 600;
}

/*mega menu*/
.navbar-nav-mega>li>.mega-dropdown {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.dropdown-menu.mega-dropdown-menu.row {
    width: max-content;
    width: -moz-max-content;
    padding: 10px 0px;
}
.navbar-default .navbar-nav-mega>li>a {
    /*width: 200px;*/
    /*font-weight: bold;*/
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega- {
    padding: 20dropdown-menupx 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 90px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 90px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #ff9500;
}

.mega-dropdown-menu .dropdown-header {
    color:   #346da5;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.navbar-form.form-search input[type=text]:hover {
    border: 2px red solid;
}

/*active tab on dashboard*/
.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{
    background: azure;
    border-top-color: red;
}

.header.blue {
    border-bottom-color: #95b7cb;
    font-weight: 400;
    color: red;
}

.header>.ace-icon {
    margin-right: 2px;
    color: #d67261;
}

img#avatar {
    width: 200px;
    height: auto;
    /*border: 1px #fdc06b solid;*/
}
img#avatar-small {
    width: 120px;
    height: auto;
    border: 1px #fdc06b solid;
}
/*page header*/
.page-header h1 {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

h3.header.large.lighter.blue {
    font-size: 16px;
    font-weight: 600;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle {
    padding: 5px 10px;
}



/*required field error*/
.error {
    color: #f80606;
}

/*delete confirm*/

.modal-dialog {
    position: relative;
    margin: 0 auto;
    top: 25%;
}

.bulk-action-btn:hover{
    text-decoration: none;
    cursor: hand !important;
}

/*
hr {
    margin-top: 8px;
    margin-bottom: 5px;
    border-top: 1px solid #eee;
}*/
/*.form-group input[type=email]:required, .form-group input[type=url]:required, .form-group input[type=search]:required, .form-group input[type=tel]:required, .form-group input[type=color]:required, .form-group input[type=text]:required, .form-group input[type=password]:required, .form-group input[type=datetime]:required, .form-group input[type=datetime-local]:required, .form-group input[type=date]:required, .form-group input[type=month]:required, .form-group input[type=time]:required, .form-group input[type=week]:required, .form-group input[type=number]:required, */

.form-control .chosen-select:required,.form-group select:required, .form-group textarea:required,input:required {
    border-left: 2px red solid;
}

/*Table Layout Customization*/
th {
    background: #e0f3ff;
    border-bottom: 2px red solid !important;
    text-align: center;
    color: #0a4160;
    text-transform: uppercase;

}



/*data Table Responsive*/
.dynamic-table{
    width: 100%; padding-left: -10px; border: 1px solid white ;
}
.table-header {
    background-color:   #346da5;
}
.dataTables_wrapper .row:first-child {
    padding-top: 5px;
    padding-bottom: 2px;
    background-color: #EFF3F8;
}
.pagination {
    margin: 5px 0;
}


/*Dashboard Indicators*/
.panel-custom {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 15px #e5e5e5;
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}





/*library member detail top cards*/
.card.card-blue {
    background: #315ead;
}

.card.card-yellow {
    background: #f3d74c;
}
.card.card-green {
    background: #97d881;
}
.card.card-red {
    background: #fc4349;
}
.card-block {
    padding: 20px 20px 15px;

    text-align: center;
}
.card-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 5px 0 0;
}
.card-text {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.page-header {
    margin: 0 0 2px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 5px;
    padding-top: 3px;
}
.easy-link-menu a{
    line-height: 30px;
}
.btn-group-sm>.btn, .btn-sm {
    border-width: 4px;
    font-size: 11px;
    padding: 4px 9px;
}

/*Printing*/
@media print {
    @page {
        margin: 0.1cm;
    }
    .page-content{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    /*body { margin: 50px; }*/
    /*body { margin: 1cm; }*/


    .col-print-1 {width:8%;}
    .col-print-2 {width:16%;}
    .col-print-3 {width:25%;}
    .col-print-4 {width:33%;}
    .col-print-5 {width:42%;}
    .col-print-6 {width:50%;}
    .col-print-7 {width:58%;}
    .col-print-8 {width:66%;}
    .col-print-9 {width:75%;}
    .col-print-10{width:83%;}
    .col-print-11{width:92%;}
    .col-print-12{width:100%;}

    .align-left{
        float: left;
    }

    .align-right{
        float: right;
    }

    .no-margin-right{
        margin-right: 0px;
    }

    .print-info .table {
        margin-bottom: 0;
    }
    .widget-body .print-info .table{
        border-top: 0 !important;
    }
    .table-bordered>tbody>tr>td{

    }
}



/*
@media print {
    header.onlyprint {
        position: fixed; !* Display only on print page (each) *!
        top: 0; !* Because it's header *!
    }
    footer.onlyprint {
        position: fixed;
        bottom: 0; !* Because it's footer *!
    }
}*/


.widget-main{padding:5px}
.widget-main.padding-24 {
    padding: 10px;
}

.quick-receive-btn {
    margin-top: 10px;
    text-decoration: none;
}


/*
#dynamic-table, #dynamic-table-1, .dynamic-table
{
    !*float: left;*!
    width: 100% !important;
    text-align: center;
}
*/

/*
div.container {
    width: 100% !important;
}
*/

div.dataTables_wrapper {
    margin-bottom: 3em !important;
}

table{
    width: 100%;
}

.btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:active, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover, .action-buttons a:hover,.btn-info:hover {
    background-color: #f77403!important;
    border-color:   #346da5;
    font-weight: 600;
    text-decoration: none;
    color: black;
}
a:hover {
    font-weight: 600;
    text-decoration: none;
    color:orange;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #337ab7 !important;
    border-color: #2e6da4;
}
.btn-success, .btn-success.focus, .btn-success:focus {
    background-color: #459133 !important;
    border-color: #459133;
}
.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #215a92 !important;
    border-color: #215a92;
}
.btn-warning, .btn-warning.focus, .btn-warning:focus {
    background-color: #ff9500!important;
    border-color: #ff9500;
}
.btn-danger, .btn-danger.focus, .btn-danger:focus {
    background-color: #d03636 !important;
    border-color: #d03636;
}
.nav-tabs.tab-color-blue>li>a, .nav-tabs.tab-color-blue>li>a:focus {
    background-color: #2c5a9d;
}
.clearfix.hidden-print {
    background: #f8f8f8;
    padding: 5px 10px;
}

.sidebar.h-sidebar .sidebar-shortcuts {
     padding: 0;
}
.sidebar.h-sidebar .nav-list>li>a {
    line-height: 12px;
    height: auto;
    padding: 5px 10px;
    font-size: 10px;
    color: #063258;
    font-weight: 600;
}


.sidebar.h-sidebar .nav-list>li>a {
    /* line-height: 13px; */
    font-size: 10px;
    height: auto;
    padding: 5px 8px;
}

.sidebar.h-sidebar .sidebar-shortcuts+.nav-list>li{
    border-left-width: 1px;
    margin-left: -1px;
    padding: 4px;
    margin-top: 5px;
}

@media only screen and (min-width: 992px){
    .h-sidebar.sidebar-fixed+.main-content {
        padding-top: 65px;
    }

}

@media only screen and (max-width: 700px){

}
/*.form-horizontal.filter-form {*/
/*    position: fixed;*/
/*    left: 0%;*/
/*    top: 21%;*/
/*    z-index: 999;*/
/*}*/

.header.blue {
    border-bottom-color: #95b7cb;
    font-weight: 600;
    color: red;
    text-align: center;
    font-size: 14px;
    padding: 0;
}
.clearfix.table-head-menu {
    text-align: center;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
    background: #f0f3f87d;
    padding: 2px 25px;
    font-weight: 600;
    color: #39579d;
}