body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

#page{
	width: 80%;
	margin: 0 auto;
}

#header{
	width: 100%;
	height:150px;
	border: 1px solid #000;
	margin-bottom:16px;
}

#menu{
	border: 0px solid #000;
	margin-bottom:10px;
}

#content{
	width: 100%;
	margin-right:16px;
	margin-bottom:16px;
}

#footer{
	width: 100%;
	border: 1px solid #000;
}

#h_top_wrapper {
    width: 100%;
}

#h_top { 
    width: 630px;
    height: 150px;
    margin: 0 auto;
    background: url(../img/SISEPRE.jpg) no-repeat top !important;
    background-size:cover;
}

.login {
	width: 350px;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:50px;
	text-align: center;
}

.cleaner { clear: both }

.footer{
    display: block;
    margin-top: 15px;
    margin-right: 7px;
    font-size: 12px;
    text-align: center;
    color: #888888;
}

.footer a{
    text-decoration: none;
    color: #6ccc3d;
    -webkit-transition:color 400ms ease-in;
    -moz-transition:color 400ms ease-in;
    -o-transition:color 400ms ease-in;
    transition:color 400ms ease-in;  
}

.footer a:hover, header a:focus{
    color: #6ccc3d;
}

.footer a:active{
    color: #01973e;
}

.contador {
	font-size:10px;
	font-style:italic;
	color:#BBBBBB;
}

/**/
.header-center {
	margin-top: -100px;
	color: white;
	text-align: center;
}

p {
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 3px;
}

h1 {
  font-size: 2.8em;
  padding: 10px 0;
  font-weight: 800;
}

h5 
{
	display: block;
	font-size: .93em;
	margin-before: 1.67em;
	margin-after: 1.67em;
	margin-start: 0;
	margin-end: 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8b1e33;
	text-align: center;
}

h2
{
	position: relative;
	width: 90%;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 20px 6px 70px;
	margin: 15px 10px 10px 0px;
	color: #FFFFFF;
	background-color: #696969;
	text-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
}

h2:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}

h2:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -2px;
	top: 0px;
	border-color: transparent #fff transparent transparent;
}
/**/


/*** Mensajes ***/
.ui-messages-info,.ui-message-info {
	color: #008000 !important;
	background-color: #CFE8CF !important;
	white-space: pre-line;
}

.ui-messages-error,.ui-message-error {
	white-space: pre-line;
}

/**** panelGrid ***/
.gridSinBorde td {
    border-style: hidden !important;
}


/**** Dialog***/
.customDialog {
    background: #8b1e33;
}

.ui-dialog.customDialog .ui-dialog-content {
    padding: 0;
    margin: 20px 10px;
}
.ui-dialog-titlebar.ui-widget-header.customDialog {
    background: #8b1e33 !important;
    color: black;
    box-shadow: none;
}

.focalizado {
	background-color: #F08080 !important;
	background-image: none ! important;	
}

.panelGrid-Rojo {
	background-color: #8b1e33 !important;
	background-image: none !important;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}


.panelGrid-label {
	background-color: #BDBDBD !important;
	background-image: none !important;
	text-align: left;
	font-weight: bold;
}

.panelGrid-value {
	background-color: #FFFFFF !important;
	background-image: none !important;
	text-align: left;
	font-weight: bold;
}

.sombreado {
	background-color: #BDBDBD !important;
	background-image: none !important;
}

.disponible {
	background-color: #008000 !important;
	background-image: none !important;
	color: #FFFFFF !important;

}

.ocupado {
	background-color: #8b1e33 !important;
	background-image: none !important;
	color: #FFFFFF !important;
}

.colunma-incidencia {
	text-align: center;
	font-size: 9px;
}

.text-align-center {
	text-align: center;
}

.ui-datatable table {
   table-layout: auto !important;
}

.tablaIncidencias  {
  font-size: 9px !important;
  table-layout: auto !important;

}

.tablaAsistencia  {
  font-size: 10px !important;
  table-layout: auto !important;

}

.tablaAsignacion  {
  font-size: 11px !important;
  table-layout: auto !important;

}

.ui-datatable-scrollable-body {
    height: auto !important;
    max-height: 450px !important;
    overflow-y: auto !important;
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper,.scrolling-div .ui-datatable-tablewrapper{
	 height: auto !important;
     overflow-y: auto !important;
     max-height: 450px !important;
     padding-bottom: 5px;
}


/* @group Blink */
.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */



td.selectionDisabled .ui-chkbox {
	display: none !important;
}


.table-no-select-all .ui-chkbox-all {
     display: none !important;
}

.ui-toggleswitch-slider {
    -webkit-transition: background-color 0.3s, box-shadow 0.2s;
    transition: background-color 0.3s, box-shadow 0.2s;
    background: #cccccc;
}

.ui-toggleswitch-slider:before {
    background-color: #ffffff;
}

.ui-toggleswitch-focus .ui-toggleswitch-slider {
    -moz-box-shadow: 0px 0px 5px #c0c0c0;
    -webkit-box-shadow: 0px 0px 5px #c0c0c0;
    box-shadow: 0px 0px 5px #c0c0c0;
}

.ui-toggleswitch:not(.ui-state-disabled):hover .ui-toggleswitch-slider {
    background-color: #b7b7b7;
}

.ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider {
    background-color: #ff8080;
}

.ui-toggleswitch.ui-toggleswitch-checked:not(.ui-state-disabled):hover .ui-toggleswitch-slider {
    background-color: #8b1e33;
}

.fifteen-percent{
	width: 15%;
}

.thirtyfive-percent{
	widht: 35%;
}

.forty-percent {
     width: 40%;
}

.sixty-percent {
     width: 60%;
}

/*striped4t*/
.striped4t {
          background: linear-gradient(to top left, #b99355 50%, #8b1e33 50%);
}