* {
    font-family: 'Lato', sans-serif;
}

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

a,
a:hover {
    text-decoration: none;
}

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

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

.bg-main-accent {
    background: #03c4a4 !important;
}

.text-main-accent {
    color: #03c4a4 !important;
}

.border-main-accent {
    border: 1px solid #03c4a4 !important;
}

.bg-main-alt {
    background: #32323C !important;
}

.text-main-alt {
    color: #32323C !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: #595A5C !important;
}

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

body {
    background: #ffffff;
    width: 100%;
}

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

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

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

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

@media only screen and (max-width:786px) {

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

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

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

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

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

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

    .no-xpadding-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

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

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

label {
    font-weight: 500;
    margin-bottom: 3px;
}

@media print {

    .txt-search,
    .btn-search,
    .print-button {
        display: none !important;
    }
}

@media only screen and (max-width:786px) {
    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -18rem !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;
    }

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

}

table th {
    letter-spacing: 0.9px;
}

table td {
    color: #404040;
}

.note-popover {
    display: none !important;
}

.panel-default .btn-default {
    color: black !important;
    background: white !important;
    box-shadow: none !important;
}

.btn-delete {
    cursor: pointer;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

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

.dropdown-item:hover {
    background: transparent !important;
}
