
/* /////////////////////// Basic Tags //////////////////////// */


html,body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 100%;
	font-family: "Lato", sans-serif;
}

body {
	background-color: #ffffff;
}

table {
	empty-cells: show;
}

a {
	color: #005DB4;
	text-decoration: none;
}

a:hover {
	color: #33bbff;
}

img {
	padding: 3pt;
	border: 0px;
}

h1 {
	font-size: 22pt;
	line-height: 33pt;
}

hr {
	height: 1px;
	background-color: #cccccc;
	top: 0px;
	border: 0px;
	margin-top: 36pt;
	margin-bottom: 36pt;
}





/* /////////////////////// The DIVs and TABLEs the content is placed in //////////////////////// */


.statusmessage_positive {
	width: 99%;
	padding: 0.5%;
	background-color: #bbffbb;
	border: 1px solid #aaeeaa;
	margin-left: auto; margin-right: auto;
	margin-bottom: 24pt;
}

.statusmessage_negative {
	width: 99%;
	padding: 0.5%;
	background-color: #ffbbbb;
	border: 1px solid #eeaaaa;
	margin-left: auto; margin-right: auto;
	margin-bottom: 24pt;
}

.content_div {
	padding: 6px;
	margin-bottom: 6px;
	background-color: #f1efe0;
	color: #a58769;
	overflow: auto;
	clear: both;
}

.select2-selection__choice {
	color: #000000;
}

.content_table {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
}

.content_td {
	border-bottom: 0px dotted #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.content_td2 {
	border-bottom: 1px solid #666666;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

/*
.content_table tbody:hover {
	background-color: #fafafa;
	cursor: pointer;
}
*/

.headerbar_td {
	font-weight: bold;
	padding: 3px;
	color: #ffffff;
	margin-bottom: 0px;
	overflow: auto;
	text-shadow: 0px 0px 3px #1d394f;
	background-color: #cccccc;
}
.headerbar_td A {
	color: #333333;
}
.headerbar_td A:hover {
	color: #ffffff;
}

.breadcrumb {
	font-size: 8pt;
	text-transform: lowercase;
	text-align: left;
	margin-bottom: 20pt;
}
.breadcrumb A {
	color: #005DB4;
	text-decoration: none;
}
.breadcrumb A:hover {
	color: #33bbff;
}

.buttonbar {
	text-align: center;
	padding: 12pt;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 36pt;
}

.button {
	background-color: #fc9100;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 6pt;
	border-radius: 3pt;
	-moz-border-radius: 3pt;
	color: #222222;
	font-size: 9pt;
	border: 1px solid #666666;
}
.button:hover {
	background-image: url(images/button_hoverbg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 6pt;
	border-radius: 3pt;
	-moz-border-radius: 3pt;
	color: #222222;
	font-size: 9pt;
	border: 1px solid #666666;
	cursor: pointer;
}




/* /////////////////////// INPUT //////////////////////// */

.input_textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.input_select {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.input_text {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.input_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:0.5em 1em;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	box-sizing: border-box;
	margin: 1px;
}

.input_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.input_button:active {
	position:relative;
	top:1px;
}




/* /////////////////////// CUSTOM //////////////////////// */



/* editing form */

.form_holder {
	position: fixed;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	padding: 6px;
	border: 1px solid #666666;
	border-radius: 4px;
	margin: 0;
	background-color: #ffffff;
	z-index: 300;
	overflow-y: auto;
}

.form_top {
	overflow: auto;
	clear: both;
	padding-bottom: 6pt;
	margin-bottom: 12pt;
	border-bottom: 1px solid #cccccc;
}

.form_closeButton {
	float: left;
}

.form_header {
	float: left;
	font-size: 14pt;
	padding-left: 6pt;
	padding-top: 4pt;
}



/* time blocks overview */

.block_holder {
	border-left: 4px solid #444444;
}

.block_title {
	display: block;
	overflow: auto;
	clear: both;
	margin-top: 2em;
	color: #ffffff;
	background-color: #444444;
	padding: 2pt;
	font-weight: bold;
}

.block_total {
	float: right;
}



/* show overview */

.show_holder {
	padding-left: 6px;
}

.show_header {
	color: #ffffff;
	text-shadow: 0px 0px 2px #666666;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #222222;
	padding: 2pt;
	margin-top: 0.5em;
	overflow: auto;
	clear: both;
	font-weight: bold;
}

.show_projectCreate {
	font-size: 9pt;
	cursor: pointer;
	height: 14pt;
	line-height: 9pt;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-right: 2pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

.show_projectCreate:hover {
	background-color: #cccccc;
	color: #ffffff;
}

.show_title {
	width: 14em;
	display: inline-block;
}

.show_trailerLength {
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
}

.show_trailerLength:hover {
	text-decoration: underline;
}

.show_totalLength {
	float: right;
}

.show_projects {
	margin-bottom: 0.5em;
}



/* projects print layout */

.project_shoots {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 6px;
	margin-top: 6px;
	font-size: 0.9em;
	line-height: 1em;
	background-color: #f1efe0;
	color: #a58769;
}



/* sponsor projects */

.sponsor_line {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sponsor_line:last-of-type {
	border-bottom: 0;
}

.sponsor_line_info {
	flex: 1;
}

.sponsor_line_icons {
	flex: 0 0 auto;
	padding-left: 1em;
}

.sponsor_statusIcon {
	height: 2em;
	padding-left: 0.5em;
	cursor: pointer;
}

.sponsorproject_header {
	display: flex;
	background-color: #cccccc;
	font-size: 1.2rem;
	padding: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 0;
}

.sponsorproject_edit {
	flex: 0 0 auto;
}

.sponsorproject_title {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 1em;
}

.sponsorproject_icons {
	flex: 0 0 auto;
	padding-left: 1em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sponsorproject_box {
	border: 1px solid #cccccc;
	padding: 1rem;
	margin-bottom: 1rem;
}

.sponsor_existing_holder {
	max-height: 50vh;
	overflow-y: auto;
	padding: 0.5em;
	background-color: #ffffff;
}

.sponsor_existing {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:0.5em 1em;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	box-sizing: border-box;
	margin: 1px;
}

.sponsor_existing:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.sponsor_existing_active {
	background: #00aa00 !important;
	color: #ffffff !important;
	cursor: default !important;
}

.sponsor_header {
	display: flex;
	padding-bottom: 0.5rem;
	align-items: center;
	justify-content: flex-start;
}

.sponsor_header_title {
	flex: 1;
	font-weight: bold;
	font-size: 1.2rem;
}

.sponsor_header_remove {

}

.sponsor_header_remove img {
	height: 2em;
	width: 2em;
	cursor: pointer;
}

.sponsor_slogan {
	display: flex;
}

.sponsor_slogan_label {
	height: 2.75em;
	padding-left: 0.5em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
}

.sponsor_slogan_choice {
	width: 4em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 0.25em;
}

.sponsor_slogan_choice:hover {
	cursor: pointer;
	background-color: #d8d6c8;
}

.sponsor_slogan_choice_inactive {
	background-image: url(../../modules/rtv/misc/check_inactive.png);
}

.sponsor_slogan_choice_active {
	background-image: url(../../modules/rtv/misc/check_active.png);
}

.sponsor_slogan_input {
	flex: 1;
}

.sponsor_slogan_date {
	width: 10em;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #666666;
}