﻿/*****************
FONDOS
******************/

.FondoCab {
height: 93px;
    background-image: url('img/header_img.png');
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/******************
ESPACIOSDataGrid
******************/

.SpcDer3 {
    margin-right: 3px !important;
}

.SpcDer4 {
    margin-right: 4px !important;
}

.SpcDer5 {
    margin-right: 5px !important;
}

.SpcIzq3 {
    margin-left: 3px !important;
}

.SpcIzq4 {
    margin-left: 4px !important;
}

.SpcIzq5 {
    margin-left: 5px !important;
}


.SpcDer15 {
    margin-right: 15px !important;
}
.SpcDer25 {
    margin-right: 25px !important;
}

/******************
SEPARADORES
******************/


.SeparadorB5 {
    height: 5px;
    width: 100%;
}

.SeparadorB10 {
    height: 10px;
    width: 100%;
}

.SeparadorA {
    background-color: #2364a6;
    height: 5px;
    width: 100%;
}

.SeparadorZ5 {
    clear: both;
    /*display: block;*/
    background-color: transparent;
    height: 5px;
    width: 100%;
}

.SeparadorZ10 {
    clear: both;
    background-color: transparent;
    height: 10px;
    width: 100%;
}

.SeparadorZ15 {
    clear: both;
    background-color: transparent;
    height: 15px;
    width: 100%;
}

.SeparadorZ20 {
    clear: both;
    background-color: transparent;
    height: 20px;
    width: 100%;
}

.SeparadorZ30 {
    clear: both;
    background-color: transparent;
    height: 30px;
    width: 100%;
}

.SeparadorZ50 {
    clear: both;
    background-color: transparent;
    height: 50px;
    width: 100%;
}

.SeparadorZ90 {
    clear: both;
    background-color: transparent;
    height: 90px;
    width: 100%;
}

.SeparadorBusq {
    clear: both;
    background-color: transparent;
    height: 10px;
    width: 140px;
}

/******************
TEXTOS
******************/

.Titulo {
    margin: 10px auto 10px auto;
    color: #2364a6 !important;
}

.TituloH4 {
    margin: 30px auto 20px auto;
    color: #2364a6 !important;
    font-size: 25px;
    text-decoration: underline;
}

/*.txtGris {
    color: #999999;
}

.txtBlack {
    color: #000;
}*/

.cssTxtArea {
    width: 98% !important;
    height: 55px !important;
}


/******************
BOTONES
******************/

.btnELP {
    padding: 5px 0px;
    background-color: #adadad;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border: 0px;

    -moz-border-radius: 5px;        /* Firefox */
    -webkit-border-radius: 5px;     /* Google Chrome y Safari */
    border-radius: 5px;             /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}

.btnELP:hover {
    background-color: #2364a6;
    cursor: pointer;
}

/**************************
     Botones Funcionales
**************************/
.Print {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnPrint.jpg');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.PrintDisabled  {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: not-allowed;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnPrintDis.jpg');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.Actua {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnAct.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.ActuaDisabled  {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: not-allowed;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnActDis.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.Edit {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocEdit.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
    /*margin-left: 15px;*/
}

.EditDisabled {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: not-allowed;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocEditDis.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.Cancel {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocCancel.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.CancelDisabled {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: not-allowed;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocCancelDis.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.View {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocView.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.ViewDisabled {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: not-allowed;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocView.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.Clip {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnClip.png');
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.BlankBG {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnBlank.png');
    width: 16px;
    height: 16px;
}

.Pin {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnPin.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.Pin2 {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnPin2.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.Pin3 {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 16px 16px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/dirNotasPropias.png');
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.btnActa {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnActa1.png');
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.btnActa2 {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 16px 16px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/dirNotasPublicas.png');
    width: 16px;
    height: 16px;
}

.btnVer {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnVer1.png');
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.btnVerAdjunto {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnVer2.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-bottom: 5px;
}

.btnSubirArchivo {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 100% 100%;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnSubirArchivo.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-bottom: 5px;
}

.btnClock {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnClock_.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.btnPL_Close {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnLock.png');
    width: 16px;
    height: 16px;
}

.btnPL_Open {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnUnLock.png');
    width: 16px;
    height: 16px;
}

.btnClose {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnClose.png');
    width: 16px;
    height: 16px;
    position:static;
    margin-right: 3px;
}
.btnCloseRegist {
    border: 3px solid #c73636!important;
    border-radius: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnClose2.png');
    width: 28px;
    height: 28px;
    position:static;
    margin: 15px 0px 0px 0px;
}

.fndNota {
    background-image: url('img/fonfo.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 100%;
    /*cursor: pointer;*/
    border-style: none;
    vertical-align: middle;
    
    width: 450px;
    height: 580px;
    /*width: auto;
    height: auto;*/
    position:static;
    margin-right: 3px;
}

.fndNotaResponsive {
    /*background-image: url('img/fondo_Responsive.jpg');*/
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 100% 100%;
    border-style: none;
    vertical-align: middle;
    text-align: left;
    
    width: 100%;
    height: 560px; /*477px;*/
    position:static;
    margin-right: 3px;
}

.dirNotasPublicas {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/dirNotasPublicas.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
}
.dirNotasPropias {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/dirNotasPropias.png');
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.btnSesExt {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnStar.png');
    width: 24px;
    height: 24px;
    margin-left: 3px;
    float: left;
    margin-top: 65px;
}

.EditarNota {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocEdit.png');
    width: 16px;
    height: 16px;
    /*margin: 0px 15px 5px 15px;*/
}

.EliminarNota {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnBorrar.png');
    width: 16px;
    height: 16px;
    /*margin: 0px 5px 5px 0px;*/
}

.AgregarNota {
    /*background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    vertical-align: middle;*/
    border-style: none;
    background-image: url('img/btnAdd.png');
    /*background-size:50% 50%;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

/**************************
     Botones de Estado
**************************/

.Rojo {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/Rojo.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.Verde {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/Verde.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.Ambar {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/Ambar.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}


.T_Disabled {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: not-allowed;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/T_Dis.png');
    width: 16px;
    height: 16px;
    margin-right: 15px;
}


/**************************
     Botones de Paginado
**************************/

.First {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/first.png');
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.Prev {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/prev.png');
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.Next {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/next.png');
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px;
}

.Last {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/last.png');
    width: 16px;
    height: 16px;
}

/******************
     Botones de Sesion
******************/

.Descargar {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnDescargar.png');
    width: 16px;
    height: 16px;
}
.BorrarAdj {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnBorrar.png');
    width: 16px;
    height: 16px;
}

.HablitarCheck {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/greenCheck.png')!important;
    width: 16px;
    height: 16px;
}

.DocPDF {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnPDF.png');
    width: 16px;
    height: 16px;
}

.DocWORD002 {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default !important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnPDF.png');
    width: 16px;
    height: 16px;
}

.OpenDialog {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-image: url('img/btnOpenFileDg.png');
    background-size: 100%;
    border-style: none;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.LimpiarBusqueda {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-image: url('img/btnOpenFileDg.png');
    background-size: 100%;
    border-style: none;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}


.CerrarSesion1 {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 16px 16px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/spanCerrarSesion1.png');
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.CambioClave {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 16px 16px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/spanCambioClave.png');
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.BusquedaDocumento {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-size: 16px 16px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnVer1.png');
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
/******************
TAMAÑO
******************/

.Tam50 {
    width: 50px;
}

.Tam170 {
    width: 170px;
}

.Tam180 {
    width: 180px;
}

.Tam240 {
    width: 240px;
}

.Tam100P {
    width: 100%;
}
.Tam95P {
    width: 95%;
}

.Tam80P {
    width: 80%;
}
.Tam70P {
    width: 70%;
}

.Tam70 {
    width: 70px;
    text-align: center;
}

/******************
ALINEAMIENTO
******************/

.Izq {
    text-align:left !important;
}

.Cen {
    text-align:center !important;
}

.Der {
    text-align:right !important;
}

.Jus {
    text-align:justify !important;
}

/******************
CONTROLES
******************/

.formControl {
    padding: 3px;
    border: 1px solid #CCCCCC !important;
}

.DatePicker {
    background-color: #FFFFFF;
    background-image: url('img/Calendar.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor: pointer;
}

/******************
DATAGRID
******************/
.DataGrid table { 
    width: 100%; 
    border-collapse: collapse; 
    margin-bottom: 5px !important;
}

/*.DataGrid tr:nth-of-type(odd) { 
    background: #eee; 
}*/

.DataGrid th { 
    background: #2364a6; 
    color: white; 
    font-weight: bold;
    text-align: center !important;
}

.DataGrid td, th { 
    font-size: 11px !important;
    padding: 6px; 
    border: 1px solid #ccc;
    text-align:center;
    vertical-align:middle;
}

.pagedisplay {
    width: 20px;
    text-align: center;    
    font-size: 09px !important;
}

/******************
REPORTE
******************/

.ReportGrid table { 
    width: 100%; 
    border-collapse: collapse; 
    margin-bottom: 5px !important;
}

.ReportGrid th { 
    background: black; 
    color: white; 
    font-weight: bold;
    text-align: center !important;
    padding:15px 1px 15px 1px!important;
    border: 1px solid black;
    font-size: 11px !important;
    vertical-align:middle!important
}

.ReportGrid td { 
    border: 1px solid black;
    padding: 6px; 
    text-align: center;
    vertical-align:middle!important
}

.subTH td 
{
    vertical-align:middle!important;
    background: #ccc; 
    font-weight: bold;
    font-size: 09px !important;
}

.login-card {
   /* min-height: 100vh;*/
    background-image: url('img/4addajla.jpg');
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -wenkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    z-index: 2;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-family: roboto!important;
}

/*******************************************************************************************************
 *******************************************************************************************************
                                    Version Responsive
 *******************************************************************************************************
*******************************************************************************************************/
#mycontainer {    
    width: 960px;
    margin-left:auto;
    margin-right:auto;
}

.w80 {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    border: 2px solid black!important;
}

.w100 {
    width: 100%;
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w50 {
    width: 50%;
}

.hTitulo {
    width: 100%;
    text-align:center;
}

.hButtonsLeft {
    text-align:center;
    display: inline-block;
}

.hButtonsRight {
    text-align:center;
    display: inline-block;
}

.dvLeft {
    text-align:center;
    display: inline;
}

.dvRight {
    text-align:center;
    display: inline;
}

.diviSpinner {
    text-align:center;
    display: inline-block;
    height:50px;
}

.footerButtons {
    width:100%;
    text-align:center;
}

.wDocumentos {
    width: 80%;
    margin: 55px;
}

/******************************
            BOTONES
******************************/
.btnDirect {
    padding: 5px 0px;
    background-color: #adadad;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    width: 150px;

    -moz-border-radius: 5px;        /* Firefox */
    -webkit-border-radius: 5px;     /* Google Chrome y Safari */
    border-radius: 5px;             /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}

.btnDirect:hover {
    background-color: #2364a6;
    cursor: pointer;    
}

.arRight {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-image: url('img/arRIGHT.png');
    background-size: 100% 100%;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    
    width: 37px;
    height: 37px;
    margin-bottom: 18px;
}

.arLeft {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    background-image: url('img/arLEFT.png');
    background-size: 100% 100%;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    
    width: 37px;
    height: 37px;
    margin-bottom: 17px;
}

/******************************
            Margenes
******************************/

.MargRight0 {
    margin-right:0px

}
.MargLeft5 {
    margin-left:5px
}

.MargBot15 {
    padding-bottom:15px
}


/******************************
            Fuente
******************************/

.fontAño {
    font-size:30px;
    font-weight:bold;
    margin: 0px 20px 0px 20px;
}

/******************************
            Meses x Año
******************************/
.diviMeses {
    text-align:center;
    display: inline-block;
    margin-left:auto;
    margin-right:auto;
}

.card {
    box-shadow: 0 4px 14px 0 rgb(55, 55, 55), 0 6px 30px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    cursor:pointer;
    /*height:auto;*/
    width:120px;
    padding-left:5px;
}

.card:hover {
    /*box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.2), 1px 6px 20px 4px rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 4px 14px 0 rgb(55, 55, 55), 0 6px 30px 0 rgb(55, 55, 55);
}

.header {
    font-weight: bold;
    background-color: #ccc;
    color: white;
    padding: 1px!important;
    /*height:auto;*/
    width:120px;
}
.grid_Mes {
    width: 130px;
    /*height: auto;*/
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

/*DEMAS*/

.numberCircle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 3px 1px -1px 8px;
    background: #fff;
    text-align: center!important;
    font: 22px Arial, sans-serif;
    margin:10px 0px 10px 15px;
}

.rojo { 
    color: red;                 /*Registrado*/
    border: 2px solid red;
}
.verde {
    color: green;               /*Carpeta Cerrada*/
    border: 2px solid green;
}
.azul {
    color: blue;                /*Acta Adjuntada*/
    border: 2px solid blue;
}
.naranja {
    color: #ff8b00;                /*Extraordinaria*/
    border: 2px solid #ff8b00;
}

.numberCircle:hover {
    cursor:pointer;
}

table {
    margin-bottom:0px!important;
}

p {
    margin:0PX;
}


.ellipsis {
    position: absolute;
    width: 98%;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    top: 0;
    margin-top: 5px;
}

input[type=file] {
    display: none!important;
}

/*Modal Invitados*/
.alternR:hover{ background-color:#B9F8F8; cursor: pointer;}


.lblUsuario {
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.dvMD_Adjuntos {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.dvAdjuntos{
    padding: 5px;
    margin: 5px;
    max-height: 212px;
    /*min-height: 50px;*/
    width: 100%;
    overflow-y: auto;
    border: 1px solid #8a6d3b;
}
.dvAdjuntos table{
    width: 100%;
}
.dvAdjuntos table tr{
    border-bottom:1px solid #8a6d3b;
}
.dvAdjuntos table tr:last-child{
    border-bottom:none;
}
.sinScroll {
    overflow-y: hidden;
}
.tdTipo {
    vertical-align: middle;
    text-align:center;
    width: 30px;
}
.tdArchibo {
    text-align:justify;
    padding: 5px;
}
.tdAcciones {
    vertical-align: middle;
    text-align:center;
    width: 60px;
}

.bordeCero {
    border : none!important;
}

.caracteres {
    border: 1px solid #ccc!important;
    padding: 0.01em 16px;
    border-radius: 16px;
    width: 50%;
    margin: 0px auto 5px auto;
    padding: 1px 5px 5px 5px;
    text-align: center;
}
/***************************************************************************************
***************************** Grilla Director *****************************   
****************************************************************************************/
.dvSesion {
    width: 100%;
    padding: 8px;
    border: 2px solid #CCCCCC;
    height: 230px; /*258px*/
    box-shadow: 1px 4px 8px 4px rgba(38, 87, 176, 0.32), 1px 6px 20px 4px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.dvCabecera {
    width: 15%;
    float: left;
    text-align: center;
}
.dvDetalle {
    width: 85%;
    float: right;
}

.GridSesion {
    max-height: 200px; /*234px*/
    overflow-y: auto;
    border: 1px solid #ccc;
}
.GridSesion table { 
    width: 100%; 
    border-collapse: collapse; 
}
.GridSesion th { 
    background: #2364a6; 
    color: white; 
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.GridSesion td, th { 
    font-size: 11px !important;
    padding: 6px; 
    border: 1px solid #ccc;
    text-align:center;
    vertical-align:middle;
}

.btnBadge {
    margin: 15px 0px 0px 10px;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
}
.MargRg0 {
    margin: 15px 0px 0px 0px;
}

.badged {
    display: inline-block;
    padding: 0px 5px;
    font-size: 10px;
    color: white;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-left: -10px;
}

.badgeClear {
    background-color: transparent;
}
.Size25 {
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
}
.tdTema {
    width: 388px;
    word-wrap: break-word;
    display: inline-block;
}
.tdConcepto {
    width: 130px;
    word-wrap: break-word;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

.fieldsetDirector {
    border:1.5px solid #069;
    padding: 20px;
    border-radius: 8px;
    width:28%;
    text-align: center;
}

.legendDirector {
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    width: auto;
    margin-bottom: 0px;
    font-size: 16px;
}

.TituloDirector {
    margin: 0px auto 0px auto;
    color: #2364a6 !important;
}

.dvCalendarDirectorio {
    position: absolute;
    z-index: 1;
    display: block;
    box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.2), 1px 6px 20px 4px rgba(0, 0, 0, 0.19);
}

.numberCircleDirec {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 3px 1px -1px 8px;
    background: #fff;
    text-align: center!important;
    font: 26px Arial, sans-serif;
    margin: 10px auto 10px auto; /*18*/
    cursor: pointer;
}

.OcultarTD {
    display: none;
}


.dvCambioClave {
    float:left;
}

.dvCerrarSesion {
    float:right;
    margin-right: 15px;
}

.headerCambioClave {
    padding-left: 115px;
    background-color: #ecf6ff;
    height: 80px;
    border-radius: 10px 10px 1px 1px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.dvCC_span {
    text-align: left;
            
}

.txtDisabled {
    width: 100%;
    background-color: #f9f9f9!important;
}

.Link {
    margin: 15px 0px 0px 5px;
    font-weight: bold;
    font-size: 15px;
    color: #2364a6;
}
.Link span{
    margin-left:20px;
}

/*Tool tip : TOP*/
.tooltip2 {
    position: relative;
    display: inline-block;
}
.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltip2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

/*Tool tip : LEFT*/
.tooltip3 {
    position: relative;
    display: inline-block;
   
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 110%;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip3 .tooltiptext3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
    opacity: 1;
}

.ModalAperturaCarpeta {
    border: 2px solid black!important;
    box-shadow: 1px 4px 8px 4px rgba(35, 91, 194, 0.32), 1px 6px 20px 4px rgba(120, 136, 180, 0.19);
    border-radius: 10px!important;
    width: 80%!important;
    margin-right: auto;
    margin-left: auto;
}
.headerAperturaCarpeta {
    height: 50px;
    background-color: #ecf6ff;
    border-radius: 10px 10px 1px 1px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

.headerAperturaCarpeta .TituloH4 {
    margin: 0px;
    padding-top: 10px;
}

.fa-exclamation{
    color: #cc0000;
    font-weight: bold;
    POSITION: ABSOLUTE;
    FLOAT: LEFT;
    FONT-SIZE: 20PX;
    MARGIN-LEFT: 3PX;
}

/*Modal AdjuntosPDF*/

.dvMD_ArchivosPDF {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.dvAdjuntosArchivosPDF{
    margin: 5px;
    max-height: 212px;
    /*width: 100%;*/
    overflow-y: auto;
    border: 1px solid #8a6d3b;
}
.dvAdjuntosArchivosPDF table{
    width: 100%;
    margin-bottom: -1px!important;
}
.dvAdjuntosArchivosPDF table tr{
    border-bottom: 1px solid #8a6d3b;
}

.dvAdjuntosArchivosPDF table tr .tdArchibo{
    vertical-align: middle;
}

.tblAdjuntosArchivosPDF td {
    padding:10px;
}

.tdAccionesPDF {
    vertical-align: middle;
    text-align:center;
    width: 60px;
}

/*Modal UsuariosPDF*/

.contentUsuariosPDF {
    width: 90%!important;
    margin-left:auto;
    margin-right:auto;
    border: 5px solid #3b418a!important;
}
.dvMD_UsuariosPDF {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.dvUsuariosPDF{
    padding: 0px 5px;
    margin: 5px;
    max-height: 212px;
    min-height: 50px;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #3b418a;
}
.dvUsuariosPDF table{
    width: 100%;
}

.footerCharsRemaing {
    width:90%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}


/*GESTION DE CAMBIOS JUNIO 2018*/
.containerNotas {
    color: black;
}
.headerUsuario {
    float: right;
    margin-top: 10px;
    text-align: right;
    margin-right: 10px;
}
.tipoSesion {
    font-size: 14px;
    font-weight:bold; 
}
.SesionCandadoAbierto {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngUnLock.png');
    width: 16px;
    height: 16px;
    margin-bottom: 3px!important;
}
.SesionCandadoCerrado {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngLock.png');
    width: 16px;
    height: 16px;
}
.SesionActa {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnActa1.png');
    width: 16px;
    height: 16px;
    margin-top: 3px;
}
.SesionSustento{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngClock.png');
    width: 16px;
    height: 16px;
    margin-top: 3px;
}
.SesionPasada{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngPasado.png');
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.SesionVer{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngVer.png');
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.NotaRestaurar{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngRestaurar.png');
    width: 18px;
}
.buscarSesion {
    background-color: #FFFFFF;
    background-image: url('img/btnVer2.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
    cursor: pointer;
}

.DocWORD02{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnWord.png');
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.DocXML {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default !important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/btnXml.png');
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.vbuttonInside{
    position:relative;
}
.vinput{
    height:25px;
    width:100px;
    padding-left:10px;
    border-radius: 4px;
    text-align:center;
    outline:none;
    padding-right: 30px;
}
.vbutton{
    position:absolute;
    right: 0px;
    top: 4px;
    border:none;
    height:20px;
    width:20px;
    border-radius:100%;
    outline:none;
    text-align:center;
    font-weight:bold;
    padding:2px;
}
.margin1-5 {
    margin: 1.5px;
}
.modalHeader {
    padding: 3px 5px 2px 5px;
    text-align: left;
}
.hr2-0 {
    border-width: 1.1px;
    border-style: solid;
    border-color: black;
    border-image: initial;
    background-color: black;
    margin-bottom: 0px;
    margin-top: 0px;
}
.hr1-0 {
    /*background-color: black;*/
    border-color: black;
    margin-bottom: 0px;
    margin-top: 0px;
}
.modalTituloConcepto {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.notaTitulo {
    padding: 5px 5px 0px 5px;
    text-align: left;
    float: left;
    font-weight: bold;
    font-size: 12px;
}
.notaBotones {
    float: right;
    margin-right: 20px;
    margin-top: 1px;
}
.notaTipo {
    float: left;
    margin-left: 10px;
    /*margin-top: -5px;*/
    color: #888!important;
}
.notaCompartida {
    margin: 0!important;
    vertical-align: middle!important;
    margin-right: 3px!important;
}
.notaCaracteres {
    float: right;
    margin-right: 10px;
    /*margin-top: -5px;*/
}
.notaTextAreaVer {
    width: 99%;
    border: 1px solid #ccc;
    background-color: #eeeaea;
    color: black;
}
.notaTextAreaEdit {
    width: 99%;
    margin-left: 0px;
    border: 1px solid #ccc;
    background-color: white;
}
.NotaPinTitulo {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngPin.png');
    width: 14px;
    height: 14px;
}
.NotaVerTitulo {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/pngVer.png');
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
}
.NotaEditarTitulo {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: default!important;
    border-style: none;
    vertical-align: middle;
    background-image: url('img/DocEdit.png');
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
}
.modalFila {
    width: 100%;
}
.modalColLabel {
    width: 80px;
    float: left;
    font-weight: bold;
    font-size: 12px;
    margin-top: 2px;
}
.notaTipoEdit {
    float: right;
    margin-right: 20px;
    /*margin-top: 3px;*/
}
.w760px {
    width: 760px!important;
    border: 2px solid black;
}
.close {
    opacity: 1!important;
}
.cursorPointer {
    cursor: pointer!important
}
.cursorDefault {
    cursor: default!important
}
.notaTituloEliminado {
    color: #d20000;
}
.notaTextoEliminado {
    color: #919191;
    border-color: #d20000;
}
.notaTituloRestaurado {
    color: #00116f;
}
.notaTextoRestaurado {
    color: black;
    border-color: #00116f;
}
#mdNotaAgenda, #mdNuevaNotaAgenda, #mdNotaAgenda2, #mdAdjuntosTema {
    border: 0px;
}
.h540px {
    max-height: 540px;
}
#dvNotasPubScrollPropias, #dvNotasPubScrollCompartidas {
    overflow-y: scroll;
    max-height: 140px;
    min-height: 100px;
    padding: 10px;
    border: 2px solid #2364a6;
}
.infoTamaño {
    text-align: left;
    margin-left: 110px;
    font-size: 11px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.headerTitulo {
    float: left;
    margin: 30px 0px 0px 0px;
    width: 50%;
    text-align: center;
}
.headerLogo {
    margin-left: 2em; 
    margin-top: 1.5em; 
    width: 100%; 
    height: 90px; 
    float: left;
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.TituloVentana {
    color: #2364a6;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.secUsuario {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}


.btnUsu {
    width: 28px;
    margin-right: 8px;
}
.tdCenter {
    text-align: center;
}
.marginTop7 {
    margin-top: 7px;
}
.MesAnioCalendario {
    font-size:20px;
    color: #2364a6;
}
.btn-Directorio {
    padding: 5px 0px;
    color: #FFFFFF;
    background-color: #adadad;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
    width: 120px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-Directorio:hover {
    background-color: #5291d1;
    cursor: pointer;    
}
.accion {
    background-color: #2364a6;
}
.lblHeaders {
    font-weight: bold;
}
.Tam120 {
    width: 120px;
}
.Tam150 {
    width: 150px;
}
.Tam100 {
    width: 100px;
}
.Tam80 {
    width: 80px;
}

.ModalCambioClave {
    border: 2px solid black!important;
    border-radius: 10px!important;
}
.cambClaveCaja {
    padding-right: 30px;
    text-align: left;
}
.cambClaveOjo {
    margin-right: 8px;
}



a {
    text-decoration: none;
}

.main-wrap {
    background: #000;
    text-align: center;
}

    .main-wrap h1 {
        color: #fff;
        margin-top: 50px;
        margin-bottom: 100px;
    }

.col-md-3 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    background-color: #eee;
    padding: 50px 0;
}

.col:first-of-type {
    margin-left: 0;
}


/* ALL LOADERS */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* LOADER 2 */

#loader-2 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
}

    #loader-2 span:nth-child(1) {
        animation: bounce 1s ease-in-out infinite;
    }

    #loader-2 span:nth-child(2) {
        animation: bounce 1s ease-in-out 0.33s infinite;
    }

    #loader-2 span:nth-child(3) {
        animation: bounce 1s ease-in-out 0.66s infinite;
    }

@keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* LOADER 3 */

#loader-3:before, #loader-3:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-color: #3498db;
    animation: squaremove 1s ease-in-out infinite;
}

#loader-3:after {
    bottom: 0;
    animation-delay: 0.5s;
}

@keyframes squaremove {
    0%, 100% {
        -webkit-transform: translate(0,0) rotate(0);
        -ms-transform: translate(0,0) rotate(0);
        -o-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0);
    }

    25% {
        -webkit-transform: translate(40px,40px) rotate(45deg);
        -ms-transform: translate(40px,40px) rotate(45deg);
        -o-transform: translate(40px,40px) rotate(45deg);
        transform: translate(40px,40px) rotate(45deg);
    }

    50% {
        -webkit-transform: translate(0px,80px) rotate(0deg);
        -ms-transform: translate(0px,80px) rotate(0deg);
        -o-transform: translate(0px,80px) rotate(0deg);
        transform: translate(0px,80px) rotate(0deg);
    }

    75% {
        -webkit-transform: translate(-40px,40px) rotate(45deg);
        -ms-transform: translate(-40px,40px) rotate(45deg);
        -o-transform: translate(-40px,40px) rotate(45deg);
        transform: translate(-40px,40px) rotate(45deg);
    }
}

/* LOADER 4 */

#loader-4 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
    opacity: 0;
}

    #loader-4 span:nth-child(1) {
        animation: opacitychange 1s ease-in-out infinite;
    }

    #loader-4 span:nth-child(2) {
        animation: opacitychange 1s ease-in-out 0.33s infinite;
    }

    #loader-4 span:nth-child(3) {
        animation: opacitychange 1s ease-in-out 0.66s infinite;
    }

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

/* LOADER 5 */

#loader-5 span {
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 20px;
    height: 20px;
    background-color: #3498db;
}

    #loader-5 span:nth-child(2) {
        animation: moveanimation1 1s ease-in-out infinite;
    }

    #loader-5 span:nth-child(3) {
        animation: moveanimation2 1s ease-in-out infinite;
    }

    #loader-5 span:nth-child(4) {
        animation: moveanimation3 1s ease-in-out infinite;
    }

@keyframes moveanimation1 {
    0%, 100% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    75% {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes moveanimation2 {
    0%, 100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    75% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes moveanimation3 {
    0%, 100% {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    75% {
        -webkit-transform: translate(30px, 30px);
        -ms-transform: translate(30px, 30px);
        -o-transform: translate(30px, 30px);
        transform: translate(30px, 30px);
    }
}

/* LOADER 6 */

#loader-6 {
    top: 40px;
    left: -2.5px;
}

    #loader-6 span {
        display: inline-block;
        width: 5px;
        height: 20px;
        background-color: #3498db;
    }

        #loader-6 span:nth-child(1) {
            animation: grow 1s ease-in-out infinite;
        }

        #loader-6 span:nth-child(2) {
            animation: grow 1s ease-in-out 0.15s infinite;
        }

        #loader-6 span:nth-child(3) {
            animation: grow 1s ease-in-out 0.30s infinite;
        }

        #loader-6 span:nth-child(4) {
            animation: grow 1s ease-in-out 0.45s infinite;
        }

@keyframes grow {
    0%, 100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

/* LOADER 7 */

#loader-7 {
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
}

    #loader-7:before {
        content: "";
        position: absolute;
        left: 25px;
        top: 25px;
        width: 50px;
        height: 50px;
        background-color: #3498db;
        animation: flip 1s infinite;
    }

@keyframes flip {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(180deg) rotateX(180deg);
    }
}

/* LOADER 8 */

#loader-8:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 10px);
    left: 0px;
    background-color: #3498db;
    animation: rotatemove 1s infinite;
}

@keyframes rotatemove {
    0% {
        -webkit-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
        transform: scale(1) translateX(0px);
    }

    100% {
        -webkit-transform: scale(2) translateX(45px);
        -ms-transform: scale(2) translateX(45px);
        -o-transform: scale(2) translateX(45px);
        transform: scale(2) translateX(45px);
    }
}

