@import url("searchResults.css");
@import url("searchCriteria.css");
@import url("suggest.css");

html
{
    height:100%;
}

body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    letter-spacing: 0.4px;
    color: #000000;
    background: #ffffff;
}

body .wrapper
{
	background: #ffffff;
}

select, input
{
    font-size: 14px;
}

select[disabled]>option
{
    color: black;
}

select
{
    font-family: 'MS Shell Dlg';
}

select.assign {
    width: 100%;
    color: rgb(64, 64, 64);
    font-size: 14px;
}

.discrepancyList {
    width: 300px;
}

input
{
    height: 39px;
    padding: 10px;
    font-weight: normal;
    border-style: groove;
}

select.std {
    width: 100%;
    font-weight: normal;
}


input.std {
    width: 100%;
}

select.fc-stdRequired {
    width: 192px;
}

input.fc-stdRequired {
    width: 188px;
}

input.fc-stdNumericStepper {
    width: 159px;
}

input.fc-stdRequiredNumericStepper {
    width: 151px;
}

input.fc-smallNumericStepper {
    width: 51px;
}

textarea.std {
    width: 100%;
    resize:vertical;
}

textarea.stdPopup {
    width: 100%;
	height: 75px;
}

.textareaNotes {
  /*  color: rgb(64, 64, 64); */
    font-size: 14px;
}

button {
/*    position: relative;*/
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}

button span {
    position: relative;
    display: block;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button span {
        margin-top: -1px;
    }
}

button span {
    margin-top: 1px;
    vertical-align: middle;
}
.button-divider {
     border-right: 1px solid #666;
     right:249px;
     top:10px;
}
.multi-select button.uber2Small{
	width:100%;
	padding:0px !important;
}
button.uber2, button.uber2Small,input.uber2 {
    filter:alpha(opacity=90); 
    opacity: 0.9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;    
    color: white;    

    height: 35px !important;
    outline: none;
    padding: 0px 25px 0px 25px;
	margin-right: 5px;
    margin-bottom: 5px;
}

button.uber2Small {
	margin-right: 2px;
    margin-bottom: 2px;
}

button.uber2:hover, button.uber2Small:hover, button.uber2Hover,input.uber2:hover { /* the redundant class is used to apply the hover state with a script */
    color: white;
}

button.uber2:active, button.uber2Small:active, button.uberHover:active,input.uber2:active { /* the redundant class is used to apply the hover state with a script */
    color: white;
}

button.uber2[disabled], button.uber2Small[disabled],input.uber2[disabled],
button.uber2[disabled]:hover, button.uber2Small[disabled]:hover,input.uber2[disabled]:hover  {
     background: lightgrey;
}

input.actionButton
{
    background-image: url('../../images/FleetCycle-button_1x24px.png');
    background-color: transparent;
    /*background-size: 100%;*/
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: 0px;
    min-width: 90px;
    height: 24px;
    padding-bottom: 3px;
    text-align: center;
    margin-left: 3px;
    padding: auto;
}

/* same as button except without the fixed width */
input.dynamicButton
{
    font-weight: bold;
    font-size: 14px;
    color: MidnightBlue;
    border: solid 1px #36f;
    background-color: Lavender;
    height: 26px;
    margin: 1px;
}

input.assignButton {
    background-image: url(../../images/add.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }

input.removeButton {
    background-image: url(../../images/delete.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }

input.editButton {
    background-image: url(../../images/bullet_go.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }
button.rowLevelActions {
	color : #006A79;
	background: transparent;
	font-size: 23px;
	border : none;
    padding: 0px 5px 5px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 30px;
}
input.assignArrow {
    font-weight: bold;
    font-size: 14px;
    color: MidnightBlue;
    border: solid 1px #36f;
    background-color: Lavender;
    width: 25px;
    height: 20px;
    margin: 3px;
}

button.assignArrow {
    font-size: 14px;
    width: 25px;
    height: 20px;
    margin: 3px;
}

a, a:link, a.bold 
{
	cursor: pointer;
}

 a:visited, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.bold:link, a.bold:visited, a.bold:active, a.bold:hover
{
    text-decoration: underline;
    font-weight: bold;
}
/**
TODO - move to appropriate css file 
*/
a.taskCardLink {
    word-break: break-all;
}

label, .label
{
	color:#848484;
    padding-right: 5px;
    font-weight: normal;
}

.labelbg {
	color:#848484;
    padding: 2px;
    font-weight: normal;
}

.fa-1-5x {
	font-size: 1.5em;
}

.fa-1-4x {
	font-size: 1.4em;
}

.fa-2-2x {
	font-size: 2.2em;
}

td.labelbg {
    text-align: right;
    padding-right: 5px;
}

.subLabel {
    font-size: 14px;
}

.bgalternate1LastRow > .subHeaderTitle,
.bgalternate2LastRow > .subHeaderTitle,
.subHeaderTitle, .bgalternate2 > .subHeaderTitle,
.bgalternate1 > .subHeaderTitle {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid;
}

.subTitleBg
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-right: 5px;
}

.title {
    
}

#AjaxWaitDiv
{
    text-align: center;
}

div.front
{
    overflow:visible;
    height: 44px; 
	width: 270px;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.front iframe
{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0px;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width:3000px;/*must have for any big value*/
    height:300px/*must have for any big value*/;
    background:transparent;
}

div.divider
{
    margin: 0;
    border: solid 0 gray;
    border-right-width:1px;
    padding-left:.5em;
    padding-right:.5em;
}

div.dividerEnd
{
    margin: 0;
    border: solid 0 gray;
    padding-left:.5em;
    padding-right:.5em;
}

.required
{
    color: red;
    height: 10px;
}

.warning
{
    color: red !important;
}

/* Styles specific to Ad Hoc Reports */
ul.feedbackPanel {
	text-align: center;
}
li.feedbackPanelERROR {
	color: red;
	list-style: none;
	font-weight: bold;
}
li.feedbackPanelINFO {
	color: green;
	list-style: none;
	font-weight: bold;
}

@media (min-width: 992px) {
	.sky-form .assignAdHoc {
		margin-top: 105px;
		text-align: center;
	}
	
	.sky-form .moveSortAdHoc {
		margin-top: 30px;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.sky-form .assignAdHoc,
	.sky-form .moveSortAdHoc {
		margin-top: 35px;
		text-align: center;
	}
	
	.sky-form .assignAdHoc .uber2Small i {
		-ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	    transform: rotate(90deg);
	}
}
/* Styles specific to Ad Hoc Reports - END*/
.subHeading
{
    background-color: #c2c2c2;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    letter-spacing: 0.1em;
    text-align:center;
}

.detailsToggle
{
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 16px;
    font-family: 'Courier New';
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    color: black;
    /*cursor: pointer;*/
    border: solid 1px #36f;
    background-color: #ccd9ff;
}
.detailsToggle2
{
    float: left;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 16px;
    font-family: 'Courier New';
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    color: black;
    /*cursor: pointer;*/
    border: solid 1px #36f;
    background-color: #ccd9ff;
}
.summaryData {
    color: black;
    border: 1px solid white;
    font-size: 14px;
    font-weight: bold;
}

.flag span {
	vertical-align: middle;
	margin-left: 2px;
}

/*****************************************************************************/
/* Styles for tabs                                                           */
/*****************************************************************************/
.tab_view {
    margin-left: 1px;
    margin-right: 11px;
    border-collapse: collapse;
}

.spacer {
    padding: 3px;
}
.avail_tab {
    border: solid black 1px;
    border-bottom: 0;
    margin-top: 2px;
    padding: 11px;
    padding-top: 4px;
    margin-left: -1px;
    margin-right: 3px;
    padding-bottom: 2px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: rgb(28, 4, 177);
    
    cursor: pointer;
}

.avail_tabselected {
    border: solid black 1px;
    border-bottom: 0;
    padding: 11px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-right: 3px;
    margin-left: -1px;
    font-weight: bold;
    color: white;
    background-color: rgb(28, 4, 177);
    
    cursor: default;
}

.avail_tablite {
    border: solid black 1px;
    border-bottom: 0;
    margin-top: 2px;
    padding: 11px;
    padding-top: 4px;
    padding-bottom: 2px;
    font-weight: bold;
    color: black;
    background-color: white;
    cursor: pointer;
}

.avail_tabselectedlite {
    border: solid black 1px;
    border-bottom: 0;
    padding: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
    color: white;
    background-color: transparent; /*#3366FF;*/
    
    cursor: default;
}

input.cancelButton {
    background-image: url(../../images/cancel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }
input.saveButton {
    background-image: url(../../images/accept.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }

input.attachButton {
    background-image: url(../../images/attach.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }

input.downloadButton {
    background-image: url(../../images/download16.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }

input.greenTick {
    background-image: url(../../images/green_tick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    }

.hidden, .hidden td {
    display:none;
}

/* Classes for toggling elements from text-only to edit mode (clickToEdit, hideOnEdit, showOnEdit).

    Checklist:
        1) Set up the parent with class 'clickToEdit'
        2) Set up the Text-only children with editable counterparts with class 'hideOnEdit'
        3) Set up the editable children with text-only counterparts with class 'showOnEdit'
        4) Set the parent's attributes
            a) onclick="Common.onClickToEditElementClicked(this);"
            b) title="Click to edit"
 */
.clickToEdit {
    cursor:hand;
    color:#33b0c1;
    title:"Click to edit";
}
.clickToEdit:hover {
    background-color: #EEE;
}
.hideOnEdit, .clickToEdit .showOnEdit {
    display: none;
}
.clickToEdit .hideOnEdit, .showOnEdit {
    display: inline;
}
.borderGray
{
    border: 1px solid #C0C0C0;
}

.info {
    color: green !important;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.green {
	color: green !important;
}

.red {
	color: red !important;
}

.yellow {
	color: yellow !important;
}

.yellowBackground {
	background-color:yellow !important;
	color:black !important;
}

.alert, a.alert, .ALERT {
	color: #FF0000 !important;
	fill: #FF0000 !important;
}

.caution, a.caution, .CAUTION {
	color: #FFA500 !important;
	fill: #FFA500 !important;
}

.workDue, a.workDue, .WORKDUE, .ASSET_NEEDED, .WORK_DUE {
	color: #1a45fa !important;
	fill: #1a45fa !important;
}

.ready, a.ready, .READY {
	color: #058f26 !important;
	fill: #058f26 !important;
}

/*****************************************************************************/
/* Styles for security pages                                                 */
/*****************************************************************************/
.inheritedFeature {
    background: yellow;
}

.edit_mode .textContent, .editContent {
    display: none;
}
.edit_mode .editContent, .textContent {
    display: block;
}

/*****************************************************************************/
/* Styles for webparts                                                       */
/*****************************************************************************/
td.panel_title, td.panel_right, td.panel_right_down {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: bold;
    padding:2px;
    padding-left:11px;
    vertical-align: top;
}

td.panel_title, td.panel_right, td.panel_right_down {
    color: #FFFFFF;
}

/* The next 3 rules come from http://pathfindersoftware.com/2007/09/developers-note-2/ */
/* float clearing for IE6 */
* html .clearfix {
 height: 1%;
 overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix {
 min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}

/*Begin Sky-Form responsive UI global changes*/
.sky-form {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 13px;
   color: #373f40;
}

.sky-form .button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    opacity: 0.9;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea,
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea {
   font-weight: normal;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 13px;
}

.sky-form .input input {
  height: 39px;
}

.sky-form .select {
 	max-height: 39px;
}
.sky-form .multi-select {
 	height: 200px;
}
.multi-select.requiredField{
	border:1px solid #FF0000 !important;
	height:201px;
}
.multi-select .btn-group.open{
	width:100%;
	display:block !important;
}
.multi-select .btn-group.open .dropdown-menu{
	display:block;
	position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.move-button-container{	
    text-align:center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;    
}
.multi-select button:focus{
    color: white;
}
.sky-form .select select {
    color: black;
    height: 39px;
}

.sky-form .textarea, .sky-form .textarea textarea {
	height: 39px;
	resize: none;
}

.sky-form .label {
   color:#000000;
   padding-top:5px;
}

.sky-form section {
    margin-bottom: 0px;
}

.sky-form .row:after {
    padding-bottom:10px;
}

.sky-form .labelbg {
    padding-top:10px;
    margin-left: -.2em
}

.sky-form .statictext {
	min-height: 39px;
    background-color: #f5f5f9;
    padding: 9px; /*changed from 10px to 9px as we have seen some alignment issue when using this in combination with col md 4 and 8, */
}
/*End Sky-Form responsive UI global changes*/

/*Begin custom-sky-Form.css responsive UI global changes*/
/*(remove Bootstrap 'radio, checkbox' margin-top)
--------------------------------------------------*/
.sky-form .radio,
.sky-form .checkbox {
   display: inline-block;
   margin-right:30px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 13px;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio i,
.sky-form .checkbox i {
    width: 20px;
    height: 20px;
    border-width: 1px;
    top: 2px;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
    top: 5.5px;
    left: 5px;
    width: 7.5px;
    height: 7px;
}

.sky-form .checkbox input + i:after {
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
    font: normal 13px/17px FontAwesome;
}

.sky-form .select i {
	background: transparent;
	right: 0px;
}

.sky-form .select select {
   padding: 6px 25px 6px 5px;
}

.sky-form .select i:after,
.sky-form .select i:before {
  top: 6px;
}
.sky-form .select i:before {
  top: 1px;
}
/*Added pseudo element to fix drop down icons for IE 11*/
.sky-form select::-ms-expand {
    display: none;
}
/*Added pseudo element to fix timeframe drop down x icons for IE 11*/
.sky-form input::-ms-clear{
    display:none;
}
/*End custom-sky-Form.css responsive UI global changes*/

/*Begin responsive UI global changes*/

.actionButtonGroup {
    text-align:center;
}
/*Needed for IOS webview as it is adding rounded corners and changing buttons on us*/
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.sky-form .radio.inlineblock,
.sky-form .checkbox.inlineblock {
    display: inline;
    padding-top: 3px;
}
.sky-form .checkbox.labelHeight {
    height: 18px;
}
.sky-form .checkbox.labelHeight {
    height: 18px;
}
.sky-form .requiredField input,
.sky-form .requiredField textarea,
.sky-form .requiredField select,
.sky-form .requiredField button,
.sky-form .radioGroupBorder.requiredField,
.sky-form .checkbox.requiredField input + i,
.sky-form .radio.requiredField input + i {
    border: 1px solid #FF0000 !important;
}

.sky-form .requiredField .input-group .form-control {
	border-color: #FF0000 #ccc #FF0000 #FF0000;
}

.sky-form .requiredField .input-group .input-group-addon {
	border-color: #FF0000 #FF0000 #FF0000 #ccc;
}

/** Date field readonly background color */
.date.readonly input, .date.readonly .dateTimePick {
	background-color: #f5f5f9;
}

/**
*Number filed increment / decrement 
*/
.btn-number {
    height: 39px;
    border-color: #bbb;
}

.input-group .input-number {
	height:39px;
	min-width: 50px;
}

.sky-form .input-group:hover .form-control,
.sky-form .input-group:hover .input-group-addon,
.sky-form .requiredField .input-group:hover .form-control,
.sky-form .requiredField .input-group:hover .input-group-addon,
.sky-form .requiredField .btn-group:hover .multiselect {
	border-color: #999;
}

.sky-form .input.requiredField input:focus,
.sky-form .textarea.requiredField textarea:focus,
.sky-form .select.requiredField select:focus,
.sky-form .requiredField input:focus,
.sky-form .radioGroupBorder.requiredField:focus,
.sky-form .checkbox.requiredField input + i:focus,
.sky-form .radio.requiredField input + i:focus {
	border-color: #FF0000;
    box-shadow: 0 0 2px #FF0000;
}


.formCheckbox {
		margin-top: 30px;
	}

.sky-form .checkbox.inline {
		display: inline;
		padding-top: 6px;
		line-height: 0px;
	}
.sky-form .checkbox.state-disabled {
	cursor : not-allowed;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}


.hideable-details
{
    margin-top: 2px;
}

.detailsLabel, .superhead .detailsLabel {
    font-size:12px;
    color: #848484;
	font-weight :400;
	padding:0px;
	padding-right:4px;
}

.expand-div {
	display:inline;
	cursor:pointer;
}

.expand-icon {
	color: #999;
    font-size: 2em;
    width: 20px;
    float: left;
    cursor: pointer;
}

.detailText {
	display: inline;
}

.fc-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.fc-card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	background: #006A79;
	color: white;
}

.fc-card>hr {
	margin-right: 0;
	margin-left: 0;
}

.fc-card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.fc-card-title {
	margin-bottom: 0.75rem;
}

.fc-card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.fc-card-text:last-child {
	margin-bottom: 0;
}

.fc-card-link:hover {
	text-decoration: none;
}

.fc-card-link+.fc-card-link {
	margin-left: 1.25rem;
}

.fc-card-header {
	padding: 0.5rem 1rem 0rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	min-height: 47.6px;
}

.fc-card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.alert-border {
	border-color:#FF0000;
}
.caution-border {
	border-color:#FFA500;
}
.work-due-border {
	border-color:#1a45fa;
}
.ready-border {
	border-color:#058f26;
}

@media (min-width: 1390px) {
    
    body {       
        /*margin-right: 20px;
        margin-left: 20px;*/
    }    
}

@media (max-width: 1024px) {
    body .wrapper {
	    padding-bottom: 50px;
	}
}

@media (max-width: 768px) {
	#superheading2 {
		width: 5px;
		height: 23px;
		background-color: whitesmoke;
		border: 0px;
		margin-top: -5px;
	}
	.formCheckbox {
		margin-top: 10px;
	}
	
	.sky-form .radioGroupBorder,
	.sky-form .radioGroupBorder.requiredField {
		border: 0px;
	}
	
	.sky-form .radio.requiredField input + i {
		border: 1px solid #FF0000;
	}
	
	.sky-form .radio,
	.sky-form .checkbox {
		  display: block;
		  padding-top: 0px;
	}
	td.fc-first-column label.checkbox{
		display:inline;
		padding-top: 3px !important;
	}
	.detailText {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.sky-form .radioGroupBorder {
		border: 1px solid #bbb; 
		min-height: 39px;
		padding-left: 5px;
		line-height: 37px;
		vertical-align: middle;
	}
	
	.sky-form .elementGroupBorder {
		border: 1px solid #bbb;
	    min-height: 100px;
	    vertical-align: middle;
	    margin-left: 15px;
	    margin-right: 15px;
	    padding-top: 4px;
	}
	
	.sky-form #skillSummaryTableDiv {
		margin-top: -20px;
	}
}
/*
.glyphicon-collapse-down, .glyphicon-collapse-up, .fa-chevron-down, .fa-chevron-up {
	font-size: 21px;
}
*/
.btn-group .multiselect {
	height: 39px;
	background-color: #ffffff;
	padding: 6px 25px 6px 5px;
	font-size: 13px;
}

.btn-group .multiselect .caret {
	float: right;
    position: absolute;
    top: 18px;
    width: 9px;
    right: 8px;
    height: 6px;
}

@media (min-width: 768px) and (max-width : 1024px) {
	.btn .caret {
		border-top: 4px solid;
	}
}

.btn-group .multiselect-selected-text {
	display: inline;
}

.multiselect-container {
	width: 100%;
}

.multiselect-container>li>a>label.checkbox {
    display: block;
}

.multiselect-container>li>a>label.checkbox > i:before {
	display: none;
}

.multiselect-container>li>a>label.checkbox > i:after {
	border: 0px;
}

.multiselect-container>li>a>label.checkbox > i {
	top: 6px;
	left: -3px;
	bottom: 0px;
}


.multiselect-container>li.disabled>a>label.checkbox {
	color: #BFBBBB;
}

@media (min-width: 992px) {
	.col-md-3-33 {
	    width: 29.333333%;
	    float:left;
	}
	.col-md-0-66 {
	    width: 6%;
	    float:left;
	}
}

.col-md-3-33 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 999;
}

.col-md-0-66 {
	position: relative;
    min-height: 1px;
}

/* In order to wrap lengthy options below CSS was added, however, edit routine --> 
dependant task cards --> available multiselect options are not displayed properly, Fix it later */
/* .multiselect-container > li > a > label { white-space: normal; } */

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #D3D3D3;
}

.dropdown-menu>.disabled>a>label{
	opacity:.4
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background-color: #ffffff;
}
/*End responsive UI global changes*/

/*Begin Overriding bootstrap.min.css*/
input[type=checkbox], input[type=radio] {
    width:25px;
    margin: 1px;
}

.progress-bar {
    background-color: #7DD9E6;
}
.groupClass
{
    border-bottom: 1px solid #e5e5e5;
    border-top: 1.5px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
/*End Overriding bootstrap.min.css*/

/*Begin Overriding header.default.css*/

body.header-fixed-space-default {
	padding-top: 0px; 
}

::-moz-placeholder { /* Code for Firefox */
    color: lightgrey;
}

::-webkit-input-placeholder { /* Chrome, Safari and Opera */
    color: lightgrey;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: lightgrey;
}

::placeholder {
    color: lightgrey;
}
.fc-slider-icon{
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 10000;
    text-align: center;
    margin-right:1px;
    display: block;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.fc-slider-container{
    min-height: 80px;
    width: 250px;
    position: fixed;
    right: 0px;
    top: 300px;
    display: none;
    z-index: 9999;
    padding: 5px;
}

.sliderVerticalAlign{
	margin-top:-1px;
}

.fc-theme-item{
	width:45px;
	height:45px;
	margin:5px;
	border-radius:5px;
	padding-top: 1px;
    padding-left: 1px;
}

.fc-theme-item-panel{
	width:34px;
	height:18px;
	margin:2px 4px 2px 4px;
}
.fc-theme-item-btn{
	width: 16px;
    height: 18px;
    margin: 1px 1px 4px 4px;
    float: left;
}
.fc-theme-item-menu{
    width: 16px;
    height: 18px;
    margin: 1px 4px 4px 1px;
    float: left;
}

.fc-theme-selected{
	border: 1px solid darkgrey;
}
.fc-theme-item:hover{
	transform: scale(2.5);
}
.fc-1-5x{
	font-size:1.2em;
}
.fc-revision-bar{
 	border-left: 3px solid black !important;
 }
/* use this for any border */
.fc-border{
	border: 1px solid #ccc;
}

.fc-border-bottom{
	border-bottom: 1px solid #ccc;
}

.fc-ag-slider-container{
	background-color: #1e1f1f;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px; 
	position: absolute;
	width: 350px;
    height: 30px;
    z-index: 1000;
    border: none;
}
.fc-ag-slider{
	height: 2px;
    margin-top: 14px;
    border: none;
}
.fc-image-resizer-btn-cn{
    position: absolute;
    z-index: 5;
    right: 0px;
    background: lightgrey;
    opacity: .4;
 }
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 700px;
    position: fixed;
    top: 0;
    left: -700px;
    height: 100vh;
    z-index: 999;
    background: #eee;
    color: #fff;
    overflow-y: scroll;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
 
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
	padding: 8px;
	font-size: 14px;
	background-color: #54C5D5;
}

#sidebar .sidebar-header h3 {
    color: white;
    font-weight: 500;
}

#sidebar .sidebar-header h5 {
    color: white;
}

#sidebar .sidebar-subheader {
	font-weight: bold;
    line-height: 1.7em;
    font-size: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: black;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #54C5D5;
    text-decoration: none;
}

#sidebar ul li.active > a {
    color: #fff;
    background: #54C5D5;
    text-decoration: none;
}
.sidebarCollapse {
	box-shadow: rgba(9, 30, 66, 0.08) 0px 0px 0px 1px, rgba(9, 30, 66, 0.08) 0px 2px 4px 1px;
    color: rgb(107, 119, 140);
    cursor: pointer;
    height: 24px;
    opacity: 1;
    position: fixed;
    top: 32px;
    transform: translate(-50%);
    width: 24px;
    background: 0px center #F5F5F5;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 50%;
    outline: 0px;
    padding: 0px;
    z-index: 1000;
}
.navbar-header {
	display: none;
	z-index: -99;
}
.sidebar-fc-card {
	width: 20rem;
	min-height: 15rem;
	margin: 10px;
	background-color: #f5f5f5;
}
.sidebar-fc-card-body {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.sidebar-fc-card-text {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.sidebar-fc-card-body-middle-width {
	width: 100%;
	margin: 0 auto;
}
.sidebar-fc-card-body-panel {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.sidebar-fc-card-second-panel {
	width: 20rem;
	min-height: 15rem;
	display: table;
}
.sidebar-fc-card-first-panel {
	text-align: right;
	margin-right: 2px;
}
.sidebar-fc-card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	background: #f5f5f5;
}
.sidebar-fc-card:hover .sidebar-fc-card-text {
	text-decoration: underline;
}
.sidebar-fleet-mtrls-summary-fc-card {
	width: 20rem;
    min-height: 15rem;
    margin: 10px;
    display: table;
    color: white;
}
.sidebar-fleet-mtrls-summary-fc-card-body {
	text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}
.sidebar-fleet-mtrls-summary-fc-card-text {
	font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
.fc-card:hover .sidebar-fleet-mtrls-summary-fc-card-body {
	color: black;
	text-decoration: underline;
}
.fa-e-red:before{ 
    content: 'E';
    border-radius: 45%;
    padding: 1px 3.5px 1px;
    text-align: center;
    font-size: 9pt;
    color: white;
    background: red;
    font-weight: bold;
    margin-left: -2px;
}

.fa-e-orange:before{ 
    content: 'E';
    border-radius: 45%;
    padding: 1px 3.5px 1px;
    text-align: center;
    font-size: 9pt;
    color: white;
    background: orange;
    font-weight: bold;
    margin-left: -2px;
}

.fa-e-green:before{ 
    content: 'E';
    border-radius: 45%;
    padding: 1px 3.5px 1px;
    text-align: center;
    font-size: 9pt;
    color: white;
    background: green;
    font-weight: bold;
    margin-left: -2px;
}
/* page caution Delta AD*/
div.fc-caution{
	background:red;
	color:white;
	position: fixed;
	z-index:999;
	padding:2px;
	width:100%;
	text-align:center;
	opacity:.8;
	font-weight: bold;
	pointer-events:none;
}
div.vertical-text-r {
	transform: rotate(90deg);
	transform-origin: right top 0;
}
div.vertical-text-l {
	transform: rotate(270deg);
	transform-origin: left top 0;
}
div.vt-right
{
    position: fixed;
    right: -6px;
    z-index: 999;
    color: white;
    font-weight: bold;
    font-size: x-large;
    letter-spacing: 9px;
    background: red;
    padding: 0px 5px 0px 5px;
}
div.vt-left
{
    position: fixed;
    left: -6px;
    z-index: 999;
    color: white;
    font-weight: bold;
    font-size: x-large;
    letter-spacing: 9px;
    background: red;
    padding: 0px 5px 0px 5px;
}
div.bottom-caution{
	position: fixed;
	bottom:5px;
	background:red;
	height:5px;
	width: 100%;
    z-index: 999;
}
div.left-caution{
	position: fixed;
	left:0px;
	background:red;
	width:4px;
    z-index: 999;
}
div.right-caution{
	position: fixed;
	right:0px;
	background:red;
	width:4px;
    z-index: 999;
}
div.caution-frame{
	position: fixed;
	border:3px solid red;
	width:100%;
	z-index:999;
}
.hdivider5px{
	background-color: #eeeeee;
	width:100%;
	height:5px;
}

.panel-header .sky-form .checkbox i, 
.panel-header .sky-form .radio i{
	border-color:white !important;
	background: white;
}
.fc-textarea-readonly{
	background: #ccc  !important;
}

:focus{
	outline:none
}
.searchResults .fc-black-link a,
.fc-black-link a{
	color:black !important;
}

.fc-super-script{
	font-size:1em !important;
}
.row-group-header{
	font-weight: bold;
	min-height:25px;
}
/**
Sub section table border - worktaskcard , bow control
**/
.yellowBorder {
	border: 1px solid #faebcc;
}

.yellowHeaderBorder tr.title th{
	border-bottom: 1px solid #faebcc !important;
}


/* sign pad */
.signpad-menu-container{
	background:#eee
}

.micro-phone-blink {   
    animation: microphoneblink .8s ease-in-out infinite;
    opacity: 1;
}

@keyframes microphoneblink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

.border-bottom-primary-settlement {
    border-bottom: 1px solid var(--fc-panel-hd-bg) !important;
}

.shadow {
    box-shadow: 4px 4px 5px -6px var(--fc-sr-hd-color) !important;
}

.lg-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    margin-top: 10px;
    height: 320px;
    border-right: 1px solid var(--fc-sr-hd-color);
    border-bottom: 1px solid var(--fc-sr-hd-color);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    margin-top: 10px;
    height: 100px;
    border-right: 1px solid var(--fc-sr-hd-color);
    border-bottom: 1px solid var(--fc-sr-hd-color);
}

.card-body {
    flex: 1 1 auto;
    min-height: 95px;
    padding: 7px 12px 0px 12px;
}

.text-xs-settlement {
    font-size: 13px!important;
}

.text-xs {
    font-size: 33px!important;
}

.external-link-align {
	font-size: 22px!important;
	margin-top: 13px;
	margin-bottom: 4px;
}

.dashboard-count-color {
	color: var(--fc-sr-hd-color) !important;
}

.dashboard-label-color {
	color: #686262 !important;
	text-decoration: underline;
	font-style: italic;
}

.dashboard-icon-color {
	color: #958c8c !important;
}

.icon-size {
	font-size: 20px !important;
	color: #958c8c !important;
}

.icon-style {
	font-size: 2.0rem!important;
	float: right !important;
}

.paddingDivId {
	padding-right: 3px !important;
    padding-left: 3px !important;
}

.card.selected, .sidebar-fc-card.fc-card:hover, .card:hover {
    background: var(--fc-btn-bg) !important;
    color: white !important;
}

.paddingDivId-7px {
	padding-right: 7px !important;
    padding-left: 7px !important;
}

.card:hover .dashboard-count-color {
    color: white!important;
}

.card:hover .dashboard-label-color {
    color: white!important;
}

.card:hover .icon-color {
    color: white!important;
}

.icon-align {
	float: right;
	margin-top: 1px;
}

.settlementTypeList {
	height: 267px;
    overflow: auto;
}

.fc-count-span {
	display:inline-block;
}

