/*
  MSupport elements
*/

/* Container */

.margin-top-container {
    margin-top: 50px;
    padding-top: 30px;
}

.colorchangeheader {
  color: #555 !important;
}

.min-height-container {
  min-height: 490px;
}

.mailboxcount .unread {
  font-weight: normal;
  color: #7FFF00;
}

.mailboxcount .read {
  font-weight: normal;
  color:#fff;
}

a.mailunread {
  font-weight: bold !important;
}

.does_not_exist {
  display:block;
  margin-top: 5px;
  font-style: italic;
  color: #2E91A3;
}

.nothing_to_see {
  font-style:italic;
}

.margin-top-container-nonefixed {
  margin-top: 28px;
}

.nodec {
  text-decoration: none !important;
}

.indent_10 {
  padding-left: 10px;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_7 {
  margin-top: 7px;
}

.restr_height_200 {
  max-height: 200px;
  overflow: auto;
}

.ms_red {
  color:red;
}
.ms_green {
  color:green;
}
.ms_blue {
  color:blue;
}

#mscontainer {
  padding-bottom: 50px;
}

.max_height_120 {
  height: 120px;
  overflow: auto;
}

.text_height_25 {
  line-height: 25px;
}

.bbButtons {
  margin-bottom: 5px;
}

.bbButtons button {
  font-size: 11px;
}

.panel-heading .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.panel-heading .dropdown-menu a {
  font-size: 13px;
}

.msw-green {
  color: #5CB85C;
}
.msw-blue {
  color: #337ab7;
}

.highlightPass {
  color: #2E91A3;
}

.reporttotals td {
  font-weight: bold;
}

/* Homescreen */
.max_height_home {
  max-height: 300px;
  overflow: auto;
}
.hometicketarea {
}
.hometicketarea span {
  display:block;
  font-size: 12px;
  margin-top:10px;
}

.quickText {
  font-style: italic;
  display: block;
}


/* Updating / updated */
.updating {
  background: #f9f9f9 url(../images/loading.gif) no-repeat 50% 50%;
}

.updated {
  background-image: none;
  background: #fff;
}

/* Graphs */
.graphLoader {
  height: 200px;
  background: url(../images/loading.gif) no-repeat 50% 50%;
}

.chartWrapper {
  padding: 0 10px 0 10px;
}

.homeChartWrapper {
  padding: 0 5px 0 5px;
}

.graphbar {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.mailStaff {
}

/* Tables */
td select {
  width: auto !important;
}

td .tdCellInfo {
  font-family: Arial, sans-serif;
  display: block;
  margin-top: 5px;
  font-style: italic !important;
  font-size: 11px;
}

.cursor_pointer {
  cursor: pointer;
}

.mswitalics {
  font-family: Arial, sans-serif;
  font-style: italic !important;
}

/* Tabs */
.mstabmenuarea .nav-tabs {
  border-bottom: 2px solid #ddd;
}

.mstabmenuarea .nav-tabs .active a.dropdown-toggle {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

/* Forms */
.form-group label {
  font-weight: normal;
}

.form_box_margin_5 {
  margin-top: 5px;
}

/* Pages */
.pagesblock {
  text-align: right;
}

.mswpages {
  text-align: right;
}

/* Buttons */
.button_margin_right20 {
  margin-right: 20px;
}

/* Nav Header */
.msheader {
  font-size: 17px;
}

.msheader a, .msheader a:link, .msheader a:visited {
  font-size: 17px;
  color: #333 !important;
  text-decoration: none;
}

.msheader .slidepanelbuttonleft {
  margin-right: 10px;
  padding-bottom: 4px;
  padding-top: 8px;
}

.msheader .slidepanelbuttonright {
  margin-left: 10px;
}

.msheader .slidepanelbuttonleft i, .msheader .slidepanelbuttonright i {
  font-size: 18px;
}

.msheader .msheaderright {
  margin-top: 5px;
}

.msheader .msheaderright .dropdown-menu li a,.msheader .msheaderright .dropdown-menu li i {
  color: #555 !important;
  font-size: 13px;
}

.msheader .msheaderrighta a {
  margin-right:15px;
}

.msheader .msheadermiddle {
  margin-top: 5px;
}

.msheader .msheaderright a {
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .msheader .msheaderright a i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .msheader .msheaderright {
    margin-top: 0;
  }
}

@media only screen and (max-width: 370px) {
  .msheader .msheaderright {
    margin-top: 0;
  }
}

.navbar {
  background: #f5f5f5;
  color: #333;
  border: 0;
  border-bottom: 3px solid #c0c0c0;
  font-size: 13px;
  padding: 10px 0 10px 0;
}

.navbar-default,
.navbar-default {
  border-radius: 0;
}

/* Other */

.highlight {
  font-weight: bold;
}

/* jQuery UI */
.ui-datepicker-title select {
  color: #555 !important;
  font-weight: normal !important;
}

.ui-autocomplete {
  max-height: 250px;
  width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:1000 !important;
  font-size: 12px;
}

input[type="text"].ui-autocomplete-loading {
  background: url(../images/spinner.gif) no-repeat 99% 50%;
}

/* Footer */
footer {
  background: #F9F9F9 url(../images/bg.png);
  margin-top: 10px;
  font-size: 13px;
  padding-top: 10px;
  color: #444;
  border-top: 2px solid #ddd;
  height: 60px;
  text-align: center;
}

footer a {
  color: #444;
}

footer a:hover {
  color: #888;
  text-decoration: none;
}

.vcheckarea div {
  padding: 30px 0 30px 0;
}

.vcheckarea span {
  display: block;
  margin-top: 10px;
}

/* Spinner */
.overlaySpinner {
  padding: 50px;
  color: #555;
}
.overlaySpinner {
  position: fixed;
  z-index: 1000001;
}
.overlaySpinner {
  text-indent: -100000px;
  width: 100px;
  border: 2px solid #C0C0C0;
  height: 100px;
  background: #fff url(../images/ibox/loading.gif) center center no-repeat;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* Tickets */
.ticketDate {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #66748f;
}

.historyarea {
  max-height: 300px;
  overflow: auto;
}

.removereset {
  background: #ff9999;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}

.removereset a {
  color: #fff;
}

.respDeptArea {
  max-height: 250px;
  overflow:auto;
}

.ticketPriority {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.tdCellInfoDispute {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-top: 10px;
  color: #66748f;
}

.ticketsubject {
  text-transform: uppercase;
  font-weight: bold;
}

.mobilebreakpoint {
  display: inline;
}

/* Boottrap overrides */
span.label {
  font-weight: normal !important;
  font-size: 11px;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.adminpanelfooter {
  background: #FCF8E3 !important;
  border-color: #FAEBCC !important;
}

.visitorpanelfooter {
}

/* Mobiles ONLY */

@media only screen and (max-width:480px) {
  footer {
    font-size: 11px !important;
  }

  .panel-default .panel-heading {
    text-align: center !important;
  }

  .panel-default .right-align {
    text-align: right !important;
  }

  .panel-default .left-align {
    text-align: left !important;
  }

  .breadcrumb li {
    display: none !important;
  }

  .breadcrumb > li + li:before {
    padding: 0;
    content: "";
  }

  .breadcrumb .active {
    display: inline !important;
  }

  .center_dropdown {
    left: 50% !important;
    margin-left: -70px;
  }

  .center_dropdown:after {
    left: 50% !important;
    margin-left: -70px;
  }

  .graphbar div:nth-child(2) {
    text-align: center !important;
  }

  .graphbar div:nth-child(2) span {
    display: block;
  }

  .rightmostprofoption {
    right: 0 !important;
    left: auto !important;
  }

  .bbButtons span {
    display: block;
    margin: 5px 0 5px 0;
  }

  .mobilebreakpoint {
    display: block;
    margin-top: 10px;
  }

  .max_height_home {
    max-height: none !important;
    overflow: visible !important;
  }

  .hideminiscreen {
    display: none !important;
  }

  .respDeptArea {
    max-height: none;
    overflow: visible;
  }

  .historyarea {
    max-height: none;
    overflow-y: visible;
    overflow-x: auto;
  }

  .mobilemenu {
    text-align: center !important;
  }

  .mobilemenu .dropdown-menu li {
    font-size: 13px !important;
  }

  .panel-heading .dropdown-menu {
    max-height: 200px;
    max-width: 200px;
    overflow: auto;
  }

  .dropdown-menu-right .mailboxcount .unread {
    font-weight: normal !important;
    color: #258EA1 !important;
  }

  .dropdown-menu-right .mailboxcount .read {
    font-weight: normal !important;
    color:#000 !important;
  }

}

@media only screen and (max-width:326px) {
  .verysmalladjustment {
    right: auto !important;
    left: 0 !important;
  }
}

/* Full screen editor */
.tx-editor-wrapper {
  position: relative;
}

.tx-editor-wrapper .tx-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  z-index: 500;
}

.tx-editor-wrapper .tx-editor {
  height: 300px;
}

.tx-editor-wrapper .tx-editor .tx-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 3;
}

.tx-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  opacity: 0;
}