body{
    color: #242a32;
    font-size: 14px;
}
#sidebar-menu li a{
    height: auto;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, input[disabled], select[disabled], textarea[disabled]{
    background: #7a7a7a;
    opacity: 1;
    color: #FFF;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
}
table, .table, .table a{
    font-size: 14px;
    margin-bottom: 0px;
    color: #242a32;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th{
    background-color: #0393eb !important;
    color: #FFF !important;
    border-color: #000;
    border-bottom: none;
    font-size: 14px;
    white-space: nowrap;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
.table-bordered, .table > thead > tr > th, .table > tbody > tr > td{
    border-color: #464646;
}
.table-striped > tbody > tr:nth-of-type(odd), .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e4e4e4;
}
.table-striped > tbody > tr:hover td{
    background-color: #95e5ff !important;
    color: #000 !important;
    cursor: default;
}
.table-striped > tbody > tr:hover td a{
    color: #000 !important;
}
.modal-header{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#sidebar-menu li .sidebar-submenu{
    margin: 0;
}
#sidebar-menu li .sidebar-submenu ul li .sidebar-submenu{
    border-color: transparent;
}
#sidebar-menu li .sidebar-submenu ul li .sidebar-submenu ul li{
    padding-left: 20px;
}
#page-sidebar ul li.sfHover ul li.sfHover > a.sf-with-ul{
    border-bottom: 1px solid #f6f7f8;
}
.bordered-row > .form-group{
    padding: 0;
}
#page-title{
    padding: 0 0 15px;
}
#page-title h2{
    padding-left: 0;
}
.form-control{
    line-height: 27px;
    height: 28px;
    padding: 0px 9px;
    width: 100% !important;   
    text-align: left;
    color: #281fca;
    opacity: 1;
}
div.selector, div.selector span, div.selector select{
    line-height: 27px;
    height: 28px;
    padding: 0px 9px;
    width: 100% !important;   
}
div.selector span{
    border: none;
}
.selector i{
    line-height: 27px;
    width: 30px;
    height: 27px;
    margin-top: -13px;
}
.btn{
    line-height: 26px;
    height: 28px;
}
input  + .tooltip > .tooltip-inner, select  + .tooltip > .tooltip-inner{
    background-color: red;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: red;
}
.tooltip.in{
    opacity: 1;
}
.box_gen_code{
    position: fixed; 
    bottom: 0; 
    left: 30px;
    right: 30px;
    background-color: #41e5c0;
    color: #FFF; 
    z-index: 140; 
    padding: 15px 0px;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 7px 2px rgba(95, 173, 168, 0.8);
    -moz-box-shadow: 0 1px 7px 2px rgba(95, 173, 168, 0.8);
    box-shadow: 0 1px 7px 2px rgba(95, 173, 168, 0.8);
}
.box_gen_code label{
    color: #FFF;
    text-align: right;
}
.box_gen_code textarea{
    font-size: 16px;
}
.box_gen_code button{
    width: 80px;
    height: 93px;
    font-size: 16px;
}
.bg_gray_light{
    background-color: #f7f7f7;
}
.bg_gray{
    background-color: #f2f2f2;
}
.bg_yellow_light{
    background-color: #fef1ab;
}
.bg_pink_light{
    background-color: #ffe1f1;
}
.bg_green_light{
    background-color: #a1e6a5;
}
.bg_orange_light{
    background-color: #ffb488;
}
.bg_blue_topic, .bg_purple_topic, .bg_brow_topic, .bg_green_topic{
    background-color: #4f9dcd;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
}
.bg_blue_light{
    background-color: #d6f0ff;
}
.bd_right{
    border-right: 1px solid #FFF;
}
.bg_purple_topic, .bg_brow_topic, .bg_green_topic{
    background-color: #a57acc;
    text-align: left;
    padding: 10px 10px;
}
.bg_purple_light{
    background-color: #f6edfe;
}
.bg_brow_topic{
    background-color: #dea778;
}
.bg_brow_light{
    background-color: #ffeedd;
}
.bg_green_topic{
    background-color: #5ccf68;
}
.bg_green_light{
    background-color: #b6f9c3;
}
.input-group-addon.addon-inside{
    line-height: 24px;
    top: 1px;
    left: 1px;
    height: 26px;
}
.input-group-addon.addon-inside + input{
    padding-left: 40px;
}
.panel-body.pad0T.pad0B .row{
    margin-left: -20px;
    margin-right: -20px;
}
.breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb a{
    color: #3e4855;
}
.breadcrumb > li + li:before{
    content: ">";
}
.height78px{
    height: 78px;
}
.width80px{
    height: 80px;
}
.chosen-container-single .chosen-single{
    line-height: 26px;
    height: 26px;
    padding: 0px 9px;
}
.cursor{
    cursor: pointer;
}
.btn-search{
    padding-top: 23px; 
    padding-left: 10px;
    float: left;
}
.dropdown.bootstrap-timepicker{
    width: 100%;
}
.bg_light{
    background-color: white;
}
#page-header #close-sidebar .glyph-icon{
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}
.chosen-container, .chosen-container-single .chosen-search input{
    background-color: #FFF;
}
.chosen-container, .chosen-container-single .chosen-search input, .chosen-container-single .chosen-single div, .input-group-addon, .form-control, div[id^='uniform-'] span{
    border-color: #a7a7a7;
}
.chosen-container a{
    color: #281fca;
}
.btn_back {        
    background-color: #28a745fe;
    color: white;
    border: 0px;
    border-radius: 3px;
    padding: 5px;
}
.btn_back:focus, .btn_back:hover{
    color: #FFF;    
}
a, #sidebar-menu li .sidebar-submenu ul li a.sfActive{
    color: #00659a;
}
a:hover {
    color: #001621;
}
#sidebar-menu li .sidebar-submenu ul li a.sfActive{
    text-decoration: underline;
}
#profile_img{
    width: 100%; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    text-align: right; 
    opacity: 0; 
    background: none; 
    cursor: pointer; 
    display: block;
}
.login-box{
    color: #000;
}