body{
    background-color: rgb(252,252,252) !important;
}
.right_menu .notif-menu, .sidebar{
    background: rgb(252,252,252) !important;
}
.right_menu .notif-menu{
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.25);
    border-right:1px solid #2C2C2C;
}
a{
    color: rgb(51, 122, 190);
}
a:hover{
    color: rgb(100, 159, 214) !important;
}
a i:hover{
    color:rgb(100, 159, 214) !important;
}

.theme-black .authentication::before {
    background-image: url(../../assets/images/background-inicio.jpg) !important;
    background-size:contain;
    -webkit-background-size:auto;
    -moz-background-size:auto;
    -o-background-size:auto;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.3;
}

.minileftbar .menu_list li a:hover{
    background: #fcfcfc;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 12px 0px 0px 12px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #fcfcfc;
    color: #000000;
}
.minileftbar .menu_list li a:hover i{
    color:#000000;
}

.form-control,
.input-group-addon {
    border-radius: 5px;
}
.btn-sm {
    padding: 5px 8px;
}
.btn-primary{
    background-color:#4E6698;
}
.btn-primary:hover,
.btn-primary:active{
    background-color:#337ABE;
}
.btn-secondary{
    background-color:#337ABE;
}
.btn-secondary:hover,
.btn-secondary:active{
    background-color:#4E6698;
}

@media screen and (max-width: 992px) {
    .company_detail{
        display:none;
    }
}

.authentication .company_detail .logo img{
    vertical-align:middle;
}

.sidebar .user-info {
    border-bottom: 1px solid #dedede;
}

.authentication .company_detail .logo{
    margin-bottom:15px;
}
.theme-black .authentication {
    background: #ffffff;
    background: -webkit-linear-gradient(to right,#ffffff,#F9F9F9);
    background: -moz-linear-gradient(to right,#ffffff,#F9F9F9);
    background: -ms-linear-gradient(to right,#ffffff,#F9F9F9);
    background: -o-linear-gradient(to right,#ffffff,#F9F9F9);
    background: linear-gradient(to right,#ffffff,#F9F9F9);
}

.smart .logo,
.smart h3
{
    display: block !important;
}    
.smart h3{
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 2px;
    color:#ffffff;
}

code{
    color:#154B7D;
    font-family:monospace;
}

@media (max-width: 992px)
{
    .smartphones .logo,
    .smartphones h3
    {
        display: block !important;
    }    
    .smartphones h3{
        font-weight: 300;
        text-transform: uppercase;
        opacity: 0.7;
        letter-spacing: 2px;
        color:#ffffff;
    }
}
@media (min-width: 993px)
{
    .smartphones
    {
        display: none !important;
    }    
    .card_form{
        display:flex;
        align-items:center;
        justify-content: center;
        height:100%;
    }
}

.authentication .company_detail {
    color: #000;
}

.authentication .company_detail hr {
    border-top: 1px solid rgba(0, 154, 228,0.6);
}