﻿.logo {
    width: 100%;
    max-width: 850px;
}

.margin-top-20 {
    margin-top: 20px;
}

.common-hide {
    display: none;
}

.common-show {
    display: block;
}

.text-align-center {
    text-align: center !important;
}

.font-size-24 {
    font-size: 24px;
}

.color-red {
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

.width100-important {
    width: 100px !important;
}

.width30percent {
    width: 30%;
}

.width350 {
    width: 350px;
}

.width250 {
    width: 250px;
}

.width200 {
    width: 200px;
}

.margin-left-17 {
    margin-left: 17px;
}

.float-right {
    float: right;
}

.padding-left-10 {
    padding-left: 10px;
}

.width-350-important {
    width: 350px !important;
}

.width-850 {
    width: 850px;
}

.max-width-850-important {
    max-width: 850px !important;
}

.max-width-600-important {
    max-width: 600px !important;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-10 {
    padding-left: 10px;
}

.vertical-align-inherit {
    vertical-align: inherit;
}

.modal {
    max-width: none !important;
    width: auto !important;
    max-height: 92vh !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

#popup_form input.width100-important {
    width: 100px !important;
}
