@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.space-70 {
    height: 70px;
    display: block;
}

.sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}


/* Sidebar */

.sidebar-toggle {
    position: fixed;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.sidebar-toggle.is-closed {
    -webkit-transform: translateX(0.3em) rotate(0deg);
    transform: translateX(0.3em) rotate(0deg);
}

.sidebar {
    -webkit-transition: .7s;
    transition: .7s;
}

.sidebar .nav i {
    -webkit-transition: .7s;
    transition: .7s;
}

@media (min-width:992px) {
    .sidebar.is-closed {
        -webkit-transform: translateX(-14em);
        transform: translateX(-14em);
    }
    .panel-full {
        width: calc(100% - 80px);
    }
    .sidebar.is-closed .nav i {
        float: right;
        text-align: right;
        margin: 0px;
    }
    .sidebar .simple-text-closed {
        display: none;
    }
    .simple-text-closed {
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        color: #fff;
    }
    .simple-text-closed:hover {
        color: #fff;
    }
    .sidebar.is-closed .simple-text-closed {
        display: initial;
        position: relative;
        left: 88%;
    }
    .sidebar.is-closed .logo {
        background-color: #f44336;
    }
    .sidebar.is-closed .simple-text {
        display: none;
    }
}

.main-panel {
    transition-property: width;
    transition-duration: .4s;
    transition-timing-function: linear;
}

.sidebar .logo {
    height: 70px;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: linear;
}

.card-header .form-group {
    display: -webkit-inline-box;
    margin: 0px;
}

.card-header .form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-size: 100% 2px, 100% 1px !important;;
    box-shadow: none;
    transition-duration: 0.3s;
}

.card-header .form-control::-moz-placeholder {
    color: #fff;
    font-weight: 400;
}

.card-header .form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
}

.card-header .form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
}

.card-header .form-control{
    color: #fff;
}

.table i {
    font-size: 16px;
    display: inline-block;
    margin-left: 3px;
    color: #fff;
    background: #a9afbb;
    padding: 3px;
    border-radius: 3px;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: linear;
}

.table i:hover {
    background: #f44336;
}

thead th {
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.submenu{
    list-style: none;
    padding-left: 75px;
    background: #f4f4f4;
}

.submenu li > a{
    margin: 0px !important;
}

.collapse .fa{
    font-size: 18px !important;
    text-align: right !important;
    margin-right: 0px !important;
}

.m-t-3{
    margin-top: 30px;
}

.container > .switch {
    display: block;
    margin: 12px auto;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #f44336;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-container {
    margin: 10px 0px;
}

/* Radio buttons - Checkboxes */
/*input[type=radio]{*/
    /*display:none;*/
/*}*/

/*input[type=radio] + label:before {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*vertical-align:middle;*/
    /*margin-right: 8px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 8px;*/
/*}*/
/*input[type=radio]:checked + label:before {*/
    /*content: "\2022"; !* Bullet *!*/
    /*color: #f44336;*/
    /*background-color: #fff;*/
    /*font-size:1.8em;*/
    /*text-align:center;*/
    /*line-height:14px;*/
    /*text-shadow:0px 0px 3px #eee;*/
/*}*/
.checkbox label, .radio label, label {
    margin-right: 10px;
}

.sidebar{
    background-image: url("../../resources/assets/img/sidebar.jpg");
    background-size: cover;
}

.colorpicker-element.input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 0px;
    position: relative;
    bottom: -20px;
    left: 5px;
}

.colorpicker-element.input-group-addon i, .colorpicker-element.add-on i {
    height: 26px;
    width: 26px;
    border: 1px solid #aaa;
}


.card h4 {
    border-left: 5px solid red;
    padding: 0px 12px;
    font-weight: 700;
}

.form-color {
    display: inherit !important;
}

.pagination>li>a, .pagination>li>span{
    border: none;
}

.pagination>.active>span{
    background-color: #f44336;
}

.pagination>li>a, .pagination>li>span{
    color: #f44336;
}

.card-stats .title {
    font-weight: 500;
}

.stats strong {
    font-size: 14px;
    color: #696969;
    margin-left: 4px;
}

.modal-backdrop{
    display: none;
}

/* Gantt */
.gantt {
    width: 100%;
    margin: 20px auto;
    border: 14px solid #ddd;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gantt:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.fn-gantt {
    width: 100%;
}

.fn-gantt *,
.fn-gantt *:after,
.fn-gantt *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fn-gantt .fn-content {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fn-gantt .row {
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0;
}


/* === LEFT PANEL === */

.fn-gantt .leftPanel {
    float: left;
    width: 225px;
    overflow: hidden;
    border-right: 1px solid #DDD;
    position: relative;
    z-index: 20;
}

.fn-gantt .leftPanel .fn-label {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #484A4D;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fn-gantt .leftPanel .row {
    border-bottom: 1px solid #DDD;
}
.fn-gantt .leftPanel .name, .fn-gantt .leftPanel .desc {
    float: left;
    height: 24px;
    width: 50%;
    background-color: #f6f6f6;
}

.fn-gantt .leftPanel .name {
    font-weight: bold;
}

.fn-gantt .leftPanel .fn-wide, .fn-gantt .leftPanel .fn-wide .fn-label {
    width: 100%;
}

.fn-gantt .leftPanel .spacer {
    background-color: #f6f6f6;
    width: 100%;
}




/* === RIGHT PANEL === */

.fn-gantt .rightPanel {
    overflow: hidden;
}

.fn-gantt .dataPanel {
    margin-left: 0;
    outline: 1px solid #DDD;
    /* TODO: Replace image with gradient?
    background-size: 24px 24px;
    background-image: linear-gradient(to left, rgba(221, 221, 221, 0.7) 1px, transparent 1px), linear-gradient(to top, rgba(221, 221, 221, 0.7) 1px, transparent 1px);
    */
    background-image: url(../img/grid.png);
    background-repeat: repeat;
    position: relative;
}

.fn-gantt .row.header {
    margin-right: -1px;
    width: 100%;
}

.fn-gantt .day, .fn-gantt .date {
    overflow: visible;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: 11px;
    color: #484a4d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    text-align: center;
}

.fn-gantt .sa, .fn-gantt .sn, .fn-gantt .wd {
    height: 24px;
    text-align: center;
}

.fn-gantt .sa, .fn-gantt .sn {
    color: #939496;
    background-color: #f5f5f5;
    text-align: center;
}

.fn-gantt .wd {
    background-color: #f6f6f6;
    text-align: center;
}

.fn-gantt .holiday {
    background-color: #ffd263;
    height: 24px;
}

.fn-gantt .today {
    background-color: #fff8da;
    height: 24px;
    font-weight: bold;
    text-align: center;
}

.fn-gantt .rightPanel .month, .fn-gantt .rightPanel .year {
    float: left;
    overflow: hidden;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    height: 24px;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 11px;
    color: #484a4d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    text-align: center;
}

.fn-gantt-hint {
    border: 5px solid #edc332;
    background-color: #fff5d4;
    padding: 10px;
    position: absolute;
    display: none;
    z-index: 11;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fn-gantt .bar {
    background-color: #D0E4FD;
    height: 18px;
    margin: 0 3px 3px 0;
    position: absolute;
    z-index: 10;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
    box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fn-gantt .bar .fn-label {
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    color: #414B57 !important;
    text-align: center;
    font-size: 11px;
}

.fn-gantt .ganttRed {
    background-color: #F9C4E1;
}
.fn-gantt .ganttRed .fn-label {
    color: #78436D !important;
}

.fn-gantt .ganttGreen {
    background-color: #D8EDA3;
}
.fn-gantt .ganttGreen .fn-label {
    color: #778461 !important;
}

.fn-gantt .ganttOrange {
    background-color: #FCD29A;
}
.fn-gantt .ganttOrange .fn-label {
    color: #714715 !important;
}


/* === BOTTOM NAVIGATION === */

.fn-gantt .bottom {
    clear: both;
    background-color: #f6f6f6;
    width: 100%;
}
.fn-gantt .navigate {
    border-top: 1px solid #DDD;
    padding: 10px 0 10px 225px;
}

.fn-gantt .navigate .nav-slider {
    height: 20px;
    display: inline-block;
}

.fn-gantt .navigate .nav-slider-left, .fn-gantt .navigate .nav-slider-right {
    text-align: center;
    height: 20px;
    display: inline-block;
}

.fn-gantt .navigate .nav-slider-left {
    float: left;
}

.fn-gantt .navigate .nav-slider-right {
    float: right;
}

.fn-gantt .navigate .nav-slider-content {
    text-align: left;
    width: 160px;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
}

.fn-gantt .navigate .nav-slider-bar, .fn-gantt .navigate .nav-slider-button {
    position: absolute;
    display: block;
}

.fn-gantt .navigate .nav-slider-bar {
    width: 155px;
    height: 6px;
    background-color: #838688;
    margin: 8px 0 0 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fn-gantt .navigate .nav-slider-button {
    width: 17px;
    height: 60px;
    background: url(../js/gantt_js/img/slider_handle.png) center center no-repeat;
    left: 0;
    top: 0;
    margin: -26px 0 0 0;
    cursor: pointer;
}

.fn-gantt .navigate .page-number {
    display: inline-block;
    font-size: 10px;
    height: 20px;
}

.fn-gantt .navigate .page-number span {
    color: #666666;
    margin: 0 6px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.fn-gantt .navigate a:link, .fn-gantt .navigate a:visited, .fn-gantt .navigate a:active {
    text-decoration: none;
}

.fn-gantt .nav-link {
    margin: 0 3px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: #595959 url(../js/gantt_js/img/icon_sprite.png) !important;
    border: 1px solid #454546;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fn-gantt .nav-link:active {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
}

.fn-gantt .navigate .nav-page-back {
    background-position: 1px 0 !important;
    margin: 0;
}

.fn-gantt .navigate .nav-page-next {
    background-position: 1px -16px !important;
    margin-right: 15px;
}

.fn-gantt .navigate .nav-slider .nav-page-next {
    margin-right: 5px;
}

.fn-gantt .navigate .nav-begin {
    background-position: 1px -112px !important;
}

.fn-gantt .navigate .nav-prev-week {
    background-position: 1px -128px !important;
}

.fn-gantt .navigate .nav-prev-day {
    background-position: 1px -48px !important;
}

.fn-gantt .navigate .nav-next-day {
    background-position: 1px -64px !important;
}

.fn-gantt .navigate .nav-next-week {
    background-position: 1px -160px !important;
}

.fn-gantt .navigate .nav-end {
    background-position: 1px -144px !important;
}

.fn-gantt .navigate .nav-zoomOut {
    background-position: 1px -96px !important;
}

.fn-gantt .navigate .nav-zoomIn {
    background-position: 1px -80px !important;
    margin-left: 15px;
}

.fn-gantt .navigate .nav-now {
    background-position: 1px -32px !important;
}

.fn-gantt .navigate .nav-slider .nav-now {
    margin-right: 5px;
}

.fn-gantt-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 );
    background: rgba(0,0,0,0.75);
    cursor: wait;
    z-index: 30;
}
.fn-gantt-loader-spinner span {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 1em;
    line-height: 1em;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.row:after {
    clear: both;
}

/* Tabs */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
    background: transparent;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #888 !important;
    font-size: 14px;
    font-weight: 500;
}

.tabs-left>li>a:hover {
    background-color: #f44336 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #f44336 !important;
    color: #fff !important;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.nav-tabs .number {
    font-size: 18px;
    /* border: 1px solid #fff; */
    padding: 2px 8px;
    color: #f44336;
    background: #fff;
    margin-right: 5px;
    border-radius: 3px;
}

/* Public Styles */

.wrapper {
    min-height: calc(100vh - 90px);
}

.padding-10{
    padding: 0 15px;
}

.cookies-banner-down{
    position: sticky;
    -webkit-position: sticky;
    margin: 0 auto;
    bottom: -100vh; /* For animate to 0 */
    width: 100%;
    /* margin-top: 32px; */
    line-height: 24px;
}

.cookies-banner-down .btn-form, .cookies-banner-up .btn-form  {
    margin: 0px !important;
    padding: 3px 8px;
}

.cookies-banner-up{
    min-height: 60px;
    position: fixed;
    top: -100vh; /* For animate to 0 */
    width: 100%;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0px;
    color: #000;
    opacity: .9;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

input[type=checkbox], input[type=radio]{
    margin-right: 10px;
}

.no-padding{
    padding: 0px;
}

.margin-top{
    margin-top: 1em;
}

@media (min-width: 1200px){
    .container {
        width: 660px;
    }
}

@media (min-width: 992px){
    .container {
        width: 660px;
    }
}

@media (min-width: 768px){
    .container {
        width: 660px;
    }
}

.btn-form{
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.form-margin-top{
    margin-top: 12px;
}
.form-margin-botom{
    margin-bottom: 12px;
}

.form-group {
    min-height: 80px;
}

.padding {
    padding: 10px;
}

.cookies-banner-down .alert, .cookies-banner-up .alert{
    margin-bottom: 0px !important;
}

@media (min-width: 660px){
    .promo-form .col-sm-6 {
        width: 50%;
        float: left;
    }
}

.img-responsive {
    width: 100%;
}

label {
    font-weight: 400;
}

button[disabled], html input[disabled] {
    cursor: no-drop;
}

.no-border{
    border: none !important;
    -webkit-box-shadow: none;
     box-shadow: none;
    padding: 6px 0px;
    background-color: transparent !important;
}

input[type="file"] {
    display: none;
}
.button-label{
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    display: block;
    margin-right: 0px;
    /*padding: 1px 0px;*/
}
.file-text{
    margin: 0px;
    margin-left: 5px;
    font-size: 14px;
}
.div-file{
    padding: 0px;
    text-align: left;
}
.div-error{
    padding: 0px;
}
.error{
    font-size: 12px;
    color: red;
}
.datepicker-days > table > tbody > tr > td{
    cursor: pointer;
}
.datepicker-days > table > thead > tr > th{
    cursor: pointer;
}
.fa{
    margin-right: 5px;
}
.captcha{
    padding-bottom: 15px;
}
.druid-button{
    background-color: #000000
}
.druid-login{
    width: 50%;
    height: 100px;
    float: left;
}
.druid-registration{
    width: 50%;
    height: 100px;
    float: left;
}
.druid-login > a > img{
    float: right;
    margin-top: 21px;
}
#logologin{
    height: 30px;
    position: relative;
    top: 15px;
}
.druid-registration > a{
    margin-top: 40px;
    position: absolute;
    color: white;
    padding: 0 25px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: -20px;
}
.fill-form{
    display: inline;
    margin-top: 12px
}
.padding-20{
    padding: 20px;
}
.error {
    background: #fff;
    padding: 5px 8px;
    position: relative;
    top: 5px;
    border-radius: 3px;
    opacity: .7;
}
.form-group-checkbox {
    min-height: 40px;
}
.info-text {
    padding-left: 30px;
    min-height: 10px;
}

.input-accept-checkbox {
    padding-right: 0;
    position: relative;
    min-height: 1px;
    float: left;
    width: 3%;
}
.label-accept-checkbox {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    float: left;
    width: 97%;
    padding-left: 9px;
}
.accept_checkbox > p{
    margin-left: 15px;
}
.row-accept-checkbox {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 10px;
}
.padding__40 {
    padding: 4%;
}

#accept_checkbox_modal {
    position:fixed;
    top:auto;
    bottom: 4%;
}

.modal-dialog-accept-checkbox {
    max-height:85%;
    margin-top: 50px;
    margin-bottom:50px;
}
.modal-body-accept-checkbox {
    height: 300px;
    overflow-y: auto;
}

.custom-editor-content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.config-cookies, .config-cookies:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
/* config cookies modal */
.img-logo-cookies {
    max-width: 100%;
}
/* config cookies modal toggle */
.cookies-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.cookies-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.cookies-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookies-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .cookies-slider {
    background-color: rgb(9, 165, 1);
}

input:focus + .cookies-slider {
    box-shadow: 0 0 1px rgb(9, 165, 1);
}

input:checked + .cookies-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.cookies-slider.round {
    border-radius: 34px;
}

.cookies-slider.round:before {
    border-radius: 50%;
}
/* -----------------------------
* MODAL COOKIES
* ----------------------------- */
#new_cookies_modal .modal-body {
	padding: 0;
}
#new_cookies_modal .tab-pane {
	padding: 2rem 3rem 3rem;
	overflow: hidden;
	background-color: #fff;
}
#new_cookies_modal .tab-pane h4 {
	margin: 0 0 1.5rem;
}
#new_cookies_modal .modal-title h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
#new_cookies_modal .row.no-margin {
	margin: 0;
}
#new_cookies_modal .row.no-margin [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
#new_cookies_modal .modal-body > .row {
	overflow: hidden;
}
#new_cookies_modal .modal-body > .row > [class*='col-'] {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
/* si no se ha cargado logo no se pinta el contenedor */
#new_cookies_modal .modal-header .logo:empty {
	display: none;
}
#new_cookies_modal .modal-header .logo img {
	max-width: 140px;
}
#new_cookies_modal .tabs-menu {
	border-right: 1px solid #ddd;
	padding-right: 0;
	background-color: #eee;
}
#new_cookies_modal .tabs-left {
	display: flex;
	flex-flow: column nowrap;
	border-bottom: none;
	padding: 0;
	border: none;
}
#new_cookies_modal .tabs-left > li > a {
	border-radius: 0 !important;
	border: none !important;
}
#new_cookies_modal .tabs-left > li > a:hover {
	color: #fff !important;
    background-color: grey !important;
}
#new_cookies_modal .tabs-left > li.active > a,
#new_cookies_modal .tabs-left > li.active > a:hover,
#new_cookies_modal .tabs-left > li.active > a:focus {
	background-color: #fff !important;
	color: #444 !important;
}

@media (min-width: 600px) {
    #new_cookies_modal .modal-header > .row {
        display: table;
        width: 100%;
    }
    #new_cookies_modal .modal-header > .row > [class*="col-"] {
        vertical-align: middle;
        display: table-cell;
        float: none;
    }
    #new_cookies_modal .modal-header > .row .col-md-4 {
        width: 33.3333%;
    }
    #new_cookies_modal .modal-header > .row .col-md-8 {
        width: 66.6666%;
    }
}
@media (max-width: 600px) {
    #new_cookies_modal .modal-header > .row > [class*="col-"] {
        text-align: center;
    }
}

.footer-hide-form {
    position: fixed;
    background-color: white;
    left: 0;
    bottom: 0;
    right: 0;
}

/* ancho combo provincias */
span.select2.select2-container.select2-container--default {
width: 100% !important;
}


.cookies-banner-layer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: black;
    opacity: 0; /** 0 for animate **/
}

.no-scroll {
    overflow: hidden;
}


body {
    position: relative; /* Esto es necesario para que el layer ocupe toda la superficie del body */
}

.public-wrapper {
    overflow-x: hidden;
}
#btnFB {
    background-color: #1877f2;
    color: #fff;
}
#btnFB:hover {
    opacity: .8;
}

#btnGoogle {
    background-color: #fff;
    color: #757575; /* Color del texto para Google */
    border: 1px solid #dadce0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#btnGoogle span {
    color: #757575 !important; /* Color del texto para Google */
}

#btnGoogle:hover {
    background-color: #f5f5f5;
}

#btnGoogle .google-logo {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.countdown-timer {
    font-size: xx-large;
    color: red;
}

#loading-container{
    display: grid;
    place-content: center;
    height: 100vh;
}
.loading{
    width: 90px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
}
.loading-text{
    padding-top:20px
}
.loading span{
    font-size: 16px;
    text-transform: uppercase;
}
.balls {
    width: 20px;
    height: 20px;
    animation: salto .5s alternate
    infinite;
    border-radius: 50%
}
.balls:nth-child(2) {
    animation-delay: .18s;
}
.balls:nth-child(3) {
    animation-delay: .37s;
}
@keyframes salto {
    from {
        transform: scaleX(1.25);
    }
    to{
        transform:
                translateY(-50px) scaleX(1);
    }
}
