/*
  Main Stylesheet
===================================================*/

@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:#02798E;
}

.highlight {
  color: #008097;
}

.clear {
  display:none;
}

img {
  border:0;
}

.msw-red {
  color: #f66f66;
}

.msw-green {
  color:green;
}

.msw-light {
  color: #CFDBC5;
}

.referralhome h2 {
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 5px 0 10px 5px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.panel {
  box-shadow: none !important;
}

.mainmswarea {
  min-height: 80vh;
}

.mainmswarea .panel {
  box-shadow: none !important;
  border-width: 1px !important;
}

.mainmswarea .panel .panel-heading {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.margin-top-container,.offlinearea {
  margin-top: 50px;
}

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

/* Spinners */
.msw-box-spinner {
  background: url(../images/animated/spin-small.gif) no-repeat 95% 50% !important;
}

.msw-box-spinner-left {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 2% 50% !important;
}

.msw-box-spinner-right {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 95% 50% !important;
}

/* Pagination */
.mswpages {
  text-align: right !important;
}
.mswpages ul {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.pagination li.active a {
  background: #02798E !important;
  border: 1px solid #555 !important;
}

.errcontainer {
  margin-top: 50px;
}

.errheader {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.errfooter{
  text-align: center;
}

.errfooter a:first-child {
  margin-right: 20px;
}

footer .socialbuttons {
  margin-bottom: 15px;
}
footer .socialbuttons a i {
  font-size: 32px;
  color: #02798E;
}
footer .socialbuttons a i:hover {
  color: #555;
}

footer {
  border-top: 2px solid #ddd;
  background: #fcfcfc url(../images/footer-bg.png);
  text-align: center;
  padding: 30px 0 30px 0;
  margin-top:50px;
  font-size: 12px !important;
  position:relative;
  bottom:0;
  width:100%;
}

footer a {
  color: #555;
}

/* 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;
}

h1 {
  font-size: 20px;
  margin:0;
  padding:5px 0 10px 5px;
  color:#555;
  margin-bottom:20px;
  border-bottom: 1px solid #ddd;
}

.nodata {
  font-style:italic;
}

.btn-primary {
  background: #008097;
  border: 1px solid #008097;
}

.btn-primary:focus {
  background: #008ea8;
}

.btn-primary:hover {
  background: #008ea8;
}

.back_button {
  margin-bottom: 30px;
}

/* Simple Table */
#sortTable th[data-sort]{
  cursor:pointer;
}

#sortTable .simple-table-sort-asc {
  background: url(../images/sort-asc.png) no-repeat 90% 50%;
}

#sortTable .simple-table-sort-desc {
  background: url(../images/sort-desc.png) no-repeat 90% 50%;
}

.affcode p {
  font-weight: bold;
  font-size: 20px;
}

.navbar {
  background: #008097 url(../images/nav-bg.png);
  color: #fff;
  border: 0;
  border-bottom: 3px solid #c0c0c0;
  border-radius: 0;
  padding: 10px 0 10px 0;
}

.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;
}

.navbar a {
  color: #fff;
  font-size: 21px;
  text-shadow: #000 1px 1px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.navbar .container .links {
  text-align: right;
  padding-top: 8px;
}

.navbar .container .links a {
  font-size: 16px;
  margin-left: 20px;
  color: #f9f9f9;
}

.navbar .container .links a i,.navbar .container .links a .bcount {
  color: #ececec;
}

.navbar .container .links a:first-child {
  margin-left: 0;
}

.navbar .row div.leftblock {
  padding-top: 3px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.menuboxarea .panel-heading, .upload_button_area .panel-heading,
.newpagearea .panel-heading {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.windowPanel h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #555;
  font-family: 'Oswald', sans-serif;
  margin-top:-2px;
}

.windowPanel div {
  border-top:1px solid #DDD;
  padding-top:20px;
}

.windowPanel img {
  max-width:100%;
}

.toppagebar {
  color: #555;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  background: #f5f5f5 url(../images/panel-bg.png) !important;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #c0c0c0;
  font-family: 'Oswald', sans-serif;
}

.toppagebar a {
  color: #555;
}

h4 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

/* Captcha Image */
.capimg img {
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px dashed #ccc;
  padding: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background: #008097;
}

.right-panel-boxes .panel-body img {
  width:100%;
}

.panel-body img {
  max-width:100%;
}

.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/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%;
  }
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}