﻿.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
}
.input-newOTP {
    width: 73%;
    padding: 0.6rem 1rem;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BABFC7;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s;
}
.ui-dialog .ui-dialog-title {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-left: -14px;
    padding-top: 11px;
    padding-right: 95px;
    padding-left: 30px;
    color: #333;
    font-weight:bold;
    position: absolute;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-titlebar {
    height:30px;
}
.btn-cancel {
    background-color: #8a8a8a !important;
     /*background-color:#000;*/
     
    color: #FFFFFF;
    padding: 0.6rem 1rem;
    cursor:pointer;
    border:none;
    font-size:13px;
    border-radius: 0.25rem !important;
}
.btnGreen {
    background: #faa51d !important;
    border: 1px solid #faa51d !important;
     padding: 0.6rem 1rem;
    cursor:pointer;
    border-radius: 0.25rem !important;
    height:31px;
    font-weight: normal;
    font-size: 13px !important;
    text-transform:none !important;
}
.btnGreen:hover {
    background-color:#E07A00 !important;
}
.ui-widget-overlay {
    background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-dialog{
    z-index:1000;
    outline:none;
}
.input-resetpass {
    margin-left: 10px;
    color:black;
    border-radius: 5px !important;
    height: 22px;
    border: #787878 thin solid !important;
}

.btn_agree a {
    text-transform:uppercase !important;
    font-weight:bold;
}