/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v18-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-100.woff2") format("woff2"), url("../fonts/roboto-v18-latin-100.woff") format("woff"), url("../fonts/roboto-v18-latin-100.ttf") format("truetype"), url("../fonts/roboto-v18-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300.woff") format("woff"), url("../fonts/roboto-v18-latin-300.ttf") format("truetype"), url("../fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-500.woff2") format("woff2"), url("../fonts/roboto-v18-latin-500.woff") format("woff"), url("../fonts/roboto-v18-latin-500.ttf") format("truetype"), url("../fonts/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v18-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-900.woff2") format("woff2"), url("../fonts/roboto-v18-latin-900.woff") format("woff"), url("../fonts/roboto-v18-latin-900.ttf") format("truetype"), url("../fonts/roboto-v18-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */ }
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #343f4f;
    color: #fff;
    transition: all 0.3s;
    position:fixed;
    height:calc(100vh - 33px);
}

#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s; 
}

#sidebar .sidebar-header {
    padding: 30px;
    text-align: center;
    background: #2c3645; 
}

#sidebar .footer {
    position: absolute;
    bottom: 110px;
    left: 80px;
    display: none; 
}

#sidebar .footer a {
    font-size: 0.9em; 
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #2c3645;
}

/* #sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
} */

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
    /* border-bottom: 1px solid #2c3645; */
}
/* #sidebar ul li a.dropdown-toggle {
    border-bottom: 1px solid #2c3645;
} */

#sidebar ul li a:hover {
    color: #343f4f !important;
    background: #fff !important;
}

#sidebar .menu_item.active{
  color: #343f4f !important;
    background: #fff !important;
}

/* #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #2c3645;
} */
#sidebar ul li{
    background: #2c3645;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.dropdown-toggle[aria-expanded="false"]::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #343f4f;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px; }
    #sidebar .footer {
      display: block; }

  #sidebar.active {
    margin-left: 0; }

  #sidebarCollapse span {
    display: none; } }
.navbar {
  padding: 2px 15px;
  background: #343f4f; }
  .navbar .material-icons{
    color:#fff;
    font-size:28px;
  }
  .navbar .material-icons:hover{
    color:#007bff;
    font-size:28px;
  }
  .navbar .fa-sign-out-alt {
    color: gray;
    font-size: 28px !important; }
  .navbar #sidebarCollapse {
    display: none; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .navbar #sidebarCollapse {
    display: block; } }
.loginForm {
  margin-top: 70px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.17);
  border-radius: 10px; }
  .loginForm .header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 50px;
    text-align: center;
    background: #343f4f; }
    .loginForm .header img {
      width: 180px; }
  .loginForm .body {
    padding: 50px 20px 0 20px; }
    .loginForm .body .btn-dark {
      background: #343f4f; }
  .loginForm .footer {
    text-align: center;
    padding: 20px; }
    .loginForm .footer a {
      color: gray;
      font-size: 14px; }

@media (max-width: 576px) {
  .loginForm {
    margin-top: -2px;
    border-radius: 0px;
    box-shadow: none; }
    .loginForm .header {
      border-top-left-radius: 00px;
      border-top-right-radius: 00px;
      padding: 50px; }
    .loginForm .body {
      padding: 30px 20px; }
    .loginForm .footer {
      padding: 5px; } }
body {
  font-family: 'Roboto';
  font-weight: 400; }

input, input::placeholder, .btn, .dropdown-item {
  font-size: 14px !important; }

input::placeholder {
  color: #999;
  font-weight: 300 !important; }

label.title {
  color: black;
  font-weight: 400 !important; }

i {
  width: 24px; }

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999; }

  .table td, .table th{
    vertical-align: inherit;
  }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  padding: 10px;
  height: calc(100vh - 50px);
  transition: all 0.3s;
  margin-left: 250px;
  width: 100%; }
  #content table {
    font-size: 14px; }
    #content table .sort {
      text-align: right;
      width: 100px; }
    #content table .green {
      color: green; }
    #content table .btn-sm {
      border-radius: 30px;
      padding-right: 10px;
      padding-left: 10px;
      font-weight: 300;
      width: 90px; }

.modal iframe {
  width: 100% !important;
  height: 200px !important; }

.modal-body table tbody {
  padding: 30px;
  font-size: 14px; }
.modal-body table th {
  text-align: right;
  padding: 10px; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #content {
    padding: 0px;
    margin-left: 0px; } }

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

/* ---------------------------------------------------
    Pagination
----------------------------------------------------- */
.paging { text-align: center; }
.page__item + .page__item { margin-left: 5px; }
.page__hidden { margin: 0 5px; }
.page__item[status=active] { font-weight: bold; text-decoration: underline; }

/* remove select border */
input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}