body {
    font-family: Arial;
    color: #333;
}

table.custom_class {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.custom_class td, th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.custom_class tr:nth-child(odd) {
  background-color: #1c82ff;
}

.staf {
  background-color: #2487ff !important;;
}

table.custom_class tr:nth-child(even) {
  background-color: #4e9dff;
}


table.custom_class2 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.custom_class2 td, th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.custom_class2 tr:nth-child(4n) {
  background-color: #1c82ff;
}

table.custom_class2 tr:nth-child(4n+1) {
  background-color: #1c82ff;
}

table.custom_class2 tr:nth-child(4n+2) {
  background-color: #4e9dff;
}

table.custom_class2 tr:nth-child(4n+3) {
  background-color: #4e9dff;
}

table.popuptable {
  border:1px;
  border-spacing:0px;
}

table.popuptable tr:nth-child(even){
    background-color: #f8f8f8;
  }

table.popuptable tr:nth-child(odd){
    background-color: #e6e6e6;
  }

.input-box {
     font-size: 16px;
     width: 100%; 
     font-family: Arial;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;     
}

.input-box-mini {
     font-size: 16px;
     font-family: Arial;
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;     
}


.form-head {
    color: #191919;
    margin: 0;
    text-align: center;
}

.error-message {
    padding: 7px 10px;
    background: #fff1f2;
    border: #ffd5da 1px solid;
    color: #d6001c;
    border-radius: 4px;
    margin: 30px 10px 10px 10px;
}

.demo-table {
    
    background: #2487ff;
    border-spacing: initial;
    margin: 5px auto;
    word-break: break-word;
    color: #333;
    border-radius: 10px;
    padding: 6px;
    max-width: 400px;
    border: 4px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.demo-table .label {
    color: #888888;
}

.demo-table .field-column {
    padding: 6px 6px;
}

.demo-input-box {
    padding: 13px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
}

.selectclass .selectexamenslotclass{
    font-size: 16px;
}

.datumclass{
    font-size: 16px;
}


.smt {
    padding: 13px;
    background-color: #0f00b3 !important;
    color: #f5f7fa;
    cursor: pointer;
    width: 100%;
    border: #0 1px solid;
    font-size: 16px;
    -webkit-appearance: none;
     border-radius: 2;
    

}


.btn {
    padding: 13px;
    background-color: #0f00b3 !important;
    color: #f5f7fa;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border: #0 1px solid;
    
    -webkit-appearance: none;
     border-radius: 2;

}

.btn2 {
    padding: 13px;
    background-color: #0f00b3 !important;
    color: #f5f7fa;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border: #0 1px solid;
    
    -webkit-appearance: none;
     border-radius: 2;

}

.response-text {
    text-align: center;
    background: #fff3de;
    padding: 42px;
    border-radius: 3px;
    border: #f5e9d4 1px solid;
    font-family: arial;
    line-height: 34px;
    margin: 15px auto;
}

.terms {
    margin-bottom: 5px;
}

.dashboard {
    background: #2487ff;
    text-align: center;
    margin: 15px auto;
    color: #333;
    border-radius: 4px;
    padding: 5px;
    border: #c8e0cb 1px solid;
    font-size: 16px;
    max-width: 600px;
}

.examen {
    background: #2487ff;    
    text-align: center;
    margin: 15px auto;
    color: #333;
    border-radius: 4px;
    padding: 5px;
    border: #c8e0cb 1px solid;
    font-size: 16px;
    max-width: 1200px;
}

.dashboard-big {
    font-size: 20px;
}


.error-info {
    color: #FF0000;
    margin-left: 10px;
}
a.logout-button {
    color: white;
}

a:focus { 
      outline : none;
    }

.popup {
      display: none;
      width: 360px;
    }
  
