/* ELEMENTS */
.qr-code-container{
    background-image: url("../../assets/img/qrgold.svg");
    height: 300px;
    width: 300px;
    background-size: contain;
    display: inline-block;
}
.qr-code{
    margin: 14%;
    border: white solid 2px;
    width: 154px;
}
.element-with-border {
    border: 1px solid #eeefef;
    padding: 10px;
    height: 100%;
    display: table;
}
.grey-background {
    background: #eeefef;
    padding-top: 10px;
    padding-bottom: 10px;
}
.grey-backgroundNoPaading {
    background: #eeefef;
}
.redBox {
    background: #DE1C24;
    padding: 15px;
    color: #fff;
    font-size: 28px;
}
@media ( max-width: 1200px) {
    .redBox {
        font-size: 23px;
    }
    .redBox .resBtn {
        font-size: 12px;
    }
}
circle {
    min-width: 64px;
    min-height: 64px;
    display: inline-block;
    background-color: #ed1c24;
    vertical-align: middle;
    text-align: center;
    position: relative;
    line-height: 64px;
    border-radius: 100%;
    display: block;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}
/* RIBBONS */
.ribbon {
    font-size: 18px !important;
    width: 180px;
    position: relative;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    padding: 6px 0px;
    margin: 2em auto 3em;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -52px;
    top: -16px;
    z-index: 999;
    display: none;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #860010 transparent transparent transparent;
    bottom: -0.5em;
}
.ribbon .ribbon-content:before {
    left: 0;
    border-width: 0.5em 10px 0 0.5em;
}
.ribbon .ribbon-content:after {
    right: 0;
    border-width: 0.5em 0.5em 0 10px;
}
/* ./ ELEMENTS */
/* TABS */
.nav-tabs {
    border-bottom: 0px;
}
.tab-content {
    background-color: #fff;
    padding: 16px;
    margin-top: -1px;
}
.tab-content {
    font-size: 16px
}
.nav-tabs > li > a {
    color: #666 !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background: transparent;
    border-bottom: 1px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ed1c24;
    cursor: default;
    background-color: #fff;
    border: none !important;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    border-radius: 0px
}
.nav-stacked li a {
    margin: 0px;
}
.nav-stacked.nav-inverse li a:HOVER {
    color: #8a8a8a;
    border-color: transparent
}
.nav-stacked.nav-inverse li.active > a:FIRST-CHILD {
    background-color: #999;
    color: #fff !important;
}
.nav-stacked.nav-inverse li ul.nav-tabs.inner-nav-tabs {
    display: none !important;
    background: #e1e1e1;
}
.nav-stacked.nav-inverse li.active ul.nav-tabs.inner-nav-tabs {
    display: inline-block !important;
    width: 100%;
}
.nav-stacked.nav-inverse li ul.nav-tabs.inner-nav-tabs li a {
    padding-left: 40px;
    font-size: 16px;
}
.nav-stacked.nav-inverse li ul.nav-tabs.inner-nav-tabs li a {
    color: #999;
}
.nav-stacked.nav-inverse li ul.nav-tabs.inner-nav-tabs li a:HOVER {
    color: #666;
}
.nav-stacked.nav-inverse li ul.nav-tabs.inner-nav-tabs li.active a {
    color: #fff;
    background: #ccc
}
/* ./ TABS */
/* DROPDOWNS */

/*.dropdown-menu > li > a {*/
    /*display: block;*/
    /*padding: 3px 0;*/
    /*clear: both;*/
    /*font-weight: normal;*/
    /*line-height: 1.42857143;*/
    /*color: #333;*/
    /*white-space: nowrap;*/
/*}*/
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {*/
    /*color: #262626;*/
    /*text-decoration: none;*/
    /*background-color: transparent;*/
/*}*/
/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*background-color: transparent;*/
    /*outline: 0;*/
/*}*/
/*.dropdown.open + ul.dropdown-menu {*/
    /*border-radius: 0px;*/
    /*top: 100%;*/
    /*border: 0px;*/
    /*background: #eeefef;*/
    /*box-shadow: none;*/
    /*position: relative;*/
    /*display: block;*/
    /*width: 100%;*/
    /*margin-bottom: 20px;*/
/*}*/
/*!*dropdown as a select*!*/
/*.dropdown_select {*/
    /*padding: 0px;*/
    /*position: relative;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.dropdown_select > button {*/
    /*background: #fff;*/
    /*border: 1px solid #ccc;*/
    /*color: #999;*/
    /*text-align: left;*/
    /*margin-bottom: 0;*/
    /*font-size: 15px;*/
    /*letter-spacing: 0px;*/
    /*padding: 0px 5px;*/
    /*overflow: hidden;*/
/*}*/
/*.dropdown_select > button > .glyphicon-menu-down {*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*line-height: 36px;*/
/*}*/
body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}

/*.dropdown_select ul {*/
    /*background: #E6E6E6;*/
    /*border-radius: 0;*/
    /*box-shadow: none;*/
    /*border: none;*/
    /*margin-top: 0;*/
    /*padding: 0px;*/
    /*margin-top: 0;*/
    /*z-index: 999999;*/
/*}*/
/*.dropdown_select {*/
    /*font-family: FuturaStd-Light;*/
/*}*/
/*.dropdown_select ul > li {*/
    /*list-style-type: none;*/
    /*padding: 2px 6px;*/
    /*border-bottom: 1px solid #fff;*/
    /*color: #000;*/
    /*line-height: 36px;*/
    /*font-family: FuturaStd-Light;*/
/*}*/
/*.dropdown_select ul > li:not (.title ):HOVER {*/
    /*background: #ccc;*/
    /*cursor: pointer;*/
/*}*/
/*.dropdown_select ul > li.title:HOVER {*/
    /*background: initial;*/
    /*cursor: pointer;*/
/*}*/
/*.dropdown_select ul > li label {*/
    /*margin: 0px;*/
/*}*/
/*.dropdown_select ul > li:last-child {*/
    /*border: none;*/
/*}*/
/*.bootstrap-select.btn-group .dropdown-toggle .red-arrow {*/
    /*right: 25px;*/
/*}*/
/* ./ DROPDOWN */
/* POPUP */
.modal .modal-content {
    border-radius: 0px;
}
.modal-open .modal {
    overflow-y: hidden;
}
.modal .modal-content .modal-body {
    padding: 0px
}
.modal .modal-content .modal-header {
    border: none;
    padding: 0px;
    min-height: 0px
}
.modal .modal-content .modal-body > div:not(.carousel) {
    padding: 26px;
    margin: 0px;
}
.modal .modal-content .modal-header .close {
    background: #ed1c24;
    opacity: 1;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: lighter;
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 2px;
}
.modal .modal-content .modal-header .close span {
    margin-top: -21px;
    vertical-align: top;
    height: 4px;
    line-height: 20px;
}
/* ./ POPUP */
/* MENU ON BOTTOM OF BANNER */
.section-menu {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.36);
    color: #fff;
    padding: 8px 0px 8px 30px;
}
.section-menu button, .section-menu button:HOVER, .section-menu button:ACTIVE, .section-menu button:LINK, .section-menu button:FOCUS {
    background: none !important;
    border: none !important;
    color: #fff !important;
    outline: none !important;
    font-size: 16px;
    line-height: inherit;
    height: inherit;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.section-menu .arrow_icon {
    font-size: 12px;
}
/*.section-menu ul.dropdown-menu {*/
    /*margin: 0px;*/
    /*border: none;*/
    /*border-radius: 0px;*/
    /*background-color: #f1f1f1;*/
    /*min-width: 238px;*/
    /*left: 58px;*/
    /*padding: 0px 0px;*/
/*}*/
/*.section-menu ul.dropdown-menu li {*/
    /*padding: 0px 12px;*/
    /*border-bottom: 1px solid #e9e9e9;*/
/*}*/
/*.section-menu ul.dropdown-menu li:HOVER {*/
    /*background: #f9f9f9*/
/*}*/
/*.section-menu ul.dropdown-menu a {*/
    /*color: #666;*/
    /*padding: 6px 0px;*/
/*}*/
/*.section-menu ul.dropdown-menu a:HOVER {*/
    /*color: #333;*/
/*}*/
/* ./ MENU ON BOTTOM OF BANNER */
/* ACCORDIONS */
.panel-default {
    border: none;
    box-shadow: none
}
.panel-default .panel-title > a {
    color: #333
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    box-shadow: none
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    margin-bottom: 6px;
}
/* ./ ACCORDIONS */
/* FORM ELEMENTS */
.form-control {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}
.form-control:HOVER, .form-control:ACTIVE, .form-control:FOCUS {
    border-color: #999;
    box-shadow: 0px 0px 1px #ccc
}
/* ./ FROM ELEMENTS */
/* RESPONSIVE CSS
-------------------------------------------------- */
@media ( min-width: 768px) {
    .featurette-heading {
        font-size: 50px;
    }
}
@media ( min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
@media ( min-width: 768px) and (max-width: 992px) {
    .products .navbar.navbar-inverse li {
        min-width: 76px;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media ( max-width: 768px) {
    .products .navbar-inverse {
        background-color: #c9c9c9 !important;
        width: 100%
    }
    .products .navbar-inverse ul {
        margin: auto;
        float: left;
    }
    .products .navbar-inverse li {
        min-width: 80px !important;
        float: left;
    }
    .products .nav > li > a {
        padding: 10px 10px;
    }
}
/* FIXING HEIGHT OF ELEMENTS BESIDE EACH OTHERS */
.inside {
    margin-top: 20px;
    margin-bottom: 20px;
}
.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.content {
    padding: 12px 3px;
}
/* columns of same height styles */
.row-height {
    display: table;
    /*  table-layout: fixed; */
    height: 100%;
    width: 100%;
    margin: 20px 0px;
    margin-bottom: 0px;
}
.row-height > div {
    margin-bottom: 0px;
}
.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: 480px) {
    .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;
    }
}
.red-arrow {
    color: #ed1c24;
}
/* ./ FIXING HEIGHT OF ELEMENTS BESIDE EACH OTHERS */
/*******************
INDEX PAGE
*******************/
@CHARSET "UTF-8";
.quick-links img {
    max-height: 70px;
}
.quick-links.row-height {
    margin-top: 0px;
}
.quick-links.row-height:FIRST-CHILD {
    margin-top: 20px
}
.map_coverage_speeds {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: inline-table;
    margin-bottom: auto;
    text-align: center;
}
.map_coverage_speeds circle {
    color: #fff;
    font-size: 38px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    cursor: pointer;
}
.map_coverage_speeds circle.active:after {
    content: '';
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #ed1c24;
    position: absolute;
    left: -16px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 0px;
    width: 0px;
}
.map_coverage_speeds circle.four_g_plus {
}
.map_coverage_speeds circle.four_g_good {
    background: rgba(237, 28, 36, 0.6);
}
.map_coverage_speeds circle.three_g {
    background: rgba(237, 28, 36, 0.2);
    color: #ed1c24;
}
.map_coverage_speeds circle.four_g_good:after {
    border-right: 8px solid rgba(237, 28, 36, 0.6);
}
.map_coverage_speeds circle.three_g:after {
    border-right: 8px solid rgba(237, 28, 36, 0.2);
}
img.layers {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    margin: auto;
    display: none;
}
.coverage_map h3 {
    margin: 30px auto;
}
.roaming_international_map {
    margin-bottom: 150px;
}
.roaming_international_map > .map-container {
    display: none;
}
.map {
    position: relative;
}
.map svg {
    top: 0px;
}
.mapTooltip {
    position: fixed;
    background-color: #ed1c24;
    moz-opacity: 0.90;
    opacity: 0.90;
    filter: alpha(opacity=90);
    padding: 10px;
    z-index: 1000;
    max-width: 260px;
    display: none;
    color: #fff;
}
.roaming_international_map_switcher {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}
.roaming_international_map_switcher button {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    margin-right: 20px;
}
.coverage_map p {
    margin: 16px auto;
}
.coverage_map .btn {
    margin-top: 26px;
    font-size: 26px;
    width: 100%;
}
.coverage_map span.icon {
    display: inline-block;
    height: 140px;
    width: 140px;
}
.coverage_map span.icon.icon-4g-network {
    background: url("/ooredoofiles/cs/img/SlicedPictures/homepage/4g_icon.png") no-repeat center;
}
.coverage_map span.icon.icon-fibre-network {
    background: url("/ooredoofiles/cs/img/SlicedPictures/homepage/fibre_icon.png") no-repeat center;
}
.coverage_map span.icon.icon-hd-voice {
    background: url("/ooredoofiles/cs/img/SlicedPictures/homepage/hd_icon.png") no-repeat center;
}
.coverage_map p {
    margin: 16px auto;
}
.coverage_map .btn {
    margin-top: 26px;
    font-size: 26px;
    width: 100%;
}
.homepage_promo .thumbnail {
    height: 640px;
}
.homepage_promo .thumbnail div.caption {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    bottom: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
@media ( max-width: 767px) {
    .map_coverage_speeds {
        margin-bottom: auto;
        right: auto;
        text-align: right;
    }
    .map_coverage_speeds circle {
        width: 62px;
        height: 62px;
        font-size: 30px;
        line-height: 62px;
    }
    .bar .bar-item {
        margin: 0px 16px;
        font-size: 14px;
    }
    .bar .bar-item img {
        height: 48px;
    }
    .bar .bar-item > span {
        padding: 0px;
    }
    .qatar_map_drawing_place .map {
        margin: auto;
        max-width: 350px;
        float: none
    }
    .coverage_map .map_coverage_circles {
        text-align: center;
    }
}
@media ( min-width: 768px) and (max-width: 992px) {
    .map_coverage_circles circle {
        height: 72px;
        width: 72px;
        line-height: 72px;
        font-size: 32px;
        color: #fff;
        margin: 5px;
        font-family: FuturaStd-Book;
    }
}
@media ( max-width: 767px) {
    .map_coverage_speeds {
        margin-bottom: auto;
        right: auto;
        text-align: right;
    }
    .map_coverage_speeds circle {
        width: 62px;
        height: 62px;
        font-size: 30px;
        line-height: 62px;
    }
    .bar .bar-item {
        margin: 0px 16px;
        font-size: 14px;
    }
    .bar .bar-item img {
        height: 48px;
    }
    .bar .bar-item > span {
        padding: 0px;
    }
    .qatar_map_drawing_place .map {
        margin: auto;
        max-width: 350px;
        float: none
    }
    .coverage_map .map_coverage_circles {
        text-align: center;
    }
}
@media ( min-width: 768px) and (max-width: 992px) {
    .map_coverage_circles circle {
        height: 72px;
        width: 72px;
        line-height: 72px;
        font-size: 32px;
        color: #fff;
        margin: 5px;
        font-family: FuturaStd-Book;
    }
}
.svg_map_homepage {
    overflow: hidden;
}
.percustomer {
    float: right;
    font-size: 24px;
    color: #747474;
    padding-top: 16px;
}
.why-ooredoo-thumb > div {
    display: block;
}
.why-ooredoo-thumb span {
    font-size: 42px;
    color: #5A5A5A;
}
.svgmap-noheight > svg {
}
.homepage_promo .thumbnail {
    height: auto !important;
}
.homepage_promo .thumbnail div.caption {
    position: relative !important;
}
.homepage_promo .thumbnail div.caption {
    text-align: left !important;
}
h4.light {
    min-height: 60px;
}
.box-map-country {
    background: #ed1c24;
    margin-top: 20px;
    padding: 10px;
}
.box-map-country * {
    color: #fff;
}
/**********************
FAQ PAGE
**********************/
@CHARSET "UTF-8";
.search-input {
    border: 2px solid #F0F0F0;
    background: url('/ooredoofiles/cs/img/search-icon.png');
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 5px;
    padding-left: 10px;
    background-size: 30px;
}
.most-popular-faq .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.most-popular-faq a, .most-popular-faq a:hover {
    list-style-type: none;
    text-decoration: none;
}
.most-popular-faq .panel-default > .panel-heading {
    color: #5a5a5a;
}
.faq-icons > div > div {
    width: 100%;
    text-align: center;
}
.faq-icons > div > div:first-child {
    text-align: center;
    min-height: 150px;
}
.faq-icons img {
    max-height: 70px;
}
.topy {
    margin-top: 70px;
}
.faq-icons {
    margin-top: 70px;
}
.filled-circle, .filled-circle:hover, .filled-circle:visited {
    background: #ED1C24;
    padding: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid #ED1C24;
    margin: 10px;
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    line-height: 35px;
    height: 75px;
    width: 75px;
}
.empty-circle, .empty-circle:hover, .empty-circle:visited {
    background: #fff;
    padding: 20px;
    color: #ED1C24;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid #ED1C24;
    margin: 10px;
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    line-height: 35px;
    height: 75px;
    width: 75px;
}
.improved-textarea {
    height: 75px;
    border: 1px solid #eee;
    font-size: 16px;
    padding-left: 10px;
    box-shadow: none;
    resize: none;
}
.panel-icons > a {
    margin-right: 15px;
}
.panel-icons > a:last-child {
    margin-right: 0;
}
.panel-icons {
    margin: 15px;
    margin-right: 0;
}
.circles-container {
    margin-bottom: 40px;
    margin-top: 20px;
}
@media ( max-width: 767px) {
    .faq-icons > div > div:first-child {
        min-height: auto;
    }
    .faq-icons img {
        max-height: 70px
    }
    .faq-icons h4 {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
#accordion a {
    color: inherit;
}
.removePaddingLeft {
    padding-left: 0px;
}
.empty-circle:hover {
    background-color: #ED1C24;
    color: #fff
}
.add-on .input-group-btn.btn {
    font-size: 14px;
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
/* stop the glowing blue shadow */
:focus, .add-on .input-group-btn > .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #D8D8D8;
}
.add-on .form-control, .add-on .btn-default {
    border-color: #D8D8D8;
}
.btn-default.focus, .btn-default:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #D8D8D8;
}
.add-on .input-group-btn > .btn:hover {
    background-color: #FFFFFF;
    border-left: none;
}
.add-on > .btn-default:hover {
    background-color: #FFFFFF;
    border-color: #9C9C9C;
}
.add-on .form-control {
    border-radius: 0;
}
/*********************
INTERNET PAGE
*********************/
@CHARSET "UTF-8";
/* INTERNET INDEX PAGES */
#internetPage .row {
    margin-right: 0px;
}
#internetPage h1 {
    font-size: 40px;
    font-family: FuturaStd-Book;
}
.fontSize50px {
    font-size: 50px !important;
}
.fontSize30px {
    font-size: 30px !important;
}
.fontSize45px {
    font-size: 45px !important;
}
.marginBottom16px {
    margin-bottom: 16px;
}
.marginBottom18px {
    margin-bottom: 18px;
}
.marginBottom0px {
    margin-bottom: 0px;
}
.marginTop {
    margin-top: 20px;
}
.mostTexts {
    font-size: 24px;
    font-family: FuturaStd-Light;
}
#internetPage .jumbotron {
    background: url(/ooredoofiles/cs/img/internetpage_jumb_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 367px;
    position: relative;
    font-family: FuturaStd-Book;
}
.jumbSubDiv {
    height: 41px;
    padding-left: 84px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 14px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
}
.jumbSubDiv a {
    color: #fff;
    text-decoration: none;
}
.jumbSubDiv a:hover {
    text-decoration: none;
}
#internetPage .glyphicon {
    position: relative;
    top: 3px;
    left: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.internetThumb {
    width: 190px;
    text-align: center;
    font-family: FuturaStd-Light;
    font-size: 24px;
    color: #5a5a5a;
}
.internetThumbImg {
    margin-bottom: 30px;
}
.CheckAvaDiv {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: solid 1px #D8D8D8;
    margin-bottom: 30px;
    margin-right: 110px;
}
.checkAvaText {
    font-family: FuturaStd-Light;
    margin-bottom: 30px;
    font-size: 24px;
    padding-right: 70px;
}
.checkAvaUText {
    font-size: 24px;
}
.CheckAvaDiv input {
    border: solid 1px #D8D8D8;
    border-radius: 0;
    margin-right: 20px;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    color: #5a5a5a;
    font-family: FuturaStd-Book;
}
.CheckAvaDiv button {
    color: #fff;
    background-color: #EE1C25;
    border: none;
    margin-bottom: 35px;
    font-size: 26px;
    font-family: FuturaStd-Light;
}
@media ( max-width: 1200px) {
    .CheckAvaDiv button {
        width: 100%;
    }
    .CheckAvaDiv input {
        width: 100% !important;
    }
}
@media ( max-width: 768px) {
    .CheckAvaDiv button {
        width: 100%;
    }
}
@media ( max-width: 570px) {
    .CheckAvaDiv button {
        font-size: 20px;
    }
}
.addToCartBtn:hover, .addToCartBtn:focus, .CheckAvaDiv button:hover,
.CheckAvaDiv button:focus {
    background-color: #EE1C25;
    color: #fff;
}
.underLined {
    border-bottom: solid 1px #5a5a5a;
    font-family: FuturaStd-Book;
}
.Stronged {
    font-weight: bold;
    font-family: FuturaStd-Bold;
}
.checkAvaUText {
    font-family: FuturaStd-Light;
    font-size: 21px;
}
.fontSize15px {
    font-size: 15px;
}
.removedMargin {
    margin-bottom: 20px;
}
.jumbingManDiv {
}
.featured-article {
    position: relative;
    margin-bottom: 1em;
    font-size: 2em;
    font-family: FuturaStd-Book;
}
.jumbing_thumb {
    display: block;
    width: 100%;
    margin: 0;
}
.featured-article .block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    padding: .5em;
    width: 100%;
    color: #fff;
    direction: ltr;
}
.rtlCol {
    direction: rtl;
}
@media ( max-width: 991px) {
    .rtlCol {
        direction: ltr;
    }
}
.titleSize45px {
    font-size: 45px;
    color: #5a5a5a;
    font-family: FuturaStd-Book;
}
.internetTick {
    font-size: 24px;
    background: url(/ooredoofiles/cs/img/tick_sign.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 38px;
}
.marginBottom14px {
    margin-bottom: 14px;
}
.addToCartDiv {
    float: right;
    position: relative;
    font-size: 34px;
    direction: rtl;
    width: 100%;
}
.addToCartBtn {
    color: #fff;
    background-color: #EE1C25;
    border: none;
    margin-bottom: 35px;
    font-size: 30px;
    font-family: FuturaStd-Light;
    /*width:65%;*/
    padding-top: 1px;
    padding-bottom: 1px;
}
/* ADSL & FIBRE PAGES */
.ElectrAccNumDiv .mostTexts {
    margin-right: 15px;
    margin-top: 10px;
}
.ElectrAccNumDiv input {
    border-radius: 0;
    vertical-align: top !important;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
    height: auto;
    margin-right: 15px;
}
.ElectrAccNumDiv .btn {
    /*width:auto;*/
    padding-top: 4px;
    padding-bottom: 3px;
}
.ElectrAccNumDiv label {
    font-weight: normal;
    font-size: 24px;
    vertical-align: top;
    font-family: FuturaStd-Light;
    margin-right: 10px;
    margin-top: 10px;
}
@media ( max-width: 1200px) {
    .ElectrAccNumDiv .btn {
        width: 100%;
        margin-top: 10px;
    }
    .ElectrAccNumDiv input {
        width: 100% !important;
    }
}
.ElectrAccNumDiv form {
    text-align: center;
}
.adslSpeeds {
    text-align: center;
    background-color: #F4F4F4;
    border: solid 1px #D8D8D8;
    border-right: none;
    position: relative;
    cursor: pointer;
}
li:first-of-type .adslSpeeds {
    background-color: #EE1C25;
}
.adslSpeeds:hover { /*background-color:#EE1C25;*/
}
li:last-of-type .adslSpeeds {
    border-right: solid 1px #D8D8D8;
}
.adslSpeedsImg {
    padding-top: 10px;
}
.adslSpeedMB {
    font-family: FuturaStd-Light;
    font-size: 30px;
    color: #ed1c24;
    margin-bottom: 10px;
}
.adslSpeedNum {
    font-size: 50px;
    font-family: FuturaStd-Medium;
    color: #ed1c24
}
.QR20 {
    font-size: 33px;
    font-family: FuturaStd-Bold;
    font-weight: bold;
    color: #5a5a5a
}
.speedIndicator {
    display: none;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #EE1C25;
    position: absolute;
    bottom: -8px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10000;
}
li:first-of-type .adslSpeeds .speedIndicator {
    display: block
}
li:first-of-type .adslSpeedMB .adslSpeedNum, li:first-of-type .adslSpeedMB, li:first-of-type .QR20 {
    color: #fff;
}
.theDropDown li {
}
.nav-justified > .dropdown .dropdown-menu {
    top: inherit
}
.speedDropDownMenu {
    position: relative;
}
.speedDropDownMenu .dropdown-menu {
    position: inherit;
    width: 100%;
    border: solid 1px #D8D8D8;
    border-top: none;
    padding: inherit;
    padding-right: 5px;
    padding-left: 15px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px;
    margin-top: 0px;
    z-index: 100;
    padding: 10px;
}
.thePromotionText {
    text-align: center;
    font-size: 36px;
    color: #de1c24;
    margin-top: 25px;
    margin-bottom: 30px;
}
.ComplemText {
    background: #F0F0F0;
    color: #5a5a5a;
    font-size: 24px;
    font-family: FuturaStd-Light;
    padding-left: 26px;
    margin-top: 2px;
}
.ComplemText:last-of-type {
    margin-bottom: 20px;
}
.complemMinus {
    float: right;
    padding-right: 15px;
    font-family: FuturaStd-Bold;
    cursor: pointer
}
.mozaDiv {
    border: solid 1px #D8D8D8;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 23px;
    font-size: 16px;
    font-family: FuturaStd-Light;
}
.mozaDiv:last-of-type {
    margin-right: 0px;
}
.subscribingDiv {
    border: solid 1px #D8D8D8;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
    font-family: FuturaStd-Light;
    padding-bottom: 37px;
}
.subscribingDiv h1 {
    margin-bottom: 10px;
}
.subscribingDiv {
    margin-top: 20px;
}
.subscribingDiv .addToCartBtn {
    width: 40%;
    margin-bottom: 0px;
}
@media ( max-width: 1357px) {
    .subscribingDiv .addToCartBtn {
        width: auto;
    }
}
.subscribingDiv label {
    padding-right: 30px;
    font-family: FuturaStd-Medium;
}
.subscribingDiv label:last-of-type {
    padding-left: 11px;
    padding-right: 0px;
    font-family: FuturaStd-Light;
    font-weight: normal;
}
.lastButtonLikes {
    color: #ed1c24;
    border: solid 1px #ed1c24;
    width: 100%;
    font-size: 30px;
    font-family: FuturaStd-Light;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    margin-bottom: 30px;
    background: none;
}
.underTabsContainer {
    margin-top: 20px;
}
#internetSolutionIcons .col-sm-3 {
    text-align: center;
}
.spacingTop {
    margin-top: 30px;
}
#MobDataPlansRow {
    margin-left: 0px;
}
/*************************PRESS PAGE**************************/
@CHARSET "UTF-8"; /*********************** press page **************************//** styles added by ayoub 9/6/2015 edits to hero banner **/
.simi-fill-area h1 {
    font-size: 30px !important;
}
.simi-fill-area h3 {
    font-size: 16px !important;
}
.simi-fill-area {
    height: auto !important;
}
.simi-fill-area .content {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 768px) {
    .simi-fill-area h1 {
        font-size: 16px !important;
        line-height: 18px;
        margin: 0;
        margin-bottom: 5px !important;
    }
    .simi-fill-area button {
        font-size: 14px !important;
        height: auto;
    }
}
@media only screen and (max-width: 730px) {
    .simi-fill-area {
        display: none;
    }
}
.calMarginFix {
    padding-left: 0px;
}
.W100 {
    width: 100%;
}
.jumbShadowDiv {
    position: absolute;
    width: 70%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    right: 0;
    top: 0px;
    padding-right: 80px;
    padding-left: 27px;
    padding-top: 27px;
    font-family: FuturaStd-Book;
    color: #ffffff;
}
.jumbShadowTitle {
    font-size: 34px;
}
.jumbShadowDate {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.jumbShadowText {
    font-size: 24px;
    font-family: FuturaStd-light;
}
.jumbShadowRow {
    margin: 0
}
@media ( max-width: 1290px) {
    .jumbShadowText {
        font-size: 22px;
    }
    .jumbShadowTitle {
        font-size: 33px;
    }
    .jumbShadowDiv .btn {
        font-size: 25px;
    }
}
@media ( max-width: 1050px) {
    .jumbShadowText {
        font-size: 18px;
    }
    .jumbShadowTitle {
        font-size: 24px;
    }
}
@media ( max-width: 690px) {
    .jumbShadowText {
        font-size: 14px;
    }
    .jumbShadowTitle {
        font-size: 18px;
    }
    .jumbShadowDiv {
        width: auto;
    }
}
@media ( max-width: 550px) {
    .jumbShadowText {
        font-size: 13px;
    }
    .jumbShadowTitle {
        font-size: 16px;
    }
    .jumbShadowDiv .btn {
        font-size: 18px;
    }
}
.pressSearchResultsTitle {
    font-size: 35px;
    color: #ed1c24;
    font-family: FuturaStd-Light;
    margin-bottom: 50px;
}
.btn-select-def, .btn-select-def:hover, .btn-select-def:focus {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #9C9C9C;
    border-radius: 0px;
    box-shadow: none !important;
    text-align: left;
}
.btn-select-def > span {
    position: absolute !important;
    right: 10px !important;
    top: 30% !important;
    left: auto !important;
}
.red-arrow {
    color: #ED1C24;
}
.header-select-options {
    background: #fff;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
}
.header-select-options > li {
    padding: 8px;
}
.white-bg, .white-bg:focus, .white-bg:hover {
    background: #fff;
}
.pressPage .jumbotron {
    margin-bottom: 0px;
}
.pressSearchDiv {
    background-color: #F4F4F4;
    padding-top: 20px;
    padding-bottom: 30px;
}
.pressSearchDiv .btn {
    cursor: default;
}
.pressSearchDiv label {
    margin-top: 5px;
}
.pressSearchDiv button { /*margin-bottom:10px;*/
}
.pressSearchInput {
    border: solid 1px #9C9C9C;
    border-radius: 0;
    box-shadow: none;
    font-size: 24px;
    font-family: FuturaStd-Light;
    padding-right: 50px;
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.filterElement .glyphicon-remove {
    font-size: 12px;
    vertical-align: top;
    color: #DE1C24;
    cursor: pointer;
    top: 0px !important;
    left: 0px !important;
}
.filterDiv {
    margin-top: 30px;
}
.filterDiv label {
    margin-right: 30px;
    float: left; /*margin-top: 30px;*/
}
.filterLabelText {
    line-height: 40px;
}
.filterElement {
    float: left;
    margin-left: 15px;
    font-size: 14px;
}
.clearAllText {
    text-align: right;
    font-size: 24px;
    font-family: FuturaStd-Book;
}
.pressHomeRow {
    margin-top: 60px;
}
.col-sm-12 {
}
.clearAllText a {
    text-decoration: none;
    color: inherit;
}
.folowUsText {
    font-size: 24px;
    font-family: FuturaStd-Medium;
}
#pressArticals {
    line-height: 35px;
}
.pressImgCont {
    position: relative;
}
.pressImgPadge {
    position: absolute;
    top: -14px;
    left: -14px;
}
.pressTitle {
    font-size: 35px;
    font-family: FuturaStd-Book;
}
.pressDate {
    font-size: 18px;
    font-family: FuturaStd-Book;
    margin-top: 20px;
    margin-bottom: 14px;
}
.pressText {
    font-size: 24px;
    font-family: FuturaStd-Light;
}
.pressArticleContainer {
    margin-top: 70px;
}
.pressArticleContainer:first-of-type {
    margin-top: 0px;
}
#pressArticals .lastButtonLikes {
    margin-bottom: 0px;
    margin-top: 30px;
}
.removedMarginBottom {
    margin-bottom: 23px;
}
.pressMore {
    background: #9c9c9c;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    border: none;
    font-size: 30px;
    font-family: FuturaStd-light;
    margin-top: 20px;
}
.pressMore:hover {
    background: #9c9c9c;
    color: #ffffff;
}
.signUpRequest {
    margin-top: 90px;
    border: solid 1px #D8D8D8;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.signUpRequestText {
    font-weight: normal;
    margin-right: 50px;
    font-size: 24px;
    font-family: FuturaStd-Medium;
}
.signUpButton {
    padding-right: 70px;
    padding-left: 70px;
    background-color: #ED1B24;
}
.pressSearchTitle {
    font-size: 18px;
    font-family: FuturaStd-light;
}
.searchYearText {
    font-family: FuturaStd-Medium;
    font-size: 24px;
}
.styledCheckBox input[type="checkbox"] {
    display: none;
}
.styledCheckBox input[type="checkbox"] + label span {
    display: inline-block;
    width: 25px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(/ooredoofiles/cs/img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}
.styledCheckBox input[type="checkbox"]:checked + label span {
    background: url(/ooredoofiles/cs/img/check_radio_sheet.png) -35px top no-repeat;
}
.styledCheckBox {
    position: relative;
    height: 50px;
    font-size: 18px;
    font-family: FuturaStd-light;
    vertical-align: bottom;
    display: table-cell;
    padding-left: 5px;
    margin-right: 40px;
    padding-right: 57px;
}
.styledCheckLabel {
    position: absolute;
    top: 2px;
    left: -9px;
}
.pressSearchSocialImgs > a {
    margin-right: 10px;
}
.pressSearchSocialImgs > a:last-child {
    margin-right: 10px;
}
.def-dropdown-select-options {
    background: #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-top: 0;
}
.def-dropdown-select-options > li {
    list-style-type: none;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #fff;
    color: #000;
}
.def-dropdown-select-options > li:last-child {
    border: none;
}
.btn-select-def {
    background-color: #fff;
}
.pressArticle {
    font-size: 20px;
    font-family: FuturaStd-Light;
}
.thumbImagesPress {
    margin-top: 20px;
    cursor: pointer;
}
.add-on .input-group-btn > .btn {
    font-size: 14px;
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
/* stop the glowing blue shadow */
:focus, .add-on .input-group-btn > .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #9C9C9C;
}
.add-on .form-control, .add-on .btn-default {
    border-color: #9C9C9C;
}
.btn-default.focus, .btn-default:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #9C9C9C;
}
.add-on .input-group-btn > .btn:hover {
    background-color: #FFFFFF;
    border-left: none;
}
.add-on > .btn-default:hover {
    background-color: #FFFFFF;
    border-color: #9C9C9C;
}
.add-on .form-control {
    border-radius: 0;
}
.marginBottom18px {
    padding-right: 0px;
    padding-left: 0px;
}
.dropdown-menu label {
    cursor: pointer
}
.row-filter {
    line-height: 40px
}
.row-filter > div {
    padding-left: 0px;
    padding-top: 4px
}
.row-filter > div input {
    margin-bottom: 10px;
}
/**************************PROMOTIONS PAGE***************************/
@CHARSET "UTF-8";
#promotions-section-1, #promotions-section-2 {
    margin-top: 30px;
    margin-bottom: 75px;
}
#promotions-section-single-2, #promotions-section-single-1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.promotions-header-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 36px;
}
.sub-title-promotion {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    color: #5A5A5A;
}
.promotions-header-title2 {
    margin-bottom: 25px;
}
.promotions-phar {
    font-size: 14px;
    display: inline-block;
}
.filter-by {
    vertical-align: middle !important;
    text-align: right;
}
.promotion-filteration td {
    border: none !important;
}
.single-icons-set-text {
    color: #5A5A5A;
    font-size: 20px;
}
.promotion-text-price {
    color: #ACACAC;
    font-size: 18px;
    text-align: right;
}
.promotion-see-details-btn {
    margin-top: 5px;
    background: #808080;
    border: 1px solid #808080;
    color: #fff;
}
.promotion-see-details-btn:hover, .promotion-see-details-btn:focus, .promotion-see-details-btn:visited {
    margin-top: 5px;
    background: #808080;
    border: 1px solid #808080;
}
.promotion-see-details-btn-empty {
    margin-top: 5px;
    background: #fff;
    border: 1px solid #808080;
    color: #808080;
}
.promotion-see-details-btn-empty:hover, .promotion-see-details-btn-empty:focus {
    margin-top: 5px;
    background: #808080;
    border: 1px solid #808080;
    color: #fff;
}
.no-margin {
    margin-top: 0;
}
.still-looking-text, .still-looking-text:focus, .still-looking-text:hover, .still-looking-text:visited {
    color: #ED1C24;
    font-size: 22px;
    list-style-type: none;
    text-decoration: none;
}
.still-looking-text > img {
    margin-bottom: 10px;
}
.promotions-header-title11 {
    color: #5A5A5A;
    margin-bottom: 20px;
    margin-top: 0;
}
.single-promotion-table > tbody > tr > td {
    border: none;
    vertical-align: middle;
}
.grap-card-txt {
    font-size: 18px;
}
.termstxt, .termstxt:hover {
    color: #5A5A5A;
    text-decoration: underline;
}
#promotions-section-single-2 {
    margin-top: 120px;
}
.filter-by-txt {
    color: #5a5b5b;
    padding-right: 20px;
    font-size: 16px;
}
.filter-single {
    position: relative;
}
.remove-single {
    color: #ed1c24;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.filterElement {
    float: left;
    margin-right: 10px;
}
.filterElement .glyphicon-remove {
    font-size: 12px;
    vertical-align: top;
    color: #DE1C24;
    cursor: pointer;
    top: 0px !important;
    left: 0px !important;
}
.filterDiv label {
    margin-right: 20px;
    float: left
}
/**************************SHAHRY PAGE************************/
@CHARSET "UTF-8";
.shahry-extra-details {
    border: 1px solid #ddd;
    padding: 8px 8px 8px 8px !important;
}
.shahry-extra-details .lead {
    font-size: 22px;
    color: #ed1c24;
    margin-bottom: 6px
}
.shahry-extra-details {
    font-size: 16px;
}
.shahry-extra-details p.headline {
    margin: 0px;
    margin-top: 10px;
    line-height: 6px;
}
.shahry-extra-details small {
    font-size: 11px
}
.shahry-extra-details > div > .col-sm-8 {
    padding-left: 0px
}
.shahry-extra-details > div > .col-sm-4 {
    padding-right: 0px
}
.radio-options.text-top label {
    margin: 0px 20px;
    text-align: center;
}
.radio-options.text-top label input {
    display: block;
    margin: auto;
    margin-top: 6px;
}
.plan-range {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ed1c24;
    font-size: 12px;
}
/* ERROR MESSAGES */
.alert.fixed-top {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999999;
}
.error-border {
    border: 1px solid #ed1c24;
}
/* SEARCH ( CONTENT ) RESULT PAGE */
.search-results .row-result {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    float: left;
    margin: 0px;
}
.search-results .row-result:FIRST-CHILD {
    border-top: 1px solid #ccc;
}
.search-results .row-result .title {
    font-size: 22px;
    font-family: FuturaStd-Light;
}
.search-results .row-result .title .hint {
    font-family: FuturaStd-Medium;
}
.search-results .pagination > li > a, .search-results .pagination > li > a:hover, .search-results .pagination > li > span:hover, .search-results .pagination > li > a:focus, .search-results .pagination > li > span:focus, .search-results .pagination > li > span {
    color: #333;
}
.search-results .pagination > .active > a, .search-results .pagination > .active > span, .search-results .pagination > .active > a:hover, .search-results .pagination > .active > span:hover, .search-results .pagination > .active > a:focus, .search-results .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.search_result_categories > div > div {
    border: 1px solid #ccc;
    margin: 0px;
}
/* SEARCH ( DEVICES ) RESULT PAGE */
.devices-search-result.devices-grids-page > div > .thumbnail img {
    width: 252px;
    height: 358px;
}
.devices-search-result-accessories.devices-grids-page > div > .thumbnail img {
    width: 252px;
    height: 252px;
}
/* Ahmed ElShahat */
.fix-height {
    height: auto;
}
.fix-line-height {
    line-height: 40px;
}
.glyphicon-shopping-cart:before {
    float: left;
}
span.glyphicon.glyphicon-shopping-cart i {
    float: right;
    font-size: 16px;
    margin-left: 5px;
    font-style: normal;
}
.lang_btn {
    padding-top: 13px !important;
}
.external-error {
    margin: 40px auto 0px;
    width: 768px;
    text-align: center;
}
.external-error .error-number {
    background: rgb(237, 27, 36);
    display: block;
    margin: 60px auto 40px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    width: 218px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 218px;
    line-height: 218px;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}
.error-desc {
    color: #524a48;
    font-size: 35px;
}
.selectedETRPrice {
    display: inline-block;
}
.checkOutStoreList .dropdown-menu > li > a {
    padding: 3px 20px 3px 0;
}
.no-hover {
    cursor: default !important;
}
#colorFilter {
    text-transform: uppercase;
}
#colorFilter.dropdown_select ul > li {
    font-size: 15px !important;
}
/* SELFCARE PAGES */
.digit-selected label {
    float: left !important;
    width: 50% !important;
    font-size: 18px;
    background: #eeefef;
    padding: 8px 0;
    text-align: center;
}
.digit-selected label:hover {
    background: #808080;
    color: #333;
}
.digit-selected label.active {
    background: #808080;
    color: #fff;
}
.digit-selected label input {
    display: none;
}
@media ( max-width: 1200px) and ( min-width: 767px) {
    .selected-etr-number {
        font-size: 14px;
    }
    .carousel-full .carouasel-half:first-child {
        padding-right: 0;
    }
    .carousel-full .carouasel-half:last-child {
        padding-left: 0;
    }
    .random-num h2 {
        font-size: 26px;
        white-space: normal;
    }
}
.white-bg {
    background: #fff;
}
a:focus, .modal-open .modal, .btn:focus {
    outline: none !important
}
.btn-apply:focus {
    background: #808080;
    color: #fff;
}
.main-site-search {
    background: #fff;
}
a[ng-click] {
    cursor: pointer;
}
a[ui-sref] {
    cursor: pointer;
}
a[data-target] {
    cursor: pointer;
}
.random-number-selected-box {
    background: #EEEFEF;
}
.random-number-selected-box span {
    text-transform: uppercase;
}
.random-number-selected-box.active {
    background: #9C9C9C;
    color: #fff !important;
}
label.selected-etr-number {
    border-top: none;
}
.carouasel-half {
    min-height: 200px;
}
.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}
/*** MIGRATION FROM app.css batch3 ****//************************* nojoom ************************/
.redStarImg {
    margin-bottom: 10px;
}
.nojomPointsNum {
    margin-top: 45px;
    font-size: 30px;
}
#nojoomPartners .element-with-border {
    margin-top: 30px;
    text-align: center;
}
.remainingNPoints {
    margin-top: 10px;
}
.nojoomPartnerImg {
    margin-top: 35px;
}
.nojoomRewardsImg {
    margin-right: 20px;
}
.nojoom_partnerName {
    margin-right: 50px;
    float: left;
}
@media (max-width: 767px) {
    .nojom-carousel {
        height: auto !important;
    }
}
/** nojoom homepage **/
#nojoom-carusel {
    margin-top: 50px;
}
.grey-bg {
    background: #F4F4F4;
}
.nojoom-partner-causel {
}
.nojom-carousel {
    height: 280px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.nojom-carousel.carousel .item {
    background-color: transparent;
}
.nojom-carousel.carousel .item > div > a > img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}
#nojoom-carusel .carousel-control.left.nojoom-carsoul-left {
    color: #5C5C5C;
}
#nojoom-carusel .carousel-control.right.nojoom-carsoul-right {
    color: #5C5C5C;
}
#nojoom-carusel .carousel-inner > .item > a > img {
    margin: 0 auto;
}
.view-rewards .faderewards {
    z-inde: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.view-rewards > img {
    width: 100%;
}
.view-rewards {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.view-rewards > .reward-name {
    z-index: 2;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
}
.view-rewards > .reward-name > a {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
}
.view-rewards > .reward-name > a:hover {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
}
.view-rewards > .points {
    z-index: 2;
    min-width: 50px;
    border-radius: 50%;
    color: #fff;
    min-height: 50px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ED1C24;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}
.view-rewards > div {
    position: relative;
}
.nojoom-tabs .nav-tabs li.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: -2px;
    margin: auto;
    left: 0;
    right: 0;
}
.nojoom-tabs .nav-tabs li > a, .nojoom-tabs .nav-tabs li:hover > a {
    background-color: #E6E6E6;
    border: none;
    color: #AAAAAA;
    margin-right: 0;
    margin-left: 0;
    padding: 8px;
}
.nojoom-tabs .nav-tabs li.active {
    position: relative;
}
.nojoom-tabs .nav-tabs li {
    margin-top: 0;
    margin-bottom: 0;
    border-right: #fff solid 1px;
    outline: none;
}
.nojoom-tabs .nav-tabs li:last-child {
    border-right: none;
}
.nojoom-tabs .nav-tabs li.active > a {
    background-color: #5A5A5A;
    border: none;
    color: #fff !important;
    outline: none;
}
.nojoom-tabs {
    padding-right: 0;
    padding-left: 0;
}
.nojoom-tabs .tab-content {
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.nojoom-tabs .nav-tabs .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
    border: none;
}
.nojoom-items-verticaly {
    display: flex;
    align-content: center;
    align-items: center;
}
/** nojoom homepage **//************ store Locator **************/
#storeLocatorPage h3, .SLSL h3 {
    margin-bottom: 10px;
    font-family: FuturaStd-Light;
}
#storeLocatorPage h2, .SLSL h2 {
    font-size: 30px;
}
#storeLocatorPage .checkbox label {
    margin-right: 13px;
    color: #9c9c9c;
}
#storeLocatorPage .checkbox label:last-child {
    margin-right: 0px;
}
#storeLocatorPage .checkbox {
    margin-bottom: 25px;
}
#storeLocatorPage .checkbox img {
    vertical-align: inherit;
}
#storeLocatorPage .list-group li {
    list-style-type: none;
    margin-bottom: 10px;
}
#storeLocatorPage li img {
    margin-right: 10px;
}
.storeLMapHeader {
    padding: 5px;
    background-color: #ccc;
}
#storeLocatorPage .glyphicon {
}
.locationLis .theLocationLi {
    width: 85%;
    margin: 10px auto;
    cursor: pointer;
    font-size: 24px;
    font-family: FuturaStd-Book;
}
.SLSL .glyphicon {
    font-size: 18px;
    margin-right: 10px;
    color: #F75850;
}
.SLDHeader {
    margin-bottom: 30px;
    font-size: 20px;
}
.storeLocatorDetailed { /*display: none;*/
}
.storeLocatorDetailedHolder {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.storeLocatorDetailed .glyphicon {
    color: #F75850;
    font-size: 25px;
    margin-right: 6px;
    vertical-align: bottom;
}
.storeLocatorDetailed .table {
    margin-left: 50px;
    width: 70%;
}
@media screen and (max-width: 1100px) {
    .storeLocatorDetailed .table {
        margin-left: 0px;
    }
}
.storeLocatorDetailed ul {
    margin-bottom: 30px;
}

.borderless td, .borderless th {
    border: none;
}
.storeLocatorDetailed .table > tbody > tr:first-of-type {
    font-family: FuturaStd-Book;
    font-weight: bold;
}
.storeLocatorDetailed .table > tbody > tr > td:FIRST-CHILD {
}
.storeLocatorDetailed .table > tbody > tr > td {
    border: none;
    text-align: left;
    height: 0px;
    padding: 6px;
}
.storeLocatorDetailed li {
    list-style: none;
}
.storeLocatorDetailed .btn-inverse {
    margin-left: 32px;
    margin-bottom: 30px;
}
.btn.btn-inverse.btn-sm.col-xs-12 {
    margin-left: 0px;
    margin-bottom: 0px;
}
@media screen and (min-width: 950px) and (max-width: 1090px) {
    .btn.btn-inverse.btn-sm.col-xs-12 {
        font-size: 10px;
        paddin: 0px;
    }
}
.SLSeperator {
    border-top: solid 1px #ccc;
    margin-bottom: 30px;
}
.form_filter_tag {
    display: inline-block;
    padding: 2px;
    font-size: 14px;
    color: #444;
    border: none;
    background-color: transparent;
}
.form_filter_tag .close {
    position: relative;
    top: -8px;
    right: 2px;
    color: #ed1c24;
    opacity: 1;
    font-size: 14px;
    padding: 2px;
    padding-top: 0px;
    border-radius: 50%;
    font-weight: bolder !important;
}
/** Online directory **/
.form-online-directory {
    margin-top: 20px !important;
}
.form-online-directory div {
    padding-right: 0;
    padding-left: 0;
}
.online-order-title {
    min-height: 70px;
}
.form-online-directory label {
    padding-right: 5px;
    padding-left: 5px;
}
@media (max-width: 767px) {
    .form-online-directory label {
        padding-right: 0;
        padding-left: 0;
    }
}
.search-list-online-directory {
    list-style-type: none;
    padding: 0 25px;
}
.mapPanelBody {
    border: solid 1px #ccc !important;
    border-top: none !important;
}
/* DASHBOARD PAGES */
.balance_details {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 22px;
    font-size: 18px;
    font-family: FuturaStd-Light;
}
.balance_details b {
    font-size: 34px;
    font-family: FuturaStd-Medium;
    font-weight: normal
}
.latest_bill_place .details_place {
    line-height: 40px;
}
.latest_bill_place .details_place {
    font-size: 16px;
}
.latest_bill_place .details_place .text-red {
    font-size: 18px;
}
div.img-div {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}
.img-div img {
}
.circle-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
}
/*** end of MIGRATION FROM app.css batch3 ****//** Dashboard **/
div.img-div {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}
.nav-stacked.nav-inverse li.active > a:FIRST-CHILD {
    background-color: #999;
    color: #fff;
}
.dashboard-nav li a {
    font-size: 16px;
}
.balance_details {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 22px;
    font-size: 18px;
    font-family: FuturaStd-Light;
}
.balance_details b {
    font-size: 34px;
    font-family: FuturaStd-Medium;
    font-weight: normal
}
.latest_bill_place .details_place {
    line-height: 40px;
}
.latest_bill_place .details_place {
    font-size: 16px;
}
.latest_bill_place .details_place .text-red {
    font-size: 18px;
}
.gauge canvas {
    width: 100%;
}
/** Dashboard **//** Epayment **/
.featured-article .block-title-epayment { /*position: absolute;*/
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    padding: .5em;
    width: 100%;
    color: #767070;
    direction: ltr;
    display: flex;
    align-items: center;
    border-radius: 60px;
    width: 300px;
    height: 300px;
    background-color: #e7e7e7;
}
.featured-article .block-title-epayment h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
}
.featured-article .block-title-epayment .sub-title-epayment {
    font-size: 18px;
    text-align: center;
}
.block-title-epayment-content {
    margin: 0 auto;
}
.form-tabs {
    margin-bottom: 40px;
}
.form-tabs div.active {
    background: #eeefef
}
.form-tabs h3 {
    font-family: FuturaStd-Light, initial;
    font-size: 16px;
    margin: 6px;
    text-align: center;
    line-height: 30px;
}
.form-tabs h3 span {
    font-family: FuturaStd-Medium;
    font-size: 38px;
    vertical-align: sub;
}
.form-tabs .active h3 span {
    color: #ed1c24;
}
.form-tabs.mobile-view div {
    padding-top: 2px;
}
.e-payment-steps .span2 span.stepNum > span, .e-payment-steps .span2 span.stepNum, .e-payment-steps .span2 span.step > span, .e-payment-steps .span2 span.step {
    color: inherit !important;
    font-family: FuturaStd-Medium;
    font-size: 17px;
    padding-left: 5px;
}
.e-payment-steps .span2 span.stepNum {
    padding-left: 0;
}
.e-payment-steps h3 {
    line-height: normal;
    margin: 0;
    font-size: 16px;
}
.e-payment-steps .form-tabs h3 span {
    vertical-align: middle;
}
.form-required {
    font-size: 14px;
}
.epayment-forms .control-label {
    padding: 0 !important;
}
.epayment-forms .form-group {
    margin-bottom: 12px;
}
.epayment-forms .buttons-area {
    margin: 5px;
}
.epayment-forms .form-tip {
    font-size: 14px;
}
.bold {
    font-family: FuturaStd-Bold;
}
.border-gray {
    border: 2px solid #eee;
}
.epayment-gray-box {
    padding-left: 25px;
    padding-right: 25px;
}
.relative {
    position: relative;
}
.qr-span {
    /* position: absolute; */
    top: 5px;
    right: 8px;
    font-size: 20px;
    height: 10px;
}
.logo-inside {
    width: 280px;
}
.disabled {
    color: white !important;
    background-color: #DDDDDD !important;
}
@media ( max-width: 767px) {
    .epayment-gray-box {
        padding-left: 5px;
        padding-right: 5px;
    }
    .e-payment-details-4thStep .text-right {
        text-align: left;
    }
}
/** Epayment  **//** Registeration  **/
button a, button a:VISITED, button a:ACTIVE, button a:FOCUS, button a:LINK, button a {
    color: #000;
}
label.text-left-mandotry, .register-form .text-left {
    text-align: left !important;
}
label.text-right-mandotry {
    text-align: right !important;
}
.idTypeDropdownUL {
    margin-top: 0 !important;
}
/** hide spinner **/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.one-digit input {
    height: 58px;
    width: 58px !important;
    min-width: 0px;
    margin: 0px 5px;
    text-align: center;
    display: inline-block;
}
.ng-invalid-min, .ng-invalid-max, .ng-invalid-maxlength {
    border-color: #a94442;
}
/** Registeration **/
.btn:focus, .btn.focus {
    outline: none !important;
}
/** TOP UP **/
.btn:focus, .btn.focus {
    outline: none !important;
}
.top-up-panel .panel-heading {
    background: #fff !important;
    border-color: #fff !important;
}
.top-up-header {
    margin-bottom: 30px;
}
.epayment-gray-box.inner-box {
    padding: 20px;
}
.light-top-up-txt {
    font-size: 18px;
    font-family: FuturaStd-Book;
    min-height: 80px;
}
.thumbnail > .top-up-img {
    height: 167px;
}
.panel-custom {
    margin-bottom: 20px !important;
}
.qr-span-padding {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}
.top-up-thumb img {
    max-width: 115px;
    width: 100%;
}
.top-up-panel {
    border: 2px solid #eee;
    border-radius: 0px !important;
}
/** TOP UP **//** COMMON **/
.Margin10 {
    margin: 10px 0;
}
@media ( max-width: 767px) {
    .xs-left {
        text-align: left !important;
    }
    .xs-padding-right {
        padding-right: 15px !important;
    }
}
/** red radio btn **/
.red-radio-btn span {
    font-size: 18px;
}
.red-radio-btn input[type=" radio "] {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    position: relative;
    width: 24px;
    -webkit-appearance: none;
    border: 2px solid #828282;
    outline: none !important;
    vertical-align: text-bottom;
}
.red-radio-btn input[type=" radio "]:after {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 16px;
    margin-top: -8px;
    margin-left: -8px;
}
.red-radio-btn input[type=" radio "]:checked:after {
    background-color: #DE1C25;
}
.idTypeDropdown .dropdown_select ul {
    margin-bottom: 0;
}
iframe {
    margin-top: 25px;
}
.no-li-style {
    list-style-type: none;
}
.selfcareHeader .dropdown-menu {
    background: #fff !important;
}
.contact-list-style {
    list-style-type: none;
}
.contact-list-style > li {
    display: inline-block;
}
/** gurantee that the open menu in header will change its icon **/
li.search.open > a > span:before {
    content: " \e014 " !important;
}
/*specific for selfcare dropdown*/
/*.dropdown-menu li span {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*margin-left: -6px;*/
    /*padding-left: 6px;*/
/*}*/
.cut-long-text {
    text-overflow: ellipsis;
}
/*Color fix for pagination*/
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover {
    color: #ed1c24;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white;
}
.reg-btn {
    margin-top: 20px;
}
#registration_form_captcha iframe {
    margin-top: 0px;
}
.btn.dropdown-toggle {
    text-overflow: ellipsis;
}
#tnc-dialog .container {
    width: inherit;
}
#tnc-dialog.modal {
    overflow-y: visible;
}
@media (min-width: 768px) {
    #tnc-dialog > .modal-dialog {
        width: 900px;
    }
}
.row-no-margin {
    margin-top: 0;
    margin-bottom: 0;
}
.align-to-start {
    text-align: left !important;
}
.align-to-end {
    text-align: right !important;
}
.no-start-padding {
    padding-left: 0px !important;
    padding-right: 15px !important;
}
.brand-logo {
    max-height: 43px;
}
nav.navbar.navbar-link .navbar-nav > li {
    border-right: 1px solid #ccc;
    border-left: none;
}
nav.navbar.navbar-link .navbar-nav.pull-left > li {
    border-right: none;
    border-left: 1px solid #ccc;
}
@media (max-width: 992px) and (min-width: 768px) {
    nav > li > a {
        padding: 10px 8px;
        font-size: 14px !important;
    }
    nav.navbar.navbar-link .navbar-nav > li, nav.navbar.navbar-link .navbar-nav.pull-left > li {
        padding: 6px 10px;
    }
}
.locator-icon {
    margin-right: 7px;
    margin-left: 1px;
}
.hala_go_amounts > div.active {
    background: #ed1c24 !important;
    color: #fff !important;;
}
/* ESHOP PAGES *//*************** ehop index ******************************/
#eshopContainer {
    font-family: FuturaStd-Book;
    margin-top: 26px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #AAAAAA;
}
.eshopMobileColors {
    display: inline-block;
    padding-bottom: 0px;
}
.eshopMobileColors:hover {
    border: none;
    display: inline-block;
    background-color: transparent;
    padding: 16px;
    padding-bottom: 0px;
    box-shadow: none;
}
.eshopMobSizes div {
    display: inline-block;
    border-right: solid 1px #AAAAAA;
    padding: 0 10px;
    font-size: 18px;
}
.eshopMobSizes div a {
    color: #777
}
.eshopMobSizes div a:HOVER {
    color: #333
}
.eshopMobSizes div:last-child {
    border-right: none;
}
.thumbnailBlock:hover {
    display: block;
}
.promotionBlock h3 {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
}
.promotionBlock h3 s { /*font-size:16px;*/
}
.eshopPromotionsRibon {
    position: absolute;
    top: 0px;
    left: 0px;
}
#dropDownMenus .col-md-3 {
    margin-bottom: 10px;
    /*padding-right:0px;
    padding-left:0px;*/
}
/*.dropdown_select ul > li {*/
    /*font-size: 18px;*/
    /*color: #5a5b5b;*/
    /*cursor: pointer;*/
/*}*/
#eshopContainer .dropdown-menu .row, .SSEDrop .row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#eshopContainer .dropdown-menu, .SSEDrop {
    background: #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0px;
    left: auto;
    font-family: FuturaStd-Light;
}
.col-2.col-xs-12 {
    width: 50%;
    float: left;
    padding: inherit;
}
.SSEDrop {
    top: 38px;
}
/*.dropdown-menu.multi-column.columns-3 .col-sm-4 {*/
    /*margin-bottom: 0px;*/
/*}*/
.columns-3 .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.noHover {
    cursor: default !important;
}
.noHover:hover {
    background-color: #E6E6E6 !important;
}
/*.dropdown-menu input {*/
    /*margin-right: 5px;*/
    /*margin-left: 10px;*/
/*}*/
/*.dropdown-menu .dropdown-header {*/
    /*background-color: #AAAAAA !important;*/
    /*border-right: solid 1px #fff;*/
    /*color: #fff !important;*/
    /*font-family: FuturaStd-Book;*/
    /*position: relative;*/
/*}*/
/*.dropdown-header .glyphicon {*/
    /*position: absolute;*/
    /*left: auto;*/
    /*right: 9px;*/
    /*top: 30%;*/
    /*color: #5A5A5A;*/
/*}*/
/*.dropdown-menu .dropdown-header:hover {*/
    /*background-color: #AAAAAA;*/
    /*color: #fff;*/
    /*cursor: default;*/
/*}*/
/*.dropdown-menu .dropdown-header.closed .glyphicon-chevron-down:before {*/
    /*content: "\e113";*/
/*}*/
#eshop_shippingForm {
    margin-top: 30px;
}
#eshop_shippingForm .form-horizontal {
    margin-bottom: 30px;
}
.eshopShipRadio {
    margin-right: 10px !important;
}
#eshop_ShippingContainer label {
    cursor: pointer;
}
#eshop_ShippingContainer .control-label {
    text-align: left;
}
.ShippingForm {
    margin-top: 50px;
}
.ShippingForm:last-of-type {
    margin-top: 0px;
}
.shopingEditText {
    padding-right: 15px;
    padding-top: 10px;
}
.disabled {
    color: white !important;
    background-color: #DDDDDD !important;
}
.disabled:hover {
    background-color: #DDDDDD !important;
}
#eshop_ShippingContainer .jumbShadowDate {
    margin-bottom: 5px;
}
/*.dropdown-menu ul {*/
    /*margin-bottom: 0px;*/
/*}*/
.checkBoxLabel label {
    font-size: 13px;
    cursor: pointer
}
@media ( min-width: 991px) {
    .dropdown-menu.columns-3 {
        min-width: 600px;
    }
}
/*.dropdown_select .dropdown-menu li:hover {*/
    /*text-decoration: none;*/
    /*color: #262626;*/
    /*background-color: #f5f5f5;*/
/*}*/
.devices-grids-page > div {
    padding: 10px !important;
    overflow: hidden
}
.devices-grids-page > div > .thumbnail {
    padding: 24px;
}
.devices-grids-page > div > .thumbnail:HOVER {
    background: #eeefef
}
.devices-grids-page > div > .thumbnail img {
    height: 426px;
    width: 300px;
}
.has-promotion {
}
.devices-grids-page .thumbnail h4.old_price {
    visibility: hidden;
}
.devices-grids-page .thumbnail.has-promotion h4.old_price {
    visibility: visible;
    color: #777;
    margin: 0px;
}
.devices-grids-page .thumbnail a {
    color: #444
}
.has-promotion .ribbon {
    display: inline-block
}
/* COLORS PICKER CIRCLES */
.color_picker circle {
    display: inline-block;
    height: 24px;
    width: 24px;
    min-height: 0px;
    min-width: 0px;
    border: 1px solid #929292;
    cursor: pointer;
    margin: auto 2px;
    background-color: #fff;
}
.color_picker circle:HOVER {
    box-shadow: 0px 0px 4px #ccc;
    border: 1px solid #ccc
}
/*.color_picker circle.gold {
	background: gold
}
.color_picker circle.space_grey {
	background: #d3d3d3
}
.color_picker circle.silver {
	background: silver;
}
.color_picker circle.white {
	background: white
}
.color_picker circle.black {
	background: black
}*/
/********** eshop checkout ********************/
p.big {
    font-size: 24px;
    font-family: FuturaStd-light;
}
#checkoutCart .btn {
    margin-top: 30px;
}
@media ( max-width: 650px) {
    .btn {
        font-size: 14px;
    }
}
@media ( max-width: 420px) {
    .btn {
        font-size: 10px;
    }
}
.form-tabs {
    margin-bottom: 40px;
}
.form-tabs div.active {
    background: #eeefef
}
.form-tabs h3 {
    font-family: FuturaStd-Light, initial;
    font-size: 16px;
    margin: 6px;
    text-align: center;
    line-height: 30px;
}
.form-tabs h3 span {
    font-family: FuturaStd-Medium;
    font-size: 38px;
    vertical-align: sub;
}
.form-tabs .active h3 span {
    color: #ed1c24;
}
.form-tabs.mobile-view div {
    padding-top: 2px;
}
/** eshop-cart-warning **/
.promotions-single-thumb {
    position: relative;
}
.promotions-single-thumb .promotion-text-thumb {
    height: 50%;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 320px) {
    .promotions-single-thumb .promotion-text-thumb {
        height: auto;
    }
}
@media only screen and (max-width: 992px) {
    .form-tabs h3 {
        font-size: 14px;
    }
    .form-tabs h3 span {
        font-size: 34px;
    }
    .promotions-single-thumb .promotion-text-thumb {
        height: auto;
    }
}
.promotions-single-thumb img {
    width: 100%;
}
.promotions-single-thumb .promotion-text-thumb h2 {
    margin-top: 0;
}
.promotions-single-thumb .promotion-text-thumb h1 {
    margin-bottom: 0;
}
.promotions-single-thumb .promotion-text-thumb h2, .promotions-single-thumb .promotion-text-thumb h1 {
    color: #fff;
}
.promotions-single-thumb .promotion-btn-thumb {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}
.promotions-single-thumb .promotion-btn-thumb button {
    float: none;
}
.price-for-item {
    padding-top: 25px;
}
.remove-from-cart-link {
    font-weight: 600;
    font-size: 14px; /*position: absolute;*/
    bottom: 5px;
    left: 0;
}
.remove-from-cart-link:hover {
    color: #ed1c24;
    text-decoration: none;
}
.single-cart-item-view h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.remove-price, .remove-price:hover {
    color: #fff !important;
    font-size: 14px;
    padding: 5px;
    background-color: #5A5A5A !important;
    margin-left: 12px;
    margin-right: 12px;
}
.quantity-center {
    margin: 0 auto;
    float: none;
}
.col-xs-12.quantity-center {
    padding-right: 0px;
    padding-left: 0px;
}
.quantity-center button {
    margin: 0 auto;
    float: none;
    padding: 0 20px;
}
@media ( max-width: 400px) {
    #specifications table {
        font-size: 14px;
    }
}
.price {
    font-size: 20px;
}
.total-price-txt {
    font-size: 24px;
    font-family: FuturaStd-Light;
    margin-top: 30px;
}
.total-price-txt > span {
    font-family: FuturaStd-Medium;
}
.price-heading-title {
    font-weight: normal;
    font-size: 20px;
    margin-top: 35px;
}
.single-cart-item-view-red {
    border: #ED1C24 solid 1px;
}
.border-around {
    border: 1px solid #eeefef;
}
.single-cart-item-view-gray {
    border: 1px solid #eeefef;
    padding: 10px;
}
.v-middle {
    display: table;
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
}
.v-middle > span {
    display: table-cell;
    vertical-align: middle;
}
.dropdowns-single-item .col-xs-4 {
    padding-right: 4px;
    padding-left: 4px;
}
.dropdowns-single-item .dropdown_select ul > li, .dropdowns-single-item button {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.single-cart-item-view-red, .single-cart-item-view p, .single-cart-item-view-gray p {
    font-size: 20px;
}
@media ( max-width: 420px) {
    .dropdowns-single-item .dropdown_select ul > li, .dropdowns-single-item button {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .price-for-item > p {
        font-size: 18px;
    }
    .total-price-txt {
        font-size: 20px;
    }
}
.single-cart-item-view-red, .single-cart-item-view-gray {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media ( max-width: 777px) {
    .price-for-item {
        padding-top: 0px;
    }
    .price-for-item {
        float: right;
        text-align: right;
    }
    .price-for-item > p {
        font-size: 20px !important;
    }
    .item-price-remove {
        float: left;
        text-align: left;
    }
    .single-cart-item-view-red, .single-cart-item-view p, .single-cart-item-view-gray p {
        font-size: 16px;
    }
    .single-cart-item-view-red, .single-cart-item-view-gray {
        padding-top: 20px;
        padding-bottom: 0;
    }
}
.single-cart-item-view {
    margin-top: 40px;
    display: table;
    width: 100%;
}
.dropdown_select .col-sm-4, .dropdown_select .col-sm-3, .dropdown_select .col-sm-2, .dropdown_select .col-md-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*************** smart shahry eshop ***************/
.underNumbersgreyBox {
    padding: 20px;
    background-color: #eeefef;
}
#PhoneNumCarousel {
    margin-bottom: 0px;
    font-size: 21px;
}
#PhoneNumCarousel .left {
    left: 0px;
}
#PhoneNumCarousel .right {
    right: 0px;
}
#PhoneNumCarousel .carousel-control:active, #PhoneNumCarousel .carousel-control:focus {
    color: #ed1c24;
}
#PhoneNumCarousel ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#PhoneNumCarousel label input[type=radio] {
    margin-right: 10px;
}
.getSmartLabel {
    background-color: #9C9C9C;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    font-family: FuturaStd-Book;
}
.grey-backgroundNoPaading .col-sm-1 span {
    font-family: FuturaStd-Book;
    font-weight: bold;
}
.grey-backgroundNoPaading .col-sm-2 span {
    font-family: FuturaStd-Book;
    font-weight: bold;
}
@media ( max-width: 767px) {
    .theNumberSelected {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 29px;
    }
    .getSmartLabel {
        background: transparent;
        text-align: left;
        color: #575757;
        font-size: 25px;
        font-family: FuturaStd-Book;
    }
    .grey-backgroundNoPaading .col-xs-12 {
        text-align: left;
    }
    .grey-backgroundNoPaading .col-xs-12 span {
        padding-left: 10px !important;
    }
    .SSENote {
        padding-left: 0px !important;
    }
    .grey-backgroundNoPaading .btn {
        text-align: center !important;
    }
    .SSEContainer .element-with-border {
        margin-bottom: 10px;
    }
}
.SSENote {
    font-family: FuturaStd-light;
    font-size: 12px;
    font-weight: normal !important;
}
.SSETotalText {
    margin-right: 40px;
    font-size: 24px;
    font-family: FuturaStd-Book;
}
.resBtn {
    border: solid 1px #fff;
    margin: 18px 0px;
    padding: 0px 5px
}
.addButton {
    background-color: #fff;
    border: solid 2px #808080;
    color: #808080;
    padding: 0px 4px;
}
.thumbsVDevider {
    height: 20px;
}
.totalButtonsDiv {
    margin-top: 30px;
}
.PleaseDiv {
    margin-bottom: 20px;
    padding-right: 30px !important;
}
.checkOutSubmit {
    margin-bottom: 20px;
}
.accBorders {
    border: solid 1px #D7D7D7;
    padding: 10px;
    margin-bottom: 10px;
}
.accBorders .ratePlansCost {
    margin-bottom: 10px;
}
.boxedText {
    float: left;
    width: 68%;
}
.grey-backgroundNoPaading .glyphicon {
    font-family: Glyphicons Halflings !important;
    color: #DD1E23;
    padding-left: 0px;
    padding-right: 10px;
}
.dropdowns-single-item {
    padding: 5px;
}
.thumbnail .caption h3:first-child {
    min-height: 62px;
}
.compare_devices {
    margin-top: 20px;
    padding-bottom: 40px;
}
.compare_placeholder {
    position: relative;
}
.compare_devices .title {
    margin-top: 20px;
    background-color: transparent !important;
    border: none;
}
.compare_devices img {
    max-height: 364px;
}
.compare_placeholder button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #333;
    background: #fff !important;
    border: 1px solid #333;
    opacity: 1;
    margin: auto;
    height: 24px;
    width: 24px;
    line-height: 0;
    background-color: #333 !important;
}
.compare_placeholder button.close span {
    color: #fff;
    line-height: 18px;
    height: 24px;
    display: block;
}
.compare_placeholder.empty button.close, .compare_placeholder.empty .remove-from-comparing {
    display: none
}
#device-compare-placeholder {
    position: relative;
    background-color: #fff;
    padding: 48px 26px 26px 26px;
    -webkit-box-shadow: 0px 0px 6px #aaa;
    -moz-box-shadow: 0px 0px 6px #aaa;
    box-shadow: 0px 0px 6px #aaa;
    overflow: auto;
}
#device-compare-placeholder table th {
    font-size: 20px;
    font-family: FuturaStd-Book
}
#device-compare-placeholder table th.compared-phone {
    font-size: 26px;
}
#device-compare-placeholder button.close {
    background-color: #ed1c24;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    font-size: 24px;
    float: left;
}
@media (min-width: 992px) {
    #device-compare-placeholder button.close {
        right: 0px;
        left: auto;
        float: right;
    }
}
#device-compare-placeholder button.close span {
    margin: auto;
    line-height: 8px;
    height: auto;
    display: table;
}
.eshopShahryGeneral [class*="col-"]:LAST-CHILD {
    padding-right: 15px;
}
.eshopShahryGeneral h2 {
    margin-bottom: 0px;
}
.eshopShahryGeneral small {
    margin-bottom: 5px;
    white-space: nowrap;
}
.fix-height {
    height: auto;
}
.stepNum {
    display: none;
}
.modal-footer {
    text-align: left !important;
}
.dropdown_search_textbox {
    width: 100%;
    margin: 4px;
}
div.open>.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}
.download-icon {
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 5px;
    font-size: 1.3em;
    padding: 5px;
}
.filter_dialog {
    display: none;
    background-color: white;
    border: 1px solid rgba(215, 215, 215, 1);
}

.w3w-icon {
    height: 20px;
    margin-bottom: 5px;
}
.w3w-icon-ar {
    height: 20px;
    margin-bottom: 5px;
    position: absolute;
    right: 40px;
}

.w3w-embed {
    padding-left: 40px;
    margin-top: -15px;
    padding-right: 40px;
}

ul.pagination > li.active > a:HOVER,
ul.pagination > li.active > a:ACTIVE,
ul.pagination > li.active > a:FOCUS,
ul.pagination > li.active > a:VISITED,
ul.pagination > li.active > a {
    color: white !important;
}

.pagination-dropdown li span {
    display: inline;
}