html,
body {
    height: 100%;
}

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

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

.container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}

.container-iframe {
    padding-left: 0px;
    padding-right: 10px;
    overflow-x: hidden !important;
}

.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;
}

.grid-view > .table {
    margin-bottom: 0;
}

.kv-expanded-row .kv-grid-table {
    margin-bottom: 0;
}

.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;
}

.navbar {
    z-index: 1600 !important;
}

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

div.required label.control-label:after {
    content: " *";
    color: red;
}

.modal-fs {
    top: 50px;
}

.modal-backdrop {
    top: 50px;
}

.modal-backdrop[style*="z-index"] {
    z-index: 1050 !important;
}

.modal-fs .modal-header {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    padding: 0px;
}
.modal-fs .modal-header .close {
    color: white !important;
    opacity: 0.7 !important;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    background-color: black;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500;
    text-shadow: 0 0 0 #fff;
}

.modal-fs .modal-header .close:hover {
    opacity: 1 !important;
}

.modal-fs.modal-iframe .modal-body {
    padding: 0 !important;
    overflow: hidden !important;
}

.modal-fs .modal-body {
    padding: 0 !important;
    top: 0;
}

.modal-fs #modal-fs-content {
    padding: 10px 20px 10px 20px !important;
    width: 100%;
}

.modal-fs #modal-iframe-content {
    width: 100%;
    height: 100%;
    border: 0;
}

.modal-fs h1, .modal-fs .h1, .modal-fs h2, .modal-fs .h2, .modal-fs h3, .modal-fs .h3 {
    margin-top: 0px !important;
}

.modal-fs form {
    padding: 0px;
}

.modal-fs .help-block {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 14px !important;
}

.modal:not(.modal-fs) {
    text-align: center;
    padding: 0 !important;
}

.modal:not(.filters-modal):before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-fs .modal-dialog {
    position: relative !important;
}

#modal-fs-content {
    display: inline-block;
}

.body-iframe .modal-backdrop {
    top: 0 !important;
}

.container-iframe .modal-fs .modal-body {
    overflow-y: hidden !important;
}
.container-iframe .modal-fs {
    top: -1px !important;
    padding-left: 0 !important;
}

.container-iframe-nav .modal-fs #modal-fs-content {
    padding: 1px 10px 10px 5px !important;
    width: 100%;
}

.bootstrap-dialog, #filters-modal {
    z-index: 1650 !important;
}

.select2-dropdown.filters-modal {
    text-align: left !important;
    z-index: 1660 !important;
}

.pagination {
    margin-top: 0px !important;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-left: 0.3rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-inline .form-control-plaintext {
    display: inline-block !important;
    width: auto !important;
    top: 0.1rem !important;
    position: relative;
}

.table td {
    vertical-align: middle !important;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #FFF;
}

.actions-header, .actions-header-status, .actions-content, .action-header, .action-header-status, .action-content {
    text-align: center;
}

.actions-header {
    width: 90px;
}

.actions-header-status {
    width: 140px;
}

.action-header {
    width: 70px;
}

#toast-container {
    top: 0px !important;
}

#toast-container > div {
    margin: 0;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-box-shadow: 0 0 0 #999999;
    -webkit-box-shadow: 0 0 0 #999999;
    box-shadow: 0 0 0 #999999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 20px;
    width: 100%;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 100%;
}

.toast-success {
    background-color: #9acd32;
}
.toast-error {
    background-color: #ff4500;
}
.toast-info {
    background-color: #00bfff;
}
.toast-warning {
    background-color: #ffa500;
}

.toast {
    display: table;
}

.toast-message {
    width: 100%;
    height: 23px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 51px !important;
}

#toast-container > div {
    background-position: 10px calc(50% - 2px);
}

#loading-img {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    width: 100%;
    text-align: center;
}

.form-control-no-help .help-block {
    display: none;
}

.kartik-expand-header-no-icon .kv-expand-header-icon {
    display: none;
}

.form-group {
    margin-bottom: 5px;
}

.modal-footer-body {
    padding: 15px 0 0 0;
}

.caption-transfer {
    padding: 0;
}

.btn-new-transfer {
    margin: 0 0 10px 0;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 10px 0 0 10px;
}

.invoice-content {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    padding: 15px 0 0 15px;
}

.nav-tabs {
    margin-bottom: 0;
}

.tab-pane {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 246px);
    height: -webkit-calc(100vh - 246px);
    height: -moz-calc(100vh - 246px);
}

.tab-pane > div {
    padding-right: 15px;
}

.prepaid-credit-tab {
    height: calc(100vh - 120px) !important;
    height: -webkit-calc(100vh - 120px) !important;
    height: -moz-calc(100vh - 120px) !important;
    overflow-y: hidden;
}

.customer-vehicle-tab {
    height: calc(100vh - 62px) !important;
    height: -webkit-calc(100vh - 62px) !important;
    height: -moz-calc(100vh - 62px) !important;
}

.rc-handle-container {
    width: 100% !important;
}

.login-logo {
    height: 180px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.main-login-body {
    background: #4c7370 url('../images/login-background.png') no-repeat fixed center center;
    background-size: cover;
}

.container-fluid-extra {
    padding-top: 55px;
    padding-bottom: 20px;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}

.home-content {
    height: calc(100vh - 140px)
}

.home-logo {
    height: 400px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.app-icon {
    position: relative;
    top: -4px;
    width: 30px;
    height: 30px;
}

.success {
    color: rgb(60, 118, 61);
}

.danger {
    color: rgb(169, 68, 66);
}

.btn-group {
    border: 0 !important;
    padding: 0 !important;
    width: auto !important;
    box-shadow: none !important;
}

.error-link, .error-link:link {
    color: #d6251b !important;
}

.error-link:hover, .error-link:active, .error-link:visited {
    color: #b71f17 !important;
}

#cc-update-modal, #sc-update-modal {
    z-index: 1650 !important;
}
