@charset "utf-8";
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

#milogo{
	max-width: 100%;
	height: auto;
}

.numeros {
	color: #000080;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:90px
}
.boxes {
	color: #000;
	font-family:Gadget, sans-serif;
	font-size:30px
}

#main-menu{
	float:right;
	margin-top:30px;
}
/*login*/
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
/*.input-group { margin-bottom:10px; }*/
.separator { border-right: 1px solid #dfdfe0; }
/*form registro*/
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
/*footer-commom*/
#social:hover {
    			-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
			}
			#social {
				-webkit-transform:scale(0.8);
                /* Browser Variations: */
-moz-transform:scale(0.8);
-o-transform:scale(0.8); 
-webkit-transition-duration: 0.5s; 
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}           
/* 
Only Needed in Multi-Coloured Variation 
*/
.social-fb:hover {
	color: #3B5998;
}
.social-tw:hover {
	color: #4099FF;
}
.social-gp:hover {
	color: #d34836;
}
	.social-em:hover {
		color: #f39c12;
	}
#pfooter{
	font-size:10px;
	}
	/*pie de pagina*/
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 88%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto 10px;
}
/* Set the fixed height of the footer here */
#push,
#footer {
  min-height: 60px;
  height: auto !important;
}
#footer {
  background-color: #eee;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
}
/* Required field START */
.required-field-block {
    position: relative;   
}
.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/*COMBO*/
/*inicio alertas*/
.alert-group>.alert:first-child:not(:last-child){
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
       -moz-border-radius-topleft:5px;
       -moz-border-radius-topright:5px;
       -moz-border-radius-bottomright:0;
       -moz-border-radius-bottomleft:0;
            border-top-left-radius:5px;
            border-top-right-radius:5px;
            border-bottom-right-radius:0;
            border-bottom-left-radius:0;
    margin-bottom:0
}
.alert-group>.alert:not(:first-child):not(:last-child){
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    border-top:0;
    margin-bottom:0
}
.alert-group>.alert:last-child:not(:first-child){
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
       -moz-border-radius-topleft:0;
       -moz-border-radius-topright:0;
       -moz-border-radius-bottomright:5px;
       -moz-border-radius-bottomleft:5px;
            border-top-left-radius:0;
            border-top-right-radius:0;
            border-bottom-right-radius:5px;
            border-bottom-left-radius:5px;
    border-top:0
}
/*fin alertas*/

/*MENU movil*/
#mobile-menu-button{
	float:left;
	width:44px;
	margin:5px 0;
}
#mobile-main-menu {
	display:none;
	text-decoration:none;
}
#mobile-main-menu a{
	display:block;
	width:100%;
	padding:3px 0;
	border-top: 1px solid #eee;
	color:#428bca;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
}
#mobile-main-menu li {
	text-decoration:none;
}
#mobile-main-menu a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#428bca;
}
#parrainforma{
	padding:10px 10px 0 10px;
	text-align:justify;
}


#participacion td {
  padding:5px;
 }
 #participacion th {
  text-align:center; 
  font-family:Arial, Helvetica, sans-serif;
  font:bold;
  font-size:12px;
 }
  #participacion td {
  font-family:Arial, Helvetica, sans-serif;
  margin-right:5px;
  font-size:12px;
 }
.encabezadopdf{
	text-align:center;
	margin:0;
}
.p1{
	font:bold;
	font-size:16px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:1px;
}
.p2{
	font:bold;
	font-size:14px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:1px;
}
.p3{
	font:bold;
	font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:1px;
}

/* pestana*/
.contenedor{
    margin: auto;
    padding: 20px 15px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
}

.contenedor .titulo{
    font-size:20px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 1px;
}

#pestanas {
    float: top;
    font-size: 12px;
    font-weight: bold;
}
#pestanas ul{
    margin-left: -40px;    
}

#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 1px -1px -0px;
    background: darkgrey;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid bisque;
    border-bottom: dimgray;
    padding: 0px 2px 0px 2px;
}

#pestanas a:link{
    text-decoration: none;
    color: bisque;
}

#contenidopestanas{
    clear: both;  
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid bisque;
}
.mdbtnmesa{
	width:25%	
	}
	
p.saltodepagina
{
page-break-after: always;
}
.socio{
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.entrada{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:"Times New Roman", Times, serif;
}
.tentrada{
	margin-top:5px;
	margin-bottom:5px;
}
.timbrado{
	font-size:18px;
}

#WindowLoad
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);
   -moz-opacity:65;
    opacity:0.65;
    background:#999;
}

#tablas th {
	text-align:center;
	text-height:font-size;
	margin:auto;
	font-size:12px;
}
#tablas td {
	margin:auto;
	text-align:center;
	font-size:10px;
}
#tablas td input {
	font-size:14px;
	width:50px;
	height:37px;
	text-align:center;
}

#origin
{
  background-color: lightgreen;
}

#origin img, #drop img {
  margin-top: 3px;
  margin-left: 5px;
}

#drop
{
  background-color: red;
  min-height: 120px;
}
.over {
  border: solid 5px purple;
}
.draggable
{
  border: solid 2px gray;
}
.fecha{
	max-width:150px;
}
.hora{
	max-width:150px;
}
#duracion{
	max-width:150px;
}
.mismalinea{
	display:inline-block;
}
.verde{
	color: #094;
    font-size: 19px;
}

.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;
}

#img-upload{
    width: 50%;
}

.monto{
	text-align:right;
}
#citas{
    font-size:14px;
}
#idpaciente {
	max-width:200px;
}

#edad{
	max-width:50px !important;
}
#analisis label{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
#estudios label{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
#estudios div{
	margin-top:3px;
	padding-right:5px;
	padding-left:25px;
}
#analisis div{
	margin-top:3px;
	padding-right:5px;
	padding-left:25px;
}
#resumentratamientos td {
	font-size:11px;
}
#sexo {
	max-width:50px !important;
}

#monto {
	max-width:60px !important;
	max-height:27px !important;
	font-size:11px;
}

#table-medico th {
	font-size:12px !important;
}
#table-contrato td {
	font-size:12px !important;
}

.cobros td {
	font-size:11px;
}
.cobros th td {
	font-size:10px !important;
	padding: .1rem;
}
.cobros th div {
	padding: .1rem !important;
	font-size: 11px;
	text-align:center
}
.comboespecial {
	background-color:#FFFFFF !important;
	border-radius: 0.2rem !important;
	border-width: 1px !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
	height: calc(1rem + .75rem + 2px) !important;
	font-size: .700rem !important
}
.dropdown-menu {
	font-size: .700rem !important
}

.form-control{
	height: calc(1rem + 0.75rem + 2px) !important;
}

textarea.form-control {
    height: auto !important;
}
/*Dashboard*/
.my-card
{
    position:absolute;
    left:27%;
    top:-20px;
    border-radius:10%;
}

.table tbody tr.selected td{
	background-color:#5fc27e !important;
	opacity: 0.65
}
.card-titulo
{
    position:absolute;
    left:3%;
    top:-20px;
    border-radius:10%;
}
.precioseguro .preciopaciente{
	width:50px;
}

.diaseleccionado{
	background: #17a2b8;
	color:#fff;
}

#idpresupuesto{
	width: 100px;
}

.divnotas{
	width: 50px;
    word-wrap: break-word;
}