﻿
body, html{
	/*font-family: 'Lato', sans-serif;*/
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
	font-size:14px;
	height:100%;
	margin: 0;
	padding: 0;
    /*background-color: gold;*/
}

.hr_shadow {
    /*height: 5px;
    border: 0;
    box-shadow: 0 5px 5px -5px #5a5a5a inset;*/
    color: #bf5527;
    background-color: #bf5527;
    height: 2px;
    line-height: 0px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.label {
    color: #000000;
    font-size: 14px;
    margin: 0px;
}

.label_Brown_Medium {
    color: #bf5527 !important;
    font-size: 14px;
}

.label_Brown_Medium hover {
    color: #5a5a5a;
    font-size: 12px;
}

.ddl {
    display: inline-block;
    margin-left: -10px;
    width: 178px;
    height: 32px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.table_collapse
{
    width: 100%;
    /*background-color: springgreen;*/
}

.table_collapse tr, .table_collapse td
{
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0px;
    /*margin: 0px;
    padding: 0px;
    line-height: 0px;*/
    /*border: 1px solid #000;*/
}

.p_SubTitles
{
	/*font-family: 'Lato', sans-serif;*/
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
    font-size: 16px;
    font-weight: bold;
    /*line-height:30%;*/
    text-align:center;
    margin-top:10px;
    margin-bottom:-5px;
}

.p_Text
{
	/*font-family: 'Lato', sans-serif;*/
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
    font-size: 16px;
    margin-top:10px;
    margin-bottom:-5px;
}

.noData {
    background-image: url('../CSS/IMG/noData.png');
}

/**************************** GENERIC GRID  ************************/

.Grid {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  border: 1px solid #38678f;
  background: white;
}
.Grid th {
  text-align: center;
  background: steelblue;
  height: 54px;
  /*font-weight: bold;*/
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;
}
.Grid tr {
  border-bottom: 1px solid #cccccc;
}
.Grid tr:last-child {
  border-bottom: 0px;
}
.Grid td {
  text-align: left;
  border-right: 1px solid #cccccc;
  padding: 0px;
  transition: all 0.2s;
}
.Grid td:last-child {
  border-right: 0px;
}
.Grid td.selected {
  background: #d7e4ef;
  z-index: 99;
}
.Grid td input {
  font-size: 14px;
  background: none;
  outline: none;
  border: 0;
  display: table-cell;
  height: 100%;
  width: 100%;
}
.Grid td input:focus {
  box-shadow: 0 1px 0 steelblue;
  color: steelblue;
}
::-moz-selection {
  background: steelblue;
  color: white;
}
::selection {
  background: steelblue;
  color: white;
}
.Grid {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: float 5s infinite;
}

/*-------------------------------------------------------------------*/

.Grid_Brown_Info { 
height: 20px;
box-shadow: inset 0px 1px 2px #bf5527;
background-color: #FFFFFF;
border: 1px solid #7f391a;
border-collapse: separate;
border-left: 0;
border-radius: 4px;
border-spacing: 0px;
text-align: center;
}
.Grid_Brown_Info thead {
text-align: center;
color: #FFFFFF;
display: table-header-group;
vertical-align: middle;
border-color: inherit;
border-collapse: separate;
}
.Grid_Brown_Info tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.Grid_Brown_Info th
{
font-size: 12px;
text-align: center;
font-weight:normal;
}
.Grid_Brown_Info td
{
color: #5a5a5a;
font-size: 11px;
text-align: left;
}
.Grid_Brown_Info th, .Grid_Brown_Info td {
padding: 5px 4px 6px 4px;
border-left: 1px solid #7f391a;    
}
.Grid_Brown_Info th {
text-align: center;
vertical-align: middle;
background-color: #bf5527;
border-bottom: 1px solid #7f391a;
}
.Grid_Brown_Info td {
vertical-align: middle;
border-left: 1px solid #7f391a;
border-top: 1px solid #7f391a;
}
.Grid_Brown_Info thead:first-child .Grid_Brown_Info tr:first-child .Grid_Brown_Info th:first-child,
.Grid_Brown_Info tbody:first-child .Grid_Brown_Info tr:first-child .Grid_Brown_Info td:first-child {
border-radius: 4px 0 0 0;
}
.Grid_Brown_Info thead:last-child .Grid_Brown_Info tr:last-child .Grid_Brown_Info th:first-child,
.Grid_Brown_Info tbody:last-child .Grid_Brown_Info tr:last-child .Grid_Brown_Info td:first-child {
border-radius: 0 0 0 4px;
}
.Grid_Brown_Hover tr:hover {
background-color: #e1906b;
}
.Grid_Brown_td_NotLines td {
border: none;
}


/*------------------------------GRAY---------------------------------------*/




/*------------------------------BIG---------------------------------------*/

.BigGrid_Brown_Info { 
height: 20px;
box-shadow: inset 0px 1px 2px #bf5527;
/*background-color: #FFFFFF;*/
/*opacity: 0.5;
filter: alpha(opacity=50);*/
border: 1px solid #7f391a;
border-collapse: separate;
border-left: 0;
border-radius: 4px;
border-spacing: 0px;
text-align: center;
}
.BigGrid_Brown_Info thead {
text-align: center;
color: #FFFFFF;
display: table-header-group;
vertical-align: middle;
border-color: inherit;
border-collapse: separate;
}
.BigGrid_Brown_Info tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.BigGrid_Brown_Info th
{
font-size: 14px;
text-align: center;
font-weight:normal;
}
.BigGrid_Brown_Info td
{
color: #5a5a5a;
font-size: 14px !important;
text-align: left;
}
.BigGrid_Brown_Info th, .BigGrid_Brown_Info td {
padding: 5px 4px 6px 4px;
border-left: 1px solid #7f391a;    
}
.BigGrid_Brown_Info th {
text-align: center;
vertical-align: middle;
background-color: #bf5527;
border-bottom: 1px solid #7f391a;
}
.BigGrid_Brown_Info td {
vertical-align: middle;
border-left: 1px solid #7f391a;
border-top: 1px solid #7f391a;
border-bottom: 1px solid #7f391a;
}
.BigGrid_Brown_Info thead:first-child .BigGrid_Brown_Info tr:first-child .BigGrid_Brown_Info th:first-child,
.BigGrid_Brown_Info tbody:first-child .BigGrid_Brown_Info tr:first-child .BigGrid_Brown_Info td:first-child {
border-radius: 4px 0 0 0;
}
.BigGrid_Brown_Info thead:last-child .BigGrid_Brown_Info tr:last-child .BigGrid_Brown_Info th:first-child,
.BigGrid_Brown_Info tbody:last-child .BigGrid_Brown_Info tr:last-child .BigGrid_Brown_Info td:first-child {
border-radius: 0 0 0 4px;
}
.BigGrid_Brown_Hover tr:hover {
background-color: #e1906b;
}
.BigGrid_Brown_td_NotLines td {
border: none;
}

/*------------------------------ FREEZE -------------------------------------*/

.Grid_Brown_Info_Freeze tbody,
.Grid_Brown_Info_Freeze thead {
display: block;
}

.Grid_Brown_Info_Freeze thead .Grid_Brown_Info_Freeze tr .Grid_Brown_Info_Freeze th { 
height: 30px;
line-height: 30px;
}

.Grid_Brown_Info_Freeze tbody {
height: 420px;
overflow-y: auto;
overflow-x: hidden;
}

.Grid_Brown_Info_Freeze tbody {
border-top: 1px solid #7f391a;
}

/*---------------------------- FREEZE DIV FIXED -----------------------------------*/

.sticky-element.stuck {
    position: fixed;
    padding-left: 5%;
    padding-right: 10%;
    margin-top: 0px;
    top: 45px;
    left: 0px;
    height: 40px;
    width: 100%;
    font-size: 11px;
    box-shadow: 0 4px 2px -2px gray;
    z-index: 999;
}
.sticky-element {
    background-color:grey;
    color: white;
    font-family: sans-serif;
    z-index: 999;
}
.container-sticky{/*container for centering element*/
    z-index: 999;
}
/*------------------------------ MODAL POP-UP -------------------------------------*/

.mp_td_slim  
{
font-size: 1px;
line-height: 1px;
padding: 0px;
border-collapse: collapse;
} 

.mp_td_titles
{
background-color: #bf5527;
height: 20px;
text-align: center;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
margin: 0;
padding: 0;
line-height: 0;
border-collapse: collapse;
vertical-align: middle;
margin-top: 2px;
margin-right: 2px; 
}

.Modal_BG
{
background-color: #5b5b5b;
filter: alpha(opacity=50);
opacity: 0.7;
-webkit-opacity: 0.7!important;
}

.mp_text_title
{
font-size: 12px;
color: #FFFFFF;
text-align: center;
float: none !important;
margin-left: 50px;
}
    
/* TOOL TIP´s  */
    
a.tooltips_RIGHT {
  position: relative;
  display: inline;
}
a.tooltips_RIGHT span {
  position: absolute;
  /*width:250px;*/
  color: #FFFFFF;
  background: #5a5a5a;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  text-decoration:none;
}
a.tooltips_RIGHT span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0px; height: 0px;
  border-right: 8px solid #5a5a5a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

a:hover.tooltips_RIGHT span {
  visibility: visible;
  /*opacity: 0.8;*/
  left: 100%;
  top: 50%;
  margin-top: -20px;
  margin-left: 12px;
  margin-top: -15px\9;
  margin-left: 0px\9;
  z-index: 999;
}

/**********************************/

a.tooltips_LEFT {
  position: relative;
  display: inline;
}
a.tooltips_LEFT span {
  position: absolute;
  /*width:240px;*/
  color: #FFFFFF;
  background: #5a5a5a;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  text-decoration:none;
}
a.tooltips_LEFT span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #5a5a5a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips_LEFT span {
  visibility: visible;
  /*opacity: 0.8;*/
  right: 100%;
  top: 50%;
  margin-top: -20px;
  margin-right: 12px;
  margin-top: -15px\9;
  margin-right: 2px\9;
  z-index: 999;
}

/**********************************/

/*Boton subir*/
.back-to-top {
	color               : rgba(0, 0, 0, .5);
	bottom              : 2%;
	clear               : both;
	cursor              : hand;
	cursor              : pointer;
	display             : block;
	display             : none;
	font-size           : 52px;
	height              : 46px;
	padding-left        : 7px;
	position            : fixed;
	right               : 2%;
	width               : 46px;
	z-index             : 1;
    text-decoration: none;
}
.back-to-top:hover {	
	color               : #7f391a;
	-webkit-transition  : background-color 300ms ease-out;
	-moz-transition     : background-color 300ms ease-out;
    text-decoration: none;
}


/*Boton zoom*/
.zoom-screen-less, .zoom-screen-more {
	color               : rgba(0, 0, 0, .5);
	clear               : both;
	cursor              : hand;
	cursor              : pointer;
	display             : block;
	display             : none;
	font-size           : 52px;
	height              : 46px;
	padding-right       : 7px;
	position            : fixed;
	left                : 2%;
	width               : 46px;
	z-index             : 1;
    text-decoration: none;
}

.zoom-screen-less {
    bottom: 3%;
}

.zoom-screen-more {
    top: 6%;
}

.zoom-screen-less:hover, .zoom-screen-more:hover {	
	color               : #7f391a;
	-webkit-transition  : background-color 300ms ease-out;
	-moz-transition     : background-color 300ms ease-out;
    text-decoration: none;
}
/********************************************************/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}


/*//----------------------------------------------------------------------------//*/
.containerToggle {
  margin: 5px auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.container > .switch {
  display: block;
  margin: 22px auto;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 136px;
  height: 26px;
  padding: 1px;
  border-radius: 3px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 11px;
  background: #4e7487;    /*OFF*/
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #d74c47;      /*ON*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: -5px;
  width: 36px;
  height: 26px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(to bottom, white 40%, rgba(0, 0, 0, 0.15));
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 100px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}




/*//------------------------------*/

.btn_TratamientoRe_RemisionTodas {
    background: #436781;
    background: -moz-linear-gradient(left, #436781 0%, #099572 48%, #fda211 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #436781), color-stop(48%, #099572), color-stop(100%, #fda211));
    background: -webkit-linear-gradient(left, #436781 0%, #099572 48%, #fda211 100%);
    background: -o-linear-gradient(left, #436781 0%, #099572 48%, #fda211 100%);
    background: -ms-linear-gradient(left, #436781 0%, #099572 48%, #fda211 100%);
    background: linear-gradient(to right, #436781 0%, #099572 48%, #fda211 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436781', endColorstr='#fda211', GradientType=1 );
}
.btn_TratamientoRe_RemisionTodas:hover {
    background: #5a89aa;
    background: -moz-linear-gradient(left, #5a89aa 0%, #0cc697 50%, #fdc468 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5a89aa), color-stop(50%, #0cc697), color-stop(100%, #fdc468));
    background: -webkit-linear-gradient(left, #5a89aa 0%, #0cc697 50%, #fdc468 100%);
    background: -o-linear-gradient(left, #5a89aa 0%, #0cc697 50%, #fdc468 100%);
    background: -ms-linear-gradient(left, #5a89aa 0%, #0cc697 50%, #fdc468 100%);
    background: linear-gradient(to right, #5a89aa 0%, #0cc697 50%, #fdc468 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a89aa', endColorstr='#fdc468', GradientType=1 );
}


/*==================================================
 * TABLES CUSTOM
 * ===============================================*/
.box {
	background:#FFF;
}

.effect1{
     box-shadow: 0 10px 6px -6px #777;
}


.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect7
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}


/*==================================================
 * CHANGE BOOTSTRAP
 * ===============================================*/
.btn-danger { border-color: #0bba8e; background-color: #0bba8e; color:#FFF;}
.btn-danger:hover { border-color: #0bba62; background-color: #09955b; }
.btn-danger:active { border-color: #0bba62; background-color: #09955b; }
.btn-danger:focus { border-color: #0bba62; background-color: #09955b; }
.btn-danger:target { border-color: #0bba62; background-color: #09955b; }

.btn-blue_1 { border-color: #0095b3; background-color: #218C8D; color:#FFF;}
.btn-blue_1:hover { border-color: #0095b3; background-color: #21718d; }
.btn-blue_1:active { border-color: #0095b3; background-color: #21718d; }
.btn-blue_1:focus { border-color: #0095b3; background-color: #21718d; }
.btn-blue_1:target { border-color: #0095b3; background-color: #21718d; }

.btn-brown_1 { border-color: #95581b; background-color: #95621b; color:#FFF;}
.btn-brown_1:hover { border-color: #7f4b17; background-color: #7F5417; }
.btn-brown_1:active { border-color: #7f4b17; background-color: #7F5417; }
.btn-brown_1:focus { border-color: #7f4b17; background-color: #7F5417; }
.btn-brown_1:target { border-color: #7f4b17; background-color: #7F5417; }

.btn-yellow_1 { border-color: #f59f00; background-color: #ffb429; color:#FFF;}
.btn-yellow_1:hover { border-color: #f5b300; background-color: #FF8F00; }
.btn-yellow_1:active { border-color: #f5b300; background-color: #FF8F00; }
.btn-yellow_1:focus { border-color: #f5b300; background-color: #FF8F00; }
.btn-yellow_1:target { border-color: #f5b300; background-color: #FF8F00; }

.btn-green_1 { border-color: #0aa27c; background-color: #0aa27c; color:#FFF;}
.btn-green_1:hover { border-color: #0aa27c; background-color: #098a6a; }
.btn-green_1:active { border-color: #0aa27c; background-color: #098a6a; }
.btn-green_1:focus { border-color: #0aa27c; background-color: #098a6a; }
.btn-green_1:target { border-color: #0aa27c; background-color: #098a6a; }

.btn-orange_1 { border-color: #e5771c; background-color: #e5771c; color:#FFF;}
.btn-orange_1:hover { border-color: #e5771c; background-color: #e5661c; }
.btn-orange_1:active { border-color: #e5771c; background-color: #e5661c; }
.btn-orange_1:focus { border-color: #e5771c; background-color: #e5661c; }
.btn-orange_1:target { border-color: #e5771c; background-color: #e5661c; }



/* --- Login Modal --- */

.legend-login-cab {
	border: 0; 
	text-align: center;
	font-size: 22px;
}

.legend-login {
	font-size: 16px;
	font-weight: 600;
}

.input-login {
	font-size: 16px;
	font-weight: 400;
}

.btn-login {
  color: #fff;
  background-color: #d45500;
  border-color: #d45500;
}
.btn-login:hover,
.btn-login:focus,
.btn-login.focus,
.btn-login:active,
.btn-login.active,
.open > .dropdown-toggle.btn-login {
  color: #fff;
  background-color: #b74900;
  border-color: #b74900;
}
