/*!
 * AMHES THEME CORES v1.0.0
 * Copyright PT INDOGLOBAL SOLUTION PRATAMA
 * Licensed under MIT
!*/

@import url(../fonts/fonts-roboto.css);
@import url(../fonts/fonts-brankic.css);
.bg-primary {
    background: #337AB7 !important;
    color: #fff !important
}

.bg-success {
    background: #5CB85C !important;
    color: #fff !important
}

.bg-info {
    background: #5BC0DE !important;
    color: #fff !important
}

.bg-warning {
    background: #F0AD4E !important;
    color: #fff !important
}

.bg-danger {
    background: #D9534F !important;
    color: #fff !important
}

.bg-turqoise {
    background: #1abc9c !important;
    color: #fff !important
}

.bg-emerald {
    background: #2ecc71 !important;
    color: #fff !important
}

.bg-peter {
    background: #3498db !important;
    color: #fff !important
}

.bg-amethyst {
    background: #9b59b6 !important;
    color: #fff !important
}

.bg-asphalt {
    background: #34495e !important;
    color: #fff !important
}

.bg-orange {
    background: #f39c12 !important;
    color: #fff !important
}

.bg-pumpkin {
    background: #d35400 !important;
    color: #fff !important
}

.bg-pomegranate {
    background: #c0392b !important;
    color: #fff !important
}

.bg-indigo {
    background: indigo !important;
    color: #fff !important
}

.bg-teal {
    background: teal !important;
    color: #fff !important
}

.text-primary {
    color: #337AB7 !important
}

.text-success {
    color: #5CB85C !important
}

.text-info {
    color: #5BC0DE !important
}

.text-warning {
    color: #F0AD4E !important
}

.text-danger {
    color: #D9534F !important
}

.text-turqoise {
    color: #1abc9c !important
}

.text-emerald {
    color: #2ecc71 !important
}

.text-peter {
    color: #3498db !important
}

.text-amethyst {
    color: #9b59b6 !important
}

.text-asphalt {
    color: #34495e !important
}

.text-orange {
    color: #f39c12 !important
}

.text-pumpkin {
    color: #d35400 !important
}

.text-pomegranate {
    color: #c0392b !important
}

.text-indigo {
    color: indigo !important
}

.text-teal {
    color: teal !important
}

.bg-primary {
    background: #337AB7 !important;
    color: #fff !important
}

.bg-success {
    background: #5CB85C !important;
    color: #fff !important
}

.bg-info {
    background: #5BC0DE !important;
    color: #fff !important
}

.bg-warning {
    background: #F0AD4E !important;
    color: #fff !important
}

.bg-danger {
    background: #D9534F !important;
    color: #fff !important
}

.bg-turqoise {
    background: #1abc9c !important;
    color: #fff !important
}

.bg-emerald {
    background: #2ecc71 !important;
    color: #fff !important
}

.bg-peter {
    background: #3498db !important;
    color: #fff !important
}

.bg-amethyst {
    background: #9b59b6 !important;
    color: #fff !important
}

.bg-asphalt {
    background: #34495e !important;
    color: #fff !important
}

.bg-orange {
    background: #f39c12 !important;
    color: #fff !important
}

.bg-pumpkin {
    background: #d35400 !important;
    color: #fff !important
}

.bg-pomegranate {
    background: #c0392b !important;
    color: #fff !important
}

.bg-indigo {
    background: indigo !important;
    color: #fff !important
}

.bg-teal {
    background: teal !important;
    color: #fff !important
}

.text-primary {
    color: #337AB7 !important
}

.text-success {
    color: #5CB85C !important
}

.text-info {
    color: #5BC0DE !important
}

.text-warning {
    color: #F0AD4E !important
}

.text-danger {
    color: #D9534F !important
}

.text-turqoise {
    color: #1abc9c !important
}

.text-emerald {
    color: #2ecc71 !important
}

.text-peter {
    color: #3498db !important
}

.text-amethyst {
    color: #9b59b6 !important
}

.text-asphalt {
    color: #34495e !important
}

.text-orange {
    color: #f39c12 !important
}

.text-pumpkin {
    color: #d35400 !important
}

.text-pomegranate {
    color: #c0392b !important
}

.text-indigo {
    color: indigo !important
}

.text-teal {
    color: teal !important
}

.page-header {
    border: none;
    padding: 0;
    margin: 0
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 10px 0
}

.label {
    font-size: 1em
}

.panel {
    border-radius: 3px;
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    background: #fff
}

.panel .panel-heading {
    border-radius: 0;
    border: none !important
}

.panel .panel-heading h3 {
    margin: 0;
    padding: 0
}

.panel .panel-heading h4 {
    margin: 0;
    padding: 0
}

.panel .panel-heading a {
    text-decoration: none !important
}

.panel .panel-body {
    border: none !important
}

.panel .panel-footer {
    background: #eee;
    border-radius: 0;
    border: none
}

.panel.panel-transparent {
    background: none;
    box-shadow: none
}

.panel.panel-transparent .panel-heading {
    padding: 0
}

.panel.panel-transparent .panel-body {
    padding: 15px 0
}

.panel.panel-transparent .form-horizontal .form-group {
    padding: 0;
    border-bottom: none
}

.panel-group {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2)
}

.panel-group .panel {
    box-shadow: none;
    margin: 0 !important
}

.panel-group .panel.panel-default .panel-heading {
    border-bottom: 1px solid #ddd !important
}

.jumbotron {
    padding: 30px;
    background: #fff
}

.btn {
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0px 12px;
    height: 28px;
    line-height: 28px;
    font-size: 13px
}

.btn.btn-default {
    background: #dfdfdf
}

.btn.btn-link {
    box-shadow: none !important
}

.btn.btn-raised {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    transition: all 200ms ease-in-out
}

.btn.btn-raised:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important
}

.btn.btn-raised.btn-default {
    background: #fff
}

.btn.btn-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0
}

.btn.btn-flat {
    background: none !important;
    box-shadow: none !important
}

.btn.btn-flat .ripple-effect {
    background: #aaa
}

.btn.btn-flat.btn-primary {
    color: #337AB7 !important
}

.btn.btn-flat.btn-success {
    color: #5CB85C !important
}

.btn.btn-flat.btn-info {
    color: #5BC0DE !important
}

.btn.btn-flat.btn-warning {
    color: #F0AD4E !important
}

.btn.btn-flat.btn-danger {
    color: #D9534F !important
}

.dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.nav-tabs li {
    margin: 0
}

.nav-tabs li a {
    border-radius: 0;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    position: relative;
    margin: 0;
    overflow: hidden;
    display: block;
    color: #aaa;
    transition: all 200ms ease-in-out
}

.nav-tabs li a:hover {
    border-bottom: 2px solid teal !important;
    background: none
}

.nav-tabs li.active {
    margin: 0
}

.nav-tabs li.active a {
    color: #111;
    border-bottom: 2px solid teal !important
}

.tab-content {
    padding: 15px
}

.modal {
    text-align: center
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border: none;
    overflow: visible
}

.modal .modal-dialog .modal-content {
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border: none
}

.modal .modal-dialog .modal-content .modal-header {
    border: none
}

.modal .modal-dialog .modal-content .modal-footer {
    border: none
}

.modal .modal-dialog.fixed-footer .modal-content {
    position: relative;
    height: 400px
}

.modal .modal-dialog.fixed-footer .modal-content .modal-header {
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff
}

.modal .modal-dialog.fixed-footer .modal-content .modal-footer {
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border-top: 1px solid #ddd
}

.modal .modal-dialog.fixed-footer .modal-content .modal-body {
    position: absolute;
    top: 55px;
    left: 0;
    bottom: 62px;
    right: 0;
    overflow: auto
}

.modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(0.8);
    transition: all 300ms cubic-bezier(0.87, -0.41, 0.19, 1.44) !important;
    overflow: auto
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: scale(1)
}

.popover {
    border-radius: 2px;
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 3px 0px rgba(0, 0, 0, 0.3)
}

.form-horizontal .form-group {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.form-horizontal .form-group:last-child {
    border-bottom: none
}

.form-horizontal .form-group .control-label {
    text-align: left
}

.form-group .form-control {
    box-shadow: none !important;
    border-radius: 0
}

.form-group .form-control.rounded {
    border-radius: 50px
}

.input-group-btn .btn {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    height: 30px !important;
    line-height: 30px !important
}

.input-group-addon {
    border-radius: 0 !important
}

.input-group-addon [type="checkbox"],
.input-group-addon [type="radio"] {
    top: 1px
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.control-label {
    padding-top: 5px !important
}

.table {
    background: #fff
}

.table thead {
    border: none
}

.table thead tr {
    border: none
}

.table thead tr th {
    background: #ddd;
    color: #111;
    border-bottom: none;
    font-size: 14px;
    font-weight: 300
}

.table thead tr th:after {
    color: #111 !important;
    opacity: 1 !important
}

.table thead tr th a {
    color: #fff;
    text-decoration: none
}

.table tbody tr {
    border: none
}

.table tbody tr td {
    border-color: #ddd
}

.table tbody tr td.action {
    white-space: nowrap
}

.table tbody tr td.action .btn {
    position: relative
}

.table tbody tr td.action .dropdown-menu {
    left: auto;
    right: 0
}

.table tbody tr td .label {
    font-size: 11px
}

.pagination li a {
    border-radius: 3px !important;
    margin: 0 2px !important;
    border: none !important
}

.pagination li.active a {
    background: #337AB7
}

[data-toggle="fullscreen"]::before {
    content: "Fullscreen";
    position: absolute;
    background: #000;
    top: 60px;
    right: 0;
    padding: 0px 15px;
    line-height: 30px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #aaa !important;
    opacity: 0
}

[data-toggle="fullscreen"]::after {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #000;
    top: 40px;
    right: 18px;
    opacity: 0
}

[data-toggle="fullscreen"]:hover::before {
    opacity: 1
}

[data-toggle="fullscreen"]:hover::after {
    opacity: 1
}

:-webkit-full-screen [data-toggle="fullscreen"] i::before {
    content: "\ea33"
}

:-moz-full-screen [data-toggle="fullscreen"] i::before {
    content: "\ea33"
}

:full-screen [data-toggle="fullscreen"] i::before {
    content: "\ea33"
}

:-webkit-full-screen [data-toggle="fullscreen"]::before {
    content: "RESTORE"
}

.dropdown-user .avatar {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    border-radius: 50%
}

.scroller::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.scroller::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px
}

.scroller::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2)
}

.scroller.scroller-inverse::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2)
}

.control-panel a {
    display: block;
    text-align: center;
    min-height: 220px;
    text-decoration: none !important
}

.control-panel a:hover h4 {
    color: #111
}

.control-panel a:hover p {
    color: #222
}

.control-panel a h4 {
    font-size: 16px;
    font-weight: bold;
    color: #555
}

.control-panel a p {
    color: #888
}

.control-panel a img {
    width: 100px !important
}

.widget h3 {
    font-weight: 300;
    margin: 0 0 15px;
    font-size: 20px
}

.thumbnail {
    padding: 0;
    margin: 0;
    border: none
}

.thumbnail.thumbnail-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.thumbnail.thumbnail-circle {
    border-radius: 50%
}

.dashboard-tab .nav-tabs {
    border: none
}

.dashboard-tab .nav-tabs li a {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #aaa;
    margin: 0;
    border: none;
    border-bottom: 2px solid transparent
}

.dashboard-tab .nav-tabs li a i {
    font-size: 20px;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px
}

.dashboard-tab .nav-tabs li.active a {
    color: #111;
    border-bottom: 2px solid teal
}

.dashboard-profile {
    background: #3498db;
    color: #fff;
    padding: 15px
}

.dashboard-content {
    position: absolute;
    top: 0px;
    left: 0;
    right: 300px;
    bottom: 0;
    overflow: auto;
    padding: 30px;
    transition: all 300ms ease-in-out
}

.dashboard-sidebar {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 300px;
    box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out
}

.dashboard-sidebar .dashboard-sidebar-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #111;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -40px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

.dashboard-sidebar .dashboard-sidebar-toggler .fa {
    transition: all 300ms ease-in-out
}

.dashboard-sidebar .dashboard-sidebar-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto
}

.morph .dashboard-content {
    right: 0
}

.morph .dashboard-sidebar {
    transform: translate(100%, 0)
}

.morph .dashboard-sidebar .dashboard-sidebar-toggler .fa {
    transform: rotate(180deg)
}

.listitem {
    list-style: none;
    margin: 0;
    padding: 0
}

.listitem li {
    padding: 15px 0
}

.listitem.bordered li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 15px
}

.listitem.bordered li:last-child {
    border-bottom: none
}

.ripple {
    overflow: hidden;
    position: relative
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4
    }
    to {
        transform: scale(100);
        opacity: 0
    }
}

.icon-label {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    display: block;
    background: #eee;
    overflow: hidden;
    text-align: center
}

.icon-label i {
    margin: 0
}

#header .dropdown .dropdown-toggle {
    height: 60px;
    line-height: 60px
}

#header .dropdown .dropdown-menu {
    min-width: 250px;
    border: none;
    background: #080808;
    padding: 15px;
    border-radius: 0
}

#header .dropdown .dropdown-menu li a {
    color: #aaa;
    border-radius: 3px;
    padding: 8px 10px
}

#header .dropdown .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

#header .dropdown .dropdown-menu li.divider {
    background: rgba(255, 255, 255, 0.1)
}

.dropdown-user .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    padding: 0
}

.dropdown-notification .dropdown-menu {
    padding: 0 0 15px !important
}

.dropdown-notification .dropdown-menu li.time {
    padding: 15px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em
}

.dropdown-notification .dropdown-menu li a {
    color: #fff !important;
    padding: 10px 15px !important
}

.dropdown-notification .dropdown-menu li a .icon-label i {
    color: #fff
}

.the-icons {
    list-style: none;
    margin: 0;
    padding: 0
}

.the-icons li {
    padding: 10px;
    font-size: 14px
}

.the-icons li .fa {
    margin-right: 5px;
    width: 30px;
    text-align: left
}

.checkbox,
.radio {
    padding-top: 7px;
    padding-left: 5px
}

.checkbox-inline,
.radio-inline {
    padding-top: 7px;
    padding-left: 25px
}

input[type="checkbox"] {
    position: relative;
    top: 5px;
    cursor: pointer;
    outline: none !important;
    border: none;
    background: none
}

input[type="checkbox"]:before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px
}

input[type="checkbox"]:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    top: 1px;
    left: 1px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-90deg);
    opacity: 0;
    transition: all 0.2s ease-in-out
}

input[type="checkbox"]:checked:before {
    background: teal;
    border-color: teal
}

input[type="checkbox"]:checked:after {
    opacity: 1;
    transform: rotate(-45deg)
}

input[type="radio"] {
    position: relative;
    top: 5px;
    cursor: pointer;
    outline: none !important;
    border: none;
    background: none
}

input[type="radio"]:before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%
}

input[type="radio"]:after {
    content: "";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background: teal;
    border-radius: 50%;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s ease-in-out
}

input[type="radio"]:checked:before {
    border-color: teal
}

input[type="radio"]:checked:after {
    transform: scale(1);
    opacity: 1
}

input.switch[type="checkbox"] {
    position: relative;
    top: 5px;
    left: 9px;
    cursor: pointer;
    outline: none !important;
    border: none;
    background: none;
    margin-right: 20px
}

input.switch[type="checkbox"]:before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 30px;
    height: 12px;
    background: #ccc;
    border-radius: 3px;
    border: none;
    border-radius: 20px
}

input.switch[type="checkbox"]:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    top: -4px;
    left: -14px;
    border: none;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.2s ease-in-out
}

input.switch[type="checkbox"]:checked:before {
    background: #aaa;
    border-color: #aaa
}

input.switch[type="checkbox"]:checked:after {
    opacity: 1;
    left: 5px;
    transform: rotate(0);
    background: teal
}

#toast-container>div {
    opacity: 1 !important;
    box-shadow: none !important
}

#toast-container[class*=toast-top-] {
    top: 70px !important
}

#toast-container.toast-top-full-width {
    top: 0 !important;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    width: auto
}

#toast-container.toast-top-full-width>div {
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important
}

#toast-container.toast-bottom-full-width {
    bottom: 0 !important;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    width: auto
}

#toast-container.toast-bottom-full-width>div {
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important
}

.multicolumn-select {
    margin: 0
}

.multicolumn-select [class*=col-sm] {
    height: 400px;
    overflow: auto;
    position: relative
}

.multicolumn-select [class*=col-sm][class=col-sm-5] {
    border: 1px solid #ddd;
    padding: 0
}

.multicolumn-select [class*=col-sm][class=col-sm-2] {
    padding: 0
}

.multicolumn-select [class*=col-sm][class=col-sm-2] .button-set {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.table.dataTable th:after {
    color: #111
}

.table.dataTable th.sorting_asc:after {
    font-family: 'FontAwesome';
    content: "\f0de"
}

.table.dataTable th.sorting_desc:after {
    font-family: 'FontAwesome';
    content: "\f0dd"
}

.table.dataTable th.sorting:after {
    font-family: 'FontAwesome';
    content: "\f0dc"
}

.advance-search {
    position: relative;
    min-height: 30px
}

.advance-search .btn-advance-search {
    background: none !important;
    border: none !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.advance-search .btn-advance-search .fa {
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear
}

.advance-search .btn-advance-search.active i.fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.advance-search .advance-search-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 999;
    overflow: hidden;
    padding: 30px 15px 15px;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
    height: auto !important
}

.advance-search .advance-search-box.collapse {
    display: none !important
}

.advance-search .advance-search-box.collapse.in {
    display: block !important
}

.advance-search .advance-search-box .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: none;
    font-size: 14px;
    color: #aaa;
    outline: none
}

.advance-search .advance-search-box .form label,
.advance-search .advance-search-box .form .form-control,
.advance-search .advance-search-box .form .form-group {
    display: block;
    float: none
}

.advance-search .advance-search-box .form .form-control {
    width: 100%
}

.advance-search .advance-search-box .form .form-group {
    margin-bottom: 15px
}

.advance-search>.form-control {
    width: 500px !important;
    max-width: 100% !important
}

.select2-container .select2-selection,
.select2-container .select2-selection--single {
    border-radius: 0 !important;
    border-color: 1px solid #ddd !important
}

.select2-container .select2-search__field {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.form-group .select2-container.select2-container--default>.selection>.select2-selection.select2-selection--single {
    border-radius: 0 !important;
    border-color: 1px solid #ddd !important;
    border-color: #ddd !important
}

.wizard ul.steps {
    background: #EDEDED
}

.wizard .top-actions {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

@media print {
    #header,
    #side-control,
    #side-nav,
    .breadcrumb,
    .dataTables_length,
    .dataTables_filter,
    .dataTables_paginate,
    .dataTables_info,
    th::after {
        display: none !important
    }
    #wrapper {
        margin: 0 !important
    }
    #wrapper .page-header {
        padding: 0 15px !important
    }
    .main-content {
        padding: 0 !important
    }
    .main-content .panel-body {
        padding: 0 !important
    }
    .custom-header {
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 2px solid black;
        margin-bottom: 15px
    }
    .custom-header .custom-header-logo {
        width: 100px;
        float: left
    }
    .custom-header .custom-header-title {
        margin-left: 115px
    }
    .table,
    table.table.datatable-basic,
    table.table.dataTable {
        border: 1px solid #000 !important;
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        border-color: #000 !important
    }
    .table thead,
    .table tbody,
    .table tfoot,
    table.table.datatable-basic thead,
    table.table.datatable-basic tbody,
    table.table.datatable-basic tfoot,
    table.table.dataTable thead,
    table.table.dataTable tbody,
    table.table.dataTable tfoot {
        border: none !important
    }
    .table th,
    .table td,
    table.table.datatable-basic th,
    table.table.datatable-basic td,
    table.table.dataTable th,
    table.table.dataTable td {
        border: 1px solid #000 !important;
        background: #fff !important;
        font-size: 12px !important;
        padding: 5px !important
    }
}

*,
*:after,
*::before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px
}

html,
body {
    height: 100%
}

body {
    background: #eee;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-top: 60px;
    transition: all 200ms ease-in-out
}

body.setting-active {
    transform: translate3d(-320px, 0, 0)
}

body.side-nav-open .menu-toggle .bar {
    transform: rotate(0deg) !important
}

body.side-nav-open .menu-toggle .bar:before {
    width: 20px !important;
    left: 0px !important;
    transform: translate3d(0, -5px, 0) rotate(0deg) !important
}

body.side-nav-open .menu-toggle .bar:after {
    width: 20px !important;
    left: 0px !important;
    transform: translate3d(0, 5px, 0) rotate(0deg) !important
}

body.side-nav-open #side-nav {
    transform: translate3d(0, 0, 0)
}

body.side-nav-open #wrapper {
    margin-left: 240px
}

body.side-control-open #header {
    left: 60px
}

body.side-control-open #side-nav {
    left: 60px
}

body.side-control-open #wrapper {
    margin-left: 60px
}

body.side-control-open #side-control {
    transform: translate3d(0, 0, 0)
}

body.side-control-open #side-control .control-toggler i.fa:before {
    content: "\f205"
}

body.side-nav-open.side-control-open #wrapper {
    margin-left: 300px
}

.font-regular {
    font-family: 'Roboto', sans-serif
}

.font-thin,
body.dashboard .dashboard-content .page-header h1 {
    font-family: 'RobotoThin', sans-serif
}

.font-light {
    font-family: 'RobotoLight', sans-serif
}

.font-bold,
#side-control .tooltip .tooltip-inner {
    font-family: 'RobotoBold', sans-serif
}

.nopadding {
    padding: 0
}

.nomargin {
    margin: 0
}

.notransition *,
.notransition *:before,
.notransition *:after {
    transition: none !important
}

.pace-running *,
.pace-running *:before,
.pace-running *:after {
    transition: none !important
}

#header {
    background: #282D37;
    color: #fff;
    padding: 0;
    border: none;
    z-index: 99;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    border-radius: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3)
}

#header .navbar-header {
    margin-left: -15px;
    padding: 5px 0
}

#header .navbar-header .menu-toggle {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 60px;
    text-align: center;
    padding: 0;
    background: none;
    color: #fff;
    font-size: 14px;
    position: relative
}

#header .navbar-header .menu-toggle .bar {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -1px;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: all 200ms ease-in-out;
    transform: rotate(180deg)
}

#header .navbar-header .menu-toggle .bar:before,
#header .navbar-header .menu-toggle .bar:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    left: 8px;
    background: #fff;
    transition: all 200ms ease-in-out;
    transform: translate3d(0, -5px, 0) rotate(45deg)
}

#header .navbar-header .menu-toggle .bar:after {
    transform: translate3d(0, 5px, 0) rotate(-45deg)
}

#header .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 300
}

#header .navbar-header .navbar-brand strong {
    color: #fff
}

#header .navbar-form {
    background: rgba(255, 255, 255, 0.3);
    padding: 0;
    margin-top: 15px;
    border-radius: 3px
}

#header .navbar-form .form-control {
    border: none;
    width: 400px;
    background: none;
    outline: none;
    padding: 0 10px;
    height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    color: #fff
}

#header .navbar-form .btn {
    border: none;
    background: none;
    outline: none;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}

#header .navbar-nav>li>a {
    line-height: 60px;
    padding: 0 15px
}

#header .navbar-nav>li>a .icon {
    font-size: 25px;
    padding: 0;
    line-height: 60px
}

#header .navbar-nav>li>a .badge {
    position: absolute;
    top: 10px;
    right: 0px;
    background: #e74c3c;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    padding: 0;
    border-radius: 50%
}

#side-control {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 70px;
    z-index: 999;
    background: transparent;
    transform: translate3d(-60px, 0, 0);
    transition: all 200ms ease-in-out
}

#side-control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    background: #111
}

#side-control .tooltip {
    position: fixed;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 0
}

#side-control .tooltip .tooltip-arrow {
    display: none
}

#side-control .tooltip .tooltip-inner {
    border-radius: 0;
    text-transform: uppercase
}

#side-control .nav-container {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 60px;
    overflow: hidden
}

#side-control .nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -17px;
    overflow: auto
}

#side-control .nav li {
    padding: 5px 10px
}

#side-control .nav li a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: block;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    transition: all 200ms ease-in-out;
    background: none
}

#side-control .nav li a .icon {
    font-size: 22px;
    width: 30px;
    margin: 5px;
    height: auto;
    opacity: 0.5;
    transition: all 200ms ease-in-out
}

#side-control .nav li a span {
    position: fixed;
    text-align: left;
    white-space: nowrap;
    left: 100%;
    background: #333;
    display: none
}

#side-control .nav li a:hover {
    background: none
}

#side-control .nav li a:hover .icon {
    opacity: 1
}

#side-control .nav li .tooltip {
    font-size: 11px
}

#side-control .control-toggler {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #3498db;
    text-decoration: none;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5)
}

#side-nav {
    position: fixed;
    top: 60px;
    left: 0px;
    bottom: 0px;
    padding: 0;
    z-index: 3;
    width: 240px;
    background: #ddd;
    overflow: auto;
    transform: translate3d(-100%, 0, 0);
    transition: all 200ms ease-in-out
}

#side-nav ul.nav {
    margin: 0;
    padding: 0
}

#side-nav ul.nav li a {
    color: #333;
    transition: all 100ms ease-in-out
}

#side-nav ul.nav li a:hover {
    background: rgba(0, 0, 0, 0.1)
}

#side-nav ul.nav li a i.icon {
    width: 30px
}

#side-nav ul.nav li a .arrow {
    float: right
}

#side-nav ul.nav li ul {
    display: none;
    background: rgba(0, 0, 0, 0.05);
    list-style: none
}

#side-nav ul.nav li ul li a {
    padding: 8px 10px 8px 50px;
    display: block
}

#side-nav ul.nav li ul li a:hover {
    text-decoration: none
}

#side-nav ul.nav li.header {
    color: #aaa;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold
}

#side-nav ul.nav li.header:not(:first-child) {
    margin-top: 15px
}

#side-nav ul.nav li.active>a {
    background: #00ACC4;
    color: #fff
}

#side-nav ul.nav li.active>ul {
    display: block
}

#side-nav ul.nav li ul li.active a {
    background: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    color: #333
}

#setting-control {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    padding: 30px;
    z-index: 30;
    width: 320px;
    box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);
    transform: translate3d(100%, 0, 0)
}

#setting-control h4 {
    font-weight: 300
}

#wrapper {
    position: relative;
    min-height: 100%;
    transition: all 200ms ease-in-out
}

#wrapper .page-header {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    background: #fff;
    position: relative;
    z-index: 2
}

#wrapper .page-header .page-header-content {
    position: relative;
    z-index: 2
}

#wrapper .page-header .page-header-content .page-title h4 {
    font-weight: 300;
    font-size: 20px
}

#wrapper .page-header .page-header-content .page-title h4 i {
    margin-right: 10px
}

.main-content {
    padding: 15px
}

.main-content.dashboard {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

body.dashboard {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    overflow: hidden
}

/* body.dashboard .dashboard-content {
    background: rgba(0, 0, 0, 0.5);
    overflow: auto
} */

body.dashboard .dashboard-content {
    background: rgba(0, 0, 0, 0.5);
    overflow: auto
}

body.dashboard .dashboard-content .page-header {
    position: relative
}

body.dashboard .dashboard-content .page-header h1 {
    margin: 0 0 80px;
    color: #fff;
    text-align: center
}

body.dashboard .dashboard-content:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #173648 url(../images/background/login-bg.jpg) no-repeat center;
    background-size: cover;
    filter: blur(20px);
    opacity: 0.5;
    z-index: -1
}

body.dashboard .dashboard-content .control-panel a h4 {
    color: #fff
}

body.dashboard .dashboard-content .control-panel a p {
    color: rgba(255, 255, 255, 0.7)
}

body.login {
    background: #173648 url(../images/background/login-bg.jpg) no-repeat center;
    background-size: cover
}

body.login .login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    max-width: 100%;
    transform: translate(-50%, -50%)
}

body.login .login-wrapper .login-info {
    position: absolute;
    top: 50%;
    right: 0;
    width: 300px;
    height: 310px;
    background: #4CAF50;
    padding: 21px;
    transform: translate(0, -50%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    color: #fff;
    border-radius: 0;
    text-align: center
}

body.login .login-wrapper .login-info img {
    width: 85px;
    height: auto
}

body.login .login-wrapper .login-info img h1 {
    font-weight: 300
}

body.login .login-wrapper .login-info img h3 {
    font-weight: 200
}

body.login .login-wrapper .login-form {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 35px;
    height: 310px;
    margin-right: 300px;
    border-radius: 0
}

body.login .login-wrapper .login-form .form-group .input-group {
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ccc
}

body.login .login-wrapper .login-form .form-group .input-group .input-group-addon {
    border: none;
    background: #fff;
    color: #c0392b
}

body.login .login-wrapper .login-form .form-group .input-group .form-control {
    height: 35px;
    border: none
}

body.login .login-wrapper .login-form .form-group .btn {
    border-radius: 50px;
    padding: 0px 30px;
    height: 35px
}

body.login .login-wrapper .login-form .header #login-title {
    margin-top: 5px;
    margin-bottom: 24px;
    -webkit-margin-after: 24px;
    text-align: center
}


/*# sourceMappingURL=style.min.css.map */