﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

ul.nav-tabs {
    margin: 10px 0;
    font-size: 12px;
}

ul.nav.nav-tabs li:not(.active) a {
    background-color: #eeeeee;
    color: grey;
}

ul.nav.nav-tabs li.active a {
    border-top: 3px solid #16a765;
}

footer {
    position: relative;
    margin-top: 10px;
    height: 10px; 
    padding: 2px 0px;
    clear: both;    
    text-align: center;
    color: #fff;   
}

.footerLogin {
    position: relative;
    margin-top: 10px;
    height: 50px; 
    padding:5px 0px;
    clear: both;
    text-align: center;
    color: #fff;
}

.bodyLogin
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:50px;
}

.pageloader {
  display: block;  /*Should Display*/
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fafafa url('icon/loader.gif') no-repeat center center;
  text-align: center;
  color: #999;
}

/*.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('icon/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}*/

.versionLogin {
    /*position: relative;*/
    margin-top: 50px;
    height: 40px; 
    padding:5px 0px;
    clear: both;
    text-align: right;
    color: #fff;
}

iframe {
    width: 1100px;
    height: 600px;
    border: none;
}

/*LAYOUT --------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
.flag-mx
{
    background: url(icon/flag_mx.png) no-repeat top left;
     display: block;
     width: 15px;
     height: 15px;
     text-indent: -9999px; /* hides the link text */
}

.flag-us
{
    background: url(icon/flag_us.png) no-repeat top left;
     display: block;
     width: 30px;
     height: 30px;
     text-indent: -9999px; /* hides the link text */
}

/*DATEPICKER ----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
.ui-datepicker {
    font-size: 12px;
}

/*ESTILOS QUESTUM ------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
.tdred
{
    background-color: red; 
}

.tdgreen
{
    background-color: green;
}

.tdblue
{
    background-color: blue;
}

.tdyellow
{
    background-color: yellow;
}

.iconred
{
    color: red;
}

.icongreen
{
    color: green;
}

.iconblue
{
    color: blue;
}

.iconyellow
{
    color: yellow;
}

.iconwhite
{
    color: white;
}

.iconblack
{
    color: black;
}

.iconder{
    display: flex;
    float: right; 
    margin-right: 5px;   
}

.lbl-ques{
    font-size:12px;    
}

.txt-ques{
    font-size:12px;
}

.ctrl-ques{
    font-size:12px;
    height:30px;
}

.ctrl-eval-ques{
    font-size:12px;
    height:30px;
    width:70px;
}

.ctrl-date-ques{
    font-size:12px;
    height:30px;
    width:auto;
}

.btn-ques{
    font-size:12px;
    height:30px;
    color: #FFFFFF;
    background-color: #000000;
}

.btn-ques-event{
    font-size:12px;
    height:30px;
}

.lbl-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lbl-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.lbl-right{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.lnk-ques{
  color: #D50032;  
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  transition: all 0.3s;
}

.lnk-ques:hover{
   color: #000000;  
   display: inline-block;  
   text-decoration: none;  
   font-size: 11px;
   transition: all 0.3s;
}

.txt-center
{
    text-align:center;
}

.txt-center-bold
{
    text-align:center;
    font-weight:bold;
}

/*DATATABLE -----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
th { font-size: 12px; }

td { font-size: 10px; }

div.dataTables_wrapper {
  margin-left: 0.5em;
  font-size: 12px;
}


/*PESTAÑAS ------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
.tab-pane-ocultar
{
    visibility:hidden;
}

.tab-pane-mostrar
{
    visibility:visible;
}

/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
