.fix-header .navbar-static-top{
  z-index: 2000;
}

.ui-dialog {
  /*z-index: 9000 !important;*/
  z-index: 2500;
}

.login-bg {
    background: url(../../../images/login-bg.jpg) center center/cover no-repeat!important;
    height: 100%;
    position: fixed
}

.top-left-part .light-logo {
  display: inline-block;
}

img.org-logo{
  max-width: 155px;
  max-height: 36px;
}

.color-selector{
    transition: none;
}
/*
 * jTable
 */

.jtable-column-centered{
  text-align: center;
}
.jtable-column-image-preview img{
  max-width: 100px;
  max-height: 100px;
}
div.jtable-main-container{
	overflow-x:auto;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td{
	padding:10px;
}
div.jtable-main-container > div.jtable-bottom-panel{
	padding:10px;
}
div.jtable-main-container > div.jtable-bottom-panel select{
	color:#333;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info{
	padding:13px;
}
div.jtable-main-container > div.jtable-title{
	padding:10px;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar{
	bottom:14px;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item-hover{
	padding-bottom:2px!important;
	margin-right:1px!important;
}
div.jtable-main-container > table.jtable > thead th{
	padding:5px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: auto;
	min-height:26px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    margin-right: 15px;
}
.console div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
    padding: 10px;
    border: 0;
    font-family: Courier New;
}
.formdatefield{
  max-width: 100%;
  clear: none;
}
.form-control[readonly].formdatefield{
  background-color: #fff;
}

div.jtable-main-container>table.jtable>tbody>tr.public-organization{
  _background: #ddffee;
  font-style: italic;
}
div.jtable-main-container>table.jtable>tbody>tr.own-organization{
  _background: #ddffee;
  color: #44aa66;
  font-weight: bold;
}
div.jtable-main-container>table.jtable>tbody>tr.own-account{
  color: #4466aa;
  font-weight: bold;
}
form.jtable-dialog-form div.jtable-input-label {
    display: inline-block;
    width: 200px;
}
form.jtable-dialog-form div.jtable-text-input, form.jtable-dialog-form div.jtable-input, form.jtable-dialog-form div.jtable-input {
    display: inline-block;
}
form.jtable-dialog-form div.jtable-input-field-container {
    padding: 10px;
    background: transparent;
}
form.jtable-dialog-form div.jtable-input-field-container:nth-of-type(odd){
    background: #f3f3f3;
}
.ui-dialog .ui-dialog-content {
    padding: 5px;
}
.ui-dialog .ui-dialog-title {
    font-size: 16px;
}
.help-block{
	font-size:12px;
}
.checkbox label {
    margin-left: 12px;
}
.label{
	display: inline-block;
}
.flag-option{
	width:30px;
	height:20px;
	margin-right:10px;
}
.map-user{
	height:315px!important;
}
.trace-thumb-small{
	height:25px;
	width:35px;
	background:#fff;
	padding:5px;
	border-radius:2px;
	border:1px solid #e3e3e3;
}
/*
 * UploadFile
 */
.ajax-file-upload {
  height: unset;
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  background: #41b3f9;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.ajax-file-upload:hover {
      background: #31a3e9;
      -moz-box-shadow: unset;
      -webkit-box-shadow: unset;
      box-shadow: unset;
}
.ajax-upload-dragdrop{
  border: 3px dotted #A5A5C7;
  background: #eeeeee;
  color: #41b3f9;
}
.ajax-file-upload-statusbar{
  margin: 0px;
  border: 2px solid #41b3f9;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 5px 5px 5px;
}
@media (min-width: 769px) and (max-width: 1169px) {
    .top-left-part {
        width: auto
    }
    .show-sidebar .top-left-part {
        width: 240px
    }
    .top-left-part .logo span {
        display: none
    }
    .show-sidebar .top-left-part .logo span {
        display: inline
    }
}
@media (max-width: 769px) {
	.top-left-part {
		width: 90px;
	}
}
.modal {
  z-index: 2600;
}
.modal-backdrop {
    z-index: 2550;
}

.modal-processing-container{
	position: relative;
	overflow: hidden;
}
.modal-processing{
	z-index: 5000;
	opacity: 0;
	filter: _alpha(_opacity=0);
	display: none;
	zoom: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.modal-processing div.processing-indicator{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: auto;
	height: 1em;
	text-align: center;
	vertical-align: middle;
	background: url(/browse/images/progress.gif) center center no-repeat!important;
}
.mfp-title {
	position:absolute;
	margin-top:5px;
}
.mfp-title span.meta{
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #888;
	color: #eee;
	font-size: 12px;
}
.mfp-title span.meta i{
	margin-right:2px;
}
.mfp-title span.meta:first-child{
	margin-left:10px;
}
table.popup td{
	padding:4px 8px;
	vertical-align:top;
}
table.popup td.lbl{
	text-align:right;
}
table.popup tr:first-child td.lbl{
	vertical-align:bottom;
}
table.popup td i{
	margin-right:5px;
	font-size:16px;
	width: 20px;
	text-align:center;
}
.notify2 {
    margin-top: -15px;
	margin-right: 5px;
}
.message-center .user-img {
    width: auto;
}
.user-bg .overlay-box {
    background: #0B67CD;
}
.user-bg {
    height: 380px;
}
@media screen and (max-width: 1199px) {
	.user-bg {
		height: 230px;
	}
}
.sidebar .nav-second-level li a {
    padding: 7px 10px 7px 40px;
}
ul.nav-second-level{
	margin-top:0px;
}
.mailbox {
    max-height: 50vh;
}
.tooltip-content5{
	font-size: 12px;
	color: #333;
	background: rgba(238,238,238,0.9);
	margin: 0 0 10px -150px;
}
.tooltip-inner2{
	padding:15px;
	background: transparent;
}
.tooltip-text3 {
    border-bottom: 10px solid #0b67cd;
    border-top: 5px solid #0b67cd;

}
.tooltip-content5:after {
    border-color: #0b67cd transparent transparent;
}
.jtable-child-table-container{
	padding: 20px;
	position: relative;
}
.jtable-child-table-container:before {
    content: '';
    top: 0;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent transparent #2d89ef  ;
    border-width: 10px;
    margin-left: -10px;
}
.jtable-child-table-container .jtable-title {
    background-color: #2d89ef!important;
	padding: 5px 10px !important;
}
.jtable-child-table-container .jtable-title-text {
	font-size: 17px !important;
}
.jtable-child-table-container thead {
    background-color: #71aff5!important;
	padding: 1px 5px !important;
}
ul.transit-routes{
	list-style-type: none; 
	padding:0; 
	margin:0;
}
.transit-routes li{
	padding: 5px;
	display: inline-block;
	margin-right:10px;
	opacity:0.7;
	transition: all .3s ease;
	cursor: default;
}
.transit-routes li:hover{
	opacity:1;
}
.transit-routes li:last-child{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	opacity:1;
}
.jtable-child-table-container .jtable-close-button{
	filter:invert(100%);
}
.blank-page #page-wrapper{
	margin:0;
	padding:20px;
}
.blank-page footer{
	left:0;
}
.product-description{
	padding:10px;
	background:#f1f1f1;
	border-radius:10px;
	border:1px solid #e3e3e3;
	color:#777;
	font-size:12px;
	line-height:14px;
}
.penalties-list li{
	margin: 5px;
	border-radius: 10px !important;
	background-color: #fcfcfc;
	opacity:0.7;
	transition: all .3s ease;
	cursor:default;
}
.penalties-list li:hover{
	opacity:1;
}
.timeline-badge2{
	background-color: transparent!important;
	border-radius:0!important;
}
.overview-path-scan{
	padding:10px 10px 10px 20px;
	background:#f6f6f6;
	border-radius:10px;
	border:1px solid #e3e3e3;
	color:#444;
	font-size:14px;
	margin-right:30px;
	margin-left:10px;
	margin-bottom: 30px;
	display:inline-block;
	position:relative;
	vertical-align: top;
}
.overview-path-scan .flag{
	position:absolute;
	left:-10px;
	top:-5px;
	display:inline-block;
	border-radius:50%;
	background-color:#d8e5fc;
	color:#3f6dbd;
	padding:5px;
	width:auto;
	min-width: 24px;
	font-size:10px;
	font-weight:700;
	text-align:center;
}
.overview-path-items{
	display: inline-block;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	margin-left:5px;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 10px;
}
.overview-path-items code{
	color: #fff;
	border: 0px solid #eee;
	background: #9099aa;
	margin: 5px;
	font-size: 14px;
}
.overview-path-header{
	text-align:center;
}
@media (max-width:767px){
	.overview-path-header{
		text-align:left;
	}
}
@media (max-width:420px){
	.container{
		padding:0;
	}
	.overview-path-scan{
		margin-right:10px;
	}
	
	.admin-qi-container .white-box{
		margin: 0 -30px 20px -30px!important;
	}
	.admin-qi-container .white-box .timeline{
		margin: 15px -10px 0 -20px!important;
	}
	.admin-qi-container .white-box .timeline .timeline-body ul{
		padding-left: 20px!important;
	}
	
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #ccc;
}
.asColorPicker-trigger {
    right: -5px;
}
.panel-info .panel-heading {
    background-color: #41b3f9;
}
.panel-group {
    margin-bottom: 40px;
}
@media (min-width: 1400px){
	.resource-view .panel .panel-body {
		display: grid;
		margin: 10px;
		grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
		grid-column-gap: 20px;
	}
	.resource-view .panel .panel-body:before {
		content: none;
	}
}
div.form-control {
    height: auto;
	min-height: 34px;
	word-break: break-word;
}
.wizard-buttons {
    text-align: center;
}
.wizard-pane {
    transition: none;
	display: none;
}
.wizard-pane.active {
    display: block;
}
.wizard-steps > li.done.current {
    background: #41b3f9;
}
.wizard-steps > li.disabled span {
    border: 1px solid rgba(120, 130, 140, .33);
    background: #f7f7f7;

}
@media (min-width: 769px) and (max-width: 900px) {
	.wizard-steps > li {
		display: inline-block;
		padding: 10px 20px;
		position: relative;
		height: 80px;
		width: 48%;
		overflow: hidden;
	}
}
@media (min-width: 901px) and (max-width: 1410px) {
	.wizard-steps > li {
		display: inline-block;
		padding: 10px 20px;
		position: relative;
		height: 80px;
		width: 32%;
		overflow: hidden;
	}
}
.required-icon{
	color:#f33155;
	font-size:26px;
	vertical-align: middle;
	line-height: 12px;
	margin-right: 5px;
	display:inline-block;
	cursor: default;
	font-weight: bold;
}
.checkbox label::before {
    border: 1px solid rgba(120, 130, 140, .33);
}
.well {
    background-color: #f5f5f5;
}

.form-control-feedback {
    top: 10px!important;
    right: 10px!important;
}
.fixed-checkbox{
	width:320px;
	display:inline-block;
}
.date{
	position:relative;
}
.dropzone {
    border: 1px dashed rgba(0,0,0,0.2);
	background: #fff;
}
#page-wrapper {
	margin-bottom: 70px !important;
}