.popup-omni {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-inner-omni {
    max-width: 600px;
    margin: 30px auto;     
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

.title-bar-omni {
    background-color: #f5f5f5;
    padding: 13px 20px 10px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 16.43px;
    text-align: center;
}

.title-bar-omni .ui-dialog-title {
    color: #000000;
    font-weight: bold;
    width: auto;
    margin: 0;
    font-size: 18px;
}

.dep-price input {
    margin: 0 15px;
    width: 80px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.dep-price {
    margin: 10px 0;
}

.dep-price label{
    font-size: 15px;
    color: #000;
}

.popup-content-omni {
    padding: 30px;
    max-height: 560px;
    margin: 0px auto;
    max-width: 600px;
}

.close-btn-omni {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.finance_calc {
    left: 0;
    right: 0;
    margin: 10px auto;
}

.finance_calc td {
    padding: 5px;
}

.error {
    display: none;
    color: red;
}

.deposit-error {
    display: none;
    color: red;
}

/*Slider Value*/
.label-important{
    margin-top: 15px;
    display: block;
}

.slider {
    margin-bottom: 25px;
}

.amount {
    margin: 20px 0px;
    border: 1px solid #c5c5c5;  
}

ul.show-finance li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    color: #000;
    list-style: none;
}

#range {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.finance-box{
    /*padding: 15px;*/
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    padding: 10px 0px 0px 10px;    
}

.finance-box p {
    margin: 0px !important;
}

.finance-box a {
    color: #ff3333;
    font-size: 14px;
    font-weight: 600;
}

.ui-slider-handle{
    top: -9px !important;
    z-index: 3 !important;
    width: 23px !important;
    height: 23px !important;
    cursor: pointer !important;
    background-color: #ff3333 !important;
    outline: 0 !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
    border: none !important;
    text-decoration: none !important;
}

.ui-slider-handle:after {
    content: "\2022" !important;
    color: #fff;
    font-size: 22px;
    margin-left: 8px;
    position: relative;
    bottom: 5px;
}

.ui-widget-header {
    /*background-color: rgb(216,224,243) !important;*/
    background: #ff3333 !important;
    height: 4px !important;
}

.ui-slider-horizontal {
    border: none !important;
    height: 4px !important;
}

/*.ui-widget-content {    
    background: #0db9f0 !important;
    background: #d8e0f3 !important;
}*/

.footer-omni {
    text-align: center;
}