@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}


.loading_message {
    font-size: 20px;
    color: #0f74ab;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}


.image_viewer_icon {
    font-size: 20px;
    margin-left: 10px; 
    margin-right: 10px;
}

.favourite_active {
    color: #fcba03;
    cursor: pointer;
}

.favourite_inactive {
    color: #cccccc;
    cursor: pointer;
}

.trash_active {
    color: #f23b3b;
    cursor: pointer;
}

.trash_inactive {
    color: #2af723;
}

.approve_active {
    color: #00dd1c;
    cursor: pointer;
}

.approve_inactive {
    color: #cccccc;
}

.copytoplant_active {
    font-size: 20px;
    color: #00dd1c;
    cursor: pointer;
}

.copytoplant_inactive {
    font-size: 20px;
    color: #cccccc;
}

.copytoplant_autocomplete_field {
    display : inline;
    width: 25%;
}

.keywordssave_active {
    color: #00dd1c;
    cursor: pointer;
}

.keywordssave_inactive {
    color: #cccccc;
}

.copytoplant_submit_active {
    color: #00dd1c;
    cursor: pointer;
}

.copytoplant_submit_inactive {
    color: #cccccc;
}


.units_conversion_summary {
    padding-top: 8px;
    color: #0f74ab;
    text-align: right;
}

.unapproved_image {
    border: 2px solid #ff0000;
}







.dynamic_radio_button {
    height: 40px; 
    width: 120px; 
    margin-right: 10px; 
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #EBF7FC; 
}

.dynamic_radio_button.selected {
    background-color: #b9f0b6 !important; 
    border: 2px solid #999 !important; 
}
.dynamic_radio_button.has-error {
    background-color: #f7c8cb; 
    border: 1px solid #f56b6b !important; 
}



ul {
    margin: 0;
    padding: 0.4em;
    list-style-type: square;
}

.po_header {
    cursor: pointer;
}

.grid_loading {
    background-color: #F4F7FC;
    color: #cccccc;
    padding: 5px;
}

.panel-heading #filter_detail {
        padding-top: 3px;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
        color: #0f74ab;
}

.fl_cell {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
}


.btn-small {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}






.stock_state_breakdown {
    background-color: #f56042 !important;
    color: #ffffff !important;
}
  
.stock_state_requested {
    background-color: #f5a442 !important;  
    color: #121c14 !important;
}
  
.stock_state_off_hire {
    background-color: #b5f5c2 !important;    
    color: #121c14 !important;
}




.marker_detail {
    color: #03a5fc;
}

.form_heading {
    border-bottom: 1px solid #cccccc;
}

.copy_to_clipboard_icon { 
    cursor: pointer; 
}

.clickable_row {
    cursor: pointer;
}

<!-- Tooltip styliing -->


.tooltip > .tooltip-inner {font-size: 13px;}

.tooltip-arrow,
.flag-tooltip + .tooltip > .tooltip-inner {
    min-width: 100px;
    max-width: 100%;
    background-color: #FC6262;
    color: #FFFFFF;
    border: 0px;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

.tooltip-inner hr {
    height: 1px; 
    margin:2px auto;
    line-height:5px;
    background-color: #FFFFFF; 
    border:0 none;
}

.flag_priority-HIGH, .flag_priority-default, .flag_priority-General {
    color: #FF0000; 
    font-weight: bold;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
.flag_priority-MEDIUM {
    color: #f57105; 
    font-weight: bold;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
.flag_priority-LOW {
    color: #fcce03; 
    font-weight: bold;
    background-color:rgba(255, 255, 255, 0.95);
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
.flag_priority-INFO {
    color: #0837cf; 
    font-size: 18px;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
}
.flag_priority-LOCATION {
    color: #2e04c4; 
    font-size: 18px;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
}
.flag_priority-Billing {
    color: #8c04e0; 
    font-weight: bold;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
.flag_priority-Operational {
    color: #0398fc; 
    font-weight: bold;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
.flag_priority-Unknown {
    color: #03a9fc; 
    font-weight: bold;
    background: #ffffff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
.flag_priority-IMPROVEMENT {
    color: #ac04c9; 
    font-weight: bold;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.active-flag td {
    background-color : #FC6262;
    color: #ffffff;
}
.active-flag-Unknown td {
    background-color : #03a9fc;
    color: #ffffff;
}
.active-flag-LOW td {
    background-color : #fce5a4;
    color: #ffffff;
}
.active-flag-MEDIUM td {
    background-color : #fc9803;
    color: #ffffff;
}
.active-flag-HIGH td {
    background-color : #fc0307;
    color: #ffffff;
}
.active-flag-Billing td {
    background-color : #8c04e0;
    color: #ffffff;
}
.active-flag-Operational td {
    background-color : #0fe004;
    color: #ffffff;
}
.active-flag-General td {
    background-color : #FC6262;
    color: #ffffff;
}


/* PLAN TABLE CSS FOR THE TABLE */

/* Outer calendar div - the outer contains the scroll regions */
.calendar-outer {
	display: grid;
	grid-template-columns: 17% auto;
	border: 2px solid #cccccc;
	border-radius: 2px;
}

.calendar-topleft {
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-color: #F4F7FC;
}

.calendar_dates {
        display: grid;
	grid-template-rows:23px 27px;
        align-items:center;
        border-bottom: 2px solid #cccccc;
        overflow-x: hidden;
        overflow-y: hidden;
}

.calendar_items {
    display: grid;
    background-color: #F4F7FC;
    border-right: 2px solid #cccccc;
}

.calendar_grid {
    display: grid;
    background-color: #F4F7FC;
    overflow-x: auto;
    overflow-y: hidden;
}


/* calendar-dates classes */

.day-cell {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 9.5px;
    word-wrap: break-word;
    font-weight: bold;
    color: #333333;
}

.week-summary-header {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 9.5px;
    word-wrap: break-word;
    font-weight: bold;
    color: #333333;
    background-color: #e7cef5;
}

.month-cell {  
    word-wrap: break-word; 
    text-align: center;	
    font-size: 10px;
    border-right: 1px solid #cccccc;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
}

/* calendar-items classes */

.item_cell {
	font-size: 12px;
	line-height:18px;
	color: #666666;
	text-align: right;
	word-wrap: break-word;
        background-color: #FFFFFF;
	padding-right: 4px;
	border-bottom: 1px solid #cccccc;
}

.category_header {
	font-size: 12px;
	line-height:18px;
	color: #666666;
	text-align: left;
	word-wrap: break-word;
        font-weight: bold;
        background-color: #F4F7FC;
	padding-left: 4px;
	border-bottom: 1px solid #cccccc;
}

/* calendar_grid classes */

.category_cell {
	font-size: 8px;
	line-height:18px;
	color: #666666;
	text-align: center;
        word-wrap: break-word;
        background-color: #F4F7FC;
	//border-right: 1px solid #a6aba9;
        border-bottom: 2px solid #a6aba9;
}
.category_cell_last_column {
    border-right: 1px solid #c3dbfe;
}    
.category_cell_last_row {
    border-bottom: 1px solid #c3dbfe;
}    

.calendar_cell {
	font-size: 8px;
	line-height:18px;
	color: #666666;
	text-align: center;
        word-wrap: break-word;
        background-color: #FFFFFF;
        border-right: 1px solid #a6aba9;
        border-bottom: 1px solid #a6aba9;

}
.calendar_cell_last_column {
    border-right: 1px solid #c3dbfe;
}    
.calendar_cell_last_row {
    border-bottom: 1px solid #c3dbfe;
}    

.grid_marks {
    color: #ebecf2 !important;
    background-color: #6087bf !important;
}

.jobWeed {
    background-color: #a2bbf5;
}
.jobMP {
    background-color: #a2e2f5;
}
.jobContract {
    background-color: #a2f5d4;   
}


.weekend {
    background-color: #faf6df;
}

.today {
    background-color: #d5fcd9;
}

.week-summary-cell {
    background-color: white;
    font-size: 9.5px;
    text-align: left;
    padding-left: 2px;
    word-wrap: break-word;
    border-right: 1px solid #a6aba9;
}

.week-summary-cell.not_ok {
    font-size: 12px;
    color: red;
}

.week-summary-cell.ok {
    font-size: 12px;
    color: green;
}


/* plan cell status */

.cell_state_default {
    background-color: #ffffff;
    border-right: 1px solid #e8fffe;
    border-bottom: 1px solid #e8fffe;
}

.cell_state_quoted {
    background-color: #f0e922;
    border-right: 1px solid #f0e922;
    border-bottom: 1px solid #d9d218;
}

.cell_state_confirmed {
    background-color: #25e83c;
    border-right: 1px solid #25e83c;
    border-bottom: 1px solid #18c92d;
}

.cell_state_onhire {
    background-color: #209e4a;
    border-right: 1px solid #209e4a;
    border-bottom: 1px solid #157a37;
}

.cell_state_conflict {
    background-color: #f5253a;
    border-right: 1px solid #f5253a;
    border-bottom: 1px solid #b01525;
}

.cell_state_boatmove {
    background-color: #6bb8e8;
    border-right: 1px solid #6bb8e8;
    border-bottom: 1px solid #4c90ba;
}

.cell_state_transport {
    background-color: #ad2477;
    border-right: 1px solid #fc32ad;
    border-bottom: 1px solid #4a0f33;
}

.cell_state_maintenance {
    background-color: #ad6e3d;
    border-right: 1px solid #ad6e3d;
    border-bottom: 1px solid #8a542b;
}

.onhire {
    background-color: #f54242;
}

.start_job, .end_job, .start_end_job {
    position:relative;
}

.start_job:before {
    font-family: FontAwesome;
    font-size: 10px;
    color: #222222;
    top:0;
    left:-7px;
    padding-right:15px;
    content: "\f048"; 
}

.end_job:after {
    font-family: FontAwesome;
    font-size: 10px;
    color: #222222;
    top:0;
    float: right;
    content: "\f051"; 
}

.start_end_job:before {
    font-family: FontAwesome;
    font-size: 14px;
    color: #222222;
    top:0;
    content: "\f07e"; 
}




/* PLAN TABLE CSS FOR THE TABLE END */

.checksheet_tick {
      display: inline-block;
      transform: rotate(45deg);
      height: 12px;
      width: 8px; 
      border-bottom: 3px solid green;
      border-right: 3px solid green;
}
.checksheet_exclamation {
      font-size: 16px;
      color: #fa5502;
}
.checksheet_cross {
      display: inline-block;
      height: 12px;
      width: 8px; 
      border-bottom: 3px solid green;
      border-right: 3px solid green;
}

.map_error_map {
    border: 1px solid #ff0000;
}

.map_error_text {
    color: #ff0000;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
    .header-appname {
        font-size: 32px;
    }
}

/* lg - handle tiles getting sqeezed */
@media (min-width: 1200px) and (max-width: 1399px) {
    .header-appname {
        font-size: 32px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .header-appname {
        font-size: 22px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .header-appname {
        font-size: 14px;
    }
}
/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .header-appname {
        display: none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .header-appname {
        display: none;
    }
}


.icon_block {
    float: right;
}
.node_header {
    margin: 25px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #ff0000;
}
.node_header_parent {
    display: block;
}
.node_container_parent {
    display: block;
}

.node_header_image_expanded {
    padding-bottom: 1px;
    float:left;
    border-bottom:1px solid white;
    content: url(../../image/folder_expanded.png);
}
.node_header_image_collapsed {
    padding-bottom: 1px;
    float:left;
    border-bottom:1px solid white;
    content: url(../../image/folder_collapsed.png);
}
.node_header_root {
    height: 22px;
    font-size: 16px;
    color: #333333;
}
.node_header_text {
    height: 22px;
    font-size: 16px;
    color: #333333;
    border-bottom:1px solid #b5cebf;
    margin-top: 8px;
}

.node_container_expanded {
    display: block;
}
.node_container_collapsed {
    display: none;
}

.library_icon_group {
    float: right; 
    font-size: 16px;
}

.node_wrapper {
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 8px;
    margin-bottom: 3px;
}

.expandable_node {
    //margin-left: 30px;
    margin-top:20px;
}

.expandable_node_header {
    table-layout: fixed; 
    word-wrap: break-word;
    margin-bottom: 10px;
}

.node_node_name {
    cursor: pointer;    
}

.node_node_blurb {
    color: #666666; 
    font-size: 12px;
    cursor: pointer;
}

.library_node_header_links {
    cursor: pointer; 
    float: right; 
    padding-right: 5px;
}
.library_node_header_label {
    color: #333333;
    font-size: 16px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    //background-color: #f2f9fd;
}

.sovdoc_node:before {
    content: url(../../image/folder_collapsed.png);
    border-bottom: 0px;
}
.sovdoc_node {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #ff0000;
}


.well {
    background-color: #F9FDFF; 
    border: 2px solid #595A5A;    
}


.dateselector {
    z-index: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.upload_results {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.form-control {
    background-color: #EBF7FC;
}

.agedValue {
    color:  #5fb159;
    padding-left:   10px;
    padding-right:   10px;
    cursor:     pointer;
}

#tab-images-detail, #tab-documents-detail, #tab-flags-detail, #tab-plantlist-detail, #tab-mplist-detail, #tab-history-detail, .tab-history-detail, #tab-subsuppliers-detail, #tab-orders-detail, #tab-breakdowns-detail, #tab-buildspec-detail, #tab-driving-detail, #tab-employment-detail, .tab_na {
    color: #22B2F0;
    font-size: smaller;
}

.periodicBlock {
    margin-top: 3px;
    min-width: 20%;
    width: 100%;
    max-width: 95%;
    clear: both;
    border: 1px solid grey;
    border-radius: 4px;
    background-color: #ebecec;
    float: left;
    margin-right: auto;
    border-bottom-left-radius: 0px;   
}

.periodic_header {
    border-bottom: 2px solid grey;
    border-radius: 4px 4px 0px 0px;
    padding: 3px 0px 3px 5px;
    background-color: #8fbb6c;
    font-size: 16px;
    font-weight: bold;
}

.periodic_active {
    color: #ffffff;
}

.periodic_expired {
    color: #38773b;
}

.periodic_fail {
    color: #AC5A53;
}

.periodic_warn {
    color: #E54639;
}

.tab_icon_amber {
    color: #F0A122;
}
.tab_icon_green {
    color: #22F058;
}
.tab_icon_red {
    color: #F03422;
}

/* periodic row in maintenance lists */



.peridocal_expired {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #d14317;
    border: 1px solid #d14317;
}

.peridocal_expired td {

}    

.peridocal_alert {
    color: #d14317;
    font-weight: bold;
    background-color: #fbf3eb;
}

.periodical_warn {
    color: #f1a005;
    font-weight: bold;
    background-color: #fbf7eb;
}

.periodical_ok {
    
}


/* radar rows embelishments */

.radar_expired {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #d14317;
    border: 1px solid #d14317;
}

.radar_alert {
    color: #d14317;
    font-weight: bold;
    background-color: #fbf3eb;
}

.radar_warn {
    color: #f1a005;
    font-weight: bold;
    background-color: #fbf7eb;
}

.buildspecMsg, .breakdownMsg, .documentEntry{
 margin-top: 3px;
 margin-bottom: 3px;
 padding: 3px 5px 3px 5px;
 min-width: 20%;
 width: 100%;
 max-width: 95%;
 clear: both;
 border: 1px solid grey;
 border-radius: 4px;
 background-color: #fdfffa;
 float: left;
 margin-right: auto;
 border-bottom-left-radius: 0px;
}

.historyMsg, .drivingMsg, .employmentMsg{
 margin-top: 0px;
 margin-bottom: 3px;
 padding: 3px 5px 3px 5px;
 min-width: 20%;
 width: 100%;
 max-width: 95%;
 clear: both;
 border: 1px solid grey;
 border-radius: 4px;
 background-color: #fdfffa;
 float: left;
 margin-right: auto;
 border-top-left-radius: 0px;
 border-bottom-left-radius: 0px;
}

.buildspecUserInfo, .historyUserInfo, .breakdownUserInfo, .periodicUserInfo, .documentUserInfo{
 margin-top: 13px;
 min-width: 20%;
 max-width: 45%;
 clear: both;
 font-size: .8em;
 color: #666666;
 margin-bottom: 0px;
 float: right;
 margin-right: auto;
}


.buildspecAttInfo,.historyAttInfo,.uploadAttInfo,.periodicAttInfo,.breakdownAttInfo,.drivingAttInfo,.employmentAttInfo {
 margin-top: 6px;
 max-width: 80%;
 clear: both;
 font-size: .8em;
 color: #666666;
 margin-bottom: 10px;
 }
.buildspecAttInfo,.historyAttInfo,.periodicAttInfo,.documentAttInfo,.breakdownAttInfo,.drivingAttInfo,.employmentAttInfo{
 float: left;
 margin-right: auto;
}
.uploadAttInfo{
 float: right;
 margin-left: auto;
 text-align: right;
}







.HistoryCategory, .employmentCategory, .drivingCategory{
    border: 1px solid grey;
    border-radius: 4px;
    background-color: grey;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 10px;
 margin-top: 3px;
 min-width: 20%;
 max-width: 45%;
 clear: both;
 font-size: .8em;
 color: #ffffff;
 margin-bottom: 0px;
 margin-left: 15px;
 float: left;
 margin-right: auto;
}

.HistoryCategory select, .employmentCategory select, .drivingCategory select {
    width: 100%;
    background-color: grey;
  color: white;
  border: none;
  outline: none;
}

select.drivingCategory option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}


.plantlist_row {
    color: #B2B2B2;
}

.plantlist_row_active {
    color: #1e91cf;
}





.checkbox-grid {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-grid input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EBF7FC;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-grid:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-grid input:checked ~ .checkmark {
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-grid input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-grid .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #3089e3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 




.onHold {
    border : 1px solid #d95250;
    color: #ffffff;
    background-color: #f06462;
}
.onHold:hover {
    border : 2px solid #d95250;
    color: #ffffff;
    font-size: larger;
    background-color: #f06462;
}

.offHold {
    border : 1px solid #f06462;
    color: #f06462;
    background-color: #ffffff;
}
.offHold:hover {
    border : 2px solid #d62f2d;
    font-weight: bold;
    color: #d62f2d;
}

.threadView{
 margin-top: 3px;
 padding: 3px 5px 3px 5px;
 max-width: 100%;
 clear: both;
  
 border-radius: 4px;
 margin-left: auto;
}

.ownerView {
    color: #fc0315;
}

.otherView {
    color: #62c462;
}

.pentechAction{
 margin-top: 3px;
 padding: 3px 5px 3px 5px;
 max-width: 80%;
 clear: both;
 border: 1px solid grey;
 border-radius: 4px;
 float: right;
 margin-left: auto;
 text-align: right;
}
.pentechAction.ifa{
 background-color: #ffffff;
}
.pentechAction.ukfcaifa{
 background-color: #ffffff;
}



.icon_edit_active {
    color: #088ad4;
    font-size: 16px;
    cursor: pointer; 
}
.icon_edit_inactive {
    color: #088ad4;
    font-size: 16px !;
    cursor: default; 
    opacity: 0.1;
    filter: alpha(opacity=10); /* msie */
}



.quicktext_btn {
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.quicktext_helper {
    position: relative;
    display: inline-block;
}

.quicktext_menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;   
    border: 1px solid #bebebe;
    border-radius: .2em; 
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    z-index: 1;
}

.quicktext_menu a {
    color: black;
    padding: 3px 16px;
    text-decoration: none;
    display: block;
}

.quicktext_menu a:hover {background-color: #fff}

.quicktext_helper:hover .quicktext_menu {
    display: block;
}

.quicktext_helper:hover .quicktext_btn {
    background-color: #fff;
}



.btn-reset {
  color: #fff;
  background-color: #8fbb6c;
  border-color: #7aae50; }
  .btn-reset:focus, .btn-reset.focus {
    color: #fff;
    background-color: #75a74d;
    border-color: #3d5728; }
  .btn-reset:hover {
    color: #fff;
    background-color: #75a74d;
    border-color: #5c843d; }
  .btn-reset:active, .btn-reset.active, .open > .btn-reset.dropdown-toggle {
    color: #fff;
    background-color: #75a74d;
    border-color: #5c843d; }
  .btn-reset:active:hover, .btn-reset.active:hover, .open > .btn-reset.dropdown-toggle:hover, .btn-reset:active:focus, .btn-reset.active:focus, .open > .btn-reset.dropdown-toggle:focus, .btn-reset:active.focus, .btn-reset.active.focus, .open > .btn-reset.dropdown-toggle.focus {
    color: #fff;
    background-color: #648e42;
    border-color: #3d5728; }
  .btn-reset:active, .btn-reset.active, .open > .btn-reset.dropdown-toggle {
    background-image: none; }
  .btn-reset.disabled, .btn-reset[disabled], fieldset[disabled] .btn-reset, .btn-reset.disabled:hover, .btn-reset[disabled]:hover, fieldset[disabled] .btn-reset:hover, .btn-reset.disabled:focus, .btn-reset[disabled]:focus, fieldset[disabled] .btn-reset:focus, .btn-reset.disabled.focus, .btn-reset[disabled].focus, fieldset[disabled] .btn-reset.focus, .btn-reset.disabled:active, .btn-reset[disabled]:active, fieldset[disabled] .btn-reset:active, .btn-reset.disabled.active, .btn-reset[disabled].active, fieldset[disabled] .btn-reset.active {
    background-color: #8fbb6c;
    border-color: #7aae50; }
  .btn-reset .badge {
    color: #8fbb6c;
    background-color: #fff; }


.btn-sm_bdr-smaller{
     font-size: 12px; 
     vertical-align: text-top;
     border: 1px solid #efefef;
     border-radius: 3px;
     margin: 0px 5px;
}

.clickable {
	cursor: pointer;
}
.blue_link {
	color: #78B3F3;
}

.btn-red {
	color: #d5826c;
}
.btn-grey {
	color: #8c8c8c;
}
.btn-blue {
	color: #78B3F3;
}
.btn-green {
	color: #38cb05;
}
.btn-green-block {
  color: #fff !important;
  background-color: #8fbb6c;
  border-color: #7aae50; 
}
.btn-green-block:hover {
	color: #fff !important;
	background-color: #75a74d;
	border-color: #5c843d; 
}
.btn-green-block:focus, .btn-green-block.focus {
    color: #fff !important;
    background-color: #75a74d;
    border-color: #3d5728; 
}
.btn-grey-block {
    color: #FF0000 !important;
    background-color: #ebecec;
    border-color: #969696; 
}
.btn-grey-block:hover {
    color: #FF0000 !important;
    background-color: #ebecec;
    border-color: #969696; 
}
.btn-grey-block:focus, .btn-grey-block.focus {
    color: #FF0000 !important;
    background-color: #ebecec;
    border-color: #969696; 
}
.btn-blue-block {
  color: #fff !important;;
  background-color: #0f74ab;
  border-color: #1978ab; 
}
.btn-blue-block:hover {
	color: #fff !important;
	background-color: #1872a2;
	border-color: #115376; 
}
.btn-blue-block:focus, .btn-blue-block.focus {
    color: #fff !important;
    background-color: #1872a2;
    border-color: #115376; 
}
.btn-red-block {
  color: #fff !important;;
  background-color: #f56b6b;
  border-color: #b64f34; 
}
.btn-red-block:hover {
	color: #fff !important;
	background-color: #cd4927;
	border-color: #ac3313; 
}
.btn-red-block:focus, .btn-red-block.focus {
    color: #fff !important;
    background-color: #cd4927;
    border-color: #ac3313; 
}
  
  
.text-annotate {
  font-style: italic; 
}
.field-message {
	padding-top: 3px;
	padding-left: 10px;
}

.control-label::after {
    content: " : ";
}

.control-header {
   text-align: right; 
   margin-bottom: 0;
   padding-top: 9px;
}

.helper-tooltip {
	color: #0f74ab;
}

.error-tooltip {
	color: #FF0000;
}

.user_flag {
 vertical-align: super;
 color: #FF0000;
}

.company_flag {
 vertical-align: super;
	color: #31A4E1;
}

.input-icon > i {
  position: absolute;
	top: 18px;
  display: block;
  transform: translate(0, -50%);
//  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
	font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
	padding-right: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .associate-company {
        font-size: 16px;
        padding-left: 30px;
        font-weight: bolder;
        text-align: center;
    }
    .associate-location {
        font-weight: bolder;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 25px;
        text-align: center;
    }
    .associate-phone {
        font-size: 12px;
        padding-right: 25px;
        padding-left: 30px;  
        text-align: center;
    }
    .associate-name {
        line-height: 20px;
        font-size: 14px;
        color: #61b1f3;
        text-align: center;
    }
    .associate-email {
        padding-left: 50px;  
        line-height: 20px;
        color: #666666;
        text-align: center;
    }
    .associate-tel {
        line-height: 20px;
        color: #666666;
        text-align: center;
    }
    .associate-mobile {
        line-height: 20px;
        color: #666666;
        text-align: center;
    }
}
/* Not Mobile */
@media (min-width: 768px) {
    .associate-company {
        font-size: 16px;
        padding-left: 30px;
        font-weight: bolder;
    }
    .associate-location {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .associate-phone {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .associate-name {
        line-height: 20px;
        font-size: 14px;
        color: #61b1f3;
    }
    .associate-email {
        line-height: 20px;
        color: #666666;
    }
    .associate-tel {
        line-height: 20px;
        color: #666666;
    }
    .associate-mobile {
        line-height: 20px;
        color: #666666;
    }
}


#library_get_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.library_get_center {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px; 
    color: #ffffff;
    font-size: 16px;
}

.library_link {
    color: #0f74ab;
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.library_link .link_h1{
  font-size: 16px;
//  display: block;
}
.library_link .link_h2{
  font-size: 14px;
  font-weight:bold;
//  display: block;
}
.library_link .link_h3{
  font-size: 12px;
  font-style: italic;
//  display: block;
}
.library_link .link_detail{
  font-size: 10.5px;
	color: #b0afaf;
	display: block;
        white-space: nowrap;
}
.library_link .link_img{
	padding-right: 10px;
	float:left;
}
.library_link:hover, .library_link:focus {
    color: #14628c;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.modal-header h3 {
        padding-top: 3px;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
        color: #0f74ab;
}




/* Large desktops and laptops */
@media (min-width: 1400px) {
    #modal-dialog {
            width: 90%;
    }
    #modal2-dialog {
            width: 70%;
    }
}

/* lg - handle tiles getting sqeezed */
@media (min-width: 1200px) and (max-width: 1399px) {
    #modal-dialog {
            width: 90%;
    }
    #modal2-dialog {
            width: 70%;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #modal-dialog {
            width: 95%;
    }
    #modal2-dialog {
            width: 90%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #modal-dialog {
            width: 95%;
    }
    #modal2-dialog {
            width: 90%;
    }
}
/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
    #modal-dialog {
            width: 95%;
    }
    #modal2-dialog {
            width: 90%;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #modal-dialog {
            width: 100%;
            margin: 0px !important;
    }
    #modal2-dialog {
            width: 90%;
            margin: 0px !important;
    }
}

.flot-x-axis .flot-tick-label {
    white-space: nowrap;
    transform: translate(-20px, 0) rotate(-90deg);
    text-indent: -100%;
    transform-origin: top right;
    text-align: right !important;

}

input.approval[type=checkbox] {
	    display:none;
	}

	input.approval[type=checkbox] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 15px;  
	    height: 15px;  
	    vertical-align:middle;
	    margin: 0px 4px;  
	    background-color: #0f74ab;  
	    border: 1px solid #0f74ab;
	    border-radius: 4px;  
	}

	input.approval[type=checkbox]:checked + label:before {
		content:"\2714";
		color:#ffffff;
		text-align:center;
		line-height:15px;
	}

.page-header {
	vertical-align: middle;
	margin: 15px 0;
	padding: 0;
	border-bottom: none;
}
.page-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #848484;
	display: inline-block;
	margin-bottom: 15px;
}
.quick_menu_button{
	font-size: 14px;
        padding-right: 20px;
        border-right: 1px solid #cccccc; 
        margin-right: 20px;
        cursor: pointer;
}
.dashboard_link{
	font-size: 14px;
        
        cursor: pointer;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.breadcrumb li a {
	color: #666666;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.breadcrumb li:last-child a {
	color: #0f74ab;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
}
a:hover, a:focus {
	text-decoration: none;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
#body_detail {
    background-color: #ffffff;
    min-height: 500px;
    margin: 0px 10px;
    padding: 10px;
    border: 1px solid #666666;
    border-radius: 4px;
}
#header {
	min-height: 0px;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
.header_normal{
	background: #02335c;
	font-weight: normal;
}
.header_alias{
	background: #FF0000;
	font-weight: bold;
}

#header .nav > li {
	float: left;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
  min-height: 0px;
	padding: 0;
}
#header .navbar-header-text {
	position: absolute;
  bottom: 0;
  left: 430px;  
  font-size: 25px;
  color: #FFFFFF;
}
#header .navbar-name-text {
  font-size: 12px;
  color: #FFFFFF;
}
/* Mobile */
@media (max-width: 767px) {
#header .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
}
#header #button-menu + .navbar-brand {
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	height: auto;
}
#header .nav > li > span {
	padding: 3px 16px;
	line-height: 48px;
	color: #C4C4C4;
}
#header .nav > li > a {
	padding: 3px 16px;
	line-height: 44px;
	cursor: pointer;
	color: #C4C4C4;
	border-left: 1px solid #E1E1E1;
}
#header .nav > li > a:hover {
	background-color: #C4C4C4;
	color: #02335C;
}
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#button-menu {
	padding: 10px 17px 9px 17px;
	line-height: 30px;
	float: left;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	border-right: 1px solid #E1E1E1;
}
#profile {
	display: none;
}
#column-left.active #profile {
	display: block;
	padding: 10px 15px 10px 15px;
	overflow: auto;
	border-bottom: 1px solid #585858;
}
#profile div {
	float: left;
	color: #C4C4C4;
}
#profile div i {
	font-size: 42px;
	color: #2ca5d3;
}
#profile div + div {
	margin-left: 15px;
}
#profile h4 {
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}
#column-left {
	width: 50px;
	height: 100%;
	background-color: #515151;
	position: absolute;
	top: 0px;
	padding-top: 50px;
	z-index: 10;
	transition: all 0.3s;
}
#column-left.active {
	width: 235px;
	display: block;
}
#content {
	padding-bottom: 40px;
	transition: all 0.3s;
}
#column-left + #content {
	margin-left: 50px;
}
#column-left + #content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
#column-left {
	overflow: hidden;
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-left + #content + #footer {
	margin-left: 0;
}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #515151;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 14px;
	padding-left: 13px;
	border-bottom: 1px solid #585858;
}
#menu > li > a:hover {
	background-color: #444444;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#menu li li a {
	color: #9d9d9d;
}
#menu li li a:hover {
	color: #FFFFFF;
	background-color: #373737;
}
#menu li li a:before {
	content: "\f101";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;
}
#menu li li a:hover:before {
	margin-right: 20px;
}
#menu > li.active > a {
	color: #DDDDDD;
	background: #373737;
}
#menu li.active li a {
	color: #C4C4C4;
}
#menu li li.active > a:last-child {
	color: #FFFFFF;
}
#menu li li.active a:last-child:before {
	margin-left: 20px;
	margin-right: 10px;
}

#menu > li > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 210px;
	background-color: #444444;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 8px;
}


#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	overflow: auto;
}
#column-left.active + #content {
	margin-left: 235px;
}
#column-left.active + #content + #footer {
	margin-left: 235px;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 235px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 235px;
}
}
#column-left.active {
	width: 235px;
}
#column-left.active #menu li i {
	font-size: 14px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
}
/* footer */
#footer {
	height: 100px;
	text-align: center;
}

/* messages table css */
.message_cell {
	padding: 3px !important;
	font-weight: normal;
	cursor: pointer;
}

.message_cell_bold {
	padding: 3px !important;
	font-weight: bold;
	cursor: pointer;
}

.message_icon {
	font-size: 18px;
}

/* Navs */

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tabs */
.nav-tabs > li > a {
	color: #666;
	border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs {
	margin-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
	color: #333;
}


.form-control:hover {
/*	border: 1px solid #b9b9b9; */
/*	border-top-color: #a0a0a0; */
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}
fieldset legend {
	padding-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
//	-webkit-appearance: checkbox;
	background: white;
	border: 1px solid #dcdcdc;
	border: 1px solid transparent \0;
	border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #4d90fe;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: -6px;
	left: -5px;
	display: block;
//	content: url('../image/checkmark.png');
}

.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}
.table a.asc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}

.pagination {
	margin: 0;
}

.form-group {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.form-group + .form-group {
}
.form-keyfield-group {
	background-color: #EFF2FB;
        margin-left: 0px !important;
        margin-right: 0px !important;
}

/* Panels */
.panel {
	border-radius: 4px;
}
.panel .panel-heading {
	position: relative;
}
.panel-heading h3 i {
        padding-top: 3px;
	margin-right: 8px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading i {
        padding-top: 3px;
	font-size: 16px;
	font-weight: 500;
}
.panel-heading h3 {
        padding-top: 3px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
        color: #0f74ab;
}

/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
	color: #0f74ab;
	border-color: #96d0f0;
	background: white;
}

/* Warning Panel */
.panel-warning {
	border: 1px solid #ff0000;
	border-top: 2px solid #ff0000;
}

.panel-warning .panel-heading {
	color: #ff0000;
	border-color: #ff0000;
	background: white;
}


/* Alert Panel */
.panel-alert {
	border: 1px solid #ff0000;
	border-top: 2px solid #ff0000;
	background: #f99c83;
}

.panel-alert .panel-heading {
	color: #ff0000;
	border-color: #ff0000;
	font-weight: bold;
	background: #ffffff;
}


/* Default Panel */
.panel-default {
	border: 1px solid #e8e8e8;
	border-top: 2px solid #bfbfbf;
}

.panel-default .panel-heading {
	color: #595959;
	border-color: #e8e8e8;
	background: #fcfcfc;
}
.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}

.tile a {
	color: #FFFFFF;
}




.tile-heading-warning {
	background-color: #1E91CF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 28px;
}
.tile-body-warning  {
//	background-color: #e25a30;
}

.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}




/* Large desktops and laptops */
@media (min-width: 1400px) {
	.tile .tile-body h2 {
		font-size: 24px;
	}
	.tile-heading, .tile-footer {
		padding: 5px 8px;
		background-color: #1E91CF;
		color: #FFF;
		font-size: 11px;
	}
}

/* lg - handle tiles getting sqeezed */
@media (min-width: 1200px) and (max-width: 1399px) {
	.tile .tile-body h2 {
		font-size: 24px;
	}
	.tile-heading, .tile-footer {
		padding: 5px 8px;
		background-color: #1E91CF;
		color: #FFF;
		font-size: 9.5px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.tile .tile-body h2 {
		font-size: 24px;
	}
	.tile-heading, .tile-footer {
		padding: 5px 8px;
		background-color: #1E91CF;
		color: #FFF;
		font-size: 11px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.tile .tile-body h2 {
		font-size: 24px;
	}
	.tile-heading, .tile-footer {
		padding: 5px 8px;
		background-color: #1E91CF;
		color: #FFF;
		font-size: 12px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.tile .tile-body h2 {
		font-size: 20px;
	}
	.tile-heading, .tile-footer {
		padding: 5px 8px;
		background-color: #1E91CF;
		color: #FFF;
		font-size: 12px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.tile .tile-body h2 {
		font-size: 16px;
	}
	.tile-heading, .tile-footer {
		padding: 5px 8px;
		background-color: #1E91CF;
		color: #FFF;
		font-size: 12px;
	}
}



.tile .tile-body .total_text {
	font-size: 14px;
	white-space:nowrap;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}
.tile-footer-warning {
	background-color: #3DA9E3;
}



#column-left.active #stats {
	display: block;
}
#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}
.alert {
	overflow: auto;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
    display: block;
    visibility: unset;
}
.collapse {
    display: none;
    visibility: unset;
}
/* Menu Fix For System -> Layout -> Banner */

@media (max-width: 480px) {
	.imgresponsiveNav{
		padding-top: 15px;
	}
}

.navbar-pen {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5; }
  .navbar-pen .navbar-brand {
    color: #9d9d9d; }
  .navbar-pen .navbar-brand:hover, .navbar-pen .navbar-brand:focus {
    color: #666666;
    background-color: transparent; }
  .navbar-pen .navbar-text {
    color: #9d9d9d; }
  .navbar-pen .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-pen .navbar-nav > li > a:hover, .navbar-pen .navbar-nav > li > a:focus {
      color: #666666;
      background-color: transparent; }
  .navbar-pen .navbar-nav > .active > a, .navbar-pen .navbar-nav > .active > a:hover, .navbar-pen .navbar-nav > .active > a:focus {
    color: #666666;
    background-color: #090909; }
  .navbar-pen .navbar-nav > .disabled > a, .navbar-pen .navbar-nav > .disabled > a:hover, .navbar-pen .navbar-nav > .disabled > a:focus {
    color: #666666;
    background-color: transparent; }
  .navbar-pen .navbar-toggle {
    border-color: #333; }
  .navbar-pen .navbar-toggle:hover, .navbar-pen .navbar-toggle:focus {
    background-color: #333; }
  .navbar-pen .navbar-toggle .icon-bar {
    background-color: #9d9d9d; }
  .navbar-pen .navbar-collapse, .navbar-pen .navbar-form {
    border-color: #101010; }
  .navbar-pen .navbar-nav > .open > a, .navbar-pen .navbar-nav > .open > a:hover, .navbar-pen .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-pen .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
      .navbar-pen .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      .navbar-pen .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        .navbar-pen .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-pen .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      .navbar-pen .navbar-nav .open .dropdown-menu > .active > a, .navbar-pen .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-pen .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      .navbar-pen .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-pen .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-pen .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
  .navbar-pen .navbar-link {
    color: #9d9d9d; }
  .navbar-pen .navbar-link:hover {
    color: #fff; }
  .navbar-pen .btn-link {
    color: #9d9d9d; }
  .navbar-pen .btn-link:hover, .navbar-pen .btn-link:focus {
    color: #fff; }
  .navbar-pen .btn-link[disabled]:hover, fieldset[disabled] .navbar-pen .btn-link:hover, .navbar-pen .btn-link[disabled]:focus, fieldset[disabled] .navbar-pen .btn-link:focus {
    color: #444; }




.navbar-penal {
  background-color:red;
  border-color: #090909; }
  .navbar-penal .navbar-brand {
    color: #9d9d9d; }
  .navbar-penal .navbar-brand:hover, .navbar-penal .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-penal .navbar-text {
    color: #9d9d9d; }
  .navbar-penal .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-penal .navbar-nav > li > a:hover, .navbar-penal .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-penal .navbar-nav > .active > a, .navbar-penal .navbar-nav > .active > a:hover, .navbar-penal .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-penal .navbar-nav > .disabled > a, .navbar-penal .navbar-nav > .disabled > a:hover, .navbar-penal .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-penal .navbar-toggle {
    border-color: #333; }
  .navbar-penal .navbar-toggle:hover, .navbar-penal .navbar-toggle:focus {
    background-color: #333; }
  .navbar-penal .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-penal .navbar-collapse, .navbar-penal .navbar-form {
    border-color: #101010; }
  .navbar-penal .navbar-nav > .open > a, .navbar-penal .navbar-nav > .open > a:hover, .navbar-penal .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-penal .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
      .navbar-penal .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      .navbar-penal .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        .navbar-penal .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-penal .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      .navbar-penal .navbar-nav .open .dropdown-menu > .active > a, .navbar-penal .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-penal .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      .navbar-penal .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-penal .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-penal .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
  .navbar-penal .navbar-link {
    color: #9d9d9d; }
  .navbar-penal .navbar-link:hover {
    color: #fff; }
  .navbar-penal .btn-link {
    color: #9d9d9d; }
  .navbar-penal .btn-link:hover, .navbar-penal .btn-link:focus {
    color: #fff; }
  .navbar-penal .btn-link[disabled]:hover, fieldset[disabled] .navbar-penal .btn-link:hover, .navbar-penal .btn-link[disabled]:focus, fieldset[disabled] .navbar-penal .btn-link:focus {
    color: #444; }
