/*******************************************/
.row.full-width {
  max-width: 100%;
}

.admin .left-content {
  background: #EEEEEE;
  width: 17%;
  margin-top: 0;
  min-height: 411px;
}

.admin .right-content {
  background: #fff;
  width: 83%;
}

.side-nav {
  padding: 0px;
  margin: 0px;
  margin-right: -3px;
  margin-left: -15px;
}

.side-nav li {
  list-style-type: none;
  display: block;
}

.side-nav li a {
  display: block;
  border-bottom: solid 1px #fff;
  padding: 10px 10px 10px 15px;
  font-family: nimbus_sans_novus_t_otSBd;
  color: #193062;
  font-size: 16px;
  font-weight: bold;
}

.side-nav li a.active {
  background: #193062 none repeat scroll 0 0;
  color: #fff !important;
}

.admin #footer {
  background: #fff;
  padding: 15px;
  border-top: solid 1px #ccc;
}

.right-content-panel {
  padding: 50px 20px;
}

.admin label.inline {
  padding-top: 12px;
}

.admin .Input {
  height: 20px !important;
}

.admin .alert-box {
  color: #333;
  font-size: 16px;
  border: solid 1px #ccc;
}

.login h4 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.login-form {
  margin-top: 70px;
  border: solid 2px #b0b0b0;
  padding: 20px;
  background: #fff;
}

.login-form label {
  margin-bottom: 30px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.info, .success, .warning,.validation {
  margin: 10px 0px;
  padding: 10px 10px 10px 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-align: center;
}

.info {
  color: #00529B;
  font-size: 16px;
}

.success {
  color: #4F8A10;
  font-size: 16px;
}

.warning {
  color: #9F6000;
  font-size: 16px;
}

.error {
  color: red;
  text-align: center;
  font-size: 16px;
}

#secondary:first-letter {
    text-transform: uppercase;
}
.panel.banner-panel {
    margin-top: 10px; padding: 15px;
}

p{
  line-height: 1.0;
margin-bottom: 1rem;
font-family: nimbus_sans_novus_t_otSBd;
font-size: 17px;
font-weight: bold;
}

.multiple{
  margin-left: -230px;
}

input[type="checkbox"]{
    margin-top: 15px !important;
}

.checkbox{
  /* margin-left: -500px; */
  margin-top: 2px;
}

/*.firstbutton{
  margin-left: -100px;
}

.firstlabel {
    margin-right: 120px;
    margin-top: 3px;
}

.firstcheck{
  margin-left: 250px;
}*/

/*******************************************/


.checkbox label::before{
  top: 10px;
}
.checkbox label::after{
  top: 7px;
}
.checkbox.checkbox-inline.checkbox-default label::after{
  left: 2px;
}
.checkbox.checkbox-inline.checkbox-primary label::after{
  left: 2px;
}
.checkbox label{
  padding-left: 40px; padding-right: 15px;
}
.panel.panelTrigger{
  width: 90%;
  margin: 0 auto;
  border: 1px solid #e8e8e8; padding: 0px;
}
.text-centered{
  text-align: center;
}
.panelTrigger .panel-footer{
  border-top: 1px solid #e8e8e8; padding: 5px;
}
.panelTrigger .panel-heading{
  border-bottom: 1px solid #e8e8e8; padding: 10px;
}
.panelTrigger .panel-body{
  padding: 10px; min-height: 150px;
}
.panelTrigger .button.primary {
    margin: 0;
}
div#failure_list {
   /*  max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto; */
}

.panelTrigger .count{
  display: inline-block;
  float: left;
}
.radio-inline label, .checkbox-inline label{
  left: 0px;
}

.multi_success{
  color: green;
  text-align: center;
  font-size: 16px;
}

.multi_failure{
  color: red;
  text-align: center;
  font-size: 16px;
}
#header, #header1{
  padding: 0px;
}
#headerLogos img, #headerLogos1 img {
    height: 35px;
    margin-left: 10px;
    margin-top: 15px;
}
.listItems{
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}



.customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #4b88c8;
  color: white;
}
.run{
  padding: 10px 13px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  background: #FAE07E none repeat scroll 0 0;
  color: #193062;
  letter-spacing: 0px;
}

.run:focus, .run:active, .run:hover {
    background: #193062 none repeat scroll 0 0;
    color: #fff;
}

.scroll {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.scroll td, .scroll th {
  border: 1px solid #ddd;
  padding: 8px;
}

.scroll tr:nth-child(even){background-color: #f2f2f2;}

.scroll tr:hover {background-color: #ddd;}

.scroll th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #999999;
  color: white;
}

 table.scroll { 
   width: 100% !important;  
   border-spacing: 0 !important; 
   border: 2px solid black !important; 
} 


  table.scroll tbody, table.scroll thead { 
      display: block; 
  }  
          
  thead tr th { 
      height: 40px;  
      line-height: 40px; 
  } 
          
  table.scroll tbody {               
      height: 330px;
      overflow-y: auto; 
      overflow-x: hidden;  
  } 
    
  tbody {  
      border-top: 2px solid black; 
  } 
    
  tbody td, thead th { 
      width : 200px; 
      border-right: 2px solid black; 
  } 
  td { 
      text-align:center; 
  } 

.reveal-modal .modal-heading h2 span {
    padding-left: 0px !important;
    font-size: 30px !important;
    font-family: nimbus_sans_nov_t_otregular, arial !important;
}

.reveal-modal p {
    font-size: 18px !important;
    font-family: nimbus_sans_nov_t_otregular, arial !important;
}

.reveal-modal.small {width: 30% !important;}
select { font-size: 15px !important;}
.error_desc {
    word-break: break-word;
}

.toggle_partner{
   width: 1024px;
}

.toggle_partner .table-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 10px;
}

.toggle_partner .table-wrapper .scroll th {
    text-align: center;
}

.flow-normal {
  color: #2E8B57;
  background-color: #F0FFF0;
  font-weight: bold;
  padding: 5px;
}

.flow-hard {
  color: #D32F2F;
  background-color: #FFF5F5;
  font-weight: bold;
  padding: 5px;
}

.flow-alternate {
  color: #1976D2;
  background-color: #F0F8FF; 
  font-weight: bold;
  padding: 5px;
}

.flow-icon::before {
  margin-right: 6px;
  font-weight: normal;
}

.flow-normal::before {
  content: "\2705"; 
  margin-right: 6px;
}


.flow-hard::before {
  content: "\26D4"; 
  margin-right: 6px;
}


.flow-alternate::before {
  content: "\21BA"; 
  margin-right: 6px;
}

#alert-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8d7da;
    color: #721c24;
    padding: 20px 30px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-size: 16px;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}