@charset "utf-8";
/* CSS Document */

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}

body::scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

#flights_table, #flights_table th, #flights_table td {
	border: none;
}

.FactoryWindow {
  position: absolute;
  left: 0px;
  border: none;
  width: 100%;
}

.TopMenu {
  border: none;
  width: 100%;
  height: 45px;
  background-color: #0072bc;

  box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.LeftMenu {
  border-right: 1px solid #ccc;
  float: left;
  width: 205px;
  color: #676767;
  background-color: #f3f3f3;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  margin-top: 0px;
}

.WorkSpace {
  border: none;
  float: left;
  width: calc(100% - 220px);
  padding: 3px 0px;
  color: #676767;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.OptionsMenu,
.OptionsMenuFullWidth {
  border: none;
  height: 45px;
  width: calc(100% - 10px);
  padding: 0px 0px;
  color: #676767;
  font-size: 20px;
  border-bottom: 1px solid #bbb;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.Content,
.ContentFullWidth,
.ContentFullSize {
  border: none;
  width: calc(100% - 10px);
  padding: 5px;
  margin-top: 5px;
  color: #676767;
  border-bottom: 1px solid #bbb;
  overflow-y: scroll;
}

.Content {
  overflow-y: auto;
}

.Logo {
  position: absolute;
  border: none;
  top: 0px;
  left: 20px;
  width: 60px;
  height: 45px;
  color: #fff;
  font-size: 24px;

  padding-left: 70px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.UserButt {
  float: right;
  border: none;
  /*width:150px;*/
  height: 45px;
  color: #fff;
  font-size: 24px;

  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.UserButt:hover {
  background-color: #004a7a;
}

.Down {
  position: absolute;
  border: none;
  top: 0px;
  left: 20px;

  height: 45px;
  color: #000;
  font-size: 24px;

  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(basicImg/share.svg);
  filter: invert(100%);
  cursor: pointer;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.Up {
  display: inline;
  float: right;
  border: none;
  margin-right: 150px;
  height: 45px;
  color: #fff;
  font-size: 24px;

  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(basicImg/up.png);
  cursor: pointer;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.HereRight {
  display: inline;
  float: right;
  border: none;
  margin-right: 150px;
  height: 45px;
  color: #fff;
  font-size: 24px;

  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(basicImg/here.png);
  cursor: pointer;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.Up:hover,
.Down:hover,
.HereRight:hover {
  filter: invert(100%) drop-shadow(2px 2px 2px);
}

.TopMenuLeftSecondButt {
  position: absolute;
  border: none;
  top: 0px;
  left: 245px;
  height: 45px;
  color: #fff;
  font-size: 24px;

  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(basicImg/down.png);
  cursor: pointer;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.CurrentUploadingTopButt {
  position: absolute;
  border: none;
  top: 5px;
  left: 245px;
  width: 35px;
  height: 35px;
  color: #fff;
  background-repeat: no-repeat;
  z-index: 1;
}

.TopMenuLeftSecondButt:hover {
  background-color: #0072bc;
}

.CurrentUploadingTopButt:hover {
  position: absolute;
  filter: drop-shadow(2px 2px 2px #002a46);
  width: 36px;
  height: 36px;
  top: 5px;
}

#uploadings_count {
	background-color:red;
	color:white;
	font-weight:bold;
	padding: 0px 4px;
	border-radius: 50%;
	text-shadow: 1px 1px black;
	top:-3px;
	right:-5px;
	position:absolute;
}  
.UploadButt {
  position: absolute;
  border: none;
  top: 0px;
  left: 290px;
  max-width: 130px;
  height: 45px;
  color: #fff;
  font-size: 24px;

  padding: 0 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;

  text-align: left;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.UploadButt:hover,
.TopMenuLeftSecondButt:hover {
  background-color: #004a7a;
}

.PilotMyFlights {
  position: absolute;
  border: none;
  top: 10px;
  left: 185px;
  max-width: 200;
  height: 45px;
  color: #fff;
  font-size: 16px;

  padding: 0 15px;
  background-repeat: no-repeat;
  z-index: 1;

  text-align: left;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.trafficLight {
  display: inline;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-radius: 50%;
  padding: 2px 7px;
  text-align: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-weight: bold;
}

.trafficLightGreen {
  color: black;
  background-color: lightgreen;
  border-color: #004000;
}

.trafficLightYellow {
  color: black;
  background-color: yellow;
  border-color: #404000;			   
}

.trafficLightWhite {
  color: black;
  background-color: white;
}

.trafficLightRed {
  color: white;
  background-color: red;
  border-color: #800000;	   
}

.Separator {
  position: absolute;
  border: none;
  top: 7px;
  left: 180px;
  width: 2px;
  height: 31px;
  background-color: #fff;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.Separator2 {
  position: absolute;
  border: none;
  top: 7px;
  left: 440px;
  width: 2px;
  height: 31px;
  background-color: #fff;
  z-index: 1;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.ViewItem {
  position: absolute;
  border: none;
  top: 0px;
  left: 475px;
  width: 115px;
  height: 45px;
  font-size: 24px;
  padding-left: 5px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  filter: invert(100);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.ViewItem:hover {
  background-color: #ffb585;
}

.Button {
  text-align: center;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #fff;
  font-size: 16px;
}

.view-options-button {
  margin-right: 1px;
  min-width: 155px;
}

.hidden {
  display: none;
}

#helpDialog {
  display: none;
}

.Help {
  height: 34px;
  width: 34px;
  background-color: #efefef;
  opacity: 0.75;
  position: fixed;
  right: 1px;
  bottom: 40px;
  border-radius: 2px;
  padding: 5px 2px 0px 0px;
  display: block;
  z-index: 2;
  font-size: 24px;
  text-align: center;

  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1 5px 2px 2px rgba(0, 0, 0, 0.1);

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.MoveMenu {
  height: 34px;
  width: 34px;
  background-color: #efefef;
  opacity: 0.75;
  position: fixed;
  right: 1px;
  bottom: 1px;
  border-radius: 2px;
  padding-right: 2px;
  display: none;
  z-index: 2;

  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.MoveMenuItem {
  height: 30px;
  width: 30px;
  border: 1px solid rgb(254, 254, 254);
  font-size: 24px;
  text-align: center;
  margin: 2px 0px 2px 2px;
  float: left;
}

.SearchBox {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  margin: 12px 0px 12px 12px;
  width: 85%;
}

.flightInspectorDisabled {
  cursor: not-allowed;
  color: #a3a3a3;
}

.LeftMenuRow,
.LeftMenuRowOptions {
  height: 24px;
  width: 98%;
  font-size: 20px;
  vertical-align: middle;
  display: flex;
  padding: 10px 0;
}

.LeftMenuRowSelected {
  background-color: #0072bc !important;
  box-shadow: 0px 2px 2px 0px #aaa;
  color: white;
  border-right: 5px solid #00458f;
}

.LeftMenuRowSelected > .LeftMenuRowIcon {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(169deg) brightness(118%) contrast(100%);
  width: 30px;
  height: 30px;
  margin: -4px 15px 0px;
}

.LeftMenuRow:hover,
.LeftMenuRowOptions:hover {
  background-color: #d4d4d4;
  border-right: 5px solid #ccc;
}

.LeftMenuRowIcon {
  width: 20px;
  height: 20px;
  margin: 0 10px 0px;
  filter: brightness(100%) contrast(50%);
}

.LeftMenuRow:hover > .LeftMenuRowIcon {
  filter: invert(48%) sepia(64%) saturate(1342%) hue-rotate(157deg) brightness(100%) contrast(101%)
    drop-shadow(1px 1px 1px #002a46);
  width: 30px;
  height: 30px;
  margin: -4px 15px 0px;
}

.Label {
  font-size: 36px;
  color: #004;
  text-align: center;
  padding: 6px;
}

.OptionBlock {
  padding: 5px;
  background-color: #fff;
  position: absolute;
  display: none;
  text-align: left;
  z-index: 1;
  overflow: hidden;
}

/* OPTIONS VIEW PAGE*/

.TplListSelect {
  width: 100%;
  overflow-y: scroll;
  font-size: 16px;
  height: 45%;
}

.TplListTextareaComment {
  width: calc(100% - 7px);
  overflow: scroll;
  font-size: 18px;
  resize: none;
  height: 45%;
}

.ListContainer {
  overflow: hidden;
  text-align: left;
}

.ApList {
  border: none;
  border-right: 1px solid #c0c0c0;
  width: 45%;
  float: left;
  padding: 10px;
  padding-right: 23px;
  text-align: right;
  font-size: 13px;
  direction: rtl;
}

.BpList {
  border: none;
  width: 45%;
  float: left;
  padding: 10px;
  text-align: left;
  margin-left: 15px;
  font-size: 12px;
}

.ExeptionsTable {
  width: 99%;
  border-collapse: collapse;
}

.ExeptionsTableHeader td {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fffafa;
  background-color: #708090;
  height: 50px;
}

.ExeptionsTableRowSelected {
  background-color: #b0ddfa !important;
  color: #333 !important;
}

.ExeptionsTable tr.ExceptionTableRow:hover td {
  background-color: #c0c0c0;
}

.ExeptionsCell {
  border: 1px solid #444;
  padding: 0.1em 0.3em;
}

.events_user-comment {
  cursor: pointer;
}

/*Diagnostic page*/

.DiagnosticMenuContaider,
.ReportMenuContaider {
  /*position: fixed;*/
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: -25px;
  width: 250px;
  height: 98%;
  background-color: #eee;
  text-align: left;
  padding-top: 5px;

  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
}

.DiagnosticChartContaider,
.ReportContaider {
  border: 1px solid #222;
  border-style: ridge;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  margin-right: -25px;
  overflow-y: visible;

  font-family: Tahoma, "Times New Roman", Times, monospace;
  background: #f5f5f5;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.ReportTable {
  width: 100%;
  border: solid 1px #000;
  background-color: #fff;
  border-collapse: collapse;
}

.ReportTable td {
  border: solid 1px #000;
  padding: 5px;
  font-size: 14px;
}

.ReportTableHeader td {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fffafa;
  background-color: #708090;
  height: 70px;
}

.ReportTableHeader td {
  text-align: center;
}

.DiagnosticChartPlaceholder {
  border: 0px solid #222;
  text-align: left;
  padding: 10px;
  width: 98%;
  margin: 0px auto 10px;
  height: 390px;

  font-family: Tahoma, "Times New Roman", Times, monospace;
  background: #f5f5f5;
}

.colorpicker-popup {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

/*jQuery UI*/
div#draggableProgressContainer {
  position: absolute;
  top: 0px;
  width: 500px;
  display: none;
  border-radius: 5px;
  padding: 30px;
  background: rgba(150, 150, 150, 0.85);
  text-align: center;
  z-index: 2 !important; /*slider has z-index 1*/
}

div#progressbar {
  margin: 10px auto 10px;
}

div#progressLabel {
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 900;
}

#progressbar .ui-progressbar-value {
  background: #03c;
  background-color: #036;
  border-color: #fff;
}

/* tell the SVG path to be a thin blue line without any area fill */
.GraphContainer {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#placeholder {
  font-size: 14px;
  line-height: 1.2em;
  overflow-x: hidden;
  float: left;
}

.InfoFromRequest {
  display: none;
}

#legend {
  overflow-y: auto;
  text-align: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

.LoadingBox {
  position: absolute;
  top: 300px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#tableContainer {
  display: none;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.row_selected {
  background-color: gray !important;
}

.MapCanvas {
  position: absolute;
  height: 99%;
  width: 99%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#toolbar {
  padding: 4px;
  display: inline-block;
  width: 99%;
}

/* support: IE7 */
* + html #toolbar {
  display: inline;
}

.NotSelectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.BruTypeParamsPaginatedList {
  overflow-y: scroll;
}

.background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/stylesheets/basicImg/logo-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/*.SliceFlightButt {
  display: none;
}
*/
.SliceCyclicFlightButt {
  display: none;
}

#dashboardOptions {
  position: relative;
  border: none;
  width: 100%;
}

#dashboardOptions .OptionsMenuDatepicker {
  width: 100px;
}

#dashboardOptions .OptionsMenuLabel {
  width: 95px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  padding: 0 5px;
}

.MyFlightHours {
  width: 95px;
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
  overflow: wrap;
  border: 1px solid black;
  border-radius: 3px;
}

#dashboardOptions .OptionsMenuCol {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2px 0;
  margin: 0 10px -5px 0;
}

#dashboardOptions .OptionsMenuRow {
  display: flex;
  flex-direction: row;
  padding: 2px 0;
}

#dashboardOptions .OptionsMenuSelect {
  width: 150px;
  padding: 2px;
}

.button-white {
  text-align: center;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #d3d3d3;
  padding: 5px 12px;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  transition: all 0.4s ease 0s;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
  max-width: 80px !important;
  width: 100%;
  font-size: 13px !important;
}

.dashboard-chart-container {
  display: flex;
  flex-wrap: wrap;
  margin: 110px 0 0;
  max-height: calc(100% - 115px);
  overflow: auto;
}

.dashboard-chart-item {
  margin: 20px 20px 80px;
}

.dashboard-chart {
  width: 480px;
  height: 360px;
  position: relative;
}

@media print {
  .dashboard-chart-item {
    margin: 20px auto;
  }

  .dashboard-chart-item-last {
    margin-top: 300px;
  }
}

.dashboard-chart-wide {
  width: 715px;
  height: 360px;
  position: relative;
}

.dashboard-chart-value {
  position: absolute;
  /*  background: #a4e8f4; */
  color: #030412;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.dashboard-chart-title {
  border: 2px solid #999;
  width: 75%;
  margin: 10px auto 0;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 36px;
}

.legend-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 15px;
  font-size: 12px;
}

.legend-container-item {
  display: flex;
}

.legend-color {
  width: 16px;
  height: 11px;
  border-radius: 2px;
  margin: 2px 8px 0 15px;
}

#dashboardCountChartWrap {
  position: relative;
}
#dashboardOptionsPrint {
  display: none;
}

#importConvertRadio {
  font-size: 13px;
}

.bulk-upload-table-row-header {
  display: flex;
  background-color: #ddd;
  border-radius: 3px;
  border-right: 1px solid #aaa;
}

.bulk-upload-table-row-header .bulk-upload-table-cell {
  border-right: 1px solid #aaa;
}

.bulk-upload-table-row {
  display: flex;
  border-top: 1px solid #eee;
}

.bulk-upload-table-cell {
  padding: 5px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dflex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex4 {
  flex: 4;
}

#dashboardOptionsContent {
  font-size: 14px;
  position: absolute;
  width: calc(100% + 30px);
  height: 166px;
  display: flex;
  background: #f3f3f3;
  z-index: 1;
  border-bottom: 1px solid #676767;
  overflow-x: auto;
  overflow-y: hidden;
}

#dashboardOptionsContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

#dashboardOptionsContent::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#dashboardOptionsContent .OptionsMenuDatepicker {
  width: 130px;
}

#dashboardOptionsPrint {
  width: 100%;
  text-align: center;
}

@media print {
  #dashboardOptionsPrint {
    display: block;
  }

  #dashboardOptionsContent {
    display: none;
  }

  .Content,
  .OptionsMenu {
    border: none;
  }
}
