﻿
@font-face {
    font-family: 'MYRIADPRO-COND';
    src: url('/assets/fonts/MyriadPro/MYRIADPRO-COND.OTF') format('opentype');
}

select {
    font-family: 'MYRIADPRO-COND' !important;
}
.filter-option {
    font-family: 'MYRIADPRO-COND' !important;
}
.selectpicker {
    font-family: 'MYRIADPRO-COND' !important;
}
.w-100 {
    width: 100% !important;
}

.font-myriadpro {
    font-family: 'MYRIADPRO-COND' !important;
}

.my-2 {
    margin-top: 2%;
    margin-bottom: 2%;
}
.mx-2 {
    margin-left: 2%;
    margin-right: 2%;
}
.underlLineW100 {
    width: 100% !important;
    border-bottom: 1px #ebebeb solid;
}

.underlLineW100 b {
    float: right !important;
}

.border-right {
    border-right: 1px solid #778899;
}

.text-secondary {
    color: #778899 !important;
}

.bg-blue {
    background-color: #50b2fc !important;
    border-color: #3686c3 !important;
}
.bg-white {
    background-color: #fff !important;
    border-color: #fff !important;
}
.max-height-100px {
    max-height: 100px !important;
}
.min-height-50px {
    min-height: 50px !important;
}
.min-width-50px {
    min-width: 50px !important;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.max-height-50px {
    max-height: 50px;
}

.text-yellow {
    color: #FBE122 !important;
}
