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

body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555;
  background: #fcfcfc url(../images/bg.png) fixed;
}

.clear {
  display:none;
}

img {
  border:0;
}

.msw-red {
  color:red;
}

.msw-green {
  color:green;
}

.msw-light {
  color: #CFDBC5;
}

.margin_right_20 {
  margin-right: 20px;
}

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

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

.mainmswarea .panel .panel-heading {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
}

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

/* Spinners */
.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/animated/loading.gif) center center no-repeat;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.msw-box-spinner {
  background: url(../images/animated/spin-small.gif) no-repeat 95% 50% !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 {
  border-top: 2px solid #ddd;
  background: #f5f5f5 url(../images/footer-bg.png);
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 12px !important;
}

footer a {
  color: #555;
}

.mswcursor_p {
  cursor:pointer;
}
