.nav.child_menu > li > a, .nav.side-menu > li > a{
    font-size: 14px
}
.menu_section h3 {
    font-size: 20px;
    color: #f9f9f9;
    font-weight: 600;
    text-shadow: 1px 1px 3px #d3d3d3;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    vertical-align: middle;
}
.modal-body .form-control{
    font-size: 12px
}
.switchery{
    /*margin-top: 7px*/
}
.main_container .top_nav{
    min-height: 65px
}
.error-message {
    font-weight: 600;
    font-size: 1.1rem;
}
.panel_toolbox > li{
    float: right;
}
.x_title h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    color: #26B99A;
}
.alert{
    font-size: 14px;
    margin-bottom: 10px
}
#filter {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    background: #f9f9f9
}
.item .alert{
    font-size: 12px
}
.login .container{
    width: 1170px
}
.login_content{
    text-align: left;
    text-shadow: none !important
}
.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"]{
    margin-bottom: 5px
}
.profile-label {
    color: #269abc;
    font-size: 13px;
}
.user_data{
    color: #5A738E
}
.profile-name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center
}
.list-unstyled li p.profile-li {
    border-bottom: 1px solid #3498DB;
    display: block;
    margin-bottom: 5px !important;
    font-size: 14px
}
.dropdown-menu{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.dropdown-menu > li > a{
    padding: 6px 15px
}
.x_title h2 small {
    margin-left: 10px;
    text-shadow: 1px 2px 2px #d3d3d3;
    font-weight: 600;
    font-size: 18px;
}
.panel_toolbox > li > a {
    display: inline-block;
    width: 110px;
    text-align: center;
    color: #fff;
}
.panel_toolbox > li > a:hover {
    background: #337ab7
}
.sub-text {
    font-size: 13px;
    display: inline-block;
    padding-top: 5px
}
.sub-text:hover {
    text-decoration: underline
}
.disabled {
    cursor: default;
    pointer-events: none;
    background: #d3d3d3 !important;
    opacity: 0.7
}
.user-nav {
    box-shadow: 1px 2px 2px 4px #f5f5f5;
    padding: 10px;
    background: #F7F7F7;
}
.user-nav i{
    width: 15px
}
.user-nav a{
    display: block;
    padding: 3px 0
}
#crop-avatar img{
    display: block;
    margin: 0 auto;
    padding-top: 20px
}
ul.user_data li{
    margin-bottom: 10px
}
label.popup-label {
    font-weight: normal;
    font-size: 12px;
    color: #555;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    min-height: 34px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 2px;
}
.modal-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #555
}
button.close {
    color: #d9534f;
    opacity: 1;
}
.alert-message{
    display: none
}

/*USER*/ 
#wrapper{
    background: #F7F7F7;
}
header ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.logo small{
    text-shadow:1px 3px 3px #d3d3d3
}
header ul li{
    display: inline-block;
    position: relative;
}
header ul li:hover .sub-nav{
    display: block
}
.sub-nav {
    position: absolute;
    background: #f9f9f9;
    min-width: 160px;
    display: none; 
    z-index: 1;
}
.sub-nav li{
    display: block;
}
.sub-nav li a{
    display: block;
    color: #444;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
    border-left: none;
    border-right: 0
}
.sub-nav li a:hover i{
    color: #f9f9f9;
}
.sub-nav li a:hover{
    background: #770c11
}
.top-head{
    background: #c72128;
    color: #f9f9f9;
}
.top-head span{
    background: #770c11;
    cursor: pointer;
}
.top-head a, .top-head span{
    padding: 8px 12px;
    color: #f9f9f9;
    display: block;
    font-size: 12px;
    font-weight: 600;
    border-left: 1px solid rgba(255,255,255,.2);
    border-right: 1px solid rgba(0,0,0,.1);
}
.top-head a:hover{
    text-decoration: none;
    background: #d2363d;
    color: #F7F7F7
}
.top-head span:hover{
    background: #8e2126
}
i.left{
    padding-left: 5px
}
.bottom-head{
    background: #f9f9f9;
    padding: 10px 0
}
.main-wrap{
    margin-top: 20px
}
.sub-content{
    background: #fff;
    padding: 15px;
}
.page-heading{
    text-align: center
}
.page-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #c72128;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.main-nav{
    background: #b1161d;
    margin-top: 10px;
}
.main-nav li a{
    display: block;
    padding: 12px 20px;
    color: #F7F7F7;
    border-left: 1px solid rgba(199,199,199,.2);
    border-right: 1px solid rgba(0,0,0,.1);
    font-weight: 600;
    font-size: 13px
}
.main-nav li a:hover{
    background: #d2363d;
    color: #F7F7F7; 
    text-decoration: none
}
.meta {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}
.sub-content tbody th {
    font-weight: normal
}
.meta strong{
    color: #c72128
}
.sub-content table thead {
    background: #E6E9ED;
    color: #222;
    font-size: 13px;
}
.sub-content table thead th{
    font-weight: 600;
}
.meta > span{
    margin: 0 15px
}
.updated-at {
    margin-bottom: 0;
    font-size: 11px;
    color: #999;
}
.updated-at span{
    color: #c72128;
    font-weight: 600
}
/*input.error, input.error:focus, input.error:active{
    border: 1px solid #a94442
}*/
label.error {
    color: #a94442;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

input.disabled-label {
    border: none;
    box-shadow: none;
}
input[readonly]{
    border: none;
    box-shadow: none
}
.widget {
    min-width: auto;
    max-width: none;
}
.tab-pane.disabled {
    cursor: default;
    background: #f9f9f9 !important;
    opacity: 0.6;
    padding: 15px;
}
ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED;
}
ul.bar_tabs > li {
    border: 1px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
ul.bar_tabs > li a {
    padding: 10px 17px;
    background: #F5F7FA;
    margin: 0;
    border-top-right-radius: 0;
    color: #222
}
.btn-block{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}
.ln_solid {
    margin: 12px 0;
}
.message.note {
    display: none; 
    color: #fff;
    padding: 6px 2px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.message.note.success{
    background: rgba(38,185,154,0.88)
}
.message.note.failed{
    background: #d9534f
}
.btn-filter.form-control {
    height: auto;
    padding: 8px;
}


/*siderbar*/
.sidebar{
    background: #c72128;
    padding: 5px
}
.sidebar h3 {
    color: #f9f9f9;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
}
.widget{
    background: #f9f9f9;
    padding: 15px;
    margin-top: 5px
}
.widget:first-child{
    margin-top: 0
}
.sidebar-nav{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}
.sidebar-nav li{
    display: block;
    padding: 6px 0;
    border-bottom: 1px dotted #d3d3d3
}
.sidebar-nav li a{
    display: block;
    color: #000;
    font-size: 13.5px
}

/*footer*/
.top-foot{
    margin-top: 15px;
    background: #c72128;
    padding: 15px 0;
    color: #f9f9f9;
    border-top: 15px solid #770c11;
    font-size: 15px
}
.top-foot a{
    color: #f9f9f9
}
.top-foot h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #f9f9f9;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    display: inline-block;
}
.foot-nav{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px
}
.social-nav li{
    display: inline-block !important;
}
.social-nav li a {
    font-size: 20px;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 5px;
    color: #000
}
.social-nav li a:hover{
    border-color: #f9f9f9
}
.social-nav img{
    padding: 8px
}
.foot-nav li{
    display: block;
    padding: 5px;
}
.bottom-foot{
    background: #c72128;
    color: #f9f9f9;
    text-align: center;
    padding: 10px 0;
    border-top: 5px solid #770c11
}
.bottom-foot p{
    font-size: 13px;
    margin-bottom: 0
}
.foot-logo {
    display: block;
    padding: 15px;
    text-align: center;
}
.foot-des{
    text-align: justify
}
.foot-nav li{
    padding: 3px
}
.foot-nav a{
    font-size: 13px;
}
.login-logo{
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 0
}
.login_content h1{
    font-size: 16px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #f9f9f9;
    cursor: default;
    background-color: #c72128;
    border: none;
    border-bottom-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
}
.foot-logo img{
    max-width: 100%;
    height: auto
}
.avatar img{
    display: block;
    margin: 0 auto
}
#my-panel {
    background: transparent;
    border: none;
    margin-bottom: 0;
    box-shadow: none
}
#my-panel a {
    color: #333;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
    border-bottom: none;
    cursor: pointer
}
#my-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
#page-video .panel-title {
    font-size: 14px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}
.video-modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: inherit;
}
#page-video i{
    color: #c72128;
    padding-right: 5px
}
#page-video a:hover, a:active, a:focus {
    text-decoration: none;
    color: #c72128
}
#page-video .panel-body {
    padding: 5px 15px;
    background: #fff;
}

@media only screen and (max-width: 1140px) {

}
@media only screen and (max-width: 960px) {
    .main-nav li a{
        font-size: 12px;
        padding: 12px
    }
    .top-head a, .top-head span{
        font-size: 11px;
        padding: 8px
    }
}
@media only screen and (max-width: 720px) {
    footer{
        text-align: justify
    }
    .top-foot h4{
        margin-top: 25px
    }
    .top-head a, .top-head span{
        padding: 8px 4px
    }
}
@media only screen and (max-width: 680px) {
    .top-head .head-nav{
        float: none !important
    }
    header .top-head ul li{
        display: block;
        width: 100%
    }
    .top-head a, .top-head span{
        border-left: none;
        border-right: none
    }
    .main-nav ul li a {
        font-size: 11px;
        padding: 10px 7px;
    }
    .logo img{
        display: block;
        margin: 0 auto
    }
}
@media only screen and (max-width: 540px) {
    footer{
        text-align: center
    }
}
