  
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');

.sidebar-toggle {
  margin-left: -250px;
}
.sidebar {
  width: 250px;
  height: 100%;
  background: rgba(37, 46, 65, 0.97);
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  overflow: auto;
  height: 100%
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
  width: 100%;
}
.sidebar #leftside-navigation ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(150, 156, 162, 0.17);
}
.sidebar #leftside-navigation ul li.active > a {
  color: #1abc9c;
}
.sidebar #leftside-navigation ul li.active ul {
  display: block;
}
.sidebar #leftside-navigation ul li a {
  color: rgba(222, 222, 222, 1);
  text-decoration: none;
  display: block;
  padding: 6px 0 6px 20px;
  font-size: 14px;
  outline: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.sidebar #leftside-navigation ul li a:hover {
  color: #1abc9c;
}
.sidebar #leftside-navigation ul li a span {
  display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
  width: 20px;
  margin-top: 5px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
  display: none;
}
.sidebar #leftside-navigation ul ul li {
  /*background: rgba(17, 102, 167, 1);*/
  background: rgba(56, 69, 97, 0.97);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
.sidebar #leftside-navigation ul ul li a {
  font-size: 13px;
  /*padding-top: 13px;
  padding-bottom: 13px;*/
  color: white;
  padding-left: 30px;
  color:rgba(201, 201, 201, 0.83);
}
.sidebar #leftside-navigation ul ul li a:hover {
  background-color: rgba(133, 133, 133, 0.4);
  color: white;
}
.sidebar #leftside-navigation ul ul li a.active {
  background-color: rgba(133, 133, 133, 0.7);
  color: white;
}
/*/////////////////////////    Loader          ///////////////*/
.loading {
  display: block;
  position: absolute;
  z-index: 1052;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 1% auto;
  margin-top: 10%;
}
.loader-text {
  text-align: center;
  font-size: 30px;
  color: white;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*///////////////////////////////////////////////*/
.sidebar{
  scrollbar-background: #27293D;
  scrollbar-height: 8px;
  scrollbar-width:thin;
}
.sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #27293D;
}
.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 30px;
  background-color: #d5cff6;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background-color: #888;
}
.sidebar::-webkit-scrollbar-corner {
  background: #27293D;
}
.sidebar::-webkit-scrollbar-thumb:hover
{
 background-color: #3f4144;
}
.content {
  width: calc(100% - 254px);
  height: 100%;
  border: none;
  overflow-x:hidden;
  margin-left: 254px;
  /*width: calc(100% - 254px);
  height: 100%;
  float: right;
  border: none;
  overflow: hidden;
  overflow-y: scroll;*/
}
/*
/////////////////////////////////////////////////////*/
.static{
 width: 100%;
 background-color: rgba(219, 219, 219, 0.76);
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 overflow:hidden;
}
.menu-btn i{
 float: none;
 color: white;
 padding: 1px 5px;
 text-decoration: none;
 display: block;
 text-align: center;
 font-size: 35px;
 cursor: pointer;
 display:  none;
}
.content .menu-btn #open:hover{
  /*background-color: black;*/
  border-radius: 4px ;
  cursor: pointer;
  opacity: 0.6
}
@media only screen and (max-width: 1080px) {
  .sidebar {
    width: 0;
  }
  .content {
    width: 100%;
    float: left;
    margin-left: 0;
    position: relative;
    -webkit-animation: content .6s;
    animation: content .6s;
  }
  .menu-btn #open{
    display: block;
  }
  #content_header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    -webkit-animation: none;
    animation: none;
  }
}
/*////////////////////////////////////////*/
.site-logo {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 4px 0;
  border-radius: 4px;
  background: white;
  transition: margin 0.3s ease;
  text-decoration: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.site-logo .logo-img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 1;
  height: 50px;
}
.site-logo .logo-img img {
  max-height: 60px !important;
  width: auto;
  margin-left: 2px;
}
.site-logo .name-and-tagline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 7.5px;
  padding-top: 5px;
}
.site-logo .name {
  font-weight: 800;
  color: rgba(37, 46, 65, 1);
  letter-spacing: -1px;
  font-size: 1.8rem;
  line-height: 1;
}
.site-logo .tagline {
  line-height: 1;
  text-transform: capitalize;
  font-size: .8rem;
  color: rgba(37, 46, 65, 1);
  margin-top: 5px;
  text-align:left; 
}
/*////////////////////////////////////////////*/
.user-profile {
  min-height: 65px;
}
#user-image {
  width:20px;
  height: 50%;
  border-radius: 100%
}
#user_profile_name {
  cursor: pointer;
  min-height: 40px;
}
#user_profile_name:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
#user_profile_name:hover .profile {
  display: block;
}
.user-image {
  margin: 10px 20px auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  float: left;
}
.user-name {
  margin: 5px 10px 10px 0;
  float: left;
  text-align: center;
  color: white;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.profile {
  background-color: rgba(56, 69, 97, 0.97);
  margin-top: 5px;
  float: left;
  /*text-align: center;*/
  color: white;
  width: 100%;
  display: block;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.profile
{
  display: none;
}
.profile ul {
  margin-top: 0;
  padding: 0;
}
.profile ul li {
  float: left;
  text-align: left;
  padding: 5px;
  width: 100%;
  list-style: none;
  padding-left: 20px;
}
.profile ul li a {
  background-color: transparent;
  padding: 10px 4px;
  border: none;
  color: white;
  width: 100%;
  text-align: left;
  cursor: pointer;
  float: left;
  font-size: 12px;
  text-decoration: none;
}
.profile ul li a i {
  padding: 5px;
}
.profile ul li:hover {
  background-color: rgba(133, 133, 133, 0.4);
}
.profile ul li:hover a {
  color: black;
}
.ac-active {
  background-color: rgba(133, 133, 133, 0.7);
}
.header-bg-color{
  background-color: #147ccb;
}
.content-box{
 /* background-color: #f2f2f2*/
 /*margin-right: 5px;*/
}
.header-height
{
  min-height: 35px;
  z-index: 99;
}
@media only screen and (min-width: 1080px) {
  .header-height
  {
    height: 50px;
  }
}
