#admin.form_inner {
	display: inline;
}

#admin.form_inner fieldset {
	display: block;
	float: none;
	margin: 15px 0;
}

#admin.form_outer {
	text-align: left;
}

#user.form_inner {
	display: inline;
}

#user.form_inner fieldset {
	display: block;
	float: none;
	margin: 15px 0;
}

#user.form_outer {
	text-align: left;
}

.edit_selectmenu {
	float: left;
    margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-bottom: 2px;
}

.winner{
	font-size: 35px;
}

.portal_item{
	clear: both;
	display: grid;
}

.portal_item li{
	list-style: none outside none;
}

.portal_item li:hover {
	background: none repeat scroll 0 0 #d5d7dd;
	transition: background 0.4s ease 0s, color 0.4s ease 0s;
}

.my_portal_left {
	float: left;
}

.my_portal_right {
	float: right;
}

.course_text_title {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.course_text_title:before {
	content: " ";
	display: table;
}

.course_text_title:after {
	clear: both;
}

.course_text_title h2 {
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0;
	text-transform: uppercase;
}

.course_item {
	margin-top: 30px;
	border-bottom: 1px solid #939597;
	padding: 0 0 20px;
}

.course_item:after,
.course_item:before {
	content: " ";
	display: table;
}

.course_item:after {
	clear: both;
}

.course_item:after, .course_item:before {
	content: " ";
	display: table;
}

.course_item .course_item_image_box {
	background: center center no-repeat;
	background-size: cover;
	float: left;
	width: 35%;
}

.course_item .course_item_image_box + .course_item_info {
	margin-left: 40%;
	padding-left: 20px;
}

.course_item .course_item_info {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-bottom: 10px;
}

.course_item .course_item_info .course_item_info_name {
	padding-bottom: 6px;
	text-transform: uppercase;
	word-wrap: break-word;
}

.course_item .course_item_info .course_item_info_description {
	font-size: 14px;
}

.student_outer {
	clear: both;
	padding-top: 15px;
}

.smallSelect {
	margin-left: 5px;
	padding: 1px 1px 0px;
	height: 26px;
	width: 50px;
}

.normalSelect {
    padding: 1px 1px 0px;
    height: 26px;
}

.button_error{
	float: left;
	border: 1px solid #939597;
	background-color: #D04437;
	color: #ffffff;
	padding: 3px 5px;
	margin-top: 8px;
	opacity: 0.8;
}

.button_error label{
	display: inline;
}

.button_success{
	float: left;
	border: 1px solid #939597;
	background-color: #BFFF9F;
	color: #000000;
	padding: 3px 5px;
	margin-top: 8px;
	opacity: 0.8;
}

.button_success label{
	display: inline;
}

#adjustAngle,
#adjustDistance,
#adjustAltitude,
#altitudeSlider span {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}

#angleSlider,
#distanceSlider,
#altitudeSlider {
	margin: 10px 50px 15px 10px;
}

.profileLock{
	display: inline;
	cursor: pointer;
	margin-left: 10px;
}

.edit_file {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

li.confirm_list {
	list-style: none inside none;
}

input.subscriptionEnd{
	display: inline-block;
	border: 1px solid #939597;
	float: right;
	height: 23px;
}

.ui-datepicker-trigger{
	border: none;
	background: none;
	float: right;
	cursor: pointer;
	font-size: 19px;
}

.ui-datepicker {
    z-index: 1001 !important;
}

.button_link {
	background: none!important;
	border: none;
	padding: 0!important;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.button_link:hover,
.button_link:active,
.button_link:focus{
	color: #84216B;
	outline: 0;
}

.button_course {
	background-color: #C6C8CA;
	display: inline-block;
	line-height: 2.5em;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

a.button_course{
	text-decoration: none;
	transition: background 0.4s ease 0s, color 0.4s ease 0s;
}

.button_course a:hover,
.button_course a:active,
.button_course a:focus{
	transition: background 0.4s ease 0s, color 0.4s ease 0s;
}

a.button_course:focus,
a.button_course:hover,
a.button_course:active {
	background: none repeat scroll 0 0 #292929;
	color: #F0F1F3;
}

#map {
	width: 100%;
	height: 600px;
	background-color: grey;
}

.password_visible {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	margin-left: -30px;
	position: relative;
	z-index: 2;
}

table.table_progression{
	background-color: rgba(144, 144, 144, 0.075);
	margin: 1em 0 1em 0;
	width: 100%;
	border-collapse: collapse;
}

table.table_progression td {
	padding: 0.75em 0.75em;
	border: solid 1px rgba(144, 144, 144, 0.5);
}

.table_progression_color{
	background-color: rgba(130, 33, 106, 0.8);
}

.delete_row {
	float: right;
}

.delete_row:focus,
.delete_row:hover,
.delete_row:active {
	cursor: pointer;
}

.student_name{
	float: left;
}

.student_certificate{
	float: left;
	padding-left: 6px;
	display: none;
}

.license_box fieldset {
	margin: 15px 0;
	border: 1px solid #000;
	background-color: #e6e6e6;
}

.license_text{
	padding: 20px;
	font-size: 50px;
	color: #84216B;
}

.license_text_max{
	color: #FF0000;
}

.email_subscribe{
	width: 100%;
	float: left;
	border: 1px solid #000;
	background-color: #e6e6e6;
	padding: 10px;
	margin: 10px;
}

.obstacles_table{
	background-color: #e6e6e6;
	font-size: 12px;
	overflow: auto;
	overflow-y: hidden;
}

.obstacle_table table, th, td {
	padding: 7px;
}

.comment_container{
	border: 1px solid #000;
	background-color: #e6e6e6;
	padding: 15px;
	margin-bottom: 10px;
}

.comment_name {
	float: left;
	font-weight: 700;
}

.comment_date {
	float: right;
	font-weight: 700;
}

.comment_text {
	clear: left;
	padding-top: 5px;
	padding-bottom: 10px;
	white-space: pre-wrap;
}

.comment_reply {
}

.notification-message {
	text-align: center;
	line-height: 40px;
}

.notification-bar {
	width: 100%;
	background-color: #BFFF9F;
	color: #000;
	position: fixed;
	z-index: 1001;
	border-bottom: 1px solid #000;
	opacity: 0.8;
}

.notification-error {
	background-color: #D04437;
	color: #fff;
}

.button_large {
	padding: 15px;
	width: 100%;
}

.createObstacleDataButtonProgress,
.filterObstacleDataButtonProgress {
    float: left;
    text-align: center;
    padding-top: 10px;
}

.hearing_item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hearing_title {
	margin-top: 30px;
	margin-bottom: -10px;
	margin-left: 2px;
}

.hearing_item .hearing_file {
	float: left;
	height: 200px;
	width: 200px;
}

.hearing_item .hearing_file + .hearing_comment {
	margin-left: 200px;
	padding-left: 10px;
	min-height: 300px;
	overflow: auto;
}

.hearing_file img{
	border: 1px solid #939597;
	padding: 2px;
}

.hearingCommentInput {
	margin-top: -2px;
	height: 200px;
}

.hearingReplyInput {
	margin-top: 5px;
	height: 100px;
}

.hearing_inner,
.obstacleFiles_inner {
	display: inline;
}

.hearing_outer,
.obstacleFiles_outer {
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

.hearing_table,
.obstacleFiles_table {
	background-color: #e6e6e6;
	font-size: 12px;
	overflow: auto;
	overflow-y: hidden;
}

.hearing_table table, .obstacleFiles_table table, th, td {
	padding: 7px;
}

.hearing_table tr.table_content,
.obstacleFiles_table tr.table_content{
	cursor: pointer;
}

.hearing_table tr.table_content:hover,
.hearing_table tr.table_content:active,
.hearing_table tr.table_content:focus,
.hearing_table tr.tableDraftInfo:hover,
.hearing_table tr.tableDraftInfo:active,
.hearing_table tr.tableDraftInfo:focus,
.hearing_table tr.addMemberToPresentHearing:hover,
.hearing_table tr.addMemberToPresentHearing:active,
.hearing_table tr.addMemberToPresentHearing:focus,
.hearing_table tr#table_selected,
.obstacleFiles_table tr.table_content:hover,
.obstacleFiles_table tr.table_content:active,
.obstacleFiles_table tr.table_content:focus,
.obstacleFiles_table tr.tableObstacleFilesInfo:hover,
.obstacleFiles_table tr.tableObstacleFilesInfo:active,
.obstacleFiles_table tr.tableObstacleFilesInfo:focus,
.obstacleFiles_table tr.addMemberToPresentHearing:hover,
.obstacleFiles_table tr.addMemberToPresentHearing:active,
.obstacleFiles_table tr.addMemberToPresentHearing:focus,
.obstacleFiles_table tr#table_selected
 {
	background-color: #C6C8CA;
}

.obstacleFiles_table tr#last_filter {
    background-color: #BFFF9F;
}

.hearing_table_nopointer tr.table_content,
.obstacleFiles_table_nopointer tr.table_content {
	cursor: auto;
}

.hearing_symbol,
.obstacleFiles_symbol {
	margin-left: 10px;
}

#viewHearingOuter,
#createObstacleData,
#filterObstacleData {
	border: 1px solid #000;
	background-color: #F0F1F3;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}

#viewDraftHearingOuter,
#createObstacleDataOuter,
#filterObstacleDataOuter {
	border: 1px solid #000;
    margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 5px;
}

#hearingTitleContainer {
	font-size: 20px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 10px;
}

.hearing_title_view {
	margin-top: 0;
}

.hearing-datepicker{
	float: left;
	padding-top: 3px;
}

.hearing_date_text,
.obstacleFiles_date_text {
	float: left;
}

.hearingField,
.obstacleFilesField {
	padding-top: 5px;
}

.obstacleFilesField input {
    width: 75px;
}

.obstacleFilesFieldLong input {
    width: 300px;
    margin-bottom: 10px;
}

#hearingAerodromeContainer {
	padding-top: 5px;
}

#hearingAerodromeSelect {
	float: left;
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 5px;
}

.hearingAerodromeField {
	display: inline;
	float: left;
	margin-top: -5px;
}

#hearingAiracContainer {
	padding-top: 5px;
}

#ObstacleFilesAiracContainer {
	padding: 2px;
}

.hearing_small_margin,
.obstacleFiles_small_margin {
	margin-bottom: -15px;
}

.hearingFormBox,
.obstacleFilesFormBox {
	display: flex;
}

.hearingFormBoxLeft,
.obstacleFilesFormBoxLeft {
	flex: 1;
}

.hearingFormBoxRight,
.obstacleFilesFormBoxRight {
	flex: 3;
	margin-left: 10px;
}

.obstacleFiles_date_box {
	float: none;
	margin-bottom: 10px;
    width: 150px;
}

.hearing_date_box {
    float: none;
    margin-bottom: 10px;
}

.hearing_date_text_box,
.obstacleFiles_date_text_box {
	clear: both;
	float: none;
}

.tableDraftInfo,
.tableObstacleFilesInfo,
.addMemberToPresentHearing {
	font-weight: 700;
	vertical-align: middle;
	cursor: pointer;
}

#viewListOfMembers,
#viewActivityLog {
	background-color: #F0F1F3;
	margin-top: 10px;
	margin-bottom: 10px;
}

#viewListOfMembers table,
#viewActivityLog table {
	background-color: #e6e6e6;
}

#hearingDetails,
#hearingSubmitReplies {
	display: flex;
	flex-direction: row;
}

#hearingSubmitReplies{
	padding-top: 15px;
}

#saveCommentsButtonContainer,
#submitRepliesButtonContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

#saveCommentsButtonContainer button,
#submitRepliesButtonContainer button {
	flex: 1;
	margin: 0;
}

#hearingDetailsTable,
#hearingSubmitRepliesTable {
	flex: 3;
	margin-right: 10px;
}

#hearingFilesFormContainer,
#hearingMemberFormContainer,
#obstacleFilesFormContainer {
	border: 1px solid #000;
	background-color: #e6e6e6;
	margin-top: 15px;
	margin-bottom: 15px;
}

#hearingFilesFormContainer .dropzone,
#obstacleFilesFormContainer .dropzone {
	border: none;
	background-color: #e6e6e6;
}

#hearingFilesBox,
#obstacleFilesBox {
	display: flex;
	flex-direction: column;
}

#hearingFilesPreviewBox,
#obstacleFilesPreviewBox {
	flex: 1;
}

#hearingMemberFieldsBox {
	padding: 15px;
	margin-bottom: 25px;
}

#hearingFilesButtonBox,
#hearingMemberButtonBox,
#obstacleFilesButtonBox {
	flex: 2;
	padding: 15px;
	width: 100%;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.45), 0 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.45), 0 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.45), 0 2px 2px rgba(0, 0, 0, 0.25);
	outline: none;
	border-top: 1px solid #939597;
	background-color: #F0F1F3;
	font-family: Avinor;
	font-size: 16px;
	text-align: center;
	cursor: default;
}

#hearingFilesButtonBox:focus,
#hearingFilesButtonBox:hover,
#hearingFilesButtonBox:active,
#hearingMemberButtonBox:focus,
#hearingMemberButtonBox:hover,
#hearingMemberButtonBox:active,
#obstacleFilesButtonBox:focus,
#obstacleFilesButtonBox:hover,
#obstacleFilesButtonBox:active {
	background-color: #C6C8CA;
}

#hearingFilesButtonBox:active,
#hearingMemberButtonBox:active,
#obstacleFilesButtonBox:active {
	-webkit-box-shadow: inset 0 -3px 1px rgba(255, 255, 255, 1), inset 0 0 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0 -3px 1px rgba(255, 255, 255, 1), inset 0 0 3px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 -3px 1px rgba(255, 255, 255, 1), inset 0 0 3px rgba(0, 0, 0, 0.9);
}

#hearingFilesMessageBox,
#obstacleFilesMessageBox {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #e6e6e6;
	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.button_flash {
	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes color {
	0% {
		background-color: #e6e6e6;
	}
	50% {
		background-color: #ffe0b3;
	}
	100% {
		background-color: #e6e6e6;
	}
}

.hearingFilesMessageSymbol {
	flex: 1;
	text-align: right;
	padding-right: 10px;
}

.hearingFilesMessageText {
	flex: 10;
	text-align: left;
}

label[for="EN"],
label[for="NO"]{
	display: inline;
}

#languageSelect{
	padding-bottom: 5px;
}

#templateDescription{
	margin-top: 5px;
}

.dz-size {
	margin-bottom: 0.2em !important;
}

.dz-file-preview,
.dz-image-preview {
	background-color: #e6e6e6 !important;
}

.dz-filename {
	/*overflow: hidden;*/
}

.dz-details {
	margin-top: -10px;
}

.dz-preview input {
	position: relative;
	font-family: Avinor;
	font-size: 16px;
	border: 1px solid #939597;
	background-color: #ffffff;
	height: 25px;
	width: 120px;
}

.dz-preview input:focus,
.dz-preview input:hover,
.dz-preview input:active {
	outline: none;
	border: 1px solid;
	border-color: #84216B;
}

.upload_symbol {
	padding-left: 5px;
	padding-right: 5px;
}

#member_button_error,
#member_button_success,
#file_button_error,
#file_button_success{
	float: none;
	border: none;
	margin-top: -30px;
	width: 100%;
}

.obstacleFilesMapContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
}

#obstacleToolsMap,
#obstacleToolsMap_ol {
    height: 500px;
    width: 100%;
}

#obstacleToolsRadiusInput{
	padding-bottom: 5px;
}

#obstacleToolsMap img {
    max-height: none;
    position: inherit; top:0; bottom:0; right:0; left:0; width:100%; height:300px;
}

/*.gform_wrapper ul li.gfield.gfield_html .leaflet-container img {
    max-width: none!important;
}*/

.leaflet-control-container {
    font-family: Avinor;
}

.coordinates {
    position: absolute;
    padding: 0 3px;
    bottom: 17px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* TODO */
/* Progress Container */
/* #progressContainer {
	margin-top: 15px;
}

/* Outer track of the progress bar */
/* #progressBarOuter {
	width: 100%;
	background-color: #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
} */

/* Animated bar itself */
/* #progressBar {
	width: 0%;
	height: 24px;
	background-color: #28a745;
	color: white;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
	transition: width 0.4s ease;
} */

/* Text below the bar */
/* #progressText {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
} */