.select2-dropdown {
    z-index: 9999 !important
}
.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.bootstrap-timepicker-minute, .bootstrap-timepicker-hour, .bootstrap-timepicker-meridian, .bootstrap-timepicker-second {
    width: 50px !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.datepicker {
    z-index: 1151 !important;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 25px;
}

.form-tab li a:hover {
    background: #eeeeee !important;
}

.form-tab li a.selected {
    background: #3c8dbc !important;
    color: #ffffff !important;
}

.alert_floating {
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 1001;
    background: rgba(255, 140, 127, 0.7);
    color: #222222;
    font-weight: bold;
    padding: 20px 50px 20px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #aaaaaa;
}

#table_dashboard {
    font-size: 12px;
}

.login-box-body {
    box-shadow: 0px 0px 25px #999999;
}

/* QUICK ANALYTICS */
.quick_analytics{background:#fff; margin-top:20px; box-sizing:
        border-box;
    padding: 20px 30px 30px 30px;  border: 2px dashed #f2f2f2;
    border-radius: 3px; }

.quick_analytics:hover{background:#fff; border: 2px dashed #f6f6f6; }

.bg-green{background-color: #00A65A !important;}
.bg-lightred{background-color: #F56954 !important;}
.bg-blue{background-color: #00C0EF !important;}

a.dash_ordinary_link{color: #666; text-decoration:none;}

.quick_analytics h3{ text-align:center;  padding-bottom:15px !important;}

ul.overall_stats{ overflow:hidden; list-style:none; margin:0; padding:0; }

ul.overall_stats li.summary_stats{ padding:0; clear:both; overflow: hidden; width:100%; display:table;}

li.summary_counts{  border-bottom:1px solid #e2e2e2; padding:20px 0 10px 0; height:60px; }

li.notification_area{  border-bottom:1px solid #e2e2e2; padding: 0; height:70px; }

.logo_center{width:200px; margin:10px auto;}

#bug_description{height:130px !important;}

ul.overall_stats li.summary_stats div{
    float: left;
    padding: 10px;
    width: 17%; /* 29% */
    list-style:none;
    min-height:130px;
    background-clip: padding-box;
    background-color: #ddd;
    /*   background-image: linear-gradient(#fff, #f0f6f9 70%); /* #f0f0f0 */
    /*  border: 1px solid #acd0e5; /* #ccc */
    border-radius: 2px; /* 5px */
    /*  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);   */
    margin-right:2%;
    display:table-cell;
    margin-bottom:3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

li.summary_stats div.last{margin-right:0 !important;}

ul.overall_stats li.summary_stats div.last{margin-right:0 !important;}
ul.overall_stats li.summary_stats div:hover{background:#fff;}

ul.overall_stats .summary_counts div{
    float: left;
    padding: 0 0 10px;
    width: 17%;
    list-style:none;
}

.notification_area{
    padding: 0 0 10px;
    width: 98%;
    list-style:none;
    margin:0 0 15px;
}
.notification_area h4{
    font-size: 18px !important;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 30px;
    text-align: center;
    text-transform: none;
    margin:0;
}

.notification_area p{font-family: 'PT Sans', sans-serif !important; color:#333; font-size: 1em; line-height: 1.4em; text-align:center; margin:0; }

.overall_stats h3{color: #555 !important;
    font-size: 1.6em; /* 1.2 */
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    margin:0;
    margin:10px 0 10px 0;
}


.overall_stats h4{color: #555 !important;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    margin:0;
}



.overall_stats li small {
    color: #666;
    display: block;
    font-size: 14px; /* 12 */
    font-weight: 700;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.notification_area small{
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
    font-weight:normal !important;
    text-transform:none !important;
}

.notification_area a{
    color: #ce3130;
    text-decoration:none;
}

.notification_area a:hover{color:#666;}

.append-scroll{
    height: 100%;
    overflow: auto;
}

.main-sidebar ul li {
     -webkit-box-shadow: inset -2px 0px px -2px rgba(0,0,0,0.05);
     -moz-box-shadow: inset -2px 0px 2px -3px rgba(0,0,0,0.05);
     box-shadow: inset -2px 0px 2px -2px rgba(0,0,0,0.05);
     border-bottom: 0.3px solid rgba(35, 162, 63, 0.71);
 }
.treeview-menu > li {

    border-bottom: 0.2px solid rgba(36, 235, 135, 0) !important;
}


.main-header .add-new.nav.navbar-nav i {
    margin-top: 3px;
    line-height: 17px;
}

.navbar-nav > .add-new-menu > .dropdown-menu {
    width: 465px;
    max-height: 180px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline {
    margin-left: 0;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li {
    width: 150px;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu > li > a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

.add-new .add-new-menu .menu {
    width: 150px;
}

.ajax-search {
    padding: 5px;
}

#result-search {
    border-color: #00a65a;
}

#result-search li a:hover {
    color: #FFFFFF;
    background-color : #00A65A !important;
}

#result-search li a:hover .ajax-search .name {
    color: #FFFFFF !important;
}

.ajax-search .name {
    font-size: 14px;
    font-weight: bold;
}

.ajax-search .type {
    font-size: 12px;
}

@media (max-width: 1360px) {
    .button_action .btn-action {
        display: none;
    }
    .btn-group-action > .dropdown-menu-action {
        margin-left: -8em !important;
    }
}
