﻿.ui-dialog {
    z-index: 101;
}

.spacer {
    padding-top: 10px; /* define margin as you see fit */
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #5b6770;
}

h5 {
    font-family: Arial;
    font-weight: bold;
    color: #5b6770;    
}


.spacer-md {
    padding-top: 10px; /* define margin as you see fit */
    font-size: 12px;
    font-family: Arial;
    font-style: normal;
    color: #5b6770;
}


.Dialogspacer {
    padding: 1px; /* define margin as you see fit */
}

.moveDiv {
    padding-top: -10px; /* define margin as you see fit */
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-front {
    z-index: 100;
}

.box {
    height: 150px;
    padding: 10px;
    margin: 0;
}

/*div {
    color: blue;
}*/

.btn-outline {
    background-color: transparent;
    color: black;
    transition: all .5s;
    outline-color: black;
}

.btn-primary.btn-outline {
    color: #428bca;
    border-color: black;
    border-width: 2px;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.doCenter {
    align-content: center;
    align-self: center;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
}

.H1Color {
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    font-size: 40px;
    
}


.doLeft {

    padding-left: 243px;
}

.rectangle{
    /*padding-left: 3px;*/
    height:68px;
    background:#5b6770;
}

.fields {
    font-size: 11px;
    font-style: normal;
    font-family: Arial;
    color: #000000;

}

.infoIcon {
      padding-top: 3%;
      margin-left: 0px;
    
}

.form-control-ovr {
    border: 1px #e3e2e2 solid !important; 
    font-size: 11px !important;
    font-family: Arial !important;
    font-style: normal !important;
    color: black !important;
}

.marginTop {
    margin-top: -25px;
}

.marginLeft {
    margin-left: 35px;
}

.mainLnk {
    font-size: 18px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: black !important;
}

.radio-inline {
    margin-top: 0px !important;
}

.selected {
  color:black !important; font-size:12px !important;font-family:Arial !important;
}

.footerImageWithOutLoginMargin {
    margin-left: 15px;
    padding-left: 250px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin: 0px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    padding: 0px !important;
}
.header-fotter-conerPosition {
    height: 19px;      margin-top: -1px;
}

.cvv-ssn-width {
    width: 96px;
}

.card-number-width {
    width: 192px;
}

.common {
    font-size: 12px;
    font-family: Arial;
}

.btn:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.container-padding {
    padding-left: 250px;
}

body.tbbk-site
{
    background-color: #CCCCCC;
    background-image: url(/Content/images/background_gradient.jpg);
    background-repeat: repeat-x;
    padding-top: 18px;
}

#tbbk-body
{
    padding-left: 31px !important;
    width: 950px !important;
    margin: auto !important;
    /*height: 100%;*/
}

#tbbk-body #tbbk-header
{
	width: 950px;
}

#tbbk-body
{
	top: 15px;
	width: 900px;
}

#tbbk-header-top
{
    width: 950px;
    height:16px;
}

#tbbk-body #tbbk-menu {border-bottom: solid 1px #cccccc;}


#tbbk-content
{
    width: 950px;
    background-color: white;
    padding-top: 15px;
    min-height:450px;
}

body.NavigationSuppressed div#tbbk-content
{
border-top: 1px solid #CCCCCC;
}


#tbbk-left-content
{
    width: 252px; /* padding-left: 15px; */
    float:left;
}

#tbbk-right-content
{
    width: 680px;
    float: right;
    margin-right: 15px;
    top: 164px;
    /*left: 284px;*/
    
}

#tbbk-main-body { margin-left:-2px; }

#tbbk-footer-top
{
    width: 950px;
}

.tbbk-wrap {
    margin-top: 3px;
}
@media only screen and (max-device-width: 640px) {
    .doLeft {padding-left:0px;}
    .container-padding {padding-left:25px;}
}
