
/* GOOGLE FONTS */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('fonts/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local('Varela Round'), local('VarelaRound-Regular'), url('fonts/APH4jr0uSos5wiut5cpjrnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

uhtablebody, h1, h2, h3, h4, h5, h6, p, form, fieldset { margin:0; padding:0;  }
img { border:0; }
html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, img, table, dl, dt, dd { padding:0; margin:0; }
textarea { font-size:12px; }
input { font-family:tahoma, arial; font-size:12px; vertical-align:middle; }
input[type=checkbox], input[type=radio] { cursor:pointer; margin:0; vertical-align:middle; }
select { font-family:tahoma, arial; font-size:12px; vertical-align:middle; }
label { cursor:pointer; }
a img, img { border:0; vertical-align:middle; }
sup, sub { vertical-align:baseline!important; vertical-align:bottom; position:relative; }
sup { bottom:.5em; }
sub { top:.3em; }
li {list-style: none;}

a, a:visited { 
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
color: #446DB2;
color: #4ea54e;
  color: #446DB2;
color:#40b1b0;
text-decoration: none;
}

a:hover, a:active { 
color:#5BC4C2;
}

a:hover{
  text-decoration: underline;
}


body {
background:#f6f8f8;
color:#4C4C4C;
font-family: 'Open Sans', sans-serif;
font-size:15px;
line-height: 25px;
}

strong {font-weight: 600;}


#header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #000000;
  /*text-transform: uppercase;*/
  text-align: center;
}
#header-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: url('img/indicators.png') no-repeat center center;
  background-size: cover;
  z-index: 1001;
}
#header-title{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000000;
  z-index: 1003;
}
#header-title img{
  width: 60px;
  height: 60px;
}

/* Menu ********************************/

#menu-wrapper{
  position: fixed;
  top: 60px;
  bottom: 0px;
  left: 0px;
  width: 200px;
  background-color: #111;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
}

#user-menu{
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 5px;
  padding-left: 36px;
  background-image: url('img/user-24.png');
  background-repeat: no-repeat;
  background-position: 6px center;
}

#logout{
  position: absolute;
  top: 10px;
  left: 6px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
#user-menu:hover #logout{
  opacity: 1;
}
#user-menu:hover{
  background-image: none;
}

#menu ul{
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  width: 200px;
}

#menu ul li{
  height: 54px;
  padding: 0px;
}

#menu ul li a{
  display: block;
  padding: 0px 27px;
  height: 53px;
  line-height: 53px;
  color: #40b1b0;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  font-style: normal !important;
  white-space: nowrap;
  transition: all 0.1s ease-out;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.11);
}

/*#menu ul li.on a,*/
#menu ul li a:hover{
  background-color: #ccc;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}


/* Page ********************************/
#main-wrapper{
  position: fixed;
  top: 60px;
  top: 106px; /* +h1 */
  bottom: 0px;
  left: 201px;
  right: 0px;
  overflow: auto;
  
  background-image: url('img/PMS_bg.png');
  background-size: cover;
}

#content-wrapper{
}

.main-content{
}

.main-content h1{
  height: 36px;
  padding: 5px;
  padding-left: 36px;
  line-height: 36px;
  background-image: url('img/next-24.png');
  background-repeat: no-repeat;
  background-position: 6px center;
}

.main-content ul{
  width: 88.9%;
  margin: 0 4.5% 40px 4.5%;
}

.main-content li{
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}

.main-content ul:last-child li:last-child{
  border-bottom-width: 0px;
}

.main-content .thumb{
  /* background-color: #EDEDED;
  border: 1px solid #DBDBDB; */
  padding: 5px;
  float: left;
  border-radius: 5px;
  margin: 6px 3.33% 0 0;
  width: 250px;
  text-align: center;
}

.main-content .thumb img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
}

.main-content .h2sub{
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  color: #999;
  color: #446DB2;
  margin: 5px 0 10px 300px;
}

.main-content .content-description{
  margin-left: 300px;
}

/* Footer ******************************/
#footer-wrapper{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 200px;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
}

#footer-menu{
}

#footer-menu-list{
}

#footer-menu-list li{
  display: inline-block;
  margin: 0 9px;
  float: none !important;
}

#footer-copyright{
  font-size: 12px;
}

/***************************************/

/***************************************/

/***************************************/

/***************************************/

/***************************************/


h1{
  /*font-family: 'Varela Round', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  color: #d8d8d8;
  text-shadow: 1px 1px 1px #000;
  
  /*font-weight: bold;*/
  padding: 5px 1px;
  font-size: 28px;
  background-color: #40b1b0;
  background-color: #8787ff;
  background-color: #111;
  border-left: 1px solid rgba(255,255,255,0.1);
  
  position: fixed;
  top: 60px;
  left: 200px;
  right: 0px;
}

h2{
  font-weight: bold;
  padding: 5px 0px 5px 40px;
  background-color: #bbb;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  margin-bottom: 5px;
}

strong .normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

a.discret-link{
  color: inherit;
  text-decoration: none;
}


