/*
  Bootstrap theme overrides
*/

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(../fonts/muli.woff2) format('woff2'), url(../fonts/muli.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url(../fonts/muli-italic.woff2) format('woff2'), url(../fonts/muli-italic.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url(../fonts/muli-bold700.woff2) format('woff2'), url(../fonts/muli-bold700.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-cyrillic-ext-400.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-cyrillic-400.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-vietnamese-400.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-latin-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555;
  background: #fcfcfc url(../images/bg.png) fixed;
}

a {
  color: #008097;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tooltip {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.popover {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

pre {
  border-color:#eee;
}

.btn-primary {
  background: #008097;
  border: 1px solid #008097;
}

.border_2x {
  border-width: 2px;
}

.breadcrumb {
  background: #fff !important;
  border: 1px solid #ddd;
}

.nav .open > a:focus,.nav .open > a {
  border-color: #ddd;
}

/*
  MSupport elements
*/

.margin-top-container {
  margin-top: 10px;
}

.error-top-container {
  margin-top: 50px;
}

.error-top-container .panel {
  border-width: 2px;
}

.margin-top-login-container {
  margin-top: 50px;
}

.cursorp {
  cursor:pointer;
}

.colorchangeheader {
  color: #555 !important;
}

.tdlink a {
  color: #555;
}

.does_not_exist {
  display:block;
  margin-top: 5px;
  color: #2E91A3;
}

.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: #f66f66;
}

#mscontainer {
  padding-bottom: 50px;
}

.max_height_120 {
  height: 120px;
  overflow: auto;
}

.text_height_25 {
  line-height: 30px;
}

.bbButtons {
  margin-bottom: 5px;
}

.bbButtons button {
  font-size: 11px;
}

#mscontainer .panel,
.windowpanelarea .panel {
  border-width: 1px !important;
}

#mscontainer .panel .panel-heading,
#mscontainer .panel .panel-heading .panel-title,
.windowpanelarea .panel .panel-heading {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.panel .panel-heading b {
  font-weight: normal !important;
}

.panel-heading .dropdown-menu {
  max-height: 250px;
  overflow: auto;
  text-transform: none !important;
}

.panel-heading .dropdown-menu a {
  font-size: 14px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.msw-green {
  color: #5CB85C;
}

.mcount {
  color: #555 !important;
}

.highlightPass {
  color: #2E91A3;
}

.reporttotals td {
  font-weight: bold;
}

/* Homescreen */
.max_height_home {
  max-height: 300px;
  overflow: auto;
}
.hometicketarea span {
  display:block;
  font-size: 12px;
  margin-top:10px;
}

.quickText {
  display: block;
}


/* Updating / updated */
.updating {
  background: #f9f9f9 url(../images/loading.gif) no-repeat 50% 50%;
}

.textarea_updating {
  background: url(../images/loading.gif) no-repeat 50% 50%;
}

.box_updating {
  background: url(../images/spinner.gif) no-repeat 98% 50%;
}

.updated {
  background-image: none;
  background: #fff;
}

/* Graphs */
.graphLoader {
  height: 250px;
  background: url(../images/loading.gif) no-repeat center center;
}

.msw-graph {
  height: 300px !important;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
}

.mswlastyear {
  color: #02798E;
}
.mswthisyear {
  color: #04A2BE;
}

.no_graph_to_see {
  color: #c0c0c0;
  text-align: center;
  padding: 10px 0 20px 0;
}

/* Tables */
td select {
  width: auto !important;
}

td .tdCellInfo {
  color:#008198;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

td .tdCellInfo .highlight {
  color: #555;
}

.cursor_pointer {
  cursor: pointer;
}

/* Tabs */
.mstabmenuarea .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.mstabmenuarea .nav-tabs li a {
  font-size: 16px;
  color: #777;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}

.mstabmenuarea .nav-tabs li a i {
  color: #555;
}

.mstabmenuarea .nav-tabs .active a.dropdown-toggle {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background:transparent !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff !important;
  background: #008097;
}

/* 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 {
  font-size: 17px;
  color: #fff;
}

.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;
  font-size: 13px;
}

.msheader .msheaderrighta a {
  margin-right:15px;
}

.msheader .msheadermiddle {
  margin-top: 5px;
}

.msheader .msheaderright a {
  font-size: 14px;
}

.fa-pencil-square {
  color: #008097;
}

.navbar {
  background: #008097 url(../images/nav-bg.png);
  color: #fff;
  border: 0;
  border-bottom: 3px solid #c0c0c0;
  padding: 12px;
  border-radius: 0;
}

.navbar a {
  color:#fff;
  text-shadow: #000 1px 1px;
}

.navbar .pull-right {
  padding-top:5px;
}

.navbar .pull-right a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  margin-left:10px;
}

.navbar .pull-right a i {
  color:#ececec;
}

.navbar span {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
}

.navbar-default,
.navbar-default {
  border-radius: 0;
}

.navbar .container .fa-bars,
.navbar .container .fa-chevron-left {
  font-size: 28px;
  cursor:pointer;
  margin-right: 20px;
  display: inline-block;
  color:#ececec;
}

/* Other */
.highlight {
  color:#008198;
}

/* 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 {
  border-top: 2px solid #ddd;
  background: #f5f5f5 url(../images/footer-bg.png);
  text-align: center;
  padding: 30px 15px 30px 15px;
  font-size: 13px !important;
}

footer a {
  color: #555;
}

.vcheckarea div {
  padding: 30px 0 30px 0;
}

.vcheckarea span {
  display: block;
  margin-top: 10px;
}

/* Tickets */
.ticketDate {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #66748f;
}

.level_marker {
  padding: 3px 5px 3px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.adminpanelfooter {
  background: #FCF8E3 !important;
  border-color: #FAEBCC !important;
}

.timerdivarea {
  text-align: right;
}

.hidetkfltrs {
  text-align: left !important;
}

.mobilefilterarea {
  margin-bottom: 5px;
}

.treplies {
  display:block;
  margin-top:7px;
  font-size: 12px;
}

.tdatebar {
  margin: 10px 0 0 0;
  padding: 10px;
  text-transform: none;
  font-weight: normal;
  background: #fff;
  font-size: 12px;
  color: #2E91A3;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.worktime {
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-top:10px;
  text-transform: none;
  text-align: right;
}

.worktime .bold {
  font-weight: bold;
  color: #02798E;
}

.ticketworktime {
  text-align: center;
}

.ticketworktime p {
  margin-top:10px;
  font-size: 20px;
  color: #008097;
}

.removereset {
  background: #f77;
  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;
  margin-top: 10px;
  color: #66748f;
}

.ticketsubject {
  text-transform: uppercase;
  font-weight: bold;
}

.mobilebreakpoint {
  display: inline;
}

.historyarea table tbody tr td:first-child {
  width: 20%;
}

.spambutton {
  background:#555;
}

/* Boottrap overrides */
span.label {
  font-weight: normal !important;
  font-size: 11px;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ticketactionbuttons {
  text-align: right;
  display: none;
  background: #fcfcfc url(../images/bg.png);
}

.ticketactionbuttons button a {
  color: #fff;
}

.rotate-start {
  transform: rotate(-360deg);
  transition: .3s;
}
.rotate-reset {
  transform: rotate(0deg);
  transition: .3s;
}

/* Users */
.userreplyperf .table tbody tr td:first-child {
  width: 15%;
}
.userreplyperf .table tbody tr td .date {
  font-size: 12px;
  display: block;
  margin-top:5px;
}

/* Bootstrap */
.alert-warning {
  border-color: #ddd;
}

/* Dashboard */
.dashbuttons {
  margin-bottom: 20px;
}

.dashbuttons button {
  white-space: normal !important;
  padding-right:0;
  padding-left:0;
}

/* FAQ */
.catrestrictions p {
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 10px;
}
.catrestrictions p span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}

.highlight_icon {
  color: #2E91A3;
}

.no_fontweight {
  font-weight: normal !important;
}

/* Control Buttons */
.controlButtons i {
  color: #555 !important;
}

.fadeddownload {
  opacity: 0.4 !important;
}

.ticketactionbuttons .btn-xs {
  height:25px !important;
}

.homepanelov .panel-body {
  padding:5px;
}
.homepanelov .panel-body .table-responsive .table tr:first-child td {
  border-top:0 !important;
}
.homepanelov .panel-body .table-responsive {
  border:1px dotted #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.homepanelov .panel-body .table-responsive .table {
  border-bottom:0;
  margin-bottom:0;
}
.homepanelov .panel-body .table {
  margin:0;
}
.homepanelov .homepanellov_scroll {
  max-height:300px;
  overflow:auto;
}
.homepanelov .panel-body .table-responsive .table tr td i {
  color: #555;
}

.areaitalics {
  font-style:italic;
}

.draftarea {
  font-size: 12px;
  font-style:italic;
}

.table-responsive .table thead tr th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color:#008097;
}

.table-responsive .table thead tr th .slant {
  color: #f66f66;
}

b.dark {
  color:#555;
}

.fa[data-count]{
  position:relative;
}
.fa[data-count]:after{
  position: absolute;
  right: -0.75em;
  top: -.75em;
  content: attr(data-count);
  padding: .4em;
  border-radius: 10em;
  line-height: .9em;
  color: white;
  background: rgba(192,192,192,.65);
  text-align: center;
  min-width: 2em;
  font: bold .6em sans-serif;
}

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0 !important;
}

.loading-bottom {
  background: #00788E;
  height: 15px;
  line-height: 15px;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  left: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.loading-text-img {
  display: none;
  background: url(../images/balls.gif) center center no-repeat;
}

input:focus, textarea:focus, select:focus, .btn:focus {
  outline: none !important;
}

/* Custom vectors */
.msa-support-agent {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px -1px 0;
  background-image: url(../images/icons/support-agent.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.msa-small {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  margin: 0 0 -2px 0;
}
.msa-support-agent-menu {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px -1px 0;
  background-image: url(../images/icons/support-agent-menu.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.testmsg p:first-child i {
  font-size:40px;
}

/* For higher res monitors use more screen space */
@media (min-width: 1200px) {
  #mscontainer  {
    width:98%;
  }
  .navbar-inner {
    width:100%;
  }
  .navbar-inner .container {
    width:98%;
  }
}