@font-face {
    font-family: 'Open Sans'; 
    src: url('fonts/ufonts.com_segoe_ui_light.eot?#iefix') format('embedded-opentype'), 
         url('fonts/ufonts.com_segoe-ui-light.woff') format('woff'), 
         url('fonts/ufonts.com_segoe-ui-light.ttf')  format('truetype'); 
}

body {
	/*background-color: #e0e3e4;*/
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif !important; /*'Segoe UI Light',*/
	overflow-y: scroll !important;
	font-size: 15px;
}

a {
	cursor: pointer;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.green {
	color: green;
}

.wasserblau {
	color: #00867E;
}

.yellow {
	color: #fc0;
}

.white {
    color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.nopointer {
	cursor: default;	
}

.nomargin {
	margin: 0px;
}

.nomargintop {
	margin-top: 0px;
}

.nopadding {
	padding: 0px;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}  

.tacenter {
	text-align: center !important;
}

.taleft {
	text-align: left;
}

.taright {
	text-align: right !important;
}

.border-left-none {
	border-left: none;
}

.pos_abs {
	position: absolute;
}
 
.w0 {width: 0px !important} 
.w15 {width:15px}
.w20 {width:20px}
.w30 {width:30px}
.w40 {width:40px}
.w45 {width:45px}
.w50 {width:50px !important}
.w53 {width:53px}
.w55 {width:55px}
.w60 {width:60px !important}
.w65 {width:65px}
.w70 {width:70px !important}
.w72 {width:72px !important}
.w75 {width:75px}
.w80 {width:80px}
.w85 {width:85px}
.w90 {width:90px}
.w95 {width:95px}
.w100 {width:100px}
.w110 {width:110px}
.w115 {width:115px}
.w120 {width:120px}
.w125 {width:125px}
.w130 {width:130px}
.w135 {width:135px}
.w140 {width:140px}
.w145 {width:145px}
.w150 {width:150px}
.w180 {width:180px}
.w200 {width:200px}
.w220 {width:220px}
.w230 {width:230px}
.w240 {width:240px}
.w250 {width:250px}
.w260 {width:260px}
.w300 {width:300px}
.w350 {width:350px}
.w400 {width:400px}
.w450 {width:450px}
.w500 {width:500px}
.wmax {width: 100%}

.w80p {width: 80%}

.h32 {height:32px !important}
.h39 {height:39px !important}
.h40 {height:40px !important}
.h45 {height:45px !important}
.h50 {height:50px !important}
.h75 {height:75px !important}
.h80 {height:80px !important}
.h85 {height:85px !important}
.h100 {height:100px !important}
.h110 {height:110px !important}
.h114 {height:114px !important}
.h120 {height:120px !important}
.h125 {height:125px !important}
.h140 {height:140px !important}
.h150 {height:150px !important}
.h160 {height:160px !important}
.h170 {height:170px !important}
.h180 {height:180px !important}
.h190 {height:190px !important}
.h200 {height:200px !important}
.h210 {height:210px !important}
.h225 {height:225px !important}
.h250 {height:250px !important}
.h300 {height:300px !important}
.h320 {height:320px !important}
.h325 {height:325px !important}
.h329 {height:329px !important}
.h348 {height:348px !important}
.h350 {height:350px !important}
.h355 {height:355px !important}
.h360 {height:360px !important}
.h400 {height:400px !important}

.fs12 {font-size: 12px}
.fs14 {font-size: 14px}
.fs16 {font-size: 16px}
.fs18 {font-size: 18px}
.fs19 {font-size: 19px}
.fs20 {font-size: 20px}
.fs26 {font-size: 26px}
.fs30 {font-size: 30px}
.fs40 {font-size: 40px}
.fs50 {font-size: 50px}
.fs75 {font-size: 75px}

.pr5 {padding-right: 5px;}

.ml4 {margin-left: 4px !important;}
.mr4 {margin-right: 4px !important;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}

.ml10 {margin-left: 10px;}

.mb4 {margin-bottom: 4px;}
.mb5 {margin-bottom: 5px;}

.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}


.bg-warning {
	background-color: #fcfaaf; 
}

.pd-10 {
    padding: 10px;
}

.pd-bot-5 {
    padding-bottom: 5px;
}

.pd-bot-10 {
    padding-bottom: 10px;
}

.pd-top-10 {
	padding-top: 10px;
}

.pd-top-20 {
	padding-top: 20px;
}

.clickable {
	cursor: pointer;
}

.help {
	cursor: help;
}

.hidden {
	display: none;
}

.cleardiv {
	clear: both;
	height: 1px;
}

.line-through {
	text-decoration: line-through;
}

.btn-small {
	padding: 5px 9px;
	font-size: 14px;
}

.btn-small-input {
	padding: 0px;
	font-size: 14px;
	height: 38px;
	
}

.btn-append {
	height: 38px;
    width: 50px;
    position: absolute;
    top: 0px;
    margin-left: -33px;
    z-index: 100;
}

.btn-append i.fa {
	position: relative;
	top: -2px;
}

.input-group-addon:first-child {
	min-width: 40px;
}

.btn-navy {
	color: #ffffff;
	background-color: #3D3DCC;
	border-color: #000080;
}

.btn-navy:hover, .btn-navy:focus, .btn-navy:active, .btn-navy.active, .open>.dropdown-toggle.btn-navy {
	color: #ffffff;
	background-color: #1919A6;
	border-color: #000080;
}

.btn-icon i {
    margin-right: 5px;
}

.btn-lg.btn-icon i {
    margin-right: 10px;
}

.txtred {
	color: #FF0000;
}

.txtgreen {
	color: #3FB618;
}

.txtorange {
    color: #FF7F00;
}

.row.nomg {
	margin-left: 0px;
	margin-right: 0px;
}

div.modal-body form {
	font-size: 13px;
}

span.badge.active {	
	color: #2780e3;
	background-color: #FFFFFF;	
}

span.badge-warning {	
	background-color: #FF7518;	
}

span.badge-warning a {	
	color: #FFF;	
	/*text-decoration: underline !important;
	position: relative;
	top: -1px;*/
}

span.badge-default {	
	background-color: #999;	
}

span.badge-success {	
	background-color: #468847;	
}

span.badge-danger {	
	background-color: red;	
}

span.badge-h2 {
	position:absolute;
	font-size: 32px;
	margin-left: 15px;
}

span.badge.status-flag {
	margin-bottom: 5px;
}

form#idlangform {
	display: none;
}

li.dropdown-header {
	text-align: center;
}

.img-prev {
    max-height: 300px;
    max-width: 700px;
}

.form-control.error ~ div.chosen-container ul.chosen-choices,
.form-control.error ~ div.chosen-container a.chosen-single,
.form-control.error {
	border: solid 1px #ff0039 !important;
}

span.input-group-addon.error {
	background-color: #ff0039;
}

.chosen-select.error ~ div.chosen-container ul.chosen-choices, .chosen-select.error ~ div.chosen-container a.chosen-single, chosen-select.error {
    border: solid 1px #ff0039 !important;
}

div.alert-modal {
	width: 60%; 
	float: left;
	padding: 10px;
	margin: 0px;
	text-align: left;
	height: 43px;
}

#id-modal-form-alert {
	display: none;
}

#id-modal-form-alert-label {
	margin-left: 5px;
	margin-bottom: 0px;
}


ul.dropdown-menu li i.fa {
	margin-right: 7px;
}

label.sort {
	display: none;
	position: absolute;
}


table.table tr td div {
	/*min-height: 48px !important;*/
}

table.table tr td div a h2:hover {
	text-decoration: underline;
}

table.ticketdetail td.title {
	background-color: #f5f5f5;
	color: #0C75D2;
}

img.loadingif {
	margin-top: 50px;
}

span.highprior {
	background-color: red;
	color: #FFF;
	padding: 1px 5px 1px 5px;
}
td.highprior {
	background-color: red !important;
}

div.fs26.highprior i {
	color: red;
}



div.display-message {
	max-height: 300px;
	overflow-y: auto;
}

table tr.trdefault td {
	background-color: #f9f9f9;
}

table tr.tractive td,
table#id-table-messages tr.outgoing td {
	background-color: #fdfdc9;
}

h3.modal-ask {
	line-height: 1.5;
}


div.input-group.input-alert {
	width: 100%;
}

div.input-group.input-alert div.alert {
	display: inline;
	height: 38px;
	width: 100%;
}

div.input-group.input-alert div.alert button span.input-alert-close {
	position: relative;
	top: -3px;
}


div#id-modal-ticket-form div.modal-dialog {
	position: absolute;
	top: 25px;
	right: 25px;
}


img#id-modal-ticket-form-arrow {
	position: absolute;
	right: 32px;
	top: -15px;
}


table.imgtbl tr td {    		
	vertical-align: top;
}

table.imgtbl tr td button {
	position: relative;
	/*top: 2px;*/
	/*left: -12px;*/
}


.add-btn {
	width: 40px;
	height: 38px;
	position: absolute;
	right: -4px;
	top: 0px;
	padding: 0px;
	z-index: 2;
}


form.find-ticket-form input {
	margin: 7px 7px 0px 0px;
	width: 100px;
	text-align: center;
}


.pull-it-right {
	position: absolute;
	right: 0px;
}

img.user-photo {
	height: 40px;
	width: 30px;
	margin-right: 10px;
	border: solid 1px #ccc;
	padding: 1px;
	float: left;
}

img.logo {
	height: 30px;
    position: relative;
    top: -4px;
    left: -8px;
}

.user-header {
	margin-top: 10px;
	margin-right: 10px;
}

.user-header h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	margin-right: 40px;
}

.user-header label {
	margin-right: 35px;
}

label.label-x {
	font-weight: normal;
	cursor: default;
	position: relative;
	top: 2px;
}

.disno,
.invisible {
	display: none;
}

.input-group-sum {
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 100%;
	line-height: 22px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: left;
	width: 100%;
}

.table-form {
	
}

.table-form td {
	background-color: #E6E6E6;
}

.table-form td.ico {
	background-color: #FFFFFF;
	text-align: center;
}

.table-form td.tarea {
	background-color: #FFFFFF;
	padding: 0px;
}

.table-form td.tarea textarea {
	border: 1px solid #3FB618;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
	width: 100%;
}

.table-form td.tarea textarea:disabled {
	border: none;
}

.table-form td.tarea textarea.denied {
	border-color: #FF0000;
} 

.table-form td.tbtn {
	padding: 0px;
}

.table-form td.tbtn button {
	background-color: #3FB618;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	font-size: 16px;
	padding: 5px 9px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

.table-form td.tbtn2 button {
	background-color: #3FB618;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	padding: 5px 9px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.table-form td.tbtn button.denied, .table-form td.tbtn2 button.denied {
	background-color: #FF0000;
}

.table-form td.tbtn button.denied:hover, .table-form td.tbtn button.denied:focus, .table-form td.tbtn button.denied:active, 
.table-form td.tbtn2 button.denied:hover, .table-form td.tbtn2 button.denied:focus, .table-form td.tbtn2 button.denied:active {
	background-color: #B20000;
}

.table-form td.tbtn button:hover, .table-form td.tbtn button:focus, .table-form td.tbtn button:active,
.table-form td.tbtn2 button:hover, .table-form td.tbtn2 button:focus, .table-form td.tbtn2 button:active {
	background-color: #2F8912;
}

.table-form td.tbtn button.disabled, .table-form td.tbtn button.disabled:hover, .table-form td.tbtn button.disabled:focus, 
.table-form td.tbtn button.disabled:active, .table-form td.tbtn2 button.disabled, .table-form td.tbtn2 button.disabled:hover, 
.table-form td.tbtn2 button.disabled:focus, .table-form td.tbtn2 button.disabled:active {
	background-color: #444443;
	cursor: not-allowed;
}

div.alert-grid-form div.alert {
	position: absolute;
	width: 96%;
	z-index: 100;
}

.row-sum td {
	font-weight: 700;
}
  
table.table-grid {
	min-width: 1300px;
}

table.table-grid thead tr th {
	font-size: 11px;
	text-align: center;
}

table.table-grid tbody tr td {
	border-left: solid 1px #DDDDDD;
	padding: 0px;	
}

table.table-grid tbody tr td:first-child {
	border-left: none;
}

table.table-grid tr td input {
	border: none;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	width: 100%;
}

table.table-grid tr td input, table.table-grid tr td select, table.table-grid tr td label {
	background-color: transparent;
}

table.table-grid tr td input.error, table.table-grid tr td select.error {
	background-color: rgba(190, 0 , 50, 0.5);
	color: #FFFFFF;
}

table.table-grid tr td.taright input {
	padding-right: 5px;
	text-align: right;
}

table.table-grid tr td.taright label {
	padding-right: 5px;
	text-align: right;
}

table.table-grid tr td select {
	border: none;
	padding: 5px 2px;
}

table.table-grid tbody tr td.sidpad3 {
	padding-left: 3px;
	padding-right: 3px;
}

table.table-grid tbody tr td.noborder {
	border-left: 1px transparent;
}

table.table-grid tr.row-sum td label {
	padding: 5px;
}

table.table-grid tr td .chosen-container-single .chosen-single {
	border: none;
	margin: 0px;
	padding: 5px 10px 5px 0px;
}

table.table-grid tr td .chosen-container-single.chosen-container-active .chosen-single {
	border: none;
}

td.fw75 div a.chosen-single {
	max-width: 75px;
}

td.fw75 div div.chosen-drop {
	min-width: 250px;
}

td.fw75 .chosen-container-single .chosen-single span {
	margin-right: 5px;
}

.quick-link {
	width: 75px;
}

div.form-body {
	background-color: #FCFCFC;
    padding: 20px;
    border: solid 1px #CCC;
    border-top-right-radius: 2em;
    /*border-bottom-left-radius: 2em;*/
   /* background-image: url(/lib/img/waves_inv.png);*/
	background-repeat: no-repeat;
	background-position: top right;
}

div.form-buttons {
	background-color: #FCFCFC;
    padding: 0px 20px 20px 20px;
    border: solid 1px #CCC;
    border-top: none;
    position: relative;
    top: -20px;
    border-bottom-left-radius: 2em;
}

div.form-body-top {
	background-color: #FCFCFC;
    padding: 20px 20px 0px 20px;
    border: solid 1px #CCC;
    border-top-right-radius: 2em;
    border-bottom: none;
	background-repeat: no-repeat;
	background-position: top right;
}

div.form-body-mid {
	background-color: #FCFCFC;
    padding: 0px 20px;
    border: solid 1px #CCC;
    border-bottom: none;
    border-top: none;
	background-repeat: no-repeat;
	background-position: top right;
}

div.form-classic {
	background-color: #FCFCFC;
    padding: 20px;
    border: solid 1px #CCC;
    border-bottom: none;
}

div.form-classic-buttons {
	background-color: #FCFCFC;
    padding: 0px 20px 20px 20px;
    border: solid 1px #CCC;
    border-top: none;
    position: relative;
}

.btn-table {
	background-color: #E70000;
	color: #FFFFFF;	
}

.btn-table:hover {
	background-color: #AE3910;
	color: #FFFFFF;
}

.modal-dialog.white {
	background-color: #FFFFFF;
}

.modal-dialog.white h1, .modal-dialog.white h2, .modal-dialog.white h3, .modal-dialog.white h4, .modal-dialog.white p, .modal-dialog.white label, .modal-dialog.white li {
    color: #333333;
}

.tree, .tree.tree-horizontal {
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0px;
	width: 100%;
}

.tree .branch-connect {
	float: left;
	height: 75px;
	padding: 25px 10px;
}

.tree .branch {
	background-color: #F9F9F9;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	float: left;
	height: 75px;
	padding: 10px;
	text-align: center;
}

.tree .branch.actual {
	background-color: #FFEACA;
}

table.table-striped tbody tr.actual td {
	background-color: #FFEACA;
}

.data-changes {
	border-bottom: 1px solid #DDDDDD;
}

.btn-max {
	width: 100%;
	height: 125px;
	font-size: 34px;
	line-height: 1;
	opacity: 0.8;
	padding-left: 60px;
	margin-bottom: 35px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .btn-max  {
  	font-size: 28px;
  }
} 

.btn-max i {
	position: absolute;
	left: 45px;
	top: 45px;
}	

.btn-max small {
	font-size: 13px;
	line-height: 1;
	position: relative;
	left: 0px;
	top: -10px;
}


fieldset.form-fieldset {
	background-color: transparent;
}

fieldset.form-fieldset legend {
	font-size: 14px;
	width: auto;
	padding: 0;
	margin-left: -5px;
	margin-bottom: -15px;
	border: 0;
	color: #999999;
	background-color: #FFFFFF;
}

fieldset.form-fieldset.important {
    border-color: #E70000;
    border-width: 2px;
}

fieldset.form-fieldset.important legend {
    color: #E90000;
}

.picture .remove {
	background-color: #DCDCDC;
	color: #B60024;
	cursor: pointer;
	font-size: 24px;
	height: 35px;
	opacity: 0.8;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 35px;
}

.picture .remove:hover {
	color: #DC143C;
	opacity: 1;
}

.annex {
	padding: 5px;
	text-align:center;
}

.annex a {
	display: block;
}

.annex a .icon {
	display: block;
	font-size: 36px;
}

.annex a .name {
	display: block;
}

.annex .remove {
	cursor: pointer;
	display: block;
}

.annex .remove:hover {
	text-decoration: underline;
}

div.process-screen {
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -100;
}

div.process-screen-loader {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	left: 49%;
	padding: 10px;
	position: absolute;
	top: 49%;
}

div.process-screen i, div.process-screen {
	font-size: 18px;
}

.pagination > li > a, .pagination > li > span {
    color: #97310e;
}

.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    color: #e70000;
}

h4.form-header {
    border-bottom: 1px solid #CCCCCC;
    font-weight: 700;
    padding-bottom: 5px;
}

ul.list-line {
    font-size: 18px;
    font-weight: 700;
    list-style-type: none;
    margin: 0px;
    padding: 5px;
}

ul.list-line li {
    display: inline-block;
}

ul.list-line li:not(:last-child) {
    padding-right: 10px;
}

p.small-info {
    font-size: 14px;
    margin: 0px;
}

#id-last-update-html {
	position: absolute; 
	bottom: 90px; 
	right: 20px
}

#id-last-update-html-fi {
	position: absolute;
    bottom: 129px;
    left: 45px;
    z-index: 1000;
}

.btn {
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19);
}

label.btn {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,-1),0 1px 5px 0 rgba(0,0,0,0.2);
}

/*label.btn,*/
li.picker-switch a.btn,
div.datepicker a.btn,
div.timepicker a.btn {
	box-shadow: none;
}

.btop-none {
	 border-top: none !important;
}
