﻿html, body {
    height: 100%;
    background: #F6F6F6;
}

/* this needs to be bigger than footer height*/
/*#main {
    overflow: auto;
    padding-bottom: 150px; 
}*/

.footer-public {
    position: absolute;
    /*margin-top: -80px;*/ /* negative value of footer height */
    height: auto;
    padding: 10px 0px;
    background-color: #1f1f1f;
    /*text-align: center;*/
    font-size: 12px;
    color: White;
    z-index: 1000;
    bottom: 0;
    width: 100%;
}

#map {
    width: 100%;
}

.banner {
    background-color: #11034C !important;
    width: 100%;
    height: 50px;
    color: White;
    position: relative;
}

.bannerExtra {
    height: 30px;
    background-color: #F0EEEF;
    box-shadow: 0px 5px 12px 0px rgba(59,59,59,0.75);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(59,59,59,0.75);
    -moz-box-shadow: 0px 5px 12px 0px rgba(59,59,59,0.75);
    position: relative;
}

.headerLeft {
    display: inline-flex;
    float: left;
    margin-left: 2.5%;
    min-width: 40%;
    height: 100%;
}

.headerRight {
    overflow: hidden !important;
    font-size: 14px;
    text-align: right;
}

.headerLeftExtra {
    display: inline-flex;
    float: left;
    margin-left: 250px;
    /*width: 40%;*/
    height: 100%;
}

.headerRightExtra {
    float: right;
    margin: 5px 20px;
}

.divTextoLogin {
    display: inline-flex;
    margin-top: 15px;
    font-weight: bold;
}

.imgLogoLogin {
    margin-right: 50px;
    height: 50px;
    object-fit: contain;
}

.btn-sm-login {
    /*background-image: linear-gradient(to right, #46c3f3, #013f7c);*/
    border: 2px solid #11034C;
    min-width: 100px;
    font-size: 12px;
    border-radius: 5px !important;
    /*margin: 2px;*/
    height: 25px;
    margin-left: 10px;
    color: #11034C;
    line-height: 10px;
}

.btn-registrate {
    /*background-image: linear-gradient(to right, #46c3f3, #013f7c);*/
    background-color: #00B059;
    border: 0px;
    min-width: 100px;
    font-size: 12px;
    border-radius: 5px !important;
    /*margin: 2px;*/
    height: 25px;
    margin-left: 10px;
    color: white;
}

.btn-menu {
    border-color: transparent !important;
    border-radius: 25px !important;
    letter-spacing: 1px;
    color: black;
    height: 25px;
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
}

.login-logo-left {
    background-color: white !important;
    width: 200px;
    height: 100px;
    margin-right: 40px;
    font-weight: bold;
    object-fit: contain;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 21px 2px rgb(79 82 82);
    -moz-box-shadow: 0px 3px 21px 2px rgba(79,82,82,1);
    box-shadow: 0px 3px 21px 2px rgb(79 82 82);
}

.divMapSector {
    /*height: 30px;*/
    height: 55px;
    width: 420px;
    /*background: linear-gradient(90deg, rgba(43,69,92,1) 0%, rgba(233,24,115,1) 100%);*/
    background: #11034C;
    position: absolute;
    /*top: 55px;*/
    top: 140px;
    z-index: 9999;
    padding: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%);
}

.contenedorLogin {
    display: inline-flex;
    width: 100%;
    position: fixed;
    z-index: -1;
}

.contenedorIzquierda {
    width: 20%;
    background-color: #F0EEEF;
    /* height: 590px;*/
    /* height: -webkit-fill-available;*/
    /*height: 100vh;*/
    padding: 100px 30px 0px 30px;
    z-index: 100;
    -webkit-box-shadow: 0px 3px 21px 2px rgba(79,82,82,1);
    -moz-box-shadow: 0px 3px 21px 2px rgba(79,82,82,1);
    box-shadow: 0px 3px 21px 2px rgba(79,82,82,1);
}

.contenedorDerecha {
    /*width: 80%;*/
    width: 100%;
}

.image-bg-index {
    /*background: url(../Images/background.jpg) no-repeat;*/
    background: #E4E4E4;
    background-size: 100%;
}

.image-bg {
    background: url(../Images/background.jpg) no-repeat;
    /*background-size: 100% 100%;*/
    background-size: 100%;
    /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    -webkit-background-position: cover;
    -moz-background-position: cover;
    -o-background-position: cover;*/
    /*background-position: left;
    -webkit-background-position: left;
    -moz-background-position: left;
    -o-background-position: left;*/
}

.center-login {
    /*min-height: 100% !important;
    min-height: 60vh !important;
    display: flex;
    align-items: center;*/
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 600px;
}

.center-login-register {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 740px;
}

@media (max-width: 600px) {
    .loginscreen.small-box {
        width: 430px;
        padding: 70px 50px;
    }

    .loginscreen.middle-box {
        width: 350px !important;
        padding: 20px 25px !important;
        /*border-radius: 120px 0px 120px 0px;*/
    }

    .loginscreen.large-box {
        width: 430px;
        padding: 70px 50px;
    }
}

.small-box {
    /*max-width: 400px;*/
    z-index: 100;
    margin: 0 auto;
    /*padding-top: 8%;*/
}

.loginscreen.small-box {
    /*width: 500px;
    background: #FFF;
    padding: 120px 50px;
    border-radius: 120px 0px 120px 0px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 35px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 35px 0px rgba(209,209,209,1);*/
    width: 430px;
    background: #FFF;
    padding: 70px 50px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
    box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
}

.middle-box {
    /*max-width: 400px;*/
    z-index: 100;
    margin: 0 auto;
    /*padding-top: 8%;*/
}

.loginscreen.middle-box {
    /*width: 500px;
    background: #FFF;
    padding: 120px 50px;
    border-radius: 120px 0px 120px 0px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 35px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 35px 0px rgba(209,209,209,1);*/
    width: 430px;
    background: #FFF;
    padding: 70px 50px;
    border-radius: 120px 0px 120px 0px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
    box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
}

.loginscreen.middle-box.index {
    width: 850px;
    background: #FFF;
    padding: 0px 0px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
    box-shadow: 0px 0px 15px 10px rgba(194,194,194,1);
}

.index-display{
    display: inline-flex;
}

.index1 {
    width: 60%;
    /*background: #11044C;*/
    background: url("../Images/fondo_login2.png") no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 15px 0px 0px 15px;
}

.index2 {
    width: 40%;
    padding: 50px 30px;
    text-align: left;
    background: #F1F1F1;
    color: #000000;
    border-radius: 0px 15px 15px 0px;
}

.label-search {
    font-size: 22px;
}

.index-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #303030;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.index-left {
    margin: 30% 0%;
}

.index-1 {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 0px;
}

.index-2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: -20px;
}

.index-3 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

/*.index-welcome {
    font-size: 60px;
    font-weight: bold;
}*/

.img-index {
    height: 80px;
    object-fit: contain;
}

.img-footer {
    height: 90px;
}

/*.col-md-6.left-index{
    background: red;
}*/

/*.left-index{
    background: red;
}*/

.info-complete {
    display: inline-flex;
    width: 100%;
    color: #ffffff;
    background: #322664;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.info-text {
    width: 80%;
    padding: 10px;
}

.info-totals {
    width: 20%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.large-box {
    /*max-width: 400px;*/
    z-index: 100;
    margin: 0 auto;
}

.loginscreen.large-box {
    width: 600px;
    background: #FFF;
    padding: 50px;
}

.login-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    color: #c7c7c7;
    letter-spacing: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

.text-default {
    color: #3DC0BA !important;
    font-weight: normal !important;
}

.btn-login {
    /*background-image: linear-gradient(90deg, rgba(43,69,92,1) 0%, rgba(233,24,115,1) 100%);*/
    background: #3DC0BA;
    border: 0px;
    width: 100%;
    font-weight: 500;
    font-size: medium;
    color: white;
    border-radius: 50px;
}

.btn-register {
    /*background-image: linear-gradient(90deg, rgba(43,69,92,1) 0%, rgba(233,24,115,1) 100%);*/
    background: white;
    border: 0px;
    width: 100%;
    font-weight: 500;
    font-size: medium;
    color: #3DC0BA;
    border-radius: 50px;
}

.img-responsive {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.font-32 {
    font-size: 32px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.field-validation-error {
    color: red;
}

.required::before {
    color: rgb(248, 52, 52) !important;
    content: "*";
}

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
        box-shadow: none;
    }

.form-group {
    margin: 0px 0px 5px 0px !important;
}

.k-maskedtextbox {
    width: 100% !important;
}

    .k-maskedtextbox input, .k-dropdown-wrap {
        border-radius: 1px !important;
        border: 1px solid #e5e6e7 !important;
        height: 34px !important;
        background-color: #fff !important;
    }

.uppercase {
    text-transform: uppercase;
}

.k-multiselect .k-button,
.k-multiselect .k-button.k-state-hover {
    color: #fff !important;
    border-color: #322664 !important;
    background-color: #322664 !important;
    background-image: none !important;
    text-align: left !important;
}

.k-list > .k-state-selected,
.k-state-selected {
    color: #fff !important;
    background-color: #322664 !important;
    border-color: #322664 !important;
}

.k-list > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected,
.k-popup .k-list .k-state-focused {
    -webkit-box-shadow: inset 0 0 3px 1px #322664 !important;
    box-shadow: inset 0 0 3px 1px #322664 !important;
}

.row.list {
    margin: 15px;
}

.list-title {
    font-size: 30px;
    font-weight: bold;
}

.list-target {
    width: 400px;
    text-align: center;
    display: inline-flex;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 3px rgba(194,194,194,1);
    padding: 10px;
    margin: 10px 0px;
}

.list-logo {
    width: 40%;
}

.list-info {
    width: 60%;
    text-align: left;
    margin: 0px 10px 0px 10px;
}

.list-footer {
    display: inline-flex;
    width: 100%;
}

.list-footer-left {
    width: 50%;
    text-align: left;
}

.list-footer-right {
    width: 50%;
    text-align: right;
}

.list-image {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.list-content-title {
    font-weight: bold;
    font-size: 16px;
}

.list-content-description {
    font-style: italic;
    height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-view-profile {
    font-weight: bold;
    color: #05A2AF;
    text-decoration: underline;
    cursor: pointer;
}
.public-search {
    color: black;
    font-size: 16px;
}

.btn-ask, .btn-ask:hover {
    background-color: #F18032;
    border: 0px;
    min-width: 100px;
    font-size: 16px;
    border-radius: 5px !important;
    height: 40px;
    margin-left: 10px;
    color: #ffffff;
}

.btn-save {
    background-color: #00A7B9;
    border-color: #00A7B9;
    color: #fff;
    padding: 3px 30px;
    /*font-weight: bold;*/
    font-size: 16px;
}

    .btn-save:hover,
    .btn-save:focus,
    .btn-save:active,
    .btn-save.active,
    .open .dropdown-toggle.btn-save,
    .btn-save:active:focus,
    .btn-save:active:hover,
    .btn-save.active:hover,
    .btn-save.active:focus {
        background-color: #FFFFFF;
        border-color: #00A7B9;
        color: #00A7B9;
    }

    .btn-save:active,
    .btn-save.active,
    .open .dropdown-toggle.btn-save {
        background-image: none;
    }

.btn-cancel {
    color: #fff;
    background-color: #acadac;
    border-color: #acadac;
}

    .btn-cancel:hover {
        color: #fff;
        background-color: #acadac;
        border-color: #acadac;
    }

.ask-search {
    width: 100%;
    display: inline-flex;
    padding: 5px;
    background: lightgray;
    border: 1px solid darkgray;
}

.ask-image {
    width: 5%;
}

.ask-text {
    width: 95%;
}

.ask-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.border-division {
    border-bottom: 1px solid lightgray;
}


/*Custom design upload button*/
.upload_button {
    display: inline-flex;
    margin-bottom: 1%;
    padding-right: 0;
    padding-left: 0
}

    .upload_button input[type=file] {
        display: none
    }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-top: 0px;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white,
    .btn-white:active:focus,
    .btn-white:active:hover,
    .btn-white.active:hover,
    .btn-white.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white:active,
    .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-image: none;
    }

        .btn-white.disabled,
        .btn-white.disabled:hover,
        .btn-white.disabled:focus,
        .btn-white.disabled:active,
        .btn-white.disabled.active,
        .btn-white[disabled],
        .btn-white[disabled]:hover,
        .btn-white[disabled]:focus,
        .btn-white[disabled]:active,
        .btn-white.active[disabled],
        fieldset[disabled] .btn-white,
        fieldset[disabled] .btn-white:hover,
        fieldset[disabled] .btn-white:focus,
        fieldset[disabled] .btn-white:active,
        fieldset[disabled] .btn-white.active {
            color: #cacaca;
        }

.btn-change {
    border: none;
    background: transparent;
    color: #0796d0;
    text-decoration: underline;
}

.no-resize {
    resize: none;
}