html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
    margin-bottom: 60px;
}
.pagination  {
    float: right;
}
.pagination .page-link {
    height: 100%;
}

#main-grid > tbody > tr > td:first-child > .btn {
    min-width: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    #main-grid > tbody > tr > td:first-child > .btn {
        min-width: 46px;
    }
}

.select2-container {
    max-width: 100%;
}

.dropzone-container {
    border: 1px dashed #ccc;
    border-radius: 5px;
    text-align: center;
}

#avatar-dropzone {
    border: none !important;
    background-color: #eee !important;
}

    #avatar-dropzone > .dz-message {
        margin: 0 !important;
    }

        #avatar-dropzone > .dz-message i {
            font-size: 3rem;
            color: #aaa;
        }

        #avatar-dropzone > .dz-message h4 {
            margin-top: 10px;
            color: #777;
        }

        #avatar-dropzone > .dz-message span {
            color: #aaa;
            font-size: 0.9rem;
        }
.hover-op:hover{
    opacity: 0.8;
}
.hover-op-5:hover{
    opacity: 0.5;
}
.hover-gray:hover {
    background-color: #e9ecef;
}

.toast-warning {
    /*background-color: #f89406 !important;*/
    color: #333 !important;
}