/*
  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: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555;
  background: #fcfcfc url(../images/bg.png) fixed;
}

.no_bold {
  font-weight:normal;
}

.clear {
  clear:both;
}

#container {
  margin-top:20px;
}

.text_bold {
  font-weight: bold;
}

.text_bold_blue {
  color:#0089a1;
}

.text_bold_red {
  color:red;
  font-weight:bold;
}

.error {
  display:block;
  margin-top:3px;
  padding:10px;
  background:#ff9999;
  color:#fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nothing {
  margin:0
  padding:10px;
  text-align:center;
  font-style:italic;
}

.capimg {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.statimg {
  border:1px solid #ddd;
  padding:1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

a {
  color:#0089a1;
}

.btn-primary {
  background:#0089a1;
}

blockquote {
  margin-bottom:10px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
  border-left: 3px solid #ddd;
  padding:10px;
  font-size: 14px;
  color:#0089a1;
}

img {
  border:0;
}

.fileview .table th.file_chk {
  width: 5%;
}
.fileview .table tbody td:nth-child(2) span,.fileview .table td.file_name span {
  margin-top:3px;
  font-style:italic;
  display:block;
  color:#0089a1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fileview .admin_files {
  color:#FF4C4C !important;
  display:inline !important;
}

.codearea {
  word-wrap: break-word;
}

.orderoptions {
  margin-bottom: 20px;
  padding-right:10px;
}

.msw-red {
  color:red;
}

.accmenu {
  padding:0;
  margin:0;
}

.accmenu p {
  padding:8px 8px 8px 15px;
  margin:0;
  border-bottom:1px dashed #ddd;
}
.accmenu p:last-child {
  border-bottom:0;
}
.accmenu p:hover {
  background:#f9f9f9;
}

h1 {
  font-size: 20px;
  border-bottom: 1px dashed #ddd;
  margin: 30px 0 20px 0;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Top basket */
.toparea {
  width:80%;
}
.toparea p {
  background:#f9f9f9;
  padding:10px;
  border:2px solid #ddd;
  border-top:0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  width:320px;
  position:absolute;
  top:0;
  right:120px;
  text-align:center;
}
.toparea p a {
  margin-right:15px;
}
.toparea p a:last-child {
  margin-right:0;
}
.toparea p i {
  color:#555;
}

.line_height_20 {
  line-height:25px;
}

.msw-green {
  color:green;
}

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

.mainmswarea .panel .panel-heading {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
  text-transform: uppercase;
  font-weight: bold;
}

.panel-warning {
  border-color:#ff9999;
}

.mainmswarea .panel .fa-fw {
  color: #777;
}

.btn .fa-fw {
  color: #fff !important;
}

/* Overlib */
#overDiv #overtable {
  border:5px solid #ddd;
  background:#fff;
  padding:1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#overDiv #maininparea {
  padding:10px;
}

#overDiv #nmedhead,#overDiv #tdheadrow2 {
  background:#0089a1 url(../images/nav-bg.png) !important;
}

#overDiv #divlnk {
  background:#0089a1 url(../images/nav-bg.png) !important;
}

#overDiv #tdheadrow2 {
  padding-right:10px;
}

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

.page_numbers{
  text-align: right !important;
  padding:0 10px 0 10px;
}

footer {
  text-align: center;
  margin-top:10px;
  font-style:italic;
  border-top: 1px dashed #ddd;
  margin: 20px 0 30px 0;
  padding-top: 20px;
}

audio,video {
  border:1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width:100%;
}

.banners_header {
  text-align:center;
}
.banners_menu {
  text-align:center;
}
.banners_footer {
  text-align:center;
  border-top:1px dashed #ddd;
  padding-top:20px;
}
.banners_header img,.banners_menu img,.banners_footer img {
  max-width:100%;
  border:2px solid #ddd;
  padding:1px;
}
/* Mobile */
@media only screen and (max-width : 968px) {
  .toparea {
    width:100%;
  }
  .toparea p {
    width:100%;
    position:static;
    border-right:0;
    border-left:0;
    -webkit-border-radius: 0;
    border-radius: 0
  }
}
@media only screen and (max-width : 320px) {
  .toparea {
    width:100%;
  }
  .toparea p {
    width:100%;
    position:static;
    border-right:0;
    border-left:0;
    -webkit-border-radius: 0;
    border-radius: 0
  }
}
@media only screen and (max-width : 768px) {
  .toparea {
    width:100%;
  }
  .toparea p {
    width:100%;
    position:static;
    border-right:0;
    border-left:0;
    -webkit-border-radius: 0;
    border-radius: 0
  }
}
@media only screen and (max-width : 480px) {
  .toparea {
    width:100%;
  }
  .toparea p {
    width:100%;
    position:static;
    border-right:0;
    border-left:0;
    -webkit-border-radius: 0;
    border-radius: 0
  }
}
