﻿html, body {
    height: 100%;
}

/* 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: #000000 !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: 2px 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 #000000;
    min-width: 100px;
    font-size: 12px;
    border-radius: 5px !important;
    /*margin: 2px;*/
    height: 25px;
    margin-left: 10px;
    color: #000000;
    line-height: 10px;
}

.btn-registrate {
    /*background-image: linear-gradient(to right, #46c3f3, #013f7c);*/
    background-color: #da683a;
    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%);
    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 {
    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;
}

.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;
}

.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: #393e46;
}

.btn-login {
    /*background-image: linear-gradient(90deg, rgba(43, 69, 92, 1) 0%, rgba(233, 24, 115, 1) 100%);*/
    background-color: #da683a;
    border: 0px;
    width: 100%;
    font-weight: 500;
    font-size: medium;
    color: white;
}

.img-responsive {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.font-32{
    font-size: 32px;
}

.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;
}

#wrap {
    z-index: 1000 !important;
    position: relative;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding-right: 40px;
    }

    .password-container .toggle-password {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }