
/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body 
{
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
}

 #wrapper {
    width: 100%;
    /*background:#d35400;*/
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 700px;
    background:#F3F3F3;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:#fff!important;
    padding:10px;
    min-height:1200px;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}
h2 {
    color: #e67e22;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 

}
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}
/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color:#F8F8F8;

}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;


}
    .bg-color-green {
background-color: #00CE6F;
color: #fff;
}
 .bg-color-blue {
background-color: #A95DF0;
color: #fff;
}
  .bg-color-red {
background-color: #DB0630;
color: #fff;
}
  .bg-color-brown {
background-color: #B94A00;
color: #fff;
}


 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
      -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }
    .back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}
     .back-footer-red {
    background-color: #Ae67e2200;
    border-top: 0px solid #fff;
}
     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}

/*==============================================
    MENU STYLES    
    =============================================*/


.user-image {
    background: rgba(255,255,255,0.8);
	border: 5px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    margin: 200px auto;
    max-height: 150px;
    max-width: 150px;
    padding: 0px;
}

.navbar-cls-top .navbar-brand {
    background: none repeat scroll 0 0 #e67e22;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    width: 260px;
}
.active-menu {
    background-color:#e67e22!important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:n;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#fff;
	background:#d35400;
	text-shadow:none;
	
}

.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	
	background:#e67e22;
	outline:0;
}

.nav-second-level > li > a:before ,
.nav-third-level > li > a:before {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:15px;
	height:1px;
	background:#fe67e2200;
	top:20px;
}
.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:1px;
	height:100%;
	background:#fe67e2200;
	top:0px;
	z-index:10;
}
.nav-second-level  > li:last-child > a:after,
.nav-third-level  > li:last-child > a:after {
	height:50%;
}
.nav-third-level > li > a:after,
.nav-third-level > li > a:before  {
	left:40px;
}
.navbar-side {
	border:none;
	background-color: #d35400;
	
}
.navbar-cls-top {
	background:#2980b9;
	border-bottom:none;
	
}
.navbar-cls-top .navbar-brand:hover {

background: #C90000;
color:#fff;

}

.navbar-default {
border:0px solid #d35400;
     
}
.navbar-header {
    background: #e67e22;
}
.navbar-header #mesaVersion {
    position: relative;
    float: left;
    left: 0px;
    padding: 0px;
    margin: 43px 0px -11px -49px;
    width: 22px;
    top: 0px;
    font-size: 10px;
    color: #ffba7e;
    height: 28px;
    display: block;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B40101;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}

/*==============================================
    MEDIA QUERIES     
    =============================================*/
 
 @media(min-width:768px) 
 {
    
     #page-wrapper{
              
        padding: 15px 30px;
        min-height: 768px;
        max-height:1024px;
		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

   .navbar {
 border-radius: 0px; 
}
   
}

img.logo{
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0;
}


img.icono{
    margin: -10px;
    padding: 0;
    width: 35px;
}

.filtro .input-group-addon {
    width: 110px;
}

/*.filtro .btn {
    width: 150px;
}*/

#reportes img.icono{
    float: right;
    margin: 1px 3px;
    width: 16px;
}

#reportes div.row:nth-child(2n) {
    background: none repeat scroll 0 0 #ebebeb;
}

#reportes div.row:nth-child(2n + 1) {
    background: none repeat scroll 0 0 #f7f7f7;
}

#divTelefonos {
    height: 500px;
    overflow: auto;
}

#listaLegajosDisponibles {
    left: 0;
    position: fixed;
    top: 0;
	width: 350px;
	z-index: 9999;
}

#dgGrupo {
    _float: left;
    font-family: "segoe ui",arial;
    font-size: 12px;
    margin-top:20px;
    _left: 50%;
    _margin-bottom: 23px;
    _margin-left: -400px;
    _position: absolute;
    top: 140px;
    width: 100%;
}
#dgGrupo .head{
	_background: #E4E1E1 none repeat scroll 0 0;
    height: 30px;
    border: 1px solid #999;
    font-size: 16px;
    line-height: 30px;
    _color: #555;
}

#dgGrupo .head div{
	float: left;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #999;
}

#dgGrupo .head .id, #dgGrupo .Contenido .id, #dgGrupo .head .Kpi, #dgGrupo .Contenido .Kpi{
    height: 22px;
    line-height: 22px;
    padding: 0 4px 0 1px;
    text-align: right;
    width: 50px;
}

#dgGrupo .head .Proyecto, #dgGrupo .head .Creacion, 
#dgGrupo .head .Finalizacion, #dgGrupo .Contenido .fila .Proyecto, 
#dgGrupo .Contenido .fila .Creacion,
#dgGrupo .Contenido .fila .Finalizacion{
	width: 130px;
	overflow:hidden;
}

#dgGrupo .head .Proyecto{
	width: 150px;
}

#dgGrupo .head .Maquina{
	width: 208px;
}

#dgGrupo .head .Horario{
	width: 100px;
}

#dgGrupo .head .centrocosto{
    visibility:hidden;
	width: 50px;
}

    #dgGrupo .head .hsimputadas {
        visibility: hidden;
        width: 50px;
    }

#dgGrupo .head .cortemano{
	width: 50px;
}
#dgGrupo .head .Operador{
	width: 350px;
}

#dgGrupo .head .Estado, #dgGrupo .Contenido .fila .Estado {
    overflow: hidden;
    width: 55px;
}
#dgGrupo .Contenido .fila div{
	height:21px;
	overflow:hidden;
}

#dgGrupo .Contenido .fila div.Proyecto{
	width: 146px;
}

#dgGrupo .Contenido .fila div.Maquina{
    padding: 0 4px;
    width: 208px;
}


#dgGrupo .Contenido .fila div.Maquina select {
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0 1px;
    width: 100%;
}

#dgGrupo .Contenido .fila div.Horario{
    padding-left: 3px;
    width: 100px;
}

#dgGrupo .Contenido .fila div.centrocosto {
    visibility:hidden;
    padding-left: 3px;
    width: 100px;
}

    #dgGrupo .Contenido .fila div.hsimputadas {
        visibility: hidden;
        padding-left: 3px;
        width: 100px;
    }

#dgGrupo .Contenido .fila div.cortemano {
    padding-left: 3px;
    width: 100px;
}

#dgGrupo .Contenido .fila div.Operador{
	/*border: none;*/
	width: 266px;
}

#dgGrupo .Contenido .fila div.AsignarGES{
    border: medium none;
    cursor: pointer;
    float: left;
	height: 18px;
    margin: 0;
    padding: 2px 1px;
    width: 16px;
}

#dgGrupo .Contenido .fila div.Borrar {
    border: medium none;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 1px;
    width: 16px;
}

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid black;
    background: #eee;
    padding: .25em;
}

#dgGrupo .Contenido .fila div.Asignar{
    cursor: pointer;
	float: left;
    height: 18px;
	margin: 0;
    padding: 2px 1px;
    width: 18px;
}

#dgGrupo .Contenido .fila div.Dividir {
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 0;
    padding: 2px 1px;
    width: 18px;
}

#dgGrupo .fila .Tarea, #dgGrupo .head .Tarea{
	width: 268px;
	overflow: hidden;
}

#dgGrupo .Contenido .fila img{
	cursor: pointer;
	float:right;
}
#dgGrupo .Contenido .fila.subtitulo img {
    margin-left: -3px;
    margin-right: 4px;
}
#dgGrupo .fila .FechaCreacion, #dgGrupo .head .FechaCreacion{
	width: 140px;
	height: 22px;
	line-height: 22px;
}

#dgGrupo .Contenido{
	font-weight: normal;
	border: 1px solid #999;
	border-top: none;
	color: #555;
	_float: left;
	width: 100%;
	overflow-y: scroll;
	height: 400px;
}

#dgGrupo .Contenido div{
	float: left;
	text-align: center;
	border-right: 1px solid #999;
    padding-left: 2px;
    text-align: left;
    width:100%;
}

#dgGrupo .Contenido .fila{
	float: left;
	height: 21px;
	line-height: 22px;
	border-right: none;
	border-bottom: 1px solid #999;
	_width: 777px;
}

#dgGrupo .Contenido .fila.marcada {
    color: #FF0000;
    font-weight: bold;
}

#dgGrupo .Contenido .subtitulo {
    background: rgba(230, 126, 34, 0.62) none repeat scroll 0 0;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
    text-align: left;
}

#dgGrupo .Contenido .subtitulo .fa {
   padding-top:2px;
   font-size:20px;
}


#dgGrupo .Contenido .filaDatos{
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
}

#dgGrupo .Contenido .filaDatos .fa {
   padding-top:1px;
   font-size:16px;
}

#dgGroup .Contenido .fila img{
	float: left;
	cursor: pointer;
}
.contentHeader .botones{
	float:left;
	width:150px;
	margin-top:12px;
	margin-left:50px;
}
.contentHeader .botones img{
	float:left;
	margin:0;
}

.divCantPersonas{
    cursor: pointer;
    height: 18px;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 230px;
}

.divCantPersonas .texto{
    background: none repeat scroll 0 0 #428bca;
    color: #ffffff;
    padding-left: 20px;
    font-size: 15px;
}


.item{
	background: #dddddd;
}

.alt{
	background: #ffffff;
}

#fondoOscuro {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 800px;
	background-color: #000;
	display: none;
	opacity: 0.85;
}
#loading{
	background: #eeeeee url(../Images/loading2.gif) 1px 1px no-repeat ;
	width: 102px;
	height: 16px;
	position: absolute;
	top: 220px;
	margin-left: 50%;
	display: none;
	border: 1px solid #cccccc;
	
}

/*Fondo oscuro usado param los modales en listaDisponible.aspx */
#fondoOscuroModal {
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10000;
}

#mensajeErrorFondoModal {
    display: flex;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    height: 30%;
    background-color: #fff;
    color: #000;
    opacity: 1;
}

#mensajeErrorFondoModal > h4 {
    margin: auto;
}

.hora
{
    max-width:50px;
    padding-left:5px;
    }
    
#legajos {
    font-size: 10px;
} 

#dgConf .foto {
    height: 100px;
    width: 110px;
    position: relative;
}

#dgConf .foto .contentImg {
    clip: rect(32px, 92px, 125px, 10px);
    left: 5px;
    position: absolute;
    top: -30px;
    width: 100px;
}

#dgConf .foto .contentImgProp {
    clip: rect(32px, 92px, 125px, 10px);
    left: -5px;
    position: absolute;
    top: -10px;
    width: 100px;
}

#dgConf .foto .contentImg img {
    height: 300px;
    width: 230px;
}

#dgConf .foto .contentImgProp img {
    height: 300px;
    width: 230px;
    margin-left:-130px;
    
}

#dgConf .presente {
    background: #dff0d8 none repeat scroll 0 0;
    color: #3c763d;
}

#dgConf .ausente {
    background: #f2dede;
    color: #a94442;
}

.presencia .glyphicon-ok-sign::before {
    margin-right: 10px;
}

.presencia .glyphicon-exclamation-sign::before {
    margin-right: 10px;
}

.row .panel-teal .widget-left {
    background: #1ebfae;
    color: #fff;
}

.row .panel-red .widget-left {
    background: #f9243f;
    color: #fff;
}

.row .widget-left {
    height: 80px;
    padding-top: 15px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.row .glyphicon-l {
    font-size: 3em;
}

.row .widget-right .text-muted {
    color: #9fadbb;
    font-size:14px;
}

.row .panel .large {
    font-size: 1em;
}

.row .col-lg-5 {
    width:110px;
}

#dgConf.contenidoPantalla {
    float:left;
    width:100%;
}

#dgConf.contenidoPantalla .panel-heading .panel-title {
    font-size:32px;
}

#dgConf.contenidoPantalla .panel-success .panel-heading .panel-title,#dgConf.contenidoPantalla .panel-danger .panel-heading .panel-title {
    font-size:20px;
}

#dgConf.contenidoPantalla .panel-success .panel-heading .panel-title .glyphicon:before,#dgConf.contenidoPantalla .panel-danger .panel-heading .panel-title .glyphicon:before{
    margin-right: 10px;
}

#dgConf.contenidoPantalla .divContentGrupo {
    float: left;
    height: auto;
    width: 100%;
}

#dgConf.contenidoPantalla .divContentGrupo .panel-heading {
    position:relative;
}

#dgConf.contenidoPantalla .divContentGrupo .total{
    font-size: 30px;
    position: absolute;
    right: 55px;
    top: 5px;
}

#dgConf.contenidoPantalla .divContentGrupo .cantidad{
    font-size: 23px;
    padding-left: 10px;
}

#dgConf.contenidoPantalla .divContentGrupo .presentes, .contenidoPantalla .divContentGrupo .ausentes {
    float:left;
    border-right: 1px solid #ddd;
}

#dgConf.contenidoPantalla .divContentGrupo .contentImg {
    float:left;
}

#dgConf.contenidoPantalla .divContentGrupo .contentImg img{
    float: left;
    height: 300px;
    width: 230px;
}

#dgConf.contenidoPantalla .foto {
    border: 1px solid #ccc;
    height: 123px;
    position: relative;
    width: 90px;
    float: left;
}

#dgConf.contenidoPantalla .foto .nombre{
    float: left;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#dgConf.contenidoPantalla .contentImg {
    clip: rect(33px, 93px, 124px, 10px);
    left: -9px;
    position: absolute;
    top: -9px;
    width: 100px;
}

#dgConf.contenidoPantalla .contentImg img {
    height: 300px;
    width: 230px;
}

#barraPantalla {
    float:left;
    width:100%;
}

#barraPantalla .tituloPrincipal {
    float:left;
    font-size:33px;
}

#barraPantalla #timer {
    float: left;
    font-size: 15px;
    margin-left: 50px;
    width: 300px;
}

#barraPantalla .empleados {
    float:right;
    font-size:33px;
}


#dgGrupo div.centrocosto, #dgGrupo div.hsimputadas, #dgGrupo div.cortemano {
   float:left;
   width:50px; 
}

#dgGrupo div.centrocosto select, #dgGrupo div.hsimputadas select, #dgGrupo div.cortemano select {
   float:left;
   width:100%; 
}

#menu #nav .dropdown .dropdown-toggle {
    padding: 15px 12px;
}

.row .etiqueta {
    text-align: right;
    width: 230px;
}

.row textarea {
    height: 40px;
    max-height: 120px;
    min-width: 200px;
    max-width: 510px;
    min-height: 30px;
}

.row .input-group {
    margin-bottom: 8px;
}

.titulo {
    font-size:21px;
    font-weight:bold;
    text-align:center;
    width:100%;
}

.row .listadoTiposOperativos {
    float: left;
    margin-left: -25px;
    margin-right: 60px;
    width: 210px;
}

.row .listadoTiposOperativos .btn {
    font-size: 12px;
    margin-bottom: 2px;
    width: 90%;
}

.row .listadoTiposOperativos .elements .btn {
    margin-left: 10px;
}

.tablaGrilla th.centrocostooperativo,th.tipoOperativo,.tablaGrilla th.lugarOperativo,.tablaGrilla th.operativo,.tablaGrilla th.cantManos,.tablaGrilla th.detalle,.tablaGrilla th.editar,.tablaGrilla th.borrar, th.anular {
    padding:2px;
}

.tablaGrilla .centroCostoOperativo {
    width: 150px;
    text-align:center;
    padding: 0;
}

.tablaGrilla .tipoOperativo {
    width: 150px;
    text-align:center;
    padding: 0;
}

.tablaGrilla .lugarOperativo {
    width: 150px;
    text-align:center;
    padding: 0;
}

.tablaGrilla .operativo {
    width: 150px;
    text-align:center;
    padding: 0;
}

.tablaGrilla .cantManos {
    width: 50px;
    text-align:center;
    padding: 0;
}

.tablaGrilla .detalle {
    width: 100%;
    text-align:center;
    padding: 0;
}

.tablaGrilla .prioridad {
    width: 114px;
    text-align: center;
    padding: 0;
}

.tablaGrilla .prioridad input{
    text-align: center;
}

.tablaGrilla .detalle div{
    color: #000000;
    font-family: arial;
    font-size: 8.5px;
    font-weight: bold;
    padding: 3px 0 0 5px;
    text-align: left;
    width: 100%;
}

.tablaGrilla .editar,.tablaGrilla .borrar, .tablaGrilla .anular {
    width: 42px;
    text-align:center;
    padding: 0;
}

    .tablaGrilla .editar i, .tablaGrilla .borrar i, .tablaGrilla .anular i {
        font-size: 15px;
    }

.tablaGrilla {
    table-layout:fixed;
}

.tablaGrilla .btn {
    font-size: 10px;
    line-height: 28px;
    margin-bottom: 2px;
    padding: 0;
    margin:0;
    width: 100%;
}

.tablaGrilla .lugarOperativo select,.tablaGrilla .operativo select {
    float: left;
    font-size: 10px;
    height: 30px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.tablaGrilla .cantManos input{
    float: left;
    text-align:center;
    height: 30px;
}

.tablaGrilla .operativo select .oculto {
    display:none;
}

.tablaGrilla .operativo select .visible {
    display:block;
}

.obligatorio:after { 
    color: red;
    content: "*";
    font-size: 16px;
    margin-left: 4px;
    position: absolute;
    top: 5px;
}

.table-responsive {
    border: 1px solid #ddd;
    max-height: 380px;
    overflow-y: auto;
}

#contenedor .grupoFilas {
    border: 1px solid #eee;
    float: left;
    margin-right: 3px;
    width: 300px;
}

#contenedor .grupoFilas .input-group{
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 4px;
    width: 100%;
}

#contenedor .grupoFilas .input-group .input-group-addon {
    display: block;
    float: left;
    text-align: right;
    width: 250px;
}

#contenedor .grupoFilas .input-group .form-control {
    display: block;
    float: left;
    height: 26px;
    width: 40px;
}

.table-responsive {
    display: flex;
    table-layout: fixed;
}

.table-responsive .id {
    width:150px;
    text-align:center;
}

.table-responsive .descripcion100 {
    width:100%;
    text-align:center;
}

.table-responsive .editar {
    width:50px;
}

.table-responsive .borrar, .table-responsive .anular {
    width:50px;
}

.table-responsive .nombre
{
    width:250px;
    }

.table-responsive .editando {
    background: #8fd0a0 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}

.table-responsive tr {
    cursor:pointer;
}

#page-wrapper #contentPrincipal {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.table-responsive table {
    table-layout: fixed;
}

#page-wrapper #contentPrincipal #datosFormulario {
   overflow-y:auto;
}

.table-responsive .botonAccion {
    width:50px;
}

.table-responsive .empresa {
    width:100px;
}

.table-responsive .dni {
    width:80px;
}

.table-responsive .modo {
    width:100px;
}

.table-responsive .convenio {
    width:150px;
}

.table-responsive .telefono {
    width:100px;
}

.table-responsive .fecha {
    width:100px;
}


#listaLegajosDisponibles  .header{
    background: none repeat scroll 0 0 #336699;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 25px;
    position: relative;
    text-align: center;
    width: 350px;
}

#listaLegajosDisponibles .header #cerrarPopUp{
	background: none repeat scroll 0 0 #66CCFF;
    border: 2px solid #999999;
    border-radius: 12px 12px 12px 12px;
    color: #DDEEFF;
    cursor: pointer;
    font-family: segoe ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 18px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -11px;
    top: -11px;
    width: 18px;
}

#listaLegajosDisponibles .lista{
	float: left;
    font-size: 11px;
	font-weight: bold;
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    width:350px;
}

#listaLegajosDisponibles .lista img{
	float: left;
	height: 14px;
	margin: 25px 75px;
	width: 100px;
}

#listaLegajosDisponibles .lista .legajo{
    border-bottom: 1px solid #000000;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 0 0 0 4px;
    text-align: left;
    width: 100%;
}

#listaLegajosDisponibles  .lista .legajo.item{
	background: #fff;
}

#listaLegajosDisponibles  .lista .legajo.altItem{
	background: #CCCCCC;
}

#listaLegajosDisponibles  .lista .legajo.asignado{
	color: #6666FF;
}

.row .filtrar {
    background:#8fd0a0;
    color:#fff;
}

.filtroCampo {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: -2px 1px;
    padding: 7px;
}

.grupoFiltro .input-group .form-control {
    width:90%;
}

.datosFormulario .contenedorMediano {
    float: left;
    margin-left: 30px;
    width: 47%;
}

#reportes
{
   overflow-y: scroll;
    max-height: 400px; 
    }
    
    #dgGrupo .Contenido .contendorGrupo {
    padding-left: 0;
}

#dgGrupo .head .contentCheck, #dgGrupo .Contenido .contentCheck {
    height: 29px;
    width: 20px;
}

.table-responsive thead tr th {
    position: sticky;
    height:20px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.table-responsive tbody tr td {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.historiaClinica .table-responsive tr {
    cursor: inherit;
}

.historiaClinica .table-responsive thead, .historiaClinica .table-responsive tbody{
    font-size:10px;
}

.historiaClinica .table-responsive tbody tr td div{
    line-height: inherit;
    max-height: 43px;
    overflow: hidden;
}

.historiaClinica .table-responsive .nombre {
    width: 140px;
}

.historiaClinica .table-responsive .fecha {
    width: 60px;
}

.historiaClinica .table-responsive .hora {
    width: 35px;
}

.historiaClinica .table-responsive .tipo {
    width: 60px;
}

.historiaClinica .table-responsive tbody .detalle,.historiaClinica .table-responsive tbody .medicamento,.historiaClinica .table-responsive tbody .tratamiento {
    width: 150px;
}

.historiaClinica .table-responsive .proxControl {
    width: 50px;
}

.historiaClinica .table-responsive .visitaMedica {
    width: 42px;
}

.historiaClinica .table-responsive .estado {
    width: 68px;
}

.historiaClinica .table-responsive .adjuntos {
   width: 68px;
}

.historiaClinica .table-responsive tbody .adjuntos {
   cursor: pointer;
   font-size: 18px;
}

.historiaClinica .divDetalle {
    background: #428bca none repeat scroll 0 0;
    border-color: #428bca;
    border-radius: 5px;
    color: #fff;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 40%;
    width: 400px;
}

.historiaClinica .divDetalle .cerrar {
    cursor: pointer;
    float: right;
    font-size: 20px;
}

.historiaClinica .divDetalle .tituloDetalle {
   font-size: 22px;
   font-weight: bold;
   text-align:center;
}

.historiaClinica .divDetalle .contenidoDetalle {
   font-size:12px;
   margin-top:20px;
   margin-bottom: 20px;
   padding: 5px;
   text-align:center;
}

.historiaClinica .celdaSel {
    border:1px solid blue;
}

.historiaClinica .divContentAdjuntos {
    background: #428bca none repeat scroll 0 0;
    border-color: #428bca;
    border-radius: 5px;
    color: #fff;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 20%;
    width: 600px;
}

.historiaClinica .divContentAdjuntos .cerrar {
    cursor: pointer;
    float: right;
    font-size: 20px;
}

.divContentAdjuntos .link {
    float: left;
    margin-bottom: 4px;
    width: 100%;
}

.divContentAdjuntos .link a:hover {
    color: #000;
}

.divContentAdjuntos .link a {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-decoration: underline;
}

.PuestosApuntadores
{
    display:flex;
}
planOp-vistaprevia-panelPrimary {
    margin: 0;
}

.planOp-vistaprevia-tabla {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 75%;
}

.planOp-vistaprevia-contenedor-opciones {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    height: 10%
}

    .planOp-vistaprevia-contenedor-opciones > button {
        margin: 0 10px;
        font-weight: bold;
        height: 40px;
    }

/*CSS de Registro de Llamados*/

.registroLlamados-tabla-personal > #dgRLDiario > tr.selected,
.registroLlamados-tabla-personal > #dgRLSemanal > tr.selected {
    background-color: lightblue !important;
}

.registroLlamados-contenedor-tabla {
    display: flex;
    justify-content: space-between;
    table-layout: fixed;
    border: 1px solid #ddd;
    max-height: 380px;
    overflow-y: auto;
}

.registroLlamados-contenedor-tabla thead {
    background-color: #428bca;
}

.registroLlamados-contenedor-tabla thead th{
    color:#fff;
}

.registroLlamados-tabla-personal {
}

.registroLlamados-contenedor-tabla-div {
    width: 50%;
    height: 250px;
    margin: 0;
    overflow-y: auto;
}

.registroLlamados-tabla-registros {
    width: 100%;
    height: 100%;
    margin: 0;
}

.registroLlamados-tabla-registros thead tr th:nth-child(1) {
    width:20%;
}
.registroLlamados-tabla-registros thead tr th:nth-child(2) {
    width: 40%;
}
.registroLlamados-tabla-registros thead tr th:nth-child(3) {
    width: 20%;
}
.registroLlamados-tabla-registros thead tr th:nth-child(4) {
    width: 20%;
}

.registroLlamados-formulario {
    width: 50%;
    height: 250px;
    border: 1px solid #ddd;
}

.registroLlamados-formulario > div {
    display: flex;
    align-content: start;
    margin: 10px;
}

.registroLlamados-formulario > div > label {
    width: 120px
}

.registroLlamados-formulario-fechayhora{
    display:flex;
    justify-content:space-around;
    align-content:center;
}

.registroLlamados-formulario-fechayhora > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.registroLlamados-formulario-fechayhora > div > label {
    width: 80px
}

.registroLlamados-formulario-fechayhora > div > input{
    line-height:inherit;
}

.registroLlamados-formulario-contactado > div > label {
    margin: 0 10px 0 5px
}

.registroLlamados-formulario-confirmacion > div > label {
    margin: 0 10px 0 5px
}

.registroLlamados-formulario-submit {
    justify-content: space-around;
}
/* FIN de CSS de Registro de Llamados*/


/* CSS de Planificacion Semanal*/

.planificacionSemanal-tabla-personal #dgPlan > tr.selected {
    background-color: lightblue !important;
}

.planificacionSemanal-tabla-personal #dgPlan > tr.ocupado {
    background-color: lightgray !important;
}

.planificacionSemanal-contenedor-tabla {
    display: flex;
    justify-content: space-between;
    table-layout: fixed;
    border: 1px solid #ddd;
    max-height: 500px;
    overflow-y: auto;
}

.planificacionSemanal-contenedor-tabla thead {
    background-color: #428bca;
}

.planificacionSemanal-contenedor-tabla thead th {
    color: #fff;
}


.planificacionSemanal-contenedor-tabla-div {
    width: 50%;
    height: 480px;
    margin: 0;
    overflow-y: auto;
}

.planificacionSemanal-tabla-personal {
    width: 100%;
    height: 100%;
    margin: 0;
}

.planificacionSemanal-formulario {
    width: 50%;
    height: 250px;
    border: 1px solid #ddd;
}

.planificacionSemanal-formulario > div {
    display: flex;
    align-content: start;
    margin: 20px;
}

.planificacionSemanal-formulario > div > label {
    width: 120px
}

.planificacionSemanal-formulario-fechas {
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.planificacionSemanala-formulario-fechas > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.planificacionSemanal-formulario-fechas > div > label {
    width: 80px;
}

.planificacionSemanal-formulario-fechas > div > input {
    line-height: inherit;
}

.planificacionSemanal-formulario-contactado > div > label {
    margin: 0 10px 0 5px
}

.planificacionSemanal-formulario-confirmacion > div > label {
    margin: 0 10px 0 5px
}

.planificacionSemanal-formulario-submit {
    justify-content: space-around;
}

.planificacionSemanalDetalle {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.planificacionSemanalDetalle > button {
    width: 30px;
    height: 30px;
}
    /* FIN de CSS de Planificacion Semanal*/

/* CSS para modal de motivos de convocatioria*/

/*Overlay para el modal de ListaDisponibles.aspx (el de motivo de convocatoria). */
.overlayCMotivo {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(211, 211, 211, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.overlayCMotivo > div {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.overlayCMotivo > div {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

#motivos > tr {
    cursor: pointer;
    transition: 0.3s ease;
}

#motivos > tr:hover {
    background-color: #5bc0de;
}

#fondoOscuroModalMotivo thead {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

/* FIN de CSS para modal de motivos de convocatioria*/