html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Montserrat', sans-serif !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -120px;
    padding: 0 0 120px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 120px;
    background-color: #5A6B85;
    padding-top: 20px;
    border-top: none;
    color: #CACACA;
}

.footer a, .footer a:hover, .footer a:visited {
    color: #CACACA;
    text-decoration: underline;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.main-panel:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url("../images/background_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar.navbar-transparent {
    background-color: rgba(255,255,255,0.6);
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox .checkbox-material {
    top: 1px !important;
}

.radio label, .checkbox label {
    font-size: 12px !important;
}

.navbar-right {
    margin-right: 0 !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 900 !important;
}

/*.login-page {*/
/*    background-image: url("../images/background.jpg");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

.no-people {
    height: 130px;
    font-size: 80px !important;
    padding-top: 22px;
    background: linear-gradient(60deg, #66bb6a, #43a047);
    color: white;
    width: 130px;
}

.breadcrumb-outer {
    float: left;
    margin-bottom: 0;
}
.breadcrumb-outer .breadcrumb {
    background: none;
    padding: 15px 15px 0;
}


.button-outer {
    margin-bottom: 20px;
}

.button-outer .nav-pills > li {
    margin-right: 10px;
}

.top-margin {
    margin-top: -20px;
}

.table-responsive {
    border: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

.card .card-content {
    margin-bottom: 0;
}

.card img {
    height: auto;
}

.nav-pills.nav-pills-info .nav-link, .nav-pills.nav-pills-info .nav-link.active, .nav-pills.nav-pills-info .nav-link.active:focus, .nav-pills.nav-pills-info .nav-link.active:hover {
    background-color: #00bcd4;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4);
    color: #fff
}

.nav-pills.nav-pills-rose .nav-link, .nav-pills.nav-pills-rose .nav-link.active, .nav-pills.nav-pills-rose .nav-link.active:focus, .nav-pills.nav-pills-rose .nav-link.active:hover {
    background-color: #e91e63;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4);
    color: #fff
}

.nav-pills.nav-pills-success .nav-link, .nav-pills.nav-pills-success .nav-link.active, .nav-pills.nav-pills-success .nav-link.active:focus, .nav-pills.nav-pills-success .nav-link.active:hover {
    background-color: #4caf50;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4);
    color: #fff
}

.nav-pills.nav-pills-warning .nav-link, .nav-pills.nav-pills-warning .nav-link.active, .nav-pills.nav-pills-warning .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-link.active:hover {
    background-color: #ff9800;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4);
    color: #fff
}

.nav-pills.nav-pills-danger .nav-link, .nav-pills.nav-pills-danger .nav-link.active, .nav-pills.nav-pills-danger .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-link.active:hover {
    background-color: #f44336;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(244, 67, 54, .4);
    color: #fff
}

.nav-pills.nav-pills-icons .nav-link {
    border-radius: 4px
}

.summary {
    display: none;
}

.dataTables_length label {
    margin-top: 5px;
}

.pagination {
    margin: 0 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #43a047 !important;
    border-color: #43a047 !important;
}

input[type='search'] {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
    height: 36px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.42857;
}

input[type='search'] {
    border: 0;
    background-image: linear-gradient(60deg, #66bb6a, #43a047), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

input[type='search']::-moz-placeholder {
    color: #AAAAAA;
    font-weight: 400;
}

input[type='search']:-ms-input-placeholder {
    color: #AAAAAA;
    font-weight: 400;
}

input[type='search']::-webkit-input-placeholder {
    color: #AAAAAA;
    font-weight: 400;
}

input[type='search']:focus {
    border-color: #43a047;
}

.card-content .form-horizontal .form-group button[type='submit'] {
    margin-top: 8px !important;
    margin-left: 15px;
}

.card-content .form-horizontal .form-group label.control-label {
    line-height: 3 !important;
}

.form-without-margin-top .form-group {
    margin-top: 5px;
}

.dataTables_wrapper .form-group.form-group-sm input {
    font-size: 14px;
}

.dataTables_wrapper .form-group.form-group-sm {
    margin: 0 !important;
}

.dataTable .kv-table-footer {
    background: lavender;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collapse ul.nav {
    margin-top: 0;
}

.sidebar .nav li > a, .sidebar .nav li > form, .off-canvas-sidebar .nav li > a {
    margin: 5px;
}

.sidebar .nav i, .off-canvas-sidebar .nav i {
    margin-right: 10px;
}

.sidebar .sidebar-wrapper .sidebar-mini {
    text-transform: uppercase;
    width: 30px;
    margin-right: 10px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    float: left;
    display: inherit;
}

.sidebar .sidebar-wrapper .sidebar-normal {
    margin: 0;
    position: relative;
    transform: translateX(0);
    opacity: 1;
    white-space: nowrap;
    display: block;
}

.sidebar .nav .caret {
    margin-top: 13px;
    position: absolute;
    right: 16px;
}

.modal-footer {
    padding: 24px !important;
}

.btn.btn-xs, .xs .btn, .navbar .navbar-nav > li > a.btn.btn-xs, .btn-group-xs .navbar .navbar-nav > li > a.btn {
    padding: 7px;
    font-size: 11px;
    margin: 5px 1px;
}

.navbar.navbar-inverse {
    border: none;
}

.sidebar .sidebar-background:after, .off-canvas-sidebar .sidebar-background:after {
    opacity: 0.8;
}

.form-group {
    padding-bottom: 7px;
    margin: 10px 0 0 0;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: none;
    border-left: none;
}

.table-bordered > tbody > tr > td:last-child, .table-bordered > tbody > tr > th:last-child, .table-bordered > tfoot > tr > th:last-child, .table-bordered > tfoot > tr > td:last-child, .table-bordered > thead > tr > th:last-child {
    border-right: none;
}

.card .card-header .title {
    display: inline-block;
}

.btn.btn-rounded {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    transition: all .3s;
    border-radius: 30px;
    color: #FFFFFF;
    margin: auto;
}

.detail-view td > a > img {
    border: 2px solid transparent;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.detail-view td > a > img:hover {
    border: 2px solid rgba(182, 182, 182, 0.2);
}

.datepicker {
    z-index: 901 !important;
}

.open-bill {
    border-radius: 30px;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: rgba(161, 161, 161, 1) !important;
}

.btn.btn-primary {
    /*background: linear-gradient(60deg, rgba(161, 161, 161, 1), rgba(182, 182, 182, 1)) !important;*/
    box-shadow: 0 12px 20px -10px rgba(162, 162, 162, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(161, 161, 161, 0.2);
}

.form-control, .form-group .form-control {
    background-image: linear-gradient(60deg, rgba(182, 182, 182, 0.2), rgba(161, 161, 161, 0.2)), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

.sidebar .sidebar-background:after, .off-canvas-sidebar .sidebar-background:after {
    background: none !important;
}

.sidebar .nav li > a, .off-canvas-sidebar .nav li > a {
    color: #FFFFFF !important;
}

.sidebar .logo .simple-text, .off-canvas-sidebar .logo .simple-text {
    color: #FFFFFF !important;
}

.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary:hover {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.sidebar .delimiter:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 1px;
    width: 80%;
    background-color: rgba(180, 180, 180, 0.3);
}