﻿/***************************************************************
            Estilo para modal progress
***************************************************************/

.modal-wrapper {
    top: 50%;
    left: 50%;
    z-index: 13000;
    position: fixed;
    -webkit-transform: scale(1) translate(-50%, -50%) !important;
    -moz-transform: scale(1) translate(-50%, -50%) !important;
    -ms-transform: scale(1) translate(-50%, -50%) !important;
    -o-transform: scale(1) translate(-50%, -50%) !important;
    transform: scale(1) translate(-50%, -50%) !important;
}

.loading-modal-wrapper {
    z-index: 13001;
    display: none;
}

.loading-modal {
    width: 300px;
    display: none;
    z-index: 13000;
    position: static;
    min-height: 60px;
    overflow: initial;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.loading-modal-content {
    color: #666;
    line-height: 100%;
    padding: 16px 10px 10px;
}

.loading-image {
    width: 50px;
    height: 50px;
}

.loading-modal-content span {
    font-size: 13px;
    text-align: justify;
}

.wait-text {
    padding: 5px;
    position: relative;
    display: inline-block;
}

.wrapper-show,
.wrapper-show .loading-modal {
    display: block;
}

.wrapper-show~.overlay-container {
    top: 0;
    left: 0;
    width: 100%;
    content: " ";
    height: 100%;
    opacity: 0.5;
    z-index: 12999;
    position: fixed;
    visibility: visible;
    background-color: #404040;
}


/***************************************************************
            Fin Estilo para modal progress
***************************************************************/

.inputtext_error {
    color: #000000;
    border: 0.5px solid Red !important;
    /*background-color: #FFAEAE !important;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height:19px;
    padding: 0px 0px 0px 0px;*/
}

.inputtext_success {
    color: #000000;
    border: 0.5px solid Green !important;
    /*background-color: #DFFDDD !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 19px;
    padding: 3px 0px 0px 0px;*/
}

.DespResultado-Calc {
    margin-top: 30px;
}

.DespResultado-Calc .aspNetDisabled,
.DespResultado-Calc .aspNetDisabled.form-control {
    color: #ff7500 !important;
    background: #eaded4 !important;
}

.avanz-salir {
    text-align: right;
    margin-bottom: 25px;
}

#InfoLogin {
    text-align: right;
}

#InfoLogin span {
    font-weight: bold;
    display: block;
    color: #ff7500
}

#InfoLogin span:after {
    content: none;
}

.btn-avanz a {
    color: #fff !important;
}

#imbSalir {
    display: block;
    margin-bottom: 15px;
}

.form-control[disabled] {
    background-color: #eee !important;
}

.modal-footer {
    border-top: none;
}


/*ORANGE XPRESS*/
a, a i {
    cursor:pointer!important;
}
h3.no-borde {
    border: none!important;
    margin-bottom: 30px!important;
}
.orange-xpress label {
    margin-bottom:0!important;
}
.orange-xpress.resume label {
    display: block;
}

.orange-xpress span {
    color: #888C92;
}
.cancel-sol {
    color:#c14e00;
}
.btn-cancel-sol button, .btn-cancel-sol a {
    background:#c14e00;
    color:#fff;
}
.btn-cancel-sol button:hover,
.btn-cancel-sol a:hover,
.btn-cancel-sol input:hover {
    background: #a64402;
    color:#fff;
}

#default-section img.img-responsive.hvr-pop {
    width: auto!important;
}

.new-register tr.active td {
    background: #dddddd!important;
    color: #63666A;
}

.add-benef a {
    color: #007C89;
    font-size: 1.5em;
    padding: 20px;
    display: inline-block;
}

.save-benef a {
    color: #007C89;
    font-size: 1.5em;
    padding: 20px;
    display: inline-block;
}

.edit-benef a {
    color: #007C89;
    font-size: 1.1em;
    display: inline-block;
    margin: 0 4px;
}

.delete-benef a {
    color: #DA1A31;
    font-size: 1.3em;
    display: inline-block;
    margin: 0 4px;
}

.cancel-benef a {
    color: #DA1A31;
    font-size: 1.5em;
    padding: 20px;
    display: inline-block;
}

.act-benef a {
    color: #005981;
    font-size: 1.3em;
    display: inline-block;
    margin: 0 4px;
}

.inact-benef a {
    color: #FAA41A;
    font-size: 1.3em;
    display: inline-block;
    margin: 0 4px;
}

.select-user a {
    color: #FAA41A;
    font-size: 1.3em;
    display: inline-block;
    margin: 0 4px;
}

.admn-oxpress-g {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.admn-oxpress-g li {
    text-align: center;
    background: #C6C6C6;
    transition: all 0.5s;
}

.admn-oxpress-g li:first-child,
.admn-oxpress-g li:first-child:hover {
    border-right: 1px solid #f4f4f4;
}

.admn-oxpress-g li a {
    color: #fff;
    border: none!important;
}

.admn-oxpress-g li:hover,
.admn-oxpress-g li.btn-active {
    background: #8B8A8D;
    transition: all 0.5s;
}

.admn-oxpress-g li a:hover {
    border: none;
    border-radius: 0;
}

.space-form {
    margin-bottom: 60px;
    display: block;
}

.terminos {
    height: 350px;
    overflow-y: scroll;
    padding: 15px;
    margin-bottom: 20px;
}

input[type=checkbox],
input[type=radio] {
    height: auto!important;
}
#loadingModal .modal-content {
    padding:20px 0;
    margin-top:50px;
}
.ms-webpart-cell-vertical, .ms-webpart-chrome-vertical {
    display:block;
}
.table-responsive td span, .table-responsive td label {
    white-space:nowrap!important;
}
.t-margin-3 {
    margin-top:30px!important;
}
.b-margin-0 {
    margin-bottom:0px!important;
}
.triple-marginb {
    display:block;
    margin-bottom:30px!important;
}
#trChkAcceptPRF .form-group input[type="checkbox"], #trChkAcceptPRF .form-group label {
    margin-top:0px!important;
    margin-bottom:0px!important;
}
input[type="radio"], input[type="checkbox"] {
    margin-right:10px!important;
    margin-top:0px!important;
    margin-bottom:0px!important;
}
.w-90 label {
    width:90%;
}
/*Texto Banner Solicitudes */
@media (min-width:768px) {
    .save-benef a {
        padding-right: 0px!important;
    }
}
@media (min-width:992px) {
    .avanz-slider-gray h2 {
        margin-top:80px;
    }
}
