﻿
.ui-dialog-titlebar
{
    display:none !important;
    background-color:white !important;
}

.btn-bcc-postpone {
    float: right;
    width: 85px;
    height: 30px;
    color: #13598C;
    background-color: white;
    border: #13598C solid 1px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-bcc-verify {
    float: right;
    min-width: 85px;
    height: 30px;
    color: white;
    background-color: #545454;
    border: #545454 solid 1px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.loading-gif-verify {
    float:right;
    width: 30px;
    height: 30px;
}

.blue-icon-close
{
    float:right;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.gray-icon-close {
    float:right;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
}

.loginText {
    border: solid 1px #063f69;
    width: 222px;
    height: 27px;
    line-height: 27px;
    font-family: 'Open Sans', Tahoma, Helvetica, Arial, sans-serif;
    padding-left: 5px;
}

.customLogin-forget-password, .customLogin-forget-password-help a {
    visibility: visible;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #4c80a5 !important;
}

.gray-checkbox-label {
    color: #707070;
    font-size: 12px;
}

p.short-row-distance {
    line-height: 120%;
    margin-top: 0;
}

hr.short-margin-bottom {
    margin-bottom: 5px;
}