@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;
  padding-top: 0;
  background-color: #f8f8f8;
}

a {
  color: #02798E;
}

.highlight {
  color: #008097;
}

.msw_red {
  color: #f66f66;
}

.italics{
  font-style:italic;
}

.panel-heading {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.thumck {
  color: #008097 !important;
}

.privatecat {
  color: #f77 !important;
}

.screenshot {
  border: 2px dashed #ddd;
  padding:5px;
}

.msw_blue {
  color: #337AB7;
}

.msw_green {
  color: green !important;
}

.italic {
  font-style: italic;
}

.warnmsg {
  margin:0;
}

.attachInfo {
  color: #6c2005;
}

.no-font-weight {
  font-weight: normal;
}

.footerArea {
  text-align: center;
  font-size: 12px;
}

.footerArea img {
  margin-right: 10px;
}

.footerArea p {
  margin-top: 10px;
}

.gw-setup-area {
  font-size: 90%;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #fff;
}

.page-header {
  padding-bottom: 9px;
  margin: 80px 0 20px;
  border-bottom: 1px solid #eee;
}

@media(min-width:768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    min-height: 1300px;
    border-left: 1px solid #e7e7e7;
  }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar {
  background: #fcfcfc url(../images/bg.png);
}

.navbar-brand {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color:#008097;
  font-size:24px;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px 10px 11px 10px;
  min-height: 30px;
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
}

.navbar-top-links li a:hover {
  text-decoration: underline;
}

.navbar-top-links li a i.fa {
  color: #555;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 10px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

/* Sidebar Menu Styles */

#side-menu li a {
  font-size:15px;
  background: #fcfcfc url(../images/nav.png);
  color:#555;
  font-style:italic;
  padding:13px 10px;
  text-transform: capitalize;
}

#side-menu li a:hover {
  background:#fff;
}

#side-menu li a i.fa {
  color: #008097;
}

#side-menu li a:hover {
  text-decoration: underline;
}

.navbar-static-side ul li {
  border-bottom: 1px dashed #e7e7e7;
}

.sidebar-search {
  padding: 15px;
}

.arrow {
  float: right;
}

.fa.arrow:before {
  content: "\f104";
}

.active > a > .fa.arrow:before {
  content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

.nav-second-level li a {
  padding-left: 27px;
}

.nav-third-level li a {
  padding-left: 52px;
}

@media(min-width:768px) {
  .navbar-static-side {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

@media(max-height:600px) and (max-width:767px) {
  .sidebar-collapse {
    max-height: 300px;
    overflow-y: scroll;
  }
}

@media(max-height:400px) and (max-width:767px) {
  .sidebar-collapse {
    max-height: 200px;
    overflow-y: scroll;
  }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-primary {
  background: #008097;
  border: 1px solid #008097;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

/* Pages */

/* ------------------------------- */

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* Adjustments to original bootstrap file */
h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.panel-heading-bg {
  background: #fff !important;
  border-bottom: 0;
}

.panel-heading-no-pad {
  padding-bottom: 0;
}

.panel-footer .actionMsg {
  display: block;
  float: right;
}

.panel-footer .actionMsg .msgDisplay {
  display: block;
  padding-top: 7px;
}

.panel-footer {
}

.panel-body-padding {
  padding-bottom: 0;
}

.pagination {
  margin: 0;
}

.btn-group li a {
  font-size: 12px;
}

@media only screen and (max-width:480px) {
  .page-header {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
}

#page-wrapper a {
  font-weight: bold;
  border-bottom: 1px dashed #ddd;
}

#page-wrapper a.btn,.footerArea a {
  border-bottom:0 !important;
}