/*================================================================================
	Nombre: Estilo - Asgard
	Versión: 1.0
	Autor: INFORMAT
	Autor URL: http://www.informat.cl
================================================================================*/

/*  utilidades */

table tfoot{
    background: #eaeaea;
}
.page-link {
    color: #146aa9 !important;
}

.form-control:focus {
    border-color: #146ca9 !important;
    box-shadow: 0 0 0 0.125rem rgba(52,142,227,.3);
    outline: 0;
}

.btn-primary {
    border-color: #1778bc !important;
    background-color: #1778bc !important;
    color: #FFFFFF;
}

.btn-primary:hover {
    border-color: #146ca9 !important;
    background-color: #146ca9 !important;
    color: #FFFFFF;
}

.btn-primary:focus {
    border-color: #146ca9 !important;
    background-color: #146ca9 !important;
    color: #FFFFFF;
    box-shadow: 0 0 0 0.125rem rgba(52,142,227,.3) !important;
}

.bg-primary {
    background-color: #1778bc !important;
}

/* .header-navbar.navbar-brand-center .navbar-header {
    left: 3.5%;
}

.navbar-container.main-menu-content.container {
    background: #0078bc
}

.horizontal-menu .navbar-light ul#main-menu-navigation > li.active > a {
    border-bottom: 0px;
}

.header-navbar .navbar-container {
    padding: 0;
} */

/* UWIGO CSS*/
/* .navbar-default {
    background: #fff !important;
}

.header-navbar.navbar-border {
    border-bottom: 1px solid #E4E7ED !important;
}

.header-navbar {
   font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.header.navbar-default .navbar-brand {
    color: #333 !important;
}

.header .navbar-brand {
    width: 300px;
}
.header .navbar-brand {
    float: left;
    margin-right: 10px;
    padding: 10px 20px !important;
    height: 50px;
    width: 400px;
    font-weight: 100;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.header .navbar-logo, .login .login-header .brand .logo, .header .navbar-nav > li > a .label, .label.label-theme, .btn.btn-scroll-to-top {
    background: #2e70ba;
}

.header .navbar-logo, .login .login-header .brand .logo, .header .navbar-nav > li > a .label, .label.label-theme, .btn.btn-scroll-to-top {
    background: #00acac;
}
.header .navbar-logo {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    background: #00acac;
    border: 10px solid transparent;
    border-color: transparent rgba(0,0,0,.15) rgba(0,0,0,.3);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.header .navbar-logo {
    background: #2e70ba;
} */

*, ::after, ::before {
    box-sizing: border-box;
}

/* .header.navbar-default .brand, .header.navbar-default .navbar-brand {
    color: #333;
}

.header.navbar-default .navbar-nav>li>a {
    color: #585663 !important;
}

.header .navbar-user img {
    width: 30px;
    height: 30px;
    margin: -5px 10px 0 0;
    border-radius: 30px;
} */

.d-md-inline {
    display: inline!important;
}

/* .header .navbar-nav>li>a {
    display: block;
    text-decoration: none;
    line-height: 20px;
    padding: 12px;
}

.header .navbar-nav>li>a>i {
    top: 1px;
    position: relative;
    font-size: 19px;
}

.header .navbar-header, .header .navbar-nav>li {
    float: left;
}

.header .navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    outline: 0;
}

.header.navbar-default .navbar-toggle .icon-bar {
    background: #2d353c;
}

.header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
} */

/*.top-menu {
    background: #2d353c;
    height: 40px;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1015;
}*/

/* .nav {
    flex-wrap: wrap !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
} */

/* a.nav-link {
    padding: 12px 20px !important;
    display: block !important;
    line-height: 20px !important;
    text-decoration: none !important;
} */

/* .navbar-light .navbar-nav .show > .nav-link{
    color: #ffffff !important
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:focus {
     color: #ffffff;
}

.horizontal-menu .navbar-light ul#main-menu-navigation > li.active > a {
    background: rgba(0,0,0,.1);
    color: #ffffff;
} */

.breadcrumb {
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.section-breadcrumb {
    background: #ebf0f3;
    padding: 0 20px;
}

ol.breadcrumb {
    background: #ebf0f3;
    padding: 12px 0px;
    font-size: 12px;
    border-radius: 0;
}

.breadcrumb>li a {
    color: #333;
}

ul.dropdown-menu.sub-menu {
    background: #2a72b5;
    border-color: #2a72b5 !important;
}

.sub-menu>li>a {
    color: #ffffff !important;
}

.sub-menu>li>a:hover {
    color: #e9eef3 !important;
    background: #146ca9;
}

.sub-menu>li>a:focus {
    color: black !important;
    background: #0078bc !important;
}

.sub-menu>li>a:focus {
    color: #ffffff !important;
}

.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #0078bc !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #0078bc !important;
}



/*.top-menu .nav>li>a:hover, .top-menu .nav>li>a:active{
     color: #ffffff !important;
}*/

/* UWIGO CSS*/

.top-menu li>a .caret {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    border: none;
}

.table .with-btn .btn, .table .with-btn-group .btn-group, .table .with-img img {
    margin-top: -1px;
    margin-bottom: -7px;
}

.widget-img.widget-img-sm {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.widget-img.widget-img-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.widget-img {
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.widget-card .widget-card-cover, .widget-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.modal-body a{
    color: #009c9f !important;
}*/

.mt-25 {
    margin-top: 25px;
}

.mt-24 {
    margin-top: 24px;
}


.hide{
    display:none
}


/* html {
    font-size: 12px !important;
} */

p.no-data{
    padding: 10px;
    margin: 10px 0;
    background: #e7eaec;
}

.trPrincipal.analisis {
    color: red;
}

.u-float-right{
    float: right;
}

/* formulario */

form .form-actions.right{
    border-top: 0px;
    margin-top: 0px;
}

form .form-section {
    font-size: 14px;
}

form .container-error {
    color: #FF7588 !important;
    font-size: 11px !important;
}

form .form-group {
    margin-bottom: -6px;
}

.form-control {
    padding: 5px 6px;
}

.container-error label {
    color: #ff5b57 !important;
    font-size: 11px;
}
/* select */

/*select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}*/

select.form-control {
    height: 25px!important;
}

.bootstrap-select .btn{
    padding-top: 7px;
    padding-bottom: 4px;
}
/* buttons */

.btn{
    font-weight: 300;
}

.btn-delete{
    background-color: #ffffff !important;
    border: 1px solid #e94141 !important;
    color: #e94141 !important;
    transition: all ease-in-out .2s;
    padding: 4px 8px !important;
}

.btn-delete:hover{
    background-color: #e94141 !important;
    border: 1px solid #e94141 !important;
    color: #ffffff !important;

}

.btn-default{
    background-color: #ffffff !important;
    border: 1px solid #46536d !important;
    color: #46536d !important;
    transition: all ease-in-out .2s;
    padding: 4px 8px !important;
}

.btn-default:hover{
    background-color: #0f0d5d !important;
    border: 1px solid #0f0d5d !important;
    color: #ffffff !important;

}

/* table */

table.dataTable thead {
    color: #242a30;
    font-weight: 600;
    border-bottom: 1px solid #b6c2c9!important;
}

table.dataTable thead tr th{
    font-weight: 600 !important;
    font-size: 13px !important;
}

table.dataTable tbody tr td{
    font-weight: normal !important;
    font-size: 12px !important;
}

table.dataTable i.fa {
    color: #83868a;
}


table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after{
    bottom: 0.5em;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after{
    right: 0.3em;
}

div.dataTables_wrapper.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}

div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    margin-right: 15px;
}

div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0px;
}

div.dataTables_wrapper div.dataTables_length{
    display: inline-block;
    margin-right: 15px;
}

div.dataTables_wrapper div.dataTables_info{
    display: inline-block;
    font-size: 12px;
    padding-top: 5px;
}

div.dataTables_wrapper div.dataTables_paginate{
    float: right;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 0px;
}



.card-footer {
    padding: 0.5rem 1.5rem !important;
    /* background-color: #f5f7fa; */
}

.card-header{
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

.card {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.card .card-title {
    font-size: 12px !important;
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    display: block;
    overflow: hidden
}

.contenedorimg {
    position: relative;
    top: -57px;
    margin-bottom: -50px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 114px;
    padding: 5px;
    height: 114px;
    box-shadow: 0 0 0 1px #d8d8d8;
    background-color: #ffffff;
}

.contenedorimg img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5%;
}

/* ocultar checkbox inlines*/

td.delete input[type=checkbox] {
	display: none !important;
}

.fa.info-label {
    color: #02b5b8;
}


.btn-danger, .btn-primary, .btn-outline-secondary, .swal-button{
    padding: 4px 8px !important;
}

.container-error .error {
    color: #FF7588;
    font-size: 11px;
}

.container.title{
  margin-top: 22px;
  font-weight: 900;
}


.bg-gradient-x-grey-blue {
    background-image: linear-gradient(to right, #00004a 0%, #181168 100%);
}


/* toast */
#toast-container > div {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90); }

#toast-container > div:hover {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); }

.toast {
  background-color: #00B5B8;
}

.toast-success {
  background-color: #0078bc;
}

.toast-error {
  background-color: #FF7588;
}

.toast-info {
  background-color: #2DCEE3;
}

.toast-warning {
  background-color: #FFA87D;
}

/* body {
    background: #fff !important;
}

body {
    font-size: 12px !important;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #707478 !important;
    line-height: 1.42857143 !important;
    -webkit-font-smoothing: antialiased !important;
}

html body .content.app-content {
    overflow: inherit;
} */

.container {
    max-width: 1800px;
}

input{
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 12px!important;
    color: #878a8e !important;
}

.btn-light {
     background-color: #ffffff !important;
}

.btn-outline-dark {
    font-size: 11px !important;
}

.container-error{
    height: 22px;
}


/* datatable */


table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-top-width: 0 !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #e2e7eb;
    padding: 5px 10px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #e2e7eb;
    padding: 5px 10px !important;
}

.table>thead>tr>td, .table>thead>tr>th {
    border-color: #e2e7eb;
    padding: 5px 25px 5px 5px !important;
}

.dataTables_wrapper .dataTables_length select {
  width: 50px !important;
}

.dataTables_length .form-control {
  margin: 0px !important;
}

.dataTables_filter .form-control{
  height: 28px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 28px !important;
}

.table {
  margin-bottom: 0.2rem !important;
}

.dataTables_wrapper .dt-buttons {
  float:right;
}

.dt-buttons .btn-secondary{
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}

.dt-buttons .btn-secondary:active {
    background-color: #000000 !important;
}

.dt-buttons .btn-secondary:focus {
    background: #e2e7eb !important;
    border-color: #d9dfe3 !important;
    color: #000000 !important;
}

.dt-buttons .btn-secondary:hover{
    background: #e2e7eb !important;
    border-color: #d9dfe3 !important;
    color: #000000 !important;
}

.btn.btn-white, .btn.btn-white.disabled, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:hover, .btn.btn-white[disabled], .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}

.btn.btn-sm {
    line-height: 16px;
    padding: 5px 10px;
}
.btn, .btn.btn-sm, .btn.btn-xs {
    font-size: 12px;
}
.btn {
    font-weight: normal;
}

.btn.btn-white:hover{
    background: #e2e7eb !important;
    border-color: #d9dfe3 !important;
    color: #000000 !important;
}

.card-body {
    padding: 15px !important;
}

.card-content.collapse.show{
    /*border: 1px solid #dae0e8;*/
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 3px 9px 0 rgba(62, 57, 107, 0.06)
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background: #f2f3f4;
}

table.dataTable  a {
    color: #2196F3 !important;
}

table.dataTable a.disabled {
    color: #7b7f82 !important;
    cursor: inherit !important;
}

.page-item.active .page-link {
    background-color: #146ba9;
    border-color: #146ba9;
    color: white !important;
}

.panel-heading {
    padding: 7px 15px;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    background: #edf0f3;
}

.panel-title {
    font-size: 12px;
    margin-bottom: 0px;
}

.panel-title, .panel-title .pull-right {
    line-height: 20px;
}

h5, h4, h3 {
    font-weight: 500;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu.show {
    /*left: -49px !important;*/
    border: none;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.25);
}

.btn.btn-white:active {
    background-color: #000000 !important;
}

.btn.btn-white:focus {
    background: #e2e7eb !important;
    border-color: #d9dfe3 !important;
    color: #000000 !important;
}


.dropdown-item {
    display: block !important;
    padding: 5px 15px !important;
    clear: both !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.dropdown-item:active {
    background-color: #f2f3f4 !important;
}

li.dropdown.navbar-user .dropdown-item:active {
    background-color: #ffffff !important;
}

li.dropdown.navbar-user .dropdown-item:focus {
    background-color: #ffffff !important;
}

li.dropdown.navbar-user .dropdown-item:hover {
    background-color: #f2f3f4 !important;
}

button.btn.dropdown-toggle.btn-light {
    border: 1px solid #d9e0e7;
    color: #878a8e;
}

/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 10px;
    padding-left: 15px;
}*/

.switchery-small {
    height: 15px;
    width: 34px;
}

.switchery-small>small {
    height: 15px;
    width: 15px;
}

/*WIDGET*/

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .15;
}

.widget.widget-stats {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
}

/*.bg-teal-darker {
    background-color: #146ca9!important;
}*/

.widget {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    color: inherit;
    padding: 0;
    border-radius: 0;
}

.widget-stats .stats-title {
    font-size: 13px;
}

.widget-stats .stats-number {
    margin-bottom: 4px;
}

.widget-stats .stats-number {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.widget-stats .stats-link a {
    margin: 8px -15px -15px;
    padding: 5px 15px;
}

.widget-stats .stats-link a:focus, .widget-stats .stats-link a:hover {
    background: rgba(0,0,0,.6);
    color: #fff;
}

.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0,0,0,.4);
    text-align: right;
    color: #fff;
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
/*EMPRESAS*/

.widget-list-rounded .widget-list-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.widget-list-item, a.widget-list-item {
    display: table;
    width: 100%;
    background: #fff;
    text-decoration: none;
    color: #242a30;
}

.widget-list-item>div:first-child {
    padding-left: 15px;
}

.widget-list-item .widget-list-action, .widget-list-item .widget-list-content, .widget-list-item .widget-list-media {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
.widget-list-item .widget-list-media {
    width: 70px;
    height: 60px;
}

.bg-grey {
    background-color: #b6c2c9!important;
}

.text-white {
    color: #fff!important;
}

.pull-left {
    float: left!important;
}

.m-b-5 {
    margin-bottom: 5px!important;
}
.m-r-5 {
    margin-right: 5px!important;
}

.widget-icon, .widget-icon i {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}
.widget-icon {
    position: relative;
    overflow: hidden;
}
.text-white {
    color: #fff!important;
}
.rounded {
    border-radius: .25rem!important;
}

.widget-icon.widget-icon-lg.user i {
    line-height: 84px;
}

.widget-icon.widget-icon-lg, .widget-icon.widget-icon-lg i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
}

.widget-list-item .widget-list-desc {
    font-size: 11px;
    margin: 0;
    color: #575d63;
}

.widget-list-item .widget-list-action+div, .widget-list-item .widget-list-content+div, .widget-list-item .widget-list-media+div {
    padding-left: 0 !important;
}

.widget-list-item .widget-list-title {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.widget-list-item+.widget-list-item .widget-list-action, .widget-list-item+.widget-list-item .widget-list-content {
    border-top: 1px solid #f0f3f4;
}

.m-b-30 {
    margin-bottom: 30px!important;
}

.widget-list-item .widget-list-action+div, .widget-list-item .widget-list-content+div, .widget-list-item .widget-list-media+div {
    padding-left: 0;
}

.widget-list-item>div:last-child {
    padding-right: 15px;
}

.widget-list-item .widget-list-action {
    width: 10%;
    padding-left: 15px;
    text-align: center;
}

.widget-img.widget-img-lg {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.bg-black, .bg-inverse {
    background-color: #ffffff!important;
}

.pull-left {
    float: left!important;
}

@media (max-width: 767px){
    /*revisar*/
    .header-navbar .navbar-header .navbar-brand {
        transform: translate(-90%, 0) !important;
    }
}

.header-navbar .navbar-container {
  height: auto;
}

ol.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 0px;
}

.bg-teal-darker {
  background-color: #33728a!important;
}

/* a.nav-link {
  padding: 8px 20px !important;
} */

/*#sticky-wrapper.sticky-wrapper{
  height: auto !important;
}*/

.widget.widget-stats {
  padding: 10px 15px;
}

#top-menu .dropdown-menu {
  margin: 0px;
}




/* */

.navbar-container.main-menu-content.container {
    background: #3F70B0;
}

.horizontal-menu .navbar-light ul#main-menu-navigation > li.active > a {
    border-radius: 30px;
    background: #264F87;
    box-shadow: inset 4px 4px 10px #122953;
    color: #ffffff;
}