:root{
    --warning : #f5e79e;
	--striped-color : #f0f0f0;
	--theme-color :#6f5499;
	--navbar-inverse-color : #35b0cc;

}

html {height:100%;}
/*********************************
GENERAL
**********************************/
.heading-info
{
 	display: block;
	padding: 10px 5px;
	background-color: var(--green-poli-soft);
	margin-top: 20px;
	color: white;
	font-weight: bolder;
	bottom:1px solid silver;
	outline:silver;
}

.sh-mt-3{
	margin-top: 25px;
}

.sh-mb-3{
	margin-bottom: 25px;
}


.sh-mt-4{
	margin-top: 35px;
}

.sh-mb-4{
	margin-bottom: 35px;
}

input.input-block
{
	display: block!important;
	width: 99%!important;
	margin: auto!important;
}

/****************************************************
				LOGIN PAGE
****************************************************/
body#alogin
{
	min-height:100%;
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 2%, rgba(41,137,216,1) 32%, rgba(30,87,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(2%,rgba(32,124,202,1)), color-stop(32%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* W3C */
}

#divLoginMain
{
	width:100%;
   min-height: 400px;
	border:1px solid red !important;
}

body#login #divTopBar
{
   height: 80px;
   margin-top: 0px;
	border:none !important;
	text-shadow: 1px 1px #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

#divLoginMain div.leftSide
{
	display:inline-block;
	text-align:center;
	font-size:1.5em;
	font-weight: 600;
	color:white;
	vertical-align:top;
	padding-top:3%;
}

#divLoginMain div.leftSide #divVideo
{
	border:2px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	height:200px;
	margin:auto;
	-moz-box-shadow: 3px 3px 4px #111;
	-webkit-box-shadow: 3px 3px 4px #111;
	box-shadow: 3px 3px 4px #111;
}

#divLoginMain div.leftSide #divManual
{
	width: 300px;
	height:100px;
	margin:auto;
}

#divLoginMain div.leftSide #divManual a
{
	text-decoration: none;
	font-weight: normal;
	font-size: 0.6em;
	color: #fff;
}

#divLoginMain div.leftSide #divManual a:hover
{
	text-decoration: underline;
}

#divLoginMain div.rightSide
{
	font-family: Calibri, Arial,Helvetica,sans-serif;
	display:inline-block;
	width:40%;
	text-align:left;
	margin-top:0;
	/*border:1px solid white;*/
}

div.rightSide div.errorPanel
{
	color: #ffffff;
	display:table;
	width:100%;
	margin:auto;
	margin-bottom:25px;
	border-bottom: 2px solid #ccc;  
	padding-bottom: 0.5em; 
	font-style:italic;
}

div.rightSide div.formPanel
{
	display:table;
	width: 100%;  
	margin:auto;
	margin-bottom:5px;
}

div.rightSide #divRegister_form
{
/*	border:1px solid red;*/
	margin-top:0;
}

div.rightSide #divRegister_form h1
{
	border-bottom: 1px solid #f4f4f4;
	font-style:italic;
	text-shadow: none;
	display:inline-block;
	width:100%;
	text-align:left;
	font-size: 1.5em;
	font-weight:100;
	color:#fff;
}

div.rightSide #divRegister_form span.CompanyName
{
	color: #ccc;
	font-size: 0.9em;
	text-align:right;
}

div.rightSide #divRegister_form table.tableRegister
{

}

div.rightSide #divRegister_form table.tableRegister th.Celda
{
	color:#ffffff;
	text-align: right;
	font-size: 0.8em;
	font-weight: normal;
}

div.rightSide #divRegister_form table.tableRegister td input
{
	border:1px solid #096ba8;
	width: 100%;
	background: #1089e3;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	color: #fff;
}

div.rightSide #divRegister_form .btn_Save
{
	width:100%;
	text-align:right;
}

a.btn_Register
{
	display:inline-block;
	color: #108ae5;
	font-weight:bold;
	font-size: 0.8em;
	text-decoration:none;
	background:white;
	text-align:center;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.rightSide #divRegister_form .btn_Save a:hover,
{
	color: #0063b1;
}

#divFootLogin
{
   font-family: Calibri, Arial,sans-serif;
   font-size: 11px;
   color: #000;
   line-height: 20px;
	background: #e5e5e5;
	position:fixed;
	bottom:0px;
	height:5%;
	min-height:51px;
	width:100%;
}

#divFootLogin a
{
   font-family: Calibri, Arial,sans-serif;
   font-size: 11px;
	color: #108ae5;
}

div.miniLogo
{
	display:table-cell;
	width:40%;
	text-align:center;
	vertical-align:middle;
}

#AppName
{	
	padding-left: 10px;
	font-size: 1.8em;
	color: #0077cf;
	text-shadow: 1px 1px #ccc;
	height: 70px;
	line-height: 70px;
}

#UserInfo
{
	font-size: 1.2em;
	color: #0077cf;
	height: 70px;
	line-height: 70px;
}

#AppName span.Appdescription
{
	font-size: 0.5em;
	font-weight: normal;
	color: #999;
	margin-left: 15px;
	font-style:italic;
	text-shadow: 0px 0px #fff;
}

/**************************************/

div.dataForm
{
	margin-left: 32%;
	width:65%;
	height:60px;
/*	border:1px solid red;*/
}

div.dataForm form#formLogin #divUser
{
	width:35%;
	height:60px;
	float:left;
	margin-left: 60px;
	margin-top: 10px;
}

div.dataForm form#formLogin #divUser #usuario
{
	text-align: left;
	font-style:italic;
	font-size: 1em;
	color: #0063b1;
	color: #333;
	height: 25px;
	line-height: 25px;
}
div.dataForm form#formLogin #divUser #input_usuario input
{	
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	background: #ffffff;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	width:90%;
}

/**********************/
div.dataForm form#formLogin #divPassword
{
	width:35%;
	height:60px;
	margin-left: 1%;
	margin-top: 10px;
	float:left;
}

div.dataForm form#formLogin #divPassword #password
{
	text-align: left;
	font-style:italic;
	font-size: 1em;
	color: #0063b1;
	color: #333;
	height: 25px;
	line-height: 25px;
}

div.dataForm form#formLogin #divPassword #input_password input
{	
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	background: #ffffff;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	width:93%;
}

/**********************/

#divSubmit
{
	width: 16%;
	margin-top:35px;
	float:right;
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 2%, rgba(41,137,216,1) 32%, rgba(30,87,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(2%,rgba(32,124,202,1)), color-stop(32%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 2%,rgba(41,137,216,1) 32%,rgba(30,87,153,1) 100%); /* W3C */
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;

}

#divSubmit a
{
	color:#ffffff;
	background:none;
	text-shadow:none;
	border: none;
}

#remember a
{
   color: #fff;
}

 div.dataForm a
{
	font-family: Calibri, Arial,Helvetica,sans-serif;
}

div#divLoginFooter
{
	/*position:fixed;*/
	bottom:0px;
	width:100%;
}

div#divFootLogin
{
	font-family: Calibri, Arial,sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 50px;
/*	background: #202024;*/
	text-align:center;
}

@media screen and (max-width: 1024px)
{
	#divSubmit
	{
		font-size:0.8em;
	}
}

.nav li.current a
{
	color:#ffffff !important;
	text-shadow: 1px 1px #ccc;
}

.sidebar
{
	position:fixed;
	top:-1px;
	bottom:0;
	left:0;
	z-index:10000;
	height:100%;
	background: rgba(229,229,229,1);
	display:block;
}

.icon-flipped
{
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

huge
{
	font-size:4em;
}

table.table
{
	font-size:0.8em;
}

ul.linkmenu.list-inline
{
	margin-top:10px;
}

h2.sub-header{
	margin-bottom: 2em;
}

.secondmenu {
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: 2px 2px 2px 2px #888888 !important;
	font-size:0.8em;
	position:fixed;
	top:50px;
	z-index:10000;
	margin-bottom : 1em;
	background-color: white;
}

.third-menu {
	border: 0px !important;
	background: #ececec;
	border-radius: 0px !important;
	box-shadow: 5px 5px 5px 5px #888888 !important;
	font-size:0.8em;
	position:fixed;
	top:50px;
	right:0px;
	z-index:10000;
}

.secondmenu li>a, .third-menu li>a
{
	padding:10px;
	text-shadow: 1px 1px #ddd;
	color: #121212!important;
}

.secondmenu li>a:hover, .third-menu li>a:hover
{
	color:#111!important;
	background:white!important;
}

.secondmenu li.active>a, .third-menu li.active>a

{
	color:#0063b1 !important;
	background:#fff!important;
	text-shadow: none;
}

.secondmenu-separator
{
	height:50px;
}

input[type="date"]
{
	font-size:0.9em !important;
}

.open>a
{
	background-color: white!important;
	background-image:none!important;
}

.dropdown:hover  .dropdown-menu {
    display: block!important;
    margin-top: 0; /* remove the gap so it doesn't close*/
 }





/* boostrap override */
 .form-control-feedback-spinner {
  position: absolute;
  top: 55%;
  right: 2%;
  z-index: 2; // Ensure icon is above input groups
  display: block;
  line-height: @input-height-base;
  text-align: center;
  pointer-events: none;
  display:none;
}




footer
{
    position: absolute;
    bottom:0;
    left:0;
    background-color: #717175;
    color: white!important;
    height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width:100%;

}

footer a{
    color: silver!important;

}

label {
    font-size: 15px;
}

body{
    padding-bottom:5em;
}

.rotate90
{
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
    -moz-transform: rotate(90deg);   /* Firefox */
    -ms-transform: rotate(90deg);   /* IE 9 */
    -o-transform: rotate(90deg);   /* Opera */
    transform: rotate(90deg);	
}


/************************************************************************************
SHIFTS
************************************************************************************/


.title_row
{
	display:inline-block;
	color: black;
	font-weight: bold;
	background-color:#d7d7d7;
	padding:10px;
	margin-top: 10px;
	margin-bottom:10px;
}

.subtitle_content
{
	display:inline-block;
	padding-left: 10px;
	font-weight: lighter;
	font-size:1.3em;
	color: #4f4f4f;
}



.shifts_table td
{
	background-color:white;
	border:1px solid silver;
	text-align: center;
	vertical-align:middle!important;
}

.shifts_table td .shift_btn
{
	display:block;
	margin-bottom: 0.4em;
	vertical-align:middle!important;
	cursor:pointer;
}

tr:nth-child(even) td {background: #f2f2f2}

.shifts_table td.hours{
	background-color: #cffce8;
	font-weight: bolder;	
}

.shifts_table .free_day *
{
	color:darkgreen;
}

.shifts_table td.guard 
{
	color: #f0f0f0;
	background-color:#ff6666;
}


.shifts_table td.holidays
{
	background-color:green;
	color:#f0f0f0;
	border:1px solid white;
}


.shifts_table .user, .shifts_table .user a{
	font-weight:bolder;
	text-align: left!important;
}


.facility_menu_name a
{
	display: inline-block;
	font-size: 2em;
	vertical-align:center;
	margin-top:0.5em;
	cursor:pointer
}

.empty_shift_td{
	background-color: #d1d1d1!important; 
}


form button.btn
{
	margin-right: 1em!important;
	display:inline-block;
}


/*=====================================================
TIMELINE 
=====================================================*/


.timeline{
  --uiTimelineMainColor: var(--timelineMainColor, #000);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.timeline:before{
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  top: 0;
}

.timeline__group{
  position: relative;
}

.timeline__group:not(:first-of-type){
  margin-top: .5rem;
}

.timeline__year{
  padding: 1.5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: black!important;

  position: absolute;
  left: 0;
  top: 0;
}

.timeline__box{
  position: relative;
}

.timeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.timeline__box:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}

.timeline__date{
  min-width: 65px;
  position: absolute;
  left: 0;

  color: var(--uiTimelineSecondaryColor);
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;
}
.timeline__date__active
{
  background-color: var(--uiTimelineMainColor);
}

.timeline__date__unactive
{
    background-color: red;
}

.timeline__day{
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.timeline__month{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

.timeline__post{
  padding: 1.5rem 2rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uiTimelineSecondaryColor);
}

@media screen and (min-width: 641px){

  .timeline:before{
    left: 30px;
  }

  .timeline__group{
    padding-top: 55px;
  }

  .timeline__box{
    padding-left: 80px;
  }

  .timeline__box:before{
    top: 20%;
    transform: translateY(-50%);  
  }  

  .timeline__date{
    top: 50%;
    margin-top: -27px;
  }
}

@media screen and (max-width: 640px){

  .timeline:before{
    left: 0;
  }

  .timeline__group{
    padding-top: 40px;
  }

  .timeline__box{
    padding-left: 20px;
    padding-top: 70px;
  }

  .timeline__box:before{
    top: 90px;
  }    

  .timeline__date{
    top: 0;
  }
}

.timeline{
  --timelineMainColor: rgb(79,142,58,1);
  font-size: 16px;
}




@media (min-width: 768px){

  html{
    font-size: 62.5%;
  }
}

@media (max-width: 767px){

  html{
    font-size: 55%;
  }
}

.page{
  max-width: 800px;
  padding: 1rem 1rem 1rem;
  margin-left: auto;
  margin-right: auto;
  order: 1;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  color: #222;

  margin: 0;
  -webkit-overflow-scrolling: touch;   
  
  display: flex;
  flex-direction: column;

}

.page p{
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.page p:last-child{
  margin-bottom: 0;
}


.info-row{
	background-color: var(--green-poli-soft);
	color: white;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.striped:nth-child(odd){
	background-color: var(--striped-color);
	padding-top: 5px;
	padding-bottom:5px;
}

/** CHECKBOX SWITCH **/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-sm {
  width: 48px;
  height: 25px;
}


.switch-sm .slider:before{
	height:15px;
	width:15px;
	left:3px;
	bottom:4px;
}

input:checked + .switch-sm .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/*--------------------*/
/* PillBox */

.pillbox-row
{
	margin-bottom: 5px;
	padding: 10px 5px;

}

.pillbox_icon
{
    font-size: 1.2em!important;
}


.pillbox-row .switch
{
	margin-top: 4px;
}

.pillbox-row.disabled *{
    color: silver!important;
    

}

#patient_data_row
{
	width:100%;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 13pt;
	margin-top: -3px!important;
}


#patient_data_row table {
	font-size: 10pt!important;
	margin:0!important;
	padding: 0!important;
	width : 100%!important;
	color: #0f0f0f!important;
	margin-left: 0.2em;
	border: 1px solid var(--striped-color);
}

#patient_data_row * td:first-of-type
{
	max-width:16px;
	padding:0!important;
	margin:0!important;
}


#patient_data_row * td
{
	color: 	black!important;
	font-size: 11pt!important;
	padding:0!important;
	padding-left: 5px!important;
}

#patient_data_row * td:nth-child(even)
{
	font-weight: bolder;
	background-color: var(--striped-color)!important;
	max-width: 50px!important;
}


.linkmenu a.active
{
	color: var(--navbar-inverse-color)!important;	
}


#show_personal_data
{
	z-index:2000;
	height: 100%;
	/* background-image:none!important; */
	/* background-color: var(--navbar-inverse-color)!important; */
	/* color: white!important; */
	transition:0.6s;

}

#show_personal_data:hover
{
	color: var(--navbar-inverse-color)!important;
}

.toggle_container
{
	max-height:90%!important;
	height:100%!important;
	overflow:hidden!important;
	border:1px solid silver;
	max-height:4.5em!important;
	
}
.patient_menu_toggle_btn
{
	position:absolute;
	text-align:right;
	padding-right:0;
	right:0;
	height:100%;
	line-height:100%;
	overflow:hidden;
}

.patient_menu_toggle_btn a
{
	display: inline-block;
	width: 100%;
	height: 2.1em;
	padding-top: 0.5em!important;
	font-size: large;
	text-align:center;
	border: 1px solid var(--navbar-inverse)!important;
	/* background-image:none!important; */
	/* background-color: var(--navbar-inverse-color)!important; */
	/* color: white!important; */
	transition: .6s;

	margin-left:39.%!important;
}

.patient_menu_toggle_btn a:hover
{
    color: var(--navbar-inverse-color)!important;
}

/*------------------------------
 CIMA NEWS
 ------------------------------*/ 
 

 .cima_news_row
 {
	 padding-top:10px;
	 width: 95%;
	 margin: auto;
	 overflow:hidden;
	 word-wrap: break-word;
	 border-bottom: 1px dotted silver;
	 padding-bottom: 10px;
	 

 }

 .cima_news_row p{
	 margin:0;
	 padding:0;
 }

 .cima_news_subject .title 
 {
	 font-size: 1.2em!important;
	 font-family: sans!important;
	 font-weight: bolder!important;
	 color: var(--theme-color)!important;
	 word-wrap: break-word;
	 overflow:hidden;

	 
 }



.tab_container {
	width: 90%;
	margin: 0 auto;

	position: relative;
}

.tab_container section {
  clear: both;
  display:none;
}
.tab-content{
	padding-top:10px;
}
 

.tab_btn {
  font-weight: 700;
  font-size: medium;
  display: inline-block;
  width: 48%;
  padding: 5px;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.tab_btn.active{
  padding: 5px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content{
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

.tab_btn:hover
{
	text-decoration:none;

}

.tab_btn.active:first-of-type {
  color: #0CE;
  box-shadow: inset 0 -3px 0  #0CE;
}

.tab_btn.active:last-of-type {
  color: #c40000;
  box-shadow: inset 0 -3px 0  #c40000
}



.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

.tab_container label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}


@media only screen and (min-width: 1100px)
{
	.ml-md{
		margin-right: -10px!important;
	}
}

/* ------------------------------
 *  FOMRS
 *  ------------------------------*/ 

.form-block{
	background-color : #fafafa;
	border: 2px solid white;
	
}

tr.no_lopd>td { background:#ffb3b3!important };
