html,
body {
    height: 100%;
}

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

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

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

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

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

/* 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;
}

.radio label, .checkbox label {
    font-size: 11px !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, #ab47bc, #8e24aa);
    color: white;
    width: 130px;
}

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

.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: #9c27b0 !important;
    border-color: #9c27b0 !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(#9c27b0, #9c27b0), 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: #9c27b0;
}

.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 #9c27b0;
}

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

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