/*
* It is advised not to edit the smartadmin_production.css
* as this will override any changes you make in the 
* later versions of this theme. 
* 
* We advise that you use use this CSS to override 
* SmartAdmin styles. 
* 
* Rename the stylesheet to whatever your liking so it will stay
* unique to you with each update of SmartAdmin.
*/

/*
* INDEX
* 
* - HTML
* - BODY
* - CUSTOM STYLES
*/

/*Stilos login*/
/*
#main{
	background-image: url("img/background.png") !important;
	background-repeat: repeat-y !important;
	min-height: 90vh;
	
}
*/

 h1,h2,h3,h4,h5{
 	font-family: 'Montserrat',sans-serif;
 }
 p{
 	font-family: 'Montserrat',sans-serif;
 }
 .titulo{
 	text-align: center;
 	color: #F38630;
 	font-weight: bold;
 }
table .idSesion{
	cursor: pointer;
}
.animated div#main{
	height: 100vh !important;
	background: url("img/background.png") no-repeat!important;
	background-size: cover !important; 
}
p.error{

        color: #F38630;
        margin-left: 5px;
        width: 100%;
}

.smart-form footer .btn {
	height: 2em;
	width: 97%;
	background-color: #F38630;
	font-size: 2em;
}
.smart-form footer{
	border: none;
	padding: 0px 10px 15px;
}

.formulario{
	margin-top: auto;
}
.fieldLogin input#email, input#password{
	height: 3em;
	margin: 10px 0 0 5px;
    padding: 0 22px;
}
.imagen-logo{
	margin-top: 50px;
}
.img-logo{
	display: block;
    margin: auto;
}#EEE
.fieldLogin input#email{
	background-color: white;
	color: #F38630;
}
.fieldLogin input#password{
	background-color:white;
	color: #F38630;
}
.fieldLogin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F38630;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}
.fieldLogin input::-moz-placeholder { /* Firefox 19+ */
  color: #F38630;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}
.fieldLogin input :-ms-input-placeholder { /* IE 10+ */
  color: #F38630;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}
.fieldLogin input :-moz-placeholder { /* Firefox 18- */
  color: #F38630;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}

i.fa.fa-arrow-circle-o-right.fa-2x{
  position: relative;
  left: 4vw !important;
}

button#sentLogin b{
	position: relative;
	position: relative;
    bottom: 8px;
    left: 25px;
}

.formLogin{
	background-color: transparent;
	border: none;
	box-shadow: 0 0px 0px #ececec;
}

.fieldLogin{
	background-color: transparent !important;
}

.btnLogin{
   background-color: transparent !important;
}


@media only screen and (max-width: 600px){
	img{
		width:100%;
	}
	.smart-form footer .btn{
		width: 98%;
	}
	i.fa.fa-arrow-circle-o-right.fa-2x {
		left: 10vw !important;
	}
	.img-logo{
		width: 50% !important;
	}
}

/*Iphone 6 plus*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 3) 
{ 
	.smart-form footer .btn{
		width: 95%;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 2600px){
	i.fa.fa-arrow-circle-o-right.fa-2x {	
    	left: 2vw !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px){
	i.fa.fa-arrow-circle-o-right.fa-2x {	
    	left: 6vw !important;
	}
}


@media only screen and (max-width: 800px){
	img{
		width:100%;
	}
	.smart-form .state-error+em{
		width: 97% !important;
	}
	.smart-form footer .btn {
		width:99%;
	}
	em[for="password"] {
    	width: 97% !important;
	}
	em[for="email"]{
		width: 97% !important;
	}
	.img-logo{
		width: 25%;
	}
	.login{
		margin-top: 20vw;
	}
}
@media only screen and (max-width: 970) {
	.smart-form .state-error+em{
		width: 97% !important;
	}
 }
 @media only screen and (max-width: 320) {
	.smart-form .state-error+em{
		width: 93% !important;
	}
 }

.smart-form .state-error+em{

    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #F00000;
    margin-top: 0;
    width:94% !important;
    margin-left: 0.5em;

}

/*Fin de estilo login*/

/* Mensajes flotantes de validación de campos */
small.help-block {
	position: absolute;
	top: -1.5em;
	right: 0.25em;
	color: #EA640F;
	z-index: 2;
	margin-top:20px;
}
small.help-block[data-bv-for="nombre"] {top: -3.5em;}
textarea.form-control + small.help-block {
	margin-top: 2.43em;
	margin-right: 1.1em;
}
.form-group {
	margin-bottom: 0px;
}

.tooltipEmailForm{
	display: none;
}
.tooltipPassForm{
	display: none;
}

/* Botón de cerrar en las advertencias estilo SmartAdmin */
.ui-widget .close {
	font-size: 19.5px;
}

/* Switches sí/no en formularios */
.onoffswitch.formulario {
	display: block;   /* Que salgan bajo su etiqueta de nombre de campo */
	min-height: 2em;  /* Que el campo no-switch siguiente salga donde toque, no debajo de este */
}
.onoffswitch-label.formulario {
	float: left;  /* Que el campo no-switch siguiente al siguiente pueda salir debajo de este */
}
.formulario .onoffswitch-inner::after {
	padding-left: 1.2em;  /* Corrige lo que se estropeaba por poner el float: left anterior */
}

/* Mensajes del plugin Select2, que se crean en el body, deberían ser invisibles */
.select2-hidden-accessible {
	display: none !important; 
	visibility: hidden !important;
}

/* Mensaje de feedback de procesado server-side */
div.dataTables_processing {
	margin-top: 40px;
	padding-top: 0;
}

/* Permitimos que el menú de acciones pueda dibujarse más allá de este div */
.dataTables_wrapper {
	overflow-x: visible;
}

/* Barras de progreso en listados */
.dataTables_wrapper .progress::after {
	content: "";
}
.dataTables_wrapper .progress::before {
	content: attr(data-progressbar-value) " %";
}
.dataTables_wrapper .progress.deducido {
	color: grey;
}
.dataTables_wrapper .progress.deducido .progress-bar {
	background: #afafaf;
}

/* Imágenes de los usuarios en los listados */
img.usuario {
	border-radius: 90%;
	width: 30px;
}

/* Imágenes de los usuarios en los comentarios */
.chat-body li.message img {
	width: 40px;
}

/* Anchura y posicionamiento adecuado para los mensajes de los comentarios y su fecha */
.chat-body li.message .message-text {
	padding-right: 2em;
	width: 95%;
}
.chat-body li.message .message-text .pull-right {
	margin-right: 3em;
}

/* Separación entre los comentarios y el textarea para añadir nuevo comentario */
.chat-body {
	margin-bottom: 5px;
}


/* Mensajes flotantes de validación del comentario (válido para rows="1") */
textarea.form-control.comentario + small.help-block {
	bottom: 3.6em;
	top: initial;
}

/* Calendario */
.fc-day-grid-event .fc-content {
	text-overflow: ellipsis;
}
.fc-time-grid .fc-slats tr td {
    height: 3em;
}


i.form-control-feedback{
	top: 1.8em !important;
	right: 1em !important;
}

#widget-grid-graphs{
	margin-bottom: 2em;
	background: white;
	border: none;
	-webkit-box-shadow: 6px 7px 5px -1px rgba(63,76,107,0.5) ;
	-moz-box-shadow: 6px 7px 5px -1px rgba(63,76,107,0.5);
	box-shadow: 6px 7px 5px -1px rgba(63,76,107,0.5) ;
}
.graph-row .jarviswidget{
	margin-bottom: 0 !important;
}
.jarviswidget>div {
	border: none!important;
}
#widget-grid-graphs{
	margin-bottom: 2em;
}
header.graph-title{
	background:  rgba(63,76,107,1)  !important;
}
header.graph-title h2{
	color: white !important;
	text-align: center !important;
	font-weight: bold !important;
	width: 100%;
}
.buttonChangeGraph {
	z-index: 999;
	position: absolute;
}
ul.legend-labels{
	text-align: center !important;
	height: 4em;
}
table.dataTable thead th{
	background: none;
}
table.dataTable span.glyphicon{
	color: rgba(63,76,107,1) ;
	cursor: pointer;
}

/* Filas pares de las tablas con degradados de color */
table.dataTable tbody tr:nth-child(even), .tableGraph tr:nth-child(even){
	    /* background: white !important; */
    /* border: none !important; */
    /* border-bottom: 1px solid #0ca7c6 !important; */
    /* vertical-align: middle; */
    font-size: 1em; */
	background: rgb(220,230,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,230,240,1) 0%, rgba(240,240,240,1) 50%, rgba(220,230,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,230,240,1)), color-stop(50%,rgba(240,240,240,1)), color-stop(100%,rgba(220,230,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,230,240,1) 0%,rgba(240,240,240,1) 50%,rgba(220,230,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,230,240,1) 0%,rgba(240,240,240,1) 50%,rgba(220,230,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,230,240,1) 0%,rgba(240,240,240,1) 50%,rgba(220,230,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,230,240,1) 0%,rgba(240,240,240,1) 50%,rgba(220,230,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce6f0', endColorstr='#dce6f0',GradientType=0 ); /* IE6-9 */
}

/* Filas seleccionadas de las tablas con un color que destaque */
.table > tbody > tr.active > td {
	background: rgb(163, 224, 255);
}

.daterangepicker td.in-range{
	background: rgb(199,221,237) !important;
}
.daterangepicker td:hover{
	background: rgb(53, 126, 189) !important;
	color: white !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
        z-index: 3000;
}


html, body, #header, .ui-dialog{
	/*background: rgb(199,221,237); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(199,221,237,1) 0%, rgba(212,228,239,1) 50%, rgba(199,221,237,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,221,237,1)), color-stop(50%,rgba(212,228,239,1)), color-stop(100%,rgba(199,221,237,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(199,221,237,1) 0%,rgba(212,228,239,1) 50%,rgba(199,221,237,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(199,221,237,1) 0%,rgba(212,228,239,1) 50%,rgba(199,221,237,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(199,221,237,1) 0%,rgba(212,228,239,1) 50%,rgba(199,221,237,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(199,221,237,1) 0%,rgba(212,228,239,1) 50%,rgba(199,221,237,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7dded', endColorstr='#c7dded',GradientType=0 ); /* IE6-9 */
	background: white;
}
.dataTables_wrapper thead tr, table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .selectAll {

    background-color: white;
}
#shortcut {
	background: #F38630;
}
#shortcut ul li a{
	background: rgba(63,76,107,0.9);
	text-align: center;
	border: 2px solid white !important;
	background: transparent !important;
	margin: 0 !important;
}
#shortcut ul li a span{
	text-align: center;
}
.custom-blue-button{
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 1em;
	padding: 0.5em 1em;
	/*background: rgba(63,76,107,1) ;*/
	background: #F38630;
	margin-top: 2em ;
	margin-bottom: 2em ;
	cursor: pointer;
}
.custom-blue-button:hover{
	color: white;
	text-decoration: none;
	opacity: 0.9;
}
.dt-toolbar{
	padding: 0.2em 0;
}
.dataTables_wrapper .input-group-addon, .dataTables_wrapper .btn-group .btn-default, #header .btn-header a, button.ColVis_Button{
	color:  rgb(63,76,107,1);
	background: #F38630 !important;
	/*background: rgb(210,210,210); /* Old browsers */
	/*background: -moz-linear-gradient(top,  rgba(210,210,210,1) 0%, rgba(240,240,240,1) 50%, rgba(210,210,210,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,1)), color-stop(50%,rgba(240,240,240,1)), color-stop(100%,rgba(210,210,210,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 50%,rgba(210,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 50%,rgba(210,210,210,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 50%,rgba(210,210,210,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(210,210,210,1) 0%,rgba(240,240,240,1) 50%,rgba(210,210,210,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#bebebe',GradientType=0 ); /* IE6-9 */
	
}
.dataTables_wrapper .input-group-addon, .dataTables_wrapper .btn-group .btn-default span, .dataTables_wrapper .btn-group .btn-default, #header .btn-header a, button.ColVis_Button a span, button.ColVis_Button span{
	color:white;
}
.customappend .custom-blue-button{
	width: 100% !important;
	margin: 0 !important;
}
.dataTables_wrapper .paginate_button.active a{
	background: #F38630;
	/*color: rgb(242,146,0);*/
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length label{
	/*color:  rgba(63,76,107,1) !important;*/
	color: #F38630;
}
.custom-orange-button{
	background: #9ed4f6 !important;
}
.custom-clear{
	clear: both;
}
.no-padding{
	padding: 0;
}

.dataTables_wrapper td, .dataTables_wrapper th, .dataTables_wrapper tr, .tableGraph td, .tableGraph tr{
	/*vertical-align: middle !important;
	text-align: center;
	color:  rgba(63,76,107,1) !important;*/
	    background: white;
    border: none !important;
    border-bottom: 1px solid #2daae2 !important;
    vertical-align: middle;
    font-size: 1em;
}
.dataTables_wrapper tr:first-child{

}

#header{

	height: 6em;

}

#header .pull-right{
	margin-top: 0.5em;
}

#logo-group{
	margin-top: -1em;
}
@media only screen and (max-width: 600px){
	#logo-group{
		margin-top: 0;
	}
}
.table .bar-holder {
	padding: 0px;
}
#header .bar-holder{
	overflow: auto;
	padding: 0.5em;
}
#header .progress{
	position: relative;
	background: #3F4C6B;
}

#header .progress-bar{
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	cursor: pointer;
	max-width: 100% !important;
	padding: 0.2em;
}
#header #progress-bar h1{
	text-align: center;
	margin-bottom: 0.2em;
	color: rgba(63,76,107,1);
	font-weight: bold;
}
#header .progress .progress-number{
	position: absolute;
	top: 10%;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	z-index: 9999;
}
#left-panel .login-info, #left-panel .login-info span{
	border: none;
	text-align: right;
}
#left-panel nav{
	z-index: 10000 !important;
}
#left-panel nav ul li:hover{
	
	color: #F38630!important;
}
#top-filter-bar .date-filter input, #top-filter-bar .compare-date-filter input{
	margin-top: 0.5em;
	padding: 0.3em 1em;
	height: auto;
}
#logo-group{
	margin-top: 1.2em!important;
}
#ribbon{
    /* background: rgba(63,76,107,1); */
    background: #ddd;
    overflow: auto;
    width: 100%;
    display: inline-table;
    border-top: 30px solid #313961;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border-bottom: 2px solid #313961;
    min-height: 0;
}
#ribbon .filter-text{
	font-size: 1.2em;
	padding: 1em;
}
#ribbon div label{
	color: #313961;
}
#ribbon div.botonesFiltrado {
	float: right;
    margin: 1em 0.5em 0.6em;
}
#left-panel{
	padding-top: 6.2em;

	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(96,108,136,1)), color-stop(90%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 90%); /* IE10+ */
	background: linear-gradient(to right,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=1 ); /* IE6-9 */
	background: #313961 !important;

}
#content{
	background: transparent;
}
h2.custom-center{
	text-align: center !important;
	border-bottom: none !important;
	font-size: 1.8em !important;
}
.custom-breadcrumb{
	padding-left: 1em;
}
.custom-breadcrumb a{
	/*color: rgba(63,76,107,1) ;*/
	color: #F38630
}
.custom-breadcrumb a:hover{
	/*color: rgba(20,20,20,1) ;*/
	color: black;
}
.custom-breadcrumb a + a i{
	font-size: 0.8em;
	padding: 0 0.3em;
}
.custom-breadcrumb a + a{
	font-size: 0.7em;
}
.custom-widget{
	border: none;
	-webkit-box-shadow: 6px 7px 5px -1px rgba(63,76,107,0.5) ;
	-moz-box-shadow: 6px 7px 5px -1px rgba(63,76,107,0.5);
	box-shadow: 6px 7px 5px -1px rgba(63,76,107,0.5) ;
}
.custom-widget header{
	border:none;
	background: white;/*rgb(250, 245, 233);*/
}
.ui-dialog{
	max-width: 100% !important;
	overflow: visible;
}
.custom-widget .widget-body{
	border: none;
	background: white!important;/*rgb(250, 245, 233) !important;*/
}
.custom-widget header h2{
	/*color: rgb(6, 86, 143);*/
	color: #F38630;
	font-weight: 500;
	width: 95%;
	font-size: 1.5em;
	padding-right: 1em;
	border-bottom: 1px solid #2daae2;
}

.page-footer{
	text-align: center;
	/*background: rgba(63,76,107,1) ;*/
	background: #313961;
	color: white;
}
a.DTT_button{
	background: rgb(242,146,0)!important;
}
.page-footer a{
	color: rgb(210,210,210);
}
.page-footer a:hover{
	text-decoration: underline;
}

/*  leyenda graficas */
 .my-legend{
      margin-left: -3em;
      margin-top: 1.5em;
 }
 .my-legend .legend-scale ul li {
  display: inline-block;
  font-size: 80%;
  list-style: none;
  line-height: 18px;
  vertical-align: text-top;
}
.my-legend ul.legend-labels li span {
  display: inline-block;
  height: 16px;
  width: 20px;
  margin-right: 5px;
  margin-left: 10px;
  border: 1px solid #999;
}

/*speedometer*/
section#widget-grid-speedometers{
	overflow: auto;
}
.envelope {
	background:#0F0F0F;
	position: relative;
	
	box-shadow: inset 0 0 5px 5px #000;
	-webkit-box-shadow: inset 0 0 5px 5px #000;
	-o-box-shadow: inset 0 0 5px 5px #000;
	-moz-box-shadow: inset 0 0 5px 5px #000;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}
.speedNobe{
	position:absolute;
	width:100%;
	z-index:10;	
	transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;	
}
.speedPosition {
	position: absolute;
	color: #FFF;
	text-align: center;
	line-height: 80PX;
	font-family:arial;
	font-size: 30px;
	font-weight:bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #191919;
	box-shadow: 0 0 3px 3px black;
	-webkit-box-shadow: 0 0 3px 3px black;
	-moz-box-shadow: 0 0 3px 3px black;
	-o-box-shadow: 0 0 3px 3px black;
}
.fonts
{
	font-family:arial;
	font-weight:bold;
	width:100%;
	text-align:center;
}

.speedNobe div{
	background: #48a3cb;
	position: absolute;
	height: 100%;
	top: 0;
}
.numb,.nob{
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;	
	position: absolute;
	opacity: 0.5;
}
.nob{
	
	background:#eee;
	box-shadow: 0 0 2px 1px #eee;
	-webkit-box-shadow: 0 0 2px 1px #eee;
	-moz-box-shadow: 0 0 2px 1px #eee;
	-o-box-shadow: 0 0 2px 1px #eee;
}
.numb{
	
	color:#eee;
	text-align: left;
	overflow: hidden;
	opacity: 0.5;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
.nob.bright{
	opacity: 1;
}
.nob.danger{
	background:#3495D1;
	box-shadow: 0 0 2px 1px #3495D1;
	-webkit-box-shadow: 0 0 2px 1px #3495D1;
	-moz-box-shadow: 0 0 2px 1px #3495D1;
	-o-box-shadow: 0 0 2px 1px #3495D1;
}
.numb.bright{
	opacity: 1;
}
.numb.danger{
	color: #3495D1;
}
#gauge {
	position: relative;
  	width: 360px;
  	height: 250px;
  	text-align: center;
}
.widget-grid-speedometers header h1{
	color: rgba(63,76,107,1) ;
	background: none !important;
	border-bottom: 1px solid rgba(63,76,107,1) ;
}
div.speedometers{
	height: 15em;
}
div.speedometer{
	background: none !important;
}
div.speedometer h1{
	text-align: center;
	font-size: 1.5em;
	color: rgba(63,76,107,1) ;
	font-weight: bold;
}
.graficasContenedorDoctores p{
	font-size: 1.1em;
	color: rgba(63,76,107,1);
}
.compare-check p {
	color: white;
	font-size: 1.3em;
	cursor: pointer;
}
.compare-check i{
	margin-right: 5px;
}
div.speedometers h1 + canvas + canvas + h1{
	margin-top: 8em;
}
#gauge h1 {
	color: black!important;
	margin-left: 290px;
	text-decoration: underline;
}
canvas[id^="speedometerBehind-"] {
	position: absolute;
  	z-index: 1;
}
canvas[id^="barChartForm-"]{
	margin-top: 4em;
}
canvas[id^="speedometerFront-"] {
	position: absolute;
  	z-index: 2;
}
div[id^="tableGraph-"]{
	display: none;
}
div[id^="tableGraph-"] table{
	margin-top: 4em;
	overflow: scroll;
	max-height: 70%;
}
.tableGraph table{ 
	font-size: 1.2em !important;
}
#calBorder {
	z-index: 1052!important;
}

.trVerde{

	background: #42a500 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #42a500 0%, #8fc400 18%, #9dc13a 35%, #9dc13a 35%, #9dc13a 62%, #8fc400 69%, #8fc400 69%, #8fc400 77%, #8fc400 77%, #5ca32d 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a500), color-stop(18%,#8fc400), color-stop(35%,#9dc13a), color-stop(35%,#9dc13a), color-stop(62%,#9dc13a), color-stop(69%,#8fc400), color-stop(69%,#8fc400), color-stop(77%,#8fc400), color-stop(77%,#8fc400), color-stop(100%,#5ca32d)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #42a500 0%,#8fc400 18%,#9dc13a 35%,#9dc13a 35%,#9dc13a 62%,#8fc400 69%,#8fc400 69%,#8fc400 77%,#8fc400 77%,#5ca32d 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #42a500 0%,#8fc400 18%,#9dc13a 35%,#9dc13a 35%,#9dc13a 62%,#8fc400 69%,#8fc400 69%,#8fc400 77%,#8fc400 77%,#5ca32d 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #42a500 0%,#8fc400 18%,#9dc13a 35%,#9dc13a 35%,#9dc13a 62%,#8fc400 69%,#8fc400 69%,#8fc400 77%,#8fc400 77%,#5ca32d 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #42a500 0%,#8fc400 18%,#9dc13a 35%,#9dc13a 35%,#9dc13a 62%,#8fc400 69%,#8fc400 69%,#8fc400 77%,#8fc400 77%,#5ca32d 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a500', endColorstr='#5ca32d',GradientType=0 ) !important; /* IE6-9 */

}

.trAmarillo{

	background: #ffaf4b !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ) !important; /* IE6-9 */

}

.trRojo{

	background: #a50000 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #a50000 0%, #cc0000 49%, #af0000 100%, #cc0000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a50000), color-stop(49%,#cc0000), color-stop(100%,#af0000), color-stop(100%,#cc0000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a50000 0%,#cc0000 49%,#af0000 100%,#cc0000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a50000 0%,#cc0000 49%,#af0000 100%,#cc0000 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a50000 0%,#cc0000 49%,#af0000 100%,#cc0000 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #a50000 0%,#cc0000 49%,#af0000 100%,#cc0000 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50000', endColorstr='#cc0000',GradientType=0 ) !important; /* IE6-9 */

}
.trRojo td span{
	color: #C0E2ED !important;
}

.login-info a:hover{
	color:#F38630;
}
.trAmarillo td span, .trVerde td span{
	color: rgb(60,60,60) !important;
}
.ui-dialog .ui-dialog-titlebar {
	
	background: #F38630;
	color: #EEE;
}
.ui-dialog .ui-dialog-titlebar span,.ui-dialog .ui-dialog-titlebar button{
	color: #fff;
	opacity: 1;
}
.ui-dialog .ui-dialog-buttonpane{
	/*background: rgba(63,76,107,1);*/
	background: #F38630;
}
.ui-dialog .ui-dialog-buttonpane button{
	background: transparent;
	color: #EEE;
	font-size: 1.2em;
	font-weight: bold;
}
.bootstrap-select button{
	height: 100% !important;
	margin-left: 0;
	font-size: 14px !important;
	max-width: 100% !important;
}
.ui-dialog fieldset .input-group span.input-group-addon{
	color: rgba(63,76,107,1);
}
.ui-dialog fieldset label.control-label{
	padding: 0.4em 0 0;
	color: rgba(63,76,107,1);
	font-size: 1.1em;
}
.modificarEmpleado, .modificarAgenda, #checkbox-confirmada, .modificarFinanciera, .modificarEmpresa, .modificarCentro, .modificarUsuario, .modificarVisita, .modificarPagoCentro,
.modificarTipoEmpleado, .modificarTipoVisita, .modificarTipoCliente, .modificarEspecialidad, .modificarPais, .modificarProvincia, .modificarPoblacion, td[class^=modificar], .trVisita, .trRojo,
.trAmarillo, .trVerde{
	cursor:pointer !important;
}
#dialog-confirm{
	min-height: 50px;
	max-width:100%;
}
#dialog-confirm  p{
	font-size:1.2em;
	color: rgba(63,76,107,1) !important;
	text-align:justify;
}
#custom-dialog td span, #custom-dialog > p{
	font-size: 1.2em !important;
	color: rgba(63,76,107,1) !important;
	margin: 0.5em 0 !important;
}
#custom-dialog > p + input{
	margin-bottom: 1em;
}
#custom-dialog .control-label i{
	margin-right: 1em;
}
.ui-dialog #tabs .ui-tabs-panel{
	background: rgba(63,76,107,1);
	border: 2px solid rgba(63,76,107,1);
	padding-bottom: 2em;
}
.ui-dialog #tabs{
	background: none;
}
.ui-dialog #tabs ul.ui-tabs-nav{
	border: none;
}
.ui-dialog #tabs ul.ui-tabs-nav > li {
	background: none !important;
	margin: 0 !important;
}
.ui-dialog #tabs .ui-tabs-panel label.control-label{
	color: #EEE !important;
}
.ui-dialog #tabs ul.ui-tabs-nav > li a{
	margin-top: 0 !important;
	box-shadow: none !important;
	background: none !important;
	border-top: 2px solid rgba(63,76,107,1);
	border-left: 0;
	border-right: 2px solid rgba(63,76,107,1);
	border-bottom: 0 !important;
}
.ui-dialog #tabs ul.ui-tabs-nav > li:first-child{
	border-right: 0;
	border-left: 2px solid rgba(63,76,107,1);
}
.ui-dialog #tabs ul.ui-tabs-nav li.ui-tabs-active a, .ui-dialog #tabs ul.ui-tabs-nav > li:hover a{
	box-shadow: none !important;
	background: rgba(63,76,107,1) !important;
	color: #EEE;
	border-top: 2px #EEE;
	border-left: 2px #EEE;
	border-right: 2px #EEE;
	border-bottom: 0 !important;
}

/*
label{
	cursor:pointer !important;
}
*/

.widget-body.noData p{
	color: rgba(63,76,107,1) !important;
	font-size: 1.5em;
	text-align:center;
}
canvas[id^=speedometer]{
	width: 90%;
	margin: auto;
}
.mainGraphWidget{
	background:white;
}
.speedometer-title{
	color: rgba(63,76,107,1) !important;
}

.displayNone{
display: none !important;
}

.modificarFinanciacion *{
	cursor: auto !important;
}

/** ROBERTO'S WASY-LIKE TOOLTIPS **/
 .tooltip > .tooltip-inner{
 	border-radius: 5%;
 	border: 1px solid rgb(115,115,115);
 }
 .tooltip.right{
 	padding: 0.1em 0;
 	margin-top: 5.5em;
 	margin-left: -2em !important;
 }
 .tooltip.bottom{
 	margin-top: 2em;
 	margin-left: 4em;
 	padding: 0.1em 0;
 }
 .tooltip-arrow{
 	display: none;
 	border: none;
 }
 .tooltip table td{
 	text-align: left;
 	background: white !important;
 }
 .tooltip table{
 	width: 100%;
 }
 .tooltip table tbody{
 	background: white !important;
 }
 .tooltip .img-responsive{
 	float: none;
 	display: inline-block;
 	padding: 0.5em;
 }
 .triangulo-equilatero-bottom-left {
 	position: absolute;
 	top: -19px;
 	left: 16px;
	 width: 0;
	 height: 0;
	 border-right: 5px solid transparent;
	 border-top: 18px solid transparent;
	 border-left: 15px solid white;
	 border-bottom: 3px solid white;
}
 .triangulo-equilatero-bottom-left-back {
 	position: absolute;
 	top: -22px;
 	left: 15px;
	 width: 0;
	 height: 0;
	 border-right: 5px solid transparent;
	 border-top: 19px solid transparent;
	 border-left: 16px solid rgb(115,115,115);
	 border-bottom: 4px solid rgb(115,115,115);
}

 .tooltip > .tooltip-arrow, .tooltip > .tooltip-inner{
	background: white !important;
}
.tooltip img + h3{
	width: 75%;
}
.tooltip h3{
	vertical-align: middle;
	display: inline-block;
	margin: 0.3em 0;
	padding: 0 0.5em;
	font-size: 1.3em;
	color: rgb(0,130,203) ;
	font-weight: 600;
}
.tooltip p{
	padding: 0 0.2em;
	color: rgb(115,115,115);
	margin-bottom: 0.3em;
	text-align: left;
}
/** END OF ROBERTO'S WASY-LIKE TOOLTIPS **/


/** ROBERTO'S BOTONES DESPLEGABLES TABLA **/

.customappend > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.customappend{
	position:relative;
}
.customappend .custom-blue-button{
	display: none;
}
.customappend .custom-blue-button:first-child, .customappend:hover .custom-blue-button{
	display: block;
	z-index: 1;  /* Para que los switches no se dibujen sobre los botones */
}

/** END OF ROBERTO'S BOTONES DESPLEGABLES TABLA **/


.limpiar-barra{
	font-size: 1.5em;
	color: white;
	text-align: center;
	cursor: pointer;
}

.artistaFoto{
	width: 10em;
	max-height: 10em;
}

.cancionImagen{
	width: 10em;
	max-height: 10em;
}

.countComents{
	display: hidden;
	position: relative;
    top: -1em;
    left: -1em;
    background-color: #f00;
    border-radius: 50%;
    padding: 0.5em;
    color: #fff;
    
}
#zonaCanciones .btn-group{
	max-width: 700px!important;
}
#zonaCanciones .custom-blue-button {
	margin-top: 0em;
    margin-bottom: 0em;
	}
@media only screen and (max-width: 800px){
	#zonaCanciones .btn-group{
		max-width: 100% !important;
	}

}

#dialogo-Cancion{
	min-height: 17em !important;
}

  .adminShortcut i{
  	display: block;
    margin: auto;
    width: 1em;
    font-size: 4em;
  }
  .adminShortcut a{
  	text-align: center;
  	text-transform: uppercase;
  	font-size: 2em;
  	color: white;
  	font-weight: bold;
  	padding: 1em;
  	background: #F38630;
  	border-radius: 5%;
  	width: 100%;
  	display: block;
  	height: 8em;
  	overflow: hidden;

  }
  .adminShortcut a:hover{
  	background: white !important;
  	color: #F38630 !important;
  }
  .adminShortcut{
  	padding: 1em;
  }

/* Botones para imprimir y exportar */
.btnTablesTemplate > span {
	color: #fff !important;
	padding: 5px;
}
div.DTTT .btn {
	color: white !important;
	padding: 9px 5px;
}
div.DTTT .btn span {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}



td.titulo{
	text-align: justify;
}

td.nombreCancion, td.activo, td.imagenCancion, td.fechaBaja, td.fechaCreacion, td.fechaModificacion, td.nombreComercial, td.foto, td.nombre, td.idUsuario, td.comentario, td.idUsuarioApp, td.idCancionSesion, td.nombreSesion, td.idSesion, td.descripcion, td.apellidos, td.idRol, td.apodo{
	cursor: pointer;
}
/*****Color picker******/
.dropdown-menu{
	z-index: 2000 !important;
}
/*****Modal Incidencias***/
div#dialogo-Incidencia{
	max-height: 500px;
}
/***Tabla incidencias colores estados****/
/*td.idEstado.verde{
	background-color: #3DCC00 !important;
}
td.idEstado.naranja{
	background-color: #EF915C !important;
}
td.idEstado.rojo{
	background-color: #FF0045 !important;*/
}
/*****SliderImagenes****/

div#lightbox{
	top: -10px;
	left: -50px;
}
div#dialog-sliderImagenes {
    height: 490px !important;
    overflow: hidden;
}
.carousel-indicators .active{
	border-color: #F38630 !important;
	background-color: #F38630 !important;
}
.carousel-indicators li {
	border-color: #F38630 !important;
}
span.glyphicon.glyphicon-chevron-left{
	color: #F38630 !important;
}
span.glyphicon.glyphicon-chevron-right{
	color: #F38630 !important;
}
/******Modal Comentarios***/
.nav-pills>li>a{
	display: none;
}
div#dialog-sliderImagenes .ui-dialog .ui-dialog-titlebar{
	display: none;
}

/******Logo*****/
#logo-group img{
  width: 175px;
  bottom: 16px;
}

/******Botones header***/
.dataTables_wrapper .input-group-addon, .dataTables_wrapper .btn-group .btn-default span, .dataTables_wrapper .btn-group .btn-default, #header .btn-header a, button.ColVis_Button a span, button.ColVis_Button span{
	background: #F38630 !important;
}
/****Secciones menu***/
nav ul li a{
	color: white !important;
}
nav ul li a:hover {
	background: white;
	color: #F38630 !important;
}
nav ul li a:active {
	background: white !important;
	color: #F38630 !important;
}
nav ul li a:focus {
	background: white !important;
	color: #F38630 !important;
}


/*****Steps*****/
.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step{
	background-color: #F38630;
}
.bootstrapWizard li.active .title, .bootstrapWizard li.complete .title{
	color: #F38630;
}
.bootstrapWizard li {
	width: 47%;
}
a.step1{
   pointer-events: none;
   cursor: default;
}
a.step2{
   pointer-events: none;
   cursor: default;
}

/*****Selects********/
ul.dropdown-menu a.placeholder{
	color: #fff;
	background-color: #313961; 
}
/*****Multiselect****/
.bootstrap-select.btn-group .dropdown-toggle .caret{
	color: black;
}
button.btn.dropdown-toggle.btn-info{
	background:none;
}
.dropdown-menu>li>a:hover {
   background-color: #F38630;
}
select[multiple].selectpicker {  /* Que mantenga la altura normal mientras se carga */
	height: 32px;
}

/***Ocultar Imagen avatar***/
img.online{
	display: none;
}

/****Cursor pointer en td*****/
.table>tbody>tr>td{
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}
th{
	text-align: center;
}


/****Modal Usuario****/
div#dialogo-Usuario {
    min-height: 400px !important;
}
.filter-option{
	color:black!important;
}
/****Flechas Tablas***/
/*table.dataTable thead .sorting{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right !important;
}
table.dataTabale thead .sorting_asc{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right !important;
}*/
/****Boton recuperar contraseña****/
button#btnRest{
	height: 3em;
    width: 100%;
    background-color: #F38630;
    font-size: 1em;
    font-weight: bold;
}
/***Recuperar pass***/
.forgot{
	margin-top: 50px;
}

/****Modal imagen incidencia****/
#dialog-ImagenIncidencia{
	left: 0;
	width: 100vw;
	height: 100vh;
	top: 0;
}
@media only screen and (max-width: 767px){

	.customappend > div{
		position: relative;
	}
	.dt-toolbar>:first-child {
   		padding-left: 13px !important; 
	}
}

/***Formulario Empresas****/
section#formEmpresas{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    border: solid 1px;
}
a.guardarEmpresa{
	position: relative;
    bottom: 15px;
    left: 15px;
}
/***Modal modeloPrecios***/
#dialogo-ModeloPrecio .bloqueServicios{
	clear: both;
}
#dialogo-ModeloPrecio .bloqueServicios h3{
	color: rgb(155,189,202);
}
#dialogo-ModeloPrecio .bloqueServicios a.servicio.col-lg-8.col-xs-12 {
    background-color:  rgba(150,12,25,0.7);
    color: rgb(255, 255, 255);
    height: 2em;
    padding: 0.25em 0;
    text-align: center;
    font-weight: bold;
}
#dialogo-ModeloPrecio .bloqueServicios a.servicio.col-lg-8.col-xs-12.active {
    background-color: rgb(125,189,202);
}
#dialogo-ModeloPrecio .bloqueServicios i.divisa{
    color: rgb(155,189,202);
    font-size: 1.2em;
    margin: 0.5em;
    font-weight: bold;
    position: relative;
    top: 0.2em;
    cursor: pointer;
}
#dialogo-ModeloPrecio .bloqueServicios input{
    width: 5em;
    padding: 0 0 0 0.5em;
    height: 2em;
}
/***Modal Proveedores***/
#dialogo-Proveedor #preciosgeneralesservicio{
	clear: both;
	margin: 1em 0;
}
#dialogo-Proveedor #preciosgeneralesservicio h3{
	color: rgb(155,189,202);
}
#dialogo-Proveedor #preciosgeneralesservicio a.servicio.col-lg-8.col-xs-12 {
    background-color: rgb(155,189,202);
    color: rgb(255, 255, 255);
    height: 2em;
    padding: 0.25em 0;
    text-align: center;
    font-weight: bold;
}
#dialogo-Proveedor #preciosgeneralesservicio a.servicio.col-lg-8.col-xs-12.active {
    background-color: rgb(125,189,202);
}
#dialogo-Proveedor #preciosgeneralesservicio i.divisa{
    color: rgb(155,189,202);
    font-size: 1.2em;
    margin: 0.5em;
    font-weight: bold;
    position: relative;
    top: 0.2em;
    cursor: pointer;

}
#dialogo-Proveedor #preciosgeneralesservicio input{
    width: 5em;
    padding: 0 0 0 0.5em;
    height: 2em;
}
/***Modal usuarios***/
#dialogo-Usuario i.fa.fa-plus-square.fa-2x {
    position: relative;
    display: inherit;
    bottom: -0.3em;
    margin: 0 0 0 -0.8em;
}

.clearboth {
    clear: both;
}
/***Detalle facturas*/
#detalleFactura .custom-clear {
    min-height: 1em;
}
#detalleFactura .ui-icon{
    width: 2.5em;
}
#detalleFactura .ui-datepicker-next{
    right: 1.5em;
}
#detalleFactura td .fa-2x {
    margin: 0 .3em;
}

/***Modal lineasFactura***/
#dialogo-LineaFactura i.fa.fa-plus-square.fa-2x {
    position: relative;
    display: inherit;
    bottom: -0.3em;
    margin: 0 0 0 -0.8em;
}

.daterangepicker td.disabled, .daterangepicker option.disabled{
	background: red !important;
	color: white !important;
	text-decoration: none !important;
	border-radius: 0 !important;
	border: 1px solid white !important;
}
.fc .fc-button-group>* {
    text-transform: capitalize;
}

.firstDarkTR{
	background: #313961 !important;
	color: white !important;
	cursor: auto !important;
	font-weight: bold !important;
	font-size: 1.3em !important;
}
.secondDarkTR{
	background: #313961 !important;
	color: white !important;
	cursor: auto !important;
	font-weight: bold !important;
	font-size: 1.1em !important;
}
.secondLightTR{
	background: white !important;
	border: 2px solid inset #F38630 !important;
	text-transform: uppercase !important;
	color: #F38630 !important;
	cursor: auto !important;
	font-weight: bold !important;
}
.table-custom-title{
	color: #F38630 !important;
	font-size: 1.5em !important;
}
.table-custom-title + .custom-description{
	padding: 0.2em;
    font-size: 1.1em;
}
#sparks li{
    font-size: 1.1em;
    border-left: none !important;
}
#sparks li b{
	color: #F38630 !important;
}
.custom-clear-left{
	clear: left;
}
.ui-dialog .widget-body {
    padding: 0 !important;
}
.ui-dialog .custom-widget header {
    display: none;
}
.ui-dialog .custom-widget {
    box-shadow: none !important;
}
.scrollingX{
	overflow-x: scroll;
}
.scrollingX::-webkit-scrollbar{width:9px;height:9px;}
.scrollingX::-webkit-scrollbar-button:start:decrement,.scrollingX::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
.scrollingX::-webkit-scrollbar-track-piece{background-color:#FAFAFA;-webkit-border-radius:0;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;}
.scrollingX::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#999;-webkit-border-radius:8px;}
.scrollingX::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#999;-webkit-border-radius:8px;}

.scrollingX table tr td{
	min-width: 8em;
}

#months-tab{
	margin: 2em 0;
	padding-right: 0;
}
#months-tab a{
	font-size: 1.2em;
	cursor: pointer;
    background: rgba(0,0,0,0.2);
    padding: 0.5em 0;
    text-align: center;
    color: white;
    border-radius: 0;
    border: 1px solid white;
}
#months-tab a:hover, #months-tab a.active{
	background: rgba(0,0,0,0.5);
}

/**Clients Accounting**/
#clientsAccounting .textoDerecha {
    text-align: right !important;
}
#clientsAccounting .textoIzquierda {
    text-align: left !important;
}
#clientsAccounting .secondLightTR td:first-child{
	text-align: left;
}
#clientsAccounting .totalVariableCostsTR{
    background: #F38630;
    color: #fff;
    font-weight: bold;
}
#clientsAccounting .totalGrossProfitTR{
    background: #F38630;
    color: #fff;
    font-weight: bold;
}
#clientsAccounting tr.separadorTR {
    height: 4em;
    background: #fff;
}
#clientsAccounting tr.separadorTD {
    background: #fff;
}
#clientsAccounting tr.cabeceraApartamentoTR{
    text-align: center;
    background: #313961 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;	
}

/**IVAN**/
#ivan td.separador {
    height: 2.5em;
    background: #fff;
}
#ivan  tr.totalTR{
    background: #F38630;
    color: #fff;
    font-weight: bold;
}

/**incomeStatement**/
#incomeStatement td.separador {
    height: 2.5em;
    background: #fff;
}
#incomeStatement tr.totalTR{
    background: #F38630;
    color: #fff;
    font-weight: bold;
}
#incomeStatement td.incomeStatementSubtitulo{
    background: #c2d9de;
    font-weight: bold;
}

/**Modal apartamento**/
#dialogo-Apartamento #pdf{
    float: left;
    display: none;
}
#dialogo-Apartamento .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

/**Separador modales**/
#dialogo-Reserva .separador{
	height: 2.9em;
}


.custom-blue-button.disabled{
    background: #6b869d;
}
#sentLogin{
	background-color: #F38630;
}
#extr-page{
	background: url(/back/img/fondo.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#olvido{
	color: #F38630;
}
#login-form > header{
	color: #F38630;
    font-weight: bold
}
#recordada{
	color: #F38630;
}

@media (max-width: 767px){
	div.filtro-usuario{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div.filtro-feria{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div.filtro-categoria{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div.filtro-rango-fechas{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media (max-width: 979px){
	#hide-menu i{
		color: white;
	}
}
.ui-dialog #widget-grid .custom-widget .col-xs-12.col-sm-12.col-md-6.col-lg-6{
	width: 100% !important;
}
.header-dropdown-list{
	display: none;
}
#ribbon div button.filter-action, #ribbon div button.filter-erase, #ribbon div button.filter-toggle, #ribbon button.filter-addGrupoBusqueda, #ribbon button.filter-removeGrupoBusqueda{

	width: 100%;
    background: #313961;
    border: none;
    color: white;
    padding: 0.2em 0.4em;
    font-size: 1.4em;
}
#ribbon button.filter-addGrupoBusqueda{
	/*width: auto;*/
}

.dt-toolbar > div {
    height: 2.8em;
}

#tablasFacturasAlbaranes{
	margin-bottom: 6em;
}

.panel-button-clasificador{
	float:right;
}

h3.tituloDetalle{
	color:#F38630;
	margin-left: 0.6em;
}
h3.tituloDetallePagos{
	padding-top: 1.5em;
	color:#F38630;
	margin-left: 0.6em;
}
h4.subtituloDetalle{
	color:#F38630;
	margin-top:1em;
	margin-bottom:1em;
}
.formPagosObras{
	padding-right: 0;
	padding-left: 0;
	margin-top: 5em;
}

fieldset#detalleCobrosPagosObras{
	margin-top: 4em;
}

.btnCancelarFormulario{
	margin-bottom:0em!important;
	background-color:#313961;
}
.btnDetalleAnyadir{
	margin-bottom:2em!important;
}
.btnDetalleEliminar{
	margin-bottom:2em!important;
	background-color:#313961;
}

.botonesDetalleFacturas{
	margin-top:2em;
}

.botonesDetalleClientes{
	margin-top:2em;
}
.botonesDetalleAlbaranes{
	margin-top:2em;
}
.botonesDetalleProductos{
	margin-top:2em;
}

.botonesDetalleObras{
	margin-top:2em;
}
.botonesDeatalleProveedores{
	margin-top:2em;
}
.botonesDetalleReclamaciones{
	margin-top:2em;
}
.botonesDetalleUsuarios{
	margin-top:2em;
}

/*Botones Detalles*/
.botonesDetalle{
	
	margin-bottom:0.5em!important; 
	margin-top: 0.5em !important;
}

/*FIN Botones Detalle*/
  
/* Detalle Solicitud */
	#detalleSolicitud .detalleMenuLateral{
		margin-top: 5em;
	} 
	#detalleSolicitud .detalleMenuLateral{
		margin-bottom: 0; 
		margin-top: 0;
	}
	#detalleSolicitud #datosClienteSolicitud > h3{
		color:#F38630;
		margin-left: 0.6em;
	}
	#detalleSolicitud #datosClienteSolicitud #formularioClienteSolicitud .custom-blue-button{
		margin-top: 3.2em;
	}


/* FIN Detalle Solicitud */  

/*Estilos listado Alertas*/

.detalleFila{
	text-align: center;
}

p.tituloColumna{
	font-weight: bold;
    text-align: center;
	color: #313961;
	font-size: 1.1em;
}
.billYearBlock{
	margin-top: 1.2em;
	border-bottom: 1px solid #313961;;
}
.billYearBlock h3{
	color: white;
    font-family: sans-serif;
    font-size: 2em;
    padding: 0.4em 0.3em 0.4em 1em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    background: #313961;
}
.billYearBlock h4{    
	text-transform: uppercase;
    cursor: pointer;
    color: #313961;
    background: white;
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px solid #313961;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    border-top: 1px solid #313961;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.billYearBlock h4 .fa{
	color: #313961;
    margin: 0 1em 0 1em;
}
.billYearBlock h4 span + span{
	text-align: right;
	font-weight: 400;
	font-size: 0.9em;
	color: black;
}
#content{
	overflow-y: auto;
	clear: both;
}
.billLineBlock{
	display: none;
	background: white;
	padding: 2em 0 1em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.billLineBlock:last-child{
	border-bottom: none;
}
.titulo-historial{
	font-weight: 400;
	color: white;
}
.billLineBlock .dateAndPrice{
	font-size: 1.2em;
}
.billLineBlock + .billLineBlock{
    border-top: 1px solid #313961;
}
.billLineBlock > i{
	font-size: 2.5em;
    text-align: center;
    color: #929292;
    margin-top: 0em;
}
.billLineBlock .dateAndPrice span + span{
	text-align: right;
	font-size: 1.2em;    
	padding-right: 0.3em;
}
.billLineBlock .orderType{
	margin-top: -0.8em;
    font-size: 1.2em;
}
.billLineBlock .wi-bandeja-in{
	float: right;
    text-align: center;
    font-size: 1.5em;
    color: #F7B54B;
}

/*FIN estilos de listado Alertas*/

.dataTables_wrapper {
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
}

.colorTablaCaja{
	border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 1em;
}

/* Estropea los desplegables de selección múltiple*/
.formulario-barra{
    padding: 1em 0;
}
.filter-text > div{
	font-size: 0.9em;
}
/**/
#dialogoEmbebidoBotones{
	clear: both;
}
.letraVerde{
	color: green;
}
.letraRoja{
	color: red;
}
@media only screen and (max-width: 1200px){
	.customappend{
		float: right;
	}
}
@media only screen and (min-width: 768px) and (max-width: 900px){
	#shortcut ul li {
		width: 15%;
	}
}
@media only screen and (max-width: 900px){
	.botonPersonalizado.custom-blue-button{
		border: 5px solid white;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1200px){
	.billYearBlock h4{
		padding: 1em 0 2em;
	}
}
@media only screen and (max-width: 1200px){
	.botonPersonalizado.custom-blue-button{
		border: 5px solid white;
		margin-top: 0;
	}
	.tablaDetalleUsuario, .formularioDetalleAlbaranes, .tablaClientes, .tablaObras,.tablaObras, .tablaProductos,.tablaProveedor, .tablaReclamaciones,.tablaSolicitudes,.tablaDetalleUsuario
	{
		clear: both;
		overflow-y: auto;
	}
	
}
@media only screen and (max-width: 767px){
	.ui-dialog{
		width: 100% !important;
		left: 0 !important;
	}
}
.iconpicker-popover .popover-title {
	display: none !important;
}
.iconpicker .iconpicker-item{
	margin: 3px !important;
}
.file-drop-zone-title{
	font-size: 1.5em !important;
    padding: 45px 5px !important;
}

.contenerTiposAlertaUsuario h4{
	color: rgb(96,108,136);
    font-weight: bold;
    margin: 1em 0;
}
.contenerTiposAlertaUsuario > .contenedor{
	cursor: pointer;
	padding: 0.2em;
	border-bottom: 1px #CCC solid;
	font-size: 1.1em;
}
.contenerTiposAlertaUsuario > .contenedor >.tipoAlertaUsuario{
    padding-top: 0.4em;
}

#dialogo-Obra [data-desplegable='1'] {
    cursor: context-menu !important;
}
#dialogo-ListadoPagosObras .dt-toolbar div:nth-child(3) {
    display: none;
}
#dialogo-ListadoPagosObras .dt-toolbar div:nth-child(4) {
    float: right; 
}

div#dialogo-Contacto .fa {
    display: block;
    color:  #313961;
}
.tablaProveedores td pre{
	background-color: #fff;
    border: none;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
}
.displayBlock{
	display:  block;
}
/*Comentado ya que las observaciones no se muestran bien*/
div.ui-dialog-content{
	display: table !important;
}


table#tablaListadoFacturas {
   float: right;
}
table#tablaListadoFacturas td {
    text-align: center;
}
table#tablaListadoFacturas td.irDetalleFactura:hover, table#tablaListadoFacturas td.descargarFactura:hover {
    cursor: pointer;
}
table#tablaListadoFacturas ~ #nuevaFactura {
   float: right;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option { 
    max-width: 300px; /*Evita que se creen cajas con muchos valores que salgan de la pantalla*/
}
/*Listado facturas, tabla con los totales*/
	.totalesFacturacion {
	    float: right;
	    display: block;
	    margin-right: 2em;
	    margin-bottom: 2em;
	}
	.totalesFacturacion h3, .totalesFacturacion th{
	    color: rgba(243, 134, 45, 1);
	}
	.totalesFacturacion  th{
	    padding-right: 1em;
	}
	.totalesFacturacion td {
	    padding-right: 2em;
	}
/**/
/*Detalle Facturas recibidas*/
	#dialogo-Factura #vencimientos .input-group, #dialogo-Factura #importes .input-group{
		float: left;		
    	margin: 0.1em 1em;
	}
	#dialogo-Factura .lineaFacturaTitulo {
	    background-color: #313961;
	    color: #fff;
	    text-align: center;
	    padding: 0.3em;
	}
	#dialogo-Factura #importes span.lineaFacturaTotal {
	    float: right;
	    margin: 0 1em;
	    font-weight: bold;
	}
	#dialogo-Factura #importes span.lineaFacturaTituloBoton {
	    background-color: #fff;
	    color: #313961;
	}
/**/
.formulario-barra span.tituloFiltro {
    text-align: center;
    background-color: #313961;
    color: #fff;
    font-size: large;
    font-weight: bold;
    margin: 0.2em 0 0 0;
}

#informe td {
    text-align: center;
}

/*Evitar que se compacte la modal*/
#dialogo-ListadoPagosObras {
    width: 100% !important;
}

#fichadas th{
    background: #F38630;
    color: #EEE;
}

#dialogo-Observacion{
	width: 100% !important;
}