
body {
    overflow-x: hidden;
}

/* LOADER */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader-container {
    position: fixed;
    z-index: 2000;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(140, 138, 138, 0.5);
}
/* END LOADER */
/* CLASES GENÉRICAS */
.center-self {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.center {
    text-align: center;
}

.invalid {
    box-shadow: none !important;
    border-bottom: 1px solid #F44336 !important;
}

.error {
    color: #F44336;
}

div.form-error {
    color: #F44336;
    font-size: 0.8rem;
    border-bottom: none !important;
}

.no-click {
    pointer-events: none;
}

.hidden {
    visibility: hidden;
    display: none;
}

.big-bold-font {
    color: black;
    font-weight: bold;
    font-size: 1.1rem;
}

#img-logo {
    vertical-align: middle;
    /* width: 3%; */
    position: relative;
    padding-bottom: 0.2%;
    padding-left: 0.5%;
    height: 100%;
    padding: 10px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

#aytoLogo {
    position: relative;
    height: 95%;
    /*padding-top: 0.5%;
        width:17%;
    */
    margin-left: 0.5%;
}
.nav-wrapper{
    background-color:#1b9696;
}

.nav-wrapper ul {
    margin-right: 2%;
}

.btn-logout {
    background: none;
    border: none;
    padding: 0px 18px;
}
.btn-logout:hover {
    background-color: rgba(0,0,0,0.1);
}

.w-100{
    width: 100%;
}
/* END CLASES GENÉRICAS */
/* ENTITIES */
.ayto {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    
}

.ayto img {
    max-width: 50px;
    width: 50px;
    flex-grow: 1;
}

.ayto .title {
    margin-left: 10px;
    flex-grow: 2;
}

.flex-center {
    align-self: center;
    margin-bottom: 0 !important;
}
/* END ENTITIES */
/* LOGIN */
@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white;
    /* In yourUse @body-bg opacity:0.9;*/
}

    .omb_login .omb_socialButtons a:hover {
        color: white;
        opacity: 1;
    }

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}


@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    }
}
button.btn-large {
    width: 100% !important;
}

.signin-gecor {
    background-color: #26a69a;
    height: 36px;
    width: 236px;
    line-height: 36px;
    padding: 0px;
    text-transform: capitalize !important;
}

.signin-gecor img {
    height: 100%;
    float: left;
    padding: 6px;
}

/* Shared */
.loginBtn {
    width: 300px;
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.5em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
  }
  .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
  }
  .loginBtn:focus {
    outline: none;
  }
  .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  }
  
  /* Gecor */
  .loginBtn--gecor {
    background: #26a69a;
    text-wrap: wrap;
  }
  .loginBtn--gecor:before {
    border-right: #1b8e83 1px solid;
    background: url('images/logo_gecor_22.png') 6px 6px no-repeat;
  }
  .loginBtn--gecor:hover,
  .loginBtn--gecor:focus {
    background: #30b5a9;
  }

  @media screen and (max-width: 420px) {
    .loginBtn {
        width: 200px;
        font-size: 12px !important;
      }
  }

  /* Google */
  .loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
    text-wrap: wrap;
  }

  .loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
  }
  .loginBtn--google:hover,
  .loginBtn--google:focus {
    background: #E74B37;
  }
  
  /* Facebook */
  .loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    text-wrap: wrap;
  }
  .loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
  }
  .loginBtn--facebook:hover,
  .loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
  }
  
/* END LOGIN */
/* NEW INCIDENT */
.custom-prediction-wrapper {
    padding: .6em;
    max-height: 250px;
    overflow: auto;
}
.custom-prediction-wrapper .search-street {
    font-size: 20px !important
}

.search-label-street {
    margin-top: 2em;
}

.custom-prediction-wrapper .list-group-item:hover {
    background-color: #bfdaf8;
    cursor: pointer;
    font-weight: bold;
}
.modal-content {
    text-align: center;
}

.modal-number {
    height: 50% !important;
}
@media screen and (min-width: 800px) {
    .modal-number {
        height: 42% !important;
        width: 23% !important;
    }
}
.resumen-inc {
    border-bottom: 3px solid #1b9696;
    padding-bottom: 10px;

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23005e7d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }

    .img-modal {     
        width: auto;
        max-width: 300px;        
        min-height: 150px;
        max-height: 300px;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23005e7d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    }

    .carousel-indicators li {
        background-color: #1b9696;
    }

    .carousel-inner {
        height: 150px;
        object-fit: cover;
    }

    .carousel-indicators  {
        top: 150px;
    }
}

.modal-content .btn-primary {
    color: #fff;
    background-color: #00384a;
    border-color: #00384a;
}

.modal-content .btn:hover {
    color: #fff;
    background-color: #0098ca !important;
    border-color: #0098ca !important;
}

.img-modal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:100%;
    width:250px;
    max-width:25%;
}
/* END NEW INCIDENT */
/* MY INCIDENT */
.contenido {
    margin-bottom: 1.5em;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    max-width: none;
    width: 100%;
    justify-content: center;
}

.col-incident {
    padding: 1em !important;
    width: 317px;
    /* DISEÑO HORIZONTAL */
    width: 848px;
    padding: 1em 0.5em 0em 0.5em !important;
    /* END DISEÑO HORIZONTAL */
}

.inc-buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.lbl-code {
    padding-left: 3%;
    font-size: larger;
}

.code {
    font-size: large;
}

.desc {
    font-size: small;
}

.col-incident .card .card-image {
    max-width: 25%;
    align-self: center;
    
}

.col-incident .card .card-image img {
    border-radius: 6px 6px 0 0;
    /* DISEÑO HORIZONTAL*/
    border-radius: 6px 0 0 6px;
    max-height: 204px;
    /* END DISEÑO HORIZONTAL*/
}

.col-incident .card {
    border-radius: 6px;
    /* DISEÑO HORIZONTAL*/
    display: flex;
    /*height: 204px;*/
    height: auto;
    margin: 0 !important;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: #f0f8ff52;
    /* END DISEÑO HORIZONTAL*/
}

.col-incident .card-stacked {
    
    flex-grow: 2;
}

.col-incident .card:hover {
    background-color: #26a69a3d;
}
/* END MY INCIDENT */

.detail-page-card {
    margin: 20px 0 !important;
}
.detail-page-card .card-content {
    width: 100% !important;
}

.detail-page-card .carousel {
    min-height: 400px;
    height: auto;
}

.rate {
    padding-left: inherit;
}

.rate-modal .rate {
    padding-left: 15em;
}

.user-details .confirm-button { 
    margin-top: 3em;
}

*::-webkit-scrollbar{width:6px!important;height: 6px!important;}
*::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}
*::-webkit-scrollbar-track{background:rgba(255,255,255,.08)}

@media (min-width: 1400px) {
    .container {
        max-width: 1450px;
    }
}

.red-text {
    color: red;
}