[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
  /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
  -ms-overflow-style:  none ;
}
/*batelco.com style*/
body {
    line-height: 1.42857143;
    color: #202945;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}

.btn {
    border-radius: 0px;
}
a {
text-decoration:none !important;
}
/*End of batelco.com style*/

/*BTC Header */


    #header .social-networks,
    #header .login-list,
    #header .add-nav ul,
    #header .navbar-nav,
    #header .navbar-nav > li > .dropdown-menu ul,
    #footer ul, #footer .switch-lang ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #header {
        /*position: relative;
        z-index: 10;
        padding-top: 3px;
        width: 100%;*/
        margin-bottom: 0px;
        z-index: 11000;
    }



    @media only screen and (min-width: 1024px) {
        .headerContrainer {
            width: 100%;
            min-height: 125px;
        }
         .custom-help-links {
            margin-right: 50px;
        }
    }



    @media only screen and (max-width: 1023px) {
        .headerContrainer {
            width: 100%;
            min-height: 80px;
        }

        
        
    }

        #header:before, #header:after {
            content: " ";
            display: table;
        }

        #header:after {
            clear: both;
        }

    @media only screen and (max-width: 1023px) {
        #header {
            padding: 0;
            height: 80px;
        }

            #header .slide-holder {
                overflow-y: auto;
                height: 100%;
                padding: 50px 27px 60px;
            }

        .custom-help-links {
            display:none;
            
        }
    }

    #header .bg-stretch {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

        #header .bg-stretch:after {
            background: #202945;
            background: rgba(0, 0, 0, 0.75);
            content: '';
            position: absolute;
            top: 0;
            right: -50px;
            bottom: 0;
            left: -50px;
            z-index: 2;
            box-shadow: 0 21px 35px rgba(0, 0, 0, 0.6) inset;
        }

        #header .bg-stretch img {
            width: 100%;
            height: auto;
            max-width: none;
            position: relative;
            z-index: -1;
        }

    #header .opener-nav {
        display: none;
        outline: none;
    }

    @media only screen and (max-width: 1023px) {
        #header .opener-nav {
            display: block;
            position: absolute;
            z-index: 3;
            left: 20px;
            top: 27px;
            width: 40px;
            height: 32px;
            font-size: 0;
            line-height: 0;
            overflow: hidden;
            -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
        }

            #header .opener-nav span, #header .opener-nav:after, #header .opener-nav:before {
                content: '';
                position: absolute;
                top: 15px;
                margin-top: -1px;
                left: 7px;
                width: 28px;
                height: 1px;
                background: #fff;
            }

            #header .opener-nav:after {
                content: '';
                position: absolute;
                top: 6px;
                left: 7px;
                width: 28px;
                height: 1px;
                background: #fff;
            }

            #header .opener-nav span {
                top: 23px;
            }

            #header .opener-nav:hover:after, #header .opener-nav:hover:before {
                border-color: #D50037;
            }

        .nav-active #header .opener-nav {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    }

    @media only screen and (max-width: 767px) {
        #header .opener-nav {
            left: 20px;
        }
    }

    #header .switch-lang {
        display: none;
    }

    @media only screen and (max-width: 1023px) {
        #header .switch-lang {
            display: block;
            color: #999;
            padding: 8px 0 25px;
            line-height: 18px;
            font-size: 14px;
        }

            #header .switch-lang p {
                margin: 0;
                display: inline-block;
                vertical-align: top;
                padding: 0 25px 0 0;
                position: relative;
            }

            #header .switch-lang a {
                color: #999;
            }

            #header .switch-lang [class^="icon-"] {
                position: absolute;
                right: 0;
                top: 0;
            }
    }

    @media only screen and (max-width: 767px) {
        #header .switch-lang {
            padding: 20px 0 35px;
        }
    }

    #header .social-networks {
        display: none;
    }

    @media only screen and (max-width: 1023px) {
        #header .social-networks {
            display: block;
            font-size: 20px;
        }

            #header .social-networks:before, #header .social-networks:after {
                content: " ";
                display: table;
            }

            #header .social-networks:after {
                clear: both;
            }

            #header .social-networks li {
                float: left;
                margin: 0 16px 0 0;
            }

            #header .social-networks a {
                color: #999;
            }

                #header .social-networks a:hover {
                    color: #D50037;
                    text-decoration: none;
                }
    }

@media only screen and (max-width: 1023px) {
    #header .container 
        {
            padding-top: 45px;
            padding-bottom: 39px;
            position: relative;
            max-width: 990px;
        }
}
@media only screen and (min-width: 1024px) {
    #header .container {
        margin-top: 45px;
        padding-bottom: 39px;
        position: relative;
        max-width: 990px;
        padding-top: 0px;
    }
}
        #header .container:after {
            top: -3px;
            left: -9999px;
            /*right: -9999px;*/
            border-top: 3px solid #D50037;
            position: absolute;
            content: '';
            display: block;
        }

    @media only screen and (max-width: 1023px) {
        #header .container {
            padding: 23px 185px 18px !important;
            max-width: 100%;
        }

            #header .container:after {
                display: none;
            }
    }

    @media only screen and (max-width: 767px) {
        #header .container {
            padding: 23px 60px 18px !important;
        }
    }

    #header .search-opener {
        position: absolute;
        right: 25px;
        top: 54px;
        color: #fff;
        font-size: 24px;
        z-index: 3;
        line-height: 1;
    }

        #header .search-opener:focus {
            text-decoration: none;
        }

        #header .search-opener:hover {
            text-decoration: none;
            color: #D50037;
        }

    @media only screen and (max-width: 1023px) {
        #header .search-opener {
            right: 27px;
            top: 31px;
        }
    }

    @media only screen and (max-width: 767px) {
        #header .search-opener {
            right: 21px;
        }
    }

    /*#header .logo {
        position: absolute;
        left: 5px;
        width: 142px;
        top: 39px;
    }*/


        #header .logo 
        {
            position: absolute;
            left: 5px;
            width: 142px;
            top: -5px;
        }

        #header .logo img {
            width: 100%;
            height: auto;
            min-width:142px;
        }

    @media only screen and (max-width: 1023px) {
        #header .logo {
            position: relative;
            left: 0;
            top: 0;
            text-align: center;
            float: none;
            /*z-index: 99999;*/
            width: 100%;
        }


         

        .sidenav .logo {
         margin-top: 10px;
        
        }


            #header .logo a {
                display: inline-block;
                vertical-align: top;
            }

            #header .logo img {
                display: block;
                width: 95px;
                height: auto;
                margin: 0 auto;
                 min-width:0px;
            }
    }
        .slide-nav-help-links {
            /*added on 12-3-2017 for non-logged in users*/
           position: absolute;
            top: -45px;
            right: -50px;
        }

        .slide-nav-help-links .custom-help-links {
             /*added on 12-3-2017 for non-logged in users*/
             text-align: left;
             position: absolute;
            min-width: 150px;
            right: 300px;
            margin-right:0px;
        }


    #header .slide-nav {
        padding-left: 161px;
        padding-right: 50px;

        
    }

        #header .slide-nav:before, #header .slide-nav:after {
            content: " ";
            display: table;
        }

        #header .slide-nav:after {
            clear: both;
        }

        #header .slide-nav .add-nav {
            display: none;
        }

    @media only screen and (max-width: 1023px) {
        #header .slide-nav {
            padding: 0;
            width: 100%;
            position: absolute;
            left: -100%;
            overflow: hidden;
            background: #333;
            height: 100vh;
            top: 0;
            z-index: 2;
            padding: 91px 0 60px;
        }

            #header .slide-nav .login-list {
                line-height: 20px;
                font-size: 18px;
                padding: 0;
                margin-bottom: 21px;
                position: static;
            }

                #header .slide-nav .login-list .hidden-text {
                    display: none;
                }

                #header .slide-nav .login-list li [class^="icon-"] {
                    display: none;
                }

                #header .slide-nav .login-list li {
                    margin: 0 1px 0 0;
                }

                    #header .slide-nav .login-list li > a {
                        display: block;
                        padding: 8px 10px 12px;
                        min-width: 122px;
                        text-align: center;
                    }

                        #header .slide-nav .login-list li > a:hover, #header .slide-nav .login-list li > a.active {
                            color: #fff;
                            background: #D50037;
                        }
    }

    @media only screen and (max-width: 1023px) and (max-width: 767px) {
        #header .slide-nav .login-list {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 17px;
        }

            #header .slide-nav .login-list li > a {
                min-width: 90px;
                padding: 7px 10px;
            }

        #header .slide-nav .add-nav {
            display: block;
            position: relative;
            left: 0;
            top: 0;
            font-size: 18px;
            margin: 0 0 19px;
            line-height: 22px;
        }

            #header .slide-nav .add-nav li {
                float: none;
            }

                #header .slide-nav .add-nav li span {
                    display: inline;
                }

            #header .slide-nav .add-nav a {
                display: inline-block;
                vertical-align: top;
                padding: 1px 62px 0 0;
            }

                #header .slide-nav .add-nav a:after {
                    height: 20px;
                    width: 32px;
                    top: 4px;
                }

                #header .slide-nav .add-nav a:before {
                    top: 8px;
                }

                #header .slide-nav .add-nav a:hover {
                    background: none;
                }

            #header .slide-nav .add-nav .active a {
                display: none;
                padding: 0;
            }
    }

    #header .login-list {
        position: absolute;
        top: 0;
        /*right: 65px;*/
        right: 35px;
        line-height: 16px;
        font-size: 13px;
        color: #fff;
        padding-top: 8px;
    }

        #header .login-list:before, #header .login-list:after {
            content: " ";
            display: table;
        }

        #header .login-list:after {
            clear: both;
        }

        #header .login-list a {
            color: #fff;
        }

            #header .login-list a:hover {
                color: #D50037;
                text-decoration: none;
            }

            #header .login-list a:focus {
                text-decoration: none;
            }

        #header .login-list li {
            float: left;
            margin-left: 8px;
            position: relative;
        }

        #header .login-list [class^="icon-"] {
            font-size: 14px;
            line-height: 16px;
            margin-right: 7px;
            display: inline-block;
            vertical-align: top;
        }

    #header .add-nav {
        position: absolute;
        top: 0;
        left: 204px;
        line-height: 16px;
        font-size: 12px;
    }

        #header .add-nav ul:before, #header .add-nav ul:after {
            content: " ";
            display: table;
        }

        #header .add-nav ul:after {
            clear: both;
        }

        #header .add-nav li {
            float: left;
            margin: 0 0 0 1px;
        }

            #header .add-nav li span {
                display: none;
            }

        #header .add-nav a {
            color: #fff;
            display: block;
            padding: 8px 14px 10px;
            border-radius: 0 0 3px 3px;
        }

        #header .add-nav li:hover a,
        #header .add-nav li.active a {
            background: #D50037;
            text-decoration: none;
        }

    @media only screen and (max-width: 1023px) {
        #header .add-nav li:hover a,
        #header .add-nav li.active a {
            background: none;
        }
    }

    @media only screen and (max-width: 1023px) {
        #header .add-nav {
            left: 80px;
            top: 31px;
            font-size: 12px;
            z-index: 1;
        }

            #header .add-nav li {
                margin: 0;
            }

            #header .add-nav a {
                display: inline-block;
                vertical-align: top;
                background: none;
                padding: 1px 42px 0 0;
                position: relative;
            }

                #header .add-nav a:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 1px;
                    width: 32px;
                    height: 18px;
                    background: #D50037;
                    border-radius: 8px;
                    z-index: 2;
                }

                #header .add-nav a:before {
                    content: '';
                    position: absolute;
                    right: 16px;
                    top: 4px;
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    background: #fff;
                    z-index: 3;
                }

            #header .add-nav li.active a {
                display: none;
            }

                #header .add-nav li.active a:after {
                    top: 1px;
                }
    }

    @media only screen and (max-width: 767px) {
        #header .add-nav {
            display: none;
        }
    }

    #header .navbar-nav {
        line-height: 22px;
        font-size: 18px;
        float: left;
    }

        #header .navbar-nav > li {
            position: relative;
            float: left;
        }

            #header .navbar-nav > li > a {
                background: none;
                display: block;
                color: #fff;
                padding: 8px 19px 12px;
                position: relative;
            }

                #header .navbar-nav > li > a .caret {
                    display: none;
                }

            #header .navbar-nav > li.active > a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 16px;
                right: 16px;
                height: 5px;
                border-radius: 2px;
                background: #D50037;
            }

            #header .navbar-nav > li:hover > a {
                background: #fff;
                border-radius: 3px;
                color: #333;
            }

                #header .navbar-nav > li:hover > a:after {
                    display: none;
                }

            #header .navbar-nav > li:focus {
                background: none;
                color: #fff;
            }

            #header .navbar-nav > li.dropdown:hover > a {
                border-radius: 3px 3px 0 0;
                position: relative;
                z-index: 1001;
            }

            #header .navbar-nav > li > .dropdown-menu {
                min-width: 190px;
                margin: 0;
                border: none;
                left: 0;
                right: auto;
                border-radius: 0 3px 3px 3px;
                padding: 0;
                float: none;
            }

                #header .navbar-nav > li > .dropdown-menu .drop-holder {
                    text-align: left;
                    white-space: nowrap;
                    font-size: 0;
                    line-height: 0;
                }

                #header .navbar-nav > li > .dropdown-menu .col {
                    display: inline-block;
                    vertical-align: top;
                    white-space: normal;
                    width: 230px;
                    line-height: 17px;
                    font-size: 14px;
                    padding: 16px 10px 7px 20px;
                }

                #header .navbar-nav > li > .dropdown-menu .title {
                    display: block;
                    text-transform: uppercase;
                    color: #D50037;
                    margin: 0 0 14px;
                }

                    #header .navbar-nav > li > .dropdown-menu .title .caret {
                        display: none !important;
                    }

                #header .navbar-nav > li > .dropdown-menu ul {
                    font-weight: 300;
                }

                    #header .navbar-nav > li > .dropdown-menu ul li {
                        padding: 0 0 17px;
                        list-style: none;
                    }

                    #header .navbar-nav > li > .dropdown-menu ul a {
                        color: #333;
                    }

                        #header .navbar-nav > li > .dropdown-menu ul a:hover {
                            text-decoration: none;
                            color: #D50037;
                        }

                        #header .navbar-nav > li > .dropdown-menu ul a .caret {
                            display: none !important;
                        }

    @media only screen and (max-width: 1023px) {
        #header .navbar-nav {
            line-height: 27px;
            font-weight: 300;
            font-size: 24px;
            float: none;
        }

            #header .navbar-nav > li {
                float: none;
                padding: 0 0 19px;
            }

                #header .navbar-nav > li > a {
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 0 10px;
                }

                    #header .navbar-nav > li > a .caret {
                        display: inline-block;
                        vertical-align: middle;
                    }

                #header .navbar-nav > li.active > a:after {
                    left: 0;
                    right: 0;
                    height: 2px;
                }

                #header .navbar-nav > li:hover > a {
                    background: none;
                    border-radius: 0;
                    color: #fff;
                }

                    #header .navbar-nav > li:hover > a:after {
                        display: block;
                    }

                #header .navbar-nav > li > .dropdown-menu {
                    min-width: 0;
                    position: static;
                    right: auto;
                    border-radius: 0;
                    padding: 0;
                    float: none;
                    width: 100%;
                    background: none;
                    box-shadow: none;
                }

                    #header .navbar-nav > li > .dropdown-menu .col {
                        width: 50%;
                        line-height: 17px;
                        font-size: 16px;
                        padding: 15px 10px 0 0;
                    }

                    #header .navbar-nav > li > .dropdown-menu ul a {
                        color: #fff;
                    }
    }

    @media only screen and (max-width: 767px) {
        #header .navbar-nav {
            line-height: 17px;
            font-weight: 300;
            font-size: 14px;
        }

            #header .navbar-nav > li {
                padding: 0 0 7px;
            }

                #header .navbar-nav > li > a {
                    padding: 0 0 4px;
                }

                #header .navbar-nav > li > .dropdown-menu .col {
                    width: 100%;
                    line-height: 17px;
                    font-size: 14px;
                    padding: 15px 10px 5px 0;
                }

                #header .navbar-nav > li > .dropdown-menu ul li {
                    padding: 0 0 7px;
                }
    }

    #header .search-form {
        position: absolute;
        top: -100%;
        height: 100%;
        left: 0;
        right: 0;
        background: #202945;
        background: rgba(0, 0, 0, 0.9);
        z-index: 4;
        color: #fff;
    }

    .form-active #header .search-form {
        box-shadow: 0 1px 25px rgba(0, 0, 0, 0.7);
    }

    #header .search-form .container {
        padding: 58px 15px 35px;
    }

    @media only screen and (max-width: 1023px) {
        #header .search-form .container {
            padding: 23px 27px 21px !important;
        }
    }

    @media only screen and (max-width: 767px) {
        #header .search-form .container {
            padding: 23px 27px 21px !important;
        }
    }

    #header .search-form .holder {
        position: relative;
        padding: 0 40px 12px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

    #header .search-form .search-opener {
        right: 0;
        top: 0;
    }

    #header .search-form [type="submit"] {
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        font-size: 24px;
        line-height: 1;
        color: #fff;
        outline: none;
    }

        #header .search-form [type="submit"]:hover {
            color: #D50037;
        }

    #header .search-form [type="text"],
    #header .search-form [type="search"] {
        padding: 1px 0 0;
        background: none;
        border: none;
        outline: none;
        display: block;
        width: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        height: auto;
    }

    .overlay {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.15);
    }

        .overlay.dark {
            background: rgba(0, 0, 0, 0.8);
        }


    .custom-help-links {
        color: #fff;
        line-height: 16px;
        font-size: 13px;
        position: absolute;
        /*right: 180px;*/
        right: 0;
        top: 0;
        text-align: right;
        padding: 8px 0 0;
        margin: 0;
        list-style: none;

        max-width: 866px;
        min-width: 350px;
    }

        .custom-help-links li {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            margin-right: 10px;
        }

            .custom-help-links li a {
                
                color: #fff;
                line-height: 16px;
                display: inline-block;
                vertical-align: top;
            }

                .custom-help-links li a:hover {
                    color: #D50037;
                    text-decoration: none;
                }

        .custom-help-links .support-link {
            position: relative;
        }

            .custom-help-links .support-link:before {
                content: '';
                position: absolute;
                top: 1px;
                left: 0;
                line-height: 16px;
                width: 14px;
                height: 14px;
                /*background: url(../images/svg/support.svg) no-repeat;*/
                background-size: 14px 14px;
            }

            .custom-help-links .support-link:hover:before {
                /*background: url(../images/svg/support-hover.svg) no-repeat;*/
                background-size: 14px 14px;
            }

    .mobileimages {
        display:none;
    }


    @media only screen and (max-width: 1023px) {
        .custom-help-links {
            position: static;
            text-align: left;
        }
        .mobileimages {
            display:block;
        }

        #ACCEPTCARDS img{
             /*display:none;*/
               margin-bottom: 15px;
        }
        #FollowUs a img{
            /*display:none;*/
            height:30px;
            margin-bottom:20px;
        }
        
    }


    .mobile-title {
        line-height: 26px;
        font-size: 18px;
        border-bottom: 1px solid #f4f4f4;
        padding: 17px 0;
        display: none;
    }

        .mobile-title a {
            display: inline-block;
            vertical-align: top;
            color: #333;
            padding: 0 0 0 31px;
            position: relative;
        }

        .mobile-title [class^="icon-"] {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 24px;
            line-height: 24px;
            color: #D50037;
        }

    @media only screen and (max-width: 1024px) {
        .mobile-title {
            display: block;
        }
    }

    @media only screen and (max-width: 767px) {
        .mobile-title {
            font-size: 14px;
            padding: 19px 0;
        }
    }




/*End BTC Header */

/* BTC Footer*/

#footer {
  margin-top: -1px;
  padding: 60px 0 20px;
  border-top: 1px solid #ccc; }
  #footer h5 {
      line-height: 17px;
      font-weight: 300;
      font-size: 14px;
      margin: 0 0 17px;
    color: #999; }
  #footer ul {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 50px; }
    #footer ul li {
      padding: 0 0 7px; }
  #footer a {
    color: #666; }
    #footer a:hover {
      color: #D50037;
      text-decoration: none; }
  #footer .copyright-holder {
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #999;
    padding-top: 29px; }
    #footer .copyright-holder a {
      color: #999; }
      #footer .copyright-holder a:hover {
        color: #D50037;
        text-decoration: none; }
  #footer .social-networks {
    font-size: 20px; }
    #footer .social-networks li {
      float: left;
      margin: 0 16px 0 0; }
    #footer .social-networks a {
      color: #ccc; }
      #footer .social-networks a:hover {
        color: #D50037;
        text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    #footer {
      text-align: center;
      padding: 30px 0 14px; }
      #footer ul {
        padding-bottom: 22px; }
      #footer .copyright-holder {
        font-size: 10px;
        padding-top: 16px; } }
  @media only screen and (max-width: 767px) {
    #footer {
      border-top: 0;
      padding: 0 0 14px; }
      #footer .container {
        display: none; }
      #footer .copyright-holder .container {
        display: block; } }
  #footer .widget_nav_menu {
    margin-bottom: 0 !important; }

/*rtl:ignore*/
#footer .copyright {
  float: left;
  margin: 0;
  white-space: nowrap; }

@media only screen and (max-width: 1024px) {
  #footer .copyright {
    float: none; } }

/*rtl:ignore*/
#footer .switch-lang {
  float: right; }
  @media only screen and (max-width: 1024px) {
    #footer .switch-lang {
      display: none; } 

  }

/*End of BTC Footer*/

/*General Page Style*/
.well-light {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 10px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;

    -moz-box-shadow: -1px 0 2px rgba(0,0,0,0.15),1px 0 2px rgba(0,0,0,0.15),0 4px 8px rgba(0,0,0,0.15);
    box-shadow: -1px 0 2px rgba(0,0,0,0.15),1px 0 2px rgba(0,0,0,0.15),0 4px 8px rgba(0,0,0,0.15);
    
     /*box-shadow: 3px 2px 5px rgba(128, 128, 128, 0.4);*/
}

.well-dark {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 20px;
    /*box-shadow: 3px 2px 5px rgba(128, 128, 128, 0.4);*/


    -moz-box-shadow: -1px 0 2px rgba(0,0,0,0.15),1px 0 2px rgba(0,0,0,0.15),0 4px 8px rgba(0,0,0,0.15);
    box-shadow: -1px 0 2px rgba(0,0,0,0.15),1px 0 2px rgba(0,0,0,0.15),0 4px 8px rgba(0,0,0,0.15);
}


.well-darkest {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 10px;
    background-color: #818688;
    padding-top: 10px;
}

.well-light h3, .well-dark h3, .well-darkest h3{
    margin-bottom: 20px
}

.titleContainer {
    margin-bottom:50px;
}

.lightFont {
font-weight: 300;
}

.lightFontTitle {
    font-weight: 300;
    font-size: 19px;
}

.boldFontTitle {
    font-size: 19px;
    font-weight: 600;
    padding-bottom:25px;
}

.ButtonAtCenter {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.ButtonAtCenter button{
    margin-left:2.5px ;
    margin-right:2.5px ;
}

.pageSubTitle {
    /*margin-bottom:5px;*/
    padding-top:10px;
}
@media only screen and (max-width: 990px) {
    .hiddenONMobileAndTables {
        display: none;
    }
}

.form-control {
    border-radius: 0px;
}
.input-group-addon {
     border-radius: 0px;
}
.dark-input-group-addon {
    font-size: 20px;
    border: 0px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
}


#MainContentContainer {
    margin-top: 30px;
    padding-right:30px;
    padding-left:30px;
}

/*End of General page */


@media only screen and (min-width: 385px) {
    .LineCount {
        font-size: 18px;
        font-weight: bolder;
    }

    .LineType {
    
    top: 20px;
    margin-left: 5px;
    font-size: 18px;

    }

    #FixAndBrodbandLineType {
            min-width: 250px;
    }

    .LineLink {
        font-size: 18px;
        
   }
}

@media only screen and (max-width: 385px) {
    .LineCount {
        font-size: 18px;
        font-weight: bolder;
    }
}


    .ViewAllBills 
    {
        padding-top: 5px;
        margin-bottom: 20px;
        padding-left: 30px;
    }

.payButton{
    font-size: 28px;
    border: 2px solid rgb(0, 0, 0);
    font-weight: 600;
    border-radius: 100px;
    padding: 25px;
    position: relative;
    left: -30px;
    top: 10px;
}

@media only screen and (max-width: 530px) {
    .payButton {
        position: absolute;
        top: -40px;
        right: 10px;
    }
}


@media only screen and (max-width: 991px) {
    .payButton {
       position: relative;
        top: -80px;
        left: 20px;
    }
    .payContainer {
        float:right;
    }
    .ViewAllBills {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 513px) {
    .payButton {
    position: initial;
        top: -140px;
        right: 10px;
        left: -43px;

    }

    .payContainer {
        padding:50px;
        float:none;
    }

    .ViewAllBills {
    padding-top: 18px;
    text-align: center;
    padding-bottom: 18px;

    }
}

    .quickActionChilds {
        background-color: #373735;
        margin-bottom: 10px;
        overflow: hidden;/*added on 11-5-2017*/
    }

    .quickActionChilds a .quickActionChild {
        padding-top: 40px;
        padding-bottom: 20px;
        min-height: 170px;

    }


    .quickActionChilds a:hover .quickActionChild, .quickActionChilds a:focus .quickActionChild , .quickActionChilds .active .quickActionChild {
        background: #D50037;
    }

    .quickActionChilds a {
        background: #D50037;
        color: #fff;
    }


    .quickActionChildsShort{
        min-height: 340px !important; 
    }



/*General My Services Styles*/
@media only screen and (min-width: 768px) {
    #msisdnDetails {
        position: relative;
        top: 30px;
    }
}

/*input Field Style*/
#msisdnInput {
    font-size: 20px;
    background-color:#fff;
    border-radius: 0px;
    min-width: 126px;
}
#msisdn-arrow-down {
    background-color:#fff;
    border-radius: 0px;
}
#msisdnInput.form-control[disabled],#msisdnInput.form-control[readonly] {
    background-color: #eee;
}

#msisdn-arrow-down.input-group-addon[disabled],#msisdn-arrow-down.input-group-addon[readonly]  {
   background-color: #eee;
   border-radius: 0px;
}

/*.select2-results__option {
    font-size: 20px;
    border: 0px;
    background-color: #fff;
    border-radius: 0px;
    min-width: 126px;
}*/
/*End of input Field Style*/



/*End of General My Services Styles*/












  


@media only screen and (max-width: 992px) {
    .quickActionChilds {
       min-height: 510px;
    }        
}


.FarfeshExpiryDate{
font-size: 18px;
padding-top: 38px;
padding-left: 0px;
padding-right:0px;
}

.accumulatedFarfeshPointsContainer .accumulatedFarfeshPointsTitle{
    font-size:17px
}

.FarfeshPoints{
    position: relative;
    top: -15px;
}

@media only screen and (max-width: 768px) {
    .accumulatedFarfeshPointsContainer {
        padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}

    

}






#circularProgressBar {
  margin: 20px;
  width: 200px;
  height: 200px;
  position: relative;
}

.quickActions img{
  margin: 0 auto;
}


.quickActions h5{
text-align: center;
}

.progressbars p{
  text-align: center;
}

.progressbar-text{

top: 35% !important;
}

.customerDerails p{
    font-size:18px;
    margin-bottom: 0px;
}

.customerDerails .Label{
    font-size:18px;
    margin-bottom: 0px;
}

.customerDerails .Data {
    font-size:18px;
    margin-bottom: 5px;
    font-weight:600;
}





                





.billingDerails{
    margin-top: 15px;
}

.panel-collapse h5{
  text-align: left;
}

.panel-collapse p{
  text-align: left;
}
.ManageSubscriptionsBoltonDetails h5{
  font-weight: 600;

}
.toggle-wrapper .toggle-group .toggle-handle {
    top: -4px;
    height: 30px;
    min-width: 40px;
}



@media (max-width: 768px) {
    .toggle-wrapper .toggle-group .toggle-handle {
         /*min-width: 22px;*/
         float: none;
    }
}




@media (max-width: 768px) {
    .BoltonTrigger span{
        float:right;
    }

     .BoltonPrice {
        font-size:16px;
    }
}


@media (max-width: 1200px ) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1025px ) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}



.dropdown {
    cursor: pointer;
}
.dropdown-submenu {
    cursor: pointer;
}


@media (min-width: 992px) {
    .Border-onLeft {
        border-right: 1px solid #DDD;
    }

    .Border-onRight {
        border-left: 1px solid #DDD;
    }
}


.BillAnalysisTable {
margin-top:5px;

}

.tableColorSeparator {
   
    background-color: rgba(236, 238, 239, 0.3);
}


.viewBillingDetails .btn.btn-primary {
    top: -10px;
    position: relative;
    margin-bottom: 10px;
}

@media screen and (max-width: 524px) {
    .viewBillingDetails .btn.btn-primary {
        top: 10px;
        position: relative;
        margin-bottom: 10px;
    }
}


.logoheader {
    margin-bottom: 10px;
}

.headerlabel.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}


@media screen and (min-width: 1024px) {
    .container-fluid {
        /*margin-top: 25px*/
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 20px;
    }
}






.logoheader{
    margin-top: 10px;    
}

.col-centered{
    float: none;
    margin: 0 auto;
}

  .c100 {
    float: none !important;
    margin: 0px auto !important;
}

.voucherRefillDiv {

    margin-bottom:10px;
}
.divtitle {
    margin-bottom:15px;
}

.FriendsandFamily .row{
     margin-bottom:5px;
}


.ManageNotificationbtn {
    margin-top: 5px;
}

.eBillingRow{
    margin-bottom: 5px;

}

.selectorDiv {
    margin-bottom:15px;

}
.footer {
background-color:#202945;
}

.bold {
    font-weight:600;
}

.highlight {
color:#D50037;

}

.BottommarginInRow {
     margin-bottom:15px;
}


.btn-primary {
    min-width:125px;
}

.form-control  {
    margin-bottom: 10px;
}

#header {
    border-top: 3px solid #D50037;
    background-color: RGBA(0, 0, 0, 0.73);

}


.nav-pills i {
    margin-right:5px;
}



/****** LOGIN MODAL ******/

/*end of login menu style*/

.fa-question-circle {
    padding-right:5px;
}

.fa-map-marker {
    padding-right:5px;
}




#signupbox .control-label{
    text-align:left;
}

#ForgotPasswordBox .control-label{
    text-align:left;
}



.textInPanalheader {
    float:right;
    font-size: 80%;
    position: relative;
    top:-10px
}
.textInPanalheader a{
    color: #fff;
}



 /*Mouse over display*/
@media (min-width: 1025px ) {
    .sidebar-nav {
        padding: 9px 0;
    }

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }
}
/*End of Mouse over display*/


.quickActionChilds > .col-md-2 {
    margin-bottom:10px;
}

.nav-stacked > li > a {
    font-size: 16px;
    
}

.ether-ctrl-pag {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}






 /* The Mobile side navigation menu */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #333; /* Batelco Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 99 !important;
    /*margin-top:10px;*/
    border-top: 3px solid #D50037;
}

/* The navigation menu links */
@media only screen and (min-width: 1024px) {
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
}

.sidenav .nav > li > a:hover, .nav > li > a:focus {
   color: #fff;
    background-color: #D50037;
}

.sidenav .nav > li > ul > li > a {
    font-size:16px;
    color: #fff;
}

.sidenav .nav > li > ul  {
    background-color: #202945;
    color: #fff;
}


 .sidenav .nav >  li > ul > li > a:hover, #mobileMenu  .nav >  ul > li > ul > li > a:focus {
   color: #fff;
    background-color: #D50037;
    font-size: 16px;
}

#mobileMenu .nav .dropdown.menu-item.open   ul  li.menu-item 
{
    padding-left:15px;
}



/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media only screen and (min-width: 1024px) {

         .custom-help-links {
            margin-right: 50px;
        }
    }

 /* End of The side navigation menu */









#BusinessID {
display:none;
}


.notificationDiv {
display:none;
}

.MyBillingSummaryTableContainer {
    overflow: auto !important;
}
.MyLinesSummaryTableContainer {
    overflow: auto !important;
}

.BillProfileSummaryTableContainer {
    overflow: auto !important;
   margin-bottom:10px;
}

.nicenumbersContainer {
    overflow: auto !important;
}

#MyBillingSummaryTable_info {
display:none;
}

#MyLinesSummaryTable_info {
    display:none;
}

#PrepaidPlanTable_wrapper, #PostpaidPlanTable_wrapper {
    overflow-x: visible;
}

#PostpaidPlanTable .even {
    background-color: #fafafa !important;
}

#PrepaidPlanTable .even {
    background-color: #fafafa !important;
}

.installment-Device-Name p{
    font-weight:600;
    font-size: 14px;
}

.installment-Device-Pic {
}

 .CreditTransferBtn .btn {
        top: -20px;
        position: relative;
        margin-bottom: 5px;
}

@media  (max-width: 992px) {
    .CreditTransferBtn .btn {
        top: 5px;
    }
}



/* Nice Number fillter*/

.NiceNumberSidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    right:  0;
    background-color: #111;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    padding-top: 60px;
}

.WasPrice {
    text-decoration: line-through;
}

.NiceNumberSidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.NiceNumberSidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.closeNavDiv a{
  text-align: right;
  font-size: 25px;
  color: #fff;
}


.NiceNumberSidenav .closebtn {
   position: absolute;
    top: 0;
    right: 0px;
    font-size: 25px;
    margin-right: 20px;
}

#NiceNumberMain {
    transition: margin-left .5s;
    
    padding-right: 15px;
}

@media screen and (max-height: 450px) {
  .NiceNumberSidenav {padding-top: 15px;}
  .NiceNumberSidenav a {font-size: 18px;}
}

.NiceNumberSidenav label {
  color: #fff;
}

.NiceNumberSidenav button {
  width:77px;
}


.NiceNumberTitle h4{
    color:#fff;
    text-align:center;
}

.filltercontainer {
    padding: 15px;
}

.spinner {
  width: 70px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
@media screen and (min-width: 320px) {

    .NiceNumberSidenavOpen {
        width: 297px;
        color: #202945;
    }

   
}


@media screen and (max-width: 320px) {

    .NiceNumberSidenavOpen {
        width: 100%;
        color: #202945;
    }
}

 .NiceNumberSidenavClose {
        width: 0px;
        color: #202945;
    }

.PatternlocationDiv .col-md-4{
    padding: 0;
    /*padding-top: 5px;*/
    padding-top: 10px;
}
#ClearNiceNumber {
    min-width: 125px;
}

.NiceNumbersSearch {
    padding-left:18px;
}

.NiceNumberTypeContainer {
    padding:0;
}

.NiceNumberListContainer {
    margin-top:15px;
}
#NumberPattern {
    width:100%
}
/*end of nice number filter css*/


.toggle.btn-xs {
    width: 83px !important;
    height: 22px !important;
}





/* breadcrumb container style */
.breadcrumb-container {
    border-bottom: 1px solid #e5e5e5;

    /* to make it fix */
    /*z-index: 10;*/
    z-index: 10000;
    width: 100%;
    background-color: white;
    position: fixed;
}

.breadcrumb-container .breadcrumb {
    padding: 6px 0;
    margin-bottom: 21px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

.breadcrumb-container .breadcrumb {
   margin: 0 auto;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 5px;
    width: 100%;
    max-width:960px;
}


.breadcrumb-container ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

.breadcrumb-container .breadcrumb > li {
    display: inline-block;
}

.breadcrumb-container .breadcrumb li:first-child a {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0px;
    position: relative;
}

.breadcrumb-container .breadcrumb a {
    color: #9c9898;
}

.breadcrumb li + li::before {
    font-size: 16px;
    line-height: 17px;
}

.breadcrumb > li + li::before {
    content:"\203A"; 

    padding: 0 5px;
    color: #9c9898;
}

*::before, *::after {
    box-sizing: border-box;
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb-container .container
{

}

.fa-home {
   font-size: 16px !important;
   padding-right: 5px;
}

.breadcrumb > li.active {
    color: #b0b0b0;
}

/* End of breadcrumb container style */








.ACCEPTCARDS {
text-align: center;
}
/* CSS used here will be applied after bootstrap.css */

.Dmodal-body{
  height: 550px;
  overflow-y: auto;
}


.flexslider {
    overflow: hidden;
    border-radius: 0px;
}

.flex-direction-nav .flex-prev ,  .flex-direction-nav .flex-next{
display:none;
}


@media (min-width: 1025px ) {
    .HomePageSlider {
        margin-left: -45px;
        margin-right: -45px;
    }
}
@media (max-width: 1025px ) {
    .HomePageSlider {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.HomePageSlider .flexslider {
    background: none;
border: none;
box-shadow: none;
margin: 0px;

}

.HomePageSlider .flexslider img {
    max-height:600px;
    min-width: 101%;
}


.Home .flexslider .slides img {
    max-height:260px;
}


.AboveFooter {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}


@media screen and (min-width: 1118px) {
    .LoginContainer {
        position: absolute;
        width: 100%;
        top: 40px;
        z-index: 9;
    }

    .AboveFooter {
        
        margin-top: -85px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1118px)  and (min-width:836px){
    .LoginContainer {
      position: absolute;
      width: 100%;
       top: 40px;
      z-index: 9;
    }

    .AboveFooter {
          margin-top: -45px;
        padding-bottom: 10px;
    }
}

@media (max-width: 836px)  {
    .LoginContainer {
      position: absolute;
      width: 100%;
      height:100%;
     top: 20px;
      z-index: 9;
    }

    .HomePageSlider .flexslider img {
    height: 1000px;
    }

    .AboveFooter {
         /*margin-top: -15px;*/
         margin-top: 15px;
        padding-bottom: 10px;
    }
}

@media (max-width: 323px)  {
    .LoginContainer {
      position: absolute;
      width: 100%;
      height:100%;
      top: 20px;
      z-index: 9;
    }

    .HomePageSlider .flexslider img {
    height: 1200px;
    }

    .AboveFooter {
         margin-top: -15px;
        padding-bottom: 10px;
    }

    .AboveFooter #FollowUs {
        width:100%;
    }
    .AboveFooter #ACCEPTCARDS img {
        position: unset !important;
    }

}

@media (max-width: 198px)  {
    .LoginContainer {
      position: absolute;
      width: 100%;
      height:100%;
     top: 0px;
      z-index: 9;
    }

    .HomePageSlider .flexslider img {
    height: 1200px;

    }

    .AboveFooter {
         margin-top: -15px;
        padding-bottom: 10px;
    }
}


#loginbox .panel {
   border-color: rgba(255, 255, 255, 0.74);
background-color: rgba(255, 255, 255, 0.74);
}



/*Nice Number table style*/
#NiceNumberList_filter {
display:none;
}

#NiceNumberList2_filter {
display:none;
}

#NiceNumberList3_filter , #FlexibleFree_filter{
display:none;
}

#FlexibleFreeContainer {
display:none;
}

.tab-content {
padding:10px;
}







.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #9b0724;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #D50037;
	background-color: #fff;
	border-color: #910621;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #910621;
    border-color: #910621;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #9b0724;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #910621;
}


td.details-control {
    cursor: pointer;
}

.NumberReservationDetails {
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    padding: 9px 0 9px 0;
    margin-bottom: 20px;
    margin-top: 20px;

}

#Details {
    display:none;
}








/*Nice Number range slider */
#priceRnage .slider-selection {
	background: #D50037;
}

#priceRnage .slider-handle {
	background: #D50037;
}

.Was{
    text-decoration: line-through;
}


/* styling the Error container*/
.invalid-message {
padding-left:5px;
color:red;
margin-bottom:5px;
}

/*end of styling the Error container*/




/*select2 Search on the field the style*/


.CustomerName span
{
    text-align: left;
}

.CustomerName select {
    display:none;
}

.CustomerName .select2-container--default .select2-selection--single {
background-color: RGBA(0, 0, 0, 0);
   border:0px solid #202945;
}
.CustomerName .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#fff;
}

.CustomerName .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{

border-color: transparent transparent #fff transparent;
}

.CustomerName .select2-container--default .select2-selection--single .select2-selection__arrow b{
border-color: #FFF transparent transparent transparent;
}


.CustomerName{
    
    margin-top: -5px;
}

.welcomeSelect2{
    position: relative;
    top: 3px;
}


/*#NumberReservations {
    background-color:white;
}*/

#NumberReservations_length {
display:none;
}

#NumberReservations_info {
    display:none;
}

.NumberReservationsContainer {
    margin-top:10px;
}

/*dataTable Global Design*/
.dataTables_wrapper{
    overflow-x: auto ;
}

.dataTables_wrapper table th {
    color: #202945;
}

.dataTables_wrapper table {
    background-color:rgba(255, 255, 255, 0);
}


    .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #4f55eb !important;
        border: 0px solid #979797;
        background-color: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(220, 220, 220, 0)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
        box-shadow: 0px 0px 0px RGBA(17, 17, 17, 0);
    }



.dataTables_wrapper .dataTables_paginate .paginate_button.current,  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover ,.dataTables_wrapper .dataTables_paginate .paginate_button:active 
{
    color: #202945 ;
    border: 0px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(220, 220, 220, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
    box-shadow: 0px 0px 0px RGBA(17, 17, 17, 0);
    cursor:auto;
}

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            color: #202945 !important;
            border: 0px solid #979797;
            background-color: white;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(220, 220, 220, 0)));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(220, 220, 220, 0) 100%);
            box-shadow: 0px 0px 0px RGBA(17, 17, 17, 0);
        }





table tbody tr{
    background: transparent none repeat scroll 0% 0% !important;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 , table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background: transparent none repeat scroll 0% 0% !important;
}
/*End of dataTable Global Design*/






/*Live Chat modal Message*/

.bootbox-body .livechat{
    line-height: 22px;
    font-weight: 300;
    font-size: 14px;
    padding:93px 0px 72px 0px;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media screen and (max-width: 308px) {
    #LiveChatBTN 
    {
     display:none
    }

    .livechat .chat-list .name {
    color: #202945;
font-size: 13px;    
    }
}


@media screen and (max-width: 769px) {
   
    .livechat .chat-list .name {
        color: #202945;
        font-size: 13px;    
    }
}


@media screen and (min-width: 1024px) {
    /* Commented because it interferes with pages using the new _EserviceRevampNonLoggedInTemplate master page. */
    /*.btn-chat {
        position: fixed;
        z-index: 4;
        top: 50%;
        left: 0;
        width: 170px;
        margin-top: 3px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        border-radius: 0px;
    }*/
}
@media screen and (max-width: 1023px) {
    .slide-holder .btn-chat {
        line-height: 25px;
        width: 170px;
        position: static;
        display: block;
        margin: 20px 0;
        padding: 6px 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0px;
    }
    #header .navbar-nav {
        line-height: 24px;
        font-weight: 300;
        font-size: 22px;
        float: none;
    }

    #header .navbar-nav > li > .dropdown-menu .col {
        line-height: 17px;
        font-size: 16px;
    }

    #header .navbar-nav > li > a {
    display: inline-block;
    padding: 0 0 10px;
    vertical-align: top;
}
    a.menuOpened {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
    #header .navbar-nav > li {
    float: none;
    padding: 0 0 19px;
    }
    #LiveChatBTN {
    display:none;
    }
}


.bootbox-body .livechat .title {
    line-height: 35px;
    font-weight: 300;
    font-size: 30px;
    display: block;
    margin: 0 0 14px;
}

.bootbox-body .livechat p {
    margin: 0 0 20px;
}

.livechat .chat-list {
    font-size: 0;
    line-height: 0;
    padding-top: 30px;
    text-align: center;
    padding-left:0px;
}

.livechat .chat-list li {
    line-height: 24px;
    font-size: 18px;
    display: inline-block;
    width: 33.33%;
    padding: 0 21px 28px;
    vertical-align: top;
}


.livechat .chat-list [class^="icon-"] {
    font-size: 46px;
    line-height: 46px;
    display: block;
    margin: 0 0 21px;
    color: #d2d2d2;
}



[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.livechat .chat-list .name {
    display: block;
    padding: 0 10px 22px;
}

.livechat .chat-list .btn {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    display: block;
    min-width: 0;
    padding: 7px 10px 10px;
}

.modal-content .close {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 44px;
    height: 44px;
    padding: 10px;
    opacity: 1;
    color: #333;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #202945;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
/*End Live Chat modal Message */


.MyFixedLineTableContainer .buttonDiv {
    margin:15px;
}

.MyMobileLineTableContainer .buttonDiv {
    margin:15px;
}


.CartContainer .buttonDiv{
     margin:15px;
}

#CartTable_info {
    display:none;
}

/*#TotalAmount {
    margin-top:45px;
}*/

#PaymentMethodsID{
    margin-top:45px;
}

/*Error page Style*/

.Errorcontainer {
    float: none;
    width: auto;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}

.Errorcontent {
    padding: 31px 0;
}
.Errorcontent h1, .h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 34px;
}
.Errorcontent p {
    margin: 0 0 30px;
}
/*End of Error page Style*/


.TableActionBtn {
margin:2.5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D50037;
}



/*Testing Modifing Select2 To Be Remove*/


.modal-open .select2-container--open {
    z-index:999999;
}

 /*span.select2-dropdown--below  {
top: -15px ;
}


 span.select2-dropdown--above {
top: -50px ;
}*/

/*End of Testing Modifing Select2 */


/*payment Voucher */
table th {
    color: #202945 !important;
}
td {
    color: #202945;
}
.img-responsive img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    
}
.VoucherBtn button{
    margin-bottom:25px;
}

.PaymentReceiptContainer .centertext {
    text-align: center;
}
/*end of payment Voucher*/

/*callout style*/
.bs-callout {
    padding: 20px;
    /*margin: 20px 0;*/
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #D50037;
}
.bs-callout-primary h4 {
    color: #D50037;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/*end of callout*/


/*on customer name select open*/
li.CustomerName span.select2-container--open
{
    border: 1px solid rgb(170, 170, 170);
}

/*end of on customer name select open*/


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#NonLoginMenu 
{
    color: #fff;
    background-color: #D50037;
    border-color: #b40829;
}

#NonLoginMenu a
{
    color: #fff;
}

#NonLoginMenu a .fa 
{
    padding-right:5px;
}

.NonLoginMenuContainer .navbar-default .navbar-nav > .active > a, .NonLoginMenuContainer .navbar-default .navbar-nav > .active > a:hover, .NonLoginMenuContainer .navbar-default .navbar-nav > .active > a:focus{
    color: #fff;
    background-color: #9b0724;
    border-color: #79051c;
}

.NonLoginMenuContainer .navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.NonLoginMenuContainer .navbar-header {
        color: #fff;
    background-color: #9b0724;
    border-color: #79051c;
}

.container-fluid.HomePageSlider {
    padding-left: 0px;
    padding-right: 0px;
}

.signBoxActionContainer {
    margin-top: 15px;
}

.signBoxActionBroadbandContainer {
   
}

/*master page non-logedin page*/
.NonLoginMenuContainer .navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 28px;
}
.NonLoginMenuContainer .navbar {min-height:28px !important;}

/*End Of master page non-logedin page*/


/*farfish page style*/



.farfeshContainer .dataTables_filter , .farfeshContainer .dataTables_info{
    display:none;
}

.farfeshContainer{
    float: none;
    width: auto;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    padding: 31px 0;
}
.farfeshContainer .vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.farfeshContainer h2, .farfeshContainer .h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: normal;
}

.farfeshContainer p {
    margin: 0 0 30px;
    font-size: 14px;
}

.farfeshContainer #activatePromotionTable .dataTables_empty {
    text-align: center;
}


#RedeemPointsMoreDetailsContainer a{
    cursor:pointer;
    font-size:12px;
    font-weight:600;
}

.farfeshContainer #page .container {
    float: none;
    width: auto;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.farfeshContainer .vc_custom {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.farfeshContainer .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.farfeshContainer .vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    width: 100%;
}
.farfeshContainer .wpb_single_image.vc_align_left {
    text-align: left;
}

.farfeshContainer .wpb_button,.farfeshContainer  .wpb_content_element, .farfeshContainer ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}

.farfeshContainer .wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}

.farfeshContainer figure {
    margin: 0;
}
.farfeshContainer figure {
    margin: 1em 40px;
}

.farfeshContainer .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.farfeshContainer .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.farfeshContainer .table-box {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
    padding: 20px 0;
}

.farfeshContainer .table-box table {
    line-height: 20px;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}

.farfeshContainer .table-box thead td:first-child {
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    position: static;
    max-width: 87px;
    padding: 22px 21px 18px 45px;
    text-align: right;
    color: #fff;
    border-color: #D50037;
    background: #D50037;
}

.farfeshContainer .table-box thead td {
    line-height: 28px;
    font-weight: 300;
    font-size: 18px;
    height: 146px;
    padding: 10px;
}

.farfeshContainer .table-box td {
    position: relative;
    overflow: hidden;
    padding: 15px 13px 13px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
}

.farfeshContainer .table-box tbody td:first-child {
    line-height: 20px;
    font-weight: 300;
    font-size: 12px;
    position: static;
    max-width: 217px;
    padding: 15px 20px 13px;
    text-align: right;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}

.farfeshContainer .vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}


.farfeshContainer .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%;
}

.farfeshContainer .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
    display: none;
}


.farfeshContainer .vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.farfeshContainer .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #EBEBEB;
}

.farfeshContainer .vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}



.wpb_single_image.vc_align_left {
    text-align: left;
}


.table-box::before {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    left: 218px;
    content: '';
    /*box-shadow: 0 0 25px rgba(0, 0, 0, .2);*/
    box-shadow: 22px 0px 32px rgba(0, 0, 0, .1);
}

.gray-underline {
    border-bottom:1px solid #ebebeb  ;
    
}


.farfeshContainer .dataTables_wrapper {
overflow-x: hidden !important;
}


@media screen and (max-width: 534px) {

    .table-box.three-col-mob thead {
    display: table-header-group;
}
    .table-box.three-col-mob td:first-child, .table-box.three-col-mob td {
        width: 33.33%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .table-box.three-col-mob thead td {
    font-size: 14px;
    line-height: 1.3;
    height: auto;
}

    table-box.three-col-mob thead td {
    font-size: 14px;
    line-height: 1.3;
    height: auto;
    }
    .table-box.three-col-mob thead td {
    font-size: 14px;
    line-height: 1.3;
    height: auto;
}
    .farfeshContainer .table-box thead td:first-child {
    font-size: 14px;
    padding: 22px 21px 18px 0px;
    }
    .table-box tbody td:first-child {
    width: 50%;
    padding: 15px 15px 13px;
}
    .table-box tbody td:first-child {
    width: 50%;
    padding: 15px 15px 13px;
}
     h2, .h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
}
}

@media screen and (max-width: 308px) {
    .table-box.three-col-mob thead td:first-child {
    border: none;
    background: none;
    }
     .farfeshContainer .dataTables_wrapper {
        overflow-x: auto !important;
    }
   
}

@media screen and (max-width: 545px) {
   .farfeshContainer .dataTables_wrapper {
        overflow-x: auto !important;
    }
   
}

@media screen and (max-width: 1118px) {
    .farfeshContainer .table-box thead td:first-child {
        padding: 0px;
        font-size: 20px;
        text-align: center;
    }
    #activatePromotionTable img {
        max-width: 80px;
        margin:0 auto;
    }
    .vc_single_image-wrapper img{
        margin: 0px auto;
        display: block;
    }
     
}

@media screen and (max-width: 616px) {

    .farfeshContainer .table-box thead td:first-child {
        padding: 10px;
        max-width:90px;
        font-size: 16px;
        text-align: center;
    }
    .farfeshContainer .table-box thead td {
        font-size: 16px;
           text-align: center;
    }
    .farfeshContainer .table-box tbody td:first-child {
        max-width: 80px;
        text-align: center;
    }
    #activatePromotionTable td:nth-child(2) {
        display:none;
    }
   
}

@media screen and (max-width: 616px) {
   #activatePromotionTable img {
        max-width: 40px;
        margin: 0 auto;
    }
    .farfeshContainer .table-box thead td {
        font-size: 12px;
        text-align: center;
    }
    .farfeshContainer .table-box thead td:first-child {
        font-size: 12px;
    }
}


.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}


.FarfeshPointsData {
    font-size: 65px;
}
.FarfeshPointsContainer{
    height: 88px;
    float: right;
}

.pull-down-FarfeshPoints {
    margin-top: 40px;
    padding:0px;
}
.FarfeshPointsLabel {
   position: relative;
    top: 45px;
    float: right;
    top: 23px;
    left: 9px;
}

.FarfeshContainer .form-control {
padding: 0px 6px;
font-size: 17px;
}

@media screen and (max-width: 991px) {
    .FarfeshPointsContainer .pull-right{
        float:left !important;
    }
    .FarfeshPointsContainer {
        float: left;
    }
}


.NoPadding{
    padding: 0px;
}

@media screen and (min-width: 991px) {
    .FarfeshActionBtn {
        margin-top: 25px;
    }
    .RedeemFarfeshPointsButtonContainer {
        margin-top: 25px;
    }
    
}
/*End of farfish page style*/


/*Enterprise Home page style*/
#AccountsTbl {
    width: 99% !important;
}

/*End of Enterprise Home page style*/


.AccountContainer { 
    padding-bottom: 30px;
}



@media only screen and (min-width: 361px){
    .filterMenuBtn {
        position: fixed;
        z-index: 9;
        top: 50%;
        right: -136px;
        width: 170px;
        margin-top: 3px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        border-radius: 0px;
    }


    .filterMenuBtn.open {
        right: 161px;
    }
}


.PlanSummeryDetails {
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    padding: 9px 0 9px 0;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
    margin-right:0px;
    margin-left:0px;
}

.hiddenCol {
    display:none;
}

.hiddenDataCol {
    display:none;
}

/*Radio button styleing For datatable*/
.RadioContainer{
  max-width:400px;
  margin:94px auto 0 auto;
  
}
@media only screen and (min-width: 991px) {
    .RadioContainer {
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    .RadioContainer {
        text-align: center;
    }
}


.RadioContainer input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  z-index:3;
}

.RadioContainer input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 25px;
  margin:0 0 10px 0;
}

.RadioContainer input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    height: 14px;
    width: 14px;
    background: white;
    border: 1px solid gray;
    box-shadow: inset 0px 0px 0px 2px white;
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    -o-box-shadow: inset 0px 0px 0px 2px white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    left: 0px;
}

.RadioContainer input[type="radio"]:checked + label:before {
  background: #9b0724;
}

.RadioContainer input[type="radio"]:hover + label:before {
  background: #D50037;
}
/*End of Radio button styleing*/



/*loading spinner style*/



.windows8 {
position: fixed;
width: 100%;
top: 40%;
z-index: 9999999999999;
left: 0 ;

}



.loadingdiv .modal-backdrop.in {
opacity: .9;
z-index: 99999999;
}

.loadingSpinnerText {
    position: fixed;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.fa-spinner {
    color: #D50037;
    z-index: 999999;
    display: block;
    margin: 0px auto;
    font-size: 6.6em;
}

/*End of loading spinner style*/

.ServiceOrderTrackingContainer {
    margin:0%;
}


/*Progrss Step*/

    .bs-wizard {margin-top: 40px;}

    /*Form Wizard*/
    .bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
    .bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
    .bs-wizard > .bs-wizard-step + .bs-wizard-step {}
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 35px;}
    .bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
       position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        background: #b0aea8;
        top: 50px;
        left: 47%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    } 
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: "\f1b9";
    width: 24px;
    height: 24px;
    /*background: #fbbd19;*/
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 7px;
    font-family: FontAwesome;
    font-size: 32px;

    } 
    .bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #b0aea8;}
    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
    .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
    .bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
    .bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
    .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

    .bs-wizard > .bs-wizard-step  {
        margin-bottom: 30px;
    }

    .ServiceOrderTrackingContainer a.accordion-toggle div {
        padding-bottom:10px;
    }
    /*END Form Wizard*/

/*end of progress Step  */

/*farfish Container style*/
 .RedeemPointsContainer .c100.orange > span {
    color: #D50037;
}

.RedeemPointsContainer .c100 > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #307bbb;
}

.FarfeshContainer .panel-default {
width:100%;
}
/*End of farfish Container*/


/*Freelink Container*/
.ProvisionLetterContainer{
    background-color: rgb(224, 224, 224);
    border-width: 0px;
    padding:30px;   
}
/*end of Freelink Container*/


.termAndConditionsContainer .panel-primary .fixed-panel {
  min-height: 10px;
  max-height: 160px;
  overflow-y: scroll;
}


.rtl {
    text-align:right;
    direction:rtl;
    float:right;
}

.rtl label{
    text-align:right;
    direction:rtl;
    float:right;
}






/*expandable form*/
.panel-heading .panel-title a:before {
    font: normal normal normal 23px/1 FontAwesome;
    content: "\f056";
    float: left;
    color: #202945;
    padding-right: 10px;
}
.panel-heading .panel-title a.collapsed:before {
    content: "\f055";
}
/*End of expandable form*/

/*scroll style*/
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;

}

.jspHorizontalBar {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: red;

}
/*End of scroll style*/
	                       


/*Create SR*/

 .RequestIssuelabel {
font-weight: 300;
padding-bottom: 10px;
}
/*End of Create SR*/                       



/*Micro Cart style*/

/*Cart at the mobile in main Menu*/
@media only screen and (max-width: 1023px) {
    .microCart {
    font-size: 40px; 
    position: absolute !important; 
    top: -7px;
    width: 80px;
}

.cartItemsCount {
    position: absolute;
    font-size: 15px;
    color: #D50037;
    top: 0px;
    right: 5px;
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 100px;
}

}
/*End of Cart at the mobile in main Menu*/


@media only screen and (min-width: 1024px) {
    .microCart {
        font-size: 25px;
        position: relative !important;
        top: -5px;
        width: 30px;
    }


    .cartItemsCount {
        position: absolute;
        font-size: 15px;
        color: #D50037;
        top: 0px;
        right: -15px;
        padding: 0px 7px;
        background-color: rgba(255, 255, 255, 0.72);
        border-radius: 100px;
        font-size: 10px;
        padding-bottom: 2px;
    }
}

.microCart:hover .cartItemsCount  {
    background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1023px) {
    #MicroCart
    {
        padding-bottom: 40px !important;
    }
    .cartItemsCount 
    {
        top: -10px;
        right: 25px;
    }
     .microCart .cartItemsCount  
    {
          background-color: rgba(255, 255, 255, 0.72);
    }
    .microCart:hover .cartItemsCount  
    {
            background-color: rgba(255, 255, 255, 0.72);
    }
}
/*end of Micro Cart style*/

/*Electronic Gift Voucher style*/     

    #ElectronicGiftVoucherP {
        min-height: 160px;
    }


    #PurchaseNewVoucher {

       margin-bottom:10px;
    }

    #PurchaseNewBMS {
        margin-bottom: 10px;
    }

    #ViewPurchaseHistory {

        margin-bottom:10px;
    }

@media only screen and (max-width: 420px) {
    #ElectronicGiftVoucherP {
        min-height: 0px;
    }
     #ElectronicGiftVoucherIMG {
        width: 95%;
    }
}
@media (max-width: 870px ) and (min-width: 768px) {
    #ElectronicGiftVoucherIMG {
        width: 95%;
    }
}
    
                                   
@media only screen and (max-width: 768px) {


    #ElectronicGiftVoucherP {
        min-height: 0px;
    }

    #PurchaseNewVoucher {
        display: block; 
        margin-left: auto; 
        margin-right: auto;
    }

    #PurchaseNewBMS{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #ViewPurchaseHistory {
        display: block; 
        margin-left: auto; 
        margin-right: auto;
    }
}


/*end of Electronic Gift Voucher style*/     

/*Cloud Productivity Solution style*/
.CloudProductivitySolutionDesc {
    min-height: 180px;
}   
/*end of Cloud Productivity Solution style*/  


/*Sign Up Page style*/
.IssuingCountry {
   
}

/*end of Sign Up Page style*/      



/*e-Services Registration Tabs*/
#AccNumID{
    width: 280px;
}

#InternetTabID{
    width: 280px;
}
/* end of e-Services Registration Tabs*/


.modal-open .modal {
    /*z-index: 100000;*/
}

.modal-backdrop.in {
    /*z-index: 99999;*/
}



/*Payment Receipt Page style*/

.printPaymentReceipt {
    margin-bottom: 15px;
}                    
/*Payment Receipt Page style*/




@media only screen and (max-width: 992px) {
    .BillPrefrances .btn-primary {
        min-width: 80px;
    }
}



@media only screen and (max-width: 992px) {
    .PaymentsBillsActionBox {
        /* min-height: 510px; */
        min-height: 345px;
        /* height: 400px; */
    }
}                                  


/*Payment Receipt Page style*/
.listview > li p {
    font-size: .75em;
    font-weight: 400;
    display: block;
    margin: .6em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}           

.listview > li p {
    font-size: .75em;
    font-weight: 400;
    white-space: nowrap;
}


#shopslv li a h2 {
    color: #E21836;
}


.listview > li h1, .listview > li h2, .listview > li h3, .listview > li h4, .listview > li h5, .listview > li h6 {
    font-size: 1em;
    font-weight: 600;
    display: block;
    margin: .45em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#shopslv li {
    margin-bottom: 1em;
    border-bottom: 1px solid rgb(221, 221, 221);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
}

.list-group-item p , .list-group-item p strong{

    color: #202945;
}
.RetailShopsMap {
 margin-bottom:10px;
}

.RetailShopsMap img{
    width:100%;
}

.RetailShopsMap h2 {
    position: absolute;
    top: 10px;
    margin: 20px;
}

.RetailShopsMap p {
    position: absolute;
    top: 35px;
    margin: 20px;
    color:#202945;
}

/*End of Payment Receipt Page style*/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           


/*Refill Prepaid line Page style*/     
@media only screen and (max-width: 767px) {
    .RefillOtherNumber {
        margin-bottom: 25px;
    }   
}   
/*End of Refill Prepaid line Page style*/     


#ReservationReceipt ul {
  list-style-type: none;
}


@media (max-width: 768px) {
    
    #CreditTransferForm .Cancel{
        display:none;
    }

    #ChangePacakgeContainer .Cancel{
        display:none;
    }
}


/*Friend and Family Page style*/ 
.FAFDropdown{
    overflow-y: scroll;
    max-height: 150px;
}
.FAFDropdown li{
    overflow: auto;
}



/*End Of Friend and Family Page style*/ 
.WWraper
{
    word-wrap: break-word;
}

.col-md-4-home
{
    width: 32.98%;
}

.center-tile
{
    margin-left: 7px;
    margin-right: 7px;
}

.div-long {
  height:110px;
}
.short-div {
  /*height:100%;*/
}

.home-tile
{
    /*padding-top: 18px;*/
}

.home-manage {
    padding-top:76px;
}

.BTCPanel
{
    border-radius:0px;
    box-shadow: 0 0 5px grey;
    min-height:85px;
    padding-top:20px;
    padding-bottom:20px;
}

/*hide components on mobile below 300px*/
    @media only screen and (max-width: 683px) {
        .hidemobile {
            display: none;
        }
        
    }

        @media only screen and (max-width: 1019px) 
        {
            .center-tile
            {
                margin-left: 0px;
                margin-right: 0px;
            }
            .homePanel
            {
                width:100%;
            }
            .col-md-4-homeT
            {
                width:100%;
            }
        }
        @media only screen and (min-width: 1020px)
        {
            .col-md-4-homeT
            {
                width:32.86%;
            }
        }
@media only screen and (min-width: 1020px) {
    .homePanel {
        min-width: 325px;
        min-height: 138px;
    }
}

.PayBillsHomePanel
{
    background-color: #D50037;
    color: white;
}

.RefillHomePanel
{
    background-color: #999;
    color: white;
}

.ShopHomePanel
{
    background-color: #333;
    color: white;
}

.home_links
{ 
    cursor:pointer;
    color:white;
}

.home_links:hover
{ 
    color:#ccc;
}

.carousel-control{
        color: #202945 !important;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 16px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 0px 0px;
        position: absolute;
        height: 30px;
        width: 15px;
        top: 0;
  background: none !important;
        }

@media only screen and (min-width: 965px)
{
.CarouselImg
{
    height: 300px !important;
    width:300px !important;
}
}
@media only screen and (min-width: 750px) and (max-width: 964px)
{
.CarouselImg
{
    height: 200px !important;
    width:200px !important;
}
}
@media only screen and (max-width: 749px)
{
.CarouselImg
{
    height: 50px !important;
    width:50px !important;
}
}

 #msisdnRefillAmount {
        margin-bottom: 20px;
    }
@media only screen and (min-width: 600px) {
    .refillDebitCredit {
        float: right;
    }

    
}
@media only screen and (max-width: 600px) {
    #msisdnRefillAmount {
        margin-top: 20px;
    }
    #ToNumberID {
        min-width: 115px;
    }
    .refillDebitCredit button{
        float:none;
       display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#totalAmountToPay {
font-weight:600;
}

.cloudSolutionP p{
    word-wrap: break-word;
}


@media only screen and (max-width: 991px) and (min-width: 385px) {
    .home-tile.LineType {
        position: absolute;
        top: -5px;
        margin-left: 5px;
        font-size: 18px;
        right: -40px;
    }
}

#BillProfileSummery .fa {
    color: #D50037;
}

.fixline-payments-well {
    background-color: white;
}

.panel {
    margin-bottom: 20px;
    background-color: rgba(229, 225, 230, 0.4);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 16px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit !important;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 8px !important;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
 /*       background-color: #f5f5f5;*/
        border-color: #ddd;
        border-radius: 8px !important;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #D50037;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #D50037;
        border-color: #D50037;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #D50037;
        }

        .panel-primary > .panel-heading .badge {
            color: #D50037;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #D50037;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #202945;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #202945;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #202945;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #202945;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #202945;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #202945;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #202945;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #202945;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #202945;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #202945;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #202945;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#20294500', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20294500', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #202945 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.menu > .main-nav-item:hover {
    color: #DDD;
}

.panel-title > .panel-title-1:hover {
    color: #ccc;
    text-decoration: underline;
    font-style: italic;
}

.panel-title > .panel-title-1:active, .panel-title-1:hover {
    outline: 0;
}

.smsblock-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    padding-top: 5px;
}

.smsblock-input, .form-control {
    display: block;
    width: 100%;
    height: 40px;
/*    padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #202945 !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #202945;
    border-radius: 8px;
 /*   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
/*    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
/*    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.select2-container-legacy {
    z-index:0 !important;
}

.smsblock-btn {
    height: 34px !important;
    max-height: 34px !important;
    margin-left: auto !important;
}

.summary-buttons {
    margin-top:15px;
}

.summary-buttons-sepated-by-form {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-beyonmoney {
    transition: all 0.3s;
    min-width: 100px;
    max-height: 30px;
    background-color: #0047ba;
    border: 1px solid #0047ba;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .btn-beyonmoney:hover {
        border: 1px solid #0047ba;
        color: #0047ba;
    }