table.datos{
    margin-top: 20px;
    margin-bottom: 20px;
}
table.datos tr td{
    padding: 2px 15px;
    border: 1px dotted #dddddd;
    min-width: 150px;
}

table.datos tr th{
    background-color: #EDF3F4; 
    padding: 2px 5px;
    width: 150px;
    text-align: right;
    color:#336199;
}

.table tr th{
    background-color: #EDF3F4; 
    padding: 2px 5px;
    color:#336199;
}

.table > thead > tr > th:last-child {
    border-right-color: #f1f1f1 !important;
}


/********tooltip********/

/*  
.ui-tooltip, .arrow:after {
        background: #438eb9;
        border: 2px solid white;
    }
.ui-tooltip {
    padding: 10px 10px;
    color: white;
    border-radius: 10px;
    font: bold 11px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px #438eb9;
}
  
    .arrow {
        width: 70px;
        height: 10px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -13px;
    }
    .arrow.top {
        top: -16px;
        bottom: auto;
    }
    .arrow.left {
        left: 20%;
    }
    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

*/
    
    /********tooltip********/
    
    
.moon{
	margin-bottom: 5px;
}

.quiro{
	height: 64px;
}

.quiro_text{
	font-size: 15px;
        padding-top: 24px;
}

.progress-bar-quiro{
	background-color: #5CB85C;
}
/*
.ui-dialog-content{
        overflow: visible !important;
}

.ui-dialog{
        overflow: visible !important;
}*/

.bootstrap-datetimepicker-widget td {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.sidebar.h-sidebar {
    margin-top: 0px;
}

.h-sidebar.sidebar-fixed + .main-content {
    padding-top: 45px;
}

.h-sidebar + .main-content .page-content {
    padding-top: 0px;
}

label {
    font-size: 13px;
}

.btn {
    font-size: 13px;
}

.required {
    color: red
}

 .breadcrumbs {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    margin: 10px 9px 0 !important;
    min-height: 41px;
    padding: 0 12px 0 0;
    position: relative;
    z-index: auto;
    top:-5px;
}

.info-button-red {
    background-color: red;   
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;    
    padding: 0;
    text-align: center;
    width: 20px;
   
}

.info-button-yellow {
    background-color: #ffb752;    
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;   
    height: 20px;
    line-height: 20px;   
    padding: 0;
    text-align: center;
    width: 20px;
   
}

.info-button-blue {
    background-color: #428bca;   
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;   
    padding: 0;
    text-align: center;
    width: 20px;
    
}

.info-button-green {
    background-color: green;   
    border-radius: 100%;   
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;    
    padding: 0;
    text-align: center;
    width: 20px;
   
}

.mapa-globe{    
   vertical-align: middle !important;
   padding-bottom: 2px !important;   
}

.btn-primary.active {
    background-color: #286090 !important;
    border-color: #204d74 !important;
    color: #ffffff;
}

.btn.active::after {
    border-bottom: 1px solid transparent;
    bottom: -4px;
    content: "";
    display: inline-block;
    left: -4px;
    position: absolute;
    right: -4px;
}

.nav-list > li > .submenu li > .submenu > li > .submenu > li > .submenu > li > a {
    margin-left: 25px;
    padding-left: 58px;
}
.no-skin .nav-list > li > .submenu li > .submenu > li > .submenu > li a {
    color: #757575;
}

#map{
    height: 100vh !important;
}




@media (max-width: 750px) {
  .content_ini{
   height: 90vh;    
  }
  .content_ini_image{
   height: 90vh;   
   
}
}
@media (min-width: 751px){
    
  .content_ini{
   height: 90vh;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+19,828c95+61,28343b+100 */
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(45deg, #fcfcfc 19%, #9a9797 61%, #4d4d4d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #fcfcfc 19%,#9a9797 61%,#4d4d4d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #fcfcfc 19%,#9a9797 61%,#4d4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
  .content_ini_image{
   height: 80vh;
   background: transparent url('../images/inicio_plataforma.png');
   /* Center and scale the image nicely */
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;   
   
}
}



.logo-intro{
    margin: auto;
    padding: 20px;
}
.login-box{
 /*background-color: rgba(204, 201, 195, 0.45);/*rgba(252, 220, 151, 0.45);*/
 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6), 0 -3px 7px rgba(0, 0, 0, 0.2);
margin: auto;
border-radius: 25px;
color: #fff;
background: #3f3c3d;
min-height: 450px;
padding: 50px 50px;
}
.login-box table, .login-box table th{
    background-color: rgba(255, 255, 255, 0.55);
    font-size: 18px;
    text-align: right;
}

.alert-inicio {
    margin-bottom: 0px !important;
}

.btn-willy {
    background-color: transparent !important;
    border-color: transparent !important; 
    padding: 0 !important;
    border-width: 0 !important;
}
.btn-willy:hover {
    background-color: transparent !important;
    border-color: transparent !important; 
    padding: 0 !important;
    border-width: 0 !important;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.forget_password a{
    
    color:#eab62f;
    font-weight: bold;
}



.forget_password_st a{
    
    color:#e66d47;
    font-weight: bold;
}


.notificaciones{
    width: 300px;
}


.info-name{
   color: #31708f;
   background-color: #EFF3F8;
   border-top: 1px dotted #bce8f1;  
   font-size: 16px;
   padding: 6px 4px 6px 6px;   
}

.info-value {   
    border-top: 1px dotted #bce8f1;   
    padding: 6px 4px 6px 6px;    
}

.info-form{    
    
}

@media (max-width: 767px) { 
  .text-xs-center {
    text-align: left;
  } 
  
  .xs-scroll{
     overflow: scroll;
  }

}

.upperInput{
    text-transform: uppercase;
}

.navbarInicio{
    background: #3f3c3d;
    padding: 20px;
    min-height: 120px;
}

.navbar-fixed-top + .main-container-inicio {
    padding-top: 117px;
}

.btn-inicio{
    background: #eab62f !important;
    border-color: #eab62f;
    width: 50%;
    margin-top: 20px;
    color: #3f3c3d !important;
}


.btn-inicio-st{
    background: #e66d47 !important;
    border-color: #e66d47;
    width: 50%;
    margin-top: 20px;
    color: #3f3c3d !important;
}


.input-inicio{
    font-size: 20px !important;
    margin: 1px 0px;
}