﻿#loginLogo {
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 250px;
    background-image: url(PaymentWorld_LOGO_color.png);
}

#headerImage {
    background-image: url(img_header_2.png);
    background-repeat: no-repeat;
}

body {
    background-image: url(ios-linen-white.jpg);
}

/*.btn-bridge-DV {
    background-image: url(btnGlassDV.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}

.btn-bridge-PS {
    background-image: url(btnGlassPS.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}

.btn-bridge-SP {
    background-image: url(btnGlassSP.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}

.btn-bridge-RP {
    background-image: url(btnGlassRP.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}

.btn-bridge-SM {
    background-image: url(btnGlassSM.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}

.btn-bridge-PW {
    background-image: url(btnGlassPW.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}

.btn-bridge-NM {
    background-image: url(btnGlassNMC.png);
    background-size: 180px;
    background-repeat: no-repeat;
    height: 85px;
    width: 185px;
}*/


.modal-bridge {
    background-image: url(ios-linen-white.jpg);
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}