﻿#btnAlertModal{display:none;}
.alert{margin: 10px 0;}
.modal-content{background-color:#fcfdfd;}
.modal-header{color:#00923F;}
/*        
.popover{width: 240px;}
.popover-title {min-height: 30px; background-color: #3498db; color: White;}
.popover-title span.closePopover{cursor:pointer; position:absolute; left:15px; top:5px; font-size:1.5em;}
.popover-title span.closePopover:hover{color:#e81123;}
.popover-title span.createGroup{cursor:pointer; float: right;}
.popover-title span.createGroup:hover{color:#59E452;}
.popover-content span.glyphicon{cursor:pointer; margin-left:25px;}
.popover-content span.glyphicon:hover{color: #59E452;}
		
.textarea{margin-top:5px; margin-bottom:5px; padding:5px; min-height:150px; border: #b2b2b2 solid 1px; overflow:hidden; text-overflow: ellipsis;}
.inlinePart{display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; 
		    background-color:#59E452; color:white; border-radius:10px; position:relative;
		    margin-right:5px; margin-bottom:5px; padding:5px; max-width:46%;}
.inlinePart span{position: absolute;right:4px;top:-2px;cursor:pointer;}
.inlinePart span:hover{font-weight:bolder;}
.popover hr{margin-top:5px;margin-bottom:5px;}
.popover form{display:table-caption;}*/
		
/**************************************/
.popoverCustom{
    width: 244px; 
    height: 301px;
}


div.ui-tooltip {
    max-width: 200px;
}

.tablaControlSalidas{
    margin-top:12px;
    margin-bottom: 12px;
}

.clear
{
	padding: 0px;
	margin: 0px;
}

/*.centerHV
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    margin: 0 !important;
}*/

.nav
{
	margin-left: 0px;
	margin-right: 0px;
}

/*.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.table>tbody>tr>td
{
    vertical-align: middle;
}

.top
{
    position: absolute;
    top: 0px;
}

.left
{
    position: absolute;
    left: 0px;
}

.right
{
    position: absolute;
    right: 0px;
}*/

/********* ESTILO NORMAL BUTTON *********/
.normalBtn
{
    margin-left: 10px;
    height: 35px;
    border: none;
    background: Transparent;
    font-weight: bold;
    color: #AEAEAE;
    width: auto;
    min-width: 110px;
}

.normalBtn:focus, #lblNuevaTarea
{
    outline: none !important;
}


.normalBtn:hover
{
    background: #47D978;
    color: White;
}

/********* ESTILO GREEN BUTTON *********/
.greenBtn
{
    min-width: 110px;
    width: auto;
    height: 35px;
    margin-left: 40px;
    margin-top: 7px;  
    background:    #47d978;
    background:    -webkit-linear-gradient(#47d978, #3b731e);
    background:    linear-gradient(#47d978, #3b731e);
    border-radius: 10px;
    box-shadow: 3px 2px 6px 0px #999;
    color:         #fff;
    display:       inline-block;
    padding:       8px 20px;
    font:          normal bold 15px/1 "Calibri", sans-serif;
    text-align:    center;
    text-shadow:   1px 1px 0 #000;
    border: none;
}

.greenBtn:focus
{
    outline: none !important;
}

.greenBtn:hover
{
        background: linear-gradient(#47d978, #3e8c34);
    /*border: 1px solid #61FC95;*/
    outline: none !important;
}

.greenBtnDisabled
{
    cursor:         auto;
    min-width:      110px;
    width:          auto;
    height:         35px;
    margin-left:    40px;
    margin-top:     7px;
    background:     linear-gradient(#999, #555);
    border-radius:  10px;
    box-shadow:     1px 1px 0 0 #444;
    color:          #ddd;
    display:        inline-block;
    padding:        8px 20px;
    font:           normal bold 15px/1 "Calibri", sans-serif;
    text-align:     center;
    text-shadow:    1px 1px 0 #000;
}

.greenBtnDisabled:hover
{
    background: linear-gradient(#999, #555);
    outline: none !important;
}


/********* ESTILO GREEN BUTTON SMALL*********/
.greenBtn-sm {
    min-width: 70px;
    width: auto;
    height: 20px;
    margin-left: 20px;
    margin-top: 3px;
    background: #47d978;
    background: -webkit-linear-gradient(#47d978, #3b731e);
    background: linear-gradient(#47d978, #3b731e);
    border-radius: 5px;
    box-shadow: 3px 2px 6px 0px #999;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font: normal bold 15px/1 "Calibri", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    border: none;
}

    .greenBtn:focus {
        outline: none !important;
    }

    .greenBtn:hover {
        background: linear-gradient(#47d978, #3e8c34);
        /*border: 1px solid #61FC95;*/
        outline: none !important;
    }

.greenBtnDisabled {
    cursor: auto;
    min-width: 70px;
    width: auto;
    height: 20px;
    margin-left: 20px;
    margin-top: 3px;
    background: linear-gradient(#999, #555);
    border-radius: 5px;
    box-shadow: 1px 1px 0 0 #444;
    color: #ddd;
    display: inline-block;
    padding: 4px 10px;
    font: normal bold 15px/1 "Calibri", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

    .greenBtnDisabled:hover {
        background: linear-gradient(#999, #555);
        outline: none !important;
    }

/******** TABS ********/
.divTab
{
    display: none;
}

.divTabSel
{
    display: block !important;
}

/******* divEncapsulador ********/
.divEncapsulador
{
    width: 99%;
    height: auto;
    margin-left: auto;
    margin-right :auto;
    position: relative;
    border: 1px solid LightGray;
    border-radius: 4px;
    margin-top: 0px;
}

.divEncapsulador table
{
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right :auto;
    position: relative;
    display: table;
}

.divEncapsulador table tr
{
    width: 100%;
    display: table-row;
}

/* LISTAS AYUDA */
.listaAyudaBusqueda
{
    width: 50px !important;
    margin-right: 5px;
}

.listasAyuda
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.listasAyuda li
{
    float: left;
    display: block;
}


.listaAyudaContainer
{
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    max-height: 250px;
    max-width: 200px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: white;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid lightgray;
}

.listaAyudaContainer ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid lightgray;
    background: white;
}

.listaAyudaContainer ul li 
{
    clear: both;
    display: block;
}

.listaAyudaContainer ul li a:hover
{
    cursor: pointer;
}


.custom-combobox {
		position: relative;
		display: inline-block;
        min-width: 50px;
	}
	.custom-combobox-toggle {
		position: absolute;
		top: 0;
		bottom: 0;
		margin-left: -1px;
		padding: 0;
	}
	.custom-combobox-input {
		margin: 0;
		padding: 5px 10px;
	}

/********* ESTILO LOG IN *********/
#divLogin
{
    width: 300px;
    border: 2px solid green;
    height: 150px;
    margin: auto;
    border-radius: 8px;
    background-color: White;
    color: Green;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#divLogin table
{
    text-align: right;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#btnLogIn
{
    margin-left: 184px;
    width: 80px;
    margin-top: 15px;
}

/********* GENERALES *********/
#divPopUp, #divPopUp2, #divPopUp3, #divPopUp4, #divPopUp5, #divPopUp6, #divPopUp7, #divPopUp8, #divPopUp9, #divPopUp10, #divPopUp11, #divPopUp12, #divPopUp13,#divPopUp_Portal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    display: none;
}

#divLoading, .popUp
{
    top:0;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    display: none;
}

.popUpFront
{
    background-color: #fbfefb;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #298936;
    color: #111;
    min-width: 450px;
    margin: 80px auto 0 auto;
    padding: 25px;
}

#imgLoading
{
    position: absolute;
    top: 40%;
    left: 43%;
}

#divAreaTrabajo
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 450px;
    height: auto;
    padding: 0 10px;
}

/********* ESTILOS PARA VIEWS DE TABLAS *********/
#divGeneral
{
    width: 100%;
    height: auto;
    border: 1px solid #3AC34D;
    min-height: 450px;
    position: relative;
    border-radius: 7px 7px 5px 5px;
}

#divGreenBar
{    
    width: 100%;
    height: 26px;
    background: linear-gradient(#8fe89c, #018813);
    position: relative;
    border-radius: 7px 7px 0px 0px;
}

#divMenuOpciones, .divMenuOpciones
{
    display: block;
    padding: 10px 0;
    border: 0px;}

#divMenuOpciones2
{
    position: relative;
    width: 100%;
    height: 50px;
    
}

#divTabla
{
    /*width: 100%;*/
    max-height: 545px;
    overflow-y: auto;
    padding: 10px;
}

/********* ESTILO PARA POPUP CATALOGOS *********/
#divAddUpd
{
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24vh;
    display: block;
    background: White;
    padding: 5px;
    clear: inherit;
    position: relative;
    border: 1px solid white;
    border-radius: 4px;
}

#divAddUpd label
{
    margin-top: 5px;
    margin-left: 40px;
    margin-bottom: 5px;
}

#divAddUpd input[type=text]
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#divAddUpd input[type=button]
{
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 5px;
    margin-top: 15px;
}

/*********   PopUp Equipos Patron   ************/
#divAddEquiposPatron {
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14vh;
    display: block;
    background: White;
    padding: 5px;
    clear: inherit;
    position: relative;
    border: 1px solid white;
    border-radius: 4px;
}

    #divAddEquiposPatron label {
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 5px;
    }

    #divAddEquiposPatron input[type=text] {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    #divAddEquiposPatron textarea {
        width: 400px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    #divAddEquiposPatron input[type=button] {
        display: inline-block;
        margin-left: 40px;
        margin-bottom: 5px;
        margin-top: 15px;
    }


/*********   PopUp Normas   ************/
#divAddNor {
    width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24vh;
    display: block;
    background: White;
    padding: 5px;
    clear: inherit;
    position: relative;
    border: 1px solid white;
    border-radius: 4px;
}
#divAddNor label {
    margin-top: 5px;
    margin-left: 40px;
    margin-bottom: 5px;
}
#divAddNor input[type=text] {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#divAddNor textarea {
    width: 400px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#divAddNor input[type=button] {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 5px;
    margin-top: 15px;
}



/********* ESTILOS GENERALES *********/

body
{
    /*margin: 80px 0 0 0;*/
    /*padding: 0 0 0 0;*/
    font-size: 10pt;
    font-family: Sans-Serif;
    font-weight: bold;
    color: #3B3B3B;
    /*overflow-y: auto;
    overflow-x: auto;*/
    /*width: 1440px;*/
    background-color: #EEF2F3;
}

img:hover
{
    cursor: pointer;
}

p
{
    margin: 0 0 0 0;
}

/* Styles for basic forms-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    border-bottom: none;
    margin-bottom: 10px;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    font-size: 13px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.content {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ccc;
  right: 0;
  bottom: 0;
  border-top: 5px solid #3AC34D;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.divContent
{
    height: 400px;
    width: 1090px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background: White;
}

/*[type=radio]:checked ~ label {
  background: #3AC34D;
  border-bottom: 3px solid #3AC34D;
  z-index: 2;
  color: White;
}*/

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.paging-nav {
  text-align: left;
  padding-top: 2px;
  margin: 5px;
}

.paging-nav a {
  margin: auto 3px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: linear-gradient(#47d978, #3b731e);
  color: white;
  border-radius: 3px;
  box-shadow: 2px 2px 4px black;
}

.paging-nav a.disable {
    margin: auto 3px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 7px;
    background: linear-gradient(#999, #555);
    color: #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 0 0 #444;
    text-shadow:   1px 1px 0 #000;
}

.paging-nav a.disable:hover {
    background: linear-gradient(#999, #555);
    outline: none !important;
    cursor: default;
}

.paging-nav a:hover
{
    background: linear-gradient(#47d978, #52a22a);
}
 
.paging-nav .selected-page {
  background: #69E279;
  font-weight: bold;
}


/* Modificacion estilo combobox autocomplete */
.custom-combobox-input
{
    height: 30px;
    width: 10px !important;
    padding: 0px 0px 0px 0px;
    background: white;
    font-family: Sans-Serif;
    font-size: 10px;
    font-weight: normal !important;
    border-color: #9F9F9F;
}

.custom-combobox input
{
    vertical-align: middle;
    height: 40px;
    width: 140px;  
}
.custom-combobox a {
    vertical-align: middle;
    height: 1px;
    width: 1px;
    padding-left: -80% !important;
}
.ui-button-icon-only .ui-icon{
    left: 50%;
    margin-left: -25px !important;
}
.ui-autocomplete {
    max-height: 120px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.ui-autocomplete li
{
    background: White !important;
    color: Black !important;
    font-family: Sans-Serif !important;
    font-size : 12px !important;
    font-weight: normal !important;
}


.ui-autocomplete li:hover
{
    background: #B8FFC4 !important;
    border-top: 1px solid #B8FFC4 !important;
}

.custom-combobx-toggle:hover
{
    background: Green !important;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover
{
    background: #3AC756 !important;
    border-color: #3AC756 !important;
}

a.ui-state-default:hover
{
    background: #3AC756 !important;
    border-color: #3AC756 !important;
}

.alignDerecha
{
    vertical-align: top;
    text-align: right;
}

@media screen and (min-width: 1024px) and (max-width: 1439px)
{
    body
    {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 10pt;
        font-family: Sans-Serif;
        font-weight: bold;
        color: #3B3B3B;
        overflow-y: auto;
        overflow-x: auto;
        width: 100%;
    }
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.row{
		margin: 0 0 0 0;
	}
	
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  
  #sidebar {
    position: absolute;
    -webkit-transition: all .35s ease-out;
         -o-transition: all .35s ease-out;
            transition: all .35s ease-out;
  }
  
  #divCumpleaños, #divCursos 
  {
      margin-top: .5px !important;
      width: 100% !important;
      float: none !important;
  }
  
  #divMenuModulos {
	 /*width: 150px;*/
	  background-color: whitesmoke;
  }



  
}
/*
@media screen and (min-width: 500px) and (max-width: 767px) {
	#navbar {
		overflow-y: visible;
	}
}

@media screen and (max-width: 499px) {
	#navbar {
		overflow-y: auto;
		float: right;
		width: 200px;
	}
}
*/
/*Chat Styles*/
#chat_area{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: transparent;
	padding: 1px;
}

#chat_box{
	position: absolute;
	bottom: 1px;
	right: 1px;
	width:250px;
	border: 1px solid #59E452;
	border-radius: 6px 6px 0px 0px;
	z-index: 1;
}
#chat_body{
	background:white;
	height:auto;
	padding:0px 0px 20px 5px;
    overflow-y: auto;
    display: none;
}

#chat_head,.msg_head{
	background:#59E452;
	color:white;
	padding:15px;
	font-weight:bolder;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
}

#chat_contactos p, #chat_grupos p{
	margin: 0;
	padding: 15px 5px 5px 5px;
	font-weight: bolder;
}

.msg_box{
	position:absolute;
	bottom:1px;
	width:250px;
	background:white;
	border-radius:6px 6px 5px 5px;
	border: 1px solid #3498db;
	z-index: 1;
}

.msg_head{
	background:#3498db;
}

.msg_head p
{
	width: 180px;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msg_body{
	background:white;
	height:300px;
	font-size:12px;
	padding:15px;
	overflow-x: hidden;
}

.msg_footer
{
    margin: 0 2px;
}

.msg_input{
	width:100%;
	border: 1px solid white;
	border-top:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	resize: none;
	overflow: auto;
	min-height: 50px;
}

.msg_head .close, .msg_head i.glyphicon, #chat_head > span
{
	float:right;
	cursor:pointer;
	font-weight: bolder;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.msg_head .close:hover, .msg_head i.glyphicon:hover, #chat_head > span:hover
{
	color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.msg_head .close{
	margin-left: 5px;
}
.msg_head i.glyphicon{
	top: 4px;
}

.minimize{
	float:right;
	cursor:pointer;
	padding-right:5px;
	
}

.user{
	position:relative;
	padding:5px 20px 5px 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user:hover{
	background:#f8f8f8;
	cursor:pointer;
}
.user:before{
	content:'';
	position:absolute;
	background:#2ecc71;
	height:10px;
	width:10px;
	left:20px;
	top:7.5px;
	border-radius:6px;
}

.group{
	position:relative;
	padding:5px 20px 5px 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.group:hover{
	background:#f8f8f8;
	cursor:pointer;
}
.group:before{
	content:'';
	position:absolute;
	background:transparent;
	height:10px;
	width:10px;
	left:20px;
	top:7.5px;
	border-radius:6px;
}

.badge{
	position: absolute; 
	right: 1px;
	
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #963;
    border-radius: 10px;
}

.msg_a{
	position:relative;
	background:#FDE4CE;
	padding:10px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
	word-wrap: break-word;
}
.msg_a:before{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent #FDE4CE transparent transparent;
	left:-20px;
	top:7px;
}


.msg_b{
	background:#EEF2E7;
	padding:10px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-wrap: break-word;
}
.msg_b:after{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent transparent transparent #EEF2E7;
	right:-20px;
	top:7px;
}
.lectura{

    color: hsla(0, 0%, 51%, 1);
    background: #ebebe4;
    border: 1px solid lightgrey;
}

#divGreenBarPortal
{
    width: 100%;
    height: 26px;
    background: linear-gradient(#8fe89c, #018813);
    position: absolute;
    border-radius: 7px;
}

#divGeneralPortal
{
    width: 100%;
    /*height: 650px;*/
    border: 1px solid #3AC34D;
    min-height: 678px;
    position: relative;
    border-radius: 7px;
}

#divTablaPortal
{
    width: 100%;
    max-height: 545px;
    overflow-y: auto;
    margin-right: 23px;
    margin-left: 23px;
}

@media (min-width: @screen-md-min) {
  .table-responsive {
      min-height: .01%;
      overflow-x: hidden !important;
  }
}

.ui-widget-content{

    z-index:100;
}

/***TABLE L**/
tableL {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.tableL {
  max-width: 100%;
  margin-bottom: 20px;
}
.tableL > thead > tr > th,
.tableL > tbody > tr > th,
.tableL > tfoot > tr > th,
.tableL > thead > tr > td,
.tableL > tbody > tr > td,
.tableL > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.tableL > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tableL > caption + thead > tr:first-child > th,
.tableL > colgroup + thead > tr:first-child > th,
.tableL > thead:first-child > tr:first-child > th,
.tableL > caption + thead > tr:first-child > td,
.tableL > colgroup + thead > tr:first-child > td,
.tableL > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tableL > tbody + tbody {
  border-top: 2px solid #ddd;
}
.tableL .tableL {
  background-color: #fff;
}
/***********/


/*********************new*******************************/
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }
        
    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
       padding-left: 260px;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 80px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 13px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(90deg);
        right: 17px;
    }

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
}

    .page-wrapper .page-content > div {
        padding: 20px 40px;
    }

.page-wrapper .page-content {
    overflow-x: hidden;*/
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

    .chiller-theme .sidebar-wrapper .sidebar-header,
    .chiller-theme .sidebar-wrapper .sidebar-search,
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        border-top: 1px solid #3a3f48;
    }

        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
        .chiller-theme .sidebar-wrapper .sidebar-brand > a,
        .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
        .chiller-theme .sidebar-footer > a {
            color: #818896;
        }

            .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
            .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
            .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
            .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
            .chiller-theme .sidebar-footer > a:hover i {
                color: #b8bfce;
            }

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

    .chiller-theme .sidebar-footer > a:first-child {
        border-left: none;
    }

    .chiller-theme .sidebar-footer > a:last-child {
        border-right: none;
    }
/**********************************************************/
/* Parsley CSS */
.parsley-required {
    color: #B94A48;
}
.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

    .parsley-errors-list.filled {
        opacity: 1;
    }
/*************************new 2*****************************

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

*/


/* --- Estilos para el Botón de Autorizar Gmail --- */

#btnAutorizarGmail {
    display: inline-flex; /* Usar flexbox para alinear contenido */
    align-items: center; /* Centrar verticalmente el ícono y el texto */
    justify-content: center; /* Centrar horizontalmente */

    width: 100%; /* Que ocupe todo el ancho del contenedor */
    margin-top: 10px; /* Espacio para separarlo de "Online" */
    padding: 8px 12px; /* Espaciado interno (alto y ancho) */

    background-color: #4285f4; /* Azul de Google (el que ya tenías) */
    color: #ffffff; /* Texto blanco */

    border: none; /* Quitar borde por defecto */
    border-radius: 5px; /* Esquinas redondeadas */

    font-size: 13px; /* Tamaño de letra */
    font-weight: bold; /* Letra en negrita */

    cursor: pointer; /* Manita al pasar el cursor */
    /* Transición suave para el efecto hover */
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    /* Sombra sutil */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    /* Efecto al pasar el cursor por encima */
    #btnAutorizarGmail:hover {
        background-color: #3367d6; /* Un azul un poco más oscuro */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    /* Estilos para el ícono dentro del botón */
    #btnAutorizarGmail ion-icon {
        font-size: 16px; /* Tamaño del ícono */
        margin-right: 8px; /* Espacio entre el ícono y el texto */
        /* vertical-align ya no es necesario gracias a flexbox */
    }