:root {
    --primary: #337ab7;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.ttf');
}

.outer-pagination nav {
    position: relative;
    text-align: center;
}

.print-page-header.override-header {
    top: 0;
    left: 0;
    width: 100%;
}

#print-page.display body.override-footer {
    padding-bottom: 2.5cm !important;
}

#print-image-header {
    width: 100% !important;
}

#print-image-footer {
    position: absolute;
    left: 0;
    bottom: 0;
}

.new-pagination {
    text-align: center;
    padding: 10px 0;
}

.new-pagination nav {
    display: inline-block;
}

.new-pagination nav .pagination {
    margin: 0;
}

.new-pagination .np-goto {
    display: inline-block;
    width: 120px;
    margin-left: 5px;
}

.new-pagination .input-group {

}

#form-filter-laporan .available-field-filter label.label-with-checkbox.lwc-select-all {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 3px;
    margin-bottom: 3px !important;
}

.field-list-leads-owner {
    display: inline-block;
    width: 100%;
}

.field-list-leads-owner .fllo-left {
    display: block;
    float: left;
    width: calc(100% - 42px);
    margin-right: 5px;
}

.field-list-leads-owner .fllo-right {
    display: block;
    float: left;
    width: 37px;
}

body.page-with-header-footer {

}

.thumbnail-sold {
    position: relative;
    overflow: hidden;
}

.thumbnail-sold:after {
    content: "SOLD";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000082;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chosen-choices .search-choice {
    float: none !important;
    display: block !important;
    margin: 5px 0 0 0 !important;
}

.chosen-choices .search-choice span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.text-copy {
    cursor: copy !important;
}

.text-copy:hover {
    color: red !important;
}

#table-outline {
    border-collapse: collapse !important;
}

.print-page-header, .header-space,
.print-page-footer, .footer-space {
    height: 80px !important;
}

iframe {
    border: 0 !important;
}

.alert-success .btn-primary {
    color: #fff !important;
    background-color: #3c763d !important;
    border-color: #295a2a !important;
}

.alert-success .btn-primary:hover {
    background-color: #295a2a !important;
}

table.table tr.border-bold td {
    border-top: 2px solid #474747 !important;
}

td.bg-analisa-keuangan {
    border-left: 1px solid #ddd;
    background-color: #00000003;
    border-right: 1px solid #ddd;
}

.math-table {
    margin: 0 auto;
}

.math-table tr td {
    text-align: center;
    vertical-align: top !important;
    padding: 0 3px;
}

.math-table td.math-div {

}

.math-table td.math-div .math-div-pembilang {
    display: block;
    border-bottom: 1px solid;
}

.math-table td.math-div .math-div-penyebut {

}

@media print {
    .print-page-header {
        position: fixed;
        top: 1cm;
        left: 1cm;
        width: calc(100% - 2cm) !important;
    }

    .print-page-footer {
        position: fixed;
        bottom: 0;
        left: 1cm;
        width: calc(100% - 2cm) !important;
    }

    .print-page-header, .header-space {
        height: 30mm !important;
    }

    .print-page-footer, .footer-space {
        height: 2cm !important;
    }

    .print-page-header.override-header {
        top: 0;
        left: 0;
        width: 100% !important;
    }

    #print-image-footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }
}

.table-header-content {
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

.table-header-content .thc-td-logo {
    width: 275px;
    vertical-align: top !important;
}

.table-header-content .thc-td-logo img {
    max-width: calc(100% - 10px);
    max-height: 60px;
}

.table-header-content .thc-td-info {
    vertical-align: top !important;
    text-align: right;
}

.table-header-content .thc-td-info .thc-title {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: bold;
}

.table-header-content .thc-td-info .thc-address {
    font-size: 11px;
    line-height: 14px;;
    color: #747474;
}

.table-header-content .thc-td-info .thc-phone {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 3px;;
    color: #747474;
}

.table-header-content .thc-td-info .thc-email {

}

.print-page-footer {
    border-top: 1px solid #cacaca;
    padding-top: 5px;
}

.print-page-footer .pgf-title {
    font-weight: bold;
}

.print-page-footer .pgf-tagline {
    text-transform: none !important;
    font-size: 11px;;
    color: #747474;
}

body, html {
    padding: 0 !important;
    font-family: "Poppins", sans-serif;
}

.dataTables_wrapper {
    overflow-x: auto;
}

th {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

table td.sticky,
table th.sticky {

}

#form-filter-laporan .data-item > label {
    display: block;
    margin-bottom: 2px;
}

#form-filter-laporan .data-item {
    margin-bottom: 10px;
}

#list-image-filemanager {
    display: inline-block;
    width: calc(100% + 15px);
    margin-top: 20px;
}

#list-image-filemanager .wysiwyg-filelink {
    display: block;
    float: left;
    width: calc(100% / 5);
    height: unset;
    margin-bottom: 10px;
}

#list-image-filemanager .wysiwyg-filelink .wysiwyg-preview {
    height: auto;
    padding-top: 60%;
    width: calc(100% - 15px);
}

#list-image-filemanager .wysiwyg-filelink .wysiwyg-filename {
    width: calc(100% - 15px);
}

#filemanager-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#filemanager-pagination .fp-navigator {
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 4px 10px;
    color: #474747;
}

#filemanager-pagination .fp-navigator:hover,
#filemanager-pagination .fp-navigator.active {
    color: #fff !important;
    background-color: #404040;
    border-color: #404040;
}

.padding-10 {
    padding: 10px !important;
}

table.table tbody tr td.td-import-invalid {
    color: #a94442 !important;
    background-color: #f4e8e7 !important;
}

.xdsoft_datetimepicker {
    z-index: 99999;
}

.amp-foto {
    margin: 10px auto;
    display: block;
    border-radius: 50%;
}

.amp-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.amp-deskripsi {

}

.amp-deskripsi span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.amp-deskripsi .btn-primary {

}

.template-pagination {
    display: inline-block;
    background-color: #fafafa;
    color: #474747 !important;
    border: 1px solid #474747;
    padding: 1px 7px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    text-transform: none;
}

.text-copied {
    color: red !important;
}

.template-pagination:hover,
.template-pagination.active {
    background-color: #474747;
    color: #fff !important;
    text-transform: none;
    text-decoration: none;
}

.line-through,
.line-through * {
    text-decoration: line-through !important;
}

.btn-status {
    font-size: 10px !important;
    text-transform: uppercase !important;
}

input[type=text][required],
input[type=date][required],
input[type=number][required],
input[type=email][required],
input[type=tel][required],
input[type=password][required],
input[type=file][required],
textarea[required] {
    background-image: url(../img/asterisk.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: calc(100% - 4px) 4px;
}

h1.heading-error {
    display: block;
    text-align: center;
    font-size: 140px;
    margin: 40px 0 20px 0;
    opacity: 0.6;
    color: #a94443;
    font-weight: 400;
}

h2.heading-error {
    display: block;
    text-align: center;
    font-size: 40px;
    margin: 20px 0;
}

h3.heading-error {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.btn-gray {
    color: #fff !important;
    background-color: #8e8e8e;
    border-color: #757575;
}

.btn-white {
    color: #474747 !important;
    background-color: #fff;
    border-color: #dddddd;
}

.btn-white:hover {
    background-color: #fafafa;
}

.btn-light-gray {
    color: #474747 !important;
    background-color: #fafafa;
    border-color: #dddddd;
}

.btn-light-gray:hover {
    background-color: #f5f5f5;
}

.btn-finance {
    color: #fff !important;
    background-color: #00a885 !important;
    border-color: #049274;
}

.btn-finance:hover {
    background-color: #049274 !important;
}

.btn-dark {
    color: #fff !important;
    background-color: #34495e !important;
    border-color: #2c3e50;
}

.btn-dark:hover {
    background-color: #2c3e50 !important;
}

.addon-alamat {
    min-width: 100px;
    text-align: left;
}

#global-temp {
    display: none !important;
}

#print-page {
    width: 210mm;
    height: 297mm;
}

#print-page.download {
    width: 100% !important;
    height: auto !important;
}

#print-page.display {
    margin: 20px auto;;
    background-color: #ecf0f5;
}

#print-page body {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 19px;
    text-align: justify;
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
}

#print-page.display body {
    padding: 1cm !important;
    border: 1px solid #dddddd;
}

#print-page .table-detail-responsive {
    margin: 10px 0;
}

#freeze-layer {
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-screen {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999999999999999;
}

#loading-overlay {
    background-color: rgba(255, 255, 255, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#loading-box {
    margin: -65px 0 0 -160px;
    display: block;
    width: 300px;
    height: 110px;
    background: #fff;
    padding: 10px;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    box-shadow: 1px 1px 7px rgba(71, 71, 71, 0.25);
    text-align: center;
    color: #616161;
    font-style: italic;
}

#loading-box span {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 10px;
}

a {
    transition: 0.3s;
    cursor: pointer;
}

table {
    border-collapse: collapse !important;
}

.table {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.table tr td,
.table tr th {
}

#error-page {
    text-align: center;
    margin: 20px 0 50px;
}

#error-page h1 {
    font-size: 200px;
    color: #dddddd;
}

#error-page h2 {
    text-transform: uppercase;
    font-size: 25px;
}

#error-page h3 {
    font-size: 15px;
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    line-height: 23px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #1A5780;
}

::-webkit-scrollbar-track {
    background-color: #1A5780;
}

::-webkit-scrollbar-thumb {
    background-color: #2c82c9;
}

.has-error .form-control {
    background-color: rgba(225, 73, 56, 0.11);
}

html .alert {
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
    transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.alert .close-alert {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    display: block;
    width: 10px;
    height: 12px;
    line-height: 10px;
    opacity: 0.5;
}

.alert .close-alert:hover {
    opacity: 1;
}

html .alert.hide-alert {
    opacity: 0;
}

html .alert.alert-warning {
    color: #C7953E !important;
    background-color: #fcf8e3 !important;
    border-color: #C7953E !important;
}

html .alert.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #C17270 !important;
}

html .alert.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #679A68 !important;
}

html .alert.alert-warning, html body .callout.callout-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #8a6d3b !important;
}

html .alert.alert-warning a, html body .callout.callout-warning a {
    color: #8a6d3b !important;
}

.alert.alert-warning .btn.btn-primary {
    background-color: #8a6d3b !important;
    color: #fff !important;
    border-color: #75592c !important;
    font-weight: normal;
}

.alert-success .btn-primary {
    color: #fff !important;
    background-color: #3c763d !important;
    border-color: #295a2a !important;
}

.input-group-btn {
}

.dataTables_wrapper {
    margin: 10px 0;
}

.center, th {
    text-align: center !important;
}

th.head-filter {
    padding: 2px !important;
}

.logo-bank-thumbnail {
    max-width: 75px;
    max-height: 25px;
}

.form-group .logo-bank-thumbnail {
    margin: 5px 0;
}

.filter-opsi * {
    display: none;
}

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

.has-radio label {
    margin-right: 10px;
}

.alert {
    border-radius: 0 !important;
    text-align: center !important;
}

.alert a {
    font-weight: bold;
    text-decoration: none !important;
}

.alert-success a {
    color: #247D6B !important;
}

.alert-danger a {
    color: #B8312F !important;
}

#modal-target {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.55);
}

.modal-backdrop {
    display: none;
}

#confirm-button-action {
    text-align: right;
    margin: 10px 0 0 0;
}

#confirm-button-action .btn {
    margin: 0 0 0 5px;
    color: #fff !important;
}

.btn .fa {
    color: #fff !important;
}

.table-detail-responsive {

}

.table-detail-responsive tr td:first-child {
    width: 200px;
}

.ul-timeline {
    padding: 0;
    list-style-type: none;
    display: table;
    width: calc(100% - 15px);
    table-layout: fixed;
    margin: 0 0 20px 0;
}

.ul-timeline li:first-child {
    padding: 0 10px;
}

.ul-timeline li:first-child:before {
    display: none;
}

.ul-timeline li {
    display: table-cell;
    background-color: #717171;
    padding: 0 10px 0 25px;
    height: 30px;
    line-height: 30px;
    position: relative;
    color: #fff;
    text-align: center;
}

.ul-timeline li.active {
    background-color: #0EBCF2;
    color: #fff;
}

.ul-timeline li.active:after {
    border-left: 15px solid #0EBCF2;
}

.ul-timeline li:after {
    border-left: 15px solid #717171;
}

.ul-timeline li:after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    z-index: 2;
}

.ul-timeline li:before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    position: absolute;
    left: 0;
    border-left: 19px solid #FFFFFF;
    z-index: 1;
    top: -4px;
}

.ul-timeline li:before {

}

.dropdown-menu {
    border-color: #dddddd;
}

.dropdown-menu .dropdown-item {
    display: block;
    padding: 5px 10px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:hover {
    background-color: #2481cb;
    color: #fff;
    text-decoration: none;
}

form.hidden {

}

.filter_column input[value="Opsi"], .filter_column input[value="No"] {
    display: none;
}

.filter_column input {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#checkout-footer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dddddd;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

#checkout-footer #aman {
    display: block;
    float: left;
}

#checkout-footer #veritrans, #checkout-footer #comodo {
    display: block;
    float: right;
    height: 40px;
    margin: 0 0 0 5px;
    width: auto;
}

#checkout-total {
    border: 1px solid #F5AE86;
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF1E9;
}

#checkout-total td {
    font-size: 16px;
    font-weight: bold;
}

#checkout-total td:first-child {
    font-weight: normal;
    padding: 0 20px 5px 0;
}

#checkout-tos {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

#checkout-tos p {

}

#checkout-tos a.btn {
    float: right;
    margin: 0 0 0 5px;
}

#checkout-info {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}

#checkout-info h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
}

#checkout-info ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style-type: circle;
}

#checkout-info ul li {
    margin: 0 0 5px 0;
}

#checkout-form {
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px 0;
}

#berlaku-hingga select {

}

#checkout-form #form-title {
    font-size: 15px;
    margin: 0 0 10px 0;
}

#checkout-form .form-item {
    padding-left: 0;
    margin: 0 0 7px 0;
}

#checkout-form .form-item .item-element {
    padding-left: 0;
}

#form-payment.hidden {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

#metode-pembayaran h3 {
    font-size: 15px;
}

#metode-pembayaran .btn {
    margin: 0 0 5px 0;
}

.nowrap {
    white-space: nowrap;
}

.modal-title {
    font-size: 18px !important;
    font-weight: 400;
}

.modal-body {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

/* custom */
.maskapai-icon, .bank-icon {
    max-width: 80px;
    max-height: 20px;
}

.slideshow-thumbnail {
    max-width: 110px;
    max-height: 65px;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

a.on-off-switch {
    display: inline-block;
    width: 60px;
    height: 15px;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
}

a.on-off-switch:before {
    content: "off";
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 3px;
    width: 50%;
    height: 100%;
    text-align: left;
}

a.on-off-switch:after {
    content: "on";
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 3px;
    width: 50%;
    height: 100%;
    text-align: right;
}

a.on-off-switch.on:after {
    background: #00A65A;
}

a.on-off-switch.on:before {
    background: #B9B9B9;
}

a.on-off-switch.off:after {
    background: #B9B9B9;
}

a.on-off-switch.off:before {
    background: #DD4B39;
}

.form-inline-horizontal {

}

.form-inline-horizontal .form-group {
    padding-right: 0;
}

.form-inline-horizontal .control-label {
    display: block;
}

.form-inline-horizontal .form-control {

}

ul.chevron-shapes {
    display: table;
    list-style-type: none;
    width: calc(100% - 15px);
    border: 0 none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.chevron-shapes li {
    display: table-cell !important;
    background: #717171;
    float: none;
    position: relative;
    margin: 0;
    color: #fff;
    height: 30px;
    border-left: 7px solid #fff;
}

ul.chevron-shapes li.active {
    background-color: #337AB7;
}

ul.chevron-shapes li a {
    background: none !important;
    color: inherit !important;
    border: 0 none !important;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-align: center;
    display: block;
}

ul.chevron-shapes li:first-child {
    border-left: 0 none;
}

ul.chevron-shapes li:first-child:before {
    display: none;
}

ul.chevron-shapes li:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

ul.chevron-shapes li.active:after {
    border-left: 15px solid #337AB7;
}

ul.chevron-shapes li:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #717171;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 2;
}

.box-keterangan-scroll {
    max-height: 250px;
    overflow: auto;
    border: 1px solid #dddddd;
    background-color: #fdfdfd;
    padding: 10px !important;
    text-transform: none;
}

.box-keterangan-scroll img {
    max-width: calc(100% - 20px);
    height: auto;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 8px !important;
}

.chosen-container-single .chosen-single div b {
    background: url('../img/chosen-sprite.png') no-repeat 0 7px !important;;
}

body.print #page {
    width: 21.59cm;
    margin: 10px auto;
    box-shadow: 1px 1px 6px #A2A2A2;
    padding: 1cm;
}

.pagebreak {
    page-break-before: always;
}

body.print .box-keterangan-scroll {
    max-height: 99999999px;
    background-color: #FDFDFD;
    margin: 20px 0;
}

body.print .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

body.print h1.title {
    margin: 0 0 20px 0;
    font-size: 22px;
}

body.print .form-group {
    margin: 0 !important;
}

body.print .table > tbody > tr > td, body.print .table > thead > tr > th {
    padding: 4px;
}

.table-master tr td {
    text-align: center;
}

.table-master tr td:nth-child(2) {
    text-align: left;
}

.table-master tr td:last-child {
    white-space: nowrap;
}

#kuitansi {
    width: 595.28pt;
    background-color: #fff;
    height: 225pt;
    margin: 0 auto;
}

#kuitansi * {
    font-size: 12px;
}

#kuitansi #header-kuitansi {
    display: block;
    width: 100%;
    z-index: 9;
    position: relative;
    height: 50px !important;
}

#kuitansi #header-kuitansi #logo {
    max-width: 235px;
    float: left;
    margin: 3px 0 0 0;
    max-height: 45px;
    display: block;
}

#kuitansi #header-kuitansi #alamat {
    display: block;
    border-left: 1px solid #cecece !important;
    height: 46px;
    float: left;
    margin: 3px 0 0 10px;
    padding: 0 0 0 10px;
}

#kuitansi #header-kuitansi #alamat .alamat {
    font-size: 11px;
    margin-bottom: -1px;
}

#tanda-terima-dokumen #kuitansi-ttd-area,
#kuitansi #kuitansi-ttd-area {
    table-layout: fixed;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 142pt;
    width: 100% !important;
}

#kuitansi-v2 #kuitansi-ttd-area {
    table-layout: fixed;
    z-index: 9;
    left: 0;
    width: 100% !important;
}

#kuitansi #header-kuitansi #kode-pembayaran {
    display: block;
    color: red !important;
    font-weight: bold;
    font-size: 15pt;
    font-family: serif;
    right: 0;
    top: 2mm;
    position: absolute;
}

#kuitansi #judul-kuitansi {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 16pt;
    position: relative;
    z-index: 9;
    text-align: center;
}

#tanda-terima-dokumen #yang-menyerahkan,
#kuitansi-v2 #yang-menyerahkan,
#kuitansi #yang-menyerahkan {
    text-align: center;
    display: inline-block;
    width: 150pt;
    float: left;
    margin-top: 14pt;
}

#tanda-terima-dokumen #yang-menerima,
#kuitansi-v2 #yang-menerima,
#kuitansi #yang-menerima {
    text-align: center;
    display: inline-block;
    width: 160pt;
    float: right;
}

#kuitansi table {
    width: 100%;
    position: relative;
    z-index: 2;
}

#kuitansi #kuitansi-inner {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 9pt;
}

#kuitansi #bg-kuitansi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#kuitansi table tr td {
    vertical-align: top !important;
}

#tabel-cetak-form-transaksi-keuangan {
    width: 100%;
    border-collapse: collapse;
}

#tabel-cetak-form-transaksi-keuangan tr {

}

#tabel-cetak-form-transaksi-keuangan tr td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#tabel-cetak-form-transaksi-keuangan tr:nth-child(2n) td {
    background-color: #f9f9f9 !important;
    -webkit-print-color-adjust: exact !important;
}

#tabel-cetak-form-transaksi-keuangan table.table-no-style td {
    background-color: transparent !important;
}

#table-dicatat-oleh-dll {
    width: 100%;
    table-layout: fixed;
}

#table-dicatat-oleh-dll tr {

}

#table-dicatat-oleh-dll tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px;
}

#table-header-cetak-form-po {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

#table-header-cetak-form-po tr {

}

#table-header-cetak-form-po tr td {
    padding: 5px;
    border: 1px solid #ddd;
}

#table-header-cetak-form-po tr td:nth-child(1),
#table-header-cetak-form-po tr td:nth-child(3) {
    background-color: #fafafa !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    width: 130px !important;
}

.table-standard-print {
    width: 100%;
    margin-bottom: 10px;
}

.table-standard-print thead,
.table-standard-print tfoot {

}

.table-standard-print thead tr,
.table-standard-print tfoot tr {

}

.table-standard-print thead th,
.table-standard-print tfoot th {

}

.table-standard-print tr {

}

.table-standard-print tr th,
.table-standard-print tr td {
    border: 1px solid #ddd;
    padding: 5px;
}

.table-standard-print tr:nth-child(2n) td {
    -webkit-print-color-adjust: exact !important;
    background-color: #fafafa !important;
}

table.tabel-small-padding {
    margin-bottom: 5px;
}

table.tabel-small-padding td {
    padding: 2px !important;
}

table.tabel-small-padding td, table.tabel-small-padding th {
    vertical-align: middle !important;
}

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

.no-margin {
    margin: 0 !important;
}

.no-bold {
    font-weight: normal !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd !important;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px !important;
}

.table-ajax-datatable td {
    text-align: center;
    text-transform: capitalize;
}

.table-ajax-datatable td:nth-child(2) {
    text-align: left;
}

.text-code {
    font-family: monospace !important;
}

.text-primary {
    color: #2c82c9 !important;
}

.text-danger {
    color: #a94442 !important;
}

.text-warning {
    color: #C7953E !important;
}

.text-success {
    color: #3c763d !important;
}

.chosen-filler {
    height: 34px;
    width: 100%;
}

.chosen-content {
    position: absolute;
    width: 100%;
}

.list-itinerary {
    display: inline-block;
    border: 1px solid #dddddd;
    margin: 0 0 10px 0;
    width: 100%;
}

.list-itinerary .hari-itinerary {
    background-color: #fafafa !important;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
}

.list-itinerary .hari-itinerary .modify {
    position: absolute;
    right: 6px;
    top: 3px;
}

.list-itinerary .deskripsi-itinerary {
    padding: 5px 10px;
    background-color: #fff;
}

.list-itinerary .deskripsi-itinerary ol,
.list-itinerary .deskripsi-itinerary ul {
    padding-left: 15px !important;
    margin: 0 !important;
}

.inline-block {
    display: inline-block;
}

.sup-warning-sign {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(../img/warning-icon.png);
    background-size: cover;
}

.sup-info-sign {
    font-size: 8px;
    font-weight: bold;
    top: -6px;
    margin: 0 2px 0 1px;
    cursor: pointer;
    color: #e20404;
    position: relative;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-justify {
    text-align: justify !important;
}

.modal-dialog.wide-modal {
    min-width: 80% !important;
}

.modal-dialog.wide-modal .cke_contents {
    min-height: 300px;
}

.fa-sm {
    font-size: 75%;
}

.fa-xs {
    font-size: 50%;
}

.nav-tabs {
    position: relative;
    z-index: 1;
}

.tab-content.with-border {
    border: 1px solid #dddddd;
    border-top: 0 none;
    z-index: 2;
    position: relative;
}

.tab-content.with-border .tab-pane {
    padding: 10px 0;
}

.col-small-padding {
    padding-right: 5px;
    padding-left: 5px;
}

.inline-block {
    display: inline-block;
}

.full-width {
    width: 100%;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 675px !important;
    }
}

.dp-fullwidth {
    width: 100% !important;
}

.dp-fullwidth .xdsoft_datepicker {
    width: calc(100% - 8px) !important;
}

.dp-fullwidth .xdsoft_datepicker td {
    padding: 10px 0 !important;
    text-align: center !important;
}

.ul-fasilitas {
    margin: 0;
    padding: 0;
}

.ul-fasilitas li {
    list-style-type: none;
    margin: 2px 0;
    padding-left: 15px;
    position: relative;
}

.ul-fasilitas li:before {
    content: "\002713";
    position: absolute;
    left: 0;
}

.ul-fasilitas li .fa {
    font-size: 10px;
    font-weight: normal;
    margin: 0 5px 0 0;
    top: 3px;
    color: #2c82c9;
}

.on-off-btn {
    color: #fff !important;
    font-size: 11px;
    display: inline-block;
    cursor: pointer;
}

.on-off-btn:hover {
    text-decoration: none;
    color: #fff;
}

.on-off-btn:before,
.on-off-btn:after {
    background-color: #b9b9b9;
    display: inline-block;
    width: 35px;
    padding: 0 5px;
}

.on-off-btn:before {
    content: 'OFF';
    text-align: left;
}

.on-off-btn:after {
    content: 'ON';
    text-align: right;
}

.on-off-btn.on:after {
    background-color: #00a65a;
}

.on-off-btn.off:before {
    background-color: #dd4b39;
}

.btn-file-picker {
    width: 100px;
    height: 30px;
    padding: 0;
    border: 0 none;
    position: relative;
}

.btn-file-picker:after {
    content: 'Choose File';
    display: block;
    width: 100px;
    height: 30px;
    background-color: #2c82c9;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    cursor: pointer;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.checkmark {
    border: 1px solid #474747;
    border-radius: 3px;
    width: 12px !important;
    height: 12px !important;
    padding: 1px;
}

.list-with-checkmark {
    margin: 0 0 2px 0;
}

.list-with-checkmark img {
    top: -1px;
    position: relative;
}

#print-page.download .list-with-checkmark img {
    margin-top: 3px;
    position: relative;
}

.checkmark.checked {

}

.checkmark.unchecked {

}

.table-4-colls {

}

.table-4-colls td:nth-child(1), .table-4-colls td:nth-child(3) {
    width: 22%;
}

.table-4-colls td:nth-child(2), .table-4-colls td:nth-child(4) {
    width: 28%;
}

.accordion-title {
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.accordion-title a {
    display: block;
    text-decoration: none;
}

.text-default {
    text-transform: none !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-green {
    color: #449d44 !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
}

.text-red {
    color: #dd4b39 !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
}

.text-transparent {
    color: transparent !important;
}

.ov-x {
    overflow-x: auto;
}

.display-block {
    display: block !important;
}

.warning-sign {
    margin: 0 0 0 1px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.mt10 {
    margin-top: 10px;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    padding: 5px 3px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 2px;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: red;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #fff !important;
    background-color: #808080;
}

.logo-maskapai {
    max-height: 22px;
}

.input-group.telepon .dropdown-menu {
    height: 200px;
    overflow-y: scroll;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-group.telepon .tooltip {
    display: none !important;
}

.form-group .select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.no-border {
    border: 0 none !important;
}

.no-padding {
    padding: 0 !important;
}

x.tuple-room {
    cursor: default;
}

.chosen-container-multi .chosen-choices {
    min-height: 32px;
    line-height: 32px;
    border-radius: 4px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 5px 20px 5px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px;
}

.captcha-image {
    min-width: 100px;
    background-position: center center;
}

.break-word {
    word-wrap: break-word;
    word-break: break-all;
}

.chosen-container .chosen-results li.disabled-result {
    color: #848484 !important;
}

.kupon-outer {
    display: inline-block;
    width: 150mm;
    height: 50mm;
    border: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 2mm;
}

.kupon-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.kupon-left-side {
    display: block;
    float: left;
    height: 100%;
    width: 40mm;
    border-right: 1px dashed #dddddd;
    position: relative;
    z-index: 2;
}

.kupon-left-side-inner {
    transform: rotate(270deg);
    position: relative;
    width: 50mm;
    height: 40mm;
    text-align: center;
    top: 5mm;
    left: -5mm;
}

.kupon-left-side-inner img {
    display: block;
    max-width: 40mm;
    max-height: 11mm;
    top: 3mm;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.kupon-left-side-inner .kupon-left-side-kode {
    width: 40mm;
    height: 9mm;
    border: 1px solid #dddddd;
    text-align: center;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 8mm;
    font-weight: bold;
    font-family: serif;
    font-size: 20px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    padding-top: 3px;
}

.kupon-right-side {
    display: block;
    float: left;
    width: 110mm;
    height: 50mm;
    position: absolute;
    left: 40mm;
    top: 0;
    z-index: 2;
}

.kupon-right-side-inner {

}

.kupon-right-side-inner img {
    display: block;
    margin: 3mm auto 0 auto;
    max-width: 70mm;
    max-height: 13mm;
}

.kupon-right-side-inner .kupon-right-side-kode {
    width: 70mm;
    height: 13mm;
    border: 1px solid #dddddd;
    text-align: center;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4mm;
    background-color: rgba(255, 255, 255, 0.5) !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    font-weight: bold;
    font-family: serif;
    font-size: 35px !important;
}

.kupon-right-side-inner .kupon-right-side-keterangan {
    display: block;
    text-align: center;
    margin-top: 5mm;
    text-transform: uppercase;
    font-size: 11px !important;
}

.kupon-right-side-label {
    position: absolute;
    top: 12mm;
    right: -8mm;
    transform: rotate(90deg);
    z-index: 2;
    color: #7b7b7b !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
}

.kupon-left-side-label {
    position: relative;
    top: 8.5mm;
    color: #7b7b7b !important;
    -webkit-print-color-adjust: exact !important;
    font-size: 11px !important;
}

.kupon-qr-code {
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    right: 2mm;
    bottom: 2mm;
    z-index: 2;
}

.pagebreak {
    page-break-before: always;
}

.loading-bg {
    background-image: url(../img/loading.gif) !important;
    background-size: 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.marker-lokasi-ip {
    color: #dd4b39 !important;
    margin-left: 3px;
    font-size: 15px;
}

#log-map-outer {
    display: inline-block;
    width: 100%;
    padding-top: 50%;
    border: 1px solid #dddddd;
    position: relative;
}

#log-map-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-marker-red {
    top: 2px;
    position: relative;
    color: #dd4b39 !important;
}

.pagination-outer {
    display: inline-block;
    width: 100%;
}

.pagination-outer nav {
    position: relative !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa:before {
    content: '\00a0 ';
}

.star-rating {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
    height: 9px;
    position: relative;
}

.star-rating .item-rating {
    display: block;
    height: 9px;
    float: left;
    margin-right: 2px;
    padding: 0 !important;
    line-height: 9px !important;
}

.star-rating .fa {
    font-size: 9px;
}

* {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.star-rating .fa-star,
.star-rating .fa-star-o {
    top: 0 !important;
    margin-top: 0 !important;
}

.star-rating .fa-star.full {
    color: #FF720A !important;
}

.star-rating .fa-star-o {
    color: #8b8b8b !important;
}

.tabel-review {
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.tabel-review tr td {
    padding: 5px 10px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.tabel-review .heading-review {
    font-size: 18px;
    text-align: center;
    background-color: #2c82c9;
    color: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
}

.tabel-review .total-review {
    font-size: 18px;
    text-align: center;
    background-color: #2c82c9;
    color: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
}

.tabel-review .label-review {
    font-weight: bold;
    padding-bottom: 0;
}

.tabel-review .sepataror-review {
    display: block;
    width: 100%;
    border-top: 1px dashed #dddddd;
    margin-bottom: 10px;
}

.front-accordion {

}

.front-accordion .panel {
    margin: 0 0 10px 0;
    border: 0 none;
}

.front-accordion .panel-heading {
    border-radius: 0;
    border: 0 none;
    color: #fff !important;
    padding: 7px 10px !important;
    background-color: #2b83c8;
}

.front-accordion .panel-heading a,
.front-accordion .panel-heading a:hover {
    color: #fff !important;
}

.front-accordion .panel-title {
    font-size: 13px;
    text-transform: capitalize;
}

.front-accordion .collapse-outer {
    background-color: #fff;
    color: #000;
    text-transform: none;
    border: 1px solid #dddddd;
    border-top: 0 none;
    overflow: hidden;
}

.front-accordion .collapse-outer .collapse-inner {
    padding: 10px;
}

.sliderwrapper {
    position: relative;
    overflow: hidden;
    width: 80%;
    min-height: 140px;
    display: block;
    margin: 0 auto;
}

.sliderwrapper .contentdiv {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    text-shadow: 1px 1px 3px #000;
    font-size: 15px;
    font-style: italic;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.detail-hotel-popup-slideshow {
    display: inline-block;
    margin: 0 !important;
    width: 100%;
}

.detail-hotel-popup-slideshow,
#detail-paket-transaksi-slideshow {
    position: relative;
    margin-bottom: 20px;
}

.detail-hotel-popup-slideshow .sliderwrapper,
#detail-paket-transaksi-slideshow .sliderwrapper {
    width: 100%;
    padding-top: 75%;
    border: 1px solid #eee;
}

.detail-hotel-popup-slideshow .sliderwrapper {
    width: calc(100% - 96px) !important;
    padding-top: calc(75% - 96px) !important;
    margin: 0 5px 0 0 !important;
    float: left;
}

.detail-hotel-popup-slideshow .contentdiv,
#detail-paket-transaksi-slideshow .contentdiv {
    background-size: cover;
}

.detail-hotel-popup-slideshow .promo-ribbon,
#detail-paket-transaksi-slideshow .promo-ribbon {
    width: 80px;
    height: 80px;
    left: -1px;
    top: -1px;
    z-index: 999999;
}

.detail-hotel-popup-slideshow .contentdiv:hover > .title,
#detail-paket-transaksi-slideshow .contentdiv:hover > .title {
    bottom: 0;
}

.detail-hotel-popup-slideshow .contentdiv .title,
#detail-paket-transaksi-slideshow .contentdiv .title {
    position: absolute;
    bottom: -100px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    padding: 6px 10px;
    left: 0;
    font-size: 13px;
    transition: 0.3s;
}

.detail-hotel-popup-slideshow .pagination,
#paginate-detail-paket-transaksi-slideshow {
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 7px 0 0 0;
    transition: 0.3s;
}

.detail-hotel-popup-slideshow .pagination {
    display: block;
    width: 90px;
    float: left;
    border: 1px solid #dddddd;
    padding: 5px 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 !important;
}

.detail-hotel-popup-slideshow .pagination .toc:hover,
#paginate-detail-paket-transaksi-slideshow .toc:hover,
.detail-hotel-popup-slideshow .pagination .toc.selected,
#paginate-detail-paket-transaksi-slideshow .toc.selected {
    opacity: 1;
}

.detail-hotel-popup-slideshow .pagination .toc,
#paginate-detail-paket-transaksi-slideshow .toc {
    display: block;
    width: 70px;
    height: 52px;
    background-size: cover;
    opacity: 0.6;
    margin: 0 5px 5px 0;
    float: left;
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.map-canvas img {
    max-width: none !important;
}

.map {
    height: 346px;
    position: relative;
    margin: 16px 0 23px;
}

.dataTable thead tr th {
    width: auto !important;
}

@media (max-width: 767px) {
    .map {
        height: 250px;
    }
}

@media (max-width: 425px) {
    .table-detail-responsive tr td:first-child {
        width: auto;
        font-weight: bold;
        padding-bottom: 0;
    }

    .table-detail-responsive tr td:last-child {
        border-top: 0 none;
        padding-top: 3px;
    }

    .table-detail-responsive tr td {
        display: block;
    }
}

/* /custom */

/* grid 5 */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .detail-data-striped div.data-item div.data-field {
        overflow-x: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* end of grid 15 */

/* jquery.autocomplete.css */
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.field-autocomplete {
    position: relative;
}

.field-autocomplete .reset-autocomplete-query {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 20px;
    color: #636363 !important;
    text-decoration: none;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

/* end of jquery.autocomplete.css */

.text-rtl {
    direction: rtl !important;
}

table.table-no-style {
    width: 100% !important;
}

table.table-no-style tbody tr {

}

table.table-no-style tbody tr td,
table.table-no-style tbody tr:nth-of-type(even) td,
table.table-no-style tbody tr:nth-of-type(odd) td {
    width: auto !important;
    background-color: transparent !important;
    background: transparent !important;
    border: 0 none !important;
    padding: 0 !important;
    vertical-align: top !important;
}

/* land arrangement */
.kedatangan-la-option {
    margin-bottom: 5px;
}

.kedatangan-la-option .input-group {
    width: calc(100% / 2 - 24px);
    margin-right: 5px;
    float: left;
}

.kedatangan-la-option .btn {
    position: relative;
    left: 0px;
    padding: 6px 10px;
    width: 37px;
}

#la-informasi-kedatangan-jumlah-pax {
    display: inline-block;
    width: 100%;
}

#la-informasi-kedatangan-jumlah-pax label {
    display: block;
    text-align: left;
}

#la-informasi-kedatangan-jumlah-pax .input-group {
    width: calc(100% / 3 - 4px);
    float: left;
    margin-right: 5px;
}

#la-informasi-kedatangan-jumlah-pax .input-group:last-child {
    margin-right: 0 !important;
}

#nav-hotel-land-arrangement {

}

#nav-hotel-land-arrangement li:not(.active) > a {
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}

#nav-hotel-land-arrangement .fa-times-circle {
    position: relative;
    top: 2px;
    margin: 0 0 0 4px;
    cursor: pointer;
}

#nav-hotel-land-arrangement .fa-plus-circle {
    position: relative;
    top: 2px;
    cursor: pointer;
    font-size: 18px;
    color: #717171;
}

#tab-hotel-land-arrangement {

}

#tab-hotel-land-arrangement .tab-pane {
    padding: 10px !important;
}

/* end of land arrangement */

.modal-popup-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    z-index: 9999;
    color: #000 !important;
}

.modal-popup-outer .modal-popup-inner {
    display: block;
    width: 675px !important;
    margin: 50px auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    max-width: calc(100% - 20px);
}

.modal-popup-outer .modal-popup-inner .modal-popup-title {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px !important;
    font-weight: 400;
}

.modal-popup-outer .modal-popup-inner .modal-popup-title .modal-popup-close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000000;
    margin-top: -2px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    text-decoration: none;
    font-weight: bold;
}

.modal-popup-outer .modal-popup-inner .modal-popup-title .modal-popup-close:hover {
    opacity: 0.5;
}

.modal-popup-outer .modal-popup-inner .modal-popup-content {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px;
}

.outer-responsive-table {
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}

.datetimepicker .close-date-picker {
    display: none;
}

.datetimepicker tfoot th {
    background: #eee;
}

.input-group-currency {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.input-group-currency select.form-control {
    display: block;
    float: left;
    width: 70px;
    background-color: #2b82c9;
    color: #fff !important;
    border: 0 none !important;
}

.input-group-currency::after {
    content: ' ';
    display: block;
    z-index: 2;
    position: absolute;
    width: 4px;
    height: 40px;
    background-color: #2b82c9;
    left: 66px;
    top: 0;
}

.input-group-currency input[type=number].form-control {
    display: block;
    float: left;
    width: calc(100% - 70px);
    border-radius: 0 4px 4px 0 !important;
    position: relative;
    z-index: 2;
}

table.table-first-fixed {
    position: relative;
    table-layout: fixed;
}

table.table-first-fixed tr th {
    background-color: #fff;
}

table.table-first-fixed tr td.fixed {
    background-color: #f9f9f9;
}

table.table-first-fixed tr:nth-child(2n) td.fixed {
    background-color: #fff;
}

table.table-first-fixed tr td.fixed,
table.table-first-fixed tr th.fixed {
    position: sticky;
    width: 200px !important;
    height: 100%;
    left: 0;
    z-index: 10;
}

table.table-first-fixed tr td:first-child:before,
table.table-first-fixed tr th:first-child:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #ddd;
}

table.table-first-fixed tr td:first-child:after,
table.table-first-fixed tr th:first-child:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #ddd;
}

table.table-first-fixed tr td,
table.table-first-fixed tr th {
    width: 250px !important;
}

table.table-first-fixed tr:hover td.fixed,
table.table-first-fixed.with-opsi tr:hover td:last-child {
    background-color: #f9f9f9 !important;
}

table.table-first-fixed.with-opsi tr td:last-child {
    background-color: #f9f9f9;
}

table.table-first-fixed.with-opsi tr:nth-child(2n) td:last-child {
    background-color: #fff;
}

table.table-first-fixed.with-opsi tr td:last-child,
table.table-first-fixed.with-opsi tr th:last-child {
    width: 70px !important;
    position: sticky;
    right: 0;
    overflow: hidden;
}

table.table-first-fixed.with-opsi tr td:last-child:after,
table.table-first-fixed.with-opsi tr th:last-child:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #cacaca;
}

table.table-first-fixed.with-opsi tr td:last-child:before,
table.table-first-fixed.with-opsi tr th:last-child:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #cacaca;
}

.selectize-control {
    height: 34px !important;
}

.selectize-input.dropdown-active {

}

.selectize-dropdown.single {

}

.form-horizontal.form-striped {

}

.form-horizontal.form-striped .form-group:nth-child(2n) {
    background-color: #fafafa;
}

.form-horizontal.form-striped .form-group {
    border-top: 1px solid #dddddd;
    margin: 0 0 0 0 !important;
    padding: 2px 0 2px 0 !important;
}

.form-horizontal.form-striped .form-group label {
    text-align: left;
}

ul.list-checked {
    margin: 0;
    padding: 0;
}

ul.list-checked li:before {
    content: "\002713";
    position: absolute;
    left: 0;
}

ul.list-checked li {
    list-style-type: none;
    margin: 2px 0;
    padding-left: 15px;
    position: relative;
}

.bs-image-slider,
.detail-paket-carousel {
    display: inline-block;
    width: 100%;
}

.bs-image-slider .carousel-indicators,
.detail-paket-carousel .carousel-indicators {
    position: relative;
    left: 0;
    margin: 5px 0 0 0;
    width: 100%;
    bottom: 0;
}

.bs-image-slider .carousel-indicators li,
.detail-paket-carousel .carousel-indicators li {
    width: 70px;
    height: 52px;
    background-size: cover;
    border-radius: 0;
    margin: 5px 5px 0 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    display: block;
    float: left;
    opacity: 0.6;
    transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.bs-image-slider .carousel-indicators li:hover,
.bs-image-slider .carousel-indicators li.active,
.detail-paket-carousel .carousel-indicators li:hover,
.detail-paket-carousel .carousel-indicators li.active {
    opacity: 1;
}

.bs-image-slider .carousel-inner,
.detail-paket-carousel .carousel-inner {
    display: inline-block;
    width: 100%;
}

.bs-image-slider .carousel-inner .item,
.detail-paket-carousel .carousel-inner .item {
    z-index: 1;
    overflow: hidden
}

.bs-image-slider .carousel-inner .item:hover > .carousel-caption,
.detail-paket-carousel .carousel-inner .item:hover > .carousel-caption {
    bottom: 0;
}

.bs-image-slider .carousel-inner .item img,
.detail-paket-carousel .carousel-inner .item img {
    width: 100%;
}

.bs-image-slider .carousel-inner .item .btn-download-image,
.detail-paket-carousel .carousel-inner .item .btn-download-image {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000000ad;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: none !important;
    text-decoration: none !important;
    transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    opacity: 0;
}

.bs-image-slider .carousel-inner .item:hover > .btn-download-image,
.detail-paket-carousel .carousel-inner .item:hover > .btn-download-image {
    opacity: 1;
}

.bs-image-slider .carousel-inner .item .carousel-caption,
.detail-paket-carousel .carousel-inner .item .carousel-caption {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 13px;
    text-align: left;
    bottom: -100px;
    transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.bs-image-slider .carousel-control,
.detail-paket-carousel .carousel-control {
    position: absolute;
    display: block;
    width: 30px;
    height: 80px;
    background-size: auto 100%;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -40px;
    opacity: 0.35;
}

.bs-image-slider .carousel-inner:hover > .carousel-control,
.detail-paket-carousel .carousel-inner:hover > .carousel-control {
    opacity: 0.75;
}

.bs-image-slider .carousel-control.left,
.detail-paket-carousel .carousel-control.left {
    background-image: url(../img/slideshow-prev.png);
    left: 10px;
}

.bs-image-slider .carousel-control.right,
.detail-paket-carousel .carousel-control.right {
    background-image: url(../img/slideshow-next.png);
    right: 10px;
}

.detail-paket-carousel .carousel-inner .image-main {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100% !important;
    padding-top: 75% !important;
    height: 0 !important;
}

.detail-paket-carousel .carousel-inner .iframe-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.detail-paket-carousel .carousel-inner .iframe-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.detail-data-striped {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.detail-data-striped div.data-item:first-child {
    border-top: 0 none !important;
}

.detail-data-striped div.data-item:nth-child(2n) {
    background-color: #fafafa !important;
}

.detail-data-striped div.data-item {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #EBEDF3;
}

.detail-data-striped div.data-item label.data-label {
    display: block;
    width: 200px;
    margin: 0;
    float: left;
    padding: 12px 8px;
    font-weight: normal;
}

.detail-data-striped div.data-item div.data-field {
    display: block;
    float: left;
    width: calc(100% - 200px);
    padding: 11px 8px;
}

.detail-data-striped div.data-item div.data-field.has-form {
    padding: 5px 2px;
}

.detail-data-striped div.data-item div.data-field::-webkit-scrollbar {
    display: none !important;
}

.detail-data-striped div.data-subtitle {
    font-weight: bold;
    text-align: center;
    padding: 15px 8px 8px 8px;
    display: block;
    width: 100%;
    float: left;
}

.label-with-checkbox {
    display: block;
    margin: 0 !important;
    font-weight: normal;
}

.label-with-checkbox input {
    margin: 0;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-pilih-font {
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.list-pilih-font:hover {
    background-color: #fafafa;
}

.list-pilih-font .lpf-title {

}

.list-pilih-font .lpf-display {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    line-height: 36px;
}

#tinymce-modal-file-mgr-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

#tinymce-modal-file-mgr {
    display: block;
    background-color: #fff;
    max-width: 100%;
    width: 800px;
    box-shadow: 1px 1px 5px #0000007d;
    margin: 60px auto 50px auto;
}

#tinymce-modal-file-mgr-title-container {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
    position: relative;
}

#tinymce-modal-file-mgr-title {
    font-size: 18px !important;
    font-weight: 400;
}

#tinymce-modal-file-mgr-close {
    color: #949494;
    font-size: 25px;
    position: absolute;
    right: 11px;
    top: 2px;
    text-decoration: none;
}

#tinymce-modal-file-mgr-content {
    display: inline-block;
    width: 100%;
    padding: 15px;
    min-height: 100px;
}

#tabel-wysiwyg-filemanager {
    border: 0 none !important;
}

#tabel-wysiwyg-filemanager_length,
#tabel-wysiwyg-filemanager_info {
    display: none;
}

#tabel-wysiwyg-filemanager_paginate {
    width: 100%;
    text-align: center;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 10px;
}

#tabel-wysiwyg-filemanager thead {
    display: none;
}

#tabel-wysiwyg-filemanager tbody tr {
    display: block;
    float: left;
    background-color: #fff !important;
    width: 100px;
    border: 0 none !important;
    margin: 0 10px 10px 0;
    overflow: hidden;
    height: 80px;
}

#tabel-wysiwyg-filemanager tbody tr td {
    border: 0 none !important;
    padding: 0 !important;
    background-color: #fff !important;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.wysiwyg-filelink {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.wysiwyg-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 90%;
    color: #474747;
}

.wysiwyg-preview {
    width: 100%;
    height: 63px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #dddddd;
    margin-bottom: 2px;
}

#wysiwyg-preview-big {
    display: inline-block;
    width: 100%;
    padding-top: 50%;
    background-size: contain;
    background-position: center;
    background-color: #272727;
    background-repeat: no-repeat;
}

.alert.alert-warning a.btn.btn-alert-warning {
    color: #fff !important;
    background-color: #8a6d3b;
    border-color: #6b5735;
    font-weight: normal;
}

.alert.alert-warning a.btn.btn-alert-warning:hover {
    background-color: #6b5735;
    border-color: #6b5735;
}

@media (max-width: 425px) {
    .detail-data-striped div.data-item label.data-label {
        width: 100%;
        padding-bottom: 0;
        font-weight: bold;
    }

    .detail-data-striped div.data-item div.data-field {
        width: 100%;
        padding-top: 3px;
    }
}

.label-marker {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
}

.label-marker i {
    width: 0;
    height: 0;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: 5px solid;
    position: absolute;
    display: block;
    right: -5px;
    top: 0;
}

.hris-radar-chart-tes {

}

.unread-notif-marker {
    color: #fff;
    background-color: #cd2825;
    font-size: 10px;
    font-style: normal;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
    top: -1px;
}

.fa-plane.fa-plane-landing {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.fa.fa-telkomsel:before {
    background-image: url(../img/icon-telkomsel.png);
    background-size: contain;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.fa.fa-telkomsel-mobile {
    top: -2px !important;
    margin-right: 2px !important;
    left: -1px;
}

.fa.fa-telkomsel-mobile:before {
    filter: brightness(0) invert(1);
    width: 17px;
    height: 17px;
}

.list-telkomsel-mobile-item {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
}

.list-telkomsel-mobile-item .fa {
    color: #6e6e6e;
}

.list-telkomsel-mobile-item .fa-hourglass {
    font-size: 11px;
    position: relative;
    top: -1px;
}

.m-list-paket-telkomsel {
    padding: 5px 8px !important;
    position: relative;
}

.m-list-paket-telkomsel.star-paket {
    background-color: #feefe6;
    color: #833408;
    font-weight: 500;
    box-shadow: 1px 1px 2px #f37a35;
    margin-bottom: 7px;
    border: 1px solid #f37a35;
}

.m-list-paket-telkomsel.star-paket .fa-star {
    position: absolute;
    right: 8px;
    top: 5px;
    color: #f37a35;
}

.m-list-paket-telkomsel.star-paket .list-telkomsel-mobile-item,
.m-list-paket-telkomsel.star-paket .list-telkomsel-mobile-item .fa {
    color: #833408 !important;
}

/* telkomsel */

.table-striped > tbody > tr:nth-of-type(odd).star-paket {
    background-color: #feefe6;
}

.table-striped > tbody > tr:nth-of-type(odd).star-paket td {

}

.table-striped > tbody > tr:nth-of-type(even).star-paket {
    background-color: #fff8f4;
}

.table-striped > tbody > tr.star-paket td .fa-star {
    color: #f37a35;
}

.table-striped > tbody > tr.star-paket td {
    border-top: 2px solid #f37a35;
    border-bottom: 2px solid #f37a35;
    color: #833408;
    font-weight: 500;
}

.table-striped > tbody > tr.star-paket td:first-child {
    border-left: 2px solid #f37a35;
}

.table-striped > tbody > tr.star-paket td:last-child {
    border-right: 2px solid #f37a35;
}

.table-striped > tbody > tr:first-child.star-paket {
    border-top: 3px solid #f37a35 !important;
}

.table-striped > tbody > tr.star-paket .btn-primary {
    background-color: #f37a35 !important;
    border: 1px solid #d36120 !important;
}

.table-striped > tbody > tr.star-paket:hover {
    background-color: #ffeadd;
}

.m-list-paket-sisa-seat {
    margin: 5px 0;
}

.m-list-paket-sisa-seat span {
    font-size: 10px;
}

.m-list-paket-sisa-seat .m-list-paket-sisa-seat-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #cacaca;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.m-list-paket-sisa-seat .m-list-paket-sisa-seat-bar .m-list-paket-sisa-seat-bar-inner {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.via-informasi-penerbangan-item:last-child {
    margin: 0;
}

.via-informasi-penerbangan-item {
    display: block;
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-bottom: 10px;
}

.via-informasi-penerbangan-item .vipi-title {
    border-bottom: 1px solid #cacaca;
    padding: 5px 10px;
    position: relative;
}

.via-informasi-penerbangan-item .vipi-title .btn-primary {
    position: absolute;
    right: 30px;
    top: 4px;
}

.via-informasi-penerbangan-item .vipi-title .btn-danger {
    position: absolute;
    right: 5px;
    top: 4px;
}

.via-informasi-penerbangan-item .vipi-body {
    padding: 5px 10px;
}

.via-informasi-penerbangan-item .vipi-body .vipid-l1 {
    margin-bottom: 2px;
}

.via-informasi-penerbangan-item .vipi-body .vipid-l2 {
    margin-bottom: 2px;
}

.via-informasi-penerbangan-item .vipi-body .vipid-l3 {

}

.via-informasi-penerbangan-item .vipi-footer {
    border-top: 1px solid #cacaca;
    padding: 5px 10px;
}

.via-informasi-penerbangan-item .vipi-footer small {
    margin-right: 5px;
}

.via-informasi-penerbangan-item .vipi-footer span i.fa {

}

.up-list-custom-search-result {

}

.up-list-custom-search-result .ulcsr-header {
    border: 1px solid #cacaca;
    border-radius: 4px 4px 0 0;
    padding: 5px 8px;
}

.up-list-custom-search-result .ulcsr-body {
    border: 1px solid #cacaca;
    padding: 5px 8px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.up-list-custom-search-result .ulcsr-footer {
    border: 1px solid #cacaca;
    border-radius: 0 0 4px 4px;
    padding: 5px 8px;
}

.up-list-custom-search-result .ulcsr-body span.harga-kombinasi {
    color: #e14938;
}

.up-list-custom-search-result .ulcsr-body .csr-separator {
    color: #6a6a6a;
    font-size: 12px;
}

/* zurich */
.pilih-produk-asuransi {
    display: block;
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 8px;
    font-weight: normal;
}

.pilih-produk-asuransi table {
    width: 100%;
}

.pilih-produk-asuransi .ppa-text {

}

.pilih-produk-asuransi .ppa-text .ppat-title {

}

.pilih-produk-asuransi .ppa-text .ppat-detail {

}

.list-data-peserta-asuransi {
    border: 1px solid #cacaca;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.list-data-peserta-asuransi .ldpa-label {
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

/* /zurich */

/* grid 5 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media print {
    html body i.text-green::before {
        color: #449d44 !important;
    }

    html body i.text-red::before {
        color: #dd4b39 !important;
    }

    html body i.text-warning::before {
        color: #C7953E !important;
    }
}


