/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Dec, 2017, 12:28:25 PM
    Author     : KAMAL
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2017, 12:12:45 PM
    Author     : KAMAL
*/
/*LAYOUT SETTING*/
/*COLORS*/
/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h4 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px; }

/*BUTTONS*/
button:hover, button:focus {
  outline: 0; }

/*BREAKPOINTS*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2017, 12:26:36 PM
    Author     : KAMAL
*/
/*SCROLLBAR*/
/*FONT*/
/*BREAKPOINTS*/
body {
  font-family: 'Roboto', sans-serif; }

/*NAVBAR*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2017, 12:12:45 PM
    Author     : KAMAL
*/
/*LAYOUT SETTING*/
/*COLORS*/
/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h4 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px; }

/*BUTTONS*/
button:hover, button:focus {
  outline: 0; }

/*BREAKPOINTS*/
.navbar-default {
  margin-bottom: 0px;
  border-radius: 0px; }

/*NAVBAR*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2017, 12:12:45 PM
    Author     : KAMAL
*/
/*LAYOUT SETTING*/
/*COLORS*/
/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h4 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px; }

/*BUTTONS*/
button:hover, button:focus {
  outline: 0; }

/*BREAKPOINTS*/
.panel {
  border-radius: 0px; }
  .panel .panel-heading {
    border-radius: 0px; }

/*NAVBAR*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2017, 12:12:45 PM
    Author     : KAMAL
*/
/*LAYOUT SETTING*/
/*COLORS*/
/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h4 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px; }

/*BUTTONS*/
button:hover, button:focus {
  outline: 0; }

/*BREAKPOINTS*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Dec, 2017, 12:26:36 PM
    Author     : KAMAL
*/
/*SCROLLBAR*/
/*FONT*/
/*BREAKPOINTS*/
.dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 1px solid #dedddd; }
  .dropdown-menu li a {
    padding: 8px 20px; }
  .dropdown-menu.dropdown-menu-md {
    padding: 0;
    width: 300px;
    border: none; }
    .dropdown-menu.dropdown-menu-md .panel {
      margin-bottom: 0; }
      .dropdown-menu.dropdown-menu-md .panel .panel-body {
        min-height: 250px;
        overflow-y: scroll; }
        .dropdown-menu.dropdown-menu-md .panel .panel-body::-webkit-scrollbar-track {
          -webkit-box-shadow: none;
          background-color: #fff; }
        .dropdown-menu.dropdown-menu-md .panel .panel-body::-webkit-scrollbar {
          width: 5px;
          background-color: #fff; }
        .dropdown-menu.dropdown-menu-md .panel .panel-body::-webkit-scrollbar-thumb {
          background-color: #30a07e;
          border-radius: 6px;
          border: 1px solid #555555; }

/*WRAPPER*/
.wrapper-fluid {
  float: left;
  width: 100%;
  display: block; }

.wrapper {
  position: relative;
  width: 100%;
  float: left;
  top: 50px; }
  .wrapper .wrapper-left {
    position: absolute;
    width: 16%;
    left: 0;
    float: left;
    border-right: 1px solid #e7e7e7;
    overflow-x: hidden; }
    .wrapper .wrapper-left::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      background-color: #fff; }
    .wrapper .wrapper-left::-webkit-scrollbar {
      width: 5px;
      background-color: #fff; }
    .wrapper .wrapper-left::-webkit-scrollbar-thumb {
      background-color: #30a07e;
      border-radius: 6px;
      border: 1px solid #555555; }
    @media (max-width: 767px) {
      .wrapper .wrapper-left {
        display: none; } }
  .wrapper .wrapper-right {
    position: absolute;
    width: 84%;
    left: 16%;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden; }
    .wrapper .wrapper-right::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      background-color: #fff; }
    .wrapper .wrapper-right::-webkit-scrollbar {
      width: 5px;
      background-color: #fff; }
    .wrapper .wrapper-right::-webkit-scrollbar-thumb {
      background-color: #30a07e;
      border-radius: 6px;
      border: 1px solid #555555; }
    @media (max-width: 767px) {
      .wrapper .wrapper-right {
        width: 100%;
        left: 0%; } }

/*WRAPPER*/
.wrapper-lo-fluid {
  float: left;
  width: 100%;
  display: block; }

.wrapper-lo {
  position: relative;
  width: 100%;
  float: left; }
  .wrapper-lo .wrapper-lo-left {
    position: absolute;
    width: 65%;
    left: 0;
    float: left;
    border-right: 1px solid #e7e7e7;
    overflow-x: hidden; }
    .wrapper-lo .wrapper-lo-left::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      background-color: #fff; }
    .wrapper-lo .wrapper-lo-left::-webkit-scrollbar {
      width: 5px;
      background-color: #fff; }
    .wrapper-lo .wrapper-lo-left::-webkit-scrollbar-thumb {
      background-color: #30a07e;
      border-radius: 6px;
      border: 1px solid #555555; }
    @media (max-width: 767px) {
      .wrapper-lo .wrapper-lo-left {
        display: none; } }
  .wrapper-lo .wrapper-lo-right {
    position: absolute;
    width: 35%;
    left: 65%;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 30px;
    padding-right: 30px; }
    .wrapper-lo .wrapper-lo-right::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      background-color: #fff; }
    .wrapper-lo .wrapper-lo-right::-webkit-scrollbar {
      width: 5px;
      background-color: #fff; }
    .wrapper-lo .wrapper-lo-right::-webkit-scrollbar-thumb {
      background-color: #30a07e;
      border-radius: 6px;
      border: 1px solid #555555; }
    @media (max-width: 767px) {
      .wrapper-lo .wrapper-lo-right {
        width: 100%;
        left: 0%; } }
    .wrapper-lo .wrapper-lo-right .panel-default {
      margin-top: 30px; }

/*SIDEBAR*/
.sidebar {
  display: block;
  float: left;
  width: 100%;
  background-color: #f8f8f8; }

.content {
  display: block;
  overflow: hidden;
  width: auto; }

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.sidebar-nav a {
  outline: none; }
  .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
    outline: none; }
.sidebar-nav ul li {
  display: block; }
.sidebar-nav ul a {
  display: block;
  padding: 10px 20px;
  color: #4D4D4D;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  .sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
    color: #000;
    background-color: #929292;
    text-decoration: none; }
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: none;
  box-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
    background-color: rgba(255, 255, 255, 0.2); }

.sidebar-nav-item {
  padding-left: 5px; }

.sidebar-nav-item-icon {
  padding-right: 5px; }

#rtlh3 small {
  transform: rotateY(180deg);
  display: inline-block; }

/*SECTION PAGE HEAD*/
.page-title-head h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px; }

/*BUTTONS*/
.btn.btn-rounded {
  border-radius: 20px; }
.btn:hover, .btn:focus {
  outline: none !important;
  outline-offset: unset !important; }

.input-group .input-group-btn .btn {
  width: 40px;
  border-radius: 0; }

/*DASHBOARD BLOCK*/
.dashbard-block .panel .panel-footer {
  padding: 6px 15px; }
.dashbard-block h3 {
  margin-top: 5px;
  margin-bottom: 3px; }

/*MODEL*/
.modal-content {
  border-radius: 0; }

/*FORM CONTROL*/
.form-control {
  border-radius: 0; }
  .form-control:hover, .form-control:focus {
    box-shadow: none;
    border: 1px solid #ccc; }

/*MESSAGE ALERT*/
/*BREADCRUMB*/
.breadcrumb {
  border-radius: 0px; }

/*INPUT FIELD*/
.input-floating {
  margin-top: -10px; }
  .input-floating label {
    transform: translateY(30px);
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-size: 15px;
    color: #ccc; }
    .input-floating label.active {
      color: #30a07e;
      font-size: 12px;
      transform: translateY(6px); }
  .input-floating .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none; }
    .input-floating .form-control.active {
      border-bottom: 2px solid #30a07e; }
  .input-floating.input-action {
    margin-top: 20px; }

/*SEARCH BOX*/
.search-box {
  margin-bottom: 20px; }
  .search-box input {
    height: 40px;
    font-size: 16px;
    box-shadow: none;
    border-right: none; }
    .search-box input:focus, .search-box input:hover {
      border-right: none; }
  .search-box .btn-default {
    height: 40px;
    background: transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    box-shadow: none; }
    .search-box .btn-default:hover, .search-box .btn-default:focus {
      background: transparent;
      border-color: #ccc; }

/*LIBRARY TABLE*/
.library-table tbody .library-action-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 5px 0px; }
  .library-table tbody .library-action-title h3 a {
    color: #000;
    text-decoration: none;
    cursor: pointer; }
    .library-table tbody .library-action-title h3 a:hover {
      color: #30a07e; }
.library-table tbody .library-action-title ul {
  margin: 0px 0 5px 0px;
  padding: 0; }
  .library-table tbody .library-action-title ul li {
    list-style: none;
    float: left; }
    .library-table tbody .library-action-title ul li a {
      font-size: 14px;
      cursor: pointer;
      text-decoration: none; }
    .library-table tbody .library-action-title ul li:after {
      content: "|";
      margin-left: 5px;
      margin-right: 5px; }
    .library-table tbody .library-action-title ul li:last-child:after {
      display: none; }
.library-table tbody .library-action-button {
  margin: 5px 0 0 0;
  padding: 0; }
  .library-table tbody .library-action-button li {
    margin-left: 5px;
    list-style: none;
    float: left; }
    .library-table tbody .library-action-button li a {
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      color: #30a07e;
      text-align: center;
      line-height: 34px;
      border: 1px solid #30a07e; }
      .library-table tbody .library-action-button li a:hover {
        color: #fff;
        background-color: #30a07e; }

/*THUMBNAIL CARD*/
.thumbnail-card {
  width: 100%;
  float: left;
  display: block; }
  .thumbnail-card .thumbnail-card-img {
    width: 100%;
    float: left;
    height: 150px;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #30a07e;
    display: flex;
    align-items: center; }
    .thumbnail-card .thumbnail-card-img img {
      width: 60%;
      margin-left: auto;
      margin-right: auto; }
  .thumbnail-card .thumbnail-card-head {
    width: 100%;
    float: left;
    cursor: pointer;
    display: table; }
    .thumbnail-card .thumbnail-card-head h2 {
      margin-top: 12px;
      font-weight: bold;
      font-size: 22px; }

/*FONT AWESOME*/
.fas.fa-gap {
  margin-right: 8px; }

/*USER PROFILE*/
.user-profile {
  width: 100%;
  float: left;
  display: block;
  margin-top: 20px; }
  .user-profile .user-profile-img {
    width: 60%;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 130px;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); }
    .user-profile .user-profile-img img {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .user-profile .user-profile-name {
    display: block;
    width: 100%;
    float: left; }
    .user-profile .user-profile-name h4 {
      margin: 0;
      margin-bottom: 10px;
      font-weight: 500;
      letter-spacing: 0.5px; }

/*# sourceMappingURL=style.css.map */
