/* stylesheet for sql-ledger */

/* general stuff */
A:link, #fileList A:link, #customerFileList A:link { color: #a0522d; text-decoration: none; }
A:visited { color: #a0522d; text-decoration: none; }
A:active { color: #a0522d; text-decoration: underline; }
A:hover, #fileList A:hover { color: white;
  background-color: #bbbbbb;
  text-decoration: none;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  font-size: 11px;
  background-color: #ffffff;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-3dlight-color: #dddddd;
  scrollbar-highlight-color: #aaaaaa;
  scrollbar-face-color: #aaaaaa;
  scrollbar-shadow-color: #aaaaaa;
  scrollbar-track-color: #cccccc;
  scrollbar-darkshadow-color: #666666;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* login and admin */
.login {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.login {
  	background: #8EBDF8;
	background-image: url('../images/login_bg.png');
	background-repeat: repeat-x, no-repeat;
	background-size: 0.15%;
	color: black;
}
body.main{
  background-image: url('../images/fms-letadlo.jpg');
  background-size:80%;
  background-repeat: no-repeat;
  background-position:center;
  margin: 0px 0px 8px 3px;
  display: block;
}

body.nobg{
	background: none;
	margin: 0px 0px 8px 3px;
	display: block;
}

body.menu{
	margin: 0px 8px 8px 3px;
}

h1.login {
  font-size: 18px;
}
table.login {
  background-color: lightgray;
  padding: 20px;
}
td.login {
  text-align: center;
}
th.login {
  text-align: right;
}

body.admin {
  background-color: #FBFFE7;
  color: black;
}

/*
body.menu {
  background-color: #3CB371;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

.menuOut {
  cursor: pointer;
  background-color: #3CB371;
  font-size: 11px;
  color: #000084;
  border: 1px solid #3CB371;
  padding: 2px;
  text-align: left;
  font-weight: bold;
}

.menuOver {
  cursor: pointer;
  background-color: #5a7d9b;
  font-size: 11px;
  color: #ffffff;
  border: 1px solid #3CB371;
  padding: 2px;
  text-align: left;
  font-weight: bold;
}

.submenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 5px;
}

.menuOut a {
  cursor: pointer;
  margin: 0px;
  background-color: #3CB371;
  font-size: 11px;
  color: #000084;
  border: 0px solid #000000;
  padding: 0px;
  text-align: left;
  font-weight: bold;
}

.menuOver a {
  cursor: pointer;
  margin: 0px;
  background-color: #5a7d9b;
  font-size: 11px;
  color: #ffffff;
  border: 0px solid #000000;
  padding: 0px;
  text-align: left;
  font-weight: bold;
}

.submenu a {
  color: #000084;
  text-decoration: none;
}

.submenu a:hover {
  color: #ffffff;
  text-decoration: none;
}
*/
.listtop { 
	font-size: 16px;
	color: white;
}
#title,.listtop {
	height: 35px; 
	background-image: url('../images/title_bg.png');
	background-size: 100%;
	background-color: #00398A;
	vertical-align: middle;
 }


#title p {
	font-size: 1.5em; 
	font-family: "Verdana", "Arial", "Helvetica",sans-serif; 
	text-align: center; 
	color: white;
	margin: 0;	
	padding-top: 5px;
}

.listheading { font-size: 11px; background-color: #336666; color: white; }
A.listheading:link, A.listheading:active, A.listheading:visited {
  color: white;
  text-decoration: none; }
.listrow1 { font-size: 11px; background-color: #e6e6fa; color: black; vertical-align: top; }
.listrow0 { font-size: 11px; background-color: #ffe4e1; color: black; vertical-align: top; }
.listsubtotal { font-size: 11px; background-color: #5a7d9b; color: white; }
.listtotal { font-size: 11px; background-color: #004d99; color: white; }

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #888888;
  font-size: 11px;
  background-color: #eeeeee;
  font-weight: bold;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #888888;
  font-size: 11px;
  background-color: #eeeeee;
  font-weight: bold;
}

select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.submit {
  font-size: 11px;
  color: #000080;
  font-weight: normal;
}

.bsubmit {
  font-size: 11px;
  color: #008080;
  font-weight: bold;
}

.checkbox, .radio {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.plus0 {    /* font color for negative numbers */
  color: red;
}

.plus1 {
  color: green;
}

h2.confirm {
  color: blue;
  font-size: 14px;
}

h2.error {
  color: red;
  font-size: 14px;
}

.pdetail {
	background-color: #FBFFE7;
	color: black;
	border: 1px solid black;
	padding: 5px;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* media stuff */

@media screen {
  .noscreen {   /* items with this class won't display */
    display: none;
  }
}

@media print {
  .noprint {   /* items with this class won't print */
    display: none;
  }
}

.alignRight{
	text-align: right;
}

td.wrap{
	word-wrap:break-word;
	/*max-width: 5em;*/
	text-align: right;
	font-weight:bold;
}

/* ----------  Dropbox style       ---------- */

div.dropbox {
	font-weight:bold;
	color: gray;
	text-align: center; 
	display: block; 
	border: 2px dashed #D8D8D8; 
	background-color: #F2F2F2;
}

tr.dropbox {
	line-height: 5em;	
}

td.centered {
	text-align: center;
}

td.bold {
	font-weight:bold;
}

td.right {
	text-align: right;
}


/*----------- UI refactoring  --------------*/

#container {
	min-height: 100%;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	
}


#content {
	padding-bottom: 150px;
	
}

#tabs{  
	background-image:url(../images/fms-letadlo.jpg);
	background-size:60%;
	background-repeat: no-repeat;
	min-height:600px;
	background-position:center;
}

#tabs ul li a:hover {
	background-color:#BCF5A9;
	color: #000084;
}


#menu{ width: auto; }
#menu ul{ margin: 0; list-style-type: none; padding-left:0;}
#menu li{width: auto; padding-top: 1px;  }
#menu a{text-decoration: none;  display: block; width: auto; width: 183px; color: White; font-size: 1.5em; background: #00398A url(../images/menu.jpg) -213px 0; padding: 13px 5px 13px 25px; line-height: 1.25em;   }
#menu a:hover, #index #menu a:hover, #menu a.aktivni, #menu .rozbaleno a{ background-position: 0 0; }
#menu ul ul{ display: none; background: url(../images/menu4.jpg) no-repeat 0 0; padding-bottom: 10px; min-width: 213px; background-size:213px 200px; }
#menu .rozbaleno ul{ display: block; width: auto; }
#menu .rozbaleno ul a{ font-size: 1.3em; padding: 4px 0px 4px 35px; width: 138px; background: transparent url(../images/menu3.gif) no-repeat -277px .9em; font-family: "Arial CE", "Helvetica CE", Arial,  helvetica, sans-serif; text-decoration: underline; }
#menu ul ul li{ padding: 0; }
#menu ul ul a:hover { background-position: 20px .9em; color: #003D8F;}
#index #menu a{text-decoration: none;  display: block; width: auto; width: 283px; color: White; font-size: 1.5em; background: #00398A url(../images/m3.jpg) -313px 0; padding: 13px 5px 13px 25px; line-height: 1.25em;   }
#menu .rozbaleno a{ padding-bottom: 4px; }

.w_20em { width:20em; } 
.w_10em { width:10em; } 
.w_13em { width: 13em; }

.btn_disabled {
	background-color:#eeeeee;
	border: 1px solid #888888;
	font-weight: bold;
	color: grey;
}

.single_row {
	height: 19px;
}

.smallFont {
	font-size:x-small;
}

.bottom {
	position: fixed;
	bottom: 0;
}

.sop {
	background-color: red;
	width: 215px;
	font-size: 1.5em;
	text-align:center;
}

.sop a {
	color: white;
	line-height: 46px; 
}

.sop a:hover {
	background-color: red;
	color: blue;
}

.inline {
	display:inline-block;
}

.border {
	border: 1px solid silver;
	border-radius: 5px;
}

.hidden {
	visibility: hidden;
}

#spinner {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading_big.gif) 50% 50% no-repeat rgba(237,237,237,0.5);
}

.sum {
	color: gray;
}

.bold {
  font-weight: bold;
}

/*------------------------------------------
 * Airline settings
 ------------------------------------------*/ 
.airline-btn {
    min-width: 90px;
}

tr.clickable-row:hover {
    background-color: #ff6;
    border: 1px solid black;
}

.red {
    color: red;
}

/*---------------------------------
 * Address Book style
 --------------------------------*/ 
td.contact-item {
    width: 25em;
    right-padding: 2px;
}

td.contact-item:hover {
    background-color: #ff6;
}

.contact-table {
    width: 100%
}

.contact-table tbody {
    display: block;
    height: 150px;
    overflow: auto;
}

.status_info:hover{
    cursor: pointer;
    cursor: hand;
}

.status_info{
    color: #a0522d;
}

.doNotDisplay {
    display: none
}

.e-awb_msg_link:hover {
    background-color: grey 
}

#fms_sop {
  color: white;
  float: right;
  padding-right: 2em;
  font-size: smaller;
}

#fms_sop:hover {
  text-decoration: underline;
  background-color: #00398A;
}

div.float-left{
  width: 48%;
  min-height: 200px;
  float: left;
}

div.float-right{
  margin-left: 50%;
  width: 48%;
  min-height: 200px;
}

.est-cost-total{
  margin-left: 16em;
}

div.cf-float-left{
  float: left;
  width: 80%;
}

div.cf-float-aside{
  float: right;
  width: 20%;
}

.statusBar {
	position: fixed;
	z-index: 20;
	top: 40px;
	right: 3px;
}

.statusInfo {
	width: 400px;
	height: 50px;
	padding: 5px;
	margin: 5px;
	font-weight:bold;
	font-size: medium;
	text-align: center;
	vertical-align: middle;	
	color: #000099;
}


.success {
	background-color: #99FF99;
}


.process {
	background-color: #FFFF99;
}

.warn {
	background-color: #FF99FF;
}

.red-bg {
  background-color: #FF0000;
}

.fms-task-lbl {
  display: inline-block;
  width: 55%;
  text-align: left;
}

.l-margin-10px {
  margin-left: 10px;
}

.fms-task-li{
  width: 50%
  padding-top: 5px;
}

.fms-task-li:hover{
  background-color: silver;
}

.fms-task-ul{
  list-style-type: none;
}

.fms-task-h3{
  padding-left: 40px;
}

.fms-task-span{
  padding-left: 10px;
}

.fms-task-select{
  width: 100px
}

.l-40px{
  padding-left: 40px;
}

span.disabled-link{
  pointer-events: none;
}

A:link.locked-shipper{
  color: #bbbbbb;
  font-weight: bold;
}
A:visited.locked-shipper{
  color: #bbbbbb;
  font-weight: bold;
}

A:link.unlocked-shipper{
  color: #343434;
  font-weight: bold;
}
A:visited.unlocked-shipper{
  color: #343434;
  font-weight: bold;
}

.flex-cont {
  display: flex;
}

.flex-box {
  flex: 1;
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-width: 500px;
  min-width: 150px;
}

