* {
    font-family: 'Saira Semi Condensed', Helvetica, sans-serif;
    box-sizing: border-box;
    font-size: 14px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    display: block;
    width: 100%;
}

#header {
    background-color: rgba(94, 95, 99, 1);
    height: 50px;
}
#headerMenu {
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: white;
    font-size: 20px;
}
#headerLogo {
    display: inline-block;
    float: left;
    background-image: url('/assets/img/logo_white.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 200px;
    height: 46px;
    margin-top: -47px;
    /*border: 1px solid rgba(94, 95, 99, 1);*/
}
#headerLogo a {
    display: block;
    height: 100%;
}
#headerLogo.no-logo {
    display: none;
}

#headerMenuIcon {
    display: inline-block;
    float: right;
    background-image: url('/assets/img/menu.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: top left;
    width: 32px;
    height: 32px;
    margin-top: -39px;
    margin-right: 7px;
    cursor: pointer;
}
#headerMenuIcon:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
#headerMenuIcon ul {
    display: none;
    position: relative;
    float: right;
    list-style: none;
    margin: 0;
    border: 1px solid rgba(94, 95, 99, 1);
    width: 200px;
    margin-right: 0px;
    padding: 0;
    cursor: default;
    margin-top: 32px;
    z-index: 1000;
}
#headerMenuIcon.show ul{
    display: block;
}
#headerMenuIcon ul li {
    display: block;
    width: 100%;
}
#headerMenuIcon ul li.person a.outer {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    padding: 0 !important;
    padding-top: 4px !important;
    background-color: rgb(124, 193, 68) !important;
    overflow: hidden;
}
#headerMenuIcon ul li.item a {
    display: block;
    text-decoration: none;
    padding: 5px;
    color: rgba(94, 95, 99, 1);
    background-color: #FFF;
}
#headerMenuIcon ul li.item a:hover {
    /*background-color: rgb(46, 54, 139);*/
    background-color: rgb(0, 127, 255);
    color: #FFF;
}
#headerLine {
    background-color: rgba(223, 24, 140, 1);
    height: 4px;
}
#loginForm {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 30px;
}
#loginForm .margintop {
    padding-top: 30px;
}
#loginForm label {
    display: inline-block;
    width: 140px;
    font-size: inherit;
}
#loginForm input {
    font-size: inherit;
}
#userRegister {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 10px;
}
#userRegister .margintop {
    padding-top: 30px;
}
#userRegister label {
    display: inline-block;
    width: 120px;
    font-size: inherit;
}
#userRegister label span, #userConfirm label span,
#userProfile label span, #confirm label span {
    color: red;
}

#userSearch {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 10px;
}
#userSearch sup {
    font-size: 50%;
}
#userSearch select, #userSearch option {
    font-family: inherit;
    font-size: inherit;
}

#userRegister input {
    font-size: inherit;
}
#confirm {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    width: 50%;
}
#passChange {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 10px;
}
#passChange label {
    display: inline-block;
    width: 150px;
    font-size: inherit;
}
#userConfirm {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 10px;
}
#addProCode, #addMedKey, #addEmployee #avisoPrivacidadDoc{
    display: none;
    position: relative;
}
#addProCode table, #addMedKey table, #addEmployee table {
    width: 100%;
}
#addEmployee table tr:nth-child(2) td:first-child {
    width: 120px;
}
#changeEmployee table tr:nth-child(1) td:first-child {
    width: 120px;
}
#addProCodeButton, #addMedKeyButton, #addEmployeeButton {
    float: right;
}
#loadingProCode, #loadingMedKey, #loadingEmployee, #loadingEmployee2, #loadingCart, #loadingC, #loadingR, #loadingFTL{
    display: none;
    position: absolute;
    /*float: left;*/
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('/assets/img/integramed.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    top: 0;
    width: 100px;
    height: 100px;
}
#errorMsg, #respMsg {
    position: static;
    top: 0px;
    width: 50%;
    border: 1px solid rgba(223, 24, 140, 1);
    border-top: none;
    margin: 0 auto;
    background-color: rgba(255, 0, 0, 0.2);
    padding: 0px;
    color: rgb(255, 0, 0);
    height: 0px;
    overflow: hidden;
    opacity: 0;
}
#respMsg {
    border-color: rgb(124, 193, 66);
    background-color: rgba(204, 255, 153, 0.9);
    color: rgb(0, 0, 0);
}
#pwdSuggest {
    color: rgb(46, 55, 140);
    text-decoration: none;
    cursor: pointer;
}
#pwdSuggest:hover {
    text-decoration: underline;
}
#pwdContainer {
    display: none;
    /*width: 300px;*/
    overflow: hidden;
    height: 70px;
}
#pwdContainer span.suggested {
    display: inline-block;
    float: left;
    font-family: monospace;
    font-size: 18px;
    margin-top: 18px;
    margin-left: 15px;
}
#pwdContainer span.suggested span {
    display: inline-block;
    font-size: inherit;
    line-height: 30px;
    vertical-align: middle;
}
#pwdContainer span.suggested span.red {
    color: rgb(220, 24, 138);
}
#pwdContainer span.pwdReload {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/refresh.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 22px;
    margin-right: 20px;
}
#pwdContainer span.pwdUseIt {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/apply.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 22px;
    margin-right: -45px;
}
#pwdContainer span.pwdAccept {
    display: block;
    width: 300px;
    float: left;
    margin-top: 20px;
    margin-left: -10px;
}
div.anotation{
    border-top-color: #c8c8c8;
    margin-top: 20px;
    align-content: center;
    text-align: center;
    
}
ul.anotation{
   display: inline; 
}

li.anotation:nth-child(1){
    list-style-type: square;
    padding: 0 0 5px 15px;
    font-size: 12px;
    display: inline;
}
i.iGreen{
    width: 25px;
    height: 25px;
    background-color: rgba(124, 193, 66, 0.5);
}
i.iYellow{
    width: 50px;
    height: 25px;
    font-size: 50x;
    background-color: rgba(243, 238, 18, 0.5);
}
i.iRed{
    width: 25px;
    height: 25px;
    background-color: rgba(228, 31, 20, 0.5);
}
li.anotation:nth-child(2){
    padding: 0 0 5px 15px;
    font-size: 12px;
    display: inline;
}
li.anotation:nth-child(3){
    padding: 0 0 5px 15px;
    font-size: 12px;
    display: inline;
}
li.anotation:nth-child(4){
    padding: 0 0 5px 15px;
    font-size: 12px;
    display: inline;
}
::before{
    list-style-type:  square;
    font-size: 25px;
    
}
table.resultTable{
    width: 60%; 
    display: table; 
    margin: 0 auto;
}

#modResultsHeader, #modResultsHeader2 {
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
    height: 30px;
    border: 1px solid rgb(94, 95, 99);
    background-color: rgb(255, 255, 255);
}
#modResultsHeader div, #modResultsHeader2 div {
    /*display: block;*/
    padding: 2px 5px;
    background-color: rgb(47, 55, 140);
    height: 30px;
    color: #FFF;
    float: left;
    /*line-height: 26px;*/
    cursor: default;
    border-right: 1px solid #FFF;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#modResultsHeader div:nth-child(1) {
    width: 12%;
}
#modResultsHeader div:nth-child(2) {
    width: 25%;
}
#modResultsHeader div:nth-child(3) {
    width: 25%;
}
#modResultsHeader div:nth-child(4) {
    width: 9%;
}
#modResultsHeader div:nth-child(5) {
    width: 20%;
}
#modResultsHeader div:nth-child(6) {
    width: 9%;
}
#modResultsHeader div:nth-child(7) {
    border: none;
    padding: 0;
    width: calc(100% - 272px - 210px - 120px - 40px - 40px - 40px);
}

#medResults,  #medResults2{
    border: 1px solid rgb(94, 95, 99);
    overflow: hidden;
    overflow-y: scroll;
    margin-top: -1px;
    max-height: 350px;
    width: 100%;
    cursor: default;
}
#medResults.no-results, #medResults.no-results {
    height: 70px !important;
    text-align: center;
    font-size: 24px;
    padding-top: 12px;
    color: rgba(47, 55, 140, 0.3);
}
#medResults.no-results:before,  #medResults2.no-results:before{
    content: 'Sin resultados';
}
#medResults div.result, #medResults2 div.result {
    /*position: relative;*/
    height: 25px;
    overflow: hidden;
}

#medResults div.result div, #medResults2 div.result div {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#medResults div.result div:nth-child(1) {
    width: 12.2%;
    text-align: center;
}
#medResults div.result div:nth-child(2) {
    width: 25.3%;
    text-align: center;
}
#medResults div.result div:nth-child(3) {
    text-align: center;
    width: 25.5%;
}
#medResults div.result div:nth-child(4) {
    width: 9.2%;
    text-align: center;
}
#medResults div.result div:nth-child(5) {
    width: 20.2%;
    text-align: center;
}
#medResults div.result div:nth-child(6) {
    width: 7.5%;
    text-align: center;
}

#medResults div.result div span.ok, 
#medResults div.result div span.no,
#medResults div.result div span.nr,
#medResults div.result div span.to_cart, 
#medResults div.result div span.report {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    margin-top: 3px;
}
#medResults div.result div span.ok {
    background-image: url('/assets/img/ok.png');
}
#medResults div.result div span.no {
    background-image: url('/assets/img/no.png');
}
#medResults div.result div span.nr {
    background-image: url('/assets/img/alert.png');
}
span.ok {
    background-image: url('/assets/img/ok.png');
}
span.no {
    background-image: url('/assets/img/no.png');
}
span.nr {
    background-image: url('/assets/img/alert.png');
}
#medResults div.result div span.to_cart {
    background-image: url('/assets/img/apply.png');
    cursor: pointer;
}
#medResults div.result div span.report {
    background-image: url('/assets/img/report.svg');
    cursor: pointer;
}

#userProfile {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 10px;
}
#userProfile #proCodeProfile, #userProfile #medKeyProfile {
    width: 350px;
    height: 70px;
}
#userProfile tr:last-child td {
    padding-top: 15px;
    /*text-align: right;*/
}
#userProfile #userName, #userProfile #userLastname,
#userProfile #userSurename {
    text-transform: uppercase;
}

#insCompany {
    width: 140px;
}

#proCodeAdd, #medKeyAdd, #medmailAdd {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/add.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    float: left;
    clear: both;
    cursor: pointer;
}
#proCodeRemove, #medKeyRemove, #medmailRemove {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/remove.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    float: left;
    margin-top: 25px;
    margin-left: -20px;
    cursor: pointer;
}

#userImage {
    width: 170px;
    padding-right: 20px;
    vertical-align: top;
}
#userImage div.image {
    border-radius: 50%;
    background-color: rgba(50, 50, 50, 1);
    background-image: url('/assets/img/doctor_big.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 150px;
    width: 150px;   
}
#userImage div.progress {
    margin-top: 10px;
    border: 1px solid rgb(50, 50, 50);
    border-radius: 5px;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

#loading {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('/assets/img/integramed.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    /*border: 1px solid fuchsia;*/
    top: 60px;
    width: 500px;
    height: 70px;
}


div.terms, div.doctorpriv {
    width: 75%; 
    display: block; 
    align-content: center;
    align-items: center;
    margin-left: auto; 
    margin-right: auto;
}

div.termsW{
    width: 610px; 
    display: block; 
    align-content: center;
    align-items: center;
    margin-left: auto; 
    margin-right: auto;
    
}

label.formDocPriv{
    text-align: right;
}
div.termsW p.termsTdP1{
    font-family:'Archivo Narrow',Arial, sans-serif;
    margin-top:0cm;
    margin-right:-4.8pt;
    margin-bottom:0cm;
    margin-left:0cm;
    margin-bottom:.0001pt;
    line-height:10.0pt;
}
div.termsW p.termsTdP2{
    font-family:'Archivo Narrow',Arial, sans-serif;
    margin-bottom:0cm;
    margin-bottom:.0001pt;
    text-align:center;
    line-height:normal;
}
div.termsW p.termsTdP3{    
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
    margin-top:0cm;
    margin-right:-4.7pt;
    margin-bottom:0cm;
    margin-left:0cm;
    margin-bottom:.0001pt;
    text-align:justify;
    line-height:14px;
}
div.termsW p.termsTdP4{
    font-family:'Archivo Narrow',Arial, sans-serif;
    margin-top:0cm;
    margin-right:-4.7pt;
    margin-bottom:0cm;
    margin-left:0cm;
    margin-bottom:.0001pt;
    text-align:center;
    line-height:normal;
}
div.termsW span.termsP1span{
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
}
div.termsW span.termsP1span2{
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
}
div.termsW span.termsP1span3{
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
}
div.termsW td.termsTd1{
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
    width:100px;
    padding:0cm 5.4pt 0cm 5.4pt;
}
div.termsW td.termsTd2{
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
    width:2px;
    padding:0cm 5.4pt 0cm 5.4pt;
}
div.termsW td.termsTd3{
    font-family:'Archivo Narrow',Arial, sans-serif;
    font-size: 8pt;
    width:475px;
    padding:0cm 5.4pt 0cm 2.4pt;
    text-align: justify;
}
div.termsW td.termsTd4{
    font-family:'Archivo Narrow',Arial, sans-serif;
    width:300px;
    padding:0cm 5.4pt 0cm 5.4pt;
}

.formDocPriv{
    font-family:'Archivo Narrow',Arial, sans-serif;
    display: table;
    margin: auto;
}

.iframeDPrivDiv{
    display: block;
    margin: auto;
    height: 1200px;
    width: 60%;
}
.iframeDPriv{
    display: block;
    margin: auto;
    height: 100%;
    width: 100%;
}
table.termsTable{
    width:459.85pt;
    border-collapse:collapse;
    border:none;
    mso-yfti-tbllook:1184;
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-border-insideh:none;
    mso-border-insidev: none;
}

#coments{
    background-color:#2f378cff;
    width: 110px;
    height: 35px;
    transform: rotate(-90deg);
    position: fixed;
    color: #FFF;
    right: -38px;
    bottom: 50%;
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

#coments:hover{
    cursor: pointer;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    transform: rotate(0deg);
    right: 0px;
    height: 50px;
}

@-webkit-keyframes example {    
  from {
    transform: rotate(-90deg);
    right: -38px;
    height: 35px;}
  to {
    transform: rotate(0deg);
    right: 0px;
    }      
}

@keyframes example {
  from {
    transform: rotate(-90deg);
    right: -38px;
    height: 35px;}
  to {
    transform: rotate(0deg);
    right: 0px;
    }
}

/*#coments:hover{
    -moz-animation: normal;
    -moz-animation-duration: 2s;
    background-color:#2f378cff;
    width: 100px;
    height: 35px;
    transform: rotate(0deg);
    position: fixed;
    color:
    #FFF;
    right: -1px;
    bottom: 72px;
    display: block;
}*/

#links {
    text-align: center;
    padding-top: 50px;
    font-size: 12px;
    padding-bottom: 10px;
}
#links a {
    font-size: inherit;
    color: rgb(46, 55, 140);
}

td.hr {
    border-top: 2px solid rgba(94, 95, 99, 1);
    height: 10px;
}

select {
    height: 28px;
}

h1 {
    display: block;
    text-align: center;
    margin: 20px auto;
}

form {
    display: block;
    margin: 0;
    padding: 0;
}
.lock{
    background-image: url('/assets/img/lock.png');
    background-position: right 4px top 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
input[readonly="readonly"] {
    border: 1px solid rgba(94, 95, 99, 1);
    background-color: rgba(240, 240, 240, 1);
    height: 28px;
    cursor: default;
}

.addmore {
    cursor: pointer;
    color: blue;
}
.addmore:hover {
    text-decoration: underline;
}

.vtop {
    vertical-align: top;
}
.hright {
    text-align: right;
}
.hcenter {
    text-align: center;
}
.hleft {
    text-align: left;
}

.ui-autocomplete {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: rgb(46, 55, 140);
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: rgb(46, 55, 140);
}

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2f378c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2f378c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

textarea[readonly="readonly"] {
    border: 1px solid rgba(94, 95, 99, 1);
    background-color: rgba(240, 240, 240, 1);
    background-image: url('/assets/img/lock.png');
    background-position: right 4px top 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    height: 28px;
    cursor: default;
}

#chat,#chatC{
    background-color: #fff;
    border: 1px solid rgb(94, 95, 99);
    overflow-y: auto;
    max-height: 200px;
}
.who1{    
    background-color: #bde0a0;
    border:2px solid rgb(94, 95, 99);
    line-height:1.3em;
    margin-top:10px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: right;
    padding:10px;
    text-align:center;
    clear: both;
    overflow: hidden;
    -moz-border-radius:10px;  
    -webkit-border-radius:10px;   
    -moz-box-shadow:0 0 5px #888888;   
    -webkit-box-shadow:0 0 5px #888888;    
    max-width: 60%;    
    min-width: 50%;
}
.who2{
    clear: both;
    overflow: hidden;
    background-color: #e2e2e2;
    background-image: url('/assets/img/pet.png');
    background-position: left 4px top 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;   
    border:2px solid rgb(94, 95, 99);
    line-height:1.3em;
    margin:10px 10px;
    padding:10px;
    padding-left: 15px;
    float: left;
    text-align:center;
    -moz-border-radius:10px;  
    -webkit-border-radius:10px;   
    -moz-box-shadow:0 0 5px #888888;   
    -webkit-box-shadow:0 0 5px #888888;
    max-width: 60%;    
    min-width: 50%;
}

.r1{
    background-color: #ccffcc;
}
.r2{
    background-color: #ffffcc;
}
.r0{
    background-color: #ff9999;
}

/*===========================*/

#modResultsHeader2 div:nth-child(1) {
    width: 110px;
}
#modResultsHeader2 div:nth-child(2) {
    width: 220px;
}
#modResultsHeader2 div:nth-child(3) {
    width: 90px;
}
#modResultsHeader2 div:nth-child(4) {
    width: 700px;
}
#modResultsHeader2 div:nth-child(5) {
    width: 100px;
}
#modResultsHeader2 div:nth-child(6) {
    width: 100px;
}
#modResultsHeader2 div:nth-child(7) {
    width: 17px;
}

#medResults2 div.result div:nth-child(1) {
    width: 110px;
    text-align: center;
}
#medResults2 div.result div:nth-child(2) {
    width: 220px;
    text-align: center;
}
#medResults2 div.result div:nth-child(3) {
    width: 90px;
    text-align: center;
}
#medResults2 div.result div:nth-child(4) {
    width: 700px;
    text-align: center;
}
#medResults2 div.result div:nth-child(5) {
    width: 100px;
    text-align: center;
}
#medResults2 div.result div:nth-child(6) {
    width: 100px;
    text-align: center;
}
#modResultsHeader2{
    width: 1339px;
    min-width: 1339px;
}
#medResults2{
     width: 1339px;
     min-width: 1339px;
}
#superContent{
    margin: auto;
    overflow: hidden;
    overflow-x: scroll;
    width: 1340px;
    min-width: 1340px;
}
span.refresh-captcha{
    white-space: nowrap;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/refresh.png');
    cursor: pointer;
}

#medResults2 div.result:nth-child(even) {	
    background-color:#bbb;	
}
#medResults2 div.result:hover {	
    background-color:#e7e4e4;	
}


.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}
.simple-pagination li a, .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
    cursor: pointer;
}
.simple-pagination .current {
  color: #FFF;
  background-color: rgb(47, 55, 140);
  border-color: rgb(47, 55, 140);
}
.simple-pagination .prev.current, .simple-pagination .next.current {
  background: rgb(47, 55, 140);
}

.helpAnotaion:hover{
    cursor: help;
}

.helpAnotaion{
    cursor: help;
    color: #000;
    border-bottom: 1px dashed;
    font-size: 14px;
}

#superContentAxa{
    margin: auto;
    overflow: hidden;
    overflow: auto;
    width: 90.8vw;
    max-height: 400px;
}

th.resultTbl, td.resultTbl {
    padding: 0.25rem;
    resize: both;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

#AxaResultstable {
    text-align: left;
    position: relative;
    text-overflow: ellipsis;
    width: 1850px;
    overflow: hidden;
}



#AxaResultstable tr.AxaResultsHeader th {
    background: rgb(47, 55, 140);
    color: #FFF;
    text-align: center;
    border-collapse: separate;
    text-overflow: ellipsis;
}

#AxaResultstable th {
    background: white;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    text-overflow: ellipsis;
    cursor: pointer;
}
#AxaResultstable tr:nth-child(even) {
    background-color:#bbb;
}
#AxaResultstable tr:hover {
    background-color:#e7e4e4;
}

#superContentVita{
    margin: auto;
    overflow: hidden;
    overflow: auto;
    width: 1340px;
    max-height: 400px;
}

#VitaResultstable {
    text-align: left;
    position: relative;
    text-overflow: ellipsis;
    width: 1340px;
    overflow: hidden;
}

th.resultTblV, td.resultTblV {
    padding: 0.25rem;
    resize: both;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

#VitaResultstable tr.VitaResultsHeader th {
    background: rgb(47, 55, 140);
    color: #FFF;
    text-align: center;
    border-collapse: separate;
    text-overflow: ellipsis;
}
#VitaResultstable th {
    background: white;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    text-overflow: ellipsis;
    cursor: pointer;
}
#VitaResultstable tr:nth-child(even) {
    background-color:#bbb;
}
#VitaResultstable tr:hover {
    background-color:#e7e4e4;
}



/*faltante*/

#superContentFtl{
    margin: auto;
    overflow: hidden;
    overflow-y: scroll;
    width: 90vw;
    max-height: 450px;
    text-align: center;
    overflow-x: auto;
}

/*#FtlResultstable {*/
/*    text-align: left;*/
/*    position: relative;*/
/*    text-overflow: ellipsis;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*#FtlResultstable2 {*/
/*    text-align: left;*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    text-overflow: ellipsis;*/
/*    width: 600px;*/
/*    overflow: hidden;*/
/*}*/

/*#FtlResultstable2 tr.FtlResultsHeader2 th {*/
/*    background: rgb(47, 55, 140);*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    border-collapse: separate;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*#FtlResultstable2 th {*/
/*    background: white;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
/*    text-overflow: ellipsis;*/
/*    cursor: pointer;*/
/*}*/

/*#FtlResultstable2 tr:nth-child(even) {*/
/*    background-color:#bbb;*/
/*}*/

/*#FtlResultstable2 tr:hover {*/
/*    background-color:#e7e4e4;*/
/*}*/

/*#FtlResultstable tr.FtlResultsHeader th {*/
/*    background: rgb(47, 55, 140);*/
/*    position: sticky;*/
/*    position: -webkit-sticky;*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    border-collapse: separate;*/
/*    text-overflow: ellipsis;*/
/*    top: 0;*/
/*}*/

/*#FtlResultstable thead{*/
/*    display: table-header-group;*/
/*    vertical-align: middle;*/
/*}*/
/*#FtlResultstable tr{*/
/*    display: table-row;*/
/*    vertical-align: inherit;*/
/*}*/
/*#FtlResultstable th{*/
/*    padding: 5px;*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    display: table-cell;*/
/*}*/
/*#FtlResultstable th {*/
/*    background: white;*/
/*    position: sticky;*/
/*    position: -webkit-sticky;*/
/*    top: 0;*/
/*    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
/*    text-overflow: ellipsis;*/
/*    cursor: pointer;*/
/*}*/
#FtlResultstable table{
    display: table;
    border-collapse: separate;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: gray;
    /*width: 100%;*/
}

#FtlResultstable thead{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

#FtlResultstable tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#FtlResultstable th{
    padding: 5px;
    background-color: rgb(47, 55, 140);
    color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

/*th {*/
/*    display: table-cell;*/
/*    vertical-align: inherit;*/
/*    font-weight: bold;*/
/*}*/


#FtlResultstable tr:nth-child(even) {
    background-color:#bbb;
}
#FtlResultstable tr:hover {
    background-color:#e7e4e4;
}

span.disp,
span.ean,
span.falt,
span.badis,
span.normalB,
span.specialB{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
    width: 19px;
    height: 19px;
    margin-top: 3px;
}

.itcoH:hover{
    text-decoration: underline;
}

span.disp {
    background-image: url('/assets/img/disp.png');
    cursor: pointer;
}
span.ean{
    cursor: pointer;
    background-image: url('/assets/img/ean.png');
}
span.falt{
    cursor: pointer;
    background-image: url('/assets/img/falt.png');
}
span.badis{
    cursor: pointer;
    background-image: url('/assets/img/badis.png');
}
span.normalB{
    cursor: pointer;
    background-image: url('/assets/img/24h.png');
}
span.specialB{
    cursor: pointer;
    background-image: url('/assets/img/48.png');
}

span.disp :hover{
    cursor: pointer;
}
span.ean:hover{
    cursor: pointer;
}
span.falt:hover{
    cursor: pointer;
}
span.badis:hover{
    cursor: pointer;
}

span.normalB:hover{
    cursor: pointer;
}
span.specialB:hover{
     cursor: pointer;
}


/*#FtlResultstable tr.FtlResultsHeader th {*/
/*    background: rgb(47, 55, 140);*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    border-collapse: separate;*/
/*    text-overflow: ellipsis;*/
/*    border-spacing: 5px;*/
/*}*/

#FtlResultstable td{
    position: relative;
    padding-left: 5px;
    margin: 8px;
    height: 30px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

/*#FtlResultstable th {*/
/*    background: white;*/
/*    position: sticky;*/
/*    position: -webkit-sticky;*/
/*    top: 0;*/
/*    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);*/
/*    text-overflow: ellipsis;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*}*/

.main-container{
    margin: auto ;
    margin-top: 25px !important;
    max-width: 1200px;
}
.main-container-flex{
    margin: auto;
    margin-top: 25px !important;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 35px;
}
.form-search{
    width: 25%;
    display: inline-block;
    align-content: center;
    text-align: center;
}
.checkBox1{
    width: 10%;
    display: inline-block;
    align-content: center;
    text-align: center;
}
.search-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
}
.form-direction{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.direction-sections{
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.form-fecha{
    width: 100%;
    align-content: start;
    justify-content: start;
    align-items: start;
    display: flex;
    flex-direction: column;
}
.form-fecha2{
    width: 100%;
    align-content: start;
    justify-content: start;
    align-items: start;
    display: flex;
    flex-direction: row;
}
.to-left{
    width: 100%;
    align-content: end;
    justify-content: end;
    align-items: end;
    display: flex;
    flex-direction: row;
}
.four-columns{
    width: 25%;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.three-columns{
    width: 33.3%;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.two-columns{
    width: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.one-column{
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.medium-input1{
    width: 172px;
}
.medium-input2{
    width: 200px;
}
.medium-input3{
    width: 250px;
}
.large-input1{
    width: 520px;
}
.large-input5{
    width: 760px;
}
.left-align{
    text-align: left;
}
.rigth-align{
    text-align: right;
    align-content: end;
    align-items: end;
    text-align: end;
}
.center-align{
    text-align: center;
}
.short-input5{
    width: 115px;
}
.short-input2{
    width: 55px;
}
.base-table{
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}
.thHead{
    background: rgb(47, 55, 140);
    color: #FFF;
    text-align: center;
    border-collapse: separate;
    text-overflow: ellipsis;
}

.td-text-overflow{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.address-container{
    display: inline-block;
    position: relative;
    width: 225px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 150px;
    border: solid rgb(47, 55, 140);
    box-shadow: 0px 5px 6px #00000029;
    padding: 10px;
}
.address-selected{
    background-color: rgb(47, 55, 140);
    color: #ffffff;
    border: solid #000000;
}
.link-direction{
    display: flex;
    bottom: 1px;
    position: absolute;
    right: 10px;
}
a.direction-link{
    color: rgb(47, 55, 140);
    text-decoration: underline;
    cursor: pointer;
}
a.direction-link-visited{
    color: #ffffff;
}

.column-hidden{
    display: none;
}

.preview{
    background-color: #e6e6e6;
    width: 100%;
    height: 250px;
    border: 1px solid #333;
    display: block;
}


/*-----------------------progressbar-----------------------*/
#porcent-container{
    margin: 10px;
}

.progress-bar {
    background-color: rgb(200,200,200);
    height: 30px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}
.progress-bar-inner {
    display: block;
    height: 30px;
    width: 0%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    position: relative;
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(93,196,74,1) 25%, rgba(35,57,132,1) 25%, rgba(35,57,132,1) 50%, rgba(93,196,74,1) 50%, rgba(93,196,74,1) 75%, rgba(35,57,132,1) 75%, rgba(35,57,132,1) 75%);
    animation: animate-stripes 1.5s linear infinite;
}
@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
@keyframes auto-progress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.autEsp{
    background-color: red;
    color: white;
    text-align: center;
}

.autEsp2{
    background-color: red;
    color: white;
    text-align: center;
}
.inputTblRx{
    border: none;
    text-align: center;
}

.autEsp2::placeholder{
    color: white;
    opacity: 4;
}