
/********** Body **********/

html {
    min-height: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgba(216,228,238,1);
    font-family: "Poppins", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(128,128,128,1);
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 2.15rem;
}

p {
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

a {
    text-decoration: none;
    outline: 0;
    outline: none;
    color: rgba(128,128,128,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    outline: none;
    color: rgba(11,63,107,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
}

.space {
    height: 1rem;
    clear: both;
}

.space-02 {
    height: 2rem;
    clear: both;
}

.space-03 {
    height: 3rem;
    clear: both;
}


/********** Themes **********/

.container-fluid {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}

        .navbar {
            padding: .5rem 1.5rem;
        }

.btn-rounded {
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
}

.btn, .btn:focus, .btn:hover, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.vert-cent {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 3rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5rem;
    color: rgba(128,128,128,1);
    background-color: rgba(255,255,255,.025);
    background-clip: padding-box;
    border: 1px solid rgba(128,128,128,.25);
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    transition: none;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.form-control:focus, .form-control:hover {
    background-color: rgba(128,128,128,.025);
    border: 1px solid rgba(128,128,128,.25);
    outline: 0;
    box-shadow: none;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.form-control:disabled, .form-control[readonly] {
    /*background-color: rgba(255,255,255,1);*/
    background-color: rgba(0, 0, 0, 0.04);
    opacity: 1;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(128,128,128,1);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(128,128,128,1);
    text-decoration: none;
    background-color: rgba(128,128,128,.075);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 0;
    margin: .125rem 0 0;
    font-size: .95rem;
    color: rgba(128,128,128,1);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
    color: rgba(128,128,128,.75);
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: rgba(11,63,107,1);
    color: rgba(255,255,255,1);
    text-shadow: 0 -1px 0 rgba(128,128,128,.25);
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: rgba(128,128,128,.25) !important;
    cursor: default;
    text-decoration: line-through;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: transparent !important;
    color: rgba(128,128,128,.25);
    cursor: default !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    background-color: transparent;
    color: rgba(128,128,128,1);
}

.bootstrap-datetimepicker-widget table thead tr th.dow {
    cursor: pointer;
    background-color: transparent;
    color: rgba(128,128,128,1);
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: rgba(11,63,107,1);
}

.ar-lang {
    font-family: "gedinar", sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: rgba(128,128,128,.5);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: rgba(128,128,128,.5);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(128,128,128,.5);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: rgba(128,128,128,.5);
    opacity: 1;
}

.form-control::placeholder {
    color: rgba(128,128,128,.5);
    opacity: 1;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group.no-bot {
    margin-bottom: 0 !important;
}

.prefix {
    width: calc(3rem + 1px);
    position: absolute;
    height: calc(2.25rem + 2px);
    line-height: 2.75rem;
    border-bottom: 1px solid rgba(128,128,128,.25);
    border-right: 1px solid rgba(128,128,128,.25);
    text-align: center;
}

.prefix i {
    font-size: 1.375rem;;
    color: rgba(128,128,128,.5);
}

.prefix~.form-control {
    margin-left: 3rem;
    width: calc(100% - 3rem);
    border: none;
    border-bottom: 1px solid rgba(128,128,128,.25);
}

.prefix~.form-control:focus {
    border-bottom: 1px solid rgba(128,128,128,.75);
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(128,128,128,.2);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgba(11,63,107,1);
    outline: 0;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    color: rgba(255,255,255,1);
    background-color: rgba(128,128,128,.1);
    outline: 0;
    outline: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: rgba(255,255,255,1);
    background-color: rgba(128,128,128,1);
    outline: 0;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    outline: none;
    box-shadow: none !important;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: rgba(11,63,107,1);
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: rgba(128,128,128,.2);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0;
    margin-left: .5rem;
    font-size: .75rem;
    color: rgba(204,51,51,1);
    position: absolute;
}

.prefix~.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0;
    margin-left: 3.5rem;
    font-size: .75rem;
    color: rgba(204,51,51,1);
    position: absolute;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: transparent;
    border-bottom-color: rgba(204,51,51,1);
    box-shadow: none;
}

.prefix~.custom-select.is-invalid, .prefix~.form-control.is-invalid, .prefix~.was-validated .custom-select:invalid, .prefix~.was-validated .form-control:invalid {
    border-color: rgba(204,51,51,1);
    border-left-color: rgba(128,128,128,.25);
    box-shadow: none;
    outline: 0;
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: rgba(128,128,128,1);
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: transparent;
    border-bottom-color: rgba(128,128,128,.25);
    outline: 0;
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
    border-color: transparent;
    border-bottom-color: rgba(128,128,128,.75);
    box-shadow: none;
    outline: 0;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: rgba(128,128,128,1);
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: rgba(11,63,107,1);
}

.prefix~.custom-file-label {
    margin-left: calc(3rem + 1px);
    width: calc(100% - 3rem);
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(128,128,128,.25);
    color: rgba(128,128,128,.75);
    outline: 0;
    box-shadow: none;
}

.custom-file-label::after {
    display: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(128,128,128,.75);
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(128,128,128,.15);
}

.page-link:hover {
    z-index: 2;
    color: rgba(128,128,128,1);
    text-decoration: none;
    background-color: rgba(128,128,128,.075);
    border-color: rgba(128,128,128,.075);
}

.page-item.disabled .page-link {
    color: rgba(128,128,128,.5);
    pointer-events: none;
    cursor: auto;
    background-color: rgba(255,255,255,1);
    border-color: rgba(128,128,128,.15);
}

.page-item.active .page-link {
    z-index: 3;
    color: rgba(255,255,255,1);
    background-color: rgba(11,63,107,1);
    border-color: rgba(11,63,107,1);
    outline: 0;
    box-shadow: none;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.card {
    font-size: .95rem;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    margin: 0 0 2rem 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.card:hover {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(128,128,128,.25);
    box-shadow: 0px 0px 20px 2px rgba(128,128,128,.25);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.card.mt--4 {
    margin-top: 1.5rem !important;
}

.card.mt--5 {
    margin-top: 0 !important;
}

.card-header {
    padding: 0 0 .75rem 0;
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    background-color: transparent;
}

.card-header-img {
    padding: 0;
    padding-top: calc(75% - 1.5rem);
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: -1.5rem 1rem .5rem 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.card-header-det {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: -1.5rem 1rem 1.5rem 1rem;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    width: 25%;
}

.card-header-title {
    font-size: 1.25rem;
    color: rgba(128,128,128,1);
    font-weight: 500;
    text-transform: uppercase;
}

.card-footer {
    padding: .5rem 1.25rem;
    background-color: rgba(128,128,128,.02);
    border-top: 1px solid rgba(128,128,128,.15);
    border-radius: 0 !important;
}

.card .card-footer .footer-det {
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.card .card-footer .footer-det li {
    display: table-cell;
}

.card .card-footer .footer-det li:nth-child(2) {
    text-align: center;
}

.card .card-footer .footer-det li:last-child {
    text-align: right;
}

.card .card-footer .footer-det li i {
    padding-right: .3rem;
}

.card.card-theme-02 {
    font-size:.95rem;
    font-weight:400;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    margin: 1.5rem 0 0 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.card.card-theme-02 .card-header-img {
    padding: 0;
    padding-top: calc(60% - 1.5rem);
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: 0 0 .5rem 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-top: 3rem;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255,255,255,1);
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: -1.5rem 1rem 1.5rem 1rem;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    outline: 0;
    box-shadow: none;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: rgba(255,255,255,.75);
    outline: 0;
    box-shadow: none;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: rgba(255,255,255,1);
    text-shadow: none;
    opacity: 1;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .5rem 1.25rem;
    background-color: rgba(128,128,128,.02);
    border-top: 1px solid rgba(128,128,128,.15);
    border-radius: 0 !important;
}

@media (min-width: 576px){

    .modal-dialog.madal-xxl {
        max-width: 98%;
    }

}

.text-muted {
    color: rgba(128,128,128,.75) !important;
}

.white-text {
    color: rgba(255,255,255,1) !important;
}

.color-text-01 {
    color: rgba(0,162,255,1) !important;
}

.color-text-02 {
    color: rgba(255,87,34,1) !important;
}

.color-text-03 {
    color: rgba(255,193,7,1) !important;
}

.color-text-04 {
    color: rgba(11,63,107,1) !important;
}

.color-bg-01 {
    background-color: rgba(11,63,107,1) !important;
}

.color-bg-02 {
    background-color: rgba(216,228,238,1) !important;
}

.gray-bg-01 {
    background-color: rgba(128,128,128,.075) !important;
}

.btn-color-01 {
    border: 0;
    border-radius: 0 !important;
    background-color: rgba(11,63,107,1);
    color: rgba(255,255,255,1);
    padding: 0;
    height: 3rem;
    line-height: 3rem;
    outline: 0;
    font-weight: 500;
}

.btn-color-01:focus, .btn-color-01:hover {
    outline: 0;
    color: rgba(255,255,255,1);
    background-color: rgba(11,63,107,1);
}

.btn-color-02 {
    border: 0;
    border-radius: 0 !important;
    background-color: rgba(216,228,238,1) !important;
    color: rgba(128,128,128,1) !important;
    padding: 0 3rem;
    height: 3rem;
    min-width: 14rem;
    line-height: 3rem;
    outline: 0;
    font-weight: 500;
}

.btn-color-02:focus, .btn-color-02:hover {
    outline: 0;
    color: rgba(11,63,107,1) !important;
    background-color: rgba(216,228,238,1) !important;
}

.btn-color-03 {
    border: 0;
    border-radius: 0 !important;
    background-color: rgba(220,53,69,1) !important;
    color: rgba(255,255,255,1) !important;
    padding: 0 3rem;
    height: 3rem;
    min-width: 14rem;
    line-height: 3rem;
    outline: 0;
    font-weight: 500;
}

.btn-color-03:focus, .btn-color-03:hover {
    outline: 0;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(220,53,69,1) !important;
}

.btn-outline-color-01 {
    border: 2px solid rgba(11,63,107,1);
    background-color: transparent;
    color: rgba(11,63,107,1);
    padding: .375rem 3.25rem;
    outline: 0;
    font-weight: 500;
}

.btn-outline-color-01:focus, .btn-outline-color-01:hover {
    outline: 0;
    color: rgba(11,63,107,1);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2) !important;
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2) !important;
}

.btn-outline-color-02 {
    border: 2px solid rgba(204,51,51,1);
    background-color: transparent;
    color: rgba(204,51,51,1);
    padding: .375rem 3.25rem;
    outline: 0;
    font-weight: 500;
}

.btn-outline-color-02:focus, .btn-outline-color-02:hover {
    outline: 0;
    color: rgba(204,51,51,1);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2) !important;
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2) !important;
}

.link-color-01 {
    color: rgba(128,128,128,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.link-color-01:focus, .link-color-01:hover {
    color: rgba(11,63,107,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.link-color-02 {
    color: rgba(128,128,128,1);
    border-bottom: 1px solid rgba(128,128,128,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.link-color-02:focus, .link-color-02:hover {
    color: rgba(204,51,51,1);
    border-bottom: 1px solid rgba(204,51,51,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.btn-sm {
    line-height: 1.5;
    border-radius: 0;
    font-size: .75rem;
    padding: .5rem 1.5rem;
}

.btn-sm:focus, .btn-sm:hover {
    outline: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2) !important;
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2) !important;
}

.custom-select {
    position: relative;
    left: 1px;
}

.custom-select select {
    display: none;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: rgba(255,255,255,1) transparent transparent transparent;
    display: none;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent rgba(255,255,255,1) transparent;
    top: 7px;
}

.select-selected {
    color: rgba(128,128,128,1);
}

.select-items div {
    color: rgba(128,128,128,.75);
    padding: .5rem .75rem;
    border: none;
    border-bottom: 1px solid rgba(128,128,128,.15);
    cursor: default;
}

.select-items {
    position: absolute;
    background-color: rgba(255,255,255,1);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 1px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.select-hide {
    display: none;
}

.select-items div:focus, .select-items div:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.same-as-selected, .select-items .same-as-selected {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.autocomplete {
    position: relative;
    display: inline-block;
    left: 1px;
}

.autocomplete-items {
    position: absolute;
    background-color: rgba(255,255,255,1);
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 1px;
    max-height: 18rem;
    overflow-y: auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.prefix~.autocomplete-items {
    width: calc(100% - 5.5rem);
    margin-left: calc(4.25rem + 1px);
}

.autocomplete-items div {
    color: rgba(128,128,128,.75);
    padding: .75rem .5rem;
    border: none;
    border-bottom: 1px solid rgba(128,128,128,.15);
    cursor: default;
}

.autocomplete-items div:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.autocomplete-active {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.bb-color-01 {
    border-bottom: 1px solid rgba(11,63,107,1);
}

label.cus-form {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(128,128,128,.75);
}

.small-text {
    font-size: .85rem;
}

.tit-pro {
    font-weight: 600;
    margin-right: .25rem;
}

/***** Themes Responsive *****/

@media (max-width: 992px) {

    .container-fluid {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar {
        padding: .5rem 1rem;
    }

    .card-header {
        padding: 0 .5rem .75rem .5rem;
    }

    .card-header-det {
        width: 50%;
        padding: .5rem 1.25rem;
    }

}


@media (max-width: 480px) {

    .card-header-det {
        width: 60%;
        padding: .5rem 1.25rem;
    }

}


/********** Header **********/

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header-top {
    width: 100%;
    height: 5.625rem;
    padding-left: calc(5% + 1.5rem);
    background-color: rgba(255,255,255,1);
    z-index: 110;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(128,128,128,.15);
    box-shadow: 0px 1px 15px 1px rgba(128,128,128,.15);
}

.scrolling .header-top {
    height: 3.75rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: .95rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img.logo-header {
    height: 4.375rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.scrolling .navbar-brand img.logo-header {
    height: 3.125rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.header-top .navbar-nav .nav-item .nav-link img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.header-top .navbar-nav .nav-item .nav-link i {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    color: rgba(128,128,128,.75);
    background-color: rgba(128,128,128,.05);
    font-size: 1.2rem;
    font-weight: 900;
    padding-top: .45rem;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.header-top .navbar-nav .nav-item .nav-link span {
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
}

.header-top .dropdown-toggle::after {
    display: none;
}

.header-top .dropdown .dropdown-menu {
    float: right;
    min-width: 15rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: .95rem;
    color: rgba(128,128,128,1);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.header-top .dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(128,128,128,1);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(128,128,128,.075);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.header-top .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.header-top .dropdown .dropdown-menu .dropdown-item:focus, .header-top .dropdown .dropdown-menu .dropdown-item:hover {
    color: rgba(11,63,107,1);
    text-decoration: none;
    background-color: transparent;
    padding-left: 1.75rem;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.header-top .dropdown .dropdown-menu .dropdown-item.active, .header-top .dropdown .dropdown-menu .dropdown-item:active {
    color: rgba(11,63,107,1);
    text-decoration: none;
    background-color: rgba(255,255,255,1);
}

.header-top .dropdown-item i {
    width: 2rem;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
}

.header-top .dropdown-item img {
    margin-right: 1rem;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
}

.header-menu {
    width: 100%;
    height: 3.75rem;
    background-color: rgba(11,63,107,1);
    z-index: 100;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(128,128,128,.15);
    box-shadow: 0px 1px 15px 1px rgba(128,128,128,.15);
}

.scrolling .header-menu {
    margin-top: -4.75rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.header-menu .dropdown-toggle::after {
    display: none;
}

.header-menu .dropdown-toggle::before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    float: right;
    padding-left: .5rem;
}

.header-menu .dropdown .dropdown-menu {
    float: left;
    min-width: 15rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: .95rem;
    color: rgba(128,128,128,1);
    border: 1px solid rgba(255,255,255,1);;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.header-menu .dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(128,128,128,.75);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(128,128,128,.075);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.header-menu .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.header-menu .dropdown .dropdown-menu .dropdown-item:focus, .header-menu .dropdown .dropdown-menu .dropdown-item:hover {
    color: rgba(128,128,128,1);
    text-decoration: none;
    background-color: transparent;
    padding-left: 2rem;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.header-menu .dropdown .dropdown-menu .dropdown-item.active, .header-menu .dropdown .dropdown-menu .dropdown-item:active {
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(11,63,107,1);
}

.header-menu .dropdown .dropdown-menu .dropdown-item i {
    width: 2rem;
}

.header-menu .dropdown .dropdown-menu .dropdown-item img {
    margin-right: 1rem;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
}

.header-menu .dropdown .dropdown-menu .dropdown-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: .5rem;
}

.header-menu.navbar-expand-lg .navbar-nav .nav-link.link-special {
    background-color: rgba(255,255,255,.25) !important;
    color: rgba(255,255,255,1) !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}


/***** Header Responsive *****/

@media (min-width: 992px) {

    .header-top .dropdown .dropdown-menu::after {
        position: absolute;
        top: -.4rem;
        right: .5rem;
        display: inline-block;
        border-right: .5rem solid transparent;
        border-bottom: .5rem solid rgba(255,255,255,1);
        border-left: .5rem solid transparent;
        border-color: transparent;
        border-bottom-color: rgba(255,255,255,1);
        border-width: .5rem;
        content: '';
        z-index: -1;
    }

    .header-top.navbar-expand-lg .navbar-nav .nav-item {
        padding: 0;
        margin-left: 1.5rem;
        cursor: pointer;
    }

    .header-top.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .header-top .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: block;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform .35s, opacity .35s, visibility .35s;
        -ms-transition: -ms-transform .35s, opacity .35s, visibility .35s;
        -moz-transition: -moz-transform .35s, opacity .35s, visibility .35s;
        -webkit-transition: -webkit-transform .35s, opacity .35s, visibility .35s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .header-top .nav-item:hover.dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .header-menu .dropdown .dropdown-menu::after {
        position: absolute;
        top: -.4rem;
        left: .5rem;
        display: inline-block;
        border-right: .5rem solid transparent;
        border-bottom: .5rem solid rgba(255,255,255,1);
        border-left: .5rem solid transparent;
        border-color: transparent;
        border-bottom-color: rgba(255,255,255,1);
        border-width: .5rem;
        content: '';
        z-index: -1;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-item {
        padding: 0;
        margin-right: 1.5rem;
        cursor: pointer;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        color: rgba(255,255,255,.75)
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-link:focus, .header-menu.navbar-expand-lg .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,1)
    }

    .header-menu .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: block;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform .35s, opacity .35s, visibility .35s;
        -ms-transition: -ms-transform .35s, opacity .35s, visibility .35s;
        -moz-transition: -moz-transform .35s, opacity .35s, visibility .35s;
        -webkit-transition: -webkit-transform .35s, opacity .35s, visibility .35s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .header-menu .nav-item:hover.dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }


}


@media (max-width: 1024px) {

    .header-menu.navbar-expand-lg .navbar-nav .nav-item {
        margin-right: .95rem;
    }

}

@media (max-width: 992px) {

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
        outline: 0 !important;
        box-shadow: none !important;
        color: rgba(128,128,128,1) !important;
        font-size: 1.5rem !important;
        position: relative;
        left: 1rem;
    }

    .navbar-brand img.logo-header {
        position: absolute;
        left: 50%;
        top: .5rem;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .header-top .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(255,255,255,1);
        position: fixed;
        width: 100%;
        left: 0;
        top: 5.625rem;
        padding: 0 1rem;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        -webkit-box-shadow: 0px 5px 15px -5px rgba(128,128,128,.1);
        box-shadow: 0px 5px 15px -5px rgba(128,128,128,.1);
    }

    .scrolling .header-top .navbar-collapse {
        top: 3.75rem;
    }

    .header-top .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1;
        background: none;
        border: 1px solid transparent;
        outline: 0;
        color: rgba(128,128,128,.75);
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }

    .header-top .navbar-nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        float: right;
    }

    .header-top.navbar-expand-lg .navbar-nav .nav-item {
        position: relative;
        margin-left: .5rem;
    }

    .header-top .dropdown .dropdown-menu {
        position: fixed !important;
        margin-top: 0;
    }

    .header-top .dropdown .dropdown-menu {
        position: fixed !important;
        top: auto;
        left: 0;
        z-index: 1000;
        float: left;
        width: calc(100vw - 1rem);
        padding: 0;
        margin: 0 .5rem;
        font-size: 1rem;
        color: rgba(128,128,128,.75);
        text-align: left;
        background-color: rgba(255,255,255,1);
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
        box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    }

    .header-top .dropdown .dropdown-menu.dropdown-menu-search {
        min-width: auto;
        padding: 1rem;
    }

    .header-top.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 0;
    }

    .header-top .dropdown .dropdown-menu:after {
        position: absolute;
        top: -.4rem;
        display: inline-block;
        border-right: .5rem solid transparent;
        border-bottom: .5rem solid rgba(255,255,255,1);
        border-left: .5rem solid transparent;
        border-color: transparent;
        border-bottom-color: rgba(255,255,255,1);
        border-width: .5rem;
        content: '';
        z-index: -1;
    }

    .header-top .dropdown .dropdown-menu .dropdown-item, .header-top .dropdown .dropdown-menu .dropdown-item:focus {
        padding-left: 1rem;
    }

    .header-top .dropdown:nth-child(4n+1) .dropdown-menu:after{
        right: 1.5rem;
    }

    .header-top .dropdown:nth-child(4n+2) .dropdown-menu:after{
        right: 8.5rem;
    }

    .header-top .dropdown:nth-child(4n+3) .dropdown-menu:after{
        right: 5rem;
    }

    .header-top .dropdown:nth-child(4n+4) .dropdown-menu:after{
        right: 1.5rem;
    }

    .header-menu-mob {
        position: absolute;
        right: 3rem;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }

    .header-menu {
        height: 3.75rem;
        margin-top: -3.75rem;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-top: 6rem;
        padding-bottom: 1.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(255,255,255,1);
        border-top: 1px solid rgba(0,0,0,.1);
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }

    .offcanvas-collapse.open {
        left: 0;
        visibility: visible;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-link {
        color: rgba(128,128,128,.75);
        -webkit-transition: .35s;
        transition: .35s;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-link:focus, .header-menu .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: rgba(128,128,128,1);
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(128,128,128,.15);
        margin-right: 0;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .header-menu .navbar .dropdown-menu {
        position: relative !important;
        margin-top: 0;
    }

    .header-menu .dropdown .dropdown-menu {
        position: relative;
        top: 100%;
        right: auto;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 100%;
        padding: 0;
        margin: .125rem 0 .5rem 0;
        font-size: .95rem;
        color: rgba(128,128,128,.75);
        text-align: left;
        list-style: none;
        background-color: rgba(255,255,255,1);
        background-clip: padding-box;
        border: 1px solid rgba(255,255,255,1);
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
        box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    }

    .header-menu .dropdown .dropdown-menu:after {
        position: absolute;
        top: -.4rem;
        left: .5rem;
        display: inline-block;
        border-right: .5rem solid transparent;
        border-bottom: .5rem solid rgba(255,255,255,1);
        border-left: .5rem solid transparent;
        border-color: transparent;
        border-bottom-color: rgba(255,255,255,1);
        border-width: .5rem;
        content: '';
        z-index: -1;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
        margin-right: 0;
    }

    .header-menu.navbar-expand-lg .navbar-nav .nav-link.link-special {
        background-color: rgba(11,63,107,1) !important;
        color: rgba(255,255,255,1) !important;
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

}

/********** Footer **********/

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}

.footer-top {
    width: 100%;
    padding: 0;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-box-shadow: 0px -1px 15px 1px rgba(128,128,128,.1);
    box-shadow: 0px -1px 15px 1px rgba(128,128,128,.1);
}

.btn-outline-newsletter {
    border: 1px solid rgba(128,128,128,.05);
    border-left: 1px solid rgba(128,128,128,.25);
    border-bottom: 1px solid rgba(128,128,128,.25);
    color: rgba(128,128,128,1);
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-outline-newsletter:focus, .btn-outline-newsletter:hover {
    border: 1px solid rgba(128,128,128,1);
    color: rgba(128,128,128,1);
    background-color: transparent;
}

.trv-ic {
    color: #00af87 !important;
    font-size: 1.5rem;
}

.fb-ic {
    color: #3B5998 !important;
    font-size: 1.5rem;
}

.tw-ic {
    color: #55ACEE !important;
    font-size: 1.5rem;
}

.gplus-ic {
    color: #DD4B39 !important;
    font-size: 1.5rem;
}

.li-ic {
    color: #0082CA !important;
    font-size: 1.5rem;
}

.ins-ic {
    color: #2E5E86 !important;
    font-size: 1.5rem;
}

.footer-copyright {
    width: 100%;
    padding: 0;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-box-shadow: 0px -1px 15px 1px rgba(128,128,128,.1);
    box-shadow: 0px -1px 15px 1px rgba(128,128,128,.1);
    font-size: .9rem;
}

.footer-copyright a {
    color: rgba(128,128,128,1);
    border-bottom: 1px solid rgba(128,128,128,1);
}

.footer-copyright a:focus, .footer-copyright a:hover {
    color: rgba(11,63,107,1);
    border-bottom: 1px solid rgba(11,63,107,1);
}

.footer-links .mb-4, .footer-links .my-4 {
    margin-bottom: .5rem !important;
}

.footer-links p {
    margin-bottom: .5rem;
}

.footer-links p a {
    color: rgba(128,128,128,.75);
    padding-left: .5rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.footer-links p a:focus, .footer-links p a:hover {
    color: rgba(128,128,128,1);
    padding-left: 1rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.footer-links p a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: .5rem;
}

.footer-links p.cont {
    padding-left: 2rem;
    color: rgba(128,128,128,.75);
}

.footer-links p.cont i {
    margin-left: -2rem;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
}

.footer-links p.cont a {
    color: rgba(128,128,128,.75);
    padding-left: 0;
}

.footer-links p.cont a:focus, .footer-links p.cont a:hover {
    color: rgba(128,128,128,1);
    padding-left: 0;
}

.footer-links p.cont a::before {
    display: none;
}


/***** Footer Responsive *****/

@media (max-width: 992px) {

    .footer-top .md-form.form-sm .prefix~input, .footer-top .md-form.form-sm .prefix~label {
        margin-left: 2.5rem;
        font-size: .85rem;
    }

    .footer-top a i.far {
        font-size: 1.3rem;
    }

    .footer-top .ml-4, .footer-top .mx-4 {
        margin-left: 1rem!important;
    }

    .trv-ic {
        color: #00af87 !important;
        font-size: 1.3rem;
    }

    .fb-ic {
        color: #3B5998 !important;
        font-size: 1.3rem;
    }

    .tw-ic {
        color: #55ACEE !important;
        font-size: 1.3rem;
    }

    .gplus-ic {
        color: #DD4B39 !important;
        font-size: 1.3rem;
    }

    .li-ic {
        color: #0082CA !important;
        font-size: 1.3rem;
    }

    .ins-ic {
        color: #2E5E86 !important;
        font-size: 1.2rem;
    }

}




/********** Page Content **********/

.page-title {
    padding: .5rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(11,63,107,1);
    border-radius: 0;
    text-align: center;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
}

.page-title h5 {
    letter-spacing: 2px;
}

.page-title-02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1.5rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(11,63,107,1);
    color: rgba(255,255,255,1);
    border-radius: 0;
}

.p-pre-wrap {
    white-space: pre-wrap;
}

.tour-gallery {
    padding: 0;
    padding-top: 75%;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideshow {
    padding: 0;
    padding-top: 35%;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.art-img {
    width: 33.33333%;
    height: auto;
    border: 1px solid rgba(128,128,128,.15);
    border-radius: 0;
    padding: .1rem;
    float: right;
}

.meals-inline .meals {
    margin-left: 1rem;
    color: rgba(128,128,128,.5);
    display: inline-block;
}

.meals-inline .meals:first-child {
    margin-left: .5rem;
}

.meals-inline .meals.active {
    color: rgba(128,128,128,1);
}

.meals-inline .meals::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: .95rem;
    margin-right: .5rem;
}

.meals-inline .meals.active::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
}


.tour-itin.mb-5:last-child {
    margin-bottom: 0 !important;
}

p.p-pointer {
    margin-bottom: 1rem;
    margin-left: 3.5rem;
}

p.p-pointer::before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: .5rem;
    font-weight: 900;
    margin-left: -.5rem;
    color: rgba(128,128,128,1);
    position: relative;
    top: -2px;
    left: -1rem;
}

p.p-pointer:last-child {
    margin-bottom: 0;
}

.media.art-sec {
    padding-bottom: 2rem;
    position: relative;
}

.media.art-sec::before {
    content: "";
    width: 50%;
    background: rgba(128,128,128,.25);
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.media.art-sec:last-child::before {
    display: none;
}

.dropdown-cost .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 100%;
}

.dropdown-cost .nav-tabs .nav-item.show .nav-link, .dropdown-cost .nav-tabs .nav-link.active {
    color: rgba(128,128,128,.75);
    background-color: rgba(255,255,255,1);
    border-color: transparent;
    border-bottom-color: rgba(128,128,128,.15);
    border-radius: 0 !important;
}

.dropdown-cost .nav-tabs .nav-link:focus, .dropdown-cost .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: rgba(128,128,128,.75);
    color: rgba(128,128,128,.75);
}

.dropdown-cost .nav-tabs .nav-item a.nav-link, .dropdown-cost .nav-tabs .nav-item a.nav-link:focus, .dropdown-cost .nav-tabs .nav-item a.nav-link:hover {
    color: rgba(128,128,128,.75);
}

.dropdown-cost .dropdown .dropdown-menu {
    float: left;
    min-width: 100%;
    padding: 0;
    margin: .125rem 0 0;
    font-size: .95rem;
    color: rgba(128,128,128,1);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    overflow: auto;
    max-height: 19rem;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.dropdown-cost .dropdown .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgba(128,128,128,.75);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(128,128,128,.075);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.dropdown-cost .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-cost .dropdown .dropdown-menu .dropdown-item:focus, .dropdown-cost .dropdown .dropdown-menu .dropdown-item:hover {
    color: rgba(128,128,128,1);
    text-decoration: none;
    background-color: transparent;
    padding-left: 2rem;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.dropdown-cost .dropdown .dropdown-menu .dropdown-item.active, .dropdown-cost .dropdown .dropdown-menu .dropdown-item:active {
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(11,63,107,1);
}

.dropdown-cost .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 6px;
}

.related-tours-box {
    display: table;
    padding: .5rem 0;
    position: relative;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box h6 {
    font-size: .75rem;
    color: rgba(11,63,107,1);
    line-height: inherit;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box h4 {
    font-size: .85rem;
    color: rgba(128,128,128,1);
    line-height: inherit;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box h4 a {
    font-size: .85rem;
    color: rgba(128,128,128,1);
}

.related-tours-box h4 a:focus, .related-tours-box h4 a:hover {
    font-size: .85rem;
    color: rgba(204,51,51,1);
}

.related-tours-box:hover {
    padding-left: .5rem;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box:hover h4 {
    color: rgba(204,51,51,1);
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box::before {
    background-color: transparent;
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box:hover::before {
    width: 90%;
    opacity: 1;
    background-color: rgba(128,128,128,.1);
}

.related-tours-box > span {
    display: table-cell;
    vertical-align: top;
    width: 5rem;
    border: 1px solid rgba(128,128,128,.15);
    background-color: rgba(255,255,255,1);
    border-radius: 0;
    padding: 0.075rem;
}

.related-tours-box > span i {
    background-color: transparent;
    color: rgba(128,128,128,.75);
    float: left;
    width: 3rem;
    height: 3rem;
    line-height: 2.75rem;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    font-size: 1.2rem;
    margin: 0 auto;
    display: block;
    position: relative;
    font-weight: 300;
    top: 0;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box:hover > span i {
    background-color: rgba(11,63,107,1);
    color: #fff;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-img {
    padding: 0;
    padding-top: 75%;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.related-tours-box > span img {
    background-color: transparent;
    float: left;
    width: auto;
    height: 3.5rem;
    border-radius: .2rem;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-box:hover > span img {
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.related-tours-inner {
    display: table-cell;
    padding-left: 1rem;
    vertical-align: middle;
}

.side-det {
    font-size: .8rem;
    margin-top: .25rem;
    color: rgba(128,128,128,1);
}

.side-det i {
    font-size: .8rem;
    position: relative;
    color: rgba(204,51,51,1);
}

table i {
    font-size: 1.2rem;
    cursor: pointer;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    background-color: rgba(216,228,238,1);
    color: rgba(128,128,128,1);
    font-weight: 500;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child {
    border-right-width: 0;
    background-color: rgba(216,228,238,1);
    color: rgba(128,128,128,1);
    font-weight: 500;
}

table.dataTable tfoot>tr>th, table.dataTable tfoot>tr>th, table.dataTable tfoot>tr>th, table.dataTable tfoot>tr>td, table.dataTable tfoot>tr>td, table.dataTable tfoot>tr>td {
    padding-right: 30px;
    background-color: rgba(216,228,238,1);
    color: rgba(128,128,128,1);
    font-weight: 500;
}

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(128,128,128,.15);
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.6rem;
    display: block;
    opacity: 0.5;
    font-size: 1.2rem;
    font-weight: 600;
    color:  rgba(11,63,107,1);
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: .5rem 0 0 0;
}


table thead>tr>th {
    padding-right: 30px;
    background-color: rgba(11,63,107,1);
    color: rgba(255,255,255,1);
}

.table-striped td, .table-striped th {
    border: 1px solid rgba(128,128,128,.15);
}

table tbody.connectedSortable>tr {
    cursor: move;
}


.article-img {
    padding: 0;
    padding-top: calc(60% - 1.5rem);
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: 0 0 .5rem 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.dataTables_length .dropdown-toggle::after {
    display: none;
}

/***** Page Content Responsive *****/

@media (min-width: 1600px){

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}


@media (max-width: 992px) {

    .slideshow {
        padding-top: 75%;
    }

    .d-mt-3 {
        margin-top: 1.5rem
    }

    .related-tours-box:before {
        background-color: rgba(128,128,128,.1);
        width: 90%;
        opacity: 1;
    }


}


@media (max-width: 480px) {

    .page-title h1 span.pa-tit {
        display: block;
        margin-top: 1rem;
    }

    .slideshow {
        padding-top: 60%;
    }

    .meals-inline {
        display: block;
    }

    .meals-inline .meals {
        margin-left: .5rem;
        color: rgba(128,128,128,.5);
        display: inline-block;
    }

    .meals-inline .meals:first-child {
        margin-left: 0;
    }

    .art-img {
        width: 100%;
        height: auto;
        border: 1px solid rgba(128,128,128,.15);
        border-radius: 0;
        padding: .1rem;
        float: none;
        margin-left: 0 !important;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }

}


/********** Slick List **********/

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 3rem;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 95%;
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: rgba(237,42,122,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background-color: rgba(237,42,122,1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 47%;
    background-image: url(../img/svg/arrow_left.svg);
    background-position: center;
}

[dir='rtl'] .slick-prev {
    right: 47%;
    left: auto;
    background-image: url(../img/svg/arrow_right.svg);
    background-position: center;
}

.slick-next {
    right: 47%;
    background-image: url(../img/svg/arrow_right.svg);
    background-position: center;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 47%;
    background-image: url(../img/svg/arrow_left.svg);
    background-position: center;
}

/***** Slick List Responsive *****/

@media (min-width: 1600px) {

    .slick-prev {
        left: 48%;
    }

    [dir='rtl'] .slick-prev {
        right: 48%;
    }

    .slick-next {
        right: 48%;
    }

    [dir='rtl'] .slick-next {
        left: 48%;
    }

}

@media (max-width: 992px) {

    .slick-prev, .slick-next {
        top: 93%;
    }

    .slick-prev {
        left: 45%;
    }

    [dir='rtl'] .slick-prev {
        right: 45%;
    }

    .slick-next {
        right: 45%;
    }

    [dir='rtl'] .slick-next {
        left: 45%;
    }

}


@media (max-width: 480px) {

    .slick-prev, .slick-next {
        top: 93%;
    }

    .slick-prev {
        left: 40%;
    }

    [dir='rtl'] .slick-prev {
        right: 40%;
    }

    .slick-next {
        right: 40%;
    }

    [dir='rtl'] .slick-next {
        left: 40%;
    }

}


/********** Light Gallery **********/

.gallery-sect {
    position: relative;
}

.gallery-sect .row {
    margin-right: 0;
    margin-left: 0;
}

.lightgallery-w {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}

.gallery-img {
    padding: 0;
    padding-top: 60%;
    border: none;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,1);
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.gallery-img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.gallery-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    color: rgba(255,255,255,1);
    font-size: 1.5rem;
    content: '\f00e';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    pointer-events: none;
    z-index: 9000;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.gallery-img:hover::before {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.gallery-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(11,63,107,.15);
    content: '';
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.gallery-img:hover::after {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s ease .35s;
    -moz-transition: -moz-transform .35s ease .35s;
    -o-transition: -o-transform .35s ease .35s;
    transition: transform .35s ease .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    display: none;
}


/********** Sweet Alert **********/

.swal2-modal {
    background-color: rgba(255,255,255,1) !important;
    border-radius: 0 !important;
    margin: 1rem auto !important;
    transition: opacity .35s,-webkit-transform .33s !important;
    transition: transform .35s,opacity .35s !important;
    transition: transform .35s,opacity .35s,-webkit-transform .35s !important;
}

.swal2-text {
    font-size: 1rem !important;
    padding: 0 1rem !important;
    color: rgba(51,51,51,1) !important;
    max-width: calc(100% - 2rem) !important;
}

.swal2-icon--success__line {
    background-color: rgba(57,158,110,1) !important;
}

.swal2-icon--success {
    border-color: rgba(57,158,110,1) !important;
}

.swal2-icon--success__ring {
    border: 4px solid rgba(57,158,110,.5) !important;
}

.swal2-footer {
    text-align: center !important;
    padding-top: 1rem !important;
    margin-top: 1rem !important;
    padding: 1rem 1.1rem !important;
}

.swal2-confirm {
    background-color: rgba(11,63,107,1) !important;
    color: rgba(255,255,255,1) !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: .95rem !important;
    padding: .5rem 2.5rem !important;
    outline: none !important;
    outline: 0 !important;
}

.swal2-confirm:not([disabled]):hover {
    background-color: rgba(11,63,107,1) !important;
}

.swal2-confirm:active {
    background-color: rgba(11,63,107,1) !important;
}


/********** Forms **********/

.has-error .form-control {
    border-color: transparent;
    border-bottom-color: rgba(204,51,51,1);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(204,51,51,1)
}

.has-error .prefix i {
    color: rgba(204,51,51,.5) !important;
}

.has-error label, .has-error label.active {
    color: rgba(204,51,51,1) !important;
}

.has-error input[type=text]:focus:not([readonly]), .has-error input[type=email]:focus:not([readonly]), .has-error input[type=password]:focus:not([readonly]), .has-error textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid rgba(204,51,51,1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help-block {
    position: absolute;
    display: none;
    color: rgba(204,51,51,1);
    font-size: .85em;
    margin-left: 0;
}

.prefix~.help-block {
    margin-left: 3rem;
}

.newsletter~.help-block {
    top: 3.5rem;
}

.has-error [type=checkbox]+label:before {
    border: 1px solid rgba(168,19,76,1);
}

.has-error textarea~.help-block {
    position: absolute;
    display: none;
    color: rgba(168,19,76,1);
    font-size: .85em;
    margin-left: 0;
}

.md-form label {
    font-size: .95rem;
    font-weight: 500;
    color: rgba(128,128,128,1);
    outline: 0;
}

.md-form label.active {
    font-size: .85rem;
    font-weight: 600;
    text-indent: 0;
    top: .75rem;
}

label.label-max {
    width: 100%;
}

label.label-max i {
    cursor: pointer;
}

.has-error>em {
    display: block !important;
    font-style: normal;
}

.has-error a.link-color-01 {
    color: rgba(168,19,76,1);
    border-bottom: 1px solid rgba(168,19,76,1);
}

.has-error a.link-color-01:focus, .has-error a.link-color-01:hover {
    color: rgba(168,19,76,.75);
    border-bottom: 1px solid rgba(168,19,76,.75);
}



/********** Slider Range **********/

.ui-slider-horizontal {
    height: .25rem !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.ui-widget.ui-widget-content {
    max-width: 250px;
    padding: .5rem 1rem;
    color: rgba(255,255,255,1);
    background-color: rgba(128,128,128,.75);
    border: none;
    border-radius: 0 !important;
    font-size: .85rem !important;
    box-shadow: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.475rem !important;
    margin-left: -.5rem !important;
    border-radius: 100% !important;
}

.ui-slider .ui-slider-handle {
    width: 1rem !important;
    height: 1rem !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(11,63,107,1) !important;
    background: rgba(11,63,107,1) !important;
    color: rgba(11,63,107,1) !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid rgba(11,63,107,1) !important;
    background: rgba(11,63,107,1) !important;
    color: rgba(11,63,107,1) !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.ui-widget-header {
    border: 1px solid rgba(11,63,107,1) !important;
    background: rgba(11,63,107,1) !important;
    color: rgba(11,63,107,1) !important;
    font-weight: bold;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}



/********** Vertical Menu **********/

#sidebar {
    width: 5%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    height: 100vh;
    z-index: 999;
    background-color: rgba(243,246,249,1);
    color: rgba(255,255,255,1);
    transition: all 0.3s;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

#sidebar.scrolling {
    padding-top: 3.75rem;
}

#sidebar.active {
    left: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    z-index: 998;
    display: none;
}

#sidebar ul.components {
    padding: 2rem 0 0 0;
    text-align: center;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    color: rgba(128,128,128,1);
    font-size: 1.5rem;
    margin-bottom: 2rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: block;
}

#sidebar ul li a:focus, #sidebar ul li a:hover {
    color: rgba(11,63,107,1);
    padding-left: .5rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

#sidebar ul li a.active {
    color: rgba(11,63,107,1);
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
    cursor: pointer;
}

#sidebar a[aria-expanded="false"]::after, #sidebar a[aria-expanded="true"]::after {
    content: '\f107';
    display: block;
    position: absolute;
    right: 1rem;
    top: .5rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
}

#sidebar a[aria-expanded="true"]::after {
    content: '\f106';
}

#sidebar .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: rgba(11,63,107,1);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 1rem;
}

main{
    padding-left: 5%;
}

@media (max-width: 992px) {

    #sidebar {
        width: 10%;
        left: -15%;
    }

    .header-top {
        padding-left: 0;
    }

    main{
        padding-left: 0;
    }

}

@media (max-width: 480px) {

    #sidebar {
        width: 20%;
        left: -25%;
    }

}


/********** Editor **********/

#editor {
    max-height: 250px;
    height: 250px;
    background-color: rgba(255,255,255,1);
    border-collapse: separate;
    border: 1px solid rgba(128,128,128,.15);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    overflow: auto;
    outline: none;
}

#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-toolbar .btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.btn-toolbar .btn-group>.btn:last-child, .btn-toolbar .btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.btn-toolbar .btn-group>.btn, .btn-toolbar .btn-group>.dropdown-menu, .btn-toolbar .btn-group>.popover {
    font-size: .85rem;
    font-weight: bold !important;
}

.btn-toolbar .btn-group>.dropdown-menu, .btn-toolbar .btn-group>.popover {
    padding: 0.5rem 1rem;
}

.btn-toolbar .btn-group>.dropdown-menu li {
    padding: 0.25rem 0;
}

.btn-toolbar .btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-toolbar .btn {
    display: inline-block;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: bold !important;
    line-height: 1rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgba(128,128,128,1) !important;
    text-shadow: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-toolbar .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-toolbar {
    font-size: 0;
    margin-top: 0;
    margin-bottom: .5rem;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: .25rem;
    margin-bottom: .25rem;
}

.btn.btn-info, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(11,63,107,1) !important;
    border-color: rgba(11,63,107,1) !important;
    background: rgba(11,63,107,1) !important;
}


/********** Bootstrap Select **********/

.bootstrap-select>select {
    position: relative !important;
    bottom: 0;
    left: auto !important;
    display: none !important;
    width: .5px!important;
    height: 3rem !important;
    padding: 0!important;
    opacity: 0!important;
    border: 1px solid rgba(128,128,128,.25) !important;
    z-index: 0!important;
}

.bootstrap-select>.dropdown-toggle {
    display: block;
    width: 100%;
    height: 3rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5rem;
    color: rgba(128,128,128,1);
    background-color: rgba(255,255,255,.025);
    background-clip: padding-box;
    border: 1px solid rgba(128,128,128,.25);
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    transition: none;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: rgba(128,128,128,1);
    background-color: rgba(255,255,255,1);
    border-color: transparent;
    border: 1px solid rgba(128,128,128,.25);
    outline: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.one-icons~.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: calc(100% - 2.5rem) !important;
    display: block;
}

.two-icons~.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: calc(100% - 4.5rem) !important;
    display: block;
}

.three-icons~.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: calc(100% - 6.5rem) !important;
    display: block;
}


.bootstrap-select .dropdown-menu {
    max-height: 18rem;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: rgba(128,128,128,1);
    background-color: rgba(255,255,255,1);
    border-color: transparent;
    border: 1px solid rgba(128,128,128,.25);
    outline: 0;
}

.dropup .dropdown-toggle::after, .dropdown-toggle::after {
    margin-left: -0.255em;
}

.bootstrap-select .dropdown-item {
    color: rgba(128,128,128,.75);
    padding: .75rem .5rem;
    border: none;
    border-bottom: 1px solid rgba(128,128,128,.15);
    cursor: default;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    color: rgba(128,128,128,1);
    text-decoration: none;
    background-color: rgba(128,128,128,.25) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: default !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: rgba(128,128,128,1);
    border: 1px solid rgba(17,17,17,.15);
    border-radius: 0;
}


/********** Rating **********/

.rating-container .caption {
    display: none;
}

.rating-container .clear-rating {
    display: none;
}

.rating-container .empty-stars {
    color: rgba(128,128,128,.5);
}

.rating-container .filled-stars {
    color: rgba(204,51,51,1);
    -webkit-text-stroke: transparent;
    text-shadow: none;
}

.rating-container .star {
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    font-size: 1rem;
}

.rating-md {
    position: relative;
    font-size: 1em;
}

.rating-container .rating-stars {
    height: 1rem;
}


/********** Hide Show Password **********/

.field-icon {
    float: right;
    margin-top: -1.5rem;
    margin-right: .5rem;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: rgba(128,128,128,.5);
    cursor: pointer;
}



/********** Dashboard **********/

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.info-box {
    display: block;
    min-height: 5rem;
    color: rgba(128,128,128,1);
    background: rgba(255,255,255,1);
    width: 100%;
    box-shadow: 0 1px 1px rgba(128,128,128,.15);
    border-radius: 0;
    margin-bottom: 1rem;
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.info-box-content {
    padding: .5rem .75rem;
    margin-left: 5rem;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 1rem;
}

.info-box small {
    font-size: .85rem;
}

.progress-description, .info-box-text {
    display: block;
    font-size: .85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-icon {
    border-radius: 0;
    display: block;
    float: left;
    height: 5rem;
    width: 5rem;
    text-align: center;
    font-size: 3rem;
    line-height: 5rem;
}

.info-box-icon i {
    color: rgba(255,255,255,1);
}



/********** Date Range Picker **********/

.daterangepicker table thead>tr>th {
    padding-right: 0;
    background-color: rgba(255,255,255,1);
    color: rgba(128,128,128,1);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: rgba(11,63,107,1);
    border-color: transparent;
    color: rgba(255,255,255,1);
}

.daterangepicker td.in-range {
    background-color: rgba(128,128,128,.075);
    border-color: transparent;
    color: rgba(128,128,128,1);
    border-radius: 0;
}

.mt--66 {
    margin-top: -4rem;
}

.info-text {
    font-size: 1.5rem;
    color: rgba(128,128,128,1);
    position: relative;
    top: 2.75rem;
    display: inline-block;
}



.border-top {
    border-top: 1px solid rgba(11,63,107,1)!important;
}

.nav-tabs {
    border-bottom: 1px solid rgba(128,128,128,.125);
}

.nav-tabs.tabs-res {
    border-bottom: 1px solid rgba(128,128,128,.125);
    float: right;
    margin-right: 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgba(11,63,107,1);
    background-color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(11,63,107,1);
    border-radius: 0;
    outline: 0;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: rgba(128,128,128,1);
}

.nav-link {
    display: block;
    padding: .5rem 2rem;
}


.back-btn {
    position: absolute;
    font-size: 2rem;
    left: 1.5%;
    top: 1rem;
    color: rgba(128,128,128,1);
}

.back-btn:focus, .back-btn:hover {
    color: rgba(11,63,107,1);
}

.ico-home {
    font-size: 2.25rem;
    position: relative;
    top: .75rem;
    color: rgba(11,63,107,1);
}

.media-body h4 {
    text-transform: uppercase;
}


.mt--4 {
    margin-top: 2rem;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3rem;
    padding: .375rem .75rem;
    line-height: 2.5rem;
    color: rgba(128,128,128,1);
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(128,128,128,.25);
    border-radius: 0;
    font-weight: 400;
}

.field-icon {
    float: right;
    margin-top: -2rem;
    margin-right: .75rem;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    color: rgba(128,128,128,.75);
    cursor: pointer;
}

.attach-icon {
    float: right;
    margin-top: -2rem;
    margin-right: .75rem;
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    color: rgba(128,128,128,.75);
}

.one-icons{
    float: right;
    text-align: right;
}

.two-icons {
    float: right;
    text-align: right;
}

.three-icons {
    float: right;
    text-align: right;
}

.one-icons~.form-control {
    width: calc(100% - 2.5rem) !important;
}

.two-icons~.form-control {
    width: calc(100% - 4.5rem) !important;
}

.three-icons~.form-control {
    width: calc(100% - 6.5rem) !important;
}

.one-icons~.field-icon {
    float: right;
    margin-top: -2rem;
    margin-right: 3.25rem;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    color: rgba(128,128,128,.75);
    cursor: pointer;
}

.one-icons~.custom-file {
    width: calc(100% - 2.5rem) !important;
}

.two-icons~.custom-file {
    width: calc(100% - 4.5rem) !important;
}

.three-icons~.custom-file {
    width: calc(100% - 6.5rem) !important;
}

.mt--25 {
    margin-top: -2.5rem;
    float: right;
    margin-right: -15px;
}

.mt--25 .form-group {
    margin-bottom: 0 !important;
}

.mt--25 .form-control {
    height: 2.5rem;
    line-height: 2rem;
    font-size: .85rem;
}

.dataTables_length select.custom-select {
    padding-left: 2rem;
    padding-right: 2.5rem;
    text-align: center;
    text-align-last: center;
    text-align-all: center;
}

.dataTables_length select.custom-select option {
    position: absolute;
    background-color: rgba(255,255,255,1);
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    color: rgba(128,128,128,.75);
    padding: .5rem;
    border-bottom: 1px solid rgba(128,128,128,.15) !important;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
    box-shadow: 0px 0px 15px 1px rgba(128,128,128,.2);
}

.dataTables_length select.custom-select option:focus, .dataTables_length select.custom-select option:hover {
    background-color: red !important;
}

.dataTables_length select option.selected {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.custom-select-02 select {
    width: calc(100% + 24px);
    height: 2.9rem;
    line-height: 2.5rem;
    margin: 0;
    position: relative;
    top: -.4rem;
    left: -.75rem;
    border: none;
    padding: .375rem .75rem;
    color: rgba(128,128,128,1);
}





@media (max-width: 480px) {

    .mt--4 {
        margin-top: 1.5rem;
    }

    .mt--3 {
        margin-top: 1rem;
    }

    .mt--5 {
        margin-top: 2rem;
    }

    .mt--66 {
        margin-top: 0;
    }

    .nav-tabs.tabs-res {
        float: none;
    }

    .nav-link {
        padding: .5rem .5rem;
    }

    .header-top .navbar-nav .nav-item .nav-link span {
        display: none;
    }

    .back-btn {
        position: relative;
        font-size: 2rem;
        left: 1rem;
        top: 0;
        color: rgba(128,128,128,1);
    }

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

    .tab-res {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .mt--25 {
        margin-top: 0;
        float: none;
        margin-right: 0;
    }

    .mt--25 .form-group {
        margin-bottom: 0 !important;
    }

    .mt--25 .form-control {
        height: 2.5rem;
        line-height: 2rem;
    }

}

/********** Charts **********/

.canvas-height {
    height: 9rem !important;
}

.canvas-height-02 {
    height: 19rem !important;
}

/********** Check Box **********/

.check-cus-02 {
    margin-top: 2.5rem;
}

@media (max-width: 480px) {
    .check-cus-02 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

}

/********** PDF Page **********/
.pdf-wid {
    padding-left: 0 !important;
}

.container-fluid.pdf-wid-02 {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/********** CV Print **********/
@media print {
    body * {
        visibility: hidden;
    }
    #cv_print_container, #cv_print_container * {
        visibility: visible;
    }
    #cv_print_container {
        position: absolute;
        left: 0;
        top: 0;
    }
    .cv-logo, .cv-logo * {
        visibility: visible;
    }

}


/********** Responsive WYSIWYG editor imagess **********/
img {
    max-width: 100%;
    height: auto;
}



@media only screen and (max-width: 700px) {
    .systemName {
        font-size: small !important;
    }
    .systemNameRes {
        display: none !important;
    }
}

@media only screen and (max-width: 530px) {
    .systemName {
        font-size: x-small !important;
    }
    .systemNameRes {
        display: none !important;;
    }
}

@media only screen and (max-width: 465px) {
    .systemName {
        display: none !important;;
    }
    .systemNameRes {
        display: inline-block !important;;
    }
}





