﻿table.dataTable th {
    background-color: #21CCF0 !important;
    color: #FFFFFF !important;
    font-weight: 400!important;
}

.buttons-excel {
    background: #67757C !important;
}

.buttons-excel:hover {
    background: #21CCF0 !important;
}

.page-item.active .page-link {
    background-color: #21CCF0 !important;
    border-color: #21CCF0 !important;
}

.clients-grid {
    padding-left: 30px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.result-title {
    padding-left: 30px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #BCF0FB !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #BCF0FB !important;
}

.btn-thryve {
    display: block;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}

.button-reset {
    background: #67757C !important;
    border: none;
    color:#FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    transition: 0.2s ease-in;
}

.btn-success {
    color:#FFFFFF !important;
}

.btn-success:hover {
    color: #212529 !important;
}

.form-control:focus {
    border-color: #21CCF0 !important;
    box-shadow: 0 0 0 0.2rem rgb(33, 204, 240, 0.25) !important;
}
/* Error messages for Validate Function */
.error {
    font-size: 13px;
    color: red;
}

.form-control.error {
    border-color: #e74c3c !important; 
    box-shadow: none !important;
}

/* Font awesome styling */
.icon-red {
    color: #D90429!important;
}

.icon-green {
    color: #2fA14A !important;
}

.icon-yellow {
    color: #FB822A!important;
}

.question-header {
    color: #21CCF0;
    font-weight: 500;
    padding-bottom: 10px;
}

.upperfirst {
    text-transform: capitalize;
}

/* START OF TOASTR STYLING*/
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0
}

#toast-container > .toast-info, #toast-container > .toast-error, #toast-container > .toast-warning, #toast-container > .toast-success {
    background-image: none
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    opacity: 1
}

    #toast-container > div:hover {
        box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2)
    }

.toast-close-button {
    color: #000;
    opacity: .2
}

.toast-info {
    background: #fff;
    border-left: 6px solid #1274ab !important;
}

.toast-success {
    background: #fff;
    border-left: 6px solid #008000 !important;
    color: #008000 !important;
}

.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606 !important;
}

.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c !important;
    color: #e74c3c !important;
}

.toast-progress {
    opacity: .6
}

.toast-info .toast-progress {
    background-color: #1274ab !important;
}

.toast-success .toast-progress {
    background-color: #1274ab !important;
}

.toast-warning .toast-progress {
    background-color: #ffb606 !important;
}

.toast-error .toast-progress {
    background-color: #e74c3c !important;
}

/* END OF TOASTR STYLING*/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices */
    @media (min-width: 992px) {
        .dataTables_length {
            margin-left: 10px!important;
        }
    }
