/* BASE STRUCTURES
-------------------------------------------------- */
body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* USERBAR
-------------------------------------------------- */
.nav-user-div {
    float: left;
    color: #fff;
    background-color: #2c3e50;
    margin-right: 15px;
    padding: 12px 15px;
    cursor: pointer;
}
.nav-user-pic {
    margin-right: 10px;
    border-radius: 13px;
    overflow: hidden;
}
.nav-user-name {
    margin-top: 2px;
}
li.menu-container {
    width: 1px;
}
ul.user-menu {
    display: none;
    position: fixed;
    right: 80px;
    top: 50px;
    width: 200px;
    list-style: none;
    background: #2c3e50;
    padding: 0;
}
ul.user-menu > li > a {
    display: block;
    color: #ccc;
    padding: 8px;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #1a242f;
    transition: background-color 0.2s ease 0s;
    text-decoration: none;
}
ul.user-menu li:hover {
    background: #1a242f;
}
ul.user-menu li:hover a, #user-area:hover .nav-user-name {
    color: #18bc9c;
}
#user-area:hover ul.user-menu {
    display: block;
}
.nav-user-logout {
    cursor: pointer;
    padding: 6px 10px;
    margin-right: 12px;
    margin-top: 10px;
    float: left;
    color: #fff;
    border-radius: 3px;
    background: #e74c3c;
}
.nav-user-logout:hover {
    background: #d62c1a;
}
.user-image {
    width: 26px;
    height: 26px;
}

/* SIDEBAR
-------------------------------------------------- */
.sidebar {
    background-color: #1a242f;
}
@media (max-width: 767px) {
  .sidebar ul li ul.drop-down {
    display: block;
    position: relative;
  }
  .sidebar ul li ul.drop-down li.drop-title {
    display: none;
  }
  .sidebar ul li ul.drop-down > li > a {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sidebar ul li ul.drop-down {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 50px;
    width: 250px;
    border-left: 1px solid #fff;
  }
  .sidebar ul li:hover ul.drop-down {
    display: block;
  }
  .sidebar ul li ul.drop-down li.drop-title {
    display: block;
  }
  .sidebar ul li ul.drop-down > li {
    width: 248px;
  }
  .sidebar ul li ul.drop-down > li > a {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar ul li ul.drop-down {
    left: 25%;
  }
}
@media (min-width: 992px) {
  .sidebar ul li ul.drop-down {
    left: 16.6667%;
  }
}
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li {
    border-bottom: 2px solid #2c3e50;
}
.drop-down > li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nav-sidebar > li > a, .drop-down > li > a {
    transition: background-color 0.2s ease 0s;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus,
.drop-down > li > a:hover,
.drop-down > li > a:focus {
    background-color: #2c3e50;
    color: #fff;
}
.nav-sidebar > li > a,
.drop-down > li > a {
    padding-right: 20px;
    padding-left: 20px;
    color: #ccc;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #18bc9c;
    background-image: url('../image/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.nav-sidebar-header {
    color: #18bc9c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.nav-sidebar-item {
    color: #fff;
    padding-left: 20px;
}
.sidebar ul li ul.drop-down {    
    padding: 0;
    background: #1a242f;
    opacity: .9;
    filter: alpha(opacity=90);
    list-style: none;
    transition: display 0.2s ease 0s;
}
.sidebar ul li ul.drop-down li.drop-title {
    background: #18bc9c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
}
.sidebar ul li ul.drop-down > li > a {
    display: block;
    font-size: 11px;
    text-decoration: none;
}

/* MAIN CONTENT
-------------------------------------------------- */
.main {
    padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
    margin-top: 0;
}
.news-div {
    margin-bottom: 20px;
}
.news-body {
    font-size: 12px;
    margin-bottom: 2px;
}
.news-title {
    font-size: 14px;
    padding: 0;
    margin: 4px 0;
    color: #325d88;
}
.news-date {
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    margin: 2px 0;
}
.news-auth {
    font-size: 10px;
    padding: 0;
    margin: 0 10px;
}

/* CONTROL PANEL
-------------------------------------------------- */
.dash-row {
    margin-bottom: 20px;
}
.dash-item {
    height: 130px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    background-position: -20px 15px;
    background-color: #eaf1f1;
    transition: background-color .2s ease 0s;
}
.dash-item:hover {
    background-color: #d1d7d7;
}
.di-ht {
    width: 90%;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 25px;
    color: #2c3e50;
    padding-top: 32px;
}
.di-st {
    width: 90%;
    margin-top: -2px;
    font-size: 14px;
    text-align: right;
    color: #2c3e50;
}