﻿/* Override the default bootstrap behavior where horizontal description lists  will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
}
/**************************************************************************************/
/* switch Control*/
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
    }
/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider, input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}
/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider, input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before, input[type="checkbox"]:checked + .slider:before {
    transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/**************************************************************************************/
/* switch Control mismo color*/
.switchl {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

    .switchl input {
        display: none;
    }

.sliderl {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00a6b0;
    transition: .4s;
}

    .sliderl:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }
/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .sliderl, input[type="checkbox"]:checked + .sliderl {
    background-color: #00a6b0;
}
/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .sliderl, input[type="checkbox"]:focus + .sliderl {
    box-shadow: 0 0 1px #00a6b0;
}
/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .sliderl:before, input[type="checkbox"]:checked + .sliderl:before {
    transform: translateX(17px);
}
/* Rounded sliders */
.sliderl.round {
    border-radius: 50px;
}

    .sliderl.round:before {
        border-radius: 50%;
    }
/**************************************************************************************/
/*search*/
.results tr[visible='false'],
.no-result {
    display: none;
}

.results tr[visible='true'] {
    display: table-row;
}

.counter {
    padding: 8px;
    color: #ccc;
}
/**************************************************************************************/
/**************FOOTER*****************************/
#footerbottom {
    background-color: white;
    width: 100%;
    box-shadow: 0px -1px 5px #d0cfcf;
    margin-top: 10px;
    min-height: 3px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 3000;
}

.footerwrap {
    max-width: 1000px;
    float: none;
    margin: 0px auto 0px auto;
}

.clear {
    clear: both !important;
}

#copyright {
    width: 80%;
    float: left;
    font-family: 'HelveticaLTStdRoman',Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #7e7e9F;
    padding-top: 13px;
}

#ibfooter {
    width: 80%;
    float: left;
    font-family: 'HelveticaLTStdRoman',Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #7e7e9F;
    padding-top: 13px;
    display: none;
    text-align: center;
}

#scrolltab {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border: 1px solid grey;
    border-radius: 4px;
    z-index: 2000;
    display: none;
    background-image: url(../Default/Images/scrolltop.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    cursor: pointer;
}
/**************LOADER*****************************/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/**************Validaciones*****************************/
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

select.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.blue {
    color: #005073;
}

.blue2 {
    color: #107dac;
}

.blue3 {
    color: #189ad3;
}

.blue4 {
    color: #1ebbd7;
}

.blue5 {
    color: #71c7ec;
}

.white {
    color: white;
}
/*********************************************************************/
.navbar-inverse {
    background-color: #3276b1;
    border-color: #1C86EE;
}

    .navbar-inverse .navbar-brand {
        color: white;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: black;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: black;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #4683b8;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: black;
        border-bottom-color: black;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: white;
        border-bottom-color: white;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: white;
        border-bottom-color: white;
    }
/**************************************************************************************/
.table-curved {
    border-collapse: separate;
}

.table-curved {
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left: 0px;
}

    .table-curved td, .table-curved th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .table-curved th {
        border-top: none;
    }

        .table-curved th:first-child {
            border-radius: 6px 0 0 0;
        }

        .table-curved th:last-child {
            border-radius: 0 6px 0 0;
        }

        .table-curved th:only-child {
            border-radius: 6px 6px 0 0;
        }

    .table-curved tr:last-child td:first-child {
        border-radius: 0 0 0 6px;
    }

    .table-curved tr:last-child td:last-child {
        border-radius: 0 0 6px 0;
    }
/**************************************************************************************/
.btn-squared-default {
    width: 160px !important;
    height: 160px !important;
    font-size: 14px;
}

    .btn-squared-default:hover {
        border-top: solid;
        border-top-width: 15px;
        margin: 30px 75px 30px 75px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-squared-default-plain {
    width: 150px !important;
    height: 150px !important;
    font-size: 14px;
}

    .btn-squared-default-plain:hover {
        border: 0px solid white;
    }

.btn-squared-default-ref {
    background-color: #f3f3f3;
    border-top-color: blue;
    border-top: solid;
    border-top-width: 15px;
    margin: 30px 75px 30px 75px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/**************************************************************************************/
.rcorners {
    border-radius: 20px;
    border: 2px solid #e6e6e6;
}
/**************************************************************************************/
.rconersalert {
    border-radius: 20px;
}
/**************************************************************************************/
.accordian-body span {
    color: #a2a2a2 !important;
}

.hiddenRow {
    background-color: #eeeeee;
    font-size: 12px;
    border-radius: 10px;
}
/**************************************************************************************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 4px;
}
/**************************************************************************************/

/**************************************************************************************/
.loading-bar {
    position: absolute;
    width: 500px;
    height: 6px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    top: calc(50% - 3px);
    left: calc(50% - 250px);
}

    .loading-bar::after {
        content: '';
        display: block;
        width: 200px;
        height: 1000%;
        background-color: #107dac;
        animation: progressbar-slide 1s infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes progressbar-slide {
    0% {
        transform: translateX(-200px);
    }

    70%, 100% {
        transform: translateX(500px);
    }
}

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2000; /*hasta en frente*/
    display: flex;
    animation: loading-entry 5s; /*animacion*/
}
/*animacion tipo fade*/
@keyframes loading-entry {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
/**************************************************************************************/

/**************************************************************************************/
fieldset {
    margin: 10px;
    padding: 0 10px 10px;
    border: 1px solid #202d303d;
    border-radius: 8px;
    box-shadow: 0 0 1px #666;
    padding-top: 10px;
}

legend {
    padding: 2px 4px;
    background: #fff;
    width: auto;
    /* For better legibility against the box-shadow */
}

fieldset > legend {
    float: left;
    margin-top: -20px;
}

    fieldset > legend + * {
        clear: both;
    }
/**************************************************************************************/
#resultado {
    background-color: red;
    color: white;
    font-weight: bold;
}

    #resultado.ok {
        background-color: green;
    }

#one {
    margin-top: 5px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
}

.it .btn-orange {
    background-color: transparent;
    border-color: #e4e2e2 !important;
    color: #777;
    text-align: left;
    width: 100%;
}

.it input.form-control {
    height: 54px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 4px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.it .btn-new, .it .btn-next {
    margin: 30px 0px;
    border-radius: 0px;
    background-color: #333;
    color: #f5f5f5;
    font-size: 16px;
    width: 155px;
}

.it .btn-next {
    background-color: #ff4d0d;
    color: #fff;
}

.it .btn-check {
    cursor: pointer;
    line-height: 54px;
    color: red;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .btn-orange img {
    width: 30px;
}

.it #uploaderf .docErr {
    position: absolute;
    right: auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}

    .it #uploaderf .docErr:after {
        content: '\f0d7';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 50px;
        color: #fff;
        position: absolute;
        left: 30px;
        bottom: -40px;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }
/**************************************************************************************/
.loader {
    background: rgba(0, 0, 0, 0.2);
    height: 100vh;
    width: 100%;
    z-index: 2000;
    position: absolute;
    top: 0;
    display: none;
}

.full_spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid #3C89FF;
    border-radius: 100%;
    z-index: 2500;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


/**************************************************************************************/
.tablaCSS td {
    font-size: 11px;
    background-color: #ffffff;
}

.tablaCSS th {
    font-size: 12px;
    padding: 4px;
    border: 2px solid white;
    background-color: #3276b1;
    color: white;
}
/**************************************************************************************/
.selected {
    background-color: #e4e4e4;
}



@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
