/* custom admin css */
.input-cond{
    margin: 10px 0;
}
.labels-block{
    margin: 15px 0;
}
.labels-inputs{
    margin: 5px 0;
}
select option[value=or]{
    background-color: #fcf8e3;
}
select option[value=and]{
    background-color: #dff0d8;
}

@media (max-width:767px){
    .input-cond-xs{
        margin: 10px 0;
    }
}
.select-or-and{
    min-width: 82px;
    max-width: 100px;
}
table.showproducts-table .dataTables_wrapper td, table.showproducts-table .dataTables_wrapper th{
    max-width: 175px;
    overflow: hidden;
}

body.skin-blue .main-header .logo{
    color : #000;
    background-color: #fff;
}
body.skin-blue .main-header .navbar,body.skin-blue .main-header .logo:hover{
    background-color: #fff;
}
.logo-optxml-admin{
    max-width: 110px;
    height: auto;
}
.logo-optxml-mini{
    max-width: 50px;
    max-height: 50px;
}
.box-morered {
    border-top-color : rgb(237,31,36);
}
.btn-morered{
    background-color: rgb(237,31,36);
    border-color: rgb(237,31,36);
    color: white;
}
.btn-morered:hover{
    background-color: rgba(237,31,36,0.9);
    color: white;
}
.bg-morered {
    background-color : rgb(237,31,36);
}
body.skin-blue .sidebar-menu > li.active > a{
    border-left-color: rgb(237,31,36);
}
a{
    color : rgb(237,31,36);
}
body.skin-blue .main-header .navbar .sidebar-toggle:hover{
    background-color: rgb(237,31,36);
    color: #fff;
    text-decoration: none;
}
body.skin-blue .main-header .navbar .sidebar-toggle{
    color: #000;
}
.subscriptions .alert-morered{
    background-color: rgb(237,31,36);
    border-color: rgb(237,31,36);
    color: white;
}
.logo-optxml{
    max-width: 200px;
}
.user-menu span {
    color: #1a2226;
}

@media (min-width: 1000px){
    .custom-breadcrumb-panel .breadcrumb{
        display: inline-block;
        margin-top: 6px;
        margin-bottom: 6px;
    }  
    .custom-breadcrumb-panel{
        background-color: #f5f5f5;
    }
}
.clear{
    clear: both;
}

@media (max-width: 767px){
    .custom-menu-inbread.nav li{
        display: inline-block;
    }
    .custom-menu-inbread{
        margin-right: 15px;
    }
}
