* {
    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 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, #loadingRecipe, #loadingReport{
    display: none;
    position: absolute;
    /*float: left;*/
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('/assets/img/loading.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;
}
::before{
    list-style-type:  square;
    font-size: 25px;
    
}
table.resultTable{
    width: 60%; 
    display: table; 
    margin: 0 auto;
}
#modResultsHeader {
    /*display: block !important;*/
    margin-top: 5px;
    /*padding: 0;*/
    /*list-style: none;*/
    overflow: hidden;
    width: 1794px;
    height: 30px;
    border: 1px solid rgb(94, 95, 99);
    background-color: rgb(255, 255, 255);
}
#modResultsHeader div {
  
    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;
}


/*folio*/
#modResultsHeader div:nth-child(11) {
    width: 260px;
}
/*token*/
#modResultsHeader div:nth-child(13) {
    width: 80px;
}
/*fConsulta*/
#modResultsHeader div:nth-child(12) {
    width: 80px;
}
/*surtimiento*/
#modResultsHeader div:nth-child(1) {
    width: 98px;
}
/*cliente*/
#modResultsHeader div:nth-child(4) {
    width: 130px;
}
/*nomina*/
#modResultsHeader   div:nth-child(2) {
    width: 90px;
}
/*paciente*/
#modResultsHeader div:nth-child(3) {
    width: 210px;
}
/*cedula*/
#modResultsHeader div:nth-child(14) {
    width: 75px;
}
/*medico*/
#modResultsHeader div:nth-child(15) {
    width: 110px;
}
/*piezas*/
#modResultsHeader div:nth-child(7) {
    width: 67px;
}
/*ean*/
#modResultsHeader div:nth-child(5) {
    width: 120px;
}
/*descripcion*/
#modResultsHeader div:nth-child(6) {
    width: 250px;
}
/*pUniario*/
#modResultsHeader div:nth-child(8) {
    width: 90px;
}
/*iva*/
#modResultsHeader div:nth-child(9) {
    width: 50px;
}
/*total*/
#modResultsHeader div:nth-child(10) {
    width: 65px;
}
#modResultsHeader div:nth-child(16) {
    width: 17px;
}

#medResults {
    border: 1px solid rgb(94, 95, 99);
    overflow: hidden;
    overflow-y: scroll;
    margin-top: -1px;
    width: 1794px;
    cursor: default;
}

#medResults div.result:nth-child(even) {	
    background-color:#bbb;	
}
#medResults div.result:hover {	
    background-color:#e7e4e4;	
}

#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 {
    content: 'Sin resultados';
}
#medResults div.result {
    /*position: relative;*/
    height: 25px;
    overflow: hidden;
}
 
#medResults div.result div {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*folio*/
#medResults div.result div:nth-child(11) {
    width: 260px;
    text-align: center;
}
/*token*/
#medResults div.result div:nth-child(13) {
    width: 80px;
    text-align: center;
}
/*fConsulta*/
#medResults div.result div:nth-child(12) {
    width: 80px;
    text-align: center;
}
/*surtimiento*/
#medResults div.result div:nth-child(1) {
    text-align: center;
        width: 98px;
}
/*cliente*/
#medResults div.result div:nth-child(4) {
    width: 130px;
    text-align: center;
}
/*nomina*/
#medResults div.result div:nth-child(2) {
    width: 90px;
    text-align: center;
}
/*paciente*/
#medResults div.result div:nth-child(3) {
    width: 210px;
    text-align: center;
}
/*cedula*/
#medResults div.result div:nth-child(14) {
    width: 75px;
    text-align: center;
}
/*medico*/
#medResults div.result div:nth-child(15) {
    width: 110px;
    text-align: center;
}
/*piezas*/
#medResults div.result div:nth-child(7) {
    width: 67px;
    text-align: center;
}
/*ean*/
#medResults div.result div:nth-child(5) {
    width: 120px;
    text-align: center;
}
/*descripcion*/
#medResults div.result div:nth-child(6) {
    width: 250px;
    text-align: center;
}
/*pUniario*/
#medResults div.result div:nth-child(8) {
    width: 90px;
    text-align: center;
}
/*iva*/
#medResults div.result div:nth-child(9) {
    width: 50px;
    text-align: center;
}
/*total*/
#medResults div.result div:nth-child(10) {
    width: 65px;
    text-align: center;
}
#superContent{
    margin: auto;
    overflow: hidden;
    overflow-x: scroll;
    width: 90.8vw;
}

#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 {
    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 {
    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/loading.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;
}

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;
}

span.recipe_ok{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/assets/img/ok.png');
}
span.recipe_no{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/assets/img/no.png');
}
span.recipe_wrg{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/assets/img/waring.png');
}

#passChang, #validateRecipe{
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto;
    margin-top: 10px;
}


div.recipe_estatus {
    /*position: relative;*/
    height: 25px;
    overflow: hidden;
}
div.recipe_estatus div {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#superContentAxa{
    margin: auto;
    overflow: hidden;
    overflow: auto;
    width: 90.8vw;
    max-height: 400px;
}

#AxaResultstable {
    text-align: left;
    position: relative;
    text-overflow: ellipsis;
    width: 1850px;
    overflow: hidden;
}

th.resultTbl, td.resultTbl {
    padding: 0.25rem;
    resize: both;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

#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;
    top: 0;
    box-shadow: 0 2px 2px -1    px 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;
}