/* 
    Created on : 17 déc. 2014, 17:34:56
    Author     : Alexandre
*/
/* 
    Created on : 10 déc. 2014, 14:38:35
    Author     : Alexandre
*/
.transparency1 {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=25);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.25;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.25;
  /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
  opacity: 0.25;
}
/*******************
- LOG PANEL -
********************/
#log-panel {
  display: table;
  float: right;
  height: 90px;
  background-color: #f3f3f3;
  margin-top: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#log-panel .log-left,
#log-panel .log-right {
  display: table-cell;
  vertical-align: middle;
}
#log-panel .log-left {
  width: 190px;
  padding: 10px 10px;
  text-align: center;
}
#log-panel .log-left .log-msg {
  font-size: 0.55em;
  padding-left: 30px;
  background: url('../images/icons/user.png') top left no-repeat;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #e3e3e3;
}
#log-panel .log-left .log-msg .user-name {
  display: block;
  padding: 4px 4px;
  margin: 5px 0;
  font-size: 1.2em;
  background-color: #bf9a58;
  border-radius: 30px;
  color: #f3f3f3;
  text-align: center;
}
#log-panel .log-left .logout {
  font-size: 0.9em;
  text-decoration: none;
  background: url('../images/icons/logout.png') center left no-repeat;
  padding: 4px 0 4px 20px;
  display: inline-block;
}
#log-panel .log-left .logout:hover {
  text-decoration: underline;
}
#log-panel .log-right {
  width: 160px;
  height: 70px;
  padding: 10px;
  border-left: 1px solid #565654;
}
.alert {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fcf8e3;
  border-radius: 4px;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert h4 {
  color: #8a6d3b;
  margin: 0;
}
.alert .close {
  display: none;
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success h4 {
  color: #3c763d;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger h4 {
  color: #a94442;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-error h4 {
  color: #a94442;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info h4 {
  color: #31708f;
}
.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert-block > p {
  margin-bottom: 0;
}
.alert-block > ul {
  margin-bottom: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FFF;
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #222222;
  font-family: 'Hind', sans-serif;
}
a img {
  border: none;
}
a:hover {
  color: #bf9a58;
}
a:active {
  color: #a5803f;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin-top: 0;
}
h1 {
  font-size: 2.5em;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #696969;
  text-align: center;
}
header {
  background: #3c3c3b;
  min-height: 110px;
  position: relative;
  border-bottom: 1px solid #EEE;
}
#header-border {
  border-top: 25px solid #FFF;
  padding-bottom: 55px;
  background: url('../images/header-shadow.png') left 0 repeat-x;
  position: relative;
  z-index: 1;
}
#logo {
  position: absolute;
  display: block;
  z-index: 5;
  padding: 20px 0;
  width: 200px;
}
footer {
  border-top: 1px solid #bf9a58;
  text-align: center;
  margin-top: 75px;
  padding-top: 3px;
  color: #454545;
}
footer .address {
  font-size: 0.95em;
}
footer #footer-seo {
  font-size: 0.75em;
  text-align: justify;
  color: #858585;
}
#main {
  min-height: 350px;
  overflow: hidden;
}
#main #component-wrapper {
  overflow: visible;
}
/*******************
- TABLE -
********************/
table {
  width: 100%;
  border-collapse: collapse;
  overflow: visible;
}
table * {
  overflow: visible;
  font-size: 1em;
}
table th,
table td {
  font-weight: normal;
  font-family: 'Hind', sans-serif;
  text-align: center;
  border-width: 1px;
}
table thead th {
  background-color: #3c3c3b;
  color: #f3f3f3;
  padding: 20px 10px;
  border-left: 1px solid #EDEDED;
  min-width: 70px;
}
table tbody tr td {
  padding: 20px 10px;
  border-left: 1px solid #222222;
}
table tbody tr td:first-child {
  border-left: 1px solid #EDEDED;
}
.pws_tabs_list {
  overflow: visible!important;
}
/*******************
- MAIN MENU -
********************/
#main-menu {
  height: 60px;
  margin-left: 230px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
#main-menu ul {
  padding-left: 0;
  margin: 0;
  display: block;
}
#main-menu .moduletable_menu {
  float: left;
}
#main-menu .moduletable_menu > ul {
  float: left;
}
#main-menu ul.nav.menu {
  float: left;
  z-index: 10;
  position: relative;
}
#main-menu ul.nav.menu li.parent {
  margin-left: 2px;
  background: url('../images/pattern/mainmenu-bg.png') repeat;
}
#main-menu ul.nav.menu li.parent > a {
  padding-right: 50px;
  background: url('../images/menu_arrow.png') 90% center no-repeat;
}
#main-menu ul.nav.menu li.parent ul {
  display: none;
}
#main-menu ul.nav.menu li.parent:hover ul {
  display: block;
}
#main-menu ul.nav.menu li ul li {
  width: 100%;
  display: block;
  margin-left: 0;
  clear: left;
}
#main-menu ul.nav.menu li ul li a {
  display: block;
  margin-top: 1px;
  text-align: center;
  height: auto;
  padding: 20px 0;
}
#main-menu li {
  list-style: none;
  display: block;
  float: left;
  margin-left: 2px;
  height: 100%;
}
#main-menu li:first-child {
  margin-left: 0;
}
#main-menu li a {
  color: #f3f3f3;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  display: table-cell;
  max-width: 180px;
  height: 60px;
  padding: 0 15px;
  line-height: 1em;
  vertical-align: middle;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
#main-menu li a:hover {
  background-color: #bf9a58;
}
#main-menu li a:active {
  background-color: #a5803f;
}
.no-rgba #main-menu li {
  background: url('../images/pattern/mainmenu-bg.png') repeat;
}
#breadcrumbs {
  position: absolute;
  z-index: 5;
  margin-top: 0.15em;
  left: 50%;
  margin-left: -440px;
}
#breadcrumbs ul.breadcrumb {
  margin-top: 0;
  padding-left: 0;
  overflow: hidden;
}
#breadcrumbs ul.breadcrumb li {
  list-style: none;
  float: left;
}
#breadcrumbs ul.breadcrumb li .divider {
  display: inline-block;
  background: url('../images/bc-divider.png') center center no-repeat;
  width: 10px;
  padding: 0 10px;
}
#breadcrumbs ul.breadcrumb li a,
#breadcrumbs ul.breadcrumb li span {
  color: #f3f3f3;
  font-size: 0.8em;
  font-family: 'Hind', sans-serif;
}
/******************** 
    LOGIN
******************* */
.login h1,
.login h2,
.login h3 {
  text-align: center;
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: normal;
  line-height: 1em;
}
.login h1 {
  color: #565654;
  padding-bottom: 4px;
  margin-bottom: 0;
  font-size: 2em;
}
.login h2 {
  color: #9b9b9b;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 1.8em;
}
.login h3 {
  padding-bottom: 0.5em;
  margin-bottom: 0;
  color: #696969;
}
.login fieldset {
  border: none;
  padding: 0;
  margin-left: 170px;
}
.login fieldset label {
  font-family: 'Hind', sans-serif;
}
.login fieldset input[type="text"],
.login fieldset input[type="password"] {
  width: 370px;
  border: 0;
  font-size: 1.1em;
  padding: 0.5em 0.5em;
  font-family: 'Hind', sans-serif;
  border: 1px solid #a0a0a0;
  margin-top: 1px;
}
.login fieldset input[type="password"] {
  border-top: #a0a0a0;
}
.login fieldset button[type="submit"] {
  background-color: #565654;
  color: #FFF;
  border: none;
  padding: 0.2em 0.5em;
  display: block;
  width: 100%;
  font-family: 'Hind', sans-serif;
  font-size: 1.1em;
  border-radius: 7px;
  margin-top: 10px;
  cursor: pointer;
}
.login fieldset button[type="submit"]:hover {
  background-color: #3c3c3b;
}
.login #pasw-forget {
  font-size: 1em;
  color: #696969;
  font-family: 'Hind', sans-serif;
  line-height: 1em;
}
.login #come-to-us {
  float: right;
  margin-right: 170px;
}
.login #come-to-us .message {
  background-color: #f4f4f4;
  display: block;
  padding: 20px;
  margin: 0;
  font-family: 'Hind', sans-serif;
  font-size: 1em;
  color: #696969;
  line-height: 1em;
}
/******************** 
    MEDIA LINK
******************* */
.media-link {
  background: url('../images/icons/file-pdf.png') center left no-repeat;
  line-height: 2em;
  padding: 5px 0 0 35px;
}
.media-link-pdf {
  background-image: url('../images/icons/file-pdf.png');
}
.media-link-jpg,
.media-link-jpeg,
.media-link-png,
.media-link-gif {
  background-image: url('../images/icons/file-image.png');
}
/*# sourceMappingURL=main.css.map */