/*
  Base CSS
===================================================*/

@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: #fff;
  background: #252934 !important;
}

a {
  color: #c0c0c0;
}

a:hover {
  color: #c0c0c0;
  opacity:0.8;
}

a:hover {
  color: #c0c0c0;
  opacity:0.8;
}

.mr_red {
  color: #FF6961 !important;
}

.mr_info {
  cursor: help;
}

.mr_cursor {
  cursor: pointer;
}

.no-font-weight {
  font-weight: normal;
}

.graphArea {
  height: 320px;
}

.small_font {
  font-size: 12px;
}

/* Login Page */
.login-panel {
  margin-top: 50px;
  border:1px solid #000 !important;
}

/* Spinners */
.msw-box-spinner-right {
  background: url(../images/animated/spin-small.gif) no-repeat 98% 50% !important;
}

.msw-box-spinner-left {
  background: url(../images/animated/spin-small.gif) no-repeat 2% 50% !important;
}

.breadcrumb {
  background: #2E3441 !important;
  border: 1px solid #000;
}

/* Nav Tabs */
.dropdown a:focus,.dropdown a:visited,.dropdown a:active {
  border-color: #000 !important;
}
.nav .open a,.nav .open a:focus, .nav .open a:hover {
  border-color: #000 !important;
  color:#04A2BE;
}

.dropdown-menu>li>a {
  font-weight:normal;
  color: #04A2BE;
}

.h2dash {
  font-size: 18px;
  border-bottom: 1px dashed #000;
  padding-bottom: 15px;
  font-family: 'Oswald', sans-serif;
}

.dashpanelarea i {
  color: #04A2BE;
  opacity: 0.8;
}

.dashpanelarea .label {
  font-size:1em !important;
  font-weight:normal;
}

.dashpanelarea .label a,
.dashpanelarea .label a i {
  color:#fff;
  font-weight:normal;
}

.dashpanelarea .label-info,
.dashpanelarea .label-success,
.dashpanelarea .label-default {
  background:#2E3441;
  border:1px solid #000 !important;
}

footer {
  border-top: 1px solid #000;
  background: #2E3441;
  text-align: center;
  padding: 30px 15px 30px 15px;
  font-size: 12px !important;
  margin-top: 30px;
  position:relative;
  bottom:0;
  width:100%;
}

footer .icon {
  margin-right: 10px;
}

footer .icon:last-child {
  margin-right: 0;
}

footer .powered {
  margin-top: 10px;
}

footer a {
  color: #fff;
}

/* Nav */
.navbar {
  background: #2E3441;
  color: #04A2BE;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 12px;
  border-radius: 0;
}

.navbar a {
  color:#04A2BE;
  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:#02798E;
}

.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;
}

.table td {
  vertical-align: middle !important;
}

.dashbuttons {
  margin-bottom:20px;
}

.dashbuttons button {
  white-space: normal !important;
  padding-right:0;
  padding-left:0;
}

.dashtable .panel-body {
  padding:5px;
}
.dashtable .panel-body .table-responsive .table tr:first-child td {
  border-top:0 !important;
}
.dashtable .panel-body .table-responsive {
  border:1px dotted #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dashtable .panel-body .table-responsive .table {
  border-bottom:0;
  margin-bottom:0;
}

.managearea .table .fa-fw,
.managearea .table .fa-stack {
  color: #04A2BE;
}

.fa-inverse {
  color: #000;
}

.managearea .table .fa-fw:hover,.managearea .table .fa-stack:hover {
  opacity: 0.8;
}

.fa-times-circle {
  color: #FF6961;
}

/* Bootstrap Overrides */
.panel {
  box-shadow: none !important;
}

.mainmswarea {
  min-height: 80vh;
}

.mainmswarea .panel {
  box-shadow: none !important;
  border-width: 1px !important;
}

.nav-tabs li a {
  font-size: 16px;
  color: #04A2BE;
  font-family: 'Oswald', sans-serif;
}

.nav-tabs li a:hover {
  border-bottom: 0;
}

.btn-primary {
  color: #2E3441;
  background: #5bc0de;
  border: 1px solid #46b8da;
}

.btn-primary:hover {
  color: #2E3441;
  background: #5bc0de;
  border: 1px solid #46b8da;
  opacity:0.8;
}

.mainmswarea .panel .panel-heading,
.container-fluid .panel .panel-heading,
.winHeader,
.tagwrapper li span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #c0c0c0;
  font-family: 'Oswald', sans-serif;
}

.standalone_header {
  border-bottom:0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.paneltop_norad {
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.mainmswarea .formarea .panel {
  box-shadow: none !important;
  border-width: 1px !important;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.mainmswarea .table th {
  font-weight: bold;
}

.margin-top-container {
  margin-top: 50px;
}

.managearea .panel-body .table td:last-child {
  text-align: right;
}

.managearea .panel-body {
  padding-bottom:0;
}

.smallinfo {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #04A2BE;
}

.highlight_counter {
  color:#c0c0c0;
}

.attachInfo {
  font-size: 12px;
  color: #04A2BE;
}

.help-block {
  font-size: 12px;
  font-style: italic;
  color: #04A2BE;
}

.help-block i {
  color: #04A2BE !important;
}

/* Forms */
.mainmswarea textarea {
  height: 200px !important;
}

.mainmswarea select[multiple] {
  height: 150px !important;
}

.cursorp,.mr_cursor {
  cursor: pointer;
}

.cursorm {
  cursor: move;
}

.act-button {
  text-align: center;
  margin: 0 0 30px 0;
}

/* Pagination */
.mswpages {
  text-align: right !important;
}
.mswpages ul {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.mswpages ul li.active a,.mswpages ul li.active a:hover {
  background: #000 !important;
  color: #c0c0c0;
  font-weight: bold;
  border:1px solid #c0c0c0;
}

.nothingtoshow {
  text-align: center !important;
  font-style: italic;
  font-size: 14px;
  padding:30px 0 30px 0 !important;
  border:1px dashed #000;
  border-top:0;
}

.logsviewarea textarea {
  height: 400px !important;
}

.msw-graph {
  height: 300px !important;
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
}
.mswlastyear {
  color: #02798E;
}
.mswthisyear {
  color: #04A2BE;
}

.tagwrapper h2 {
  margin:0 0 20px 0;
  padding:0;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}

.tagwrapper .tagarea tr td:first-child {
  width: 25% !important;
}

.tagwrapper .tagarea tr td:nth-child(2) {
  width: 70% !important;
}

.tagwrapper .tagarea tr td:nth-child(3) {
  width: 5% !important;
}

/* 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;
}

.delselected {
  font-style: italic;
  margin-bottom: 10px;
}

/* Control Buttons */
.controlButtons i {
  color: #c0c0c0 !important;
}

.loading-bottom {
  background: #04A2BE;
  height: 20px;
  line-height: 20px;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #000;
  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/animated/balls.gif) center center no-repeat;
}

/* For higher res monitors use more screen space */
@media (min-width: 1200px) {
  .mainmswarea {
    width:98%;
  }
  .navbar-inner {
    width:100%;
  }
  .navbar-inner .container {
    width:98%;
  }
}

.table thead tr th {
  color: #04A2BE;
  font-weight:normal !important;
}

div[data-search-results] .result {
  background:#252934;
  padding:10px;
  border:1px solid #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top:5px;
  margin-bottom:3px;
  font-weight: bold;
  font-size:13px;
  color:#fff;
}

div[data-search-results] .result a {
  color:#04A2BE;
}

div[data-search-results] .result span:first-child {
  float: right;
  cursor:pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #c0c0c0 !important;
}

.form-control {
  border-color:#000;
  background:#252934;
  color:#fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  border-color:#000;
  background:#252934;
  color:#fff;
}

.input-group-addon {
  border-color:#000;
  color:#c0c0c0;
  background: #2E3441;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #04A2BE;
}

.ct-label {
  fill: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size:0.7em !important;
}

.panel-danger>.panel-heading {
  color: #fff !important;
  background-color: #FF6961;
  border-color: #FF6961 !important;
}

.btn-default {
  color: #fff !important;
  background-color: #2E3441 !important;
  border-color: #000 !important;
}

.btn-default:hover {
  background-color: #252934 !important;
}

.btn-danger,
.btn-danger:hover {
  color: #fff;
  background-color: #FF746C;
  border-color: #FF746C;
}

.btn-danger:hover,
.btn-primary:hover {
  opacity:0.8;
}

.ui-autocomplete {
  background:#252934;
  border: 1px solid #000 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ui-autocomplete .ui-menu-item {
  color:#fff;
  font-weight:normal;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
  background:transparent !important;
  border-color:#2E3441;
  color:#04A2BE;
}

label {
  font-weight: normal;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  outline: 0;
}

.dropdown-menu>li>a {
  color: #fff !important;
  text-decoration: none;
  background-color: #2E3441 !important;
  outline: 0;
}

.dropdown-menu>li>a:hover {
  color: #04A2BE !important;
  text-decoration: none;
  background-color: #252934 !important;
  outline: 0;
}

.btn-file {
  border-color:#000;
  color:#c0c0c0;
  background: #2E3441;
  height:34px;
}

.btn-file:hover {
  border-color:#000;
  color:#c0c0c0;
  background: #000;
}

.alert-info {
 color: #04A2BE !important;
 background: #252934 !important;
 border-color: #000 !important;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}