/****** GENERAL CSS *****/
/*
Color code:
main blue: #00aeef
secondary blue: #009ade
orange: #f5871f
*/
/* font face */
@font-face { 
    font-family: 'Century Gothic'; 
    src: 
        local("Century Gothic"), 
        url('gothic.ttf'),
        url('gothic.eot'), 
        url('gothic.eot?#iefix') format('embedded-opentype'), 
        url('gothic.woff') format('woff'), 
        url('gothic.ttf') format('truetype'), 
        url('gothic.svg#gothic') format('svg'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face { 
    font-family: 'Tahoma';  
    src: 
        local("Tahoma"), 
        url('tahoma.ttf'),
        url('tahoma.eot'), 
        url('tahoma.eot?#iefix') format('embedded-opentype'), 
        url('tahoma.woff') format('woff'), 
        url('tahoma.ttf') format('truetype'), 
        url('tahoma.svg#tahoma') format('svg'); 
    font-weight: normal; 
    font-style: normal; 
}
.century-gothic { font-family: 'Century Gothic', Tahoma, Arial, sans-serif; }
.tahoma { font-family: 'Tahoma', Tahoma, Arial, sans-serif; }

/* over bootstrap */
.form-horizontal .control-label { text-align: left; }
input[type="radio"], input[type="checkbox"] { margin-top: 0; }
.modal-backdrop { background-color: #fff; }

body { font: 12px/16px Tahoma, Arial, sans-serif; color: #666; background: url(../img/bg.png) center repeat-y #f6f6f6; min-width: 280px;  min-height: 100%; }
a:focus {
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
select:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus, button:hover, .btn:focus, .btn:hover {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thick dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,1);
}

.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.safePay {
    font-family: 'Century Gothic'; 
    font-size: 17px;
    font-weight: bold;
    color: black;

}
h2 { font-size: 20px; line-height: 24px; font-weight: bold; color: #00aeef; }
#page { margin: 0 auto; width: 928px; background: #fff; border: 6px solid #cfcfcf; border-top: 0; border-bottom: 0; /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);*/ -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; outline: none; }
.page-section { padding: 10px 0 15px; border-bottom: 1px solid #cfcfcf; }
.page-section-header { padding: 25px 0; background-color: #f6f6f6; border-bottom: 1px dotted #ccc; }
.page-section-body { border-bottom-color: #ddd; }
.page-section-footer { padding: 20px 0; height: 50px; border-top: 1px solid #fff; background-color: #f5f5f5; }
.page-content { min-height: 380px; }
.page-loader { margin-top: 50px; height: 200px; background: url(../img/ajax-loader.gif) center no-repeat; }
.wrap { position: relative; }
.grey-box { background-color: #e7e7e7; padding: 10px; margin-bottom: 15px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; }
.payment-icons img { width: 70px; margin: 5px 0 5px 10px; }
.text-blue { color: #00aee1; }
.btn-default, .btn-grey, .btn-blue, .btn-navyblue { display: inline-block;  *display: inline; *zoom: 1; padding: 6px 12px; background-color: #f5871f; background-image: none; color: #fff; font-weight: bold; text-shadow: 0 0 0; border: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; }
.btn-navyblue { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -khtml-border-radius: 0; }
.btn-default:hover, .btn-default.disabled, .btn-grey:hover, .btn-grey.disabled, .btn-blue:hover, .btn-blue.disabled, .btn-navyblue:hover, .btn-navyblue.disabled { background-color: #f5871f; background-image: none; color: #fff; text-decoration: none; text-shadow: 0 0 8px #fff; }
.btn-default .icon-arrow-right, .btn-grey .icon-arrow-right, .btn-blue .icon-arrow-right, .btn-navyblue .icon-arrow-right { background: url(../img/arrow-right-white.png) center no-repeat; }
.btn-default, .btn-default:hover, .btn-default.disabled { background-color: #f5871f; border: 1px solid #f5871f; }
.btn-default:hover, .btn-default:focus { border-color: #ba5500; }
.btn-grey, .btn-grey:hover, .btn-grey.disabled { background-color: #666; border: 1px solid #666; }
.btn-grey:hover, .btn-grey:focus { border-color: #333; }
.btn-blue, .btn-blue:hover, .btn-blue.disabled { background-color: #00aeef; border: 1px solid #00aeef; }
.btn-blue:hover, .btn-blue:focus { border-color: #006ca8; }
.btn-navyblue, .btn-navyblue:hover, .btn-navyblue.disabled { background-color: #007ecc; border: 1px solid #007ecc; }
#celcom-logo, #axiata-company { position: absolute; top: 0; right: 0; width: 100px; height: 50px; background: url(../img/celcom-logo.png) no-repeat; }
#axiata-company { left: 0; right: auto; width: 82px; background-image: url(../img/an-axiata-company.png); }
@media (max-width: 979px) and (min-width: 768px) {
    .actions .btn { display: block; width: 100%; margin: 0 auto 5px; }
}
@media (max-width: 979px) {
    .from_actions { width: auto; text-align: left; }
}
@media (max-width: 940px) {
    #page { width: auto; border: 0; border-top: 6px solid #ccc; }
}
@media (max-width: 767px) {
    body { padding-left: 0; padding-right: 0; }
    .container-fluid { padding-right: 20px; padding-left: 40px; }
    .page-content { min-height: inherit; }
    .page-loader { height: 50px; }
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .input-block-level { height: auto; min-height: inherit; }
}
@media (max-width: 529px) {
    .actions .btn { float: none; display: block; width: 100%; margin: 0 auto 5px; }
}