﻿html body, input, button, textarea, select, .header-navbar, .breadcrumb, h1, h2, h3, h4 , h5 ,h6 {
    font-family: 'Roboto', serif;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    height: 56px;
    width: unset;
    padding-top: 5px;
    padding-bottom: 14px;
    margin-left:2px;
}
body.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo {
   
    margin-left: -4px;
    margin-right: -4px;
}
.horizontal-menu-padding .header-navbar .navbar-container {
    justify-content: center;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
    font-weight: bold;
    padding: 1.8rem 1.5rem;
}
.main-menu ul {
    margin-top: 20px;
}
.navbar-dark.navbar-horizontal {
    background-color: #31899F;
}
.breadcrumb {
    font-size: 1.3rem;
}
.main-menu.menu-dark, .main-menu.menu-dark .navigation > li > ul {
    color: #dcdcdc;
    background: #1a1b27;
    border-right: none !important;
}
    .main-menu.menu-dark .navigation > li.menu-collapsed-open > a,
    .main-menu.menu-dark .navigation > li.open > a {
        border-right: 4px solid #31899F;
    }
    .main-menu.menu-dark .navigation > li.active > a {
        background-color: #31899F;
    }
    .main-menu.menu-dark .navigation, .navbar-semi-dark .navbar-header {
        background: #1a1b27;
    }
body div.main-menu.menu-dark  ul  li ul li  a {
    padding-bottom: 4px!important;
    padding-top: 4px!important;
}
        .main-menu.menu-dark .navigation > li ul .active > a {
            background: none;
        }
        select.form-control:not([size]):not([multiple]) {
            border: 1px solid #666;
            border-radius: 0;
        }
body.vertical-layout.vertical-menu-modern .content, body.vertical-layout.vertical-menu-modern .footer,
body.vertical-layout.vertical-menu-modern.menu-expanded .content, body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 130px;
}

    @media (min-width: 992px) {
        body .vertical-layout.vertical-menu-modern .content, body.vertical-layout.vertical-menu-modern .footer {
        margin-left: 130px!important;
    }
}
.btn-primary {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.btn-secondary {
    border-color: #1a1b27 !important;
    background-color: #1a1b27 !important;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 2px;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-secondary:hover {
        border-color: #1a1b27 !important;
        background-color: #1a1b27 !important;
        color: #FFF !important;
    }

    .btn-secondary:focus, .btn-secondary:active {
        border-color: #1a1b27 !important;
        background-color: #1a1b27 !important;
        color: #FFF !important;
    }

    .btn-secondary.btn-glow {
        box-shadow: 0px 1px 20px 1px rgba(29,53,87, 0.6);
    }

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i{
    width:22px;
}

#modalVideo .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#modalVideo .modal-content, .bg-dark {
    background-color: #1a1b27!important;
}

#modalVideo .modal-body {
    position: relative;
    padding: 0px;
}
#modalVideo .modal-header{
    text-align:center;
    border-bottom:none;
}

#modalVideo .modal-title {
    margin-left: auto;
    color:white;
    font-weight:bold;
    text-transform:uppercase;
}

#modalVideo .close {
    color: #fff;
    opacity: 1;
}
#modalUniversal .modal-body {
    min-height: 140px;
}
#modalUniversal .loading {
    min-height: 100px;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../../user/images/loading2.gif');
}

.sweet-alert button {
    background-color: #1a1b27;
}

.nav-item.active{
    background-color:white;

}

.navbar-dark .navbar-nav .nav-item.active a {
    color: #31899F;
}
