﻿/* CSS Document BACKEND  */

@font-face {
    font-family: 'ToyotaType-Light';
    src: url('fonts/ToyotaType-Light.eot');
    src: url('fonts/ToyotaType-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Light.woff2') format('woff2'), url('fonts/ToyotaType-Light.woff') format('woff'), url('fonts/ToyotaType-Light.ttf') format('truetype'), url('fonts/ToyotaType-Light.svg#ToyotaType-Light') format('svg');
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'ToyotaType-Book';
    src: url('fonts/ToyotaType-Book.eot');
    src: url('fonts/ToyotaType-Book.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Book.woff2') format('woff2'), url('fonts/ToyotaType-Book.woff') format('woff'), url('fonts/ToyotaType-Book.ttf') format('truetype'), url('fonts/ToyotaType-Book.svg#ToyotaType-Book') format('svg');
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'ToyotaType-Regular';
    src: url('fonts/ToyotaType-Regular.eot');
    src: url('fonts/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Regular.woff2') format('woff2'), url('fonts/ToyotaType-Regular.woff') format('woff'), url('fonts/ToyotaType-Regular.ttf') format('truetype'), url('fonts/ToyotaType-Regular.svg#ToyotaType-Regular') format('svg');
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'ToyotaType-Semibold';
    src: url('fonts/ToyotaType-Semibold.eot');
    src: url('fonts/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Semibold.woff2') format('woff2'), url('fonts/ToyotaType-Semibold.woff') format('woff'), url('fonts/ToyotaType-Semibold.ttf') format('truetype'), url('fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold') format('svg');
    /*font-weight: normal;
    font-weight: normal;*/
}


.light {
    font-family: 'ToyotaType-Light';
}

.bold {
    font-weight: bolder;
}

.boldBig {
    font-weight: bolder;
    font-size: 1.1em;
}

.regular {
    font-family: 'ToyotaType-Regular';
}

.semibold {
    font-family: 'ToyotaType-Semibold';
}

.whiteColor {
    color: #fff;
}

.blackColor {
    color: #000;
}

.greyColor {
    color: #CECFD1;
}

.primaryColor {
    color: #ff0022 !important;
}

.blueLighColor {
    color: #89b8c5;
}
.remove {
    color: #ff0022;
}

/***********scrpll generico***********/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eee;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
}

body::-webkit-scrollbar-thumb {
    background-color: #89b8c5;
    border: 2px solid #89b8c5;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    line-height: 1em;
}

p {
    margin: 5px 0;
}

h3 {
    margin: 8px 0;
}

html {
    /*height: 100%;*/
    background-color: #fff;
    min-height: -webkit-fill-available;
}

body {
    font-family: 'ToyotaType-Regular';
    font-size: 14px;
    background-color: #bbc3c6;
    overflow-x: hidden;
    color: #626f72;
    min-height: 100vh;
}
.blackColor {
    color: #626f72;
}

@media(max-width:1180px) {
    body {
        font-size: 12px;
    }
}

@media(orientation:portrait) {
    body {
        font-size: 12px;
    }
}
.pBig{font-size:1.8em;}
.pBigSubt {
    font-size: 1.6em;
}
.pBigSm {
    font-size: 1.3em;
}
form {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.wrapper {
    min-height: 100vh;
    width:100%;
    max-width:1366px;
    margin:0 auto;
    background-color:#fff;
}
/*****rows*********/
.pcolForm2 {
    padding: 10px 15px;
}
.pcolForm3px {
    padding: 3px;
}

.mr10 {
    margin-right: 10px !important;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.colico {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
   flex: 0 0 30px;
}
.colico80 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 80px;
}
.colico60 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 60px;
}
.colIco20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}
.colAuto {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-lg {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-lg-8 {
    flex: 2
}


.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-lg-10 {
    flex: 3
}

.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.col-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1.5
}

.col-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
}

.col-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 3;
}

@media screen and (min-width: 765px) {

    .col-md {
        flex: 1
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }

    .col-md-10 {
        flex: 3;
    }
}

@media screen and (min-width: 1279px) {

    .col-lg {
        flex: 1
    }

    .col-lg-8 {
        flex: 2
    }

    .col-lg-10 {
        flex: 3
    }
}


@media(orientation:portrait){
    .colico60 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 0px;
    }
}

.row-space-between {
    display: flex;
    justify-content: space-between;
}



.row-space-evenly {
    justify-content: space-evenly;
}

/*.row-flex-end {
    justify-content: flex-end;
}*/
.row-flex-start {
    justify-content: flex-start !important;
}
.row-flex-end {
    align-items: flex-end;
}
.center {
    justify-content: center;
    align-items: center;
}

.centerVertical {
    align-items: center;
}

.bottomVertical {
    align-items: flex-end;
}


label {
    color: #626f72; text-align: left;
    font-size: 14px;
    float: left;
    /*padding: 0 0 5px 0;*/
}

.blackColor {
    color: #000;
}


.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.form-controlSm {
    /*display: block;
    width: auto;
    padding: 10px;
    font-size: 1em;
    font-weight: 400;
    color: #7d7d7d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebeced;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'ToyotaType-Regular' !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1em;
    color: #7d7d7d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.caja {
    /*width: calc(100% - 50px);*/
    /*width: 80%;*/
    width:100%;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1em;
    color: #7d7d7d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing:border-box;
    min-height:40px;
    /*border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
}

    .caja.round {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
.bt_buscar{
    width:50px;
}
select {
    /*width: 92%;
    float: left;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px;
    font-size: 1em;
    color: #7d7d7d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1em;
    color: #7d7d7d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width:100%;
}

    select.transparent {
        background-color: transparent;
        border: 1px solid transparent;
    }

textarea {
    width: auto;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: 0;
    padding: 5px;
    font-size: 1em;
    color: #0071b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}
/*.clear {
	clear: both
}*/
input[type="file"] {
    
}
a {
    text-decoration: none;
    color: #626f72;
}

    a:hover {
        color: #626f72;
        /*text-decoration:underline;*/
    }

    a.underline:hover {
        text-decoration: underline;
    }

.underlineText {
    text-decoration: underline!important;
}

.uploadBtn {
    padding: 10px;
    background: red;
    display: table;
    color: #fff;
}



input[type="file"] {
    display: none;
}

.inputfile{
    visibility:hidden;
    height:0px;
}
    
/*.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        max-width: 200px;
        font-size: 14px;
        font-weight: normal;
        color: white;
        text-align: center;
        background-color: #0071b2;
        display: inline-block;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 5px 20px;
    }

        .inputfile:focus + label, .inputfile + label:hover {
            background-color: #0071b2;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            padding: 5px 20px;
        }*/





a {
    cursor: pointer;
    text-decoration: none;
}

h1 {
    font-family: 'ToyotaType-Light';
    font-size: 4.5em;
    font-weight: 100;
}

h2 {
    font-family: 'ToyotaType-Light';
    font-size: 2.5em;
    font-weight: 100;
}


h3 {
    font-family: 'ToyotaType-Light';
    font-size: 1.8em;
    font-weight: 100;
}


input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        color: #626f72;
        font-size: 0.8em;
    }

    input[type="checkbox"]:checked + label {
        color: #626f72;
    }

    input[type="checkbox"] + label:before {
        content: "";
        width: 20px;
        height: 20px;
        float: left;
        margin: -5px 0.5em 0 5px;
        border: 2px solid #ccc;
        background-color: transparent;
    }

    input[type="checkbox"]:checked + label:before {
        border-color: #89b8c5;
    }

    input[type="checkbox"]:checked + label:after {
        content: "";
        width: 8px;
        height: 6px;
        border: 4px solid #89b8c5;
        float: left;
        margin-left: -27px;
        margin-top: 0px;
        transform: rotate(-90deg);
        background-color: #89b8c5;
    }

/*checkbox switchtes*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #59a2b5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #59a2b5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }




/*loading y alertas*/

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(62,32,68,1);
    z-index: 1002;
}

.load {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333333;
    opacity: .8;
    display: none;
}

.alert {
    width: 80%;
    max-width: 400px;
    padding: 30px;
    position: fixed;
    z-index: 50;
    background-color: rgba(255,255,255,1);
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alert .txt {
        text-align: center;
        padding: 15px 0;
    }

    .alert .uiBtnBar {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .alert .uiBtn {
        width: 150px;
        margin: 0 auto;
        display: block;
    }

.alert {
    display: none;
}



/********************************************************************************************/
/*******************************************loading*****************************************/
/*******************************************************************************************/
#divLoading {
    height: 100vh;
    width: 100vw;
    color: #ADAFB6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #292A2C;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    /*display:none;*/
}



.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }


/*small*/

.lds-dual-ring-sm {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring-sm:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #03adef;
        border-color: #03adef transparent #03adef transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*******************LAYOUT***************************/
.container {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}

@media(max-width:1180px) {
    .container {
        width: 95%;
        max-width: 1180px;
        margin: auto;
    }
}

.containerLogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
   
    margin: auto;
    /*min-height: 80vh;*/
    background-color:#fff;
}





/*****************cabecera ************************/

.navBar {
    background-color: #032732;
    padding: 0px;
    color: #fff;
}

    .navBar.transparent {
        background-color: transparent;
    }

.navBarContainer {
    padding: 10px 50px;
}

    .navBarContainer.Login {
        padding: 20px 50px;
    }
/*@media(max-width:900px) and (orientation:landscape) {
	.navBarContainer {
		padding: 10px 50px;
	}
}*/

/*@media(max-width:500px) and (orientation:portrait) {
	.navBarContainer {
		padding: 10px 50px;
	}
}*/

.lineMenu {
    height: 12px;
    background-color: #FF0022;
    width: 100%;
}

.bgTransparent {
    background-color: transparent;
}

.bgGreyMed {
    background-color: #CECFD1;
}

.bgGreyDark {
    background-color: #494951;
}

.bgWhite {
    background-color: #ffffff !important;
}

.bgBlackTrans {
    background-color: #00000077 !important;
}

/*LOGIN*/

.fondoLogin {
    background-image: url(/images/BACKEND/login/background.jpg);
    background-size: cover;
}


/*******************************************************/
/*login*/
/********************************************************/
.boxLogin {
    background-color: #fff;
    padding: 30px 60px;
   
    border-radius: 2px;
    /*width: 280px;*/
    color: #626f72;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
    
.container240 {
    width: 240px;
    margin: auto;
}

.container60pc {
    width: 60%;
    margin: auto;
}
.container75pc {
    width: 75%;
    margin: auto;
}
@media(orientation:portrait){
    .container60pc {
        width: 90%;
        margin: auto;
    }
    .container75pc {
        width: 90%;
        margin: auto;
    }
    .boxLogin {
        width: 90%;
        margin: auto;
    }
}




.containerLogos {
    max-width: 600px;
    margin: auto;
}

@media(max-height:800px) and (orientation:landscape) {
    .containerLogos {
        max-width: 300px;
    }

    .rwd.warnerLogo {
        max-width: 200px;
        height: auto;
    }

    .rwd.vipLogo {
        max-width: 120px;
        height: auto;
    }
}

@media(orientation:portrait) {
    .containerLogos {
        max-width: 65%;
    }
}

@media(max-width:600px) {
    .boxLogin {
        width: 95%;
        max-width: 280px;
        padding: 20px 10px;
    }
}



.boxLock {
    border-top: 1px solid #ebeced;
    border-left: 1px solid #ebeced;
    border-bottom: 1px solid #ebeced;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
}

.pcolFormLock {
    padding: 8px 10px;
    /*font-size: 14px;*/
    font-size: 18px;
}

.p0 {
    padding: 0px;
}

.rwd {
    max-width: 100%;
    height: auto;
}

/***********************************************************/
/*botones*/
/**********************************************************/
.btn-primary {
    color: #fff;
    background-color: #59646d;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    font-size: 1em;
    padding: 15px 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform:uppercase;
    /*display:flex;
    flex:1;
    justify-content:center;
    align-items:center;*/
    display:block;
    /*width:100%;*/
 
}

.btnRed {
    background-color: #aa0000;
}
.btn-primary a{
    color:#fff;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #494950;
        color: #fff;
    }

    .btn-primary.short {
        display: inline;
        padding: 10px;
        border-radius: 0 !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border: 1px solid #59646d;
    }

    .btn-primary.gris {
        background-color: #333;
    }

    .btn-primary.light {
        background-color: #acb1b7;
    }

.btn-second-big {
    color: #ffffff;
    background-color: #59646d;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    font-size: 1.5em;
    padding: 30px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

    .btn-second-big:hover, .btn-second-big:active, .btn-second-big:focus {
        color: #ffffff;
        background-color: #494950;
    }


.bgButtonSecond {
    background-color: #00495c;
}
.font2 {
    font-size: 2em;
}
.font3{
    font-size:3em;
}

.tab-state {
    color: #fff;
    background-color: #a6cdd7;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    font-size: 0.8em;
    padding: 5px 0px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    opacity:0.6;
}
.tab-state p {
   
    font-size: 0.9em;
  
}
    .tab-state.active {
        background-color: #59a2b5;
        opacity: 1;
    }

    .btn-second:hover, .btn-second:active, .btn-second:focus {
        background-color: #494950;
        color: #fff;
    }

    .btn-second.short {
        padding: 15px;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 15px 0px 15px 5px;
    font-size: 0.9375rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebeced;
    /*border-radius: 0.25rem;*/
    border-radius: 0;
    font-family: 'ToyotaType-Regular'!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-controlTransparent {
    font-family: 'ToyotaType-Regular'!important;
    display: block;
    width: 100%;
    padding: 9px 0px;
    font-size: 0.9375rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: #7b8a8b;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.whiteBg {
    background-color: #fff!important;
}
.itemListFichaDark .form-controlTransparent {
    color: #fff;
}

.form-controlCustom {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    background-color: #ebeced;
    padding: 8px 0px 8px 5px;
    font-size: 14px;
}

.text-danger {
    color: #d50028;
}


/*PANELES INTERIORES*/

.Gestbuscador {
    width: 100%;
}

    .Gestbuscador .bloque {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        /*flex-wrap: nowrap;*/
        flex-wrap: wrap;
    }


.nowrap {
    flex-wrap: nowrap;
}
.pcolForm {
    padding: 5px;
}
.pcolForm10 {
    padding: 10px;
}


.itemList {
    /*padding: 20px 0px;*/
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 5px;
}
.th {
    padding: 20px 10px;
    /*background-color: #89b8c5;
    color:#ffffff;*/
}
.itemList .td{
    padding:10px;
    border-right:2px solid #fff;
}
    .itemList .td:last-child {
        padding: 10px;
        border-right: 0px solid #fff;
    }
    .itemList a {
        display: flex;
        flex-direction: row;
        flex: 1;
        height: 60px;
        align-items: center;
    }

.itemList:nth-child(odd) {
    background: #d4d7d9
}

.itemList:nth-child(even) {
    background:  #ebeced
}

.itemList:hover {
    background: #002732;
    color: #fff !important;
}

.itemList.ListOrange {
    background: #f77d63 !important;
}

.itemListFicha {
    /*padding: 20px 0px;*/
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 10px;
}

.th {
    padding: 20px 10px;
}

.itemListFicha .td {
    padding: 10px;
    border-right: 2px solid #fff;
}

    .itemListFicha .td:last-child {
        padding: 10px;
        border-right: 0px solid #fff;
    }

.itemListFicha a {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 60px;
    align-items: center;
}

.itemListFicha {
    background: #ebeced
}
.itemListFichaDark {
    background-color: #a6acb0;
    color: #fff;
    border-radius: 10px;
}
.ml50 {
    margin-left: 50px;
}

.w100 {
    width: 100%;
}
.w95 {
    width: 90%
}
.wauto{
    width: auto;
}
.hauto{
    height:auto!important;
}
.itemDarkForm {
    background: #CCC;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 50px;
}

.itemDarkLightForm {
    background: #eee;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 50px;
}

@media(max-width:1180px) {
    .itemDarkForm {
        padding: 10px 10px;
    }

    .itemDarkLightForm {
        padding: 10px 10px;
    }
}

@media(orientation:portrait) {
    .itemDarkForm {
        padding: 10px 10px;
    }

    .itemDarkLightForm {
        padding: 10px 10px;
    }
}


.labelBig {
    font-weight: bold;
    font-size: 1.4em;
}

.labelMedium {
    font-weight: bold;
    font-size: 1.2em;
}

.imgCaratula {
    width: 200px;
    height: auto;
}




.boxTitular {
    background-color: #00708d;
    color:#fff;
}
.boxTitular p {
   font-size:1.3em;
}
.containerBoxTitular {
    padding: 10px 50px;
    /*padding: 10px 10px;*/
}
.containerBoxTitularForm {
    /*padding: 10px 50px 0px 50px;*/
    padding: 10px 0px 0px 0px;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
    .circle.green {
        background-color: #75a155;
    }
    .circle.red {
        background-color: #890202;
    }
    .circle.orange {
        background-color: #dd841b;
    }

.brWhite{border-right:2px solid #fff;}

.displayPortrait{
    display:none;
}

.displayLandscape {
    display: none;
}
.rowLabels{
    padding-top:3px;
    padding-bottom:3px;
}
@media(orientation:portrait) {
    .displayPortrait {
        display: block;
    }
    .rowLabels{
        display:none;
    }
}

@media(orientation:landscape) {
    .displayLandscape{
        display: block;
    }
}

.ficha .th{
    padding:5px;
}
.ficha .td{
    padding: 5px;
}

.separatorTitular {
    margin-top:6px;
    width: 40px;
    height: 6px;
    background-color: #032732;
}

.tab-state {
    color: #fff;
    background-color: #a6cdd7;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    font-size: 1em;
    padding: 8px 0px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
}


.addTo.upLoad {
    background-color: #ebeced;
    padding: 100px 50px;
    width: 40%;
    margin: 0 auto;
    position: fixed;
    z-index: 50;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media(orientation:portrait){
    .addTo.upLoad {
      
       
        width: 90%;
    }
}

.aHoverWhite {
    color: #626f72;
    text-decoration:none;
}
    .aHoverWhite:hover {
        color: #ffffff;
        text-decoration: none;
    }


.bgThTable {
    background-color: #a6a6ab;
}

.brThTable {
   
    border-right: 2px solid #fff;
}

.textTransparent{
    color:transparent!important;
}


/*tooltip css*/

.tooltipContainer {
    /*display: inline-block !important;*/
    position: absolute !important;
    width: 250px;
    height: auto;
    background-color: #ffffff;
    padding: 15px;
    position: absolute;
    top: -250%;
    left: 0;
    display: none;
    font-weight: bold;
    font-size: 1.1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display:none;
}




.borderTooltip {
   
    -webkit-box-shadow: -1px 4px 14px 10px rgba(89,100,109,0.3);
    box-shadow: -1px 4px 14px 10px rgba(89,100,109,0.3);
}


/*triangulo del tooltip que hace el borde*/
.tooltipContainer:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 129px;
    right: auto;
    top: auto;
    bottom: -24px;
    border: 12px solid;
    border-color: #ffffff transparent transparent #ffffff;
  
}

/*.tooltipContainer:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 130px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 10px solid;
    border-color: #ffffff transparent transparent #ffffff;
    border-color: transparent;
}*/

.itemToolTipTable{
    display:flex;
    flex-direction:row;
    justify-content:space-between

}

    .itemToolTipTable:nth-child(odd) {
        background: #ffffff;
        color: #626f72;
        font-size:0.8em;
        font-weight:300
    }

    .itemToolTipTable:nth-child(even) {
        background: #ebeced;
        color: #626f72;
        font-size: 0.8em;
        font-weight: 300
    }



.separatorLine {
    width: 100%;
    border-top: 2px solid #626f72;
}

.gap10{
    grid-gap:10px;
}


/*ESTADISTICAS*/
#cChartEstadisticas {
    background: #fff;
    height: 800px;
}

.ChartEstadisticasEstadoGraficas1 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: left;
}

.word-break {
    word-break: break-all;
}
.pb10{
    padding-bottom:10px;
}

.pointer{
    cursor:pointer;
}

/*.adjuntos {
    padding: 5px;
    box-sizing: border-box;
    background-color: #ebeced;
    border-radius:5px;
    margin-top:5px;
}*/

.adjunto {
    display: flex;
    flex-direction: row;
    align-items:center;
    flex-wrap: nowrap;
    grid-gap: 5px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #ebeced;
    border-radius: 5px;
    margin-top: 5px;
    justify-content:space-between;
}

.adjunto a{
    height:auto;
    flex:0;
}

.borrarAdjunto {
    background-color: #aa0000;
    color:#ffffff;
    padding:2px 5px;
    border-radius:3px;
    font-size:1.3em;
    line-height:1.3em;
}


.wContent{
    width:fit-content;!important;
}
/*paginación*/


a.selected {
    color: #00708d!important;
    text-decoration:underline;
}

#ContentPlaceHolder1_DLPaginadorFin span{
    font-size:1.4em;
}


.LINKASESOR{
   
    cursor:pointer;
    padding:3px 10px;box-sizing:border-box;
}
    .LINKASESOR:hover {
        color: #59a2b5;
    }
.LINKASESOR:first-child {
   padding-top:15px;
}
    .LINKASESOR:last-child {
        padding-bottom: 15px;
    }
.boxSelector {
    position: absolute;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    z-index: 999999;
    box-sizing: border-box;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.labelcenter label {
    text-align:center;
}
.boxRadioAyudaCliente {
    padding: 20px;
    box-sizing: border-box;
    background: #ebeced;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 10px;
}
.pl20 {
    padding-left: 20px;
    box-sizing:border-box;
}