/* AVTPL */

.logo > img {
  max-width: 200px;
  max-height: 44px;
}
@media only screen and (max-width: 768px) {
    .logo > img {
      max-width: 250px;
      max-height: 44px;
    }
}

.logoContainer {
    position: relative;
    display: inline-block;
    text-align: center;
}

.logoText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    width: 100%;
    text-shadow: 0 1px 0 #ccc,
       0 2px 0 #c9c900,
       0 3px 0 #bb0,
       0 4px 0 #b9b900,
       0 5px 0 #aaa,
       0 6px 1px rgba(0, 50, 0, .1),
       0 0 5px rgba(0, 50, 0, .1),
       0 1px 3px rgba(0, 50, 0, .3),
       0 3px 5px rgba(0, 50, 0, .2),
       0 5px 10px rgba(0, 50, 0, .25),
       0 10px 10px rgba(0, 50, 0, .2),
       0 20px 20px rgba(0, 50, 0, .15);
}

#height_div {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
}

.navbar-right {
  margin-right: 0px;
}

.formtext {
    padding-top: 7px;
}

.formlabel {
    padding-top: 7px;
    font-weight: bold;
}

.form-no-validate {
    margin-bottom: 11px;
}

.form-no-validate-on-mobile {
}

.form-group {
    margin-bottom: 0 !important;
}

.gmv-btn-default {
  background-color: #f4f4f4 !important;
  color: #444 !important;
  border-color: #ddd !important;
}
.gmv-btn-default:hover,
.gmv-btn-default:active,
.gmv-btn-default.hover {
  background-color: #e7e7e7 !important;
}

/* Screen cropped corrections BEGIN tkt2261 */
.skin-blue {
    background-color: #ecf0f5;
}

.bold {
    font-weight: bold;
}

.wrapper {
    position: static !important;
}
/* Screen cropped corrections END tkt2261 */

.liquidChoCreateBtnRight {
    float: right;
    margin-top: 12px;
}

.liquidChoCreateBtnMiddle {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}

.liquidCliCreateBtnRight {
    float: right;
}

.liquidCliCreateBtnMiddle {
    float: right;
    margin-right: 10px;
}

.liquidCliViewBtnMiddle {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

.totalLabel {
    float: right;
    padding-top: 20px;
    margin-right: 10px;
}

.totalInput {
    padding-top: 12px;
    padding-right: 20px;
}

.labelLeft {
    text-align: left;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.btnFloatR {
    float: right;
    margin-right: 10px;
}

.spinHidden {
    display: none;
}

.elementHidden {
    display: none;
}

.spinFloatR {
    float: right;
}

.spinRight {
    margin-left: 10px;
}

.spinFloatL {
    float: left;
}

.spinTop20 {
    margin-top: 20px;
}

.spinTop10 {
    margin-top: 10px;
}

.spinAutoAll {
    margin: auto;
    display: block;
}

.spinAuto60 {
    margin: 60px auto;
    display: block;
}

.spinAuto10 {
    margin: 10px auto;
    display: block;
}

.spinMargin10 {
    margin: 10px;
}

.spinViaje {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 99;
}

.spinBottom {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 99;
}

.btnSpinFloatL {
    float: left;
    margin-right: 10px;
}

.marginTop12 {
    margin-top: 12px;
}

.crudBtn {
    float: right;
    margin-left: 10px;
    margin-bottom: 11px;
}

.modaldBtn {
    float: right;
    margin-left: 10px;
}

.btn-driver {
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.btn-car {
    background-size: 60px 32px;
    background-repeat: no-repeat;
    width: 62px;
    height: 34px;
}

.btn-gray {
  background-color: #DDD;
  color: #444;
  border-color: #ddd;
  margin-top: 1px;
  margin-bottom: 1px;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray.hover {
  background-color: #CCC !important;
}

.featurette-divider {
  margin: 25px 0; /* Space out the Bootstrap <hr> more */
  border-top: 1px solid #bbb;
}

.table-zipped > thead > tr > th, .table-zipped > tbody > tr > th, .table-zipped > tfoot > tr > th, .table-zipped > thead > tr > td, .table-zipped > tbody > tr > td, .table-zipped > tfoot > tr > td {
    padding: 3px !important;
}

.cursormove {
    cursor: move;
}

.colorlink {
    color: #3c8dbc;
}

.cursorpointer {
    cursor: pointer;
}

.alertGreen {
    color: #00a65a;
}

.alertYellow {
    color: #f39c12;
}

.alertRed {
    color: #dd4b39;
}

.alertBlue {
    color: #3c8dbc;
}

.disabledX {
    pointer-events: none;
    opacity: 0.4;
}

.blinkClass {
    background-color: #F1FFEF !important;
}

div.required label.control-label:after {
    content: "*";
    color: red;
    font-size: 10px;
    vertical-align: super;
}

label.required:after {
    content: "*";
    color: red;
    font-size: 10px;
    vertical-align: super;
}

.detail-table tr td {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}

.detail-body {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
}

.email-yes:after {
  position: absolute;
  content: "\2713";
  color: #6AFF00;
  font-weight: 700;
  font-size: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  left: 7px;
  top: 7px;
}

.email-no:after {
  position: absolute;
  content: "\2715";
  color: #FF0000;
  font-weight: 700;
  font-size: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  left: 7px;
  top: 7px;
}

.direct-chat-success a,
.direct-chat-success a:hover {
  color: #fff;
}

table.html-model-table-item td {
    padding: 6px;
}
.html-model-table-item {
    width: 100%;
}

.info_dots_circle {
    height: 14px;
    width: 14px;
    background-color: #f39c12;
    border-radius: 100%;
    margin: auto;
    position: relative;
    top: 2px;
}

.info_dots_on {
    background: #ffffff;
}

.info_dots_one {
    position: relative;
    width: 4px;
    height: 4px;
    top: 1px;
    left: 5px;
    border-radius: 50%;
    margin: auto 0;
}

.info_dots_two {
    position: relative;
    width: 4px;
    height: 4px;
    top: 6px;
    right: 3px;
    border-radius: 50%;
    margin: auto 0;
}

.info_dots_three {
    position: relative;
    width: 4px;
    height: 4px;
    top: 0px;
    left: 6px;
    border-radius: 50%;
    margin: auto 0;
}

.idleDialog {
    z-index: 2000 !important;
}

@media only screen and (min-width: 768px) {
    .divtable100 {
        display: table;
        width: 100%;
        max-width: 100%;
    }

    .divtablerow {
        display: table-row;
    }

    .divtablecell {
        display: table-cell
    }

}

#mobile_detect {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile_line_break:before {
      content: ' ';
      display: block;
  }
  #mobile_detect {
    display: block;
  }
  .form-no-validate-on-mobile {
    margin-bottom: 11px;
  }
}

/* Spinner Checking Connection */
.spinner_check_conn {
    width: 30px;
    height: 30px;
    background-color: #333;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Spinner Loading */
.spinner_loading {
    width: 30px;
    height: 30px;
    position: relative;
}

.spinner_init_field {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
    margin: 7px;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

/* Spinner Loading Modal Content */
.spinner_modal_content {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
            animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes blinkAnimation {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

@keyframes blinkAnimation {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

.input-with-link {
    position: relative;
}

.input-with-link .input-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: small;
    color: #007bff; /* Color del link en Bootstrap */
    text-decoration: none; /* Remove underline */
    background-color: #fff; /* Same background as the input */
    padding: 0 2px; /* Some padding to separate from the input text */
    cursor: pointer;
}

.input-with-link input {
    padding-right: 40px; /* Prevent input text from overlapping with the link */
}
