@font-face {
  font-family: 'raleway_bs';
  src: url("../fonts/Raleway/RalewayRegular.woff") format("woff"); }

@font-face {
  font-family: 'raleway_bs';
  src: url("../fonts/Raleway/RalewayLight.woff") format("woff");
  font-weight: 200; }

img {
  max-width: 100%; !important;
}

body {
  background-color: #fff;
  font-family: raleway_bs, sans-serif;
  min-width: 1280px !important;
}

h1, h2, h3 {
  font-family: raleway_bs, sans-serif !important;
  font-weight: 200 !important; }

.site-header, .site-header .navbar {
  background-color: #2ea2db !important;
}

.site-header .navbar {
  position: relative;
}

.site-header .navbar .language-selector-cont {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -16px;
}

.sidebar-boxed ~ header, .sidebar-boxed ~ main, .sidebar-boxed ~ footer {
  padding-left: 400px !important;
}

.aside-title
{
  display: block;
  padding-top: 10px;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #2ea2db;
  letter-spacing: 0.15em;
}

.sidebar-boxed .sidenav > li > a:hover, .sidebar-boxed .sidenav ul a:hover,.sidebar-boxed .sidenav ul a.active, .sidebar-boxed .sidenav > li > a.open
{
  color: #2ea2db !important;
}

/*.nav li a {*/
  /*color: #000 !important; }*/
.nav > li >  a.active
{
  /*font-weight: bold !important;*/
  color: #0b0b0b !important;
}

.sk-resident
{
  display: block;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px !important;
}
.sk-resident > img
{
  height: 30px !important;
}
.sidebar-boxed .sidenav > li > a.active
{
  color: #2ea2db   !important;
}
.sidebar-boxed .sidenav > li > a.active::after{
  display: none;}


.nav li a:hover {
    color: #0b0b0b !important; }

.alert {
  padding: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  line-height: 1.1 !important; }

.menu-li {
  line-height: 1 !important;
  margin-bottom: 10px; }

.sidebar-boxed {
  width: 400px !important;
  padding-top: 45px !important; }
  .sidebar-boxed ~ main {
    padding-left: 400px !important; }
main
{
  min-width: 800px !important;
}
.method {
  color: white !important;
  border-radius: 3px !important;
  padding: 5px !important;
  font-weight: bold;
  font-size: 10px !important;
  line-height: 1 !important;
  text-align: center !important; }

.method-xl {
  font-size: 20px !important;
  font-weight: normal !important;
  border-radius: 2px !important;
}
.m-post {
  background-color: green !important;
}

.m-get {
  background-color: blue !important; }

.m-put {
  background-color: orange !important; }

.m-delete
{
  background-color: red;
}
.m-no
{
  color: transparent;
  background-color: transparent;
}
.sidebar-boxed .sidenav ul a
{
  line-height: 1.5 !important;
  margin-bottom: 10px !important;
}
.main-content header h2, .main-content header h4 {
  padding: 0 10px 20px 10px;
  margin: 0;
  border: 0 !important; }
  .main-content header h2 .method, .main-content header h4 .method {
    border-radius: 5px !important;
    padding: 5px 15px !important; }
  
  .topmenu{position: relative}
.submenu {display: none; position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  min-width: 300px;
  min-height: 40px;
  color: #000;
  background-color: #f5f5f5;
  list-style: none !important;
  margin: 0;
  padding: 10px;
  text-align: left;
  z-index: 100000;
}
.submenu >li
{
  list-style: none !important;
  line-height: 1.5 !important;
  width: 100%;
  padding: 5px;
  margin: 0;
}
.submenu > li> a
{
  color: #5cc7b2 !important;
  /*line-height: 2.5 !important;*/
  /*padding: 10px;*/
  text-decoration: none;
}
.submenu > li > a:hover
{
  color: black;
}

.funcs-list
{
  list-style: none;
  padding: 10px 0 10px 10px;
  margin-left: 30px;
  margin-right: 20px;
  background-color: #eee;
  /*border: 1px solid #5cc7b2;*/
  /*border-radius: 10px;*/
}
.funcs-list a{
  color: #000;
}

.topmenu li:hover .submenu {display: block;}