﻿/*
.btn {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #676E8A;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #676E8A;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        box-shadow: none;
    }

        .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
            box-shadow: none;
        }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #32BDEA;
    border-color: #32BDEA;
    box-shadow: unset;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #17aedf;
        border-color: #16a5d3;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #17aedf;
        border-color: #16a5d3;
        box-shadow: unset, 0 0 0 0.2rem rgba(81, 199, 237, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #32BDEA;
        border-color: #32BDEA;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #16a5d3;
        border-color: #149cc8;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(81, 199, 237, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #FF7E41;
    border-color: #FF7E41;
    box-shadow: unset;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
        box-shadow: unset, 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ff5b0e;
        border-color: #ff5301;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
        }
        */

/*  Start page sizing */
body {
    font-size: .9rem;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .form-control-sm, .page-link, .custom-file-label {
    line-height: 1;
}

.dt-buttons > button {
    line-height: 1;
    padding: .25rem .25rem;
}

.custom-file-label {
    height: calc(1.8125rem + 2px);
}

.navbar {
    padding: .25rem .25rem;
}

.brand-link {
    padding: .25rem .25rem;
}

.nav-link {
    padding: .25rem 1rem;
}

.nav-sidebar .nav-link > .right {
    top: .25rem;
}

.main-footer {
    padding: .6rem;
}

.card {
    margin-bottom: .5rem;
}

.card-header {
    padding: .5rem .5rem;
    border-bottom: none;
}

.card-title {
    font-weight: 700;
}

.card-body {
    padding: .5rem;
}

.small-box {
    margin-bottom: 10px !important;
}
/*.main-sidebar, .main-sidebar::before {
    width: 200px;
}*/
/*  Start page sizing */
/*.select2-container--default .select2-selection--single {
    padding: .2rem .5rem;
    height: calc(1.75rem + 2px);
}

.form-control {
    line-height: 1;
}*/
/* start buttons css */
/*.btn {
    line-height: 1;
}*/
.btn-success {
    color: #fff;
    background-color: #78C091;
    border-color: #78C091;
    box-shadow: unset;
}

    .btn-success:hover {
        color: #fff;
        background-color: #5eb47c;
        border-color: #55b075;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #5eb47c;
        border-color: #55b075;
        box-shadow: unset, 0 0 0 0.2rem rgba(140, 201, 162, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #78C091;
        border-color: #78C091;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #55b075;
        border-color: #4fa96e;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(140, 201, 162, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #7EE2FF;
    border-color: #7EE2FF;
    box-shadow: unset;
}

    .btn-info:hover {
        color: #fff;
        background-color: #58d9ff;
        border-color: #4bd7ff;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #58d9ff;
        border-color: #4bd7ff;
        box-shadow: unset, 0 0 0 0.2rem rgba(145, 230, 255, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #7EE2FF;
        border-color: #7EE2FF;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #4bd7ff;
        border-color: #3ed4ff;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(145, 230, 255, 0.5);
        }

.btn-warning {
    color: #fff;
    background-color: #FF9770;
    border-color: #FF9770;
    box-shadow: unset;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ff7b4a;
        border-color: #ff723d;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ff7b4a;
        border-color: #ff723d;
        box-shadow: unset, 0 0 0 0.2rem rgba(255, 167, 133, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #fff;
        background-color: #FF9770;
        border-color: #FF9770;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ff723d;
        border-color: #ff6930;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 167, 133, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #ed565f;
    border-color: #ed565f;
    box-shadow: unset;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #DC3B44;
        border-color: #DC3B44;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #DC3B44;
        border-color: #DC3B44;
        box-shadow: unset, 0 0 0 0.2rem rgba(229, 158, 191, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #E08DB4;
        border-color: #E08DB4;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d5659a;
        border-color: #d25b93;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(229, 158, 191, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #c7cbd3;
    border-color: #c7cbd3;
    box-shadow: unset;
}

    .btn-light:hover {
        color: #fff;
        background-color: #b2b7c2;
        border-color: #aab0bd;
    }

    .btn-light:focus, .btn-light.focus {
        color: #fff;
        background-color: #b2b7c2;
        border-color: #aab0bd;
        box-shadow: unset, 0 0 0 0.2rem rgba(174, 178, 186, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #c7cbd3;
        border-color: #c7cbd3;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #fff;
        background-color: #aab0bd;
        border-color: #a3aab7;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(174, 178, 186, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #01041b;
    border-color: #01041b;
    box-shadow: unset;
}

    .btn-dark:hover {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #fff;
        background-color: black;
        border-color: black;
        box-shadow: unset, 0 0 0 0.2rem rgba(39, 42, 61, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #01041b;
        border-color: #01041b;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 42, 61, 0.5);
        }

.btn-orange {
    color: #fff;
    background-color: #FF7E41;
    border-color: #FF7E41;
    box-shadow: unset;
}

    .btn-orange:hover {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
    }

    .btn-orange:focus, .btn-orange.focus {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
        box-shadow: unset, 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
    }

    .btn-orange.disabled, .btn-orange:disabled {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
    .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #ff5b0e;
        border-color: #ff5301;
    }

        .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
        .show > .btn-orange.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
        }

.btn-purple {
    color: #fff;
    background-color: #4731b6;
    border-color: #4731b6;
    box-shadow: unset;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #3b2998;
        border-color: #37268e;
    }

    .btn-purple:focus, .btn-purple.focus {
        color: #fff;
        background-color: #3b2998;
        border-color: #37268e;
        box-shadow: unset, 0 0 0 0.2rem rgba(99, 80, 193, 0.5);
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #4731b6;
        border-color: #4731b6;
    }

    .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
    .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #37268e;
        border-color: #332384;
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-purple.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 80, 193, 0.5);
        }

.btn-skyblue {
    color: #fff;
    background-color: #158df7;
    border-color: #158df7;
    box-shadow: unset;
}

    .btn-skyblue:hover {
        color: #fff;
        background-color: #087ade;
        border-color: #0773d2;
    }

    .btn-skyblue:focus, .btn-skyblue.focus {
        color: #fff;
        background-color: #087ade;
        border-color: #0773d2;
        box-shadow: unset, 0 0 0 0.2rem rgba(56, 158, 248, 0.5);
    }

    .btn-skyblue.disabled, .btn-skyblue:disabled {
        color: #fff;
        background-color: #158df7;
        border-color: #158df7;
    }

    .btn-skyblue:not(:disabled):not(.disabled):active, .btn-skyblue:not(:disabled):not(.disabled).active,
    .show > .btn-skyblue.dropdown-toggle {
        color: #fff;
        background-color: #0773d2;
        border-color: #076cc5;
    }

        .btn-skyblue:not(:disabled):not(.disabled):active:focus, .btn-skyblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-skyblue.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(56, 158, 248, 0.5);
        }

.btn-light-gray {
    color: #212529;
    background-color: #f4f5fa;
    border-color: #f4f5fa;
    box-shadow: unset;
}

    .btn-light-gray:hover {
        color: #212529;
        background-color: #daddee;
        border-color: #d1d5ea;
    }

    .btn-light-gray:focus, .btn-light-gray.focus {
        color: #212529;
        background-color: #daddee;
        border-color: #d1d5ea;
        box-shadow: unset, 0 0 0 0.2rem rgba(212, 214, 219, 0.5);
    }

    .btn-light-gray.disabled, .btn-light-gray:disabled {
        color: #212529;
        background-color: #f4f5fa;
        border-color: #f4f5fa;
    }

    .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
    .show > .btn-light-gray.dropdown-toggle {
        color: #212529;
        background-color: #d1d5ea;
        border-color: #c8cde6;
    }

        .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light-gray.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 214, 219, 0.5);
        }

.btn-outline-primary {
    color: #32BDEA;
    border-color: #32BDEA;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #32BDEA;
        border-color: #32BDEA;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(50, 189, 234, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #32BDEA;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #32BDEA;
        border-color: #32BDEA;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 189, 234, 0.5);
        }

.btn-outline-secondary {
    color: #FF7E41;
    border-color: #FF7E41;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #FF7E41;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
        }

.btn-outline-success {
    color: #78C091;
    border-color: #78C091;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #78C091;
        border-color: #78C091;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(120, 192, 145, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #78C091;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #78C091;
        border-color: #78C091;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(120, 192, 145, 0.5);
        }

.btn-outline-info {
    color: #7EE2FF;
    border-color: #7EE2FF;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #7EE2FF;
        border-color: #7EE2FF;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(126, 226, 255, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #7EE2FF;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #7EE2FF;
        border-color: #7EE2FF;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 226, 255, 0.5);
        }

.btn-outline-warning {
    color: #FF9770;
    border-color: #FF9770;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #FF9770;
        border-color: #FF9770;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 151, 112, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #FF9770;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #FF9770;
        border-color: #FF9770;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 151, 112, 0.5);
        }

.btn-outline-danger {
    color: #E08DB4;
    border-color: #E08DB4;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #E08DB4;
        border-color: #E08DB4;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 141, 180, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #E08DB4;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #E08DB4;
        border-color: #E08DB4;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(224, 141, 180, 0.5);
        }

.btn-outline-light {
    color: #c7cbd3;
    border-color: #c7cbd3;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #c7cbd3;
        border-color: #c7cbd3;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(199, 203, 211, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #c7cbd3;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #c7cbd3;
        border-color: #c7cbd3;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(199, 203, 211, 0.5);
        }

.btn-outline-dark {
    color: #01041b;
    border-color: #01041b;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #01041b;
        border-color: #01041b;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(1, 4, 27, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #01041b;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #01041b;
        border-color: #01041b;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 4, 27, 0.5);
        }

.btn-outline-orange {
    color: #FF7E41;
    border-color: #FF7E41;
}

    .btn-outline-orange:hover {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-outline-orange:focus, .btn-outline-orange.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
    }

    .btn-outline-orange.disabled, .btn-outline-orange:disabled {
        color: #FF7E41;
        background-color: transparent;
    }

    .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
    .show > .btn-outline-orange.dropdown-toggle {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

        .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-orange.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
        }

.btn-outline-purple {
    color: #4731b6;
    border-color: #4731b6;
}

    .btn-outline-purple:hover {
        color: #fff;
        background-color: #4731b6;
        border-color: #4731b6;
    }

    .btn-outline-purple:focus, .btn-outline-purple.focus {
        box-shadow: 0 0 0 0.2rem rgba(71, 49, 182, 0.5);
    }

    .btn-outline-purple.disabled, .btn-outline-purple:disabled {
        color: #4731b6;
        background-color: transparent;
    }

    .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
    .show > .btn-outline-purple.dropdown-toggle {
        color: #fff;
        background-color: #4731b6;
        border-color: #4731b6;
    }

        .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-purple.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(71, 49, 182, 0.5);
        }

.btn-outline-skyblue {
    color: #158df7;
    border-color: #158df7;
}

    .btn-outline-skyblue:hover {
        color: #fff;
        background-color: #158df7;
        border-color: #158df7;
    }

    .btn-outline-skyblue:focus, .btn-outline-skyblue.focus {
        box-shadow: 0 0 0 0.2rem rgba(21, 141, 247, 0.5);
    }

    .btn-outline-skyblue.disabled, .btn-outline-skyblue:disabled {
        color: #158df7;
        background-color: transparent;
    }

    .btn-outline-skyblue:not(:disabled):not(.disabled):active, .btn-outline-skyblue:not(:disabled):not(.disabled).active,
    .show > .btn-outline-skyblue.dropdown-toggle {
        color: #fff;
        background-color: #158df7;
        border-color: #158df7;
    }

        .btn-outline-skyblue:not(:disabled):not(.disabled):active:focus, .btn-outline-skyblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-skyblue.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(21, 141, 247, 0.5);
        }

.btn-outline-light-gray {
    color: #f4f5fa;
    border-color: #f4f5fa;
}

    .btn-outline-light-gray:hover {
        color: #212529;
        background-color: #f4f5fa;
        border-color: #f4f5fa;
    }

    .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
        box-shadow: 0 0 0 0.2rem rgba(244, 245, 250, 0.5);
    }

    .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
        color: #f4f5fa;
        background-color: transparent;
    }

    .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light-gray.dropdown-toggle {
        color: #212529;
        background-color: #f4f5fa;
        border-color: #f4f5fa;
    }

        .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light-gray.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 245, 250, 0.5);
        }

/* end buttons css */

.search-row {
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.search-text {
    font-size: 20px;
}

.icon-search {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    width: 50px;
}

.icon-collapse {
    position: absolute;
    right: 0;
    top: 3px;
    text-align: center;
    width: 42px;
}

.navbar-list li > a > img {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.content-header {
    padding: 5px .5rem !important;
}

.form-group {
    margin-bottom: 0.2rem !important;
}

label {
    margin-bottom: .2rem !important;
}

.form-control {
    height: auto !important;
}

.table td, .table th {
    padding: .25rem !important;
}

.table thead th {
    vertical-align: top;
}

/********* progress bar **********/

.progress-modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 148px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

/* sidebar custom changes - start */

.navbar-dark {
    /*background-color: #022c5d;*/
    background-color: #012d78;
    /*color: #1f2d3d;*/
    border-color: transparent;
}

[class*=sidebar-light] .brand-link {
    border-bottom: none;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

/*.nav-sidebar > .menu-open {
    margin-bottom: -4px;
}*/

.nav-sidebar > .menu-open > .nav-treeview {
    padding: 2px 5px 2px 5px;
}

[class*=sidebar-light-] .nav-sidebar {
    background-color: #012d78;
    line-height: 0.5;
}

    [class*=sidebar-light-] .nav-sidebar > .nav-item > .nav-link:hover, [class*=sidebar-light-] .nav-sidebar > .nav-item > .nav-link:focus {
        color: #fff;
        /*background-color: #fff;*/
    }

    [class*=sidebar-light-] .nav-sidebar > .nav-item > .nav-link.active {
        background-color: #012d78;
    }

[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link {
    color: #212529;
    border: 2px solid #007bff;
    margin-left: 2px;
    margin-right: 2px;
}

    [class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active:hover {
        background-color: #007bff;
        color: #fff;
    }

/*[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active {
        background-color: #fff;
        color: #212529;
    }*/

[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-link {
    color: #fff;
}

[class*=sidebar-light-] .sidebar a {
    color: #fff;
}

[class*=sidebar-light-] .nav-sidebar > .nav-item > .nav-treeview {
    background-color: #fff;
}

.text-sm .nav-link {
    padding: .2rem .4rem;
}

/*.nav-sidebar > .menu-open {
    background-color: #fff;
}*/

.badge-info {
    background-color: #dc3545;
}

/* sidebar custom changes - end */

/* tabs START */

.nav-tabs {
    margin-left: 10px;
    padding-top: 10px;
    border-bottom: none;
}

    .nav-tabs > .nav-item > a.nav-link {
        color: #fff;
        background-color: #007bff;
    }

    .nav-tabs > .nav-item > a.active {
        background-color: #fff;
        color: #212529;
    }

    .nav-tabs > li.nav-item {
        border-radius: 4px 4px 0 0;
        margin-right: 5px;
    }

/* tabs END */

/* tooltip START */



/* tooltip END */

.card {
    border-radius: 0 .25rem .25rem .25rem;
}

.card-border {
    border-radius: .25rem .25rem .25rem .25rem;
}

.content-wrapper {
    background: url('../dist/img/header-2.png') repeat-x;
    /*background-repeat: no-repeat;*/
}

.brand-text {
    margin-left: .5rem;
}

.font-weight-light {
    font-weight: 500 !important;
}

table.dataTable > tbody > tr.selected {
    box-shadow: inset 0 0 0 9999px rgb(152 193 255);
    color: rgb(255, 255, 255);
}

table.dataTable > tbody > tr:hover {
    box-shadow: inset 0 0 0 9999px rgb(152 193 255);
}

table.dataTable > thead > tr > th {
    background-color: #dee2e6;
}

/**** comments START ****/

.comment {
    background-color: #fff8e4;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
}

    .comment > p {
        margin-top: 5px;
        margin-bottom: 2px;
    }

.comment-by {
    color: #007bff;
}

/**** comments END ****/

select.form-control-sm ~ .select2-container--default {
    font-size: 100%;
}

.sweet-alert .sa-icon {
    margin: 30px auto;
}
