.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

a {
    cursor: pointer;
}

.swal-modal * {
    text-align: center;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

i.fa-comments {
    cursor: pointer;
}

@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -15rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }


    label {
        font-size: 80% !important;
    }

}

#sidebar-wrapper {
    position: relative;
}

.menu-toggle {
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 5;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

.btn:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.bg-main {
    background: #FF6B01 !important;
}

.text-main {
    color: #FF6B01 !important;
}

.bg-main-dark {
    background: #292828 !important;
}

.text-main-dark {
    color: #292828 !important;
}

.bg-black {
    background: black !important;
}

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

.bg-white {
    background: white !important;
}

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


.btn-main {
    background: #343a40 !important;
    color: white;
}

.btn-main:hover {
    background: #23272b !important;
    color: white;
}

.border-main {
    border-color: #FF6B01 !important;
}

.table {
    margin-bottom: 0 !important;
}

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

.btn-collapse i::before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
}

.btn-collapse.collapsed i::before {
    content: "\f067";
}

body {
    background: #eef0f4;
    width: 100%;
    font-size: 90%;
}

table td p {
    text-align: left;
}

.devices-dropdown .dropdown-item {
    cursor: pointer;
}

.devices-dropdown .dropdown-item:hover {
    background: rgba(000, 000, 000, 0.3) !important;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: .25rem;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.home-search-box input {
    height: calc(2.1em + .75rem + 3px) !important;
    padding: .375rem .75rem !important;
    border: 2px solid #292828 !important;
}

.home-search-box {
    border-radius: 5px;
}

.home-search-box .quick-search-txt,
.home-search-box .quick-search-txt .input-group-text {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: 2px solid #292828 !important;
}


.home-search-box .quick-search-btn,
.home-search-box .quick-search-btn .input-group-text {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    cursor: pointer;
}

.home-search-box .quick-search-btn .input-group-text .btn-search {
    font-size: 18px;
}


.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}
