/* ----------------------------------------------- */
/* LEFT-SIDE NAVIGATION MENU                       */
/* ----------------------------------------------- */

.menu {
	width: 200px;
}

#menuPage {
	background: #FFFFFF;
	color: #000000;
	padding: 0;
	margin: 0;
}

/* Demos */

.demos-nav dt, 
.demos-nav dd, 
.demos-nav ul, 
.demos-nav li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.demos-nav {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 14px;
	padding:0px 0px 5px 8px;
	font-weight: 350;
	background-repeat: no-repeat;
}

.demos-nav dt,
.demos-nav h4 {	
	margin: 0;
	padding: 0;
	margin-top: 1.0em;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom:5px;	
	font: normal 1.2em "Arial", "Verdana", "sans-serif", "Trebuchet MS";
	font-weight: bold;	
}

.demos-nav dd a,
.demos-nav li a {
	/*border-bottom: 1px solid #F4F4F4;*/
	display:block;
	/*padding: 0px 3px 2px 8px;*/
	padding: 0px 0px 0px 6px;
	/*font-size: 90%;*/
	text-decoration: none;
	margin:2px 0;
	/*height:13px;*/
}

/* .demos-nav dd a:hover,
.demos-nav dd a:focus,
.demos-nav li a:hover,
.demos-nav li a:focus {
	background: #f3f3f3;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	font-size: 14px;
	color: rgba(203, 105, 6, 1);
} */

.demos-nav dd a:hover,
.demos-nav dd a:focus,
.demos-nav li a:hover,
.demos-nav li a:focus {
	/*background: rgba(203, 105, 6, 1);*/
	/*background: linear-gradient(60deg,#f78008,#cb6906) !important;*/
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	/*font-size: 12px;*/
	padding-left: 5px;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
}

.demos-nav dd a.selected {
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* ----------------------------------------------- */
/* APPOINTMENT CALENDAR (legacy)                   */
/* ----------------------------------------------- */

#calendarTitle {
	background-color: #3B4474;
	color: #FFFFFF;
}

/* ----------------------------------------------- */
/* VIDEO PAGES ELEMENTS                            */
/* ----------------------------------------------- */

.videoCategoryLine {
	background: gray;
}

#videoSubscriptionOK {
	background: #99FF66;
}

#videoSubscriptionExpired {
	background: #ff8566;
}

#videoCategoryLine {
	background: #FBFBAB;
	color: #000000;
}

/* ----------------------------------------------- */
/* OPEN PAYMENTS                                   */
/* ----------------------------------------------- */

.openPaymentDialog {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	
}

.openPaymentDialogTable {
	
	border: 1;
	color: #000033;
	opacity:0.92;
	filter:alpha(opacity=92);
}

.openPaymentDialogTable th {
	background: #9f9f9f;
	color: #FFFFFF;
}

.openPaymentConfirmationsViewRemark {
	border: 1px black solid;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-right:30px;
	color: black;
	background: #e5e5e5;
} 

/* ----------------------------------------------- */
/* TRIP REPORTS                                    */
/* ----------------------------------------------- */

.tripReportTitle {
	font-size: 32px;
	color: blue;
	font-weight: bold;
}

.tripReportActions{
	font-size: 12px;
	vertical-align: text-top;
	float: right;
	align: right;
	margin-right: 10px;
	font-weight: normal;
}

/* ----------------------------------------------- */
/* GENERIC ELEMENTS                                */
/* ----------------------------------------------- */

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	/*font-family: Arial, sans-serif;*/
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

#pageWrapper {
	background: white;
	padding: 0;
	margin: 0;
	/*color: rgba(203, 105, 6, 1);*/
	color: black;
}

#page {
	background: #FFFFFF;
	/*color: rgba(203, 105, 6, 1);*/
	color: black;
	/*background-image: url("../images/mclaren_orange.png");*/
	background-image: url("../images/signs3.png");
  background-position: 50% 10%;
  background-repeat: repeat;
}

site-title {
	display: block;
	float: left;
	font-size: 23px;
	font-weight: 700;
	word-wrap: normal;
	color: #00accf;
}

.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}

.nomargin {
	padding: 0px !important;
  margin: 0px !important;
  box-sizing: none !important;
}

.hideMe {
	display:none;
}

.grayedOut {
	background-color: FFF !important;
	color: 666 !important;  
	font-style: italic;  
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#wrapper {
  width: 100%;
  display: inline-block;
}

#left {
  width: 300px;
  float:left; /* add this */
}

#left150 {
  width: 150px;
  float:left; /* add this */
}

#leftPayment {
  width: 400px;
  float:left; /* add this */
}

#right {
  overflow: hidden; /* if you don't want #second to wrap below #first */
  float: right;
}

#middle {
  overflow: hidden; /* if you don't want #second to wrap below #first */
  float: center;
}

/*.wrapper {
  display: inline-block;
}*/

.left {
  float:left; /* add this */
}

.right {
  overflow: hidden; /* if you don't want #second to wrap below #first */
  float: right;
}

.middle {
  overflow: hidden; /* if you don't want #second to wrap below #first */
  float: center;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	align-self: center;
	border: 3px solid black;
	width: 300px;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.formWrapper {
	background-color: white;
	padding: 10px;
	border: 1px solid black;
	border-radius: 5px;
}
.inputForm {
	border: 1;
	color: black;
	/*font-size:90%;*/
}

#holder {
	width: 100%;
}

#holder > div {
	clear: both;
	padding: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 96%;
}

.exactCenter {
  width:400px;
  height:400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  
}

.viewTableTitle {
	font-size: 18px !important;
	color: blue;
	font-weight: bold;
	padding: 3px;
}

.formSeparator {
    display: flex;
    align-items: center;
    text-align: center;
}
.formSeparator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.formSeparator::before {
    margin-right: .25em;
}
.formSeparator::after {
    margin-left: .25em;
}

.logTable {
	
	border: 1;
	background-color: #eeeeff;
	color: #000033;
	opacity:0.92;
	filter:alpha(opacity=92);
}

.logTable th {
	background: rgba(203, 105, 6, 1);
	color: #FFFFFF;
}

.logTable td {
}

.mainTableTop {
	border: 1px solid black;
	padding: 10px;
	/* box-shadow: 3px 3px #888888; */
	background-color: #FBFBEF;
	color: #000033;
  /* background: rgba(214, 214, 245, 0.1);
  color: rgba(203, 105, 6); */
	opacity:0.92;
	filter:alpha(opacity=92);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.mainTable {
	
	/* border: 1; */
	/* box-shadow: 3px 3px #888888; */
	/* background-color: #FBFBEF;
	color: #000033; */
  background: rgba(214, 214, 245, 0.1);
  color: rgba(203, 105, 6, 1);
	opacity:0.92;
	filter:alpha(opacity=92);
	/* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
	background-image: url("../images/signs3.png");
  background-position: 50% 10%;
  background-repeat: repeat;
}

.viewTableSummary {
	border: 1px solid gray;
	background-image: url("../images/signs3.png");
  background-position: 50% 10%;
  background-repeat: repeat;
	color: #000033;
}

.viewTableSummary th {
	background: #aaaacc;
	color: #FFFFFF;
}

.viewTableSummary td {
	height: 30px;
}

#viewTableAmounts {
	bgcolor: rgba(203, 105, 6, 1);
	color: #FFFFFF;
}

#viewTableFooter {
	background: #e97b10;
	color: #FFFFFF;
}

.viewTableHeader {
	
	border: 1;
}

.viewTableHeader th {
	background: #e97b10;
	color: #FFFFFF;
}

.viewTableHeader td {
}

.viewTableTop {
	
	border: 1;
}

.viewTableTop tr th {
	color: #FFFFFF;
}

.itemViewSummary {
	border: 1px solid gray;
	/*background-color: white;*/ /*rgba(238, 238, 255, 0.6); #eeeeff; */
	background-color: rgb(255 245 232 / 60%);
	color: #000033;
	border-radius: 10px;  
	/* opacity:0.92;
	filter:alpha(opacity=92); */
	/*font-size: 0.8em;*/
	font-size: 14px;
}

.itemViewSummary th {
	background: #ddddee;
    color: #000000;
}

.itemViewSummary td {
	padding: 10px;
}

.paymentSummary {
	
	border: 1px solid gray;
	background-color: rgba(238, 238, 255, 0.6); /* #eeeeff; */
	color: #000033;
	/* opacity:0.92;
	filter:alpha(opacity=92); */
}

.paymentSummary th {
	background: #ddddee;
	color: #FFFFFF;
}

.paymentSummary td {
}

.facturationTableWrapper {
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	opacity:0.92;
	width:100%;
	background: white;	
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
	margin-bottom: 10px;
	margin-top: 0px;
}

.facturationTable {
	border: 0px;
	opacity:0.92;
	width:100%;
	background: white;
}

.facturationTable th {
	background: rgba(203, 105, 6, 1);
	color: #FFFFFF;
	height: 30px;
}

.facturationTable td {
	height: 30px;
	color: black;
}

.optionTable {
	
	border: 1;
}

.optionTable th {
	background: rgba(203, 105, 6, 1);
	color: #FFFFFF;
}

.optionTable td {
}

.wrapperTableTitle {
	border: 0px;
	border-radius: 5px;
	background-color: #BA5805;
	color: #FFFFFF;
	opacity:0.92; 
	filter:alpha(opacity=92);
	height: 45px;
	padding: 10px; 
	margin-right: 20px;
	font-size: 18px;
}

.wrapperTableTitleShortCuts {
	font-size: 16px;
}

.wrapperTableTitle th {
	font-size: 18px;
	text-align: left;  
}

.wrapperTableTitle a {	
	text-decoration: none;
	color: #FFFFFF;
}

.wrapperTableTitle a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.wrapperTableTitle a:hover {
	text-decoration: bold; 
	color: #DDDDDD; 	
}

.wrapperTable {
	border: 1px solid black;
	border-radius: 5px !important;
	padding: 10px !important;  
	margin-right: 20px; 
}

.overviewTable {
	border: 1px;
  /*background: rgba(214, 214, 245, 0.1);*/
  background: white !important;
	
	/* background-color: #eeeeff;*/
	color: #000033;
	
	opacity:0.92;
	filter:alpha(opacity=92);
	
	background-image: url("../images/signs3.png");
  background-position: 50% 10%;
  background-repeat: repeat;
  padding: 10px;
}

.overviewTable th {
  height: 35px;
}

.overviewTable td {
  height: 20px; 
}

.overviewTableSmall {
	border: 1;
	/* background-color: #eeeeff;
	color: #000033;
	opacity:0.92;
	filter:alpha(opacity=92); */
	/*background-image: url("../images/signs3.png");*/
  background-position: 50% 10%;
  background-repeat: repeat;
}

.overviewTableSmall tr {
  height: 20px;
}

.overviewBorderTable {
	/* background-color: #eeeeff;
	color: #000033;
	opacity:0.92;
	filter:alpha(opacity=92); */
	/*background-image: url("../images/signs3.png");*/ 
  background-position: 50% 10%;
  background-repeat: repeat;
}

.calendarTable {
	
	border: 1;
	bgcolor: #FFFFFF;
	color: #000033;
	opacity:0.92;
	filter:alpha(opacity=92);
}

.calendarTable th {
	background: rgba(203, 105, 6, 1);
	color: #FFFFFF;
}

.calendarTable td {
}


.calendarItemTable {
	border: 1;
	background-color: #FFFFFF;
	color: #000033;
}

.calendarItemTable th {
	background: rgba(203, 105, 6, 1);
	color: #FFFFFF;
}

.calendarItemTable td {
}

.calendarInfoTable {
	
	border: 1;
	background-color: #eeeeff;
	color: rgba(203, 105, 6, 1);
}

.calendarLinkTable {
	
	border: 1;
	bgcolor: #eeeeff;
	color: rgba(203, 105, 6, 1);
}

.calendarLinkTable th {
	background: #7f7fff;
	color: #FFFFFF;
}

.calendarLinkTable td {
}

.calendarLinkTable a {	
	text-decoration: none;
	color: #000000;
}

.calendarLinkTable a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

.calendarLinkTable a:hover {
	text-decoration: bold; 
	color: #7f7fff; 	
}
.priceSettingsConfigTableWrapper {
	border: 1px solid black;
	border-radius: 5px;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}
.priceSettingsConfigTable {	
	background-color: white;
	color: rgba(203, 105, 6, 1);
}

.priceSettingsConfigTable th {
	background: #ffeec6;
	color: #000000;
	text-align: left;
}

.priceSettingsConfigTable a {	
	text-decoration: none;
	color: #000000;
}

.priceSettingsConfigTable a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

.priceSettingsConfigTable a:hover {
	text-decoration: bold; 
	color: #7f7fff; 	
}


.backgroundTable {
/* 	background: #eeeeef;
	opacity:0.92;
	filter:alpha(opacity=92); */	
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
	border-radius: 5px;
	border: 1;
	background-color: #fbf0db;
	color: black;
	opacity:0.92;
	filter:alpha(opacity=92);
	/* border-radius: 15px; */
	margin-bottom: 20px; 
}

.backgroundTable td {
	height: 30px;
}

.backgroundTable form {
	padding-left: 10px;
} 

.planningBackgroundTable {
	border: 1;
	background-color: #fbf0db;  
	color: black;
	opacity:0.92;
	filter:alpha(opacity=92);
}

#passed {
	background: #EBEBEF;
}

#paymentOK {
	background: #efffe8;
}

#examinationPeriod {
	background: #faf9c9;
}

#paymentType {
	background: #e8eefd;
}

#emptyTotalAmount {
	background: #AAAAAA;
}

.subscriptionInfoSubTitle {
	font-size: 16px;
	color: blue;
	border-bottom: 1px solid blue;
}

.helpInfoBlock {
	border: 1px solid black;
	padding: 5px 30px; 
	background-color: rgba(255, 255, 221, 0.3); 
	box-shadow: 3px 3px #888888; 	  
}

.helpInfoTitle {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

.helpInfoQuestion {
	text-decoration: underline;
	display: inline-block;
	font-weight: bold;
}

.helpInfoAnswer {
	display: inline-block;
}

.helpInfoContent {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;    
}

.nav-link{
	display:inline;
	padding:.5rem 1rem;
}

