﻿.ml-15 {
    margin: 0 15px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.w-80 {
    width: 80%;
}

.wp-100 {
    width: 100px !important;
}

.wp-120 {
    width: 120px !important;
}

.wp-140 {
    width: 140px !important;
}

.wp-150 {
    width: 150px !important;
}

.wp-160 {
    width: 160px !important;
}

.wp-180 {
    width: 180px !important;
}

.wp-200 {
    width: 250px !important;
}

.wp-250 {
    width: 250px !important;
}

.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.position-relative {
    position: relative !important;
}

.min-vh-600 {
    min-height: 600px;
}

.vh-500 {
    height: 500px
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.modal-panel-body {
    display: block;
    overflow-y: auto;
    white-space: nowrap;
    height: 600px;
}