#recaptcha {border: none!important; position: relative; z-index: 9999;}
.relative {position: relative;}
.ma {margin: auto;}
.m0 {margin: 0;}
.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.text-bold {font-weight: bold;}
.text-italic {font-style: italic;}
.text-light {font-weight: 300;}
.text-xs-center {text-align: center;}
.text-xs-left {text-align: left;}
.text-xs-right {text-align: right;}
.text-xs-justify {text-align: justify;}
.font-10 {font-size: 10px;}
.font-11 {font-size: 11px;}
.font-12 {font-size: 12px;}
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-15 {font-size: 15px;}
.font-16 {font-size: 16px;}
.font-17 {font-size: 17px;}
.font-18 {font-size: 18px;}
.font-19 {font-size: 19px;}
.font-20 {font-size: 20px;}
.font-21 {font-size: 21px;}
.font-22 {font-size: 22px;}
.font-23 {font-size: 23px;}
.font-24 {font-size: 24px;}
.font-25 {font-size: 25px;}
.font-26 {font-size: 26px;}
.font-27 {font-size: 27px;}
.font-28 {font-size: 28px;}
.font-29 {font-size: 29px;}
.font-30 {font-size: 30px;}
.lh1 {line-height: 1;}
.img-logger {width: 0; height: 0; display: block; position: absolute; top: -9999999px;}
.db {display: block;}
.legal-lines {
    font-size: 12px;
    text-align: justify;
}
.legal-lines a {color: inherit;}
.form-inline:after {
    display: table;
    content: "";
    clear: both;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    height: 100%;
}
.loader-container.inset {
    display: block;
    position: absolute;
}
.loader {
    position: absolute;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: loader 2s linear infinite;
}
.loader-success {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-bottom: 8px solid #3498db; /* Blue */
}

/* CLOSE WINDOW BUTTON */
.close-wrapper {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10;
    overflow: hidden;
}
#close-element {
    cursor: pointer;
    width: 42px;
    height: 42px;
    border: solid 2px #000;
}
#close-element:before, #close-element:after {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#close-element:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#close-element:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#close-element.white {border-color: #fff;}
#close-element.white:before, #close-element.white:after {background: #fff;}

/* CONFIRMATION POPUP */
.confirm-popup {
    color: #333;
    text-align: center;
}
.confirm-popup .close {
    width: 24px;
    height: 24px;
    font-size: 30px;
    line-height: 0;
    border: solid 1px #999;
}
.confirm-popup .modal-header {
    border-bottom: none;
    padding-bottom: 5px;
}
.confirm-popup .modal-title {
    font-size: 18px;
    margin-top: 30px;
}
.confirm-popup .bootbox-body {
    font-size: 12px;
    color: #666;
}
.confirm-popup .modal-footer {text-align: center;}

/* BOOTSTRAP CAROUSEL FADE TRANSITION */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* OPERATOR SELECT MENU */
.operator-select-wrapper .form-group {float: none;}
.operator-select, .form-control.operator-select {
    border-radius: 0;
    outline: none;
    border: none;
    font-size: 16px;
    float: none;
    padding: 6px 12px;
    height: 34px;
}

/* UNITED KINGDOM DCB PAGES */
.dcb-iframe {margin: 0 -15px; position: relative;}
.dcb-iframe iframe {
    width: 100%;
    height: 420px;
    background-color: #fff;
    border: none;
    display: block;
}

/* ERROR */
.error-wrapper {
    text-align: center;
    color: #ff0000;
}

/* ALTERNATIVE FLOW */
.ft-alt .header-top {display: none!important;}
.ft-alt .pricing-text {display: none!important;}
.ft-alt .legal-lines {display: none!important;}


/* MEDIA QUERY */
@media (min-width: 768px) {
    .text-xs-center {text-align: initial;}
    .text-xs-left {text-align: initial;}
    .text-xs-right {text-align: initial;}
    .text-xs-justify {text-align: initial;}

    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
}

/* ANIMATIONS */
@keyframes loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 320px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}

/* COLOR AND STYLISH THEMES */

.theme-red .form-input:before {color: #ff9900;}

.theme-red .btn-primary,
.theme-red .btn-msisdn,
.theme-red .btn-sms,
.theme-red .btn-result,
.theme-red .list-buttons .mo-btn .btn {
    background: #ff9900;
    color: #fff;
    border-color: #ff6c7a;
}
.theme-red .btn-primary:active, .theme-red .btn-primary:focus, .theme-red .btn-primary:hover, .theme-red .btn-primary:active:focus, .theme-red .btn-primary:active:hover,
.theme-red .btn-msisdn:active, .theme-red .btn-msisdn:focus, .theme-red .btn-msisdn:hover, .theme-red .btn-msisdn:active:focus, .theme-red .btn-msisdn:active:hover,
.theme-red .btn-sms:active, .theme-red .btn-sms:focus, .theme-red .btn-sms:hover, .theme-red .btn-sms:active:focus, .theme-red .btn-sms:active:hover,
.theme-red .btn-result:active, .theme-red .btn-result:focus, .theme-red .btn-result:hover, .theme-red .btn-result:active:focus, .theme-red .btn-result:active:hover,
.theme-red .list-buttons .mo-btn .btn:hover {
    background: #e00015;
    color: #fff;
    border-color: #ff6c7a;
}

.theme-no-border-radius .btn,
.theme-no-border-radius .btn-primary,
.theme-no-border-radius .form-control, .theme-no-border-radius #msisdn,
.theme-no-border-radius .btn-msisdn,
.theme-no-border-radius .btn-sms {
    border-radius: 0;
}