
/* ============================================================================================================
	stylesheet.css
	Laatste Update: 24-11-2021
	Auteur: Gert Visser (visser@signopsis.nl)
   ============================================================================================================ */
   
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);*/

html {
    font-size: 16px;
    /*overflow-y: hidden;*/
}

body {
    line-height:1;
    font-family: roboto-light, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color:#474747;  /*474747*/
    background-color: #EBEFF2;
    margin: 0px;
    /*overflow:hidden;*/
}

a, a.visited, a.hover {
    color:#474747;
    text-decoration:none;
}

.required:after { 
	content:" *";
	color: #ff8a00;
}

.container{
	margin: 20px auto; padding: 0;
	width: 100%; max-width: 1100px; height: auto;
	
	background-color: #fff;
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);
}
.header{
	margin:0; padding:15px;
	text-align: center;
}
.nav{
	min-height:40px;
	background-color: #ce1442;
	text-align: center;
	
	box-shadow: 0px 5px 14px rgba(0,0,0,0.18);
}
.main{
	margin:0; padding:15px;
	overflow: hidden;
}
.footer{
	margin:0; padding:10px;
	width: 100%; height: 40px;
	
	font-size: 10px;
	line-height: 40px;
	color: #666;
}

.nav li{
	display: inline-block;
	width: 100%; max-width: 150px;
	list-style-type: none;
}
.nav li a{
	width: 100%;
	display: inline-block;
	
	text-align: center;
	line-height: 40px;
	
	font-size: 12px;
	color: #fff;
	font-weight: light;
	text-transform: uppercase;
	
	border-right: solid 1px #870e2c;
}
.nav li:last-child a{border: none;}
.nav li a:hover, .nav li a:active{
	background-color: #870e2c;
}

.sidebar{
	margin: 10px 0;
	width: 100%; max-width: 200px;
	float:left;
}

.block_element{
	background-color: #eee;
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);
}

.table_container{
	margin: 10px 2%;
	float: left;
}
.small{
	width: 46%;
}
.half{
	width: 76%;
}
.full{
	margin: 0px; width: 100%;
}
.filter{
	margin-bottom: 20px;
}

.table_container_header{
	margin: 0px; padding: 0 20px;
	background-color: #ce1442;
	
	color: #fff;
	line-height: 40px;
	font-weight: bold;
}

.table_container table{
	width: 100%;
	border: none;
}
.table_container thead td{
	background-color: #ccc;
	font-weight: bold;
}

.td_sessions_name, 
.td_sessions_time,
.td_data_name,
.td_data_date,
.td_data_time,
.colspan{
	padding: 0 10px;
	line-height: 40px;
}
.td_sessions_name{
	width: 60%;
}
.td_sessions_time{
	width: 40%;
}

.colspan{
	background-color: #f6f6f6;
	font-weight: bold;
}

.block_element tr:hover{
	background-color: #ddd;
}

.last_refresh{
	font-size: 11px;
	color: #aaa;
	text-transform: italic;
}

.filter input,
.filter select{
	appearance: base-select;
	margin: 5px;
	width: 100%; max-width: 200px;
	
	line-height: 40px;
}


.breadcrumb_text_span {
	/*display: table-cell;*/
	font-size:14px;
	vertical-align: middle;
}

.content_box {
	position:relative; 
	background-color: #ffffff;
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);
}

.top_menu_spacer{
	position:relative; 
	float:left; 
	padding: 25px 10px 25px 10px;
}

.top_menu_spacer_begin{
	position:relative; 
	float:left; 
	padding: 25px 10px 25px 20px;
}

.top_menu_item{
	position:relative; 
	float:left; 
	padding: 25px 8px 25px 8px; 
}

.row_container {
	background-color:#ffffff;
	padding:30px;
}



.menu_button{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:4px 12px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color:#e6e6e6;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #bbbbbb;
	*border:0;
	border-bottom-color:#a2a2a2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	text-decoration:none;
}

div.menu_button_container{
	width:100%;
	height:40px;
}

div.menu_button_container_item{
	float:right;
	padding:0px 10px 0px 0px;
}

div.menu_button_container_item_left{
	float:left;
	padding:0px 10px 0px 0px;
}


/*
--------------------------------------------------------------------------
Opmaak voor show list
--------------------------------------------------------------------------
*/ 
.data_list_row_container{
	clear:both; 
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	height:26px;
	border-top:1px solid #ebebeb;
}

.data_list_cell_header{
	margin: 4px 0px 4px 15px;
	float:left; 	
}

.data_list_cell{
	margin: 4px 0px 4px 15px;
	float:left; 	
}

.data_list_icon{
	margin: 4px 15px 4px 0px;
	float:right; 
}



/*
--------------------------------------------------------------------------
Opmaak voor button (+) om media toe te voegen
--------------------------------------------------------------------------
*/ 
.upperleft_button {
    width:35px;
    height:35px;
    background-color: #ffffff;
    color: #474747;
    font-size:20px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}



/* Dropdown Button */
.dropbtn {
    width:35px;
    height:35px;
    background-color: #ebebeb;
    color: #474747;
    font-size: 30px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

/* Dropdown button hover en focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #ffffff;
}

/* de container <div> - die nodig is voor de positie van de dropdown inhoud */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown inhoud (Standaard verborgen) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    left:-130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* de links in de dropdown */
.dropdown-content a {
    color: #474747;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* kleur aanpassen bij hover over de menu items */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Toon de dropdown opties (deze word door JS geactiveerd als gebruiker op dropdown klikt) */
.show {
    display:block;
}










/* info icoontjes achter inputs*/
.infoIcon{
	color:#757575;
}

.news_title {
	font-family:roboto-light, Arial, Helvetica, sans-serif;
	font-style: italic;
		line-height:22px;
}

.news_text {
	font-family:roboto-light, Arial, Helvetica, sans-serif;
	line-height:22px;
}

/* Instellingen van het logo boven het login scherm */
.reseller_login_logo {
	max-width:300px;
	max-height:200px;
}



img.hoverBorder {
    border:1px solid #fff;
}
img.hoverBorder:hover {
    border:1px solid #555;
}


.registerInput {
    background-color: #fdfdfd;
    border: solid 1px #edeeee;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 9px 8px 7px;
    -webkit-appearance: none;    
    width: 100%;   
}
.streetInput{ width: 83%; }
.numberInput{ width: 15%; }
.zipcodeInput{ width: 25%; }
.cityInput{ width: 73%; }

.loginInput{
	 width: 340px;
	 font-size:16px;
	 color: #474747;
    background-color: #fdfdfd;
    border: solid 1px #a6a6a6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px 10px 15px 10px;
    width: 100%;
    -webkit-appearance: none;    
}

.loginInput:focus {
	outline-offset: 0px !important;
	outline: none !important;
}

.loginButton
{
    background-color: #66bd2b;
    height: 50px;
    width: 340px;
    border: 0;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    font-size:16px;
}

.loginErrorMsg
{
    color: red;
	 font-style: normal;
}

.registerButton {
    background-color: #c4f1fe;
    height: 30px;
    width: 400px;
    border: none;
    /*text-indent: -999em;*/
    border-radius: 4px;
}

.cancelButton {
    background-color: #F26927;
    height: 30px;
    width: 400px;
    border: none;
    color: #ffffff;
    border-radius: 4px;
}


.video_specs {
    font-size: 10px;
    color:#474747;
}

.messagebox-holder {
	position: fixed; 
	width: 300px; 
	height: 150px; 
	top: 20%; 
	left: 50%; 
	margin: -100px 0 0 -150px; 
	background: white; 
	border: 3px solid red; 
	display:none; 
	padding: 20px;
	border-radius: 10px;
}


.hidden_messagebox_popup_container {
	visibility:hidden;
	position: absolute; 
	width:1024px;
	z-index: 100;
}

.hidden_messagebox_popup {
	position: relative; 
	font-family: roboto-light, Arial, Helvetica, sans-serif;
	width: 300px; 
	height: 150px; 
	top: 25px; 
	margin-right: auto; margin-left: auto;
	background: white; 
	border: 3px solid red; 
	padding: 20px;
	border-radius: 10px;

}


/* ============================================================================================================ */
/* Desktop: alles boven 980px
/* ============================================================================================================ */
@media (min-width: 980px) {


}



/* ============================================================================================================ */
/* Portrait tablet tot landscape en desktop: alles tussen 980px en 768px
/* ============================================================================================================ */
@media (min-width: 768px) and (max-width: 979px) {


}

/* ============================================================================================================ */
/* Landscape telefoon tot portrait tablet: alles tot 767px
/* ============================================================================================================ */
@media (max-width: 767px) {

}


/* ============================================================================================================ */
/* alles tot 640px
/* ============================================================================================================ */
@media (max-width: 639px) {


}


/* ============================================================================================================ */
/* Landscape telefoons en kleiner: alles tot 480px
/* ============================================================================================================ */
@media (max-width: 479px) {

}
