/*
  Base CSS
===================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

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

body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #555;
  background: #fff;
}

.upper {
  text-transform: uppercase;
}

h2 {
  font-size: 20px !important;
  margin: 20px 0 20px 0 !important;
  background: #fff;
  padding:20px;
  border: 1px dashed #c0c0c0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.clear {
  display:none;
}

img {
  border:0;
}

.msw-red {
  color:red;
}

.msw-green {
  color:green;
}

.msw-light {
  color: #CFDBC5;
}

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

.mainmswarea {
  margin-bottom: 30px;
}

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

.mainmswarea .panel .panel-heading {
  background: #F6F6F6;
}

.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 {
  background: #F6F6F6;
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 12px !important;
}

footer a {
  color: #555;
}

.mswcursor_p {
  cursor:pointer;
}