/* 
    Created on : 10/05/2015, 05:23:19 PM
    Author     : Alejo
*/

#politicas
    {
        width:100%;
        height: 100px;
        overflow-y:scroll;
        overflow-x:hidden;
        color: darkslategrey;

    }

/*
* En este bloque se puede cambiar el tipo de letra de toda la aplicación y se define el tamaño
*/
*{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*Estilos de background del index sin autenticar */
.content-home .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    filter: blur(9px);
    z-index: -1;
}

/*Estilos de background de toda la app aparte del index sin autenticar y del login */
.container-fluid .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    filter: blur(9px);
    z-index: -1;
}


header,
.header-db,
.content-spinner{
    background: #00042e;
    /* implementar transparencia al 50% */
    opacity: 0.7;
    background-size: cover;
}


legend {
    color:#005ca6;
  }

.actions.custom-columns{
    /**border-left: 5px solid #005ca6;*/
}


body .menu-main{
    margin-bottom: 0;
    z-index: 9;
}


/*Este estilo se usa para la información del usuario autenticado*/
.info-user{
    font-size:13px;
    padding: 3px 20px;
    line-height: 1.42857143;
    color: #333;
}

.content-spinner{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%
}

.container1 > div, .container2 > div, .container3 > div {
    width: 10px;
    height: 10px;
    background-color: whitesmoke;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



body.content-home{
    /*background-color: #15848F;*
    background-color: #ffffff;
    color: white;**/
}

body.content-home .introduction {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.content-home .introduction h1{
    /*color: white;*/
    font-size: 70px;
    font-family: 'Open Sans', sans-serif;
    line-height: 70px;
}

body.content-home footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.actions.custom-columns{
    /**margin-top: 1rem;
    padding-left: 15px;
    padding: 32px 20px;*/
}

.row{
    max-width: none;
}


/*
* En este bloque de estilos, se encuentran los estilos de las encuestas
*/
.enunciated-form{
    background-color: #fafafa;
    padding: 15px 30px ;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.questions-form{
    max-width: 600px;
    width: 100%;
    float: right;

    margin: 15px;
    margin-right: 0;

    padding-left: 15px;
}

.answers-form{
    max-width: 400px;
    width: 100%;
    float: right;
}
/* fin de bloque */

.input-button div{
    display: flex;
}

.input-button div select,
.input-button div input{
    margin-right: 30px;
}

.input-button button{
    height: 37px;
    font-size: 15px;
}

@media (min-width: 768px){
    .actions .btn-menu{
        display: none;
    }
}

@media (max-width: 767px){
    .index table{
        margin-top: 0;
    }

    .actions .side-nav{
        display: none;
    }

}

ul{
    list-style: none;margin: 0;
}
.header-db{
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    color: #ffffff;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
    text-align: center;
    font-size: 20px;
}
#dashboard .actions.custom-columns {padding: 32px 10px;}
.c-colum-r{border-right: 5px solid #005ca6;}

/*
body{
    padding-bottom: 60px;
}

.site-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}*/

.page-calendar .options-calendar{
    margin: 20px auto;
}

.page-calendar .info-account-g{
    margin: 20px auto;
}

.page-calendar .no-found-account{
    position: absolute;
    width: 100%;
    top: 40%;
}

.tui-full-calendar-section-button button{
    margin: 0;
    text-align: center;
}

tui-timepicker-column.tui-timepicker-selectbox.tui-timepicker-minute{
    float: none !important;
}

.tui-full-calendar-section-state .tui-full-calendar-content{
    width: 65px;
}

.tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item{
    width: 120px;
}

.tui-full-calendar-confirm span{
    position: relative;
    bottom: 6px;
    right: 7px;
}

.checkbox{
    height: 20px;
}

.checkbox label{
    display: inline-block;
    position: absolute;
    left: 0;
}

/**
*En este bloque de estilos se encuentra los del formulario de reguistro de persona
*/
.stepwizard-step p {
    margin-top: 0px;
    color:rgb(0, 0, 0);
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:rgb(0, 0, 0);
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: rgb(204, 204, 204);
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
/* fin de bloque de estilos*/

/* Encuadrando imagen a 40px */
.navbar-brand{
    position: relative;
  }
  .navbar-brand img{
      position: absolute;
      top: 5px;
      left: 5px;
      right: 40px;
  }

  