﻿.hide
{
    display: none;
}

@media print {
    .no-print {
        display: none;
    }
}

/* -- text colors -- */

.text-new-gray {
    color: #6c757d;
}

.text-new-gray-100 {
    color: #f8f9fa;
}

.text-new-gray-200 {
    color: #e9ecef;
}

.text-new-gray-300 {
    color: #dee2e6;
}

.text-new-gray-400 {
    color: #ced4da;
}

.text-new-gray-500 {
    color: #adb5bd;
}

.text-new-gray-600 {
    color: #6c757d;
}

.text-new-gray-700 {
    color: #495057;
}

.text-new-gray-800 {
    color: #343a40;
}

.text-new-gray-900 {
    color: #212529;
}

.text-new-blue {
    color: #0d6efd;
}

.text-new-indigo {
    color: #6610f2;
}

.text-new-pink {
    color: #d63384;
}

.text-new-orange {
    color: #fd7e14;
}

.text-new-green {
    color: #198754;
}

.text-new-teal {
    color: #20c997;
}

.text-new-yellow{
    color: #fff150;
}


/* SELECT 2 corrections */

/*
input, select, select2-selection--single, select2-container, js-example-basic-single {
    border-color: #6c757d !important;
}*/

.select2-dropdown--below, .select2-dropdown--above {
    border: solid 1px #a9a9a9 !important;
}
/*
.input-group > .select2-container--default {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--default .select2-selection--single {
        height: 100%;
        line-height: inherit;
        padding: 0.5rem 1rem;
    }
*/