/* CSS initialization */
* {
  padding: 0px;
}
*, *::after, *::before {
  -moz-text-size-adjust: none;
}
/* Clear float */
.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/* General style */
body,td,th {
  font-family: "Calibri", "CalibriFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11pt;
}
body {
  background-color: #fff;
  margin: 0px;
  height: 100%;
}
body.main {
  background-color: #F2F2F2;
}
.open, .section-open {
  display:block;
}
.close, .section-close {
  display:none;
}
.pull-right{
  float: right !important;
}
.pull-left{
  float: left !important;
}
.margin-right {
  margin-right:30px;
}
ol, ul {
  list-style: outside none none;
}
a {
  font-weight: normal;
  text-decoration: none;
  cursor:pointer;
}
a:hover{
  text-decoration: underline;
}
a.button:hover{
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 100;
  line-height: 1.1;
}
h2 {
  font-size: 18px;
}
#empty-div{
  /* height: 500px; */
}
.dashed{
  border-right: 1px dashed #000;
}
#transition-white {
  display:none;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
}
/* Page, Chapitre */
#page{
  margin:0px;
  border: 5px solid #ebebea;
  border-top: 0px;
  width: auto;
  height: auto;
  background-color: #fff;
  min-height: 650px;
  min-width: 990px;
  overflow: auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
#home-page{
/*  background-image:url("../../images/V2/home-background.jpg");
  background-repeat:no-repeat;
  background-position:left top;*/
  width: 1000px;
  height: 333px
}
.chapter{
  background-color: #fff;
  width: 100%;
  clear: both;
}
.chapter-header{
  background: #fff none repeat scroll 0 0;
  padding: 5px 0px;
}
.chapter-header.print{
  border-bottom: 1px solid #666666;
  margin: 10px;
  padding: 5px 0;
}
.chapter-header.separator{
  height: 2px;
  padding: 0px;
}
.chapter-header.separator.print{
  height: 0px;
  margin: 10px 0px;
}
.chapter-header .title{
  font-size: 12pt;
  font-style: italic;
  color: #666;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ddd;
}
.chapter-content {
  background-color: #f6f6f6;
}
.chapter-content td{
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #F2F2F2;
}
.chapter-content.print td{
  background-color: #FFF;
}
.chapter-content .line td{
  padding: 2px 2px;
}
.chapter-content .td-label,
.chapter-content .td-input,
.chapter-content .cel-option td{
  padding: 0px;
}
.field-disabled{
  background-color: #ccc;
}
.field-range{
  color: #666;
  font-size: 8pt;
  font-style: italic;
  margin: 0 5px;
}
.field-requiered-1{
  color: #FF9900;
}
.field-requiered-2{
  color: #CC0000;
}
.compulsory_1 { background-color: #FF9933; }
.compulsory_2 { background-color: #CC3333; }
.hotspot-content{
  background-color: #F2F2F2;
  border: 1px solid #4a4a4a;
  padding-top: 10px;
}
.field-menu{
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image:url("../../eventa/core/images/ico/ico_action_field_menu.gif");
  background-repeat:no-repeat;
  background-position:left top;
}
/* Main */
#main{
  width: auto;
  height: auto;
  position: relative;
  margin: 0px;
  padding-bottom: 10px;
  z-index: 2;
}
#main-header {
  height: 165px;
  margin-bottom: 5px;
  position: relative;
  width: auto;
}
#main-left {
  font-size: 11px;
  line-height: 13px;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 180px;
  z-index: 4;
  position: absolute;
}
#main-right {
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 210px;
  min-width: 780px;
  min-height: 700px;
  min-height: 700px;
}
#main-content {
}
#main-content-iframe {
  margin-bottom: 20px;
  min-width: 780px;
  height:100%;
  border: hidden;
}
#case-list, #case-list-page{
  width: 180px;
}
#case-list-page{
  /** position: fixed; **/
}
#case-list.rail .box .content, 
#case-list-page.rail .box .content {
    width: 178px; 
}
#case-list-page.rail .box .content .nav li a span {
    width:115px;
    padding-left:25px;
}
#header-separator{
  clear: both;
  background-color: #fff;
  height: 110px;
  border-bottom: 5px solid #ebebea;
}
.header-affix {
  background-color: #7f7f7f;
  top: 0;
  width: inherit;
  z-index: 10;
}
a.bg-header{
  background-color: #4a4a4a;
}
a.bg-header-light{
  background-color: #7f7f7f;
}
a.bg-header:hover,
a.bg-header-light:hover{
  background-color: #646464;
}
/* Box */
.box-radius {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
#box-connection, #box-main-menu{
  width: 75%;
  position: absolute;
  z-index: 100;
  display: block;
}
#box-connection{
  margin: auto auto auto 135px;
}
#box-main-menu{
  margin: auto auto auto 78px;
}
#box-network{
  float:left;
  margin: 30px 15px 0px 78px;
}
#box-network-links,
#case-list-links {
  padding-top: 10px;
  max-width: 600px;
}
#box-network-links ul,
#case-list-links ul {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}
#box-network-links ul li {
  display: inline;
}
#box-network-links ul li span,
#case-list-links ul li span {
  border: 2px solid white;
  border-radius: 50em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  min-width: 10px;
  max-width: 50px;
  padding: 4px 6px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.push-alert-query,
.push-alert-page-not-signed,
.push-alert-indicators,
.push-alert-indicators-patient, 
.push-alert-query-patient {
  display: inline-block;
  min-width: 10px;
}
.push-alert-query .push-alert,
.push-alert-page-not-signed .push-alert,
.push-alert-indicators .push-alert,
.push-alert-indicators-patient .push-alert,
.push-alert-query-patient .push-alert {
  background-color: #f2f2f2;
}
button .push-alert-query,
button .push-alert-page-not-signed,
button .push-alert-indicators {
  width: 100%;
}
#box-network-links ul li a,
#case-list-links ul li a {
  color: #666666;
  font-weight: normal;
  display: inline;
  margin-top: 7px;
  margin-right: 10px;
}
.box-title{
  text-align: left;
  background-color: #fff;
  padding: 1px;
}
#box-connection .box-title{
  background-color: #000;
  height: 110px;
  opacity:0.4;
  filter:alpha(opacity=40);
}
#box-main-menu .box-title,
#box-add-field-menu .box-title,
#box-pdf-menu .box-title,
#box-field-menu .box-title,
#box-case-overview .box-title,
.cel-option .box-title,
.hotspot .box-title{
  background-color: #4a4a4a;
  height: 36px;
}
#box-main-menu p.title,
#box-add-field-menu p.title,
#box-pdf-menu p.title,
#box-field-menu p.title,
#box-case-overview p.title,
.cel-option p.title,
.hotspot p.title{ 
  font-size: large;
  color:#fff;
  margin: 7px 30px;
  overflow:visible;
}
#box-connection p.title{
  font-size: 40px;
  font-weight: lighter;
  color:#fff;
  margin: 50px 0 13px 40px;
}
#box-connection .box-content{
  padding: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#box-main-menu .box-content,
#box-add-field-menu .box-content,
#box-pdf-menu .box-content,
#box-field-menu .box-content,
#box-case-overview .box-content,
.cel-option .box-content{
  padding: 20px 30px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 0;
}
#box-main-menu .box-content .content,
#box-case-overview .box-content .content{
  display: table-cell;
  padding-bottom: 5px;
}
#box-main-menu .box-content .content input{
  margin-top: 5px;
}
.box-content .content p{
  margin: 0px;
  padding: 10px;
}
#box-welcome-message .box-content .content,
#box-add-field-menu .box-content .content,
#box-pdf-menu .box-content .content,
#box-field-menu .box-content .content,
#box-case-overview .box-content .content,
.cel-option .box-content .content{
  display: block;
  padding: 0px;
  background-color: #fff;
}
#box-site-information{
  background-color: #fff;
  z-index: 0;
}
#box-case-overview .box-content{
  width:auto;
}
#box-case-overview .box-content .content{
  margin: 0px;
  padding: 10px;
}
.short-description{
  height: 122px;
}
.short-description .text{
  padding: 20px 20px 20px 780px;
  color: #fff;
  font-size: normal;
  margin: 0;
}
.separator{
  height: 30px;
}
#box-copyright{
  text-align: left;
  margin: 20px 40px 20px 0;
}
#box-powered-by{
  background-image:url("../../images/V2/powered-by-bepatient.png");
  background-repeat:no-repeat;
  background-position:left top;
  width: 121px;
  height: 16px;
  float: right;
  margin: 11px;
}
#box-powered-by-banook{
  /** background-image:url("../../images/V2/powered-by-bepatient.png"); **/
  background-repeat:no-repeat;
  background-position:left top;
  width: 121px;
  height: 16px;
  float: right;
  margin: 11px;
}
#box-site-information .message {
  margin-top: 70px;
  min-width:210px;
  padding: 20px;
  width: 653px;
}
#box-site-information .message p {
  font-size: medium;
  margin: 0;
  padding: 15px 20px;
}
#box-site-information .sub-menu {
  width:225px;
}
#box-site-information .sub-menu .box-radius {
  border: 1px solid transparent;
}
#box-site-information .ul-sub-menu {
  margin: 10px 0px;
  padding: 5px;
}
#box-site-information .li-sub-menu {
  line-height: 22px;
  margin: 0px;
  padding: 10px 0px;
  text-align:center;
}
#box-site-information .li-sub-menu span {
  text-transform: uppercase;
  color:#FFFFFF;
  width:238px;
  font-weight:normal;
  font-size: 16px;
}
#box-site-information .li-sub-menu.separator {
  border-top: 1px solid #D9D9E0;
  margin: 10px 20px;
  width: 80%;
  padding:0px;
  height: 0;
}
#box-login, #box-site-maintenance, #box-forget-pwd{
  margin-left: 86px;
}
#box-login .intput-width-fixed{
  width: 350px;
}
#box-forget-pwd .intput-width-fixed{
  width: 250px;
}

.box-shadow{
  position: relative;
  width: 745px;
  background: #fff;
  padding:1px;
  /** color: rgba(0,0,0, .8); **/
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
}
.box-shadow:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-shadow:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#crf_body .footer{
  margin-top: 35px;
}
#crf_body .rail .box{
  margin: 0px;
}
#crf_body .fa {
  font-size: 20px;
}
.message-info.red {
  color: #CC3333;
}
.box-crf-validation {
  margin-top: 35px;
  padding: 0 10px 10px 10px;
}
.box-crf-validation .bold {
  font-weight: bold;
}
.box-crf-validation .chapter-header {
  border-bottom: 1px solid #ebebea;
  margin-bottom: 5px;
}
.box-crf-validation .content {
  padding: 5px 0px 5px 25px;
}
.box-crf-validation .content.timezone {
  font-style: italic;
  font-size: 12px;
}
.box-crf-validation .content.history {
  background: url("../../eventa/core/images/base/ico-database.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page-signed {
  background: url("../../eventa/core/images/base/pages/page_signed.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page-awaiting {
  background: url("../../eventa/core/images/base/pages/page_wait.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page-normal {
  background: url("../../eventa/core/images/base/pages/page_blank.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page-missing-data {
  background: url("../../eventa/core/images/base/pages/page_missing.png") no-repeat scroll left center #fff;
}
.box-crf-validation .ccontent.page-signed .title {
  /** color:#33CC33; **/
}
.box-crf-validation .content.page-awaiting .title {
  color:#CC3333;
}




.box-crf-validation .content.page_locked {
  background: url("../../eventa/core/images/base/pages/page_locked.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page_locked .title {
  color:#666666;
}
.box-crf-validation .content.page_locked2 {
  background: url("../../eventa/core/images/base/pages/page_locked2.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page_locked2 .title {
  color:#666666;
}
.box-crf-validation .content.page_nok {
  background: url("../../eventa/core/images/base/pages/page_nok.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page_nok2 {
  background: url("../../eventa/core/images/base/pages/page_nok2.png?v=1") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page_ok {
  background: url("../../eventa/core/images/base/pages/page_ok.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page_nok .title {
  color:#CC3333;
}
.box-crf-validation .content.page_nok2 .title {
  color:#CC3333;
}
.box-crf-validation .content.page_lockoutstanding {
  background: url("../../eventa/core/images/base/pages/page_lockoutstanding.png") no-repeat scroll left center #fff;
}
.box-crf-validation .content.page_lockoutstanding .title {
  color:#CC3333;
}

table.cel-option .query_manual_level1_post,
table.cel-option .query_manual_level1_answer,
table.cel-option .query_manual_level1_validated,
table.cel-option .query_manual_level1_novalidated {
  width: 20px;
  height: 20px;
}

table.cel-option .query_manual_level1_post {
  background: url("../../eventa/core/images/query/query_manual_level1_post.gif") no-repeat scroll center center transparent;
}
table.cel-option .query_manual_level1_answer {
  background: url("../../eventa/core/images/query/query_manual_level1_answer.gif") no-repeat scroll center center transparent;
}
table.cel-option .query_manual_level1_validated {
  background: url("../../eventa/core/images/query/query_manual_level1_validated.gif") no-repeat scroll center center transparent;
}
table.cel-option .query_manual_level1_novalidated {
  background: url("../../eventa/core/images/query/query_manual_level1_novalidated.gif") no-repeat scroll center center transparent;
}


/* Loading / Logo / icon */
#loading {
  background: url("../../images/base/loading.gif") no-repeat scroll 50% 50% #DDDDDD;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2000;
  display:block;
  opacity:0.7;
  filter:alpha(opacity=70);
}
#logo{  /* depracated */ 
  width:240px;
  height:78px;
  padding-bottom: 40px;
  background-image:url("../../eventa/core/images/logo-bepatient.png");
  background-repeat:no-repeat;
  background-position:left top;
}
#main-header #logo{ /* depracated */ 
  width:240px;
  height:80px;
  padding-bottom: 0px;
  background-image:url("../../eventa/core/images/logo-bepatient.png");
  background-repeat: no-repeat;
  background-position: left top;
  float: right;
  margin: 15px 38px;
}
#logoDiv .mainLogo {
  width: 332px;
  margin-left: 100px;
  padding-bottom: 40px;
}
#logoDiv .mainHeaderLogo, 
#logoDiv .qrCodeLogo {
height: 100px;
padding-bottom: 0px;
float: right;
margin: 5px 38px 5px 0px;
}

.id-indicator {
  position:absolute;
  margin-top: -5px;
  z-index:10000;
  width: 700px;
}
.over-sub-menu {
  position:relative;
}
.id-case-options {
  position:absolute;
  top: -5px;
  left: -250px;
  z-index:10000;
  width: 270px;
}
.id-case-options .box-content td {
  border-bottom: hidden;
}
.box-msg {
  float: left;
  display:none;
}
.box-msg h2 {
  color:#333333 !important;
}

#main-header .icon p{
  margin: 0px;
  padding:10px 0px;
  text-align: center;
}
#main-header .icon a p{
  color:#666666;
  font-size: small;
  text-align: left;
}
#main-header .icon a i {
  padding-top: 6px;
  padding-left: 8.5px;
}
#box-sub-main-menu .box-content .content .icon {
  padding-right: 34px;
  display: inline-flex;
}
#box-sub-main-menu .box-content .icon a i {
  padding: 0px;
}
#box-sub-main-menu .box-content.crf-section {
  max-height: 130px;
  overflow: scroll;
}
.icon .icon-error{
  background-color: transparent;
  color:#990000;
  font-size: 30px;
}
.icon .icon-success{
  background-color: transparent;
  font-size: 30px;
}
.error .icon, .success .icon{
  margin: 0px;
}
.error .title, .error .message, .error .action,
.success .title, .success .message, .success .action{
  padding-top: 12px;
}
.error .title, .success .title {
  text-transform: uppercase;
}

.link-mdp{
  vertical-align: bottom;
  margin-top: 30px;
}
/* Effect */
.effect-white{
  background-color: #FFF;
}
.badge-pro {
  background-color: #fcbf11;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-right: 5px;
}
.user-name {
  font-weight: bold;
  font-size: 16px;
}
.user-name-onbehalf {
  clear: both;
  font-size: 14px;
  font-weight: normal;
}
/* CUSTOMISATION JQUERY UI */
/* ACCORDION */
.ui-widget{
  font-family: "Calibri","CalibriFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
/* TOOLTIP */
.ui-tooltip{background-color: #f6f6f6;padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}
body .ui-tooltip{border-width:2px}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
