html,
body {
  height: 100%;
  width: 100%;
}
.invalid-note {
  color: red;
}
.overlay {
  height: 0px;
  overflow: visible;
  pointer-events: none;
  background: none !important;
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  font-family: OpenSans-Light;
  margin: 0;
  padding: 0;
  color: #000;
  background-image: none;
  display: none;
}
.advice.fast-nav-btn .glyphicon {
  font-size: 21px;
}
body.chrome {
  overflow: initial !important;
}
body.chrome.no-scroll {
  overflow: hidden !important;
}
.rendered {
  padding-top: 20px !important;
}
.text-default {
  font-size: 14px;
  color: #000 !important;
  text-decoration: none !important;
}
.introjs-bullets {
  display: none;
}
.service-link {
  font-weight: bold;
  font-style: italic;
}
.service-link:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}
.alert-danger .text-default {
  color: #a94442 !important;
}
.dt-button-background {
  z-index: 1000 !important;
}
ul.dt-button-collection.dropdown-menu {
  z-index: 1001 !important;
}
.notice_alert {
  cursor: pointer;
}
.reporting-btn .text-default {
  color: #fff !important;
}
h1 {
  font-family: OpenSans-Regular;
  font-size: 32px;
}
h2 {
  font-family: OpenSans-Regular;
  font-size: 24px;
}
h3 {
  font-family: OpenSans-Regular;
  font-size: 18px;
}
h4 {
  font-family: OpenSans-Regular;
  font-size: 15px;
}
h5 {
  font-family: OpenSans-Regular;
  font-size: 13px;
}
h6 {
  font-family: OpenSans-Regular;
  font-size: 10px;
}
.font-size-max {
  font-size: 32px;
}
.font-size-large {
  font-size: 24px;
}
.font-size-big {
  font-size: 18px;
}
.font-size-medium {
  font-size: 15px;
}
.font-size-small {
  font-size: 13px;
}
.font-size-min {
  font-size: 10px;
}
div[id^=bootstrapInfo] {
  color: #337ab7;
  text-align: center;
}
.alert span {
  text-align: center;
  display: block;
}
.proposalsPanelTooltip {
  font-size: 15px !important;
  line-height: 1.5 !important;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 2px;
  color: #000 !important;
  min-width: 75px !important;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 1px solid #C0C0C0;
  font-family: OpenSans-Light;
  font-size: 13px !important;
}
a:link {
  color: #000;
  font: bold;
  text-decoration: none;
}
a:visited {
  color: black;
}
p,
ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.danger-header {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
textarea {
  resize: none !important;
}
.positionAbsolute {
  position: absolute !important;
}
#UIState-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: white;
  filter: alpha(opacity=99);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.notice-element,
#alert_placeholder div span,
.bootstrap-dialog-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-dialog-title {
  display: block !important;
}
.noticeBtn-active {
  background: rgba(0, 0, 0, 0.3);
}
#error-reporting-container {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 1000;
}
#error-reporting-container .glyphicon {
  font-size: 35px;
  color: #000;
  transition: all 1000ms;
}
#error-reporting-container.s1 .glyphicon {
  color: #f74444;
  font-size: 40px;
}
#error-reporting-container.s2 .glyphicon {
  color: #000;
}
.fastTransition {
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.highlight {
  background-color: #FDF59A;
  color: #000;
}
input::-ms-clear {
  display: none !important;
}
#main {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
ul#menu {
  border-bottom: 1px #4F81BD solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: right;
}
ul#menu li {
  display: inline;
  list-style: none;
  padding: 0 0px 0px 3px;
}
ul#menu li#greeting {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}
ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e8eef4;
  color: #034af3;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
ul#menu li a:hover {
  background-color: #fff;
  text-decoration: none;
}
ul#menu li a:active {
  background-color: #a6e2a6;
  text-decoration: none;
}
ul#menu li.selected a {
  background-color: #fff;
  color: #000;
}
fieldset {
  border: 1px solid #ddd;
  margin: 0 0 1.5em 0;
}
textarea {
  min-height: 75px;
}
input[type="text"]:hover,
input[type="password"]:hover {
  box-shadow: 1px 1px 6px 1px #C0C0C0;
}
select:hover {
  box-shadow: 1px 1px 6px 1px #C0C0C0;
}
input[type="submit"] {
  padding: 5px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 1px solid #C0C0C0;
  font-size: 13px !important;
  font-family: OpenSans-Light;
}
input[type="submit"]:hover {
  box-shadow: 1px 1px 6px 1px #C0C0C0;
}
.clear {
  clear: both;
}
.error {
  color: Red;
}
.page-overlay-active {
  background-color: transparent;
  z-index: 2;
  display: block !important;
}
div#title {
  display: block;
  float: left;
  text-align: left;
}
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
.display-label,
.editor-label {
  margin: 2em 0 0 0;
  background-color: white;
  vertical-align: middle;
  color: #000;
}
.display-field,
.editor-field {
  margin: 2em 0 0 0;
  background-color: white;
  align-self: center;
}
.editor-field1 {
  margin: 2em 0 0 0;
  background-color: white;
  align-self: center;
  width: 400px;
}
.fixed {
  position: fixed !important;
}
.text-box {
  width: 30em;
}
.text-box.multi-line {
  height: 6.5em;
}
.tri-state {
  width: 6em;
}
.register-panel {
  margin-top: 25px;
}
#btnSendMessage:hover {
  box-shadow: 1px 1px 6px 1px #586A7B;
}
.LoginDiv {
  min-width: 156px;
}
.LoginInfo {
  margin-left: -170px;
  position: fixed;
  left: 89%;
  top: 2%;
  cursor: pointer;
  border-radius: 8px;
}
.fieldset_login {
  background-color: #EDF2F7;
}
#file {
  display: none;
}
.showDisplay {
  visibility: visible;
  display: normal;
  margin-top: 0px;
}
.hideDisplay {
  visibility: hidden;
  display: none;
}
.corectData {
  background: #fff;
}
.SendMessageButton:hover {
  box-shadow: 1px 1px 6px 1px #C0C0C0;
}
#page {
  width: 80%;
  margin-left: 10%;
  padding-top: 50px;
}
.tab {
  border-left: none !important;
  border-radius: 0px !important;
  border: 1px solid #C0C0C0;
  background: #8A9DB0 !important;
  width: 186px;
}
.tab.active {
  background-color: #97B2CD !important;
}
.underscore {
  background-color: #97B2CD;
  border: 1px solid #C0C0C0;
  height: 20px;
  border-top: none;
}
.button {
  border-radius: 0px;
  border: 1px solid #C0C0C0;
  background-size: cover;
  outline: none !important;
}
.button:hover {
  box-shadow: 1px 1px 6px 1px #C0C0C0;
}
#conversationView {
  min-width: 450px;
}
#tbText {
  border-radius: 0px !important;
  width: 84% !important;
}
.push-proposal {
  height: 25px;
  display: none;
}
.chrome .push-proposal {
  height: 24px;
}
.editor-field input {
  width: 100% !important;
}
input.invalid,
.editor-field input.invalid,
.form-control.invalid {
  border: 1px solid red !important;
}
.ui-tooltip {
  width: 150px;
  text-align: center;
  z-index: 2;
  border-bottom: medium solid #4F81BD;
  box-shadow: 0px 0px 6px 1px #4F81BD;
  font: 12px "Segoe UI", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
  border-radius: 0px !important;
}
.hidden {
  display: none !important;
}
.collapsed {
  height: 0px !important;
}
.grid-stack-item.collapsed {
  top: 0px !important;
}
.visible {
  -webkit-transition: all 100ms;
  transition: all 100ms;
  opacity: 1;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.no-scroll {
  overflow: hidden !important;
}
#currentTime {
  min-width: 660px;
  left: 0px;
}
.page-disabled {
  background: initial;
  -webkit-filter: grayscale(100%) blur(0.5px);
  -moz-filter: grayscale(100%) blur(0.5px);
  -o-filter: grayscale(100%) blur(0.5px);
  -ms-filter: grayscale(100%) blur(0.5px);
  filter: grayscale(100%) blur(0.5px);
}
.ui-dialog-title {
  padding: 10px;
  font-size: 13px !important;
  font-weight: 800;
  font-weight: bold;
  margin-bottom: 10px;
}
.ui-dialog-content {
  font-size: 13px !important;
  padding: 10px;
  height: 510px;
  font-weight: 500;
  font-weight: normal;
}
.ui-widget-header {
  color: #fff !important;
  background: #4F81BD !important;
}
.modal-close-text {
  margin-top: -3.5px;
  color: #4F81BD !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  border-radius: 10px !important;
  border: none !important;
}
.ui-datepicker-trigger {
  width: 20px;
  height: 20px;
}
.ui-datepicker-trigger:hover {
  cursor: pointer;
}
#main {
  visibility: hidden;
}
.titleBar {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  padding: 0 15px;
}
a.link {
  cursor: pointer;
  color: #4F81BD !important;
  background-color: transparent !important;
}
a.link:hover {
  text-decoration: underline !important;
}
.show-on-mobile {
  display: none !important;
}
.rendered .col-md-12.col-xs-12.container:first-child {
  z-index: 1;
}
.avatar-tooltip {
  left: 150px !important;
}
.header-login-avatar {
  padding-top: 5px !important;
  text-align: left;
}
.header-login-avatar div img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#googleAccountInfo {
  z-index: 4;
  position: absolute;
  height: 25px;
  width: 25px;
  right: 0;
  top: 40px;
}
#userAvatar {
  height: 100px;
  width: 100px;
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
}
.header-login-info {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding-right: 20px !important;
  text-align: right;
  z-index: 3;
  margin-right: 85px;
  position: relative;
}
#logged-in-label-container {
  margin-right: 35px;
}
#ar-nav-right .fa {
  margin-top: 15px !important;
  color: #fff !important;
}
.report-shadow a {
  text-decoration: none;
}
.home-shadow a {
  text-decoration: none;
}
.fa-font {
  color: #3a5795;
  padding-right: 24px !important;
}
.disabled.glyphicon {
  opacity: 0.75;
}
.glyphicon {
  font-size: 13px;
  color: #FFFFFF;
}
#main .glyphicon {
  color: #ffffff;
  padding-right: 24px;
}
#main .glyphicon:hover {
  color: #ffffff;
}
.glyphicon:hover {
  cursor: pointer;
}
.glyphicon-share-alt {
  transform: rotateY(180deg);
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.glyphicon-send {
  color: #fff !important;
  padding-right: 10px !important;
}
.glyphicon-remove,
.glyphicon-remove-sign {
  padding-right: 5px !important;
  float: right;
}
.glyphicon-minus,
.glyphicon-minus-sign {
  padding-right: 5px !important;
  float: right;
}
.glyphicon-cog,
.glyphicon-cog-sign {
  padding-right: 5px !important;
  float: right;
}
.window-header {
  background: #4F81BD;
  margin: 0 0 20px 0;
  width: 100%;
  height: 27px;
  z-index: 2;
}
.window-header-content {
  position: absolute;
  padding: 2px;
  margin: 0;
  width: 100%;
}
.window-header-content .glyphicon {
  top: 5px;
  float: right;
  padding-right: 5px !important;
}
.window-content {
  height: auto !important;
}
.primary-header {
  color: #fff5ee;
}
.window-title {
  margin-left: 0px !important;
  padding-left: 5px !important;
  float: left;
  color: #fff;
}
#alert_placeholder {
  margin-top: 15px;
}
.close-all-alerts {
  display: none;
  height: 30px;
  z-index: 2;
  margin-top: 15px;
}
.close-all-alerts-btn {
  z-index: 100;
  display: none;
}
.dropdown-element-first {
  margin-top: -1px !important;
  background: #4F81BD linear-gradient(#4F81BD, #4F81BD) repeat scroll 0 0 !important;
}
.dropdown-element {
  background: #4F81BD !important;
}
.grid-stack-item-content {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.state-icon,
.jstree-icon,
#eventData .glyphicon {
  color: #4F81BD !important;
  left: -5px;
}
.list-group-item-primary {
  color: #ffffff;
  background-color: #428bca;
}
#biosys-link-container:hover {
  text-decoration: underline;
}
#biosys-link-container {
  min-width: 200px;
}
#biosys-link-container:hover {
  cursor: pointer;
}
section {
  display: block;
}
.attendance-list-shadow,
.users-report-shadow {
  height: 64px;
  padding-top: 10px;
  background: none;
}
.main-page-shadow {
  height: 64px;
  padding-top: 10px;
  background: none;
}
.mobile .main-page-shadow {
  height: 56px;
}
.onlineEventRegister-shadow {
  height: 64px;
  padding-top: 10px;
  background: none;
}
.absence-report-shadow {
  height: 64px;
  padding-top: 10px;
  background: none;
}
.report-shadow {
  height: 64px;
  padding-top: 10px;
  background: none;
}
.home-shadow {
  height: 64px;
  padding-top: 10px;
  background: none;
}
.graphics-shadow {
  height: 64px;
  background: none;
}
.faq-shadow {
  height: 64px;
  width: 40px;
  background: none;
}
.help-shadow {
  height: 64px;
  width: 40px;
  background: none;
}
.settings-shadow {
  height: 64px;
  width: 40px;
  background: none;
}
.proposal-shadow {
  height: 64px;
  background: none;
}
.proposal-shadow span {
  margin-right: 5px;
}
.open li {
  float: left !important;
  padding-left: 10px;
}
.login-button.button {
  color: white;
}
.login-button.button:hover {
  color: white;
}
.btn-custom {
  width: 241px;
  height: 45px;
  border-radius: 1px;
  padding: 6px 0px;
  border: none !important;
  box-shadow: 0px 0px 3px 2px #C0C0C0;
}
.btn-content {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  padding-top: 0px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  transform-origin: center;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.btn-content.hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: white;
}
.btn-success:hover {
  background-color: #4F81BD !important;
  border-color: #3b689e;
}
.btn-custom a {
  color: #FFF !important;
  text-decoration: none !important;
}
.btn .text {
  margin-top: -26px;
}
.btn .text input {
  border: none !important;
  background-color: transparent !important;
  padding: 0px !important;
}
.btn .text input:hover {
  box-shadow: none !important;
}
.ui-dialog {
  left: 35% !important;
}
.customUploader_header {
  padding: 0px !important;
  height: 35px;
}
.customUploader_header_content,
.customUploader_header_title {
  padding: 0px !important;
  height: 100%;
  min-height: initial !important;
  font-family: Hind-Regular !important;
  font-size: 13px !important;
}
.customUploader_header_title {
  padding: 7px !important;
}
#uploader_filelist {
  height: 90px;
}
.button-with-description {
  opacity: 0.35;
  cursor: default;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.button-with-description.active {
  opacity: 1;
}
.button-with-description.active:hover {
  cursor: pointer;
  opacity: 0.95;
}
.button-with-description .glyphicon,
.button-with-description a {
  float: left;
  width: 100% !important;
  text-align: center;
}
.button-with-description .glyphicon {
  font-size: 32px !important;
  color: #fff;
  padding: 0px !important;
}
.button-with-description a {
  color: #fff;
  padding: 0px;
  text-align: center;
  text-decoration: none !important;
}
.button-with-description a {
  background-color: transparent !important;
  color: #4F81BD !important;
}
.button-with-description {
  float: left;
}
.custom-textarea {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  border: 1px solid #ddd;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background-color: #F3F3F3;
}
.custom-textarea:focus,
.custom-textarea:hover {
  box-shadow: 1px 1px 6px 1px #84D2FF;
}
.ui-state-hover a,
.ui-state-focus a {
  color: #fff !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal !important;
}
.ui-state-default {
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.type-select {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 3%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 3%, #e1e1e1 51%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 3%, #e1e1e1 51%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 3%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 3%, #e1e1e1 51%, #f6f6f6 100%);
}
.chosen-container {
  min-width: 65px;
}
.show-on-min-res {
  display: none !important;
}
.main {
  z-index: 0;
}
.header-login-info .row li {
  height: 100%;
}
.ui-columns-table thead {
  background-color: #ececec !important;
}
.inputDate {
  padding-left: 15px !important;
}
.inputIcon {
  position: absolute;
  color: #4F81BD !important;
  z-index: 2;
  top: 20px;
  left: 30px;
  padding-right: 0px !important;
}
.in-input-glyph {
  position: absolute;
  line-height: 2.7;
  left: 47px;
  font-size: 13px;
}
.ui-multiselect-menu .glyphicon-remove-sign {
  float: left !important;
}
.chosen-container .chosen-results li.highlighted {
  background-image: none !important;
  background: #4F81BD !important;
  color: #ffffff !important;
}
.ui-widget-header {
  background-color: #4F81BD !important;
}
.panel-primary > .panel-heading {
  background-color: #4F81BD;
  border-color: #4F81BD;
  color: #FFFFFF;
}
.jstree-default .jstree-wholerow-clicked {
  background: #E4E4E4 !important;
}
.ui-multiselect:hover {
  background: #4F81BD !important;
  color: #FFFFFF !important;
}
.ui-multiselect.ui-state-default {
  color: #4F81BD !important;
  border-radius: 1px !important;
}
.ui-multiselect.ui-state-default:hover {
  color: #FFFFFF !important;
}
.fixed-off {
  position: absolute !important;
  box-shadow: none !important;
}
.page.page-to-top {
  margin: 80px auto 100px !important;
}
label.loginNotify {
  margin-top: 3px;
  font-size: 11px;
}
label.loginNotify .glyphicon {
  color: #C78100 !important;
  padding-right: 5px !important;
}
label.loginNotify a {
  color: #C78100;
}
.dt-button-collection.dropdown-menu p .colvis-custom-btn.btn.btn-default,
#colResizePanel .colvis-custom-btn.btn.btn-default {
  margin-bottom: 5px !important;
  width: 100% !important;
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
#colResizePanel .colvis-custom-btn.btn.btn-default {
  white-space: initial;
}
#logged-in-info {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  height: 22px;
  white-space: nowrap;
  margin-left: 15px;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.window-title b {
  color: #ffffff;
  font-size: 15px;
}
.window-header .glyphicon {
  color: #ffffff !important;
}
.reporting-btn .glyphicon {
  color: #000;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.fc-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#check-list-box .glyphicon-check {
  color: #fff;
}
.ui-widget-header a {
  color: #ffffff !important;
}
.qtip {
  z-index: 1000 !important;
}
.windowHeaderSpawner {
  height: 30px;
  display: block;
}
.grid-stack-item[collapsed="true"] {
  box-shadow: none !important;
}
th.fixedSize {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.no-overflow-x {
  overflow-x: hidden !important;
}
.grid-stack-item[collapsed="true"] {
  box-shadow: none !important;
}
.modal-content img {
  max-width: 100% !important;
}
.isDisabled {
  pointer-events: none;
}
.dataTables_length select {
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .show-on-min-res {
    display: block !important;
  }
  .main-page-shadow {
    width: 100%;
  }
  .collapse.in {
    display: block !important;
  }
  .show-on-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .page {
    margin: 80px auto 0px !important;
  }
  .mobile .page {
    margin: 0px auto 0px !important;
  }
  #error-reporting-container {
    right: initial;
    left: 40px;
    top: 175px;
  }
  .rendered {
    padding: 0px;
  }
  .mobile body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .qtip {
    display: none !important;
  }
  .header-login-info {
    width: 180px;
    padding-left: 0px;
    margin-right: 86px;
  }
}
@media only screen and (max-width: 480px) {
  #biosys-link-container {
    width: 100%;
    margin-left: auto;
  }
}
