body {

  background-color: #ffffff;
  font-family: 'Open Sans', Arial;
  font-weight:500;
  color:#5e676e;
}
a:link, a:hover, a:visited, a:active {
  color: #119dd8;
}
h1 small {
color:#d1d4cd;  
  font-style:italic;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.btn-delete:hover {
  background-color: #f44336;
  color: #fff;
}
.table-borderless td,
.table-borderless th {
    border: 0 !important;
}
.table-borderless th {
    background-color:#f1f4f9;
  color:#032e61;
  font-size:19px;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #f1f4f9; 
 }

.table {
font-size:15px;
}
.panel-heading {
  /*background-color:#ded6cf !important;*/
}
.pagination .active a, .pagination .active a:hover {
  background-color: #119dd8;
  border-color: #119dd8;
}

.btn-primary {
  background-color:#032e61;
  color:#eee;
}
.btn-primary-no-hover{
  background-color:#032e61;
  color:#eee; 
}
.btn-primary-no-hover:hover{
  color:#eee; 
}
.btn-primary:hover{
  color:#fff;
}



/* Icon 1 */

#nav-icon3 {
  width: 30px;
  height: 36px;
  position: relative;
  margin-top: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #119dd8;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
    }
  
}

.header {
  margin-bottom: 50px;
  margin-top: 0px;
  background-color: #215ca0;
}


div.well {
  height:250px;
}
#radioBtn .notActive{
    color: #215ca0;
    background-color: #fff;
}
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 6px;
}
.Absolute-Center.is-Responsive {
  width: 50%;
  min-width: 250px;
  max-width: 400px;
  padding: 40px;
}
.stacktable {
  width: 100%;
  background-color: #ffffff;
}
.st-head-row {
  padding-top: 1em;
  background-color:#f1f4f9;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}

/* RESPONSIVE STACK TABLE */

.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}

@media (max-width: 1000px) {
  .autoWidth {
  
  width:auto !important;
}
.stacktable.large-only {
  display: none;
}
.stacktable.small-only {
  display: table;
}






#courses-table td{
  padding-top:5px;
  padding-bottom:5px;
}
#courses-table th{
  display:none;
}
#courses-table td{
  display:block;
  width:100%;
}

#courses-table .course-name{
  font-size:130%;
  padding-top:15px;

}
#courses-table td:last-child{
    padding-bottom:20px;
    border-bottom:1px solid #ddd !important;

}


}













.region{
  display:none;
}



  .error {
    color: red;
  }
  .course-date{
    display:block;
    font-weight: 600;
  }
  table th{
    font-size: 110%;
  }
  #formulario_de_prueba .input-group.date{
    width:47%;
    margin-right:2%;
    float:left;
  }
  #formulario_de_prueba2 .input-group.date{
    width:47%;
    margin-right:2%;
    float:left;
  } 

.h5{
  font-size: 1.25rem;
}
.modal-title{
  font-size: 140%;

}
.modal-header .close{
  margin-top: -20px;
}
.modal-body span{
  display:block;
}
.modal-body .course-name{
  font-size:130%;
  font-weight:600;
}
.modal-body .region{
  margin-bottom:10px
}
.modal-body .description{
  margin-bottom: 15px;
}


.cancel{
  background: #ff796d;
}
.back{
  cursor:pointer;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.stat-above-max{
  
  background: #def0d8;
}
.stat-within-range{
  background: #d9edf6;
}
.stat-below-min{
  background: #f2dedf;
}
.view-attendees{
  padding:5px 0;
}
.readonly{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index:1000;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50); 
  
  /* Modern Browsers */
  opacity: 0.5;

}
.left-col{
  width:24.5%;
}
.course-status td{
  width:33%;
}
.course-status input{
  width:28%;
}
.pagination{
  margin:0;
}
.row-pagination{
  margin-top: 10px;
}
.btn-tertiary,
.btn-tertiary:hover,
.btn-tertiary:active{
  background: #888;
  color: #efefef;
  opacity:1.0 !important;
}
.btn-tertiary:active{
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}
.past-course{

}
.past-course.show{
  display: table-row !important;
}
#courses-table td:last-child{
  position: relative;
}
.my-tooltip{
  background:#333;
  position:absolute;

  top:-20px;
  left:-40%;
  padding:3px 10px;
  border-radius: 6px;
  color:#fff;
  font-size:12px;

}
.my-tooltip::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;  
}
.audience{
  display: none;
}
.att-code-search{
  width:50%;
  margin:0 auto;
}
#message-quick{
  display: none;
  position: fixed;
  top: 300px;
  left: 0;
  padding: 20px 40px;
  background: #c7f7b7;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.75);
}
.view-attendees td{
  font-size:15px;
}

.overlay{
  background:#fff;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:999;
  opacity:.40

}
.loader {
    border: 8px solid #bbeaea; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:250px;
    z-index:1000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.filter-container.sticky{
  position:fixed;
  width:100%;
  background-color:white;
  left:0;
  top:0;
  z-index: 1000;
}
.filter-container.sticky form{
  width:1170px;
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;

}
.contractor{
  padding-top: 50px;
}
.add-to-calendar{
  margin-right:7px;cursor:pointer;
}
.course-stat{
  display: block;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */ 
body {
        color:#5e676e;
        background-color:#f1f1f1;
    }
    #header {
        background-color:#f1f1f1;
        float: left;
        width: 100%;
        padding: 20px 10%;
        -webkit-box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.31);
        -moz-box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.31);
        box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.31);
    }
    .darkBlue {
        color:#08294c;
    }
    .lightBlue {
        color:#3ca2e1;
    }
    a {
        color:#3ca2e1;
    cursor:pointer;
    }
    #header img {
        padding-right: 10px;
    }
    .headerLeft a {
        text-decoration: none;
    }
    .navigationLeft {
        float: left;
        color:#fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        padding-top: 24px;
        padding-right: 10px;
    }
    .navigationRight {
        float: right;
        margin-top: 20px;
    }
    .navigationRight button {
        background-color:#3ca2e1;
        border:none;
        font-size: 16px;
        padding: 10px 20px;
        float: left;
        margin-left: 5px;
    }
    #CourseDefaults {
        margin-left: 5px;
    }
    #AllCourses {
        background-color:#3ca2e1;
        color:#fff;
        border:none;
        font-size: 16px;
        padding: 10px 20px;
    }
    .navigationRight .darkButton, #CourseDefaults, #EditUserManagement {
        background-color:#021c39;
        color:#fff;
        border:none;
        font-size: 16px;
        padding: 10px 20px;
    }
    .navigationRight button:hover, #CourseDefaults:hover, #EditUserManagement:hover, #AllCourses:hover {
        background-color:#fff;
        color: #08294c;
    }
    .headerLeft {
        float: left;
    }
    .headerRight {
        float: right;
        padding-top: 5px;
    }
  .headerRight_link a {
    cursor:pointer;
  }
    .headerRight_user {
        float: left;
        text-align: right;
        padding-right: 10px;
    }
    .headerRight_name {
        font-weight: bold;
        font-size:20px;
    height:28px;
    }
    .headerRight_icon {
        float: right;
    }
    .headerRight_icon img {
        width:56px;
    }
    #mainBodyOuter {
        padding: 20px 10%;
        float: left;
        width: 100%;
        background-color: #063060;
    }
    #mainBody {
        margin-top: 50px;
        margin-bottom: -100px;
        padding: 50px;
        background-color: #ffffff;
        border-radius: 15px;
        float: left;
        clear: both;
        width: 100%;
        min-height: 200px;
        -webkit-box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.21);
        -moz-box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.21);
        box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.21);
    }
    #footer {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .dropdown, .dropdown2 {
        float: left;
    }
    .dropdown button,.dropdown2 button {
        float: none;
    }
    .dropdown-content,.dropdown-content2 { 
        z-index: 1020;  
    }
    .dropdown-content,.dropdown-content2 {
      display: none;
      position: absolute;
      background-color: #3ca2e1;
      min-width: 160px;
      box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
      z-index: 1100;
    }
    .dropdown-content a,.dropdown-content2 a {
      color: white;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    .dropdown-content a:hover,.dropdown-content2 a:hover {
        background-color: #3ca2e1;
    }
    .dropdown:hover .dropdown-content,.dropdown2:hover .dropdown-content2 {
        display: block;
    }
    .dropdown-content .btn,.dropdown-content2 .btn {
        border-radius: 0px;
    }
    #loginBoxOuter {
        width: 100%;
     padding-left: 10px;
       padding-right: 10px;
  z-index:1000;
  position:relative;
    }
    #loginBox {
        margin-top: 30px;
        padding: 50px;
        background-color: #ffffff;
        border-radius: 15px;
        width: 450px;
        min-height: 200px;
        -webkit-box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.02);
        -moz-box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.02);
        box-shadow: 0px -3px 12px 6px rgba(0,0,0,0.02);
        margin: 0 auto;
    }
    #footerLogin {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 20px;
        font-size: 14px;
        bottom: 0px;
        position: absolute;
    }
    .noAccount {
        width: 100%;
        text-align: center;
        padding-top: 30px;
  padding-bottom:50px;
    }
    #headerLogin {
        text-align: center;
        width: 450px;
        padding-top: 40px;
        color:#063060;
        font-size: 34px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    #headerLogin .headerLogin_text_line {
        border-bottom:5px solid #063060;
        width: 100px;
    }
    #headerLogin img {
        padding-bottom: 5px;
    }
    #headerLogin_text {
        text-align: center;
        width: 100%;
    }
    #loginBox button {
        width: 100%;
        background-color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #063060;
        color:#fff;
        border: none;
    }
    #loginBox button:hover {
        background-color: #3ca2e1;
    }
    #loginBox p {
        text-align: center;
        padding-bottom: 10px;
    }
    .buttonLogin {
        border: 1px solid rgb(216, 221, 230);
        background-color: #fff;
        border-radius: 4px;
        padding: 10px 20px;
        text-decoration: none !important;
        margin-left: 10px;
    }
    .buttonLogin:hover {
        background-color: #f1f1f1;
    }
    .forgotPassword {
        border-top: 1px solid rgb(244, 246, 249);
        padding-top: 20px;
        margin-top: 30px;
        margin-bottom: -20px;
    }
    #loginBox h1 {
   font-size:25px; 
   margin-top:0px;
 }
 #fs1, #fs2, #fs3 {
    padding-top:25px;
 }
 #s1submit, #s2submit, #s3submit {
    width:49% !important;
 }
 .buttonRight {
    padding:9px;
    width:49%;
 }
    @media (max-width:950px) {
        #mainBodyOuter,#header {
            padding: 20px 20px;
        }
        .navigationRight button, .navigationRight .btn {
            margin-bottom: 10px;
        }
        .navigationRight {
            margin-bottom: -10px;
        }
    }
    @media (max-width:715px) {
        .hideMobile {
            display: none;
        }
    }
    @media (max-width:450px) {
        #loginBox,#headerLogin {
        width: 350px;
    }
  #headerLogin_text {
   font-size:25px;
  }
  #headerLogin_text span {
  letter-spacing: -10px;
    padding-right: 5px;
  }
  #footerLogin {
   padding-left:10%;
   padding-right:10%;
  }
    }
.dropdown, .dropdown2,.dropdown3 {
        float: left;
      }
      .dropdown button,.dropdown2 button,.dropdown3 button {
        float: none;
      }
      .dropdown-content,.dropdown-content2,.dropdown-content3 { 
        z-index: 1020; 
        margin-left:4px;
      }
      .dropdown-content,.dropdown-content2,.dropdown-content3 {
        display: none;
        position: absolute;
        background-color: #3ca2e1;
        min-width: 160px;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        z-index: 1100;
      }
      .dropdown-content a,.dropdown-content2 a,.dropdown-content3 a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      .dropdown-content a:hover,.dropdown-content2 a:hover,.dropdown-content3 a:hover {
        background-color: #3ca2e1;
      }
      .dropdown:hover .dropdown-content,.dropdown2:hover .dropdown-content2,.dropdown3:hover .dropdown-content3 {
        display: block;
      }
      .dropdown-content .btn,.dropdown-content2 .btn,.dropdown-content3 .btn {
        border-radius: 0px;
      }