img.logo {
	top: -15px;
	position: relative;
}

form.search button {
	margin:20px auto
}

.dataTables_paginate {
	float: none !important;
	text-align: center !important;
}

.dataTables_length {
	float: right !important;
}

.dataTables_wrapper .bottom {
	margin-top : 15px;
}

.panel-title {
	font-size: 14px;
}

.in-alert-btn {
	position: relative;
	top: -5px;
}


/* mikes */
.dropdown,
.navbar-collapse,
.dropdown-default-background,
.navbar > .container-fluid {
	background-color: rgb(0, 142, 200);
	background-image: none;
}

/* Bootstrap Select customization */
.form-group .dropdown,
.form-group .dropdown-default-background {
	background-color: white;
	background-image: none;
	font-size: 0.8em;
}
.form-group .dropdown .bs-placeholder,
.form-group .dropdown-default-background .bs-placeholder {
	background-color: white;
	background-image: none;
	border: 1px inset #E0E0E0;
	font-size: 1em;
	margin-top: 0 !important;
}
.form-group .dropdown .btn-default {
	background: none;
	border: 1px inset #E0E0E0;
	font-size: 1em;
}

form.search button {
	margin: 10px auto;
}

.dataTables_length label {
	font-weight: normal;
}

/*-- mikes */

.dataTable th {
	padding-left: 10px !important;
}

.error-holder {
	display:none;
	color: red;
}
.error-label {
	color: red;
}

div.checkbox {
	margin-top: 25px;
}

.align-to-right{
	text-align: right;
}

.decimal-value{
	text-align: right;
	white-space: nowrap;
}

#head-copy {
	position: relative;
	top: -14px;
}

.margin-right-05 { margin-right: 0.5em; }

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-35 { margin-top: 3.5em; }
.margin-top-40 { margin-top: 4.0em; }
.margin-top-45 { margin-top: 4.5em; }
.margin-top-50 { margin-top: 5.0em; }
.margin-top-55 { margin-top: 5.5em; }
.margin-top-60 { margin-top: 6.0em; }
.margin-top-65 { margin-top: 6.5em; }
.margin-top-70 { margin-top: 7.0em; }
.margin-top-75 { margin-top: 7.5em; }
.margin-top-80 { margin-top: 8.0em; }
.margin-top-85 { margin-top: 8.5em; }
.margin-top-90 { margin-top: 9.0em; }
.margin-top-95 { margin-top: 9.5em; }
.margin-top-100 { margin-top: 10em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-35 { margin-bottom: 3.5em; }
.margin-bottom-40 { margin-bottom: 4.0em; }
.margin-bottom-45 { margin-bottom: 4.5em; }
.margin-bottom-50 { margin-bottom: 5.0em; }
.margin-bottom-55 { margin-bottom: 5.5em; }
.margin-bottom-60 { margin-bottom: 6.0em; }
.margin-bottom-65 { margin-bottom: 6.5em; }
.margin-bottom-70 { margin-bottom: 7.0em; }
.margin-bottom-75 { margin-bottom: 7.5em; }
.margin-bottom-80 { margin-bottom: 8.0em; }
.margin-bottom-85 { margin-bottom: 8.5em; }
.margin-bottom-90 { margin-bottom: 9.0em; }
.margin-bottom-95 { margin-bottom: 9.5em; }
.margin-bottom-100 { margin-bottom: 10em; }

.legerity-font-size-05 {font-size: 0.5em;}
.legerity-font-size-06 {font-size: 0.6em;}
.legerity-font-size-07 {font-size: 0.7em;}
.legerity-font-size-08 {font-size: 0.8em;}
.legerity-font-size-09 {font-size: 0.9em;}
.legerity-font-size-10 {font-size: 1.0em;}
.legerity-font-size-11 {font-size: 1.1em;}
.legerity-font-size-12 {font-size: 1.2em;}
.legerity-font-size-13 {font-size: 1.3em;}
.legerity-font-size-14 {font-size: 1.4em;}
.legerity-font-size-15 {font-size: 1.5em;}

.optional-modal-window-tabs > li{
	float:none;
    display:inline-block;
}
.optional-modal-window-tabs{
	text-align:left;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.inline-fix{
	display: inline !important;
}

.borderless td, .borderless th {
    border: none !important;
}

.form-control:focus {
  background-color: #ffffe0;
}

input[type="radio"],
input[type="checkbox"]{
	margin: 1px 0 0;
}

.top-menu,
.top-menu .dropdown-menu{
	font-size: 14px;
}

td.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 172px;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 950px;
  }
}

@media (min-width: 768px) {
	.splash-screen-body-bg {
		background-image: url("/fastpost/res/img/background-city-rainbow-2561x1440.png");
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1px) and (max-width: 767px) {
	.splash-screen-body-bg {
		background-image: url("/fastpost/res/img/background-city-rainbow-2561x1440.png");
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1400px) {
	.version-copyright {
		font-size: 12px;
	}

	.environment-display {
		font-size: 12px;
	}

	.logo-margin-top {
		margin-top: 7.5em;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.version-copyright {
		font-size: 10px;
	}

	.environment-display {
		font-size: 10px;
	}

	.logo-margin-top {
		margin-top: 7em;
	}
}

@media (min-width: 1200px) {
	.logo-left {
		left: -5em;
	}
	.login-form-margin-top {
		margin-top: 7.5em;
	}
	.password-form-margin-top {
		margin-top: 2em;
	}
	.privacy {
		font-size: 12px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.logo-left {
		left: -5em;
	}
	.login-form-margin-top {
		margin-top: 6.5em;
	}
	.password-form-margin-top {
		margin-top: 0.5em;
	}
	.privacy {
		font-size: 11px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo-margin-top {
		margin-top: 5em;
	}
	.logo-left {
		left: -5em;
	}
	.login-form-margin-top {
		margin-top: 5.5em;
	}
	.password-form-margin-top {
		margin-top: 0;
	}
	.version-copyright {
		font-size: 9px;
	}
	.environment-display {
		font-size: 9px;
	}
	.privacy {
		font-size: 9px;
	}
}
@media (min-width: 1px) and (max-width: 767px) {
	.logo-margin-top {
		margin-top: 1.5em;
	}
	.login-form-margin-top {
		margin-top: 22em;
	}
	.password-form-margin-top {
		margin-top: 20em;
	}
	.version-copyright {
		margin-top: -15px;
		font-size: 8px;
	}
	.environment-display {
		margin-top: -15px;
		font-size: 8px;
	}
	.privacy {
		margin-top: -15px;
		font-size: 8px;
	}
}

#search-collapse label {
	font-size: 0.8em;
	margin-bottom: 0;
}

#search-collapse input {
	font-size: 0.8em;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 4px;
}

#search-collapse select {
	font-size: 0.8em;
}

#search-collapse .form-group {
	margin-bottom: 0.25em;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.round-panel {
	left: 0;
	right: 0;
	background-color: #ffffff;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.round-panel > .panel-heading {
	border-color: #ffffff;
	overflow: hidden;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -5px;
}

.round-panel > .panel-heading .panel-title {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: rgb(35, 74, 105);
}

.search > .panel-body {
	padding-top: 0;
	padding-bottom: 0;
}

.panel-group .panel {
	margin-bottom: 15px;
}

.navbar {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 11px;
}

.top-menu, .top-menu .dropdown-menu {
    font-size: 11px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;
	background-color: rgba(2, 138, 193, 0.94);
}

.navbar-default .navbar-nav > .active > a {
	color: #ffffffe6;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffffe6;
}

.dropdown > .dropdown-menu > li > a {
	color: #ffffffe6;
}

.dropdown-menu > .disabled > a:focus {
	color: #ffffffe6;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(2, 138, 193, 0.94);
}

.dropdown-menu > li > a:hover {
	background-image: none;
	background-color: rgb(0, 133, 186);
}

.dropdown-menu > li > a:focus {
	background-image: none;
	background-color: rgb(2, 138, 193);
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.display tbody tr.even.selected>.sorting_1,

table.dataTable tbody tr.selected, table.dataTable tbody tr.selected > * {
	/* LEG-5370 - hide dataTables blue inset shadow */
	box-shadow: none !important;
	background-color: #EEF2FF !important;
	color: #333333 !important;
	font-weight: 600 !important;
}

div.dataTables_processing > div:last-child {
	/* LEG-5370 - hide dataTables 4-dots animation during 'processing' state */
	display: none !important;
}

.btn-primary {
	background-image: none;
	background-color: rgb(2, 138, 193);
	color: #ffffffe6;
	text-shadow: none;
}

.btn-info {
	background-image: none;
	background-color: rgb(59, 176, 223);
	border-color: rgb(40, 164, 201);
	color: #ffffffe6;
	text-shadow: none;
}

.modal-header > .modal-title {
	text-transform: uppercase;
	color: #ffffffe6;
}

.table-cell-nowrap {
	white-space: nowrap;
}

#journals-table-container .dt-button {
	margin-right: 10px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	background: rgb(2, 138, 193);
}

.round-panel > .panel-heading .panel-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: rgb(35, 74, 105);
    padding-left: 0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-size: 0.85em;
}

.panel-collapse th,
.panel-collapse > th {
	font-size: 0.85em;
}

#manual-journal-lines-table thead th {
	width: 5%;
}

div#accordion.loading * {
	cursor: wait !important;
}

/* Making background white to be consistent with the style applied to fixed header on the vuejs screens (LEG-3734) */
.fixedHeader-floating {
	background-color: white;
}

.checkbox-labelName {
    color: #333333 !important;
}