﻿input, p, td, th {
    font-size:0.9rem;
}

p{
    margin-bottom: 0%;
    color: #444;
}

article, label, legend, h1, h2, h3, h4, h5, h6 {
    color: #444;
}

.k-treeview .k-icon {
    background-color: #F7F9F9;
}

li i{
    color:#F7F9F9;
    color: #F7F9F9;
}

#cuerpo{
    height:100vh;
    background-color:#FFF;
}

.image-background{
    height:100vh;
    background-image:url(../Images/fondo.png);
    background-size:contain;
    background-position:center;
    background-attachment:fixed;
    background-repeat: no-repeat;
}

.input-icon {
    width:12%;
    height:100%;
    padding: 6px 0px;
    background-color:#BDC3C7;
    border-radius: 5px 0px 0px 5px;
    float:left;    
}

.input-title {
    text-align:justify; 
    font-weight:500; 
    text-align: center;
}

.input-conten {
    width:88%;
    /*height:37px;*/
    min-height:33px;
    float:left;
    line-height: 1.42857143;
    color: #555;
    background-color: #EEEEEE;
    background-image: none;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position:relative;
    z-index:2;
    border-radius: 0px 5px 5px 0px;
}

.input-conten input, select {
    width:100%;
    height:33px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #cbc8c8;
    position:relative;
    z-index:1;
    margin-top:1px;
}

.input-conten input[type="radio"]{
    width:15px;
    height:15px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #cbc8c8;
    z-index:1;
    position:relative;
    margin-top:3%;
    padding:5px;
}

textarea{
    width:100%;
    border-radius: 5px;
    border: 1px solid #cbc8c8;
    position:relative;
    z-index:1;
    margin-top:-1px;
    resize:none;
}

.btn-default, .btn-default:hover {
    background-color: #424D69;
    border-color: #424D69;
    color: #F7F9F9;
}

.icon-box{
    padding-bottom:5px;
}

.btn-icon {
    background-color: #009efb!important;
    border-color: #009efb!important;
    color: #FFF!important;    
    border-radius: 50% !important;
    width: 3em !important;
    height: 2.9em !important;
}

.btn-icon-danger{
    background-color: #d9534f!important;
    border-color: #d9534f!important;
    color: #fff!important;    
    border-radius: 50%!important;
    width: 3em;
    height: 2.9em;
}

.row-invalid-fde{
    background-color: #d9534f;
    border-color: #d9534f;
}

tr.k-state-selected.row-invalid-fde:hover{
    background-color: #d9534f;
    border-color: #d9534f;
}

.opacity-box{
    /*background-color:rgba(255, 251, 251, 0.66);*/
    padding:15px;
    /*border-radius:10px;*/
}

.tree-box{
    background-color: rgba(238, 238, 238, 0.90);
    border-radius:10px;
    padding:15px;
}

.icon-box-float{
    position:fixed;
    right:4%;
}

span.k-in.k-state-selected {
    background:#424D69;
    border-color: #424D69;
}

span.k-in{
    padding:1em;
}

span.k-in:hover{
    background:#424D69;
    cursor:pointer;
    color: #FFF;
}

/*.k-tooltip-content{
    background:#424D69;
}*/

span.k-colorpicker, span.k-datepicker, span.k-selected-color{
    width:100%;
    height:100%;
}

span.k-widget.k-autocomplete.k-header{
    height:auto;
}

.k-grid-header th.k-header {
    vertical-align: -webkit-baseline-middle;
    text-align: center;
    white-space:normal;
}


#MensajeEspera {
    color:#fff;
}

/*****************Fin Modales******************/

@media screen and (max-width: 767px) {
        .login-box{
            padding-bottom: 60px !important;
        }
        .tree-box{
            margin-top:15%;
        }

        .icon-box-float{
            position:fixed;
            right:1%;
            top:40%;
        }

        .tree-box{
            background-color: rgba(238, 238, 238, 0.90);
            border-radius:10px;
        }
        
}


/**************Scroll Bar*************/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-thumb:vertical
{
    width: 5px;
	/*background-color: #424D69;*/
    background-color: #017DC7;
    -webkit-border-radius: 10px;
	margin:5px;
    width:15px;
}

::-webkit-scrollbar-thumb:horizontal
{
    height: 15px;
	/*background-color: #424D69;*/
    background-color: #017DC7;
    -webkit-border-radius: 10px;
	margin:5px;
    width:30px;
}

::-webkit-scrollbar-track-piece {
  background-color: #cbc8c8;
  -webkit-border-radius: 3px;
}

::-moz-scrollbar {
  width: 10px;
  height: 8px;
}

::-moz-scrollbar-thumb:vertical
{
    width: 5px;
	background-color: #424D69;
    -webkit-border-radius: 10px;
	margin:5px;
    width:15px;
}

::-moz-scrollbar-thumb:horizontal
{
    height: 15px;
	background-color: #424D69;
    -webkit-border-radius: 10px;
	margin:5px;
    width:30px;
}

::-moz-scrollbar-track-piece {
  background-color: #cbc8c8;
  -webkit-border-radius: 3px;
}

/************** Fin Scroll Bar*************/


.chk{
    width: 20px;
    height: 20px;
}

.chk:checked{
    background:#424D69;
}

span.k-widget.k-datepicker.k-header{
    height:auto;
}

/*** CuestionarioFDE ***/
ul.CuestionarioFDE {
    list-style: none;
    margin: 12px 0px;
    padding: 0px;
}

ul.CuestionarioFDE > li {
    border-color: rgb(42, 114, 174);
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 8px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

    ul.CuestionarioFDE > li:last-of-type {
        margin-bottom: 12px;
    }

ul.CuestionarioFDE > li select {
    max-width: 106px;
}

.btnGuartarRespuesta {
    margin-top: 6px;
}

.NombreCampo {
    font-weight: bold;
}

.ValorCampo {
    font-size: 0.8rem;
}

#ContenedorCerrarFDE {
    margin-top: 8px;
}

.bitacora-observaciones > .observacion {
    background-color: #b9dfef;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 6px;

    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.bitacora-observaciones pre {
    font-family: inherit;
}

.leftWrapper{
    width: 50px;
    height: 85vh;
    background-color: #017DC7;
    position: fixed;
    right: 0;
    top: 70px;
    bottom: 50%;
    border-radius: 10px 0px 0px 10px;
}

.subWrapper{
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 70%;
    right: 30%;
}

.isubWrapper{
    position: absolute;
    top: 5%;
    left: 15px;
}

.k-state-active {
    height:85%;
    overflow:auto;
}


html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip{
    max-width: inherit;
}


.UploadHidden{
    display:none;
}

.centerText {
    text-align:center;
}

.CustomTable{
    border-collapse: separate;
    border: solid lightgray 1px;
    border-radius: 10px;
}

.CustomTable tr:first-child{
    background-color:#123466;
}

.CustomTable tr:first-child th:first-child {
    border-top-left-radius: 10px;
    border: 1px solid lightgray;
    color: lightgray;
}

.CustomTable tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.CustomTable tr:first-child th {
    border: 1px solid lightgray;
    color: lightgray;
    padding: 5px;
}

.CustomTable tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

.CustomTable tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.CustomTable td {
    background: #FFFFFF;
    border-color: lightgray;
    text-align: center;
}

.CustomTable th {
    text-align: center;
    color: #FFFFFF;
}

.bannerPrincipal {
    background-image: url(../../Images/PrincipalBanner.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
}


.row-imc-alto, .row-diabetes-diabetes{
    background-color: #FF4545;
    color: #FFF;
}

.row-imc-medio, .row-diabetes-prediabetes{
    background-color:#FF9867;
    color: #FFF;
}

.row-imc-normal, .row-diabetes-normal {
    background-color:#00AD7C;
    color: #FFF;
}

.k-list-scroller{
    overflow: auto !important;
}

.FileUploadParent{
    border: 1px solid #444;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

.FileUpload
{
    width: 95%;
    margin-right: 5%;
}

.toolPanel {
    width: 4em;
    height: auto;
    max-height: 90vh;
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    top: 50%;
    right: 0%;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 90;
    overflow-y: auto;
    overflow-x: hidden;
    background: #009efb;
}

.toolPanel .tp-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tp-action{
    width: 16px;
    height: 30px;
    position: fixed;
    margin-left: -8px;
    margin-top: -15px;
    top: 50%;
    right: 0%;
    z-index: 90;
    border-radius: 10px 0px 0px 10px;
    padding-left: 3px;
    background: #009efb;
}

.tp-action i {
    font-size: 1.1rem;
    color: #FFF;
    margin-top: -10px;
    position: fixed;
    top: 50%;
    padding-top: 0.15rem;
}

#ContainerRol{
    margin-top: -15%;
    position: relative;
    top: 50%;
}

.event-kschedule p{
    font-weight: bold;
    color : #444;
    margin: 5px 10px 0;
}

.hcBox{
    width: 100%;
    height: 60px;
    border-top: 2px solid #78b4dd;
    border-bottom: 2px solid #78b4dd;
}

.hcBoxAlternate{
    background-color: rgb(204,204,204);
}

.hcBoxShadow{
    border-top: 4px solid #78b4dd;
    border-bottom: 4px solid #78b4dd;
    border-left: 2px solid #78b4dd;
    border-right: 2px solid #78b4dd;
    border-radius: 10px;
}

.hcBoxTitle{
    background-color: #0066CC;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 99%;
    margin-left: 0.5%;
}

.hcBoxTitle h4{
    color: #FFF;
}

#pnlEncabezado
{
    background-color: #009efb;
    border-radius: 20px;
    padding: 10px;
}

.hcHeaderTitle{
    background-color: rgb(204,204,204);
    width:1024px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #78b4dd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hcHeaderTitle h4{
    color: rgb(50,102,152);
}

.hcBoxTitleGray{
    background-color: #CCC;
    width: 99%;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 15px;
    margin-left: 0.5%;
}

.hcBoxTitleGray h4{
    color: #336699;
}

.hcBoxSpace{
    min-height: 50px;
    background-color: #78b4dd;
    width: 99%;
    border-radius: 15px;
    margin-left: 0.5%;
    margin-bottom: 10px;
}

.hcBoxContent{
    border: 10px solid #336699;
    background-color: #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: 99%;
    margin-left: 0.5%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.hcBoxSubTitle h4 {
    color: #336699;
}

.hcBoxSubTitleFooter{
    background: -moz-linear-gradient(0deg, #FFFFFF 0%, #336699 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFFFFF), color-stop(100%, #336699)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #FFFFFF 0%, #336699 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #FFFFFF 0%, #336699 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #FFFFFF 0%, #336699 100%); /* ie10+ */
    background: linear-gradient(90deg, #FFFFFF 0%, #336699 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#336699',GradientType=1 ); /* ie6-9 */
    height: 2px;
    margin-bottom: 10px;
	background-size: 150% 150%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
}

.hcBoxContainer{
    padding-bottom: 10px;
}

.hcBoxLabel {
    text-align: center;
}

.hcBoxContainerInput{
    background-color: #6699CC;
    border-radius: 10px;
    min-height: 50px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.hcBoxContainerInput p{
    color: #fff;
    font-size: 1.3rem;
}

.btn-selected {
    border-style: dotted;
    border-color: #FFFFFF;
    border-width: 2px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.k-checkbox:indeterminate+.k-checkbox-label:after{
    background-color: #3f51b5;
    background-image: none;
    border-color: #3f51b5;
    border-radius: 0;
}

.btn-detail-refresh{
    display:none;
    height: 0px;
    width:0px;
}

.size-a4 { 
    width: 8.3in !important; 
    height: 11.7in !important; 
}
.k-pdf-export {
    font-size: 50% !important;
}


.FacturaInput{
    border: 1px solid lightgray; 
    border-left-color:transparent; 
    border-right-color:transparent; 
    border-top-color:transparent; 
    width:100%;
}

.form-control, 
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-calendar table tbody td{
    padding: 0px;
}
.k-calendar table tbody td a {
    height: 100%;
}

.h-80vh{
    height: 80vh !important;
}

#cuerpoHC article, #cuerpoHC p, #cuerpoHC span{
    color: #000;
}

hr {
    width:90%;
}

.tblRutas{
    width: 100%;
}

.tblRutas td, .tblRutas label, .tblRutas span{
    font-size: .9rem;
}


.retractilPanel{
    position: fixed;
    top: 1%;
    right: -30%;
    width: 30%;
    height: 95vh;
}

    .retractilPanel .buttonRetractil {
        position: absolute;
        left: -30px;
        top: 70px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        background-color: #009efb;
        text-align: center;
        color: #FFF;
        padding-top: 7px;
        border-radius: 3px 0px 0px 3px;
    }

    .retractilPanel.showRetratil {
        -webkit-animation:forwards;
        -webkit-animation-name: animate-show;
        -webkit-animation-duration: 0.5s;
    }
    .retractilPanel.hideRetratil {
        -webkit-animation: forwards;
        -webkit-animation-name: animate-hide;
        -webkit-animation-duration: 0.5s;
    }

fieldset {
    min-width: initial !important;
    padding: initial !important;
    margin: initial !important;
    display: block !important;
    margin-inline-start: 2px !important;
    margin-inline-end: 2px !important;
    padding-block-start: 0.35em !important;
    padding-inline-start: 0.75em !important;
    padding-inline-end: 0.75em !important;
    padding-block-end: 0.625em !important;
    min-inline-size: min-content !important;
    border-width: 2px !important;
    border-style: groove !important;
    border-color: #ccc !important;
    border-image: initial !important;
}

legend {
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    width: initial !important;
    padding-left: 10px !important;
    font-size: 1rem !important;
}

@keyframes animate-hide {
    from {
        right: 0%;
    }

    to {
        right: -30%;
    }
}

@keyframes animate-show {
    from {
        right: -30%;
    }

    to {
        right: 0%;
    }
}

.btn-primary {
    background-color: #005cbf !important;
}


.icon-map {
    width: 30px!important;
}

.label-map {
    position: relative;
    top: -55px;
    left: -30px;
    width: 105px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    font-weight: bold;
}
th [role="listbox"] {
    display: none!important;
    width:0px;
}
th [bind="visible:operatorVisible"] {
    display: none;
}