.mar-top-5 {
    margin-top: 5px;
}
.mar-top-10 {
    margin-top: 10px;
}
.mar-top-100 {
    margin-top: 100px;
}
.mar-right-5 {
    margin-right: 5px;
}
.mar-right-10 {
    margin-right: 10px;
}
.mar-right-30 {
    margin-right: 30px;
}
.mar-left-18 {
    margin-left: 18px;
}
.text-right {
    text-align: right;
}
.btn-primary {
    background-color: #0D93C2!important;
}
.btn-primary:hover {
    background-color: #48506C!important;
}
.btn-warning {
    background-color: #E98928!important;
}
.btn-warning:hover {
    color: #E98928!important;
    background-color: #494843!important;
}
.btn-ligthgray {
    background-color: #75736e;
    color: #fff;
    border-radius: 0px;
}
.btn-darkgray {
    background-color: #524F4A;
    color: #fff;
    border-radius: 0px;
}
.btn-ligthgray:hover,
.btn-darkgray:hover {
    background-color: #fff!important;
    color: #524F4A!important;
    border-radius: 0px;
}
.clearfix {
    clear: both;
}
.form-control:hover,
.form-control:focus {
    outline: none!important;
}
.form-control {
    border: 1px solid #514E49;
    border-radius: 0px;
}
.form-control-select {
    width: 100%;
    font-size: 18px;
    padding: 5px;
}
.input-group-text  {
    font-size: 24px;
    border-radius: 0px;
    background: #4F4C47;
    border: 1px solid #4F4C47;
    color: #E88126;
    width: 50px;
}
.input-group {
    margin: 10px 0px;
}
.no-pad-right {
    padding-right: 0px!important;
}
.no-pad-left {
    padding-left: 0px!important;
}
.text-light {
    color: #fff!important;
}
.text-transparent {
    color: transparent!important;
}
.text-orange {
    color: #E88126!important;
}
.text-green {
    color: #259644!important;
}
.text-red {
    color: #E53E31!important;
}
.initialism, .text-uppercase {
    text-transform: uppercase;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.bg-green {
    background: #32c5d2 !important;
}
.bg-purple {
    background: #8E44AD !important;
}
.bg-darkgray {
    background: #31302C !important;
}
.bg-lightgray {
    background: #75736E !important;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.hidden {
    display: none;
}
textarea {
    resize: none;
}
