:root {
    --c-focus: #0085C2;
    --c-primary: #0085C2;
    --c-primary-light: #84c8ff;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/static/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat';
    background-color: #2F4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
  }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

svg.rotate {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.modal-loading {
    text-align: center;
    background: rgba( 255, 255, 255, .7);
}

.watermark1 {
    /*background-image: url("../logo_azul_fondo.svg");*/
    background-size: 561px 146px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.watermark1 img {
    position: relative;
    top: 0;
    left: 0;
    opacity: .3;
    filter: alpha(opacity=50);
}
#BtnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0085C256;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#BtnTop::after {
    content: '\f077';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 30px;
    color: #fff;
}
#BtnTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.panel-body {
    padding: 10px 5px 10px 5px !important;
}
.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: 0px 5px 0px 5px !important;
}
.ibox {
    margin-bottom: 5px !important;
}

.ibox-title {
    background-color: var(--c-primary) !important;
    min-height: 12px !important;
    padding: 7px 5px 3px 15px !important;
    margin-bottom: 0px !important;
}

.ibox-title h5 {
    color: #fff;
    margin-left: 10px;
}

.ibox-tools {
    top: 6px !important;
}
.ibox-content {
    padding: 5px !important;
}
.col-form-label {
    padding-top: calc(0.375rem) !important;
    padding-bottom: calc(0.375rem) !important;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.form-group {
    margin-bottom: 2px !important;
}
.m-t .form-group {
    margin-bottom: 1rem !important;
}
.form-control {
    font-size: 12px !important
}

#page-wrapper {
    padding: 0px !important;
}

.page-heading {
    padding: 0px 10px 10px 10px;
}title-primary

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 2.05rem !important;
}

.btn-primary, .page-item.active .page-link, .navy-bg, .bg-primary {
    background-color: var(--c-primary) !important;
    border-color: var(--c-primary) !important;
}
.btn-primary:hover, .page-item.active:hover .page-link:hover {
    background-color: var(--c-focus) !important;
    border-color: var(--c-focus) !important;
}
i.icon-title {
    color: var(--c-primary);
}

.modal-icon {
    color: var(--c-primary) !important;
    opacity: 0.6 !important;
}

/* .icheckbox_square-green,
.iradio_square-green {
    background: url(./plugins/iCheck/primary.png) no-repeat !important;
} */

.tab-title-primary {
    color: var(--c-primary);
    margin-top: 15px;
    margin-left: 15px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 32px !important;
}
.select2-selection__arrow {
    height: 0px !important;
}

.input-group-append {
    height: 32px;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){
    width: 25px;
    padding-right: 20px;
}

.link-core {
    color:grey
}

.children_permission{
    margin-left: 15px;
}

.loginBackground{
    background: linear-gradient(to right, #164b61, #16c074);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBackground_oleluz{
    background: linear-gradient(to right, #ae7014, #ffe900);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoOscuro{
    width: 100%;
}

.loginContainer{
    max-width: 400px;
    margin: auto;
}

.formLogin{
    margin-top: 40px;
}

.formLabel{
    padding: 5px;
    font-size: 15px;
    text-align: left;
    color: white;
}

input.formInputLogin, input:-internal-autofill-selected.formInputLogin {
    background-color: #ffffff00 !important;
    color: white !important;
    border: 2px solid #e5e6e7;
}

.floatRight{
    float: right;
}

.loginButton{
    font-size: 15px;
    font-weight: 800;
    text-align: right;
    background-color: white;
    margin: 15px 0;
    padding: 5px 25px;
}

.aButton{
    font-size: 10px;
    font-weight: 800;
    text-align: right;
    background-color: white;
    margin: 15px 0;
    padding: 5px 25px;
}

.loginscreen.middle-box{
    width: unset;
}

.flexCenterHeight{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.linkLogoText{
    padding: 0 !important;
}

.linkLogoText:hover{
    background-color: unset !important;

}

.logoText{
    color: var(--c-focus);
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
    font-size: 18px;
}

.headerMenuButton {
    font-size: 25px;
    background-image: transparent !important;
    border-image: transparent !important;
    color: #fff
}

.headerMenuButton:hover {
    color: #fff !important;
}

.headerIcons{
    color: white;
    font-size: 25px;
    margin-left: 10px;
}

.navbar-fixed-top, .navbar-static-top{

    background: linear-gradient(to right, #164b61, #16c074);
}

nav.navbar-default {
    background-color: #f0f0f0;
}

body.mini-navbar .logoText{
    display: none;
 }

 .navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    margin: 0;
    z-index: 2000;
}

.navbar-header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.cardHeader{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.cardIcon{
    color: var(--c-focus);
    font-size: 40px
}

.cardTitle{
    margin: 0 0 0 10px;
    font-weight: 800;
}

table .tableTH {
    background-color:#0085c2 !important;
    color: white !important;
}

.card {
    border-radius: 30px;
}