/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 nov. 2015, 04:55:44
    Author     : wlaurencine
*/
/*@import 'medias/jsscripts/highcharts9/code/css/highcharts.css';*/

@font-face {
  font-family: 'Helvetica Neue Ultra Light';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue Ultra Light'), local('HelveticaNeue-UltraLight'),  local('HelveticaNeueUltraLight'), url('../fonts/HelveticaNeue-UltraLight.otf');
}

@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  src: local('lato'), url('../fonts/Lato-Light.ttf');
}

@font-face {
  font-family: 'lato-medium';
  font-style: normal;
  font-weight: normal;
  src: local('lato-medium'), url('../fonts/Lato-Medium.ttf');
}

html, body {
  height: 100%;
  padding: 0;
  font-family: sans-serif;
  background: white;
  font-size: 12px;
  color: #000000;
  width: 100%;
}

body>table {
  height: 100%;
}

/*.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}*/

h1, h2, h3 {
  margin: 5px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  /*font-family: Trebuchet MS, sans-serif;*/
}

h1 {
  color: white;
  font-family: 'Open Sans', sans-serif;
  /*font-family: Helvetica Neue Ultra Light;*/
  font-size: 32px;
  padding-left: 20px; 
  margin-bottom: 15px;
  background: -moz-linear-gradient(left,  rgba(18,73,115,1) 0%, rgba(18,73,115,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(18,73,115,1) 0%,rgba(18,73,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(18,73,115,1) 0%,rgba(18,73,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124973', endColorstr='#00124973',GradientType=1 ); /* IE6-9 */
  border-radius: 20px 0px 0px 20px;
}

h2 {
  font-size: 16px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 8px;
}

ul {
  margin: 0;
  /* padding: 4px 0 4px 16px; */
}

ol {
  margin: 0;
  padding: 4px 0 4px 23px;
}

li {
  margin: 0;
  padding: 0 0 0px 0;
}

em {
  font-weight: bold;
  font-style: normal;
  line-height: 30px;
}

a {
  color: #40256F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input, textarea, .input_submitinput[type=password], select {
  padding: 8px 5px;
  background-color: #ffffff; 
  border: solid 1px #999999; 
  border-radius: 5px; 
  color: #444444;
}

.menu>ul.menu_level1>li a{
    color:#FFFFFF;
}

a.action > img, span > img.flag {
  display: inline !important;
  margin: 0 0 0 8px;
}

.backoffice {
    padding-top: 58px;
}
.bande{
  /*height: 130px;*/
  margin: 0px 20px;
  height: 98px;
  background-image: url("../images/EuroSCORE_Logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*background-position: left top;*/
  background-position: center center;
  position:absolute;
  width: 150px;
  z-index:4;
}

@keyframes bande-logo {
  0%    { margin: -3px 0 0 -40px; }
  100%  { margin: -3px 0 0 3px; }
}

.menu-small .bande {
  animation: bande-logo 1s ease-in-out normal;
  background-position: left bottom;
  background-image: url("../images/EuroSCORE_Logo.png");
  position:fixed;
  height: 45px;
  margin: -3px 0 0 3px;
}

@keyframes login_button {
  0%    { margin: -3px -150px 0 0; }
  100%  { margin: -3px 0 0 0; }
}

.menu-small .login_button {
  animation: login_button 1s ease-in-out normal;
  position:fixed;
  margin: -3px 0 0 0;
}

@keyframes hello {
  0%    { right: -60px; }
  50%    { right: -60px; }
  100%  { right: -4px; }
}

#hello_div {
  animation: hello 2s ease-in-out normal;
  position: fixed;
  top: 150px;
  right: -2px;
  display: inline-block;
  text-align: center;
  z-index:4;
  background-color: rgba(18, 73, 115, 0.95);
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.9);
  padding: 5px 16px 10px 10px; 
  border: 1px solid white;
}

#hello_div a {
  display: block;
  margin: 5px 0;
}

.wl_ajax_background {
  background-color: black;
  opacity: 0.5;
}

.wl_ajax_popup {
  background-color: rgba(250, 250, 250, 1);
  padding: 30px 10px 15px;
  border: solid 1px white;

  box-shadow: 10px 10px 10px black;
  -moz-box-shadow: 0px 0px 5px 0px black;
  -webkit-box-shadow: 0px 0px 5px 0px black;
  -khtml-box-shadow: 0px 0px 5px 0px black;
    
  border-radius: 3px ;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  
  font-size: 10px;
  font-family: sans-serif;
  text-transform: uppercase;
}

.wl_ajax_popup input, .wl_ajax_popup textarea, .wl_ajax_popup .input_submit, .wl_ajax_popup input[type=password],  .wl_ajax_popup elect, .wl_ajax_popup input[type=radio], .wl_ajax_popup select {
  margin-bottom: 10px;
  font-family: sans-serif;
}

.wl_ajax_popup input[type=submit], .wl_ajax_popup input[type=reset], .wl_ajax_popup input[type=button] {
  display: inline-block;
    padding: 6px 12px;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.wl_ajax_popup th {
    font-weight: normal;
    vertical-align: middle;
}

#wl_access_login {
  border-radius: 3px;
  font-size: 0px;
}
#wl_access_login th{
  background: none !important;
  color: gray;
}

#wl_access_login .caption img{
  margin-bottom: 20px;
}

.login-logo img{
  border-radius: 50%;
}

.wl_show_content_close_anchor {
  float: right;
  margin: -23px -3px;
}

.wl_login_form td {
  padding: 1px 4px;
  white-space: nowrap;
}

ul.wl_input_list { 
  margin: 0; padding: 0;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3; 
}
ul.wl_input_list>li { display: block; /* margin: 0; padding: 0; */ }
ul.wl_input_list>li>input { margin: 0; padding: 0; }
ul.wl_input_list>li>label { margin: 0 20px 0 10px; padding: 0; }


.wl_search_components_new { margin-top: 20px; margin-bottom: 20px;}
.wl_search_components_new  a{ color: #FFFFFF; text-decoration: none; background-color: #124973; padding: 6px; border-radius: 5px; margin-bottom: 10px;}
.wl_search_components_search input, .wl_search_components_search select { margin: 0 5px 0 0; border-color: #0692D0; border-radius: 5px; border-width: 1px; text-align: left;}

table.result { margin: 15px auto 0 auto; box-shadow: 0px 0px 1px 1px #124973; border-spacing: 0px; border-radius: 5px 5px; border-style: solid; border-color: #124973; border-width: 0px 0px 10px 0px;}
table.result caption, table.result tr.caption th { text-align: center; /* background-color: #2F333C; */ color: #124973; border-radius: 5px 5px 0 0; padding: 2px 7px; margin: 0 0 0px 0; /* box-shadow: 3px 3px 2px #999; */ }
table.result th, table.result td { text-align: left; padding: 4px 5px; }
.wl_login_form table.result { width: auto; }
table.result thead tr:first-child th:first-child { border-top-left-radius: 5px; }
table.result thead tr:first-child th:last-child { border-top-right-radius: 5px; }
table.result>thead>tr>th.firstcol { border-radius: 10px 0 0 0; }
table.result>thead>tr>th.lastcol { border-radius: 0 10px 0 0; }
table.result>thead>tr>th.firstcol.lastcol { border-top-left-radius: 10px 10px 0 0; }
table.result>thead>tr>th.actioncol { border-radius: 10px 10px 0px 0px; }
table.result .headrow>th { text-align: center; background-color: #124973; color: white; }
table.result .headrow>td { text-align: center; background-color: #bbb; color: white; }
table.result .headrow a { text-decoration: none; font-size: 16px; font-weight: normal; color:yellow; }
/* table.result tbody>tr:nth-child(2n)>* { background-color: #dddddd; } */
/* table.result tbody>tr:nth-child(2n+1)>* { background-color: #eeeeee; } */
table.result>tbody>tr.evenrow>* { background-color: #dddddd; }
table.result>tbody>tr.oddrow>* { background-color: rgba(255,255,255,0.1); }
table.result>tbody>tr>*.actioncol { border-left: dotted 1px gray; text-align: center; }
table.result>tbody>tr>*.actioncol img { margin: 0 10px; }

.pager_top { margin: 5px 0 10px 0; }
.pager_bottom { margin: 10px 0 0 0; }




.main_table {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center right;
}

.header {
  position: absolute;
  right: 45px;
  top: 30px;
  z-index: 4;
  vertical-align: top;
}

.feder {
  width: 150px;
  height: 45px;
  /* border: solid 1px white; */
  opacity: .9;
}
   
.feder img {
   max-width: 100% !important;
   height: auto;
 }

.header img.logo {
  float: left;
  margin: 0px 0px -45px;
  height: 123px;
}

.menu-small .menu {
  top: -90px;
  position: fixed;
}

.menu-large .menu {
  position: absolute;
  top: 0px;
}

.menu {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-size: 15px;
  display:inherit;
  height: 98px;
  background-color: #052c5f;/* Old browsers */
  background-color: -moz-linear-gradient(left,  #124973 22%, #0f568d 53%, #124973 78%, #124973 78%);/* FF3.6-15 */
  background-color: -webkit-linear-gradient(left,  #124973 22%,#0f568d 53%,#124973 78%,#124973 78%);/* Chrome10-25,Safari5.1-6 */
  background-color: linear-gradient(to right,  #124973 22%,#0f568d 53%,#124973 78%,#124973 78%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124973', endColorstr='#124973',GradientType=1 );/* IE6-9 */
/*  background-image: url(../images/electro.png);
  background-position:center center;
  background-repeat:no-repeat;*/
}

.menu>ul.menu_level1 {
    display: inline-block;
    padding: 0px 33px 0px 0px;
    color: white;
    height: 49px;
    /* white-space: nowrap; */
}

.menu>ul.menu_level1>li {
  display: inline-block;
  /*text-transform: uppercase;*/
  margin: 0px 12px;
  height: 100%;
  margin-top: 30px;
  
}

.menu>ul.menu_level0>li {
  display: inline-block;
  text-transform: uppercase;
  /* margin: 0px 5px; */
  padding: 0px 12px 0px;
  height: 100%;
}

.menu>ul.menu_level1>li:hover {
  color: yellow ;
  text-decoration: none;
  padding-bottom: 20px;
/*  background: -moz-radial-gradient(center, ellipse cover, rgba(13,53,81,1) 1%, rgba(13,53,81,0.99) 2%, rgba(13,53,81,0) 89%, rgba(13,53,81,0) 100%);  FF3.6-15 
  background: -webkit-radial-gradient(center, ellipse cover, rgba(13,53,81,1) 1%,rgba(13,53,81,0.99) 2%,rgba(13,53,81,0) 89%,rgba(13,53,81,0) 100%);  Chrome10-25,Safari5.1-6 
  background: radial-gradient(ellipse at center, rgba(13,53,81,1) 1%,rgba(13,53,81,0.99) 2%,rgba(13,53,81,0) 89%,rgba(13,53,81,0) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3551', endColorstr='#000d3551',GradientType=1 );  IE6-9 fallback on horizontal gradient */
}

.menu>ul.menu_level1>li>a {
  font-style: normal;
  text-decoration: none;
  color: white;
}

.menu>ul.menu_level1>li>a>em {
  
}

.menu>ul.menu_level1>li:hover>a, .menu>ul.menu_level1>li.selected>a {
   /*color: #ffc62e;*/ 
   /*font-weight: bold;*/
}

.menu>ul.menu_level1>li:hover>a em, .menu>ul.menu_level1>li.selected>a em {
  font-weight: bold;
  font-style: normal;
  line-height: 0px;
  color:#ffc62e;
}

.menu ul.menu_level2 {
  display: none;
  position: absolute;
  margin: -3px 0px 0px 0px;
  padding: 5px;
  box-shadow: 0px 10px 10px hsla(0, 0%, 0%, 0.3);
}

.menu ul.menu_level2 ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.menu ul.menu_level2 li {
  display: list-item;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 3px;
}

.menu ul.menu_level2 a {
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.menu>ul.menu_level1>li:hover ul.menu_level2 {
  display: block;
  background: #052c5f;
}

.content {
  position: relative;
  background-color: white;
  text-align: left;
  vertical-align: top;
  /*padding: 160px 20px 55px 20px;*/
  padding: 98px 0px 0px 0px;
  height: 100%;
  -moz-box-shadow: 1px -1px 3px 2px #cccccc;
  -khtml-box-shadow: 1px -1px 3px 2px #cccccc;
  background-repeat: no-repeat;
  background-position-x: center;
}

.welcome .content {
   /*padding: 135px 15px 55px 0px;*/
   /*padding: 0px 15px 55px 0px;*/
   padding: 0px;
}

#myCarousel {
   /*margin-right: -14px;*/
   /*margin-right: 0px;*/
   margin-top: 96px;
}

.welcome .home-welcome {
  background-color: #124973;
  margin: 0 -20px 20px -2px;
  color: white;
}
 
.welcome .home-welcome a img {
  
}
.home-welcome .caption {
    padding: 20px 0; 
}
.home-welcome .caption h3 {
    font-size: 5em;
    border-bottom: solid 5px #fff;
}
.home-welcome .caption p {
    font-size: 1.5em;
}
.panel-welcome, 
.panel-welcome .panel-footer {
    background-color: #f9f9f9; 
}
.panel-welcome .panel-image {
    padding: 5px 5px 0;
}
.panel-welcome .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
.panel-welcome .panel-footer {
    border-top: none;
    padding-top: 5px;
}
.content>div.wl_page_description {
    color: #31708f;
    background-color: #d9edf7;
    padding-right: 35px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;  
    font-size: 14px;
}

.content>div.wl_page_description1,.content>div.wl_page_description2,.content>div.wl_page_description3 {
  display: inline-block;
  width: 28.2%;
  margin: 20px 12px;
  padding-bottom: 25px;
}

.content>div.wl_page_description2 {
  padding-left: 25px;
  border-left: 1px solid #eeeeee;
  padding-right: 10px;
  border-right: 1px solid #eeeeee;
}


.content>div.wl_page_description4 {
  padding: 10px 10px 0 10px;
  clear: both;
}

.sendmail_form {
  padding: 10px;
}

.sendmail_form td {
  padding: 2px 10px 2px 0;
}

.sendmail_form th {
  padding: 6px 10px 2px 0;
}

.sendmail_form input {
  vertical-align: middle;
}

.footer {
  bottom: 0px; 
  text-align: center;
  vertical-align: middle;
  padding: 150px 0px 10px 0px;
  font-size: 15px;
  color: #97a7bd;
  width: 100%;
  background: #052c5f;/* Old browsers */
/*  background: 
  -moz-linear-gradient(left,  #124973 22%, #0f568d 53%, #124973 78%, #124973 78%); FF3.6-15 
  background: 
  -webkit-linear-gradient(left,  #124973 22%,#0f568d 53%,#124973 78%,#124973 78%); Chrome10-25,Safari5.1-6 
  background: linear-gradient(to right,  #124973 22%,#0f568d 53%,#124973 78%,#124973 78%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124973', endColorstr='#124973',GradientType=1 ); IE6-9 */
}


.footer a {
  color: #97a7bd;
}

.flags{
  z-index: 5;
  /*display: block;*/
  position: absolute;
  right: 31px;
  top: 106px;
}

.flag_selected img{
  border: solid 1px #fff;
}

.flags img{
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: brightness(100%);
  -ms-transition: all 100ms ease-in;
  -ms-transform: brightness(100%);   
  -moz-transition: all 100ms ease-in;
  -moz-transform: brightness(100%);
  transition: all 100ms ease-in;
  transform: brightness(100%);
}

.flags img:hover{
  -webkit-transition: all 300ms ease-in;
  -webkit-filter: drop-shadow(0px 0px 2px white);
  -ms-transition: all 300ms ease-in;
  -ms-filter: drop-shadow(0px 0px 2px white);   
  -moz-transition: all 300ms ease-in;
  -moz-filter: drop-shadow(0px 0px 2px white);
  transition: all 300ms ease-in;
  filter: drop-shadow(0px 0px 2px white);
}

.login_button {
    position: absolute;
    right: 31px;
    top: 4px;
    /* border: solid 1px white; */
    /* border-radius: 4px; */
    min-width: 115px;
    /* background-color: rgba(255,255,255,0.1); */
    padding: 0 0 0 0;
    z-index: 18;
}

.login_button a{
  color: #ffc62e;
}

.login_button img{
  vertical-align: sub;
}

.wl_map .menu_level1 {
  text-align: center;
}

.wl_map .menu_level1 a {
  text-decoration: none;
  color: #bbbbbb;
}

.wl_map .menu_level1 a:hover {
  color: #666666;
}

.wl_map .menu_level1 em {
  font-style: normal;
}

.wl_map .menu_level1>li {
  margin: 25px 0 10px 0;
  padding: 5px 25px 5px 5px;
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.wl_map .menu_level2 {
  margin: 10px 0 0 0;
  padding: 0;
}

.wl_map .menu_level2 li {
  margin: 0px 0px 23px 0px;
  padding: 1px 2px;
  list-style: none;
  display: block;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}


.firstrow, .oddrow{
   background-color: rgba(255,255,255,0.5);
}

.icones {
    color: blue;
    width: 100%;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
}


.icones li {
    display: inline-block;
    margin: 100px 30px auto;
}

.icones li img {
    width: 150px;
}

.icones em {
    margin-top: 10px;
}

.icones a:hover {
    text-decoration: none;

}

.wl_login_form {
    box-shadow: none; 
    padding: 0 20px;
}

.wl_login_form td {
    box-shadow: none;
}

.wl_login_form ul.wl_input_list { display: inline; margin: 0; padding: 0; }
.wl_login_form ul.wl_input_list>li { display: inline-block; zoom: 1; }
.wl_login_form ul.wl_input_list>li>input { margin: 0; padding: 0; }
.wl_login_form ul.wl_input_list>li>label { margin: 0 0 0; padding: 0; }

.wl_login_form table.result { border-spacing: 0px; border-radius: 10px 10px 10px; border-style: none none double none; border-color: #EC1A1A; border-width: 0px;}
.wl_login_form table.result caption, table.result tr.caption th { 
  text-align: center; color: #fff; padding: 0px 0px; padding: 5px; text-transform: uppercase;
  background: #124973 !important;
  background: -moz-linear-gradient(left, #124973 22%, #0f568d 53%, #124973 78%, #124973 78%) !important;
  background: -webkit-linear-gradient(left, #124973 22%,#0f568d 53%,#124973 78%,#124973 78%) !important;
  background: linear-gradient(to right, #124973 22%,#0f568d 53%,#124973 78%,#124973 78%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124973', endColorstr='#124973',GradientType=1 ) !important;
  color:white;
}
.wl_login_form table.result th, table.result td { text-align: left; padding: 5px; }
.wl_login_form table.result { width: auto; box-shadow: none;}
.wl_login_form table.result thead tr:first-child th:first-child { border-top-left-radius: 10px; }
.wl_login_form table.result thead tr:first-child th:last-child { border-top-right-radius: 10px; }
.wl_login_form table.result>thead>tr>th.firstcol { border-radius: 10px 0 0 0; }
.wl_login_form table.result>thead>tr>th.lastcol { border-radius: 0 10px 0 0; }
.wl_login_form table.result>thead>tr>th.firstcol.lastcol { border-top-left-radius: 10px 10px 0 0; }
.wl_login_form table.result>thead>tr>th.actioncol { border-radius: 0px 10px 0px 10px; }
.wl_login_form table.result .headrow>th { text-align: center; background-color: #0692D0; color: white; }
.wl_login_form table.result .headrow>td { text-align: center; background-color: #bbb; color: white; }
.wl_login_form table.result .headrow a { color: white; text-decoration: none; }

.wl_login_form table.result>tbody>tr.evenrow>* { background-color: rgba(255,255,255,0.1); }
.wl_login_form table.result>tbody>tr.oddrow>* { background-color: rgba(255,255,255,0.1); }
.wl_login_form table.result>tbody>tr>*.actioncol { border-left: dotted 1px gray; text-align: center; }
.wl_login_form table.result>tbody>tr>*.actioncol img { margin: 0 10px; }


.wl_page_tools{
   position: absolute; 
}

.menu>ul.menu_level1 .wl_page_tools{
 display: none !important; 
}

.saisir{
text-align: left;
}
.saisir *{
text-align: left;
}

.new_article {
  background-color:#DB6C07;
  border-radius: 5px;
  padding: 3px;
  text-align: center;
  box-shadow: 0 1px 6px #aaa;
  width: 80%;
}

.new_article a {
  color: white !important;
}

.commentaires {
  white-space: pre-line;
}

table.result>tbody>tr>td .new_article {
  background-color:#aaa;
}
table.result>tbody>tr:hover>td .new_article {
  background-color:#DB6C07;
}

table.result>tbody>tr>td {
  vertical-align: top;
}
table.result>tbody>tr.oddrow_edited>td {
  background:rgba(124, 191, 55, 0.32);
}
table.result>tbody>tr.evenrow_edited>td {
  background:rgba(124, 191, 55, 0.42);
}
table.result>tbody>tr:hover>td {
  background:rgba(124, 191, 55, 0.62);
}
/*
table.result>tbody>tr>td>* {
  height: 20px;
  overflow: hidden;
}
table.result>tbody>tr:hover>td>* {
  height: 100%;
}
*/

table.result>tbody>tr:hover>td a {
  text-decoration: none;
}

table.result>tbody>tr>td li {
  list-style-type: none;
  margin-left: -38px;
}

.calculator{
  border-collapse: collapse;
  background-color: #2a63a3;
  border-radius: 15px;
  height: 366px;
}

#calcBottom { 
    /*text-align: center;*/
    padding: 30px;
    margin-top: 80px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 30px;
    color: #90969c;
}

.contacts .row {
    background-image: url(../images/contact_blue_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
}

.contacts-header {
    height: 249px;
    background-image: url(../images/contact_header_image.png);
    background-size: cover; 
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
}

.contacts-header h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 50px;
}

.contact {
  text-align: center;
  margin-bottom: 50px;
}

.contacts-content {
  padding: 70px 35px 200px 35px;
  font-size: 23px;
  color: #052c5f;
}

.contacts-info {
  position: relative;
  height: 80vh;
}

.contacts-info-content {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -150px;
  z-index: 2;
}

.contact .photo {
  text-align: center;
  margin: 10px 0px 30px 0px;
}

.contact .photo img {
  width: 289px;
  max-height: 289px;
  /*vertical-align: baseline;*/
  /*border: solid 1px #ddd;*/
  border-radius: 9px;
  
  -webkit-transition: all 200ms ease-in;
  -webkit-filter:sepia(0%) contrast(100%);
  -ms-transition: all 200ms ease-in;
  -ms-filter:sepia(0%) contrast(100%);   
  -moz-transition: all 200ms ease-in;
  -moz-filter:sepia(0%) contrast(100%);
  transition: all 200ms ease-in;
  filter:sepia(0%) contrast(100%);
}

.contact .description1 {
  display: inline-block;
  /*margin-left: 20px;*/
  color: #ffffff;
}

.contact .description1 h1 {
  background: none;
}

.contact .description1 h2 {
  font-weight: bold;
  font-size: 20px;
  color: #00d8ff;
}

.contact .description2 h2 {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 20px;
}

.contact .description1 hr {
  width: 80%;
  border: 3px solid #00d8ff;
  border-radius: 7px 7px 7px 7px;
}

.contact .description2 {
  margin: 20px 0px 20px 0px;
  font-size: 20px;
}

.contact .description3 {
  margin: 20px 0px 20px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #fc7867;
}

.contact .description4 a {
  padding: 15px 70px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
  border-radius: 9px;
  border-color: transparent;
  font-size: 19px;
  font-weight: bold;
}

/* SCROLL TO TOP CSS */

.scroll-top-wrapper {
  position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	color: #eeeeee;
	right: 30px;
	bottom: 110px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 0.5;
}

.scroll-top-wrapper.show:hover {
    visibility:visible;
    cursor:pointer;
    opacity: 1;
}

/* END OF SCROLL TO TOP CSS */

.EsResult{
  font-size: 2.2em;
  font-weight: bold;
  color: #124973;
  text-shadow: 0 0 10px #999;
}

.eurodie, .eurosurvive{
  font-size: 15px;
  font-weight: bold;
}

.panel-result {
  text-align: center;
}

.panel-result .well {
   border: 1px solid #929191;
   box-shadow: inset 0 0 10px #555;

}
.btnCc {
    white-space: normal;
    padding: 5px;
}
p#ccr {
    font-size: 1.7em;
    color: #28a745;
}
.error {
  color: #C9302C;
}
.form-control.error {
    border: solid 1px #C9302C;
}
.form-control.error:focus,
.form-control.error:active,
.form-control.error:visited {
    border-color: #C9302C;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(201, 48, 44, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(201, 48, 44, .6);
}

.drp.form-control[readonly]{
  background-color: white;
}

.ui-accordion .ui-accordion-header {
    margin-top: 10px;
}

.ui-state-active {
    background: #124973 !important;
    background: -moz-linear-gradient(left, #124973 22%, #0f568d 53%, #124973 78%, #124973 78%) !important;
    background: -webkit-linear-gradient(left, #124973 22%,#0f568d 53%,#124973 78%,#124973 78%) !important;
    background: linear-gradient(to right, #124973 22%,#0f568d 53%,#124973 78%,#124973 78%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124973', endColorstr='#124973',GradientType=1 ) !important;
    color:white;
}

.ui-state-active a {
    color: yellow !important;
}

.ui-state-default b{
    text-transform: none;
}

.ui-state-default{
  background: #eee;
}

.ui-accordion .ui-accordion-content {
  background: #F5F5F5 !important;
}

.ui-widget-content a {
  color: #0f568d;
  font-weight: bold;
}

.ui-widget-content a:hover {
  color: orange;
  text-decoration: none;
}

    
.ESTabs>.nav-pills>li.active>a, .ESTabs>.nav-pills>li.active>a:focus, .ESTabs>.nav-pills>li.active>a:hover{
  background-color: transparent !important;
  border-bottom: 3px solid #4362CD;
  border-radius:0px;
  color: #4362CD;
}
    
.TuteTabs>.nav-pills>li.active>a, .TuteTabs>.nav-pills>li.active>a:focus, .TuteTabs>.nav-pills>li.active>a:hover{
  background-color: transparent !important;
  border-bottom: 3px solid #1DBEA9;
  border-radius:0px;
  color: #1DBEA9;
}

/*#excla {
  color: red !important;
}*/

.nav-pills>li {
  width: 300px;
  text-align: center;
}

.nav-pills>li>a {
  color: #A7A7A7;
}

.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
}

.calcWrapper>.alert-info {
  padding: 18px 30px;
  background-color: white;
  color: grey;
  border-color: white;
  /*width: 800px;*/
  box-shadow: 0px 0px 10px #888888;
}

.calcWrapper>.alert-danger {
  padding: 18px 30px;
  background-color: #FFC6CE;
  color: grey;
  border-color: red;
  /*width: 800px;*/
  box-shadow: 0px 0px 10px #888888;
}

.panel.panel-primary>.panel-heading {
    background-color: transparent;
    background-image: url(../images/chart_header.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    padding: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: transparent;
/*    background: #124973;
    background: -moz-linear-gradient(left, #124973 22%, #0f568d 53%, #124973 78%, #124973 78%);
    background: -webkit-linear-gradient(left, #124973 22%,#0f568d 53%,#124973 78%,#124973 78%);
    background: linear-gradient(to right, #124973 22%,#0f568d 53%,#124973 78%,#124973 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124973', endColorstr='#124973',GradientType=1 );*/
}
.panel.panel-primary,
.panel.panel-primary>.panel-body{
    /*border-color: #124973;*/
    border-color: transparent;
    border: 0;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 15px;
}
#EuroscoreIi .panel-body, #EuroscoreI .panel-body, #Tute .panel-body {
    border-radius: 0px 0px 15px 15px;
}
.panel.panel-primary>.panel-heading>.panel-title {
  font-size: 25px;
    color: #ffffff;
}
.panel .table>tbody>tr>td, 
.panel .table>tbody>tr>th, 
.panel .table>tfoot>tr>td, 
.panel .table>tfoot>tr>th, 
.panel .table>thead>tr>td, 
.panel .table>thead>tr>th {
    vertical-align:middle;
}

#TuteTuteFormId .panel.panel-primary>.panel-heading {
    background-image: url(../images/tute_form_header.png) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.thumbnail {
    background-color: #F9F9F9;
    min-height: 405px;
}

.thumbnail a> img, 
.panel-welcome a> img {    
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 100ms ease-in;
  -ms-transform: scale(1);   
  -moz-transition: all 100ms ease-in;
  -moz-transform: scale(1);
  transition: all 100ms ease-in;
  transform: scale(1);
}

.thumbnail a> img:hover, 
.panel-welcome a> img:hover {    
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.95);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.95);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.95);
  transition: all 200ms ease-in;
  transform: scale(0.95);
}

.btn {    
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 100ms ease-in;
  -ms-transform: scale(1);   
  -moz-transition: all 100ms ease-in;
  -moz-transform: scale(1);
  transition: all 100ms ease-in;
  transform: scale(1);
}

.btn:hover {    
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.95);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.95);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.95);
  transition: all 200ms ease-in;
  transform: scale(0.95);
}

/** make euroscore 3 **/
td.hiddenRow {
    padding: 0 !important;
    overflow: hidden;
}
.marged {
    margin: 5px;
}
.infoPatient {
    cursor: pointer;
}
.infoPatientActions { 
    background: #eee;
    padding: 10px 0;
    border-top: solid 1px #dedede;
    margin-top: -5px;
}
legend.active {
    background: #eee;
}
.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** make euroscore 3 **/
.responsive-menu-icon {
    display: none;
    position: fixed;
    color: white;
    top: 10px;
    left: 10px;
    z-index:100;
}

.alert h4 {
    font-size: 18px;
}

.members {
  /* margin: -55px -20px; */
}

.members .bg-blur img {
  min-width:100%; 
  min-height:100%; 
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translateX(-50%) translateY(-50%);
}

.members-title {
  position:relative;
  display: inline-block;
  color:white;
  font-size:25px;
  max-width:400px;
  text-shadow: 0 0 5px black;
}
.member .description {
    margin-top: 45px;
    color: #6B6B6B;
    text-align: left;
    text-shadow: none;
    box-shadow: 5px 6px 18px -10px black;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    border-radius: 2px;
    padding: 20px;
    font-family: 'lato';
}

.member .description h2{
    text-align: center;
    text-shadow: none;
    font-size: 25px;
    font-family: 'lato';
}

.members-btn {
  text-decoration: none;
  color:white;
  font-size:16px;
  width:200px;
  background-color: red; 
  border:none; 
  border-radius: 5px;
  text-align: center;
  padding: 7px 100px 7px 100px; 
  height: 35px;
  margin:30px;
}

.members-btn:hover {
  text-decoration: none;
  color:white;
  background-color: #EC1A1A;
}

.members .control-label {
  font-size: 18px;
  font-weight: normal;
}

.member, .member .content {
  background-color: #071F31 !important;  
  height: 100%;
}

.member .backoffice {
  color: white !important;
}

.member .footer{
  position: fixed;
}

.member .alert{
  text-shadow:none;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border-color: white;
}
.members p.actions {
    font-size: .5em;
}

.member_login .content {
  padding-top: 110px;
}

.member_login #Mds-es3LogisticReset {
  display: none;
}

.member_login .tab-content{
  margin-top: 25px;
}

.member_login .nav>li>a:hover {
   color: #fff;
   background-color: #124973;
}

.member_login .footer_help {
    display: none;
}

.nav-tabs.nav-justified>li {
  background-color: #ddd;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 6px 6px 0 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #BFAFAF;
    border-bottom: 1px solid #fff;
}

@keyframes bgblur {
  0%    { filter:blur(20px); -webkit-filter:blur(20px); }
  50%   { filter:blur(20px); -webkit-filter:blur(20px); }
  100%  { filter:blur(0px); -webkit-filter:blur(0px); }
}

.bg-blur > img {
  filter:blur(0px);
  animation: bgblur 3s ease-in-out normal;
  background-color: black;
}

@keyframes welcome {
  0%    { opacity: 0.1; }
  100%  { opacity: 1.0; }
}
.content {
  opacity: 1.0;
  animation: welcome 1s ease-in-out normal;
}
.forum.table > tbody > tr > td {
    vertical-align: middle;
}
.forum .fa {
    width: 1em;
    text-align: center;
}
.forum.table th.cell-stat {
    width: 6em;
}
.forum.table th.cell-stat-2x {
    width: 14em;
}
/*** my interventions datatable ***/
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
div.dataTables_wrapper div.dataTables_paginate {
 text-align: center; 
}
/*table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 36px;
  right: 6px;
}*/
#intTable th.sorting,  
#intTable th.sorting_asc,  
#intTable th.sorting_desc  {
    vertical-align: bottom;
}
.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
    background: #8BBEF0;
}

.yadcf-filter-reset-button {
    display: inline-block;
}

.yadcf-filter-reset-button.range-number-slider-reset-button{
    position: relative;
    top: -6px;	
}

.yadcf-filter {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.yadcf-filter > option{
    background: white;
}

.ui-autocomplete .ui-menu-item { 
    font-size:13px;
}

#ui-datepicker-div { 
    font-size:13px;
}
.yadcf-filter-wrapper {
    display: block;
    white-space: nowrap;
}

.yadcf-filter-range-number {
    width: 40px;
}

.yadcf-filter-range-number-seperator {
    margin-left: 10px;
    margin-right: 10px;
}

.yadcf-filter-range-date {
    width: 80px !important;
}

.yadcf-filter-range-date-seperator {
    margin-left: 10px;
    margin-right: 10px;
}

.yadcf-filter-wrapper-inner {
    display: inline-block;
}
span.yadcf-filter-range-date-seperator.input-group-addon {
    padding: 6px;
}
.input-group .yadcf-filter.form-control.ui-autocomplete-input {
    border-radius: 4px 0 0 4px;
}
.filterable .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    line-height: normal;
}
.yadcf-number-slider-filter-wrapper-inner {
    display: inline-block;
    width: 200px;
    margin-bottom: 7px;
}

.yadcf-filter-range-number-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    margin-top: 1px;
}

.yadcf-filter-range-number-slider .ui-slider-range {
    position: relative;
    height: 5px;
}

.yadcf-filter-range-number-slider {
    height: 5px;
    margin-left: 6px;
    margin-right: 6px;
}

.yadcf-filter-range-number-slider {
    overflow: visible;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip {
    font-size: 13px;
    font-weight: normal;
    position:absolute;
    outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip-inner {
    position:absolute;
    top: 11px;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip-inner {
    position:absolute;
    top: 11px;
}

.yadcf-exclude-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.yadcf-label.small {
    font-size: 10px;
}
.dataTables_scrollHead {
    overflow: visible !important;
}
/*** panel with tabs ***/

.panel.with-nav-tabs > .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}
/*** ***/
.welcome .thumbnail {
  min-height: 386px;
  position: relative;
}
.welcome-btn{
  position: absolute;
  bottom: 10px;
}

.carousel {
    height: 518px;
    margin-bottom: 52px;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    /*background-position: center;*/
    background-size: cover;
}

.carousel-caption {
/*    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    font-size: 45px;
    border-radius: 2px;*/
    padding: 50px 60px 110px 60px;
    font-family: 'Open Sans', sans-serif;
}

.carousel-caption h2 {
  font-size: 55px;
  padding-bottom: 40px;
  /*font-weight: bold;*/
  /*max-width: 800px;*/
}


.carousel-caption h2 a {
  color: #6B6B6B;
  text-decoration: underline;
}

.carousel-caption h4 {
  /*max-width: 800px;*/
  padding-bottom: 25px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 3px;
}

.carousel-title span {
    font-size:65px;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
}
.carousel-indicators .active, .carousel-indicators li {
  margin: 1px 15px;
}

.subjectWrapper tr{
  height: 40px;
}

.subjectWrapper strong {
  text-transform: uppercase;
}

.tab-pane h3 {
  color: #124973;
}

.welcome .panel-body h4 {
  color: #666;
  min-height: 40px;
}

.welcome .panel-body p {
  min-height: 100px;
}

.login_button .popover{
  color: black;
  display: inline-block;
  position: absolute;
  z-index: 90;
}

.login_button a .glyphicon-user {
    /*display: none;*/
}

.login_text {
  display: inline-block;
}

.ESTabs .nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 10px -6px grey;
}

.TuteTabs {
  background-color: #F2F2F2;
}

.TuteTabs .nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 10px -6px grey;
}

#TuteReference .references {
    margin-top: 40px;
}

#calcWrapperTuteTute {
    padding-bottom: 200px;
}

.highcharts-container {
    border-radius: 15px;
    box-shadow: 0px 0px 10px #888888 !important;
}

/*.highcharts-graph.zone-tute {
	stroke: #91C1CC;
}*/

/*.highcharts-area.zone-tute {
	fill: #91C1CC;
}*/

/*.highcharts-point.zone-tute {
	fill: #91C1CC;
}*/

.forum2 .forum h3 {
  font-size: 20px;
}

.forum2 .table-responsive {
  border-radius: 5px;
  border: solid 1px #124973;
}
.forum2 .panel-heading {
    background: #124973;
    color: yellow;
}

.forum2 .panel-heading a, .forum2 .panel-heading .text-muted {
    color: white;
}

.termsofuse .content>div.wl_page_description{
   background-color: white; 
   border: 1px solid white;
   padding: 0px;
}

#import_intervention .input-lg {
    padding: 8px 5px;
    background-color: #F5F5F5;
    border: solid 1px #999999;
    border-radius: 5px;
    color: #0F5286;
}

/*span.RF.numeric.value {
    color: transparent;
    width: 1px;
    overflow: hidden;
}

span.numeric, span.date, span.RF.numeric.value:before {
    content: "text";
    color: gray;
}*/

.carousel-button {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
  border-radius: 10px;;
  border-color: transparent;
  /*margin-bottom: 15px;*/
  padding: 12px 85px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.cards {
  width: 90%;
  padding-bottom: 103px;
}

.cards-title {
  margin-bottom: 53px;
  text-align: center;
}

.cards-title h1 {
  margin: auto;
  max-width: 800px;
  font-size: 35px;
  text-align: center;
  background: none;
  color: #002358;
  font-weight: bold;
}

.card {
  width: 100%; /*1*/
  margin: 0px auto; /*2*/
  /*background-color: #00b8c1; 3*/
  /*box-shadow: 0px 5px 20px #999; 4*/
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 25px;  
}
.card a { /*5*/
  /*color: #333;*/ 
  text-decoration: none;
}
.card:hover .card-image img { /*6*/
  /*width: 160%;*/
  /*filter: grayscale(0);*/
}

.card-image {
  height: 224px;/*1*/
  position: relative;/*2*/
  overflow: hidden;/*3*/
}
.card-image img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*filter: grayscale(1);6*/
      /*7 - Transition */
    transition-property: filter width; 
    transition-duration: .3s;
    transition-timing-function: ease;
}

.card-body {
  height: 273px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align:center;  /*1*/
  /*padding: 15px 20px; 2*/
  padding: 25px 20px 10px 20px;
  box-sizing: border-box; /*3*/
}

.card-title {
  height: 94px;
  padding-left: 36px;
  text-align:left;
  display: table-cell;
  vertical-align: middle;     /* The same as your div height */
  font-weight: bold;
  font-size: 31px;
}

.card-title h4 {
  font-size: 31px;
}

.card-link {
  height: 59px;
  width: 240px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
  border-radius: 15px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  margin-left: 25px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  /*z-index: 5;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);*/
  /*-webkit-transition: all .2s ease-out;*/
  /*transition: all .2s ease-out;*/
  font-weight: bold;
  cursor: pointer;
}

.card-link:hover {
  /*background: #F06292;*/
/*  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;*/
}

.card-excerpt {
  font-size: 25px;
  display: table-cell;
  vertical-align: middle; 
}

.card-excerpt p {
  text-align: left;
}

.keypapers {
    width: 100%;
    padding-bottom: 73px;
    text-align: center;
    background-image: url(../images/key_papers_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
}

.keypapers .container{
    width: 85%;
}

.keypapers h1 {
    padding: 76px 0px 49px 0px;
    /*padding-bottom: 49px;*/
    background: none;
}

.keypapers a {
    font-size: 25px;
    padding-top: 69px;
    color: #ffffff;
    text-decoration: none;
}

.keypapers .row {
    padding-bottom: 69px;
}

.keypaper {
    padding: 5px;
}

.keypaper-block {
    /*border: 2px solid #ffffff;*/
    border-bottom: 2px solid #fd6560;
}

.keypaper-title {
    height: 186px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    padding: 30px;
    background-color: #00b8c1;
    border-top-right-radius: 20px;
    font-size: 18px;
    color: #ffffff;
}

.keypaper-content {
    height: 186px;
    padding: 30px;
    background-color: #ffffff;
    font-size: 18px;
    text-align: left;
}

.keypaper-pdf {
    position: absolute;
    bottom: 35px;
    text-align: left;
}

.keypaper-pdf a {
    padding: 16px 46px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
    border-radius: 10px;
    font-size: 18px;
}

.references-title {
    height: 319px;
    margin-bottom: 120px;
    background-image: url(../images/rph-header.png);
    background-size: cover; 
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
}

.references-title h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 50px;
}
.ref_title {
    display: flex;
    justify-content: center;
    align-items: center; 
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -30px;
    width: 95%;
    height: 107px;
    padding: 25px;
    background-image: url(../images/selection_blue_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #888888;
}

.ref_title div{
    font-size: 17px;
    color: #ffffff;
}

.ref_content {
    position: relative;
    padding: 110px 25px 25px 25px;
    box-shadow: 0px 0px 20px #888888;
    border-radius: 10px;
    margin-bottom: 60px;
}

.ref_pdf {
    color: #ffffff;
    float: right;
    font-size: 15px;
}

.ref_pdf:hover{
    color: #ffffff;
}

.footer_help {
    position: relative;
    height: 260px;
    margin-left: -2px;
    background-image: url(../images/heart_red_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
}

.footer_help .footer_content {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

.footer_help .heart-logo {
  text-align: right;
}

.footer_help .heart-logo img{
  height: 175px;
}

.footer_help .build-es{
  font-size: 25px;
  color: #ffffff;
}

.footer_content .about-es a{
  font-size: 17px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  padding: 10px 25px;
}

.footer_fund {
    position: absolute;
    top: 110%;
    right: 50%;
    transform: translate(50%,-50%);
    max-height: 124px;
    border-radius: 10px;
}

.split-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 507px;
}

.split-column .image {
    padding: 0;
    display: block;
    /*width: 50%;*/
    height: auto;
    overflow: hidden;
    -ms-interpolation-mode: bicubic;
}

.split-column .image img {
    width: 100%;
    background-size: cover; 
    background-repeat: no-repeat;
}

.split-column .texts {
      display: flex;
    justify-content: center;
    align-items: center; 
/*    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;*/
}

.split-column .texts .texts-inner {
    padding-left: 37px;
    width: 540px;
    max-width: 100%;
}

.split-column .texts h2 {
    color: #374048;
}

.split-column .texts h2 {
    margin: 42px 0 25px;
    font-weight: 700;
}

.split-column .texts p {
    color: #90969c;
}

.split-column .texts p {
    margin: 0;
    font: 300 18px/32px "Poppins", sans-serif;
}

.m0 {
    margin: 0;
}

.about-body .split-column .texts h1 {
  padding: 0;
  background: none;
  font-weight: bold;
}

.about-body .split-column .about_become h1, .about-body .split-column .about_measuring h1 {
    color: #239dbe;
}

.about-body .split-column .texts .texts-inner {
    width: 80%;
}

.about_surgical {
    background-image: url(../images/darck_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
}

.about_uses {
    background-color: #324cb3;
}

.about_surgical .texts-inner h2, .about_uses .texts-inner h2, .about_surgical .texts-inner p, .about_uses .texts-inner p {
    color: #ffffff;
}

.about-bottom {
  padding: 60px 200px;
  text-align: center;
  background-image: url(../images/green_background.png);
  background-size: cover; 
  background-repeat: no-repeat;
  color: #ffffff;
}

.about-bottom h1 {
  padding: 40px;
  font-weight: bold;
  background: none;
}

.about-bottom p {
  font-size: 20px;
  margin-bottom: 50px;
}

.about-bottom a {
  padding: 15px 70px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
  border-radius: 9px;
  border-color: transparent;
  font-size: 19px;
  font-weight: bold;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ecf5ff;
}

#calcTabs .form-control {
    border-radius: 8px;
    border: 2px solid #506fd5;
}

.bootstrap-switch {
    border-radius: 8px;
    border: 2px solid #506fd5;
}

#calcTabs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, #calcTabs .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #fff;
    background: #596a91;
}

#calcTabs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, #calcTabs .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #00b2b9;
}

#calcTabs .btn-info {
    color: #fff;
    background-color: #fd7867;
    border-color: #fd7867;
    padding: 5px 20px;
    border-radius: 8px;
}

#calcTabs .btn-default {
    color: #55658b;
    background-color: #f4f3f9;
    padding: 5px 60px;
    border-radius: 8px;
    border-color: #f4f3f9;
    font-weight: bold;
}

#calcTabs .btn-danger {
    color: #fff;
    background-color: #fd7867;
    padding: 5px 60px;
    border-radius: 8px;
    border-color: #fd7867;
    font-weight: bold;
}

.registration-section {
  position: relative;
  margin-left: -2px;
}

.registration-section .row{
    margin-right: 0px;
    margin-left: 0px;
}

.registration-pres {
    background-image: url(../images/red_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
    padding: 150px 0px;
}

.registration-content {
  padding: 70px;
}

.registration-content h1 {
    margin-bottom: 40px;
    font-size: 27px;
    background: transparent;
}

.registration-content p {
    padding-left: 20px;
    margin: 5px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 20px;
}

.registration-content ol {
    margin-left: 55px;
    padding-left: 20px;
    margin-top: -40px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 20px;
}

.registration-form-content{
  position: absolute;
  top: -9%;
  right: 0%;
  z-index: 10;
}

.registration-form-div {
  padding: 25px;
  background-color: #ddfdff;
  border-radius: 15px;
}

.registration-form-div h2 {
  text-align: center;
  background: transparent;
  font-size: 25px;
  color: #052c5f;
}

.registration-form-div hr {
  border: 1px solid #ffffff;
}

.registration-form {
  padding: 40px;
  font-size: 20px;
}

.required {
  text-align: center;
  color: #C9302C;
}

.registration-form label {
    color: #052c5f;
}

.registration-form .form-control {
    height: 48px;
    border: 2px solid #a4b6cb;
    border-radius: 9px;
}

.registration-form button {
    height: 48px;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
    border-radius: 9px;
    border-color: transparent;
}

.registration-info {
    height: 100%;
}

.registration-info > div {
    padding: 150px 0px 0px 140px;
}

.registration-info-icon {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
    border-radius: 50%;;
}

.registration-info-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
}

.registration-info-icon img {
    width: 50px;
}

.registration-info h2 {
    font-size: 27px;
    font-weight: bold;
    color: #052c5f;
}

.registration-info div p {
    font-size: 18px;
    color: #052c5f;
}

.wl_page_subtitle {
  display: none;
}

.page-title {
    margin-left: -2px;
    height: 518px;
    background-image: url(../images/header_image_es3.png);
    background-size: cover; 
    background-repeat: no-repeat;
    padding: 80px;
}

.page-title h1 {
    margin: 40px 0px 0px 0px;
    padding: 30px;
    text-align: center;
    background: none;
    font-size: 50px;
}

.page-title h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 34px;
    color: #ffffff;
    font-weight: normal;
}

.royalhp {
    height: 100vh;
}


.royalhp > .row {
    height: 100%;
    max-height: 100%;
}

.royalhp .texts, .ehistory .texts {
    height: 100%;
    background-image: url(../images/light_green_background.png);
    background-size: cover; 
    background-repeat: no-repeat;
}

.royalhp .texts .texts-inner {
    padding: 230px 162px;
    width: 100%;
}

.royalhp .texts .texts-inner h2, .ehistory .texts .texts-inner h2 {
    font-size: 35px;
    color: #052c5f;
}

.royalhp .texts .texts-inner p, .ehistory .texts .texts-inner p {
    font-size: 25px;
    color: #052c5f;
}

.royalhp .image {
    background-image: url(../images/hospital_image.png);
    background-size: cover; 
    background-repeat: no-repeat;
}

.ehistory .split-column .texts .texts-inner {
    width: 100%;
}

.ehistory .split-column .texts .texts-inner {
    width: 100%;
}

.ehistory mjx-container[jax="CHTML"][display="true"] {
    display: inline;
}

.about-title {
    height: 319px;
    background-image: url(../images/about_header_image.png);
    background-size: cover; 
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
}

.about-title h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 50px;
}

.about-calculator {
    height: 373px;
    padding: 70px 0px;
    text-align: center;
}

.about-calculator p {
    text-align: center;
    font-size: 25px;
    margin-bottom: 54px;
    color: #002358;
}

.about-calculator .btn-about, .about_measuring .btn-about {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,88,89,1) 0%, rgba(255,117,101,1) 100%);
    border-radius: 10px;
    border-color: transparent;
    /* margin-bottom: 15px; */
    padding: 12px 85px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.about_measuring .btn-about {
    margin-top: 20px;
}

.calcBanner {
    height: 250px;
    background-image: url(../images/euroscore_2_calculator_header.png);
    background-size: cover; 
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left: -2px;
}

.calcBanner h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 50px;
}

.calcBanner h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 30px;
    color: white;
}

.tuteBanner {
    height: 250px;
    background-image: url(../images/tute_header.png);
    background-size: cover; 
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left: -2px;
}

.tuteBanner h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 50px;
}

.tute-graph {
  /*box-shadow: 0px 0px 10px #888888 !important;*/
  /*width: 700px;*/
  margin-bottom: 20px !important;
  border-radius : 15px;
}

.tute-info:nth-child(odd) {
  background-color: #F2F2F2;
}

.tute-info:nth-child(even) {
  background-color: #FFFFFF;
}

.tute-info.infback {
  background-color: #ECF5FF !important;
}

.tuteinfo {
  padding-top: 30px;
  margin: auto;
  width: 65%;
}

.tuteinfotitle {
  color: #1C39A8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tuteinfocontent>ul {
  list-style-position: inside;
  padding: 0px;
}

.tuteinfocontent>ul>li {
  padding-bottom: 10px;
}

.tuteinfo>hr {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px dotted #1517dc;
}

.tuteinfochart {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}

.tute-button {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#TuteTuteReset {
  margin: 10x;
}

#TuteTuteSubmit {
  margin: 10px;
}

.vertl {
  border-left: 3px solid red !important;
  padding-left: 5px;
}

#TuteReference>.container {
  margin-top: 45px;
}

li.active a #excla {
    color: #e23d56;
}

.es3coming .footer_help .heart-logo {
    text-align: center;
    width: 100%;
}

.es3coming .about-es, .es3coming .build-es {
    display: none;
}

.ESTabs table tr td:nth-of-type(2n) {
  width: 40%;
}

.fgt-pwd {
    padding: 0px 30px;
    font-size: 15px;
    text-transform: initial;
}

.reg-info {
    font-size: 20px !important;
}

.collapsible {
  /*background-color: #777;*/
  color: #052c5f;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  color: #fff;
  background-color: #052c5f;
}

.collapse-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.content-header h1 {
    font-size: 1.8rem;
    margin: 0;
    background-color: transparent;
    background: none;
    color: #212529;
}
.content-header {
    padding: 15px 0.5rem;
}
.content-header .breadcrumb {
    background-color: transparent;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0;
}

.dashboard-box {
    margin-bottom: 20px;
}

.dashboard-content {
    padding: 0 0.5rem;
}
.float-sm-right {
    float: right!important;
}

.small-box>.inner {
    padding: 10px;
}

.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box h3, .small-box p {
    z-index: 5;
}

.small-box p {
    font-size: 15px;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 0;
    font-size: 65px;
    color: rgba(0,0,0,0.15);
}

.small-box:hover .icon {
    font-size: 75px;
}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0,0,0,0.15);
}

.bg-users {
    background: rgb(255,154,158);
    background: linear-gradient(0deg, rgba(255,154,158,1) 0%, rgba(250,208,196,1) 100%);
    border-radius: 15px;
}

.bg-users-active {
    background: rgb(212,252,121);
    background: linear-gradient(0deg, rgba(212,252,121,1) 0%, rgba(150,230,161,1) 100%);
    border-radius: 15px;
}

.bg-dataset {
    background: rgb(102,126,234);
    background: linear-gradient(0deg, rgba(102,126,234,1) 0%, rgba(118,75,162,1) 100%);
    border-radius: 15px;
}

.bg-dataset-active {
    background: rgb(172,203,238);
    background: linear-gradient(0deg, rgba(172,203,238,1) 0%, rgba(231,240,253,1) 100%);
    border-radius: 15px;
}
#pwd-recovery input {
    width: 100%;
}

#pwd-recovery i {
    position: absolute;
    margin-left: -30px;
    cursor: pointer;
    top: 30%;
    z-index: 1000;
}

/* **************** MEDIA QUERIES ********************* */



/* **************** FIN DES MEDIA QUERIES ********************* */
