h1, .office2010blueKGR *, 
.office2010blueKGR input, 
.office2010blueKGR select, 
.office2010blueKGR textarea, 
.breadcrumb, .cont_menu, a.navbar-brand,
.btn-primary, a.btn, .btn, ol.breadcrumb a {
    /*font-family: 'Montserrat', san serif !important;*/
	/*text-transform: capitalize;*/
}

fieldset{    
    border: 1px solid silver !important;
}

/*GENERALES*/
* {
    outline: none;

}
.navbar { border:none;}
.navbar-brand {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  color: #fff !important;
  text-transform: uppercase;
}
header {
    height: 110px;
    background: var(--header-bg-color);
    /*background-image: url(../images/interna.jpg);*/
    color: #fff;
    background: rgb(0, 29, 132);
}
 h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-family:'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: var(--h1-color);
}
 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family:'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #5a6932;
}


section.section-internas .container {
    min-height: 69.5vh;
}
.text-muted {
    color: #ccc;
}
.col-md-3.menu_bg {
    background: #133475;
    /*position: absolute;
    top: 0;
    bottom: 0;*/
}
.section-internas .col-md-9 {
   /* margin-left: 25%;*/
}
.panel-body {
    /* width:  90%; */
    /* margin:  0 auto; */
    /* background-color: #eff3f6 !important; */
}

.col-md-10 {
    padding: 38px;
}
/*INICIO ========================================*/
section#inicio {
    /*background: #73CEE3;
     background-size: cover; 
    position: absolute;*/
    margin: 10% 0;
    width: 100%;
    margin:  0 auto;
    padding: 12%;
    /* max-width: 1200px; */
    /* min-height: 600px; */
    background-image: url(../images/img-inicio-ipad.jpg) !important;
        background-size: cover;
}
#inicio .logo {
    position: initial;
    margin: 0 auto;
    text-align: center;
}
body {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    height: auto !important;
    margin: 0px auto -194px;
}
html, body {
	height: 100%;
}
#push {
	height: 190px;
}
.logo {
    margin-top: 3%;
    position: absolute;
    width: 25%;
}
.login-form {
    /* margin-top: 20%; */
    /* margin-bottom: 25%; */
    max-width: 500px;
    margin: 0 auto;
}
.img-login {
    text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}
.breadcrumb {
    background-color: #eff3f6;
}
section#inicio .logo {
background: rgba(255, 255, 255, 0.7607843137254902) !important;
    padding: 50px !important;
    width: 72% !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
    height: 195px;
}

a.btn, .btn:hover {
    background-color: #868589;
}
label.col-md-3 {
    padding: 0 !important;
    margin:  0 auto;
}
.login-form .col-md-12 a {
    font-weight: 600;
}
.login-form .col-md-12 {
    text-align: center;
}
section#inicio .logo img {
    width: 100% !important;
    margin: -8px auto;
}

/*enlaces =====================================*/
a {
    color: #444444;}
a:focus, a:hover {
    color: #11a9a1;
}
ol.breadcrumb a {
    color: #133475;
}
ol.breadcrumb li.active {
    color: #0228a7;
    font-weight: 600;
    font-size: 16px;
}
a.btn:hover, .btn:hover, .office2010blueKGR .kgrRefresh:hover, span.kgrInsert:hover {
    background: #cccccc !important;
}
.btn-primary.focus, .btn-primary:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
/* FIN DE enlaces ===============================*/	
.user.text-right.cursorPointer {
    background: var(--usertext-bg-color);
    padding: 10px 5px;
    line-height: 15px;
    text-align: center;
}
span.glyphicon.glyphicon-user {
    margin-right: 15px;
}
span.caret {
    margin-right: 10px;
}
input {
    height: 34px;
    padding: 6px 12px;
    /*background: #cccccc;
    border: 1px solid #fff;*/
}
label.col-md-3 {
    /* margin: 17px 0; */
    vertical-align: middle;
	color:#838485;
	text-align:right;
	text-transform: uppercase;
}
/*BOTONES*/
button.btn.btn-lg.btn-primary.btn-block {
    margin: 0 auto;
    max-width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #838485;
    border-color: transparent;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cccccc;
    border-color: transparent;
    border-radius: 0;
}
a.btn, .btn {
     background-color: #001d84 ; 
    /*background: rgba(213,156,109,1);
    background: -moz-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213,156,109,1)), color-stop(62%, rgba(162,108,67,1)), color-stop(100%, rgba(131,79,42,1)));
    background: -webkit-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: -o-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: linear-gradient(to right, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d59c6d', endColorstr='#834f2a', GradientType=1 );*/
    border: none;
    padding: 8px 20px;
}
.btn-delete{
    background-color: red !important;
}
.btn-delete:hover{
    background-color: orange !important;
}
/*fin de botones*/
/*formularios */
input, textarea {
    margin-bottom: .5em;
    border-radius: 0 !important;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
form[role=login] img {
    display: block;
    margin: 10% auto;
    /* margin-bottom: 20px; */
}
.login-form .form-group {
    margin-bottom: 15px;
    background: #eeeeeec7;
    padding:  0;
}
input#usr_pass, input#usr_email {
    background: rgba(255, 255, 255, 0.03) !important;
    border: none;
    margin: 0;
}
.cont_error{
    margin: 15px 0;
}
.cont_error>.alert{
    text-align: center;
}
.cont_main{
    background: #FFF;
}
.panel-default>.panel-heading{
    background-color: #FFF;
}
.panel-body{
    /* min-height: 600px; */
}
section.section-internas {
    background: #eff3f6;
}
.colmenu {
    padding: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-size: 15px;
    font-family:'Lato', Helvetica, Arial, Lucida, sans-serif;
}
.cont_menu {
    background: #001d84 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #FFF;
    background: #1B79B9;
}
.nav>li:hover, .nav>li.active {
    background: var(--navbarli-hover);
}
.user{
    line-height: 50px;
}
.footer_site{
    font-size: 80%;
    position:  relative;
}
/*ICONOS*/
img.icon-obras {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-top: 11px;
    padding: 7px;
    /* background: #00246a; */
    /* border: 10px solid #f4f4f4; */
    /* border-radius: 50%; */
    /* transition: .5s; */
    /* box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.5); */
}
.cont_iconos a p {
    width: 100px;
    height: 100px;
    background: var(--conticon-bg-color);
    border: 5px solid var(--conticon-border-color);
    border-radius: 50%;
    transition: .5s;
    box-shadow: 0px 0px 5px rgb(204, 204, 204);
    text-align: center;
    margin: 10px auto;
}
.cont_iconos a p:hover {
    background: var(--conticon-bg-color-hover);
}
.cont_iconos{
    /* margin: 30px 0; */
}
.logo img{
    width: 55%;
    padding:  0;
    margin:  0 auto;
    margin-top: -10px;
}
.new_line{
    display: block;
    margin: 15px 0;
}
.icon_btn{
    padding: 5px;
    margin-left: -20px;
}
.cont_proycrear label{
    font-size: 13px;
}

.fancybox-inner{
    /*overflow: hidden !important;*/
    overflow: hidden !important;
    overflow-y: auto !important;
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

 .msg_response{
    padding: 15px;
    font-weight: bold;
    color: #84878A;
    font-size: 18px;
 }
 .kgrLinkAddProv{
	 	font-size: 10px;
    display: inline-block;
    height: 18px;
		margin-left: 1px;
    margin-right: 1px;		
 }

/*Estilos para el grid bootstrap*/
section.section-internas>.panel-body>.container-fluid {
    background: #fff;
    position: relative;
}
div#fechaInicio_datepicker, div#fechaFin_datepicker {
    top: 0px !important;
    left: 160px !important;
}
.datable_bootstrap .table{
    margin-bottom: 10px;
    font-size: 12px;
}
.datable_bootstrap .dataTables_paginate{
    margin-top: -15px;
    /*text-align: right;*/
}
.datable_bootstrap table thead{
    background: #009abf;
    color:  #fff;
}
.datable_bootstrap .table-striped{
    background: #fbfbfb;
}
.datable_bootstrap .dataTables_info{
    font-size: 11px;
}

.dataTables_processing {
        position: relative;
        top: -50%;
        left: 0%;
        width: 100%;
        height: 30px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;

        text-align: center;
        font-size: 1.2em;

        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba($table-row-background, 0)), color-stop(25%,rgba($table-row-background, 0.9)), color-stop(75%,rgba($table-row-background, 0.9)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:    -moz-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:     -ms-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:      -o-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:         linear-gradient(to right, rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
    }

 .loaderG {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left:250px;
  margin-top:250px;
}   

.glyphicon-trash{
    cursor: pointer;
}

input[type="file"]{
    width:340px;
}
.prodConsumido{
    background:#da8133;
    color:#FFF
}

.fieldHidden{
    display: none !important;
}
select option[disabled] {
    color: #ccc;
}
.error{
    font-size: 10px !important;
}
.form-error {
  color: #D8000C;
  font-size: 10px !important;
}


.tituloTblHM{
    font-size: 15px !important;
    font-weight: bold;
}
.pesos{
    position: relative !important;
}
.pesos::before {
    content: '$ ';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 10px;
}
.ptcFactor{
	margin-left: -20px;
  font-size: 18px;
}
/*estilos menu*/
ul.nav.navbar-nav img {
    float: left;
    margin-right: 13px;
    max-width: 25px;
}
.navbar-header {
	background: #001d84;
	background-size: cover;
	color: #fff !important;
	font-weight: 800;
	letter-spacing: 1px;
}
	h1.titulo {
    padding-bottom: .5em;
    border-bottom: 1.5px solid var(--h1-color);
    font-weight: bold;
    margin: 15px 1px;
    /* width: 103% !important; */
 }

	#map {
		height: 300px;
	}

.inpDisabledConc{
    width:60px;
    border-radius:5px;
    padding:8px;
}
#msgNoModFechas{
    font-size: 10px;
    font-weight: bold;
}
.inpConcP{
	width: 80px !important;
}
.defaultKCD .kcdDay a{
	font-size: small;
}
#contsGrid .defaultKCD .kcdDay a{
	font-size: 11px;
}
.tblContEstimacion{
   font-size: 11px;
}
.content_block{
    display: block;
}
.content_block div{
    display: inline-block;
    width: 48%;
}
.font_small{
    font-size: 10px;
}
.font_medium{
    font-size: 14px;
}
.alt_minima{
    min-height: 60px;
}
.iconoCalendario{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	background: transparent url(../images/icon_calendar.png) no-repeat scroll 0 0;
	cursor: pointer;
	margin-right: 2px;
}

.colmenu.col-md-2.menu_bg {
    background: #001d84;
    height: 100% !important;
}

/*quitar btns flechas e input type number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}




/*css para fancys*/
#fancy_AbonarPago, #fancy_Abonar, #fancyEliminarAbono{
    display:none;
    width:560px;
   padding: 10px;
    border: #ccc solid thin;
    margin: 0 auto;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
}
/*Tamanio de letra para el boton desactivar usuario*/
.btnDesactivarUsuario{
    font-size: 10px;   
}
/*ancho para los iconos que se usan en grids*/
.iconoDesactivar{
    width: 20px;
}
/*Generar un div con scroll para las imagenes de garantias*/
#scrolly{
    width: 600px !important;
    height: 150px !important;
    overflow: auto !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
    white-space: nowrap !important;
}
/*Clase para las imagenes que se muestran en garantias*/
.img2{   
    width: auto;
    height: 140px !important;
    margin: 20px 10px !important;
    display: inline !important;
}
/*Elemento oculto*/
.oculto{
    display: none !important;
}

.oculto2{
    display: none;
}
/*Estilo para las tablas responsivas*/
.containerTable {
    border: 1px solid #3697f6;
    width: 99%; 
    display:table
}
.rowDivHeader {
    border: 1px solid #668db6;
    background-color: #0081A6;
    color: #fff;
    font-weight: bold; 
    display:table-row;
}
.rowDiv {
    border: 1px solid #668db6;
    background-color: #fff;
    display:table-row;
    color: #818386;
}
.cellDivHeader {
    border-right: 1px solid white;
    display: table-cell;
    width:12%;
    padding: 1px;
    text-align: center; 
}
.cellDiv {
    border-right: 1px solid #e3e3e3;
    display: table-cell;
    width:10%;
    padding-right: 4px;
    text-align: center;
    /*border-bottom: none;*/
    border-bottom: 1px solid #f1f1f1;
}
/*Fin estilo tablas responsivas*/
/*Ajustar tooltip de bootstrap*/
.tooltip {
    position: fixed;
}
/*Ajustar tama?o del tooltip de bootstrap*/
.tooltip-inner {
    max-width: 100%;
    /* If max-width does not work, try using width instead */
    width: 400px; 
}
/*alinear texto a la derecha*/
.inputRight{
    text-align:right;
}
/*Se usa para que cambie el cursor*/
.cursorPointer{
    cursor: pointer;
}
/*clase para que un badge se muestre con fondo azul, tipo info*/
.badge-info {
background-color: #269abc;
}
/*Color blanco para los enlaces que se encuentren dentro de un badge */
.badge-info a{
    color: white;
}
/*Cuerpo del panel de un acordeon, altura 100%, la altura minima se baja de 600 a 100px*/
.panel-body {
    /*height: 100%;*/
    /* min-height: 100px !important; */
    padding-top: 0;
    background: #eff3f6;
    padding-bottom: 0;
    max-width: 1200px !important;
    padding: 0 !important;
    margin:  0 auto;
}
.panel-heading {
    display: none;
}
.panel-footer {
    background-color: var(--footer-bg-color);
    border: none;
    padding: 24px;
    font-size: 12px;
    border: none;
    color: #fff !important;
}
/*Css para boton de carga de imagenes*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*CSS para file upload drag and drop*/
.demo-droppable {
    background: #5AC2F9;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    width: 500px;
    margin: 0, auto;
    cursor: pointer;
    border-style: dotted;
  }
  .demo-droppable.dragover {
    background: #868589;
  }
/*Menu de perfil usuario*/
  .dropdown-menu{
    background-color: #fff;
    top: 144%;
    border-radius: 0;
    left: -6px;
  }
  .dropdown-menu>li>a{
    color: #000146 !important;
  }
/*Clases error y valid para validator*/
 input{border: 1px solid #ccc;margin-bottom:.5em;}
 input.error, select.error, textarea.error{border:1px solid red;}
 label.error{background:url('../images/error.gif') no-repeat;padding-left:16px;margin-left:.3em;}
 label.valid{background:url('../images/valid.gif') no-repeat;display:block;width:16px;height:16px;}
/*Clases para cambiar contrase?as*/
 .password .glyphicon,#password2 .glyphicon {
    display:none;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor:pointer;
    z-index: 10;
}
input.password {
    -webkit-text-security: disc;
    font-family: 'text-security-disc';
}
.white{
    color: white;
}
.imagenperfil{
    max-height: 250px;
}
/*TABLAS =====================================================*/
.cont_grid, div#aclaracionesGrid, div#garantiasGrid, div#garantiasGrid_updatepanel, div#comunicadosGrid, div#comunicadosGrid_updatepanel, div#momentosGrid, div#momentosGrid_updatepanel, div#sugerenciasGrid, div#MensajesGrid, div#MensajesGrid_updatepanel {
    width: 100% !important;
}
div#contsGrid {
    width: 100%;
    text-align: center;
}
div#sugerenciasGrid_updatepanel {
    width: 100%;
}
.alert-info {
    margin-top: 1em;
}
a.btn.btn-primary {
    margin-left: 15px;
}
.office2010blueKGR .kgrHeader {
	background: #001d84 !important;
	border: none!important;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
 .office2010blueKGR .kgrPager {
	background: none !important;
}
table.kgrTable, div#comunicadosGrid_mt, .office2010blueKGR .kgrTableView{
    border: none !important;
}
.office2010blueKGR .kgrAltRow { 
background:none !important;
}
.office2010blueKGR .kgrCell {
    border: none !important;
    border-bottom: 1px solid #ececec !important;
    text-align: left;
}
a.btn.btn-primary.btnEnviarMensaje {
    margin: 15px 0;
}

input#fechaAl, input#fechaDel {
    background: none;
    border: none;
    padding: 0 15px;
    color: #133475;
    font-weight: bold;
}
.office2010blueKGR .kgrPager .kgrInfo {
	    color: #d2d2d2;
	}
.office2010blueKGR .kgrSortHeaderText, .office2010blueDummyHeader .kgrSortHeaderText, .office2010blueKGR .kgrHeader .kgrIn, .office2010blueDummyHeader .kgrIn {
    color: #fff !important; }
.office2010blueKGR .kgrLinkEdit {
    background-position: 0px -1697px !important;
}
.kgrIn a {
    display: inline-block;
    vertical-align: middle;
}
.office2010blueKGR .kgrPager a.kgrNumSelected span, .office2010blueKGR .kgrPager a.kgrNumSelected:hover span, .office2010blueKGR .kgrPager a.kgrNumSelected, .office2010blueKGR .kgrPager a.kgrNumSelected:hover { background:none !important;}
.office2010blueKGR .kgrFunctionPanel {
    background: none !important;
}
.office2010blueKGR .kgrRefresh a, .office2010blueKGR .kgrInsert a {
    color: #fff !important;
}
.office2010blueKGR .kgrRefresh , span.kgrInsert{
    float: none;
    background: #f3912c;
    padding: 12px;
    margin: 10px;
}
.office2010blueKGR .kgrRefresh {
    float: none !important;
}
.kgrPager.kgrNextPrevAndNumericPager {
    border: none !important;
}
.office2010blueKGR .kgrPager a.kgrNum:hover span, .office2010blueKGR .kgrPager a.kgrNum:hover {
	background:none !important;}
	span.kgrRefresh a, span.kgrInsert a {
    vertical-align: middle;
}
.office2010blueKGR .kgrFunctionPanel {
    line-height: 46px !important;
}


.tabdisabled {
   pointer-events: none;
   cursor: default;
}

.imgGrid{
    height: 40px;
}

.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}


.btn_cont_file {
    /* max-height: 42px; */
    height: 42px;
}

.panel .panel-heading{
    display: block;
}

.panel .panel-body{
    padding-top: 8px;
}

.tbEdit img
{
    height:18px;
    width:18px;
    cursor: pointer;
}

.tbEdit img.icon-big{
    width: 50px;
    height: auto;
}

.inputConIcono{
    width: 80%;
    display: inline-block;
}
.inputConIcono1{
    width: 65%;
    display: inline-block;
}

.iconoInput{
    width: 16px;
    height: 16px;
}

.dataTables_filter{
	display:none;
}

/*.dataTables_length{
    float: left;
}*/



.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/****** NUEVO CSS ******/
.panel-body {
    /* width:  90%; */
    /* margin:  0 auto; */
    background-color: #eff3f6 !important;
    min-height: 146px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.col-md-10 {
    padding: 25px 20px 0px 20px;
}

div#contsGrid {
    margin:  0 auto;
    padding:  0;
    float: left;
    width:  90%;
    margin-bottom: 5%;
}


select#buscar_por {
    width:  117%;
}

ul.pagination li a {
    /*color:  #fff !important;
    background: #11a9a1 !important;
    cursor: pointer !important;
    padding: 10px !important;*/
}

ul.pagination li a:hover, ul.pagination li a:active {
    background: #17212f !important;
}
.panel-default>.panel-heading{
    background-color: #FFF;
}
.panel-body{
    /* min-height: 600px; */
}
section.section-internas {
    background: #213945;
    max-width:  1200px;
    margin: 0 auto;
    min-height: 600px;
}
/*====================== 16/10/18 ======================*/
/*.logo:after {
    background: #fff;
    content: "";
    height: 118px;
    width: 92%;
    top: -27px;
    left: -30px;
    right: 0;
    bottom: 0;
    position: absolute;
}*/

section.section-internas {
    min-height: 600px;
}

.colmenu.col-md-2.menu_bg {
    background: #001d84;
    height: 600px !important;
}

ul.nav.navbar-nav {
    background: #001d84;
}

header:before {
    content: "";
    /*background: url(../images/textura-header.png) center center no-repeat;*/
    background-size: contain;
    top: 0;
    right: 0;
    float: right !important;
    position: absolute;
    height: 111px;
    width: 40%;
}

.kgrPager.kgrNextPrevAndNumericPager {
    background: #ccc !important;
    color: #fff !important;
}


tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.office2010blueKGR .kgrPager .kgrInfo {
    color: #fff !important;
}

a.kgrNum.kgrNumSelected {
    color: #fff !important;
}

section#inicio .logo:after {
    background: none !important;
    content: "";
}

select {
    color: #444;
}

.kgrFunctionPanel {
    text-align: right;
    margin: 6px;
}

/* login */

.footer_site.text-muted.text-center {
    font-size: 80%;
    position: relative;
}

section#inicio .container {
    width: 90%;
    margin: 0 auto;
}

.logo {
    background: #fff;
    padding: 44px 10px;
    width: 23% !important;
    margin: 0 auto;
    margin-bottom: 19px !important;
}

button.btn.btn-lg.btn-primary.btn-block {
    background: #02289a;
    border-radius: 7px;
}

button.btn.btn-lg.btn-primary.btn-block:hover {
    background: #f4f2f2 !important;
    color: #444;
}

.login-form .form-group {
    background: rgba(255, 255, 255, 0.81) !important;
}

.form-group.col-md-12.registro {
    background: none !important;
}

.form-group.col-md-12.registro a {
    color: #fff;
}

.form-group.col-md-12.registro a:hover {
    color: #444;
}

button.btn.btn-lg.btn-primary.btn-block {
    background: #02289a !important;
    border-radius: 0;
}

button.btn.btn-lg.btn-primary.btn-block:hover {
    /* background: #444 !important; */
}

body .logo {
    width: 23% !important;
    z-index: 1000;
    left: -15px;
    height: 110px;
}

body .logo img {
    width: 100% !important;
    margin: 0 auto;
    margin-top: -28px;
    padding: 0;
}

.logo img {
    width: 47% !important;
}

/* admin */ 

a.btn.btn-danger {
    border: none !important;
    border-radius: 0 !important;
    padding: 7px;
    margin-left: 10px;
    float: right;
}


/*====================== FIN 16/10/18 ======================*/
.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{
    background-color:#82DFDA 
}

.rowBuscar{
    cursor: pointer;
}
/**** 3/07/18 ****/
div#tabs {
    border:  none;
    background:  none;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background:  none;
    border:  none;
    border-bottom: 1px solid #009abf;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #009abf;
    border:  none;
}




.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background:  none !important;
}

.panel.panel-default {
    border:  none;
    margin:  0 auto;
    padding:  0;
}

.panel-heading {
    background: #ccc !important;
    color:  #112e4e !important;
    font-weight: 800;
}

div#tab-personal {
    padding:  0;
    padding-top: 20px;
}

.col-md-4 {
    margin:  0;
    padding:  0;
    /*width: 32%;*/
}
.col-md-2 a {
    color: #fff !important;
}
div#tab {
    padding:  0;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li {padding: 0;}

li.ui-tabs-tab.ui-corner-top {
    background: none;
    border-color: #009abf;
}
.panel.panel-default .panel-body {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.panel.panel-default .panel-body .row {
    padding-bottom: 10px;
}

/* 3/Jul/2018 */
.koolGridInputMini{
    width: 10%;
}

.koolGridInputPeque{
    width: 20%;
}

.koolGridInputNormal{
    width: 50%;
    background-color:blue;
}

.koolGridInputGrande{
    width: 75%;
}

input:focus,  textarea:focus, select:focus {
border: 1px solid #009abf !important;
box-shadow: 0 0 3px #009abf !important;
-moz-box-shadow: 0 0 3px #009abf !important;
-webkit-box-shadow: 0 0 3px #009abf !important;
}

input:focus, textarea:focus, select:focus {
outline-offset: 0px !important;
outline: none !important;
} 

/*span.kgrInsert {
    display: none;
}*/

.show-resumen .tbElim {
    display: none !important;
}

.checkIncluirCons{
    display: none;
}

.show-resumen .checkIncluirCons{
    display: inline !important;
}

.divUnidadesMedida{
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
}

.panel .panel-body .panel-heading {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.puedeCero{
    box-shadow: 3px 1px 2px grey;
}

.puedeCompras{
    box-shadow: 3px 1px 2px #009abf;
}

.puedeOperaci{
    box-shadow: 3px 1px 2px #11a9a1;
}

.dropdown-menu.opciones>li>a{
    color: white;
}
ul.dropdown-menu.opciones{
    background-color: #009abf;
}

.btnArriba::before{
    content: "\f151";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    /*color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}

/*th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }*/


 .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ececec;
}
.table-hover  > tbody > tr:hover{
    background-color:#82DFDA 
}
table.table.table-striped.table-bordered.table-condensed.dataTable.hover th, table.table.table-striped.table-bordered.table-condensed.dataTable.hover td {
    border: none !important;
    text-align: center;
}

.datable_bootstrap .table-striped tr:nth-child(1) {
    /*background: #5dc300;
    color: #fff;*/
    text-transform: uppercase;
    text-align: center;
}
.table>thead>tr>th {
  color: #1E1C1C;
}


br.inicio {
  content: "";
  margin: 2em;
  display: block;
  font-size: 75%;
}


#time-range p {
    font-family:"Arial", sans-serif;
    font-size:14px;
    color:#333;
}
.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi?pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi?pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #30A2D2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.ui-slider a:focus {
    outline:none;
}

#slider-range {
  /*width: 90%;*/
  margin: 0 auto;
}
#time-range {
  /*width: 400px;*/
}



/* 28/06/19 */
.row.dias-header {
    margin: 0 auto;
    background: #01923f;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: lighter;
    margin-bottom: -37px;
    box-shadow: 0px 1px 4px #828282;
}

.row.dias-header label:hover, .row.dias-header label.active {
    border-bottom: 3px solid #fff;
    color: #fff;
}

.row.dias-header .col-md-1.text-center {
    width: 11%;
}
.table-bordered {
    border: none !important;
}

a.btn.btn-primary {
    /*margin-left: 300%;*/
}

.fondoGris{
    opacity:0.5;
    pointer-events: none;
}

tbody .bg_tr_selected {  
  background-color: #82dfda !important;
}

.img_diagrama{
    width: 100%;
}

.modal-content tbody tr {
    cursor: pointer;
}

.loadImg{
    display: inline;
}

.mostrarCampo{
    display: inline-block !important;
}
.ocultaCampo{
    display: none !important;
}

/*Estilo input file*/
/*input[type="file"]#sd_archivo {
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}
label[for="sd_archivo"] {
   font-size: 14px;
   font-weight: 600;
   color: #fff;
   background-color: #106BA0;
   display: inline-block;
   transition: all .5s;
   cursor: pointer;
   padding: 15px 40px !important;
   text-transform: uppercase;
   width: fit-content;
   text-align: center;
}*/
/*Fin estilo input file*/


.footer_site.text-muted.text-center {
    color: #fff;
}

/******* nuevo 30/09/19 ********/
.btn-alineados {
    margin-left: 73%;
    display: flex;
}
.btn-alineados a {
    margin-right: 10px;
}
.alinear {
    float: left !important;
    width: 21%;
}
.btn-nuevo {
    margin-bottom: 2%;
    float: right;
}

.btn-nuevo a {
    float: right;
    margin-right: 20%;
}

.textNoDpto{
    display: block;
    font-size: smaller;
    color: #f3912c;
}
.icon_aprobar {
    background: transparent url(../images/iconos/aprobar.png);
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
    font-size: 1px;
    text-indent: -4000px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 4px !important;
    cursor: pointer;
}
section#inicio a {
    color: #fff;
}
.col-md-12.right {
    float: right;
    text-align: right;
    width: 75%;
    right: -47%;
    margin-bottom: 10px;
}
.col-md-6.right {
    width: 45% !important;
}
.col-md-6.right .row {
    margin-left: 0;
}
.col-md-6.right .col-md-4.text-right {
    text-align: left;
}
/********* tabs procesos ***********/
.tab_wrapper.tabs_proceso input {
    text-align: right;
    float: right;
}
.tab_wrapper.tabs_proceso label {
    float: left;
    padding: 0;
    margin: 0;
}
.tab_wrapper.tabs_proceso input#dp_edad, input#dp_altura {
    width: 100% !important;
}
.tab_wrapper.tabs_proceso .col-md-7.form-group {
    width: 63%;
    /* margin: 0; */
    padding: 0;
}
.tab_wrapper.tabs_proceso .col-md-3.text-right {
    text-align: left;
    width: 110px;
}
.tab_wrapper.tabs_proceso .col-md-12 {
    padding: 0;
}
input.select-dropdown.dropdown-trigger {
    text-align: left;
    width: 100% !important;
    float: none;
}
.tab_wrapper.tabs_proceso .select-wrapper {
    width: 100%;
    float: left;
}
.tab_wrapper.tabs_proceso .col-md-9.form-group {
    width: 100%;
}
div#tab_content_3 label {
    float: none;
}
/*** tab diagn?stico *****/
div#tab_content_3 label {
    float: none;
}
div#tab_content_3 .col-md-8 {
    width: 100%;
}
div#tab_content_3 .checkbox {
    float: right;
    margin: 0 15%;
    text-align: right;
    margin-right: -26%;
}
div#tab_content_3 [type="checkbox"]+span:not(.lever) {
    float: right;
    width: 50% !important;
}
div#tab_content_1 label, div#tab_content_1 input {
    float: none;
}
.row.element-fin {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #111;
}
.mensaje_ok {
    background-color: #0070b1;
    display: none;
    margin: 3px;
    width: 80px;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.mensaje_error {
    color: #fff;
    background: red;
    text-align: center;
    font-weight: 700;
    display: none;
}


/*.modal { width: 100% !important ; max-height: 100% !important } /* increase the width and height! */
.modal { width: 100% !important ; max-height: 100% !important ; overflow: inherit !important ;} 

.oLinkH{
    display: none !important;
}
.mLinkH{
    display: show !important;
}

/*Estilos botones reservas*/
.cont_block_dia{
    /*margin-bottom: 2%;*/
}
span.cont_btn_hora {
    margin: 2px;
}
span.cont_btn_hora button {
    
}

/*css para calificacion*/
p.clasificacion label{ color:grey;}
input[type = "radio"]{ display:none;}
.clasificacion{
  direction: rtl;
  /* right to left */
  unicode-bidi: bidi-override;/* bidi de bidireccional */
}
.clasificacion label {
    float: none !important;
}
p.clasificacion label:hover{color:#0070b1;}
p.clasificacion label:hover ~ label{color:#0070b1;}
input[type = "radio"]:checked ~ label{color:#0070b1;}

canvas#pizarra {
    width: 200px;
    height: 120px;
    border: solid 1px #ccc;
    /*background-color: #0D0909;*/
} 

select.ui-datepicker-month, select.ui-datepicker-year {
    display: block;
    display: inline;
}
.mostrar{
    display: block !important;
}
.ocultar{
    display: none !important;
}
#pop_app_movil{
    color: #133475;
}

.overlayLoading {
    position: fixed; 
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2;
    cursor: normal;
}
.loadImgPage{
    width: 100%;
    text-align: center;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cont_zonastratamiento{
    /* height: 80px; */
    height: 50px !important;
    /* margin-left: 25px !important; */
}
.areasTratamiento{
    margin-left: 25px;
}

/*************** nuevos 28/mayo/20 ***************/
.collapse.navbar-collapse.navbar-ex1-collapse ul {
    width: 90%;
    margin: 0 auto;
}
.row {
    margin: 0 auto;
}
.navbar-nav>li>a {
    padding-bottom: 15px;
}
.office2010blueKGR .kgrTableView {
    margin-left: 15px;
}
input#dp_nacimiento {
    margin-left: 6% !important;
}
input#dp_fechacita {
    /*width:55%;*/
    width:50%;
    display:inline-block;
    
}
input.fechaGral {
    width:70%;
    display:inline-block;
}
input.fechaGralSL {
    width:70%;
    display:inline-block;
}
.btn.left {
    float: right !important;
}
.validacion .col-md-offset-6 {
    margin-left: 75% !important;
    width: 80% !important;
    margin: 0 auto !important;
    text-align: right !important;
}
button#btn_salvar_proceso {
    background: #001d84;
}
.diagnostico .col-md-12 .col-md-6 fieldset {
    padding: 30px !important;
    margin: 0 !important;
}
.diagnostico .col-md-12 .col-md-6 .col-md-5 .row {
    display: flex !important;
    width: 160% !important;
        margin-bottom: 30px !important;
}
.diagnostico .col-md-12 .col-md-6 {
    width: 55% !important;
}
.diagnostico .col-md-12 .col-md-6 .col-md-5 {
    width: 40% !important;
}
.diagnostico .col-md-8 {
    width: 100% !important;
    padding-right: 0 !important;
}
.idPartesCuerpo {
    color: #444;
    margin-bottom: 13px;
}
.idPartesCuerpo a.active {
    color: #001d84;
    font-weight: 600;
    border-bottom: 1px solid;
    font-size: 18px !important;
}
.idPartesCuerpo a:hover {
    color: #001d84;
    font-weight: 600;
    font-size: 18px !important;
}
.diagnostico .col-md-12 .col-md-6 fieldset legend {
    border-bottom: 0;
    color: #001d84;
    padding: 0 20px;
    font-weight: 600;
}
.alineacion .col-md-4.text-right {
    width: 35%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
}
.col-md-6.alineacion {
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 100%;
}
.alineacion .col-md-6 {
    padding: 0;
    width: 25%;
}
.alineacion .col-md-5 {
    width: 45%;
}
.titulo {
    font-size: 20px;
    margin-bottom: 20px !important;
    color: #001d84;
    text-transform: uppercase;
}
.propuesta .col-md-5 {
    width: 55%;
}
div#tab_content_1 .col-md-7.form-group {
    width: 65%;
}
.propuesta .col-md-3 {
    background: rgba(213,156,109,1);
    background: -moz-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213,156,109,1)), color-stop(62%, rgba(162,108,67,1)), color-stop(100%, rgba(131,79,42,1)));
    background: -webkit-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: -o-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    background: linear-gradient(to right, rgba(213,156,109,1) 0%, rgba(162,108,67,1) 62%, rgba(131,79,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d59c6d', endColorstr='#834f2a', GradientType=1 );
    text-align: center;
    color: #fff;
    padding: 10px;
}
.propuesta .col-md-3 a {
    color: #fff !important;
    font-weight: 600;
    font-size: 17px;
}
.tab_wrapper > ul li.active {
    border-color: #001d84;
    color: #001d84;
}
.tab_wrapper > ul {
    border-bottom: 1px solid #001d84;
}
.valoracion .col-md-12 {
    display: flex;
}
.valoracion .col-md-12 .col-md-3.text-right {
    width: 40%;
}
.tab_wrapper.tabs_proceso .col-md-7.form-group {
    width: 15%;
}
.valoracion .col-md-6 .col-md-5 {
    padding: 0;
}
.valoracion .col-md-6 .col-md-4.text-right {
    width: 53%;
}
.valoracion .col-md-6 .col-md-5 {
    padding: 0;
}
.valoracion .col-md-6 .col-md-4.text-right {
    width: 53%;
}
div#cont_tratamiento .col-md-4.text-right {
    width: 20%;
}
div#cont_tratamiento .col-md-7.form-group {
    width: 100% !important;
    margin-left: 20px;
}
div#cont_tratamiento .col-md-12 .col-md-4.text-right {
    width: 50%;
}
div#cont_tratamiento .col-md-8 {
    width: 65%;
    float: right;
    padding: 0;
}
div#cont_tratamiento .col-md-5 {
    padding: 0;
    margin: 0;
    width: 62%;
    float: right;
}
div#cont_tratamiento .col-md-12.right {
    float: right;
    width: 96%;
    padding: 0;
}
div#cont_tratamiento .col-md-6 {
    width: 74%;
}
.valoracion .col-md-12.right {
    width: 95%;
}
div#cont_tratamiento .col-md-12 .row {
    padding: 0;
    margin: 0;
    width: 100%;
}
label.ancho {
    width: 300px;
}
.valoracion .col-md-3 .checkbox, .valoracion .col-md-3 .radio {
    margin: 0;
    float: right;
}
.valoracion .col-md-3  [type="checkbox"]+span:not(.lever) {
    padding-left: 7px;
}

/******* diagnostico foto depilacion *****/
.diagnostico div#tab_content_3 .row {
    width: 30%;
    margin: 0;
}
.diagnostico div#tab_content_3 .row .checkbox {
    margin-right: 0;
    margin: 0 auto;
    width: 20% !important;
    margin-top: -21px;
}
.diagnostico div#tab_content_3 .text-right {
    width: 150%;
}
.diagnostico  .col-md-offset-6.col-md-1 {
    margin-left: 43%;
}
.diagnostico div#cont_btn_salvar .col-md-2 {
    width: 26%;
}
.diagnostico .col-md-4.text-right {
    width: 32%;
    text-align: left;
    padding-left: 20px;
}
div#cont_btn_salvar .col-md-2 {
    width: 20%;
}
.col-md-7.cont_tratamiento_sesiones .col-md-4.text-right,
.col-md-7.cont_tratamiento_estapas .col-md-4.text-right{
    background: none;
    border: 1px solid #85512c;
    color: #404040;
    margin: 1px auto;
    padding: 5px;
    width: 32%;
}
.alineacion .col-md-5 {
    width: 48%;
    margin-left: 10%;
}
/**************** nuevos 08/06/20 ****************/
/** alta cliente tab 1 **/
.exp-cliente div#tab_content_1 input#dp_fechaalta, 
.exp-cliente div#tab_content_1 input#dp_fechacita {
    margin-left: 6%;
}
.exp-cliente div#tab_content_1 input#dp_email, 
.exp-cliente div#tab_content_1 input#dp_nombre {
    width: 80% !important; 
}
.exp-cliente div#tab_content_1 input#dp_edad,
.exp-cliente div#tab_content_1 input#dp_altura {
    margin-left: 7%;
}
.exp-cliente div#tab_content_1 input.select-dropdown.dropdown-trigger {
    margin-left: 5%;
}
.exp-cliente div#tab_content_1 input#dp_telefono,
.exp-cliente div#tab_content_1 input#dp_celular  {
    width: 96% !important;
}
.exp-cliente div#tab_content_1 input#dp_cp {
    width: 96% !important;
}
.exp-cliente div#tab_content_1 input#dp_fechaalta, 
.exp-cliente div#tab_content_1 input#dp_fechacita {
    width: 63% !important;
}
.exp-cliente div#tab_content_1 input#dp_nacimiento {
    width: 79% !important;
}
.botones .col-md-2 {
    width: 15%;
    margin-left: 4%;
}
.botones .col-md-offset-9.col-md-1 {
    margin-left: 68%;
}
/** alta cliente tab 2 **/
.row.ancho {
    width: 100% !important;
}
.ancho .col-md-3.text-right {
    width: 175px !important;
}
.ancho .checkbox {
    margin-top: 0;
}
.exp-cliente .cont_otros_tratamientos {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}
.exp-cliente .cont_tratamiento label {
    padding: 0 !important;
    margin: 0 !important;
}
.exp-cliente .cont_tratamiento .col-md-3.text-right {
    margin: 0;
    padding: 0;
}
.exp-cliente .cont_tratamiento .col-md-7.form-group {
    width: 60% !important;
    float: right;
}
.exp-cliente .cont_tratamiento .col-md-5 {
    margin-left: 3%;
    width: 60%;
    float: right;
    right: 0;
    padding: 0;
}
.exp-cliente .cont_tratamiento .col-md-6 {
    width: 100%;
    padding: 0;
}
.exp-cliente .cont_tratamiento .col-md-4.text-right {
    margin: 0;
    padding: 0;
    float: left;
}
.exp-cliente .cont_tratamiento .col-md-6 .col-md-5 {
    width: 61%;
    float: right;
    padding: 0;
}
.exp-cliente .cont_tratamiento .col-md-6 .col-md-12.right {
    float: none;
    width: 60%;
    margin-right: 47%;
}
/*** alta prospecto ***/
.row.prospecto-tratamiento .col-md-3 {
    background: none;
    color: #0a0a0a;
}
.prospecto .prospecto-tratamiento .col-md-offset-1.col-md-3{
    width: 92%;
    padding: 0;
}
.prospecto .prospecto-tratamiento .col-md-offset-1.col-md-3 label {
    margin-left: 20%;
}
.prospecto .prospecto-tratamiento  .col-md-6 {
    width: 85% !important;
    float: left;
}
.row.prospecto-tratamiento {
    width: 105% !important;
    display: -webkit-box;
}
.prospecto-tratamiento .col-md-offset-1.col-md-3 input {
    margin-top: -6px;
}
.prospecto .cont_condiciones_pago h4 {
    margin-left: 0%;
}
.prospecto .cont_condiciones_pago .col-md-3 {
    background: none;
    width: 33%;
    margin: 0;
    padding: 0;
}
.prospecto .prospecto-tratamiento .col-md-4 {
     width: 38%;
}
.prospecto .prospecto-tratamiento .col-md-4.text-right label {
    width: 121%;
    text-align: left;
}
.prospecto .prospecto-tratamiento .col-md-7 {
    /*border: 1px solid #bda18e;
    width: 80%;*/
}
div#cont_zona_trat_1 .row, div#cont_zona_trat_lipoenzimas .row {
    width: 100px;
    height: 40px;
}
.cont_zonastratamiento {
    display: -webkit-inline-box;
}
.cont_zonastratamiento .row {
    border: 1px solid #bda18e;
}
.cont_zonastratamiento {
    height: 100px;
}
.subtitulo{
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.prospecto-top {
    margin-top: 10%;
}
/*.p-lista {
    float: left;
    width: 50%;
    text-align: left;
}
.p-total {
    float: right;
    width: 50%;
}
.p-lista .col-md-4.text-right, .p-total .col-md-4.text-right {
    width: 55%;
    padding: 0;
    margin: 0;
}
.p-lista .col-md-7, .p-total .col-md-7 {
    padding: 0;
    width: 89% !important;
    margin: 0;
}*/
/****** frmProspectos ********/
.prospecto-form div#tab_content_2 .col-md-6 {
    width: 70%;
}
.ancho {
    width: 35% !important;
}
.prospecto-form div#tab_content_2 .checkbox{
    margin-top: 0 !important;
    padding: 0;
}
.prospecto-form div#tab_content_2 label {
    text-align: left;
}
.col-md-12.cont_preguntas_t2 {
    margin-bottom: 5%;
}
.lista-enf {
    padding: 0;
}
.margin-left {
    margin-left: 8%;
}
.col-md-6.text-right.ancho {
    width: 46% !important;
}
.col-md-6.text-right.ancho .checkbox {
    margin: 0 !important;
}
div#cont_por_sesion .col-md-3 {
    width: 25%;
}

/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    width:250px;
    padding:30px;
    border-radius:3px;

    margin:200px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../images/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}
/* JGP added */
.parte_tip{
    margin-top:0% !important;
}
.sel_sololectura{
    pointer-events: none;
    /*opacity:0.5;*/
    /*background: #dfdada;
    border: 1px solid #9d9898;*/
    background: #eeeeee;
    border: 1px solid #dedede;
}
.contzonastratar_1 img, .contzonastratar_2 img{
    width: 60%;
}

/***** calendario ******/
div#ui-datepicker-div {
    left: 50% !important;
    width: 30%;
    /*top: 300px !important;*/
}
.ui-timepicker-div {
    height: 100px;
}
.ui-timepicker-div dd.ui_tpicker_time,
.ui-timepicker-div dd.ui_tpicker_hour,
.ui-timepicker-div dd.ui_tpicker_minute  {
    margin-bottom: 0;
    height: 30px;
}
.img_zonas img{
    width: 60%;
    margin: 0 auto;
}



/* JAIR 18/6/2020 */
.dropdown-content{
    z-index: 8000;
}


/**** YEDA 18/6/2020 ****/
.modal-content {
    overflow: hidden;
    overflow-y: scroll;
    height: 800px;
    padding-top: 6%;
}
.valoracion .col-md-6.right {
    margin-top: 30%;
}
img.ui-datepicker-trigger {
    width: 15%;
}
.col-md-8.new .col-md-4.text-right {
    width: 39%;
}
.col-md-8.new {
    width: 79%;
}
.new {
    width: 33%;
}
.col-md-7.cont_tratamiento_sesiones, .cont_tratamiento_estapas {
    width: 70%;
}

/*
Imp. 01/07/20
Colores para los bloques del calendario
*/
.calColorVal{
    /*naranja*/
    background-color: #eb391d !important;
}
.calColorLip{
    /*amarillo*/
    background-color: #b79a09 !important;
}
.calColorAce{
    /*cafe*/
    background-color: #994e0c !important;
}
.calColorFoto{
    /*verde*/
    background-color: #15a126 !important;
}
.calColorFac{
    /*azul*/
    background-color: #00a7e5 !important;
}
.calColorMas{
    /*morado*/
    background-color: #ad25c8 !important;
}
.calColorMedEst{
    /*Rosa*/
    background-color: #eb518e !important;
}
.calColorDespig{
    /*Azul rey*/
    background-color: #3754C7 !important;
}
.calColorLipoenzimas{
    /*Gris*/
    background-color: #878787 !important;
}

.fc-event{
    border: 1px solid #3a87ad00 !important;
}

.btnVerde{
    /*verde*/
    background-color: #42949a !important;
    border-radius: 0;
}
.col-md-3 a {
    float: right;
}
div#cont_btn_salvar .col-md-3 {
    margin-right: 35%;
}

.btnCerrar{
    background-color: #ea6c63 !important;
}

/***** pag bienvenido *****/
.thumbnail h3, .thumbnail p {
    color: #fff;
}
.thumbnail {
    margin: 10px;
}
.color-dos {
    background: #04ad96;
}
.color-tres {
    background: #5895b9;
}
.color-uno {
    background: #098a97;
}

.ui-accordion-content{
    height: auto !important;
}
.ui-accordion-content label{
 font-weight: normal !important;
}

#modalListaExcepciones .modal-content {
    overflow: auto !important;
    overflow-y: auto !important;
    height: auto !important;
    padding-top: 0% !important;
}

/***** 22/07/20 *****/
.nav>li {
    margin: 10px auto;
}
.dropdown-content span {
    font-size: 13px !important;
}
.zona_elegir {
    margin-top: 30%;
}
.col-md-3.text-right {
    padding-left: 0;
}
.kgrIn a {
    margin: 3px;
}
.kgrIn img {
    width: 23px !important;
}
.ui-accordion .checkbox {
    margin-top: 0;
}
.ui-accordion .col-md-1 {
    width: auto;
    margin-top: -3%;
}
.idPartesCuerpo a {
    width: 100%;
}
/**** btn editar ***/
.kgrLinkEdit {
    background: none !important;
}
.kgrLinkEdit:before {
    content: "";
    position: absolute;
    background: url(../images/editar.png) center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.kgrLinkEdit {
    position: relative;
}
/******* 30/07/20 ********/
.borde {
    width: 190px !important;
    background: none;
    border: 1px solid #85512c;
    color: #404040;
    margin: 1px auto;
    padding: 5px;
    width: 32%;
}
.col-md-3.text-right.borde {
    background: none;
    color: #444;
    padding: 5px;
}
.col-md-3.sin-back {
    background: none;
    padding: 0 15px;
}
input#pro_condpago_desc {
    background: #eee;
}
div#cont_zonaafeccion2 {
    padding-left: 0;
}
.col-md-8.new {
    width: 84%;
    padding-left: 0;
}

.col_pp_fecha{
    width: initial !important;
    text-align: initial !important;
    color: #333 !important;
    font-weight: initial !important;
}

.btnMedEst{
    padding: 0px 10px;
    margin-bottom: 3px;
}
.btncont_suc{
    display: block;
    font-size: 9px;
    text-transform: initial;
}

.icono_agenda_prosp{
    width: 15%;
    color: #313e77;
}
.noEventCal{
    display: block;
    font-size: xx-large;
    color: #676d72;
    padding: 5%;
}
.col-md-6 {
    padding: 0;
    /* width: 80%; */
}


/* jair 10/9/2020 css tabla*/
.rTable {
    display: table;
    width: 100%;
 }
 .rTableRow {
    display: table-row;
 }
 .rTableHeading {
    display: table-header-group;
    background-color: #ddd;
 }
 .rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
 }
 .rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
 }
 .rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
 }
 .rTableBody {
    display: table-row-group;
 }


 .tableContainer {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

 /* fin css tabla*/

 .thumbnail.color-uno.color-uno-contacto {
    / width: 70%; /
    margin: 0 15px;
}

.thumbnail.color-uno.color-uno-contacto .caption {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.thumbnail.color-uno.color-uno-contacto h3,  
.thumbnail.color-uno.color-uno-contacto p {
    margin: 0;
    padding: 0 12px;
}
/** nuevos 17/02/21 **/
.col-md-3.ancho {
    width: 27% !important;
}
input#dp_nacimiento {
    margin-left: 0 !important;
}
.pad-left{
    padding-left: 15px !important;	
}
.una-linea {
    display: flex;
    padding-left: 0;
    width: 40%;
    margin: 10px auto;
    margin-left: 27%;
}
.row.text-center .col-md-2 {
    height: 90px;
}
.gridCampana select {
    display: inline;
}

input#fechaAccion {
    width:80%;
    display:inline-block;
}

/**** boton sesiones ****/
div#gridSesiones .row:nth-child(3) {
    margin: 6% 0;
}
div#gridSesiones .row:nth-child(3) .col-md-3 {
    font-weight: 600;
    line-height: 2.5;
}

div#gridSesiones .row:nth-child(3) .col-md-3 .row:nth-child(1) .button {
    width: 100% !important;
}

div#gridSesiones .row:nth-child(3) .col-md-3 .row:nth-child(1) {
    float: none;
    width: 40%;
    text-align: left !important;
}

div#gridSesiones .row:nth-child(3) .col-md-3 .row:nth-child(2) .labelPeso {
    margin-top: 4%;
    font-size: 2em !important;
}

div#gridSesiones .row:nth-child(3) .col-md-3 .row:nth-child(1) input#nuevaSesion {padding: 10px;width: 100%;float: none;text-align: center;}

.col-md-6.imgsemaforo {
    padding: 7px;
    text-align: center;
    margin: 9% 0;
}
.col-md-6.imgsemaforo img {
    width: 50%;
    margin: 0 auto;
}

#bootstrap-duallistbox-nonselected-list_c_operador, #bootstrap-duallistbox-selected-list_c_operador{
    padding-top: 2%;
    font-size: 0.9em;
    display: block;
    height: 200px !important;
}
.notaSelContactos{
    font-size: smaller;
    position: relative;
    top: -8px;
}
.verCampanias{
    display: block !important;
}
.ocultaCampanias{
    display: none !important;
}
.verAccHras{
    display: block !important;
}
.ocultaAccHras{
    display: none !important;
}
.cont_grid_acciones .kgrIn{
    margin: auto;
}
.cont_grid_acciones .kgrHeader{
    border-radius: initial;
}
/*** pop camanas ***/
div#modalListadoCampanias .modal-content, div#modalListadoEnlacesPT .modal-content {
    height: auto;
}

.rowAvanceSesiones{
    overflow-x: auto;
}
.row.rowAvanceSesiones td {
    border-right: 1px solid #ddd;
}

/* 9/8/2021 Jair */
.panel-info>.panel-heading {
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.radioOrden {
    display: inline !important;
    width: 8%;
    height: 10px;
}
.checktrat, .checkconcepto{ display:inline !important; height: 16px;}

/*** para ordenes ***/
.panel-info>.panel-heading {
    color: #fff !important;
    border-color: transparent !important;
    background-color: #001d84 !important;
    border-radius: 0;
}
.col-xs-6.col-metodop {
    padding-left: 12px;
}
.col-xs-6.col-metodop span {
    font-size: 12px;
}
.panel .panel-body {
    background-color: #fff !important;
    border: none !important;
    padding: 10px !important;
}

.panel.panel-info {
    border-radius: 0;
    border-color: #001d84;
    margin: 10px;
}
.divAgregarProd .col-xs-3.col-md-3.text-right {
    margin: 0;
    width: 14%;
}
.panel.panel-info.divAgregarPago {
    min-height: 300px;
}
.divAgregarPago .col-xs-1.col-md-1 {
    /* display: none; */
}
.divAgregarPago .col-xs-1.col-md-1 {
    /* display: none; */
}
.col-xs-5.col-md-5.col-montop {
    display: flex;
    margin-left: 5%;
}
button {
    border: none;
    background: #001d84;
    color: #fff;
    height: 85%;
}
.divAgregarPago .col-xs-1.col-md-1:nth-child(1) {
    display: none;
}
.divAgregarPago label {
    margin-right: 10px;
}

/*.typeahead { border: 2px solid #fff;border-radius: 4px;padding: 8px 12px;max-width: 300px;min-width: 290px;background: rgba(128, 128, 128, 1);color: #FFF;}
.tt-menu { width:300px; }
ul.typeahead{margin:0px;padding:10px 0px;}
ul.typeahead.dropdown-menu li a {padding: 10px !important;border-bottom:#CCC 1px solid;color:#FFF;}
ul.typeahead.dropdown-menu li:last-child a { border-bottom:0px !important; }
.lista-color {max-width: 450px;min-width: 290px;max-height:340px;
border-radius:4px;text-align:left;margin:10px; margin-bottom:120px;}
.Busca-pais {font-size:1.5em;color: #686868;font-weight: 700; text-align:left}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: #1f3f41;
    outline: 0;
}*/

#porpagar{
    color: green;
}

#cambio{
    color: red;
}
/* Imp. 31/08/21, Estilo para agrandar el slider del control de datetimepicker */
/* .ui-timepicker-div dd.ui_tpicker_time, .ui-timepicker-div dd.ui_tpicker_hour, .ui-timepicker-div dd.ui_tpicker_minute{
    height: 34px !important;
}
.ui-slider .ui-slider-handle{
    width: 2.2em !important;
    height: 2.2em !important;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -.9em !important;
} */
.ui-icon, .ui-widget-content .ui-icon{
    background-image: url(images/ui-icons_444444_256x240.png) !important;
}

/*** btn calendario ***/
button.ui-widget {
    text-align: center !important;
    padding: 4px !important;
    align-items: center !important;
    margin-top: -30% !important;
}
dd.ui_tpicker_time {
    margin-bottom: 3% !important;
}
.ui-datepicker .ui-icon {
    left: 13px !important;
    top: 11px!important;
    width: 19px;
    height: 17px;
}
button.ui-widget.ui-button-icon-only.ui-controlgroup-item.ui-button.ui-corner-right {
    background: #cddc39;
}

.fondopowderblue{
    background-color: powderblue;
}

a.disabled, button.disabled {
  pointer-events: none;
  cursor: default;
}

button.disabled{
    opacity: 0.5;
}

.encuestaSesion{
    background-color: aliceblue;
}

.checkTratCasa{
    background: none !important;
    text-align: left !important;
    /* margin-left: -9px !important; */
}
.inputTratCasa{
    /* width: 60%; */
}
.sinDecoracion{
    background: none !important;
    padding: initial !important;
}

#regimenId .option:disabled {
    display: none;
}
.ordenTotalProd{
    width: 14%;
    margin-left: -15px;
}
.cantTam{
    width: 14%;
}
.prodCamTam{
    width: 15%;
}
.canTam{
    width: 9%;
}
.titulTam{
    margin-left: -5px;
}