@charset "utf-8";

/*Globaldefinierungen Anfang*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

h1 {
	padding: 0 0 2px 0;
}

/*Allgemeine Seitenüberschrift*/
h2 {
	color: #fef06d;
	margin: 0px 0px 0px 0px;
	background-image: url(/static/admindesk/images/mainHeadlineBg.png);
	height: 46px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 0px 0px 10px;
}

h3 {
	height: 25px;
	font-size: 16px;
	font-weight: bold;
}

body {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	/*background-color: #99bfe0;*/
	background-color: #a6b5bb;
	font-size: 12px;
}

table {
	margin: 0 0 10px 0;
}

input[type=submit],input[type=button],input[type=reset],button {
	margin: 0 3px 0 3px;
	padding: 5px;
}

input[type=text],input[type=password],input[type=file],select option {
	margin-right: 8px;
}

input[type=checkbox] {
	margin-left: 5px;
	margin-right: 5px;
}

ort {
	color: #ff1122;
	font-size: 10px;
}

td,th {
	padding: 2px 3px 2px 10px;
}

label {
	font-weight: bold;
	margin-right: 2px;
	font-size: 12px;
}

p {
	margin: 15px 0 15px 0;
}

select {
	z-index: 1;
}

/*z-index:1 damit sich die ajax-Dropdown-Felder nicht überlagern. Inline-Styles nicht mehr nötig

/*Allgemeine Boxen Anfang*/
#maincontainer {
	background-image: url(/static/admindesk/images/maincontentbg.png);
	background-position: 0px 110px;
	background-repeat: repeat-x;
	height: 800px;
	width: auto;
}

#mainmenu {
	position: absolute;
	top: 10px;
	left: 190px;
	margin: 0;
	padding: 0;
}

#mainmenu a {
	background-image: url(/static/admindesk/images/buttonbg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	float: left;
	height: 30px;
	padding: 0 10px 0 10px;
	border-top: 1px groove #70b0e7;
	border-right: 1px groove #70b0e7;
	border-left: 1px groove #70b0e7;
	line-height: 30px;
	display: block;
}

#mainmenu .aktiv {
	background-image: url(/static/admindesk/images/buttonbg_aktiv.jpg);
	background-repeat: repeat-x;
}

#mainmenu .aktiv a {
	color: #07395A;
}

#mainmenu a {
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#name { /*position: absolute;*/
	top: 0;
	left: 0;
	color: #000A1E;
	font-family: tahoma;
	font-size: 24pt;
	height: auto;
	z-index: 8;
}

#head { /*background-image: url(../img/headback.jpg); */
	min-width: 1250px;
	height: 41px;
	margin: 0;
	overflow: hidden;
	background-color: #0090BC;
}

#projekt {
	color: #000;
	font-size: 12pt;
	font-family: tahoma, arial, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
}

#maincontent {
	margin: 0 0 0 0;
	padding: 30px 0px 0px 0px;
	min-width: 1000px;
	position: relative;
}

#maincontent fieldset {
	border: solid 1px #606060;
	width: 780px;
	margin-bottom: 30px;
}

#shadow {
	background-image: url(/static/admindesk/images/maincontentbg.png);
	background-repeat: repeat-x;
	min-width: 1250px;
	height: 20px;
}

.logOutInfo {
	position: absolute;
	top: 15px;
	left: 1250px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

/*----Linke Navigation in Admindesk---*/
.sidemenulayer {
	position: absolute;
	top: 42px;
	/*left: 190px; */
	height: 27px;
	width: 90.5%;
	padding-left: 180px;
	background-color: #0090bc;
	border-bottom: 1px solid #2f5576;
	border-right: 1px solid #2f5576;
	border-left: 1px solid #2f5576;
	z-index: 8;
}

.sidemenulayer select {
	width: 150px;
}

.sidemenu  li {
	list-style: none;
	border-right: 1px dotted #fff;
	padding: 5px 15px;
	display: block;
	float: left;
}

.sidemenu li a {
	font: normal 11px tahoma;
	text-decoration: none;
	color: #fff;
}

.sidemenu li a:hover {
	text-decoration: underline;
}

.sidemenu li a:active {
	color: #fff;
}

#tabbox_filter {
	position: relative;
	height: auto;
	background-color: #007599;
	padding: 10px 0px 10px 10px;
	/*margin: 10px auto; */
	min-width: 290px;
	color: white;
}

#tabbox_filter .anzeigen {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 130px;
}

#tabbox_filter label {
	margin-right: 3px;
	margin-left: 3px;
	color: white;
	width: 110px;
	display: inline-block;
}

#tabbox_filter .zeile2 {
	height: 35px;
	margin-top: 10px;
}

#tabbox_filter .zeile3 {
	height: 15px;
	margin-top: 0px;
}

#tabbox_filter td {
	padding: 2px;
}

#tabbox_filter table {
	width: 100%;
	margin: 0;
}

#tabbox_filter hr {
	height: 0;
	border-bottom: 1px solid #fff;
	padding: 0;
	zoom: 1;
}

#tabbox,.tabbox {
	background-color: #fff;
	height: 570px;
	width: 99.8%;
	overflow: auto;
	margin: 0px 10px 0px 0px;
	border: 1px solid #fff;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}

#tabbox img {
	vertical-align: middle;
}

#tabbox a {
	color: #022338;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 2px;
	text-decoration: underline;
}

#tabbox a:hover {
	color: #1064a8;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tabbox th a, #tabbox th a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

#tabbox th a .job_list_order {
	padding-left: 5px;
	position: absolute;
	top: 0px;
	font-weight: bold;
}

.tabboxsmall {
	background-color: #fff;
	height: 450px;
	width: 99%;
	overflow-y: auto;
	overflow-x: auto;
	margin: 10px auto auto auto;
	border: 1px solid #fff;
	position: relative;
}

/*height kann nicht durch inline-style vergrößert  oder verkleinert werden, da der tbody height:310px , um einen fixen thead zu erhalten*/
.tabboxsmall a,.tabboxsmall_2 a {
	color: #022338;
}

.tabboxsmall a:hover,.tabboxsmall_2 a:hover {
	color: #1064a8;
}

.second td {
	background-color: #C2C7CC;
}

.second:hover td {
	background-color: #9fc5d6;
}

.third td {
	background-color: #ddd;
}

.third:hover td {
	background-color: #c6dfea;
}

.second_freshly td {
	background-color: #C2D7CC;
}

.second_freshly:hover td {
	background-color: #9ECCDA;
}

.third_freshly td {
	background-color: #dEd;
}

.third_freshly:hover td {
	background-color: #AEDCEA;
}

/* ".first td" kann in allen Dateien in ".tabboxsmall th" umgewandelt werden*/
.first td,.tabboxsmall th,#tabbox th,.tabbox th,.tabboxsmall_2 th {
	font-weight: bolder;
	background-color: #4f6b76;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

/*In Verbindung mit .maintable_2 ohne fixed tbody height ermöglicht veränderliche height-Angaben ohne fixed theader*/
.tabboxsmall_2 {
	background-color: #fff; /*height wird durch inline-style festgelegt*/
	width: 100%;
	overflow-y: auto;
	margin: 10px 10px 0px 2px;
	overflow-x: hidden;
	z-index: 1;
	border: 1px solid #fff;
}

.maintable {
	width: 100%; /*mit fixierten theader*/
	border-collapse: collapse;
	position: absolute;
}

.maintable_2 { /*ohne fixierten theader*/
	width: 100%;
	border-collapse: collapse;
	overflow: auto;
}

.maintable td,.maintable_2 td {
	color: #000;
	height: 10px;
	border-right: 1px solid #fff;
}

.maintable th {
	position: sticky;
	top: 0;
	z-index: 10;
}
/*.maintable tbody {height: 310px;overflow-y: auto;overflow-x: hidden;position:relative;}
*/
.maintable tr,.maintable_2 tr {
	height: 13px;
}

.maintable a,.maintable_2 a {
	color: #000;
}

.maintable.sortable > thead a,.maintable_2.sortable > thead a {
	color: #FFFFFF;
	text-decoration: none;
}

.maintable_settings {
	display: none;
	background-color: #9EBCDA;
	border: 1px solid black;
	position: fixed;
	width: 200px;
	height: 300px;
	right: 8px;
	padding: 10px;
	margin-top: 20px;
	color: white;
	overflow: auto;
}

div.box_unter_tabboxsmall {
	line-height: 30px;
	margin-top: 3px;
}

a.button_right_unter_tabboxsmall {
	float: right;
	text-decoration: none;
	margin: auto -6px 0 0;
}

/* Kleine Infozeile unter dem eigentlichen Inhalt */
.untertitel {
	font-size: 9px;
	color: #666;
}

#version_info {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 800px;
	height: 400px;
	z-index: 999;
	position: absolute;
	left: 220px;
	padding: 30px;
}

#version_info ul {
	list-style-position: inside;
}

#version_info h2 {
	margin-bottom: 5px;
	margin-top: 20px;
}

/*---Versteckete div-Layer, die per Ajaxaction mit Inhalt befüllt werden---*/
#info_window {
	z-index: 10;
	position: absolute;
	background-color: #fff;
	padding: 0 10px 0 10px;
	border: 1px solid #0B4163;
	display: none;
	width: 500px;
	min-height: 100px;
}

#small_window,#small_window2,#small_window3,#GmapContainer,#status-window
	{
	
}

/*---Zeigt Fortschrittsindikator an---*/
#busy {
	background-image: url("/static/admindesk/images/busy.gif");
	position: absolute;
	top: 79px;
	left: 95%;
	height: 24px;
	width: 24px;
	display: none;
	z-index: 1000;
}

#ajaxContainer {
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#ajaxContainer img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
}

#potentials {
	color: #000;
	font-size: 13px;
	background-color: #fff;
	text-align: left;
	height: 250px;
	width: 250px;
	overflow-y: auto;
	margin: 2px 0px 3px 0px;
	padding: 0;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top-width: 0;
}

#selectfeldList {
	z-index: 10;
	position: absolute;
}

/*mainwrapper-Layer für viele (derzeit) blaue Pop-up-Fenster  Anfang*/
.centerlayer { /*background-color: #0B4163;*/
	/*background-color: #305370; */
	background-color: #48759a;
	position: absolute;
	width: auto;
	top: 50px;
	left: 250px;
	height: auto;
	display: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	border: 1px solid #d0d0d0;
	z-index: 10;
}

.centerlayer h2 {
	color: #fff;
	border: 0;
	font-size: 14px;
}

.centerlayer label {
	color: #fff;
}

.centerlayer select,.box_right select {
	margin-bottom: 5px;
}

.centerlayer_header {
	background-image: url(/static/admindesk/images/centerLayerHeadBg.png);
	background-color: #000;
	height: 26px;
	padding: 0px 0 6px 0;
	margin: 0;
	width: 100%;
	position: absolute;
}

.centerlayer_header h1 {
	margin: 2px 0 2px 25px;
	font-size: 17px;
	font-weight: bold;
	line-height: 27px;
}

.close_button {
	float: right;
	text-align: right;
	margin: 4px 0px 2px 0;
	color: #999;
}

.close_button a {
	color: #999;
}

.centerlayer_content {
	padding: 60px 30px 60px 30px;
}

.centerlayer_content a {
	color: #fff;
}

.centerlayer_content .maintable a,.centerlayer_content .maintable_2 a {
	color: #000;
}

.centerlayer_content .info {
	position: absolute;
	bottom: 0px;
	margin: 5px;
	color: #777;
	text-align: center;
	font-size: 10px;
	width: 165px;
}

.abbrechen_speichern {
	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 10px;
	text-align: right;
	margin-top: 20px;
}

.abbrechen_speichern  a {
	text-decoration: none;
}

/*wird bei zweigeteilten Pop-Up-Fenstern benutzt*/
.box_left {
	float: left;
}

.box_right {
	border-top: 1px solid #48759A;
	/*border 1px mit Hintergrundfarbe, da nur so Firefox die gefloatete und rechts umfliessende Box gleich oben gleich ausrichtet*/
}

.tabsJS {
	line-height: 22px;
	height: 22px;
	border-bottom: 1px solid #999;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-collapse: collapse;
	margin-bottom: 25px;
}

.tabJS {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	margin: 0 5px 0 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0px 8px 0px 8px;
	float: left;
	line-height: 21px;
	border-collapse: collapse;
	display: block;
	text-decoration: none;
	color: #fff;
}

.tabJS:hover {
	background-color: #6EC8FF;
}

.tabJS_active {
	background-color: #fc0802;
}

.tabJS_active:hover {
	background-color: #6EC8FF;
}

/*Hilfe-Popups*/
.helpinfos {
	position: absolute;
	right: 20px;
	top: 40px;
	font-weight: bold;
	text-decoration: underline;
	z-index: 999;
}

.liddleHelper {
	background-color: #fff;
	border: ridge 3px #aaa;
	width: 300px;
	min-height: 100px;
	display: none;
	position: absolute;
	color: #000;
	padding: 10px;
	font-weight: normal;
}

.liddleHelper a {
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

.mail_info_text {
	height: 280px;
	overflow-y: auto;
}

.centerlayer_content_div {
	float: left;
	height: 490px;
}

/*--Modale Fenster--*/
#modal_screenlock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('/static/admindesk/images/modal_bg.png');
	display: none;
	z-index: 998;
}

#modal {
	margin: 0 auto;
	margin-top: 200px;
	/*height: 462px;*/
	width: 550px;
	display: none;
	background-color: #FFFFFF;
	border: ridge 3px #aaa;
	color: #000000;
	z-index: 999;
}

#modal_content {
	/*height: 460px;*/
	background-color: white;
	overflow: auto;
}

#modal_header h1 {
	font-size: 17px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url(/static/admindesk/images/centerLayerHeadBg.png);
	color: white;
	line-height: 25px;
}

/*--Minisedcard--*/
#minisedcard {
	position: absolute;
	z-index: 10;
}

#minisedcard.centerlayer {
	border: 0;
}

.minisedcard {
	padding: 10px;
	background-image: url(/static/admindesk/images/minisedcard/sedcardbgmini_long.png);
	background-repeat: no-repeat;
	width: 375px;
	background-position: center center;
	height: 401px;
	font-size: 11px;
	color: #fff;
	position: absolute;
}

.minisedcard img ,i{
	margin: 5px 0 5px 0;
	vertical-align: middle;
}

.minisedcard a {
	color: #fff;
	margin: 10px;
	line-height: 20px;
	text-decoration: none;
}

.minisedcard p {
	margin: 4px;
}

#minisedcard_top {
	margin: 50px 30px 10px 20px;
	padding: 0 0 0px 10px;
	min-height: 115px;
}

#minisedcard_top #mini_foto {
	float: right;
	margin: 5px 0 0 0;
	height: 115px;
	overflow: hidden;
}

#minisedcard_bottom {
	padding: 5px 5px 0 5px;
	border-top: 1px solid #fff;
	margin: 0px 30px 0 20px;
}

#minisedcard_bottom a {
	line-height: 40px;
}

/*--Input-Breiten--*/
.input_200px input[type=text],.input_200px input[type=password],.input_200px select,.input_200px textarea
	{
	width: 200px;
}

.input_350px input[type=text],.input_350px input[type=password],.input_350px select,.input_350px textarea
	{
	width: 350px;
}

.input_80px input[type=text],.input_80px input[type=password],.input_80px select,.input_80px textarea
	{
	width: 80px;
}

/*edituser ist nur zum positionieren der label, span und p-Elemente vorgesehen; blöder Name; war anfänglich nur für "neuer Benutzer" vorgesehen*/
#edituser label {
	position: absolute;
}

#edituser span {
	margin-left: 140px;
}

label.left {
	float: left;
	text-align: right;
	width: 80px;
	margin: 8px 10px 0 0;
}

#response {
	display: none;
}

.stats td,tr {
	text-align: left;
}

/*Edit Benutzer Layer-Tab für neues Passwort*/
.passlayer {
	display: none;
	width: 100%;
	text-align: center;
}

.divleft {
	text-align: left;
	float: left;
	padding: 0;
	top: 50%;
	display: table-cell;
}

/*----admintool\spprojekte\projekt_neu.php---*/
.speichern_form {
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 100px;
	margin-top: 10px;
	text-align: right;
}

/*--edit Mission/Einsätze z.B. in \missions\bulkEditMissions.php---*/
#toolbar {
	border: 1px solid #123456;
	background-image: url('/static/admindesk/images/toolbar.png');
	background-position: right;
	padding: 5px;
	width: 805px;
	height: 30px;
	margin-left: 230px;
}

.toolbar_caption {
	font-size: 11pt;
	font-weight: bold;
	line-height: 30px;
}

/*zeigt Status in Tabellen der Einsatzplanung an*/
.tbl_daten_label {
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px;
}

#viewsetup fieldset,#viewtimerange fieldset {
	width: 175px;
	margin-bottom: 15px;
	padding: 10px;
}

#viewsetup fieldset a,#viewtimerange fieldset a {
	text-decoration: none;
}

#viewsetup fieldset legend,#viewtimerange fieldset legend {
	font-weight: bold;
	font-size: 12px;
}

/*--\missions\promoter\search\tabs\allgemein.php--*/
.ausschluss {
	color: #FFAAAA;
}

#pfad {
	color: black;
	font-size: 10px;
}

#pfad a {
	text-decoration: none;
	color: black;
}

.produkt_attachment {
	width: 100px;
	height: 27px;
	border: 1px solid white;
	font-size: 10px;
	padding: 5px;
	background-color: #BBBBBB;
	color: #000000;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

/*--<P> im Popup von Projekte -> Einsatz-Tab sind alle absolute positioniert--*/
#mission_ea_tab p {
	width: 350px;
	height: 40px;
	position: absolute;
	border: 0px solid #999;
	line-height: 20px;
	padding: 0 5px 0 5px;
}

#mission_ea_tab p input[type=checkbox] {
	margin-top: 4px;
}

#general {
	margin-bottom: 25px;
}

.auftragsinhalt {
	padding: 20px;
	padding-top: 0px;
	height: 480px;
	overflow-y: auto;
	color: black;
	border: 2px ridge #999;
	background-color: white;
}

.auftragsinhalt label {
	color: black;
	display: inline-block;
	width: 100px;
}

.auftragsinhalt h1 {
	padding-top: 15px;
	font-size: 12px;
	border-bottom: 1px solid black;
}

.auftragsinhalt table td {
	vertical-align: top;
	border-bottom: 1px solid #cfcfcf;
	padding-top: 5px;
	padding-bottom: 5px;
}

.
.filterItem {
	font-size: 9px;
	background-color: #5f8097;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid white;
	margin-right: 3px;
	-moz-border-radius: 9px;
}

.filterItem img {
	margin-right: 2px;
	height: 11px;
	margin-top: -2px;
}

p#missionEditButtons {
	float: right;
	margin: 15px 10px 15px 0;
}

.rightsTable {
	line-height: 12px;
}

.rightsTable table {
	background-color: #C2C7CC;
	font-size: 9px;
	border: 3px;
	border-color: black;
	border-style: solid;
	empty-cells: show;
	border-collapse: collapse;
}

.rightsTable td {
	width: 120px;
	border: 1px solid black;
}

input:focus,textarea:focus,select:focus {
	outline: 0 none;
	outline-offset: 0;
}

/***************************************************

	Alert-Fenster

***************************************************/
.alertwindow {
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #a2130e;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #666;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -72px;
	width: 350px;
	height: 144px;
}

/*
	display: inline-block;
 	vertical-align: middle;
 	position: fixed;
 	z-index: 100000;
*/
.alertwindow .windowheadline {
	background-color: #a2130e;
	cursor: default;
	overflow: none;
	padding: 5px 5px 5px 10px;
	color: #fff;
	resize: none;
	height: 25px;
}

.alertwindow .windowheadline h1 {
	font-size: 16px;
	font-weight: bold;
}

.alertwindow .windowheadline .button,.buttons .button {
	float: right;
}

.buttons {
	overflow: auto;
	padding: 0 10px 10px 10px;
}

.buttons button {
	margin: 0 0 0 10px;
}

.alertwindow .button {
	border-radius: 3px;
	background: #55a2e4;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU1YTJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTcwYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #55a2e4 1%, #3570a2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #55a2e4),
		color-stop(100%, #3570a2) );
	background: -webkit-linear-gradient(top, #55a2e4 1%, #3570a2 100%);
	background: -o-linear-gradient(top, #55a2e4 1%, #3570a2 100%);
	background: -ms-linear-gradient(top, #55a2e4 1%, #3570a2 100%);
	background: linear-gradient(to bottom, #55a2e4 1%, #3570a2 100%);
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#55a2e4', endColorstr = '#3570a2', GradientType = 0 );
	font-weight: bold;
	border: 1px solid #0d4971;
	color: #fff;
	padding: 5px 20px;
	cursor: pointer;
}

.alertwindow .button:hover,.alertwindow .abortbutton:hover {
	background: #c4312e;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0MzEyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTEyMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c4312e 0%, #95120f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4312e),
		color-stop(100%, #95120f) );
	background: -webkit-linear-gradient(top, #c4312e 0%, #95120f 100%);
	background: -o-linear-gradient(top, #c4312e 0%, #95120f 100%);
	background: -ms-linear-gradient(top, #c4312e 0%, #95120f 100%);
	background: linear-gradient(to bottom, #c4312e 0%, #95120f 100%);
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#c4312e', endColorstr = '#95120f', GradientType = 0 );
	border: 1px solid #a2130e;
}

.alertwindow .abortbutton {
	border: 1px solid #999;
	background: #c1c1c1;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzkzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c1c1c1 0%, #939393 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1),
		color-stop(100%, #939393) );
	background: -webkit-linear-gradient(top, #c1c1c1 0%, #939393 100%);
	background: -o-linear-gradient(top, #c1c1c1 0%, #939393 100%);
	background: -ms-linear-gradient(top, #c1c1c1 0%, #939393 100%);
	background: linear-gradient(to bottom, #c1c1c1 0%, #939393 100%);
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#c1c1c1', endColorstr = '#939393', GradientType = 0 );
}

.alertwindow .windowclosebutton,.alertwindow .windowclosebutton:hover {
	cursor: pointer;
	height: 22px;
	width: 25px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: none;
	background: url(/static/admindesk/images/close.png) no-repeat;
}

.alertwindow .windowclosebutton:hover {
	background: url(/static/admindesk/images/closeHover.png) no-repeat;
}

.alertwindow .windowcontent {
	overflow: auto;
	height: 50px;
	padding: 0;
	margin: 10px;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip.permissions .tooltiptext.permissions {
	width: 240px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.close_wrapper {
	width: 12px;
	height: 12px;
}

.close {
	position: relative;
	right: 10px;
	top: 2px;
	width: 3px;
	height: 3px;
	opacity: 0.3;
	margin-right: 12px;
}
.close:hover {
	opacity: 1;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 12px;
	width: 2px;
	background-color: #333;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}

.fake_text_field {
	border: 1px;
	border-style: ridge;
	border-color: darkgray;
	min-width: 200px;
	max-width: 300px;
	min-height: 18px;
	display: inline-block;
}

.filter_element {
	background-color: rgba(107, 132, 146, 0.73);
	border-radius: 3px;
	border: 2px;
	border-color: #007599;
	padding: 0.5px 1px 0.5px 1px;
	margin-left: 1px;
	display: inline-block;
}

#filter #mission_filter_inputs {
	padding: 10px;
	/*height: 395px;*/
	margin-bottom: 10px;
}

.reset_mission_filter_button {
	float: left;
	padding-left: 10px;
}

.close_wrapper.reset_particular_filter {
	float: right;
}

.contract_content {
	font-family: sans-serif;
	font-size: 15px;
}
#salesFaxContent iframe.rotate90 {
	transform-origin: top left;
	transform: rotate(90deg) translateY(-100%);
	-webkit-transform: rotate(90deg) translateY(-100%);
	-ms-transform: rotate(90deg) translateY(-100%);
}
#salesFaxContent iframe.rotate180 {
	transform-origin: top left;
	transform: rotate(180deg) translate(-100%,-100%);
	-webkit-transform: rotate(180deg) translate(-100%,-100%);
	-ms-transform: rotate(180deg) translate(-100%,-100%);
}
#salesFaxContent iframe.rotate270 {
	transform-origin: top left;
	transform: rotate(270deg) translateX(-100%);
	-webkit-transform: rotate(270deg) translateX(-100%);
	-ms-transform: rotate(270deg) translateX(-100%);
}
input[type="range"].vertical {
	writing-mode: bt-lr; /* IE */
	-webkit-appearance: slider-vertical; /* WebKit */
	width: 20px;
	margin-top: 10px;
}

.smallSubtitleRight{
	font-size: x-small;
	float: right;
	padding-right: 10px;
}

.imageObjectFit {
	width: 100%;
	height: 100%;
	object-fit: contain;
}