/** {transition: all .2s ease;}*/
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: local('Exo Regular'), local('Exo-Regular'), url(../fonts/exoNormal.woff) format('woff');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: local('Exo DemiBold'), local('Exo-DemiBold'), url(../fonts/exoDemi.woff) format('woff');
}
@font-face {
  font-family: 'The Girl Next Door';
  font-style: normal;
  font-weight: 400;
  src: local('The Girl Next Door'), local('TheGirlNextDoor'), url('../fonts/GirlNextDoor.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('../fonts/roboto-condensed.woff') format('woff');
}

#navbar-menu{
	z-index: 2000;
}

#admin-menu{
	z-index: 2001;
}

body{font-family:'Exo';padding:0px;margin:0px;background-color:#e5e5e5;}


.headerContainer{position:relative;height:60px;background-color:#fff;margin:0px;}
.headerContainer .headerTitle{text-align:center;font-size:20px;line-height:60px;}
.headerContainer .logo_new{position:absolute;top:10px;left:10px;}
.headerContainer .logo_new img{height:40px;}
.headerContainer .adminTools{position:absolute;top:15px;right:15px;}

.menuContainer{
	background: rgb(136,136,136); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(136,136,136,1) 0%, rgba(45,41,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(100%,rgba(45,41,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(136,136,136,1) 0%,rgba(45,41,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(136,136,136,1) 0%,rgba(45,41,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(136,136,136,1) 0%,rgba(45,41,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(136,136,136,1) 0%,rgba(45,41,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#2d2929',GradientType=0 ); /* IE6-9 */

	margin-bottom:10px;
	text-align:center;
	padding:0px;
}
.menuContainer .nav-pills{
	text-align:center;
}

.menuContainer .nav-pills > li{
	--text-transform:uppercase;
	font-size:1.2em;
	text-align:left;
	float:none;
	display:inline-block;
	margin:0px;
}

.menuContainer .nav-pills > li + li {
	border-left:2px solid #aaa;
}

.menuContainer .nav-pills > li > a {
	color:#fff;
	padding:4px 10px;
	border-radius:0px;
}
.menuContainer .nav-pills a:hover{
	color:#000;
}

.panel {margin-bottom:0px;}

.pageContainer{
	padding:0px 10px;
}


.loginContainer{
	width:80%;
	border:1px solid;
}

.form-signin{
	width:400px;
	margin:0 auto;
	margin-top:100px;
}

.dropdown-menu li a span{
	margin-right:10px;
}


.form-row{overflow:hidden;margin-bottom:10px;}
.form-row div{padding:0px;}
.form-label{height:34px;line-height:34px;padding:0px;text-align:center;font-weight:bold;text-align:right;}
select.form-control{margin-bottom:0px;}
.form-control-static{height:34px;line-height:34px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;}


.user-form{
	margin:0 auto;
	width:800px;
}

#navbar-menu nav.navbar{
	border-radius: 0px;
	background-color: #697FA6;
	border:none;
	--border-color: #706DDA;
	margin-bottom:10px;
}
#navbar-menu .caret{margin-left:10px;}

#navbar-menu nav.navbar li a, #navbar-menu nav.navbar li.dropdown a{
	color: #FFF;
}

#navbar-menu nav.navbar li.active a, #navbar-menu nav.navbar li.open a.dropdown-toggle, #navbar-menu nav.navbar li.open ul.dropdown-menu{
	background-color: #5B71A9;
}

#navbar-menu nav.navbar ul.nav li:hover {
	background-color: #5B71A9;
}

#navbar-menu nav.navbar li.open ul.dropdown-menu li a:hover { 
    background-color: #8895B5;
}


.innerMenu{width:200px;margin:0 auto;}
.innerMenu a{color:white;text-decoration:none;display:block;padding:6px 12px;background-color:#428BCA;background-color:#697FA6;text-align:center;border-radius:4px;border:1px solid #357EBD;border:1px solid #5B71A9;margin-bottom:20px;}
.innerMenu a:hover{background-color:#357EBD;background-color:#5B71A9;border-color:#256EaD;border-color:#4B6199;}


select.form-control{padding:6px 4px;}
.select2-choice{height:34px ! important;}
.select2-chosen{padding:3px 0px;}


.groupBlock {
    background-color: #f9f9f9;
    border: 1px solid #666;
    border-radius: 6px;
    margin-bottom: 10px;
    --padding: 5px 0;
	--box-shadow: 0px 6px 6px #888888;
}
.groupBlock:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.moduleTitle{padding:4px;text-align:center;background-color:#666;color:#fff;box-shadow:none;}
.sectionTitle{
	border-bottom:1px solid #666;
	margin-bottom:5px;
	background-color:#ddd;
	background-color:#666;
	color:#fff;
	--font-size:16px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	--padding-top:0px ! important;
}
.sectionTitle div{
	line-height:24px;
}

div.row-divisor{padding:5px 0px;}
div .row-divisor:after{
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.form-control.error{
	border:1px solid red;
}

.basicTable{width:100%;border-collapse:collapse;float:none;clear:both;}
.basicTable td, .basicTable th{border:1px solid #bbb;padding:2px 4px;}
.basicTable th{background-color:#ccc;}
.dataTable th{cursor:pointer;}
.basicTable tr:nth-child(2n){background-color:#eee;}
#tabla-prestaciones_paginate #tabla-prestaciones_previous{
	float:left;
}
#tabla-prestaciones_paginate #tabla-prestaciones_next{
	float:right;
}

table.dataTable thead .sorting_asc {
  background-image: url("/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/images/sort_desc.png");
}
table.dataTable thead .sorting {
  background-image: url("/images/sort_both.png");
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper { position: relative; clear: both; *zoom: 1; zoom: 1;}
.dataTables_wrapper .dataTables_length {float: left;}
.dataTables_wrapper .dataTables_filter {float: right;text-align: right;}
.dataTables_wrapper .dataTables_filter input { margin-left: 0.5em;}
.dataTables_wrapper .dataTables_info {  clear: both;  float: left;  padding-top: 0.755em;}
.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}
.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #cacaca;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}

.resaltableTable tbody tr:hover{background-color:#ddd;}

.ellipsisCells td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:0;}
.ellipsisDiv{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

.acciones{text-align:center;padding:1px 0px ! important;}
.acciones btn{width:49%;}
.acciones button{width:49%;}
#list-medicos .acciones{
	width: 14%;
}

#list-medicos .acciones a btn{
	width: 49%;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.numOP{font-size:12px;margin-left:10px;font-weight:bold;}
.numOP::before{content: "(";}
.numOP::after{content: ")";}

.modal-body{padding:10px;}
.modal-body hr{margin:10px;}
.modal-footer{margin-top:0px;}
.modal800{width:800px;}
.modal940{width:940px;}

.seeker-heading:after, .seeker li:after{
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.seeker-heading{
	font-weight:bold;
}
.seeker{
	margin-bottom:0px;
}
.seeker li{
	padding: 0px;
	overflow:hidden;
}
.seeker li div, .seeker-heading div{
	padding: 2px 5px;
	overflow:hidden;
	font-size:0.8em;
}
.seeker li.active{
	color: #FFF;
	background-color: #428BCA;
	border-color: #357EBD;
}
.seeker li:hover{background-color:#ddd;cursor:pointer;}
.seeker li.active:hover{background-color:#62aBeA;}

.seeker li.inactive{background:url("/img/inactiveGrey.png");}

.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.resultOP{
	background-color:#fee;
}
.resultPropia{
	background-color:#efe;
}

.modulosIncluidos{
	margin-left:10px;
}
.overlay{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-10px;
	left:0px;
	background-color:#000;
	opacity:0.4;
	z-index:1040;
}

.waiting{width:100%;height:100%;position:fixed;z-index:99999999;top:0px;}

.modal { z-index:2050;}

td.success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

td.warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}


#tabla-prestaciones tbody{
	font-size:11px;
}

.contactoImg {
    margin: 0 auto;
    height: 140px;
    width: 140px;
}
.contactoImg img {
    height: 140px;
    width: 140px;
    border-radius: 70px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}
.dataTables_wrapper .dataTables_processing {
	z-index:9999;
    position: fixed;
    top: 280px;
    left: 50%;
    width: 100%;
    --height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding: 30px 0px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}

.datepicker input[readonly]{
    --cursor: not-allowed;
    background-color: #FFF;
    opacity: 1;
}
/* -----------------------------*/
/* ESTILOS DEL DEBUG TIMESTAMPS */
/* -----------------------------*/
.group{border-radius:4px;border:1px solid;margin-top:5px;text-align:left;padding:0px 10px;}
.group-title{font-size:16px;padding:4px;border-bottom:1px solid;}
.group-body{font-size:14px;padding:4px;overflow:hidden;}

.group-default{background-color:#f5f5f5;border-color:#bbb;}
.group-default > .group-title{border-color:#999;}

.group-primary{background-color:#eee;border-color:#666;}
.group-primary > .group-title{border-color:#444;}
.group.debugger{margin:10px;}
.group.debugger .group-body > div:nth-child(2n+1){background-color:#ddd;}
.group.debugger .group-body > div > span{display:inline-block;text-align:center;}



/* -----------------------------*/
/*      RESPONSIVE STYLES       */
/* -----------------------------*/
@media (max-width: 1280px) {
	#tabla-prestaciones tbody {
		font-size: 9px;
	}
	.btn-xs, .btn-group-xs > .btn {
		padding: 0;
		font-size: 11px;
	}
}

#ambulatorioContainer, #internacionContainer{
	padding-left: 15px;
}