/* LEGACY */
.blueline
{
	height: 25px;
	z-index: 101;
}

.yellowline
{
	height: 25px;
	z-index: 101;
}

.redline
{
	height: 25px;
	z-index: 101;
}

.blackline
{
	height: 25px;
	z-index: 100;
}

.disableClass
{
	background-color: #cccccc;
	border: 1px solid #AAAAAA;
}

.fauxLink
{
	cursor: hand;
	cursor: pointer;
}

.fauxLinkUnderline {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

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

.singleDayDivDate
{
	border-bottom:0px double #111111;
	text-align:center;
	color: #333333;
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
}
/* LEGACY */


.table > tbody > tr > td.firstcol {
	border-top: none;
}

table>tbody+tbody.extraTbody {
	border-top: none;
}

.float-e-margins .btn.da {
	margin-bottom: 0px;
}


.float-e-margins button.dim {
	margin-bottom: 0px !important;
	margin-right: 10px;
	float: left;
}

.float-e-margins.currency .ibox-title {
	height: 55px;
	padding: 5px 15px 0px 10px;
}

.float-e-margins.currency .ibox-title h5 {
	margin: 12px 0 7px 0;
}

.date {
	width: 150px;
}

.float-e-margins .btn-circle.btn-lg {
	margin-bottom: 0px !important;
	margin-right: 10px;
	float: left;
	height: 40px;
	padding: 7px 11px;
	width: 40px;
}

.compliancein {
	color: #1ab394;
}

.compliancebase {
	color: #1c84c6;
}

.compliancewarn {
	color: #f8ac59;
}

.complianceout {
	color: #ed5565;
}

.complianceborderbase {
	border-color: #1c84c6;
}

.complianceborderin {
	border-color: #1ab394;
}

.complianceborderwarn {
	border-color: #f8ac59;
}

.complianceborderout {
	border-color: #ed5565;
}

.compliancebackgroundbase {
	border-color: #1c84c6;
	background-color: #1c84c6;
}

.compliancebackgroundin {
	border-color: #1ab394;
	background-color: #1ab394;
}

.compliancebackgroundwarn {
	border-color: #f8ac59;
	background-color: #f8ac59;
}

.compliancebackgroundout {
	border-color: #ed5565;
	background-color: #ed5565;
}

.compliancebackgroundtext {
	color: #fff;
}

.norecords {
	height: 45px;
}

.dohide {
	display: none;
}

td.in, span.in {
	color: #1ab394;
}

td.base, span.base, div.base {
	color: #1c84c6;
}

td.warn, span.warn, div.warn {
	color: #f8ac59;
}

td.out, span.out, div.out {
	color: #ed5565;
}

.daFirstCol {
	width: 230px;
}

.daSecondCol {
	width: 100px;
}

.daModal {
	max-height: 375px; 
	overflow-y: auto;
	padding: 15px;
}

.daModalFirstCol {
	width: 50px;
}

.formBox {
	background: #eee;
	display: block;
	margin: 5px 5px 10px 5px;
	min-height: 320px;
	overflow: hidden;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.formBox fieldset {
	width: 95%;
	height: 95%;
	padding: 2.5%;
}

.formBox h2 {
	font-weight: 500;
}

.formBox input {
	display: block;
	border: 1px solid #ccc;
}

.wizard > .content {
	margin: 0;
	border-radius: 0;
}

.wizard > .content > .body {
	position: static;

}

.wizard > .content > div > .body {
	float: left;
	width: 95%;
	height: 95%;
	padding: 25px 25px 0 25px;
}

.wizard > .content > div > .body.paddingLeftZero {
	padding-left: 0px;
	padding-right: 0px;
}

.wizard-big.wizard > .content {
	min-height: 10px;
}

.hideClass, .nav>li.hideClass {
	display: none;
}

.nopadding {
	padding-left: 0;
}

.form-horizontal .control-label {
	text-align: left;
}


.wizard > .content > .body.notoppadding {
	padding-top: 0;
}

.nav-tabs > li > a {
	background-color: #e6e6e6;
	color: #676a6c;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #1ab394;
	color: #fff;
}

.deleteRow {
	display: none !important;
}

.noRecordsRow {
	display: none;
}

.noRecordsRow td {
	text-align: center;
}

#discrepanciesContainer .close {
	float: none;
}

.horizontalFormColumnSpacing {
	width: 150px;
}

.table > thead > tr.tableMidRowHeaders > th {
	padding-top: 25px;
}

.siteBackgroundColor {
	background-color: #f3f3f4;
	padding-left: 10px;
}

.aircraftStatusSection .form-control {
}

.table .table.transparent {
	background-color: transparent;
}

.nopadding-left {
	padding-left: 0px;
}

.nopadding-right {
	padding-right: 0px;
}

.nomargin-bottom {
	margin-bottom: 0px;
}

#directivesTable th {
	font-style: italic;
}

.paddingBottom0, .wizard > .content > .body.paddingBottom0 {
	padding-bottom: 0px;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom35 {
	margin-bottom: 35px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop31 {
	margin-top: 31px;
}

.marginTop35 {
	margin-top: 35px;
}

.marginTop38 {
	margin-top: 38px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop22 {
	margin-top: 22px;
}

.marginTop20, .form-horizontal .checkbox.marginTop20 {
	margin-top: 20px;
}

.marginTop18 {
	margin-top: 18px;
}

.marginTop17 {
	margin-top: 17px;
}

.marginTop50 {
	margin-top: 50px;
}

.ibox-content h2 {
	margin-top: 20px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop12 {
	margin-top: 12px;
}

.marginTop10, .ibox-content h2.marginTop10, input[type=radio].marginTop10, input[type=checkbox].marginTop10, .form-horizontal .checkbox.marginTop10 {
	margin-top: 10px;
}

.marginTop8 {
	margin-top: 8px;
}

.marginTop7 {
	margin-top: 7px;
}

.marginTop6 {
	margin-top: 6px;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop0, .ibox-content h2.marginTop0 {
	margin-top: 0px;
}

.marginTop60 {
	margin-top: 60px;
}

.marginTopMinus4 {
	margin-top: -4px;
}

.marginTopMinus7 {
	margin-top: -7px;
}

h2.marginTopMinus10 {
	margin-top: -10px;
}

.margin10 {
	margin: 10px;
}

.marginLeftZero {
	margin-left: 0;
}

.marginLeft5 {
	margin-left: 5px;
}

.marginLeft7 {
	margin-left: 7px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginLeft15 {
	margin-left: 15px;
}

.marginLeft20, input[type=radio].marginLeft20 {
	margin-left: 20px;
}

.marginLeft25 {
	margin-left: 25px;
}

.marginLeft30 {
	margin-left: 30px;
}

.marginLeft35 {
	margin-left: 35px;
}

.marginLeft40 {
	margin-left: 40px;
}

.marginLeft50 {
	margin-left: 50px;
}

.marginRight3 {
	margin-right: 3px;
}

.marginRight5 {
	margin-right: 5px;
}

.marginRight7 {
	margin-right: 7px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginRight30 {
	margin-right: 30px;
}

.marginRight40 {
	margin-right: 40px;
}

.marginRight25, .fa.marginRight25 {
	margin-right: 25px;
}

.paddingTop7 {
	padding-top: 7px;
}

.paddingTop20 {
	padding-top: 15px;
}

.paddingHorizontal40 {
	padding-left: 40px;
	padding-right: 40px;
}

.paddingRight7 {
	padding-right: 7px;
}

.paddingRight15 {
	padding-right: 15px;
}

.paddingRight17 {
	padding-right: 17px;
}

.width40 {
	width: 40px;
}

.paddingHorizontalZero {
	padding-left: 0;
	padding-right: 0;
}

.font50 {
	font-size: 50px;
}

.font24 {
	font-size: 24px;
}

.font22 {
	font-size: 22px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font18Point5 {
	font-size: 18.5px;
}

.font16 {
	font-size: 16px;
}

.font15 {
	font-size: 15px;
}

.font14 {
	font-size: 14px;
}

.font13 {
	font-size: 13px;
}

.font26 {
	font-size: 26px;
}

.feed-activity-list .fa-edit {
	margin-right: 15px;
}

.feed-activity-list .cursor, a.cursor {
	cursor: pointer;
}

.chosen-select, .input-group .form-control.chosen-select, .chosen-container {
	min-width: 275px;
}

.chosen-select.skinny, .input-group .form-control.chosen-select.skinny, .chosen-container.skinny {
	min-width: 200px;
}

.noHorizontalMargin {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.noHorizontalRightMargin {
	margin-right: 0px;
	padding-right: 0px;
}

.noHorizontalLeftMargin {
	margin-left: 0px;
	padding-left: 0px;
}

.thinGutters {
	padding-left: 4px;
	padding-right: 4px;
}

.thinGuttersRight {
	margin-right: 4px;
	padding-right: 4px;
}

.thinGuttersLeft {
	margin-left: 4px;
	padding-left: 4px;
}

.mediumGutters {
	padding-left: 8px;
	padding-right: 8px;
}

.statusComplianceIcon {
	width: 45px;
}

.table > tbody > tr > td.paddingTop15 {
	padding-top: 15px;
}

.table.margin20 > tbody > tr > td {
	padding: 20px;
}

.table.margin10 > tbody > tr > td {
	padding: 10px;
}

.reportsOverviewFirstCol {
	width: 200px;
}

.hideVisibility {
	visibility: hidden;
}

.pagination li a {
	cursor: pointer;
}

.pagination {
	margin: 0;
	padding-left:2px;
}

.isbold {
	font-weight: bold;
}

.ibox-title.noheight {
	height: auto;
}

.ibox-content.noborder {
	border-width: 0px;
}

.h2-large {
	font-size: 36px;
	margin-top: 10px;
}

.btn-md-dim {
	width: 70px;
	height: 70px;
	font-size: 42px;
}

.nobackground {
	background-color: transparent;
}

.fa-tableColSize {
	font-size: 1.5em;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 0; 
	height: 0; 
	border: 0px solid #ffffff;
}


/* Typeahead */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#legModal .tt-menu {
	min-width: 350px;
}

.tt-hint {
  color: #999
}

.tt-menu {
  margin-top: 4px;
  width: 100%;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #1ab394;

}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
	width: 100%;
}

.flightFormTotals {
	color: #006600;
}

div.form-control {
	display: block;
	border: 1px solid #ccc;
	background-color: #ddd;
}

div.form-control.form-control-mock {
	display: block;
	border: 1px solid #e5e6e7;
	background-color: #f9f9f9;
	height: 33px;
}

div.form-control.form-control-mock-white {
	display: block;
	border: 1px solid #e5e6e7;
	background-color: #fff;
	height: 33px;
}

.clientInfo {
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clientInfo h3 {
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 2px;
}

.page-heading {
	padding: 0px 10px 10px 10px;
}

.thickTopBorder {
	border-color: #e7eaec; 
	border-style: solid none none none;
	border-width: 4px 0 0;
}

input[type=checkbox].topCheckBox {
	margin: 14px 0px 10px 4px;
}

.topCheckBoxText {
	margin: 13px 0 10px 4px;
}

.clearBoth {
	clear: both;
}

.width85pc {
	width: 80%;
}

.documents {
	display: none;
}

.splashMiddleContainer {
	color: #c1c1c1;
	font-size: 80px; 
	font-weight: 800;
	margin: 0 auto;
	margin-top: 200px;
}

.splashMiddleLogo {
	height: 200px;
	background: url('../img/fpsplashlogo.png') no-repeat;
}

.bigRadio {
	width: 25px;
	height: 25px;
}

input.datepicker {
	min-width: 86px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	-webkit-appearance: none;
}

@media (max-width: 820px) {
  .inputLessPadding {
		padding: 6px 6px;
	}
}

.table > tbody > tr > td.noBorder {
	border: none;
}

.table > tbody > tr > td.borderZero {
	border-top: 0;
}

.datepicker {
	z-index: 1151 !important;
}

.modal-backdrop {
	z-index: -1;
}

.loginLogoBox {
	background: url(../img/fpsplashlogo.png) no-repeat;
	height: 250px;
	margin:0 auto;
	padding-top:20px;
	width: 170px;
}

.zeroOpacity {
	background-color: red;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

.popup {
	margin-left: 20px;
	margin-right: 5px;
	position: absolute;
	width: 400px;
	z-index: 102;
	left: 600px;
	top: 400px;
}

.highlightDay, .fc-unthemed .fc-today.highlightDay {
	background-color: #ebf8fb;
}

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

.calendar-sub-title {
	color: #777;
	font-size: 13px;
}

.italic {
	font-style: italic;
}

.calendarTime {
	background-color: rgb(234, 248, 253); 
	padding:6px;
}

.calendarIcon {
	color: #71C2EB;
}

.overflowHidden {
	overflow: hidden;
    white-space: nowrap;
}

.eventClickHighlight {
}

.flightLogEdit, table td[class*=col-].flightLogEdit {
	display: none;
}

textarea.height200 {
	height: 200px;
}

textarea.height240 {
	height: 240px;
}

#dispatchAircraftContainer .chosen-container {
	float: right;
}

.removeLinkSmall {
	font-size: 15px;
	margin-left: 5px;
}

.form-control-border {
	background-color: #fff;
	border: 1px solid #e5e6e7
}

.feed-element > .pull-left {
	margin-left: 1px;
}

.h1input {
	border: none;
	font-size: 30px;
	font-weight: 100;
	padding: 0;
	outline: none;
}

.inavy {
	color: #1ab394;
}

.iinfo {
	color: #23c6c8;
}

.iwarn {
	color: #f8ac59;
}

.paddingLeftZero {
	padding-left: 0;
}

.paddingLeft7 {
	padding-left: 7px;
}

.paddingBottom0 {
	padding-bottom: 0;
}

.paddingBottom5 {
	padding-bottom: 5px;
}

.noBorderBig {
	border: 1px solid #fff;
	height: 34px;
}

.bigRoundedButton {
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
}

.disabledInput {
	background-color: #eee;
}

.noButtonBorder {
	outline:none !important;
}

.minWidth275 {
	min-width: 275px;
}

.width155 {
	width: 155px !important;
}

.signatureCover {
	width: 100%; 
	height: 85px;
	display: none;
	position: absolute; 
	background-color: transparent; 
	margin-top:-85px
}

.aircraftTimesCyclesLabelRight {
	margin-top: 0px;
	text-align: left;
	width: 80px;
}

.aircraftTimesCyclesLabelLeftAbs {
	margin-left: -72px;
	margin-top: 7px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 80px;
}

/*
.aircraftTimesCyclesLabelRightAbs {
	margin-right: -72px;
	margin-top: 7px;
	right: 0;
	position: absolute;
	width: 80px;
}
*/

.aircraftTimesCyclesLabelRightAbs {
	margin-left: 210px;
	margin-top: 7px;
	position: absolute;
	width: 80px;
}

.aircraftTimesCyclesLabelRightAbsShort {
	margin-left: 120px;
}


button.aircraftTimeModalBtn, button.aircraftCyclesModalBtn {
	margin-top: 2px;
}

.smallTextField {
	width: 100px;
}

.modal-title-sm {
	font-size: 13px;
}

.aircraftTimeModalDiff {
	margin-left: 7px;
	margin-top:7px;
}

.aircraftTimeModalDiffNegative {
	color: red;
	font-weight: bold;
}

.aircraftTimeModalDiffPositive {
	color: green;
	font-weight: bold;
}

.aircraftTimesCyclesField {
}

.fieldWidth200 {
	max-width: 200px;
}

.checkbox label.noPadding {
	margin-left: 4;
	margin-top: 6px;
	padding-left: 0;
}

span.error {
	color: #cc5965;
	font-weight: bold;
}

.currencyEditButton {
	cursor: pointer;
}

.noLink {
	color: #676a6c;
	cursor: default;
}

.noBorder, tbody.noBorder, td.noBorder, .table>tbody+tbody.noBorder {
	border: none;
}

.borderTopNone, .table > thead > tr > th.borderTopNone {
	border-top: none;
}

.borderBottomNone, .table > thead > tr > th.borderBottomNone {
	border-bottom: none;
}

.marginTop34 {
	margin-top: 34px;
}

.ibox-title.ibox-lg {
	height: 64px;
}

.disabledText {
	color: #ccc;
}

.width75 {
	width: 75px;
}

.width70 {
	width: 70px;
}

.width90 {
	width: 90px;
}

.checkBoxBig, input[type=checkbox].checkBoxBig {
	display: block;
	height:20px;
	margin-top:0px;
	width:30px;
}

.checkBoxBigInline, input[type=checkbox].checkBoxBigInline {
	height:20px;
	margin-top:0px;
	width:30px;
}

.checkBoxMed, input[type=checkbox].checkBoxMed {
	display: block;
	height:18px;
	margin-top:0px;
	width:20px;
}

.validationMessage {
    color: #f00;
}

div.alert-custom {
	position: fixed;
	z-index: 999999;
	top: 12px;
	right: 12px;
	width: 300px;
}
.alert-custom > div {
	box-shadow: 0 0 3px #999;
	opacity: .8;
	font-size: 13px;
	position: relative;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	border-radius: 3px;
	background-position: 15px center;
	overflow: hidden;
	background-color: #1ab394;
	color: #fff;
}
.alert-custom > div i {
	margin-left: -25px;
	font-size: 24px;
	margin-top: -5px;
}
.noedit, .form-control[disabled].noedit {
	border: 1px dashed #eee;
	background-color: #fff;
}
.feeFboBox {
	border-color: #CBD5DD;
	height: 33px;
	width: 130px;
}
div.selectWidth150 .chosen-select,.chosen-container,.chosen-container-single {
	min-width: 130px;
	width: 130px;
}
.table.noMarginBottom {
	margin-bottom: 0px;
}
.table > tbody > tr > td.quoteColumnsNoBorder {
	border-top:none;
}
.table > tbody > tr > td.quoteTotalsColumns {
	border-top:none; 
	padding:0px;
}
.table > tbody > tr > td.quoteTotalsColumns.padding5 {
	padding: 5px 0 5px 0;
}
.table > tbody > tr > td.quoteTotalsColumns.padding14 {
	padding-top: 14px;
}
.table > tbody > tr > td.quoteSubColumns {
	border-top:none;
	padding-top:8px;
	padding-bottom:0px;
}
div.tripSpacer {
	border-bottom: 1px dashed #e7eaec; 
	margin-bottom:20px;
}
div.tripCrewSpacer {
	margin-bottom:20px;
	padding-bottom:15px;
}
div.tripCrewEditHighlight {
	background-color: #dddd; 
}
div.label.quoteNumberBox {
	display: block; 
	margin-top: 7px; 
	padding-bottom:7px; 
	padding-top:4px;
	width: 34px;
}
.quoteSmallText {
	color:#aaa;
	font-size: 8.5pt;
}
.quoteSummaryBox {
	background: #ebebed;
	padding: 10px 20px;
}
.colorGrey {
	color: #aaa;
}

/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    body {
	    zoom: .85;
	    -moz-transform: scale(.85);
	    -moz-transform-origin: 0 0;
	    -o-transform: scale(.85);
	    -o-transform-origin: 0 0;
	    -webkit-transform: scale(.85);
	    -webkit-transform-origin: 0 0;
	    transform: scale(.85);
	    transform-origin: 0 0;
    }
}
*/


div.crewDutyLine {
	height: 5px;
	background: url('images/crewduty_line.gif');
}

div.crewDutyLineBlue {
	background: url('images/crewduty_line_blue.gif');
}

#crewtable {
	min-width: 500px;
}

#crewtable td.daysColumn {
	cursor:hand; 
	cursor:pointer; 
	border-top: 1px solid #333333; 
	border-bottom: 0px solid #000000; background-color: #FFFFFF;
	height: 26px;
	min-width: 26px;
	width: 36px;
}

#crewtable td.standardColumn {
	background-color: #FFFFFF; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 0px solid #000000; 
	border-bottom: 0px solid #000000;
}

#crewtable td.standardColumn.leftMostColumn {
	border-left: 2px solid #000000; 
}

#crewtable td.standardColumn.rightMostColumn {
	border-right: 2px solid #000000; 
}

#crewtable td.totalsColumn {
	border-top: solid #000000 1px; 
	border-bottom: 0px solid #000000; 
	background-color: #FFFFFF
}

#crewtable td.horizontalAccessColumn {
	background-color: #FFFFFF; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 0px solid #000000; 
	border-bottom: 1px solid #000000;
	height:19px; 
	min-width:26px;
}

#crewtable .colsHeaderTotal
{
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	width: 48px;
	min-width: 38px;
}

#crewtable .colsTotal
{
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	width: 48px;
	min-width: 38px;
}

@-moz-document url-prefix() { 
  div.yellowline, div.blueline, div.blackline, div.redline {
     margin-top: -13px !important;
  }
}

_::-webkit-full-page-media, _:future, :root .safari_only {
  margin-top: 6px !important;
}

.form-horizontal .control-label.control-label-text-right {
	text-align: right;
}

.table-striped.table-modal>tbody>tr:nth-child(odd) {
	background-color: #fefefe;
}

.table.table-typeahead tr.typeAheadTableHighLight td {
	background-color: #dff0d8; /*#0097CF*/
	color: #000;
}

.fauxFormControl {
	border: 1px solid #e5e6e7;
	padding: 10px;
}

textarea.form-control.height120 {
	height: 120px;
}

.table td.truncated-text {
  max-width: 200px;
}

.table td.truncated-text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}

.note-editor.note-frame .note-editing-area .note-editable {
	border: 1px solid #e5e6e7;
	border-top: 0;
}

.tooltip.in {
	z-index: 2060;
}

.note-editor.note-frame {
	border: 0;
}

.note-editor.note-frame .note-editing-area .note-editable {
	border: 0;
}

.paddingTopZero {
	padding-top: 0;
}

.paddingZero {
	padding: 0;
}


.blackBackgroundWhiteText {
	background-color: #333;
	color: #fff
}

.darkGreyBackgroundWhiteText {
	background-color: #888;
	color: #fff;
}

.table-bordered > thead > tr.blackBackgroundWhiteText > th, .table-bordered > thead > tr > td {
	background-color: #333;
	color: #fff
}

.table-bordered.blackBorderTable > thead > tr > th, .table-bordered.blackBorderTable > tbody > tr > td {
	border: 1px #333 solid;
}

.greyBackground {
	background-color: #ccc;
	color: #000;
}

.blackText {
	color: #000;
}

select.input-sm {
	padding-top: 3px;
}

.table.dataTables-white-header > thead > tr > th {
}

.reportTimeOff {
	/*background-color: #e9d0cc;*/
	color: #000;
	font-weight: bold;
}

.incrementBtnField {
	padding-left:6px; 
	padding-right:6px;
	width:100px;
	outline: 0;
	cursor: text;
	border:0; 
	text-align:center; 
}

.incrementBtnFieldMed {
	width:66px;
	outline: 0;
	cursor: text;
	border:0; 
	text-align:center; 
	padding:0; 
	margin:0;
	padding-top:3px;
}

.incrementBtnFieldSmall {
	width:26px;
	outline: 0;
	cursor: text;
	border:0; 
	text-align:center;
	padding:0;
	margin:0;
	padding-top:3px; 
}

.incrementBtnContainer {
	display: inline-block;
	padding: 5px 6px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0;
	background: white;
	border-top: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec;
	border-left: 1px solid #e7eaec;
	position: relative;
	float: left;
	margin-left: -1px;
	z-index: 2;
	background-image: none;
	outline: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#searchclear {
    position: absolute;
    right: 47px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin-top: 8px;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 1000;
}

/* modal */
.maxHeight500, .inmodal .modal-body.modal-body-light.maxHeight500 {
	max-height: 500px;
}

.inmodal .modal-header.modal-header-small {
	padding: 15px;
}

.inmodal .modal-header.modal-header-small h4 {
	font-size: 26px;
}

.inmodal .modal-header.modal-header-small h4 i.fa {
	font-size: 26px;
}

.inmodal .modal-body.modal-body-light {
	background-color: #fff;
	/*max-height: 900px*/;
}

.inmodal .modal-body.modal-body-light .formpadding {
	padding: 5px 20px 20px 20px;
}

.modal-footer-dark {
	background-color: #f8fafb;
}

.modal .float-e-margins .ibox-title h5 {
	font-size: 14px;
	margin: 0 0 7px;
}

.modal .float-e-margins .ibox-title {
	padding: 14px 15px 7px;
	height: 48px;
}

.inmodal .small-header.modal-header {
	padding: 15px;
}

.modal-body {
	/*max-height: 500px;*/
	/*overflow-y: auto;*/
	padding: 20px 30px 10px 30px;
}

.modal-body.noscroll {
	overflow-y: hidden;
}

.dutyLineTypeLabel {
	position: absolute;
	margin-top: -2px;
	color: #000;
	z-index: 2001;
}

.mr-5 {
	margin-right: 5px;
}

.font-weight-normal {
	font-weight: normal;
}

.sticky {
    position: fixed;
    top: 40;
    left: 100;
    z-index: 10;
    display: block;
}

.sticky {
    position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
    position: sticky;
    top: 15px;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

.form-element-loader {
	position: absolute; 
	right:35px; 
	margin-top:7px;
}

.chosen-container .chosen-drop {
	z-index: 1190;
}

.select2-container--bootstrap .select2-selection {
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	box-shadow: none;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #1ab394;
	box-shadow: none;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	box-shadow: none;
	border-radius: 1px;
}

.modal-dialog.modal-xl {
  width: 98%;
  height: 92%;
  padding: 0;
  max-width: 1200px;
}

/*
.modal-dialog {
	height: 100%;
	padding: 0;
	margin-top:0;
	margin-bottom:0;
	overflow-y: auto;
}

.modal-content {
	height: auto;
	min-height: 100%;
}

.modal-body {
	height: 70%;

}
*/

input[type="radio"].radio-btn-group {
	/* Make native radio act the same as bootstrap's radio. */
	display: none;
 }

.calendar-event-scheduled {
	background-color: #fff !important;
	border-width: 2px;
	color: #000;
}

.calendar-event-scheduled:hover {
	color: #000;
}

.calendar-event-released {
	border:2px solid #000 !important;
}

/* Calendar min height for week and day views */
.fc-time-grid .fc-event {
	min-height: 10px;
}

.legForm .validationMessage {
	display: none;
}

.flatpickr-wrapper {
	display: block;
}