﻿.margin-zero {
    margin: 0;
}

.top0 {
    margin-top: 0px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top110 {
    margin-top: 110px;
}

.top150 {
    margin-top: 150px;
}

.bottom0 {
    margin-bottom: 0px;
}

.bottom2 {
    margin-bottom: 2px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.left60 {
    margin-left: 60px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.right60 {
    margin-right: 60px;
}

.border-gray {
    outline: 1px solid gray;
}

.fill {
    height: 100%;
    min-height: 100%;
}

.vcenter {
    vertical-align: middle !important;
    text-align: center !important;
}

.valign-mid {
    vertical-align: middle !important;
}

.valign-top {
    vertical-align: top !important;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal !important;
}

.min-height-30 {
    min-height: 30px;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-300 {
    min-height: 400px;
}

.min-height-400 {
    min-height: 400px;
}

.min-width-50 {
    min-width: 50px;
}

.min-width-100 {
    min-width: 50px;
}

.min-width-150 {
    min-width: 150px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-400 {
    min-width: 400px;
}

.min-width-500 {
    min-width: 500px;
}

.min-width-600 {
    min-width: 600px;
}

.min-width-700 {
    min-width: 800px;
}

.min-width-800 {
    min-width: 800px;
}

.min-width-900 {
    min-width: 900px;
}

.min-width-1000 {
    min-width: 1000px;
}

.min-width-1100 {
    min-width: 1100px;
}

.min-width-1200 {
    min-width: 1200px;
}

.height-18 {
    height: 18px;
}

.height-100 {
    height: 100px;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 400px;
}

.height-400 {
    height: 400px;
}

.width-50 {
    width: 50px;
}

.width-55 {
    width: 55px;
}

.width-85 {
    width: 85px;
}

.width-70 {
    width: 70px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-230 {
    width: 230px;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.width-500 {
    width: 500px;
}

.width-600 {
    width: 600px;
}

.width-700 {
    width: 800px;
}

.width-800 {
    width: 800px;
}

.width-900 {
    width: 900px;
}

.width-1000 {
    width: 1000px;
}

.width-1100 {
    width: 1100px;
}

.width-1200 {
    width: 1200px;
}

.min-height-50 {
    min-height: 50px;
}

.min-height-55 {
    min-height: 50px;
}

.min-height-55 {
    min-height: 55px;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-all {
    border: 1px solid #ddd;
}

.cursor-pointer,
.cursor-hand {
    cursor: pointer;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.inline-block {
    display: inline-block;
}

.max-height-500 {
    max-height: 500px;
}

.overflow-y {
    overflow-y: auto;
}

.margin-auto {
    margin: auto;
}

.word-break-all {
    word-break: break-all;
}

.width-full {
    width: 100%;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.link {
    cursor: pointer;
    color: #2196f3;
}

.fixed-layout {
    table-layout: fixed;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-0 {
    padding: 0 !important;
}

.nowrap,
.no-wrap {
    white-space: nowrap;
}

.flex-center {
    display: flex;
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}