body {
	background-color: #ffffff;
}

.container-fluid {
	padding-right: 0px; 
	padding-left: 0px; 
}

.row {
     margin-right: 0px; 
     margin-left: 0px; 
}

select.form-control:not([size]):not([multiple]) {
    height: 1.5rem;
}

.firstRow {
	 padding-top:8px;
	 padding-bottom: 3px;
}

.firstRow.h2 {
	color: #494949;
}


.k-event{
	min-height: 1.5em;
}

/*
th.k-slot-cell{
	font-size: 12px;
	font-weight: 400;
}
*/

.event-template, .eventDetail-template {
	height: 100%;
	padding: 3px 3px 0 3px;
}


.event-template img {
        float: left;
        margin: 0 8px;
}
      
.event-template, .eventDetail-template p {
        font-size: 12px;
		margin: 0 0 2px;

}

.event-template p {
		margin: 0 0 2px;
}

.eventDetail-template pre {
    overflow-x: hidden;
	font-size: 12px;
	line-height: 1.4;
}

.eventDetail-template {
	background-color: lightgray;
}

.event-template h3 {
        font-size: 12px;
}

.eventDetail-template h3 {
        padding: 0 5px 5px;
        font-size: 14px;
}

.event-template a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
}

.icon-disabled {
		color: gray;
}

.icon-alerted {
		color: Salmon;
}

.status-bar {
	padding: 0 0 5px 0 ;
}

.status-bar span {
	margin: 0 3px 0 0;
}

#lblCambiarTema {
	font-size: 10px;
    border-width: 1px;
    border-style: solid;
	border-color: #000000;
	width: 72px;
	cursor: pointer;
}

#slctSucursal {
	padding: 0px;
}

