.dash_numbers{
  font-size: 39px;
  font-weight: bolder
}
.dash_heading{
  font-size: xx-large;
  color: #6c757d!important
}
div.dataTables_wrapper div.dataTables_filter {
  padding-top: 3px;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_length label {
    padding-right: 3px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding-top: 3px;
}

.login-clean {
    background: rgba(0, 0, 0, .01);
    padding: 80px 0
}

.login-clean form {
    max-width: 354px;
    width: 99%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.login-clean .illustration {
    text-align: center;
    padding: 0 0 20px;
    font-size: 100px;
    color: #f4476b
}

.login-clean form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: inherit;
    text-indent: 8px;
    height: 42px
}

.login-clean form .btn-success {
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: 0!important
}

.login-clean form .btn-primary:active {
    transform: translateY(1px)
}

.login-clean form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: .9;
    text-decoration: none
}

.login-clean form .forgot:active,
.login-clean form .forgot:hover {
    opacity: 1;
    text-decoration: none
}

.badge.badge-pill.badge-light.p-2 {
    background-color: #dfe7f1
}
.buttons {
    background-color: #007bff;
    border: none!important;
}
.card-header:first-child.m-3.text-center.text-white {
    margin-bottom: 1px!important;
    padding: 3px;
    border-radius: 6px;
    /* background-color: #433f5a */
}

.card.course-card {
    margin-top: 24px;
    background-color: #3d3b4f
}

.col.course-column {
    border-right: 1px solid
}

.buttons-course {
    color: #fff;
    background-color: #433F5A
}

.row.mt-3.vertical-scroll-row {
    height: 450px;
    overflow-y: auto
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: rgba(0, 123, 255, 0.2)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(67, 63, 90, .36);
    border-radius: 15px
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    background: rgba(0, 123, 255, 0.38)
}

.p-1.topic-title {
    background-color: #F1F1F3
}

.list-group-item.active {
    background-color: #E4E2FD!important
}

@media (max-width:770px) {
    .breadcrumb {
        display: none
    }
}

.target-group-module {
    height: 81px;
    overflow-y: auto
}

.scrollable-fieldset {
    overflow-x: hidden;
    height: 60vh;
    overflow-y: auto
}

.fa.fa-check-circle-o.success-check {
    font-size: 160px
}

.toast.fade.text-white.bg-success.show {
    width: fill-content
}

* {
    margin: 0;
    padding: 0
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: #fff;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform .action-button,
#msform .action-button-previous {
    width: 100px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding: 10px 5px;
    float: right
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    background: #433f5a;
    border: 0;
    border-radius: 0;
    margin: 10px 0 10px 5px
}

#msform .action-button:focus,
#msform .action-button:hover {
    background-color: #00b760
}

#msform .action-button-previous {
    background: #616161;
    border: 0;
    border-radius: 0;
    margin: 10px 5px 10px 0
}

#msform .action-button-previous:focus,
#msform .action-button-previous:hover {
    background-color: #000
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: #d3d3d3
}

#progressbar .active {
    color: #3d3b4f
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f0ea"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f055"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0cb"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 27px;
    color: #fff;
    background: #d3d3d3;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #655c83
}

.progress {
    height: 6px
}

.progress-bar {
    background-color: #673AB7
}

.navigation-clean {
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

.navigation-clean .navbar-brand {
    font-weight: 700;
    color: inherit
}

.navigation-clean .navbar-brand:hover {
    color: #222
}

.navigation-clean.navbar-dark .navbar-brand:hover {
    color: #f0f0f0
}

.navigation-clean .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    width: auto
}

.navigation-clean .navbar-toggler {
    border-color: #ddd;
    color: #888
}

.navigation-clean .navbar-toggler:focus,
.navigation-clean .navbar-toggler:hover {
    background: 0 0
}

.navigation-clean.navbar-dark .navbar-toggler {
    border-color: #555;
    color: #eee
}


.navigation-clean.navbar-dark .form-inline,
.navigation-clean.navbar-dark .navbar-collapse {
    border-top-color: #333
}

.navigation-clean .navbar-nav>.active>a,
.navigation-clean .navbar-nav>.show>a {
    background: 0 0;
    box-shadow: none
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: lightgrey;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-top: 9px;
    padding-bottom: 9px;

}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: white

}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #fff!important;
    background-color: #6c757d!important
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px
}

@media (min-width:768px) {
    .navigation-clean {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .navigation-clean .navbar-nav .show .dropdown-menu {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
    }
}

.btn.btn-light.dropdown-toggle.bg-transparent.border-0,
.btn.btn-sm.dropdown-toggle {
    box-shadow: none
}

@media (max-width:767px) {
    .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #37434d;
        padding-top: .8rem;
        padding-bottom: .8rem;
        line-height: 1
    }
}

.navigation-clean .dropdown-menu .dropdown-item,
.navigation-clean .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    color: #37434d
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit
}

.navigation-clean.navbar-dark {
    background-color: #1f2021;
    color: #fff
}

.navigation-clean.navbar-dark .navbar-nav a.active,
.navigation-clean.navbar-dark .navbar-nav a.active:focus,
.navigation-clean.navbar-dark .navbar-nav a.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar-dark .navbar-nav .nav-link {
    color: #dfe8ee
}

.navigation-clean.navbar-dark .navbar-nav .nav-link:focus,
.navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: transparent
}

.navigation-clean.navbar-dark .navbar-nav>li>.dropdown-menu {
    background-color: #1f2021
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item,
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus {
    color: #f2f5f8
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus,
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
    background: #363739
}

@media (max-width:767px) {
    .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #fff
    }
}

.card.shadow.mt-3 .card-body{
  padding-top: 5px !important
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff!important;
    background-color: #6c757d !important
}

.fas.fa-truck-moving.float-right {
    color: #553538;
    font-size: 45px
}
.collapse .navbar-collapse{
background-color: #007bff!important;
padding-top: 0px !important;
padding-bottom: 0px !important
}
.fas.fa-coins.float-right,
.fas.fa-dollar-sign.float-right,
.la.la-check-square-o.float-right {
    font-size: 45px
}

.img-fluid.top-logo {
    max-height: 50px;
    max-width: 133px
}

.row.header-row {
    height: 50px;
    background-color: #fff
}
/* a.nav-link.nav2:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
} */

.rounded-circle.img-fluid.p-pic {
    max-width: 36px
}

#cpu_usage {
    height: 300px
}

.breadcrumb {
    background-color: transparent
}

.form-control.search {
    margin-left: 6px;
    width: 73%
}

.action-dropdown .dropdown-toggle::after {
    display: none
}

.modal-title {
    color: #fff;
    margin-left: auto
}

.modal-header {
    background-color: #007bff

}

/* @media (min-width: 576px) */
.modal-dialog-scrollable .modal-content {
    min-height: calc(100vh - 1rem) !important;
}

.card.pricing {
    border-radius: 9px
}

.nav.nav-tabs.shadow-sm.mr-auto.mt-1 {
    background-color: rgba(67, 63, 90, .16)
}


.fa.fa-drivers-license-o.text-danger,
.far.fa-times-circle.text-danger,
.fas.fa-truck-loading.text-danger,
.fas.fa-truck-moving.text-danger {
    font-size: 36px
}

#dataTable {
    overflow-y: auto;
    max-height: 63vh
}

.card.dashboard-cards {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    transition: .3s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.card.dashboard-cards:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.nav2.active {
    color: #fff;
    background-color: #6c757d
}

.nav-tabs .nav-link.nav2 {
    color: #000
}

.nav-pills .nav-link {
    color: #000;
    margin: 2%;
    margin-bottom: 4%
}



.buttons,
.close {
    color: #fff
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #007bff!important
}

.badge.badge-primary.border.rounded-circle {
    background-color: #433f5a
}

.nav-pills .nav-link:hover {
    background-color: rgba(67, 63, 90, .36)
}

.modal-dialog.modal-xl {
    max-width: 99%
}

thead {
    background-color: rgba(0, 0, 0, .03)
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text.search-icon {
    background-color: #fff;
    border-right: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: none;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    border-left: 0
}

body {
    overflow-x: hidden;
    font-family: Lato;
    background: #F1EFFA
}

.card.mt-3 {
    border-radius: 9px
}

.btn.btn-primary.gtbuttons {
    border: none;
    background-color: #3D3B4F
}

@media (max-width:770px) {
    .row.header-row {
        height: 100%
    }
    .form-control.search {
        width: 100%
    }
    .input-group.w-75 {
        margin-bottom: 1%;
        width: 100%!important
    }
    .form-control.w-25 {
        width: 100%!important
    }
    .col.pl-5.pr-5 {
        padding-left: 6px!important;
        padding-right: 6px!important
    }
}


.dropdown-item.active,
.dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #fff!important
}

/* div.dataTables_wrapper div.dataTables_length select {
    width: 100%;
    display: inline-block
} */

div.dataTables_wrapper div.dataTables_info {
    white-space: initial;
    padding-top: .85em
}

hr {
    margin-top: 3px;
    color: #fff;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #fff
}

.livesearch-results {
    /*position:fixed;*/
    position:absolute;
    top:80%;
    background-color: white;
    border: 1px silver solid;
    z-index: 50;
    display: none;
    cursor: pointer;
    color: black;
    width: 97%;
    height: 200px;
    overflow-y:scroll;
}

#livesearch-results{
    width: 400px;
    height: 200px;
    border: 1px solid #09940b;
    display: none;
}

#spinner_overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0);
}
.spinner_overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

/* !
 * bootstrap-fileinput v5.0.8
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2019, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
  */

.file-loading input[type=file], input[type=file].file-loading {
    width: 0;
    height: 0;
}

.file-no-browse {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 1px;
    height: 1px;
    font-size: 0;
    opacity: 0;
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}

.kv-hidden, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .hide-content .kv-file-content, .is-locked .fileinput-upload-button, .is-locked .fileinput-remove-button {
    display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
    position: absolute;
}

.file-caption-icon .kv-caption-icon {
    line-height: inherit;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
    position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
    text-align: left;
}

.file-error-message pre, .file-error-message ul {
    margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    float: left;
    margin-top: 10px;
    width: 16px;
    height: 16px;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
    height: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
    background-color: #ccc;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    height: 15px;
    margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
    height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
    width: 100%;
}

.file-loading:before {
    content: " Loading...";
    display: inline-block;
    padding-left: 20px;
    line-height: 16px;
    font-size: 13px;
    font-variant: small-caps;
    color: #999;
    background: transparent url(../img/loading.gif) top left no-repeat;
}

.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}

.btn-file {
    overflow: hidden;
}

.btn-file input[type=file] {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.btn-file ::-ms-browse {
    font-size: 10000px;
    width: 100%;
    height: 100%;
}

.file-caption .file-caption-name {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: none;
    outline: none;
}

.file-caption.icon-visible .file-caption-icon {
    display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 15px;
}

.file-caption-icon {
    left: 8px;
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

.file-error-message pre {
    margin: 5px 0;
}

.file-caption-disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px;
}

.file-preview .clickable {
    cursor: pointer;
}

.file-preview-image {
    font: 40px Impact, Charcoal, sans-serif;
    color: #008000;
}

.krajee-default.file-preview-frame {
    margin: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 6px;
    float: left;
    text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px;
}

.krajee-default .file-preview-other-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
    width: 240px;
    height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

.krajee-default .file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}

.krajee-default .file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}

.krajee-default .file-other-icon {
    font-size: 6em;
    line-height: 1;
}

.krajee-default .file-footer-buttons {
    float: right;
}

.krajee-default .file-footer-caption {
    display: block;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin-bottom: 30px;
}

.file-upload-stats {
    font-size: 10px;
    text-align: center;
    width: 100%;
}

.kv-upload-progress .file-upload-stats {
    font-size: 12px;
    margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}

.krajee-default .file-thumb-progress {
    height: 11px;
    top: 37px;
    left: 0;
    right: 0;
}

.krajee-default.kvsortable-ghost {
    background: #e1edf7;
    border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
    opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000;
}

.kv-upload-progress .progress {
    height: 20px;
    margin: 10px 0;
    overflow: hidden;
}

.kv-upload-progress .progress-bar {
    height: 20px;
    font-family: Verdana, Helvetica, sans-serif;
}

/* noinspection CssOverwrittenProperties */

.file-zoom-dialog .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
    width: auto;
}

.file-zoom-dialog .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    outline: none;
    opacity: 0.7;
    top: 45%;
    font-size: 4em;
    color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: none;
    box-shadow: none;
    opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
    top: 5px;
    right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
    left: 1px;
}

.file-zoom-dialog .btn-next {
    right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
    font-weight: 300;
    color: #999;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-caption-main {
    width: 100%;
}

.file-thumb-loading {
    background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone.clickable:hover {
    border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
    border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #eee;
}

.file-uploading {
    background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
    opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
    min-width: 100%;
    margin: 0;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.floating-buttons {
    z-index: 3000;
}

.floating-buttons .btn-kv {
    margin-left: 3px;
    z-index: 3000;
}

.kv-zoom-actions .btn-kv {
    margin-left: 3px;
}

.file-zoom-content {
    height: 480px;
    text-align: center;
}

.file-zoom-content .file-preview-image {
    max-height: 100%;
}

.file-zoom-content .file-preview-video {
    max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
    height: auto;
    min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
    width: auto;
    height: 30px;
}

@media (min-width: 576px) {
    .file-zoom-dialog .modal-dialog {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .file-zoom-dialog .modal-lg {
        max-width: 800px;
    }
}

@media (max-width: 767px) {
    .file-preview-thumbnails {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .file-zoom-dialog .modal-header {
        flex-direction: column;
    }
}

@media (max-width: 350px) {
    .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
        width: 160px;
    }
}

@media (max-width: 420px) {
    .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
        width: 100%;
    }
}

.file-loading[dir=rtl]:before {
    background: transparent url(../img/loading.gif) top right no-repeat;
    padding-left: 0;
    padding-right: 20px;
}

.file-sortable .file-drag-handle {
    cursor: move;
    opacity: 1;
}

.file-sortable .file-drag-handle:hover {
    opacity: 0.7;
}

.clickable .file-drop-zone-title {
    cursor: pointer;
}

.file-preview-initial.sortable-chosen {
    background-color: #d9edf7;
}

.fileinput-remove .fileinput-remove-button {
    background-color: red!important;
}

button.btn.btn-default.btn-secondary.fileinput-remove.fileinput-remove-button {
    background-color: red !important;
}

.cell-input{
    border: none; text-align: left; border: none; padding: 0px; margin-right: 0px; width: 100%; height: 100%; border: none; background: inherit; text-align: center;
}