/* ---------------------------------------------------------
1. Embedded fonts styles
2. General reset
3. Common site styles
4. Custom form styles
5. ie8 styles
--------------------------------------------------------- */

/* ---------------------------------------------------------
1. Embedded fonts styles
--------------------------------------------------------- */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 6, 2014 */
@font-face {
  font-family:'Almarai';
  src: url('../fonts/Almarai-Regular.ttf') format('truetype');
}
@font-face {
  font-family:'Almarai-Bold';
  src: url('../fonts/Almarai-Bold.ttf') format('truetype');
}
@font-face {
  font-family:'Almarai-Light';
  src: url('../fonts/Almarai-Light.ttf') format('truetype');
}
@font-face {
  font-family:'Almarai';
  src: url('../fonts/Almarai-Regular.ttf') format('truetype');
}

/* ---------------------------------------------------------
2. General reset
--------------------------------------------------------- */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    font-family: Almarai, Arial;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* * set default text color
* set default font size, line height and font family
* set default background */
body {
    margin: 0;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 320px;
    font-size: 1.8em;
    font-family: Almarai, Arial;
}

input [type="email"], input [type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea {
    -webkit-appearance: none;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    max-width: 100%;
}

/* set styles for default page links */
a,
.btn:active {
    text-decoration: none;
    outline: none;
    outline: 0;
    box-shadow: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus, a:active, a:hover {
        outline: 0;
    }

/* set default styles in all browsers */
input, textarea, select {
    font: 100% Almarai, Arial;
    vertical-align: middle;
    color: #000;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="search"] {
    -webkit-appearance: none;
}

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

    input[type="search"]::-webkit-search-decoration {
        display: none;
    }

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
q {
    quotes: none;
}

    q:before, q:after {
        content: '';
        content: none;
    }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 0 0 1.2em;
}

.container .btn {
    font-size: 14px;
    line-height: 1.231em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin: 4px 26px 0 0;
    padding: 9px 20px 8px 20px;
    font-family: Almarai, Arial;
    letter-spacing: 1px;
}

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    background: url(../images/sprite.png) no-repeat -69px -274px;
    text-indent: -999em;
    overflow: hidden;
    width: 17px;
    height: 37px;
    display: block;
}

.glyphicon-chevron-right:before {
    background-position: -84px -267px;
}

/* ---------------------------------------------------------
3. Common site styles
--------------------------------------------------------- */
/* common class names */

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.blue-txt {
    color: #366452;
}

.green-txt {
    color: #008751;
    margin: 5px 0;
    display: table;
}

.line {
    border-bottom: solid 1px #dcdcdc;
}

.no-bdr {
    border: none !important;
}

.more-btn {
    border-bottom: solid 1px #366452;
    position: relative;
    line-height: 19px;
}

    .more-btn:after {
        position: absolute;
        left: -16px;
        top: 6px;
        border: solid 4px transparent;
        content: " ";
        border-left-color: #003893;
    }

.well-xs {
    border: none;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-family: Almarai, Arial;
    color: #666;
    background: #f4f4f4;
}

.label-lg {
    font-size: 22px;
    font-family: 'Almarai-Light';
    margin-bottom: 12px;
}

.label-md {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
    font-family: 'Almarai-Light';
}

.label-val-lg, .label-val-md {
    font-size: 21px;
    font-family: 'Almarai-Light';
    /* margin-top: -5px;
	*/
}

.label-val-md {
    font-size: 19px;
    /*margin-top: 0;*/
}

.row-filler {
    height: 26px;
    overflow: hidden;
    clear: both;
}

.terms-block {
    font-size: 14px;
    color: #aaa;
    line-height: 22px;
    display: block;
    font-family: 'Almarai-Light';
    margin-bottom: 15px;
}

    .terms-block a {
        color: #646464;
    }

.required-msg {
    font-family: 'Almarai-Light';
    font-size: 14px;
    background: #FFEEC8;
    padding: 7px 12px;
    border-radius: 5px;
    margin-top: 10px;
}
/* header styles */
#header {
    background: #f0f6fa;
    padding: 0 0 10px;
    /* margin: 0 0 31px;
	*/
    margin: 0;
}

.header-holder {
    /* margin: 0 0 23px;
	*/
    margin: 0 0 10px;
}

    .header-holder .navbar-default {
        background: url(../images/bg-header.png);
        padding: 1px 0 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

.navbar-nav {
    text-transform: uppercase;
    font-size: 15px;
}

    .navbar-nav > li.home-nav {
        margin-right: 7px;
    }

        .navbar-nav > li.home-nav + li:before {
            display: none;
        }

        .navbar-nav > li.home-nav a {
            display: block;
            background: url('../images/home.png') no-repeat center center;
            min-width: 21px;
            text-indent: -999em;
            overflow: hidden;
            height: 46px;
        }

    .navbar-nav > li {
        position: relative;
        margin: 0 13px 0 0;
        padding: 0 0 0 9px;
    }

        .navbar-nav > li:before {
            content: '';
            position: absolute;
            height: 11px;
            left: 0;
            bottom: 4px;
            width: 1px;
            background: #9eb5ac;
        }

        .navbar-nav > li:first-child:before {
            display: none;
        }

        .navbar-nav > li:first-child {
            padding: 0;
        }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav > li > a {
            padding: 0;
            color: #fff;
            position: relative;
            background: none;
            line-height: 18px;
        }

            .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a {
                color: #fff;                
                padding: 17px 0 0;
            }

                .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
                    color: #e1edf6;
                }

                    .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after, .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 3px;
                        width: 100%;
                        background: #fff;
                    }

.navbar-default .navbar-nav.navbar-right > li > a:hover:after, .navbar-default .navbar-nav.navbar-right > li > a:focus:after {
    display: none;
}

.navbar-default .navbar-nav.navbar-right > li > a {
    padding: 0;
}

    .navbar-default .navbar-nav.navbar-right > li > a:hover {
        text-decoration: underline;
    }

.navbar-default .navbar-nav.navbar-right .glyphicon.glyphicon-cog {
    color: #fff;
    font-size: 27px;
    line-height: 30px;
}

    .navbar-default .navbar-nav.navbar-right .glyphicon.glyphicon-cog:hover {
        text-decoration: none;
        color: #9db6b4;
    }

.navbar-default .navbar-nav.navbar-right > li:first-child {
    padding: 17px 18px 0 0;
}

.navbar-default .navbar-nav.navbar-right > li {
    padding: 8px 0 17px 20px;
    margin-right: 0;
}

    .navbar-default .navbar-nav.navbar-right > li:before {
        height: auto;
        bottom: 0;
        top: 0;
        background: #739386;
    }

.navbar-nav.navbar-right:last-child {
    margin: 0;
}

.container-fluid, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}

/* page logo styles */
.logo.center {
    float: none;
}

.logo {
    float: left;
    /*width: 230px;*/
    width: 370px;
    /*height: 126px;*/
}

    .logo img {
        display: block;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .logo img:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

.messages-box {
    position: relative;
    margin: 0 auto;
    width: 40px;
}

.link-message, .link-turn {
    float: right;
    width: 52px;
    height: 44px;
    margin: 8px 3px 0 0;
    position: relative;
}

.link-message {
    background: url('../images/sprite.png') no-repeat;
    margin: 8px auto 0;
    float: none;
    display: block;
}

    .link-message:hover {
        background: url('../images/sprite.png') no-repeat 0 -210px;
    }

.link-turn {
    background: url('../images/sprite.png') no-repeat -52px 0;
}

    .link-turn:hover {
        background: url('../images/sprite.png') no-repeat -51px -210px;
    }

.badge {
    position: absolute;
    left: -5px;
    top: -4px;
    font-weight: normal;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #dc002e;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.header-box {
    float: right;
}

.header-frame .box {
    position: relative;
    margin: 29px 0 0;
    float: left;
    width: 286px;
    min-height: 55px;
}

    .header-frame .box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ced3d7;
    }

    .header-frame .box:first-child:before {
        display: none;
    }

    .header-frame .box img {
        float: left;
        margin: -2px 11px 0 17px;
    }

    .header-frame .box .text {
        overflow: hidden;
        color: #464646;
        padding: 3px 5px 0 0;
    }

.box .text span {
    font-size: 0.833em;
    line-height: 1.2em;
    display: block;
    padding: 0 0 1px;
}

.box .text .name {
    font-size: 1.333em;
    line-height: 1.125em;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    word-wrap: break-word;
}

.header-frame .box.login-box {
    font-size: 0.833em;
    line-height: 1.733em;
    color: #464646;
    width: 290px;
    padding: 0 0 0 25px;
}

.box.login-box p {
    margin: 0;
}

.header-frame .box.turn-box {
    width: 76px;
}

.header-frame .box.messages-box {
    width: 97px;
    padding: 0 0 0 9px;
}

/* main informative part styles */
#main {
    padding: 0 0 106px;
}

h1 {
    text-transform: uppercase;
    color: #3f4b59;
    margin: 0 0 3px;
    font-size: 1.5em;
    font-family: Almarai, Arial;
}

.table {
    margin: 48px 0 27px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
        border: none;
        font-weight: normal;
    }

    .table th {
        background: #f4f4f4;
        text-transform: uppercase;
        color: #666;
        font-size: 0.778em;
    }

    .table td {
        color: #000;
        font-size: 1em;
    }

.table-holder > thead > tr > td, .table-holder > tbody > tr > td, .table-holder > tfoot > tr > td {
    padding: 10px 0 24px 10px;
}

.table-holder tr.table-row td {
    padding: 10px 0 29px 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    border: none;
    padding: 11px 0 11px 10px;
}

.table tr.table-row > td {
    border: none;
}

.table-holder .col1 {
    width: 207px;
}

.table-holder .col2 {
    width: 367px;
}

.table-holder .col3 {
    width: 274px;
}

.table-holder tr.table-row td:first-child {
    padding: 10px 21px 26px;
}

.table-holder tr td:first-child {
    padding: 15px 21px 20px;
}

.table-holder tr th:first-child {
    padding: 11px 24px;
}

.omr {
    font-size: 1.389em;
    line-height: 1.120em;
    color: #008751;
    display: inline-block;
    vertical-align: top;
    margin: -1px 4px 0 0;
}

.table-holder .omr {
    max-width: 104px;
    min-width: 102px;
}

.omr span {
    font-size: 0.560em;
    line-height: 1.214em;
}

.table .btn {
    float: right;
}

.table .btn-custom {
    float: none;
    margin-top: -8px;
    margin-right: 0;
    padding: 6px 15px;
}

.table-list .btn {
    margin-left: 9px;
    margin-right: 0;
}

.table-list .table tr td {
    padding-top: 22px;
    padding-bottom: 20px;
    color: #000;
}

.table-list .btn.pull-left {
    margin-left: 0;
    margin-right: 9px;
}

.table-list table tr td.col-1 {
    width: 32%;
    font-size: 20px;
}

.table-list .col-2 {
    width: 34%;
}

.protect {
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0;
    font-size: 0.888em;
    line-height: 1.187em;
    text-decoration: underline;
    position: relative;
    padding-left: 13px;
    cursor: pointer;
}

    .protect:hover {
        text-decoration: none;
    }

    .protect:before {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        top: 5px;
        border: solid 4px transparent;
        border-left-color: #003893;
    }

    .protect.enable:before {
        border-left-color: transparent;
        border-top-color: #366452;
        top: 8px;
    }

.container .jumbotrons {
    color: #fff;
    font-size: 1.556em;
    line-height: 1.214em;
    position: relative;
    z-index: 1;
    padding: 40px 20px 105px 37px;
    border-radius: 0;
    overflow: hidden;
}

.jumbotrons h1 {
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 9px;
    word-wrap: break-word;
    color: #fff;
}

.jumbotrons p {
    margin-bottom: 30px;
    font-size: 0.964em;
}

.jumbotrons img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: none;
}

.jumbotrons.blue {
    background: #003893;
}

.jumbotrons.red {
    background: #910d10;
}

.jumbotrons .btn {
    text-transform: uppercase;
    font-size: 0.889em;
    line-height: 1.125em;
    padding: 12px 15px 13px;
}

/* additional navigation styles */
#nav {
    background: #ffffff;
    font-size: 0.778em;
    line-height: 1em;
    padding: 31px 5px 0 18px;
    text-transform: uppercase;
}

    #nav ul {
        list-style: none;
        margin: 0;
        padding: 0 0 10px;
    }

    #nav .item-list {
        background: #e1edf6;
        margin: 0 -5px 0 -18px;
        padding: 35px 5px 25px 18px;
    }

    #nav ul li {
        display: table;
        width: 100%;
        height: 31px;
        margin: 0 0 23px;
    }

    #nav ul span:first-child {
        width: 46px;
        padding: 0 12px 0 0;
        text-align: center;
    }

    #nav ul span {
        display: table-cell;
        vertical-align: middle;
    }

    #nav .badge {
        font-style: normal;
        position: static;
        margin: 0 0 0 4px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

/* .icons */
.ico {
    background-image: url(../images/sprite-icons.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 27px;
}

    .ico.credit-card {
        background-position: 3px -282px;
    }

    .ico.rates {
        background-position: 0 -244px;
        height: 34px;
    }

    .ico.atm {
        background-position: 1px -211px;
        height: 29px;
    }

    .ico.pro-cheque {
        background-position: 5px -170px;
    }

    .ico.block {
        background-position: 5px -134px;
        height: 28px;
    }

    .ico.pin {
        background-position: 0 -108px;
    }

    .ico.cheque {
        background-position: 0 -72px;
        height: 30px;
    }

    .ico.product {
        background-position: 0 -38px;
    }

    .ico.insuarance {
        background-position: 0 0;
    }

h2 {
    color: #3f4b59;
    font-size: 28px;
    line-height: 0.958em;
    margin: 0 0 27px;
    text-transform: uppercase;
}

/* sticky text styles */
.sticky {
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-size: 19px;
}

    .sticky.green {
        color: #afbd21;
    }

    .sticky.right-align {
        right: 0;
    }

/* account-list styles */
.graph-list {
    margin-top: -34px;
    margin-bottom: -15px;
    position: relative;
    z-index: 5;
    margin-right: -29px;
    margin-left: -29px;
}

    .graph-list ul, .graph-list ol.slides {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .graph-list ol.slides {
        position: relative;
        z-index: 16;
        overflow: visible;
    }

    .graph-list .carousel-indicators {
        bottom: 10px;
    }

    .graph-list > ul > li {
        float: left;
        width: 33.33%;
        /* padding: 45px 10px;
	*/
        padding: 17px 10px;
        border-left: solid 1px #dcdcdc;
        position: relative;
        /* padding-bottom: 70px;
	*/
        padding-bottom: 25px;
    }

        .graph-list > ul > li:first-child {
            border-left: none;
            /* padding-left: 0;
	*/
            border-right: 0;
        }

.main-table .graph-list .title-wrapper {
    text-align: center;
    text-transform: uppercase;
}

.main-table .graph-list h3 {
    width: auto;
    float: none;
    text-transform: uppercase;
    color: #ccc;
    font-size: 24px;
    font-weight: normal;
    /* text-align: center;
	*/
    margin-bottom: 5px;
}

.graph-list h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Almarai-Bold';
}

.graph-list .img-wrapper {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}

    .graph-list .img-wrapper img {
        margin-bottom: 17px;
    }

    .graph-list .img-wrapper p {
        padding: 0 25px;
    }

.img-wrapper .counter-text {
    position: absolute;
    left: 37px;
    top: 62px;
    color: #366452;
    width: 187px;
    text-align: center;
}

.fill .img-wrapper .counter-text {
    color: #366452;
}

.img-wrapper .counter-text strong {
    display: block;
    font-size: 39px;
    font-family: 'Almarai-Bold';
    line-height: 31px;
}

.img-wrapper canvas {
    position: relative;
    z-index: 2;
    margin-top: -27px;
    margin-bottom: -31px;
    width: 240px;
    height: 240px;
}

.img-wrapper .counter-fill {
    position: absolute;
    left: 11px;
    top: 0;
    z-index: 3;
}

.graph-list .btn-wrapper {
    text-align: center;
    position: relative;
    z-index: 10;
}

.popup-details {
    position: absolute;
    left: 55px;
    top: 35px;
    background: #fff;
    z-index: 10;
    width: 556px;
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    text-align: left;
    display: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    /* filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=0, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=2, Direction=270);
	*/
}

.last-item .popup-details {
    left: auto;
    right: 48px;
}

    .last-item .popup-details:after {
        left: auto;
        right: 60px;
    }

.popup-details:after {
    display: block;
    left: 60px;
    top: -22px;
    content: " ";
    border: solid 11px transparent;
    position: absolute;
    border-bottom-color: #f5f5f5;
}

.popup-details .detail-header {
    background: #f4f4f4;
    padding: 15px 40px;
    overflow: hidden;
    border-radius: 2px;
}

.popup-details .popup-detail-content {
    padding-bottom: 35px;
}

.popup-details .popup-head {
    border-bottom: solid 1px #dcdcdc;
    padding: 25px 26px 20px;
    overflow: hidden;
}

.popup-details .details-date {
    float: left;
    width: 31%;
    text-transform: uppercase;
    margin-right: 5px;
}

.popup-details .popup-head .details-list {
    float: left;
    /*width: 23%;
	margin-left: 55px;*/
    margin-right: 15px;
}

.details-list.credit {
}

.details-list .icon {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background: url(../images/sprite.png) no-repeat left -360px;
    margin-right: 9px;
}

.details-list.credit .icon {
    background-position: left -360px;
}

.details-list.credit strong {
    color: #1a9e49;
}

.details-list.debit .icon {
    background-position: -43px -360px;
}

.details-list.debit strong {
    color: #dc182e;
}

.popup-detail-content .block {
    float: left;
}

    .popup-detail-content .block strong {
        display: block;
        font-size: 18px;
        font-family: 'Almarai-Bold';
        font-weight: normal;
        line-height: 19px;
    }

.popup-details .details-list-content {
    padding: 22px 0;
}

    .popup-details .details-list-content .info {
        font-size: 15px;
        padding: 3px 26px;
        margin-bottom: 5px;
    }

.popup-details .list-block {
    width: 60%;
    float: left;
    margin-right: 35px;
}

.popup-details .btn-block {
    float: left;
    width: 30%;
    padding-left: 18px;
}

.popup-details .details-list-content li {
    border-top: solid 1px #ccc;
    padding: 11px 0 8px 26px;
    overflow: hidden;
}

.popup-details .entry {
    width: 50%;
    float: left;
}

.popup-details .amount {
    float: right;
    color: #008751;
    font-family: 'Almarai-Light';
    font-size: 24px;
    margin-top: -3px;
}

.popup-details .details-list-content h5 {
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.popup-details .details-list-content .date {
    font-size: 14px;
}

/* form generic styles */
.sub-holder {
    padding: 0 15px;
    background: #fcfcfc;
}

/* info list styles */
.info-list {
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
}

    .info-list li {
        display: inline-block;
        padding-left: 35px;
        padding-right: 20px;
    }

    .info-list .circle-small {
        width: 55px;
        height: 55px;
        display: block;
        border-radius: 50%;
        float: left;
        color: #fff;
        font-size: 18px;
        padding: 18px 7px;
        margin-right: 9px;
    }

    .info-list .info-txt {
        float: left;
        width: 60%;
        font-size: 16px;
    }

        .info-list .info-txt strong {
            font-size: 39px;
            text-align: center;
            line-height: 36px;
            font-family: 'Almarai-Bold';
        }

    .info-list .box-small {
        width: 18px;
        height: 20px;
        display: inline-block;
        margin-right: 18px;
        float: left;
    }

.green-theme {
    background: #c3c8f3;
}

.blue-theme {
    background: #0a52d4;
}

/* bar graph styles */
.summary-graph {
    padding: 30px 0px 16px 31px;
    /* background: #f6f6f6;*/
    background: #e1edf6;
    margin-bottom: 40px;
}

    .summary-graph h4 {
        width: 28.75%;
        font-size: 24px;
        text-transform: uppercase;
        display: block;
        margin-top: 19px;
        float: left;
        line-height: 24px;
    }

    .summary-graph .div-bar-graph {
        width: 22%;
        position: relative;
        float: left;
    }

.div-bar-graph ul {
    margin: 0;
    list-style: none;
    border-left: solid 1px #ccc;
    padding-top: 20px;
    padding-left: 25px;
    margin-top: -11px;
}

.div-bar-graph .progress-holder {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 1;
    right: 0;
    width: 80%;
}

.progress-holder .bar {
    height: 22px;
    /* position: absolute;
	*/
    /* left: 0;
	*/
    /* right: 0;
	*/
    /* top: 0;
	*/
    margin-bottom: 15px;
}

.div-bar-graph li {
    display: inline-block;
    border-left: solid 1px #ccc;
    width: 18px;
    height: 102px;
    position: relative;
}

.div-bar-graph .graph-value {
    position: absolute;
    left: -7px;
    top: -14px;
    font-size: 11px;
}

.summary-graph .info-list {
    display: inline-block;
    width: 400px;
    margin-top: 8px;
    float: left;
    padding-left: 17px;
}

    .summary-graph .info-list li {
        padding: 0 0 0 8px;
        width: 174px;
        display: inline-block;
        vertical-align: top;
    }

/* accordian list styles */
.accordian-list h2 {
    padding: 0 20px;
    font-size: 24px;
    margin-bottom: 12px;
}

.accordian-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordian-list li {
    border-top: solid 1px #ccc;
    padding: 20px 20px 20px 23px;
    font-family: 'Almarai-Light';
    color: #000;
}

.accordian-list .btn {
    margin-bottom: 10px;
    margin-right: 10px;
}

.accordian-list .header {
    position: relative;
}

.accordian-list li:first-child {
    border-top: none;
}

.accordian-list li.active {
    background: #f7f7f7;
}

.accordian-list .details {
    width: 45%;
    float: left;
}

.accordian-list .term {
    font-size: 21px;
    line-height: 29px;
}

.accordian-list .details .date {
    font-size: 18px;
}

.accordian-list .amount {
    display: inline-block;
    float: right;
    width: 34%;
    text-align: right;
    margin-right: 70px;
    font-size: 25px;
    margin-top: 9px;
}

    .accordian-list .amount small {
        font-size: 14px;
        margin-right: 4px;
    }

.accordian-list .btn-icon {
    position: absolute;
    right: 25px;
    top: 7px;
    width: 28px;
    height: 30px;
    /* background: yellow;
	*/
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    -webkit-user-select: none;
}

    .accordian-list .btn-icon:after {
        background: url(../images/sprite.png) no-repeat left top;
        content: " ";
        position: absolute;
        display: block;
        width: 28px;
        height: 30px;
        background-position: -10px -327px;
        right: 0;
        top: 0;
    }

.accordian-list .active .btn-icon:after {
    background-position: -40px -326px;
    content: "_";
}

.accordian-list .active .sub-details {
    display: block;
}

.accordian-list .sub-details {
    padding-top: 15px;
    display: none;
}

.accordian-list .content-details {
    width: 50%;
}

.accordian-list .sub-details .btn-wrapper .btn {
    float: right;
    margin-top: -55px;
    margin-right: 25px;
}

/* spotlight styles */
.spotlight {
    margin-bottom: 23px;
    margin-top: 11px;
    position: relative;
}

    .spotlight .sticky-description {
        position: absolute;
        left: 37px;
        top: 40px;
        color: #fff;
        width: 58%;
    }

    .spotlight .carousel-indicators {
        left: 43px;
        margin-left: 0;
        text-align: left;
        bottom: 5px;
    }

        .spotlight .carousel-indicators li {
            opacity: 0.5;
        }

        .spotlight .carousel-indicators .active {
            opacity: 1;
            background: #fff;
        }

.btn-close {
    position: absolute;
    right: 19px;
    top: 19px;
    background: white;
    z-index: 80;
    width: 18px;
    height: 18px;
    text-indent: -999em;
    background: url(../images/sprite.png) no-repeat -67px -313px;
    cursor: pointer;
}

    .btn-close:hover {
        opacity: 0.8;
    }

.spotlight h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 7px;
}

.spotlight .description {
    font-size: 28px;
    font-family: 'Almarai-Light';
    line-height: 33px;
    margin-bottom: 34px;
}

.spotlight .btn-lg {
    font-size: 24px;
    font-family: Almarai, Arial;
    padding-left: 21px;
    padding-bottom: 12px;
    padding-top: 12px;
}

/* sidebar styles */
#sidebar {
    padding: 9px 0 0 0;
}

    #sidebar h2 {
        font-size: 1.714em;
        line-height: 1.125em;
        color: #0a52d4;
        margin: 0 0 18px;
    }

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

    .widget .wid-title {
        font-size: 16px;
        text-transform: uppercase;
    }

    .widget .wid-content {
        padding: 20px 20px 34px;
        position: relative;
    }

        .widget .wid-content h4 {
            color: #900d0f;
            margin: 0;
            font-size: 20px;
        }

.contact-widget .wid-title {
    background: #910d10;
    padding: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

.contact-widget .wid-content {
    background: url(../images/widget-contact.jpg);
}

    .contact-widget .wid-content .btn-link {
        color: #000;
    }

.contact-widget .contact-icon {
    position: absolute;
    right: 16px;
    bottom: 28px;
    width: 67px;
    height: 66px;
    background: url(../images/contact-icon.png) no-repeat;
}

/* footer styles */
.entry-page.doc-loaded footer {
    background: #f0f6fa!important;
    font-size: 0.778em;
    line-height: 1.214em;
    text-transform: uppercase;
    color: #000;
    padding: 22px 0 18px;
}

#footer p {
    margin: 0;
    overflow: hidden;
}

.link-box {
    float: right;
}

    .link-box span {
        padding: 0 10px;
    }

    .link-box a {
        color: #000;
    }

.main-form {
    padding: 0 0 3px;
    position: relative;
    clear: both;
}

.select-box {
    padding: 26px 0 10px 0px;
    margin-top: -6px;
}

    .select-box:after {
        content: "";
        display: block;
        clear: both;
    }

    .select-box p {
        float: left;
        margin: 9px 39px 0 0;
    }

.jcf-select-drop .jcf-option-hideme {
    display: none;
}

.select-box select {
    float: left;
}

.main-form h1 {
    margin: 0;
}

.main-form select {
    margin: 0;
    width: 355px;
}

.main-table {
    position: relative;
    margin: 4px 0 10px;
    border: 1px solid #dcdcdc;
}

    .main-table .heading {
        border-bottom: 1px solid #dcdcdc;
        padding: 34px 29px 15px;
        position: relative;
    }

    .main-table .profile-details {
        padding: 0 29px 15px;
    }

    .main-table .heading dl, .profile-details dl {
        margin: 0;
        padding: 20px 0;
        font-size: 0.888em;
        line-height: 1.1875em;
        text-transform: uppercase;
    }

        .heading dl dt, .profile-details dl dt {
            float: left;
            color: #333;
            width: 200px;
            padding: 0 10px 0 2px;
            font-weight: normal;
        }

.profile-details.custom dl dt {
    width: 120px;
    text-transform: none;
}

.heading dl dd, .profile-details dl dd {
    overflow: hidden;
    color: #009966;
    padding: 0 0 13px;
}

.profile-details dl dd {
    color: #333;
    text-transform: none;
}

.main-table:before, .main-table .heading:before {
    height: 10px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fafafa;
}

.main-table .heading:before {
    top: auto;
    bottom: 0;
}

.main-table:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    /*background: #d7de90;*/
    background: #0a52d4;
}

.main-table .box-holder {
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
}

.main-table .main-holder .box-holder {
    margin: 0 -17px 0 0;
    padding: 0;
}

.main-table .box-btn {
    padding: 19px 0 0 18px;
    position: relative;
    z-index: 1;
}

.main-table h2 {
    color: #366452;
    text-transform: uppercase;
    font-size: 1.333em;
    line-height: 1.125em;
    margin: 0 0 10px;
}

    .main-table h2 span {
        color: #008751;
    }

.main-table h3 {
    color: #333;
    font-size: 1.166em;
    line-height: 1.150em;
    margin: 0 10px 9px 5px;
    width: 340px;
    float: left;
}

.main-table .main-holder h3 {
    margin: 0 0 9px 5px;
    width: auto;
}

.main-table .main-holder h3 {
    float: none;
    overflow: hidden;
}

.main-table .box {
    overflow: hidden;
    padding: 17px 57px 12px 73px;
    border-top: 1px solid #dcdcdc;
}

.main-table .main-holder .box {
    padding: 17px 57px 12px 23px;
}

.main-table .box:first-child {
    border: none;
    padding: 23px 57px 8px 73px;
}

.main-table .main-holder .box:first-child {
    padding: 25px 57px 8px 23px;
}

.main-table .box.text-box .number {
    font-size: 1.500em;
    line-height: 1.111em;
    word-wrap: break-word;
}

.main-table .number {
    font-size: 2.500em;
    line-height: 1.133em;
    color: #008751;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}

.cash-box {
    padding: 97px 0 0;
}

.main-table .omr {
    font-size: 1.333em;
    line-height: 1.13em;
    text-transform: uppercase;
    float: none;
    min-width: 150px;
}

.main-table .main-holder .omr {
    float: right;
}

.main-table .box.limit-box {
    color: #999;
    font-size: 0.888em;
    line-height: 1.187em;
    padding: 23px 57px 8px 27px;
}

.limit-box span {
    color: #666;
    padding: 0 22px 0 0;
}

.account-box .number {
    font-size: 0.889em;
    line-height: 1.313em;
    padding: 6px 0 0;
    color: #039d49;
}

.main-table .btn {
    font-size: 0.778em;
    line-height: 1.214em;
    padding: 8px 12px 8px 12px;
    margin: 0 0 10px;
}

.main-holder {
    position: relative;
    overflow: hidden;
    padding: 0 0 28px;
}

    .main-holder:after {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        z-index: -3;
        background: #fbfbfb;
        width: 31.3333%;
    }

    .main-holder .shadow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 33.1333%;
        border-left: 1px solid #dcdcdc;
        overflow: hidden;
    }

        .main-holder .shadow:before {
            content: "";
            position: absolute;
            z-index: -2;
            top: 0;
            bottom: 0;
            left: -1px;
            width: 1px;
            -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
        }

.money-box {
    float: left;
    font-size: 0.889em;
    line-height: 1.188em;
    width: 167px;
    padding: 35px 0 0;
    margin: 0 9px 0 0;
}

    .money-box .text {
        overflow: hidden;
        padding: 1px 0 0;
    }

    .money-box .number {
        font-size: 2.438em;
        line-height: 1.077em;
        display: block;
        color: #039d49;
        word-wrap: break-word;
    }

    .money-box .money {
        display: block;
        padding: 0 0 1px;
    }

.green-box {
    color: #039d49;
}

.blue-box {
    color: #003893;
}

.money-box.blue-box .number {
    color: #003893;
}

.money-box .omr {
    padding: 17px 0 0;
    width: 56px;
    height: 56px;
    background: #039d49;
    font-size: 18px;
    line-height: 22px;
    float: left;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    margin: 3px 10px 0 0;
    text-align: center;
}

.money-box.blue-box .omr {
    background: #003893;
}

.select-holder {
    background: #f5f7f7;
    padding: 28px 30px 0;
    position: relative;
    margin: 0 0 38px;
    overflow: hidden;
}

    .select-holder h2 {
        font-size: 24px;
        margin-top: 3px;
        margin-bottom: 18px;
    }

    .select-holder p {
        margin-bottom: 17px;
    }

    .select-holder .close {
        position: absolute;
        right: 5px;
        top: 28px;
        text-indent: -9999px;
        overflow: hidden;
        width: 20px;
        height: 21px;
        opacity: 1;
        filter: none;
        background: url('../images/sprite.png') no-repeat -70px -46px;
    }

        .select-holder .close.collapsed {
            background-position: 0 -72px;
        }

    .select-holder input.form-control {
        width: 331px;
        height: 43px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        line-height: 19px;
        color: #333;
        float: left;
        margin: 0 31px 0 0;
        padding: 11px 20px 13px;
    }

    .select-holder .jcf-select {
        height: 42px;
        margin: 0 21px 0 0;
        float: left;
        border: 1px solid #dedede;
        background: #edeff1;
    }

.input-collapse {
    padding-bottom: 30px;
}

.select-holder .protect {
    font-size: 1em;
    line-height: 1.166em;
    margin: 23px 0 34px 2px;
}

    .select-holder .protect:before {
        /* margin: 7px 9px 0 0;
	*/
    }

#main .jcf-select-select-day {
    width: 142px;
}

#main .jcf-select-select-month {
    width: 202px;
}

#main .jcf-select-select-year {
    width: 192px;
}

.select-holder .jcf-select .jcf-select-text {
    margin: 10px 45px 0 17px;
}

.jcf-select-select-search.jcf-select-drop .jcf-hover, .jcf-select-select-search.jcf-list-box .jcf-selected {
    background: #edeff1;
}

.input-box:after {
    content: "";
    display: block;
    clear: both;
}

.input-box {
    padding: 0 0 10px;
    margin-top: 10px;
    /* margin-top: 10px;
	*/
}

.from-to {
    background: #fff;
    width: 231px;
    float: left;
    border-radius: 3px;
    margin: 0 0 0 47px;
}

    .from-to:first-child {
        margin: 0;
    }

span.from {
    float: left;
    font-size: 16px;
    line-height: 19px;
    margin: 11px 0 0 20px;
    width: 47px;
}

.input-group {
    width: 194px;
    height: 43px;
    float: left;
}

    .input-group.date {
        margin-right: 65px;
        background: #fff;
        width: 243px;
        padding-left: 18px;
        padding-right: 18px;
        position: relative;
    }

        .input-group.date .input-group-addon {
            position: absolute;
            right: 26px;
            top: 6px;
        }

    .input-group input.form-control {
        width: 100%;
        color: #adadad;
    }

.input-group-addon {
    background: #fff;
    border: none;
    color: #008751;
    padding: 0;
}

    .input-group-addon .glyphicon-calendar,
    .from-group-custom .glyphicon-calendar.glyphicon {
        background: url('../images/sprite.png') no-repeat -47px -46px;
        width: 25px;
        height: 24px;
        display: block;
        margin: 0 auto;
        text-indent: -9999px;
        overflow: hidden;
        position: absolute;
    }

    .input-group-addon.inline {
        display: inline-block;
        /*margin-top: -5px;*/
        margin-left: 5px;
    }

        .input-group-addon.inline .glyphicon-calendar,
        .from-group-custom .glyphicon-calendar.glyphicon {
            background-position: -24px -409px;
            width: 22px;
            height: 22px;
            top: 8px;
            /*right: 0;*/
            right: -173px;
        }

.input-group input.form-control.hasDatepicker {
    padding: 11px 11px 13px 16px;
}

.input-group input.form-control::-moz-placeholder {
    color: #adadad;
}

.input-group input.form-control:-ms-input-placeholder {
    color: #adadad;
}

.input-group input.form-control::-webkit-input-placeholder {
    color: #adadad;
}

.range-box.input-box input.form-control {
    width: 86px;
    margin: 0 12px 0 0;
    padding: 11px 20px 13px;
}

.range-box.input-box {
    padding-left: 24px;
    padding-bottom: 20px;
}

.range-box .label {
    float: left;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 15px 0 0;
    color: #333;
    font-weight: normal;
}

.range-box .label-to {
    font-size: 14px;
    line-height: 22px;
}

.submit-btn {
    float: left;
    font-size: 14px;
    line-height: 17px;
    padding: 7px 25px 9px 25px;
    margin: 4px 0 0;
}

.table-block .heading {
    overflow: hidden;
    padding: 0 16px 0 0;
}

    .table-block .heading a {
        float: right;
        text-indent: -9999px;
        overflow: hidden;
        width: 33px;
        height: 37px;
        margin: 0 0 0 15px;
    }

        .table-block .heading a:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }

.adobe {
    background: url('../images/sprite.png') no-repeat -62px -75px;
}

.exel {
    background: url('../images/sprite.png') no-repeat -30px -75px;
}

.table-block h2 {
    padding: 9px 0 0;
    margin: 0 0 18px;
    overflow: hidden;
}

.table-block .table {
    margin: 0 0 21px;
}

    .table-block .table td {
        line-height: 1.333em;
        color: #666;
        border-top: none;
        padding: 15px 0 15px;
        border-bottom: 1px solid #d6d6d6;
    }

    .table-block .table th {
        padding: 11px 0 10px;
        vertical-align: middle;
    }

    .table-block .table .name {
        font-size: 1.222em;
        line-height: 1.136em;
        display: block;
        color: #3A3A3A;
        font-weight: normal;
    }

.table p {
    margin: 0;
}

.table-block .omr {
    font-size: 1.333em;
    line-height: 1.125em;
    color: #008751;
    text-transform: uppercase;
}

.table-block .table .col1 {
    width: 168px;
    padding: 11px 25px;
    vertical-align: middle;
}

.table-block .text-align-center th {
    /* text-align: center;
	*/
}

.table-block .table .col2 {
    width: 289px;
    vertical-align: middle;
}

.table-block .col3 {
    width: 122px;
}

.table-block .col4 {
    width: 142px;
}

.table-block .col5 {
    width: 127px;
}

.table-block time {
    color: #000;
    display: block;
    padding: 1px 0 0 20px;
}

.table .first-line td {
    padding: 33px 0 15px;
}

.table .action-wrapper .btn {
    float: none;
    margin-right: 7px;
    margin-top: -7px;
}

/* table list styles */
.table-list {
    margin-bottom: 56px;
}

    .table-list .heading {
        padding-right: 0;
        margin-bottom: 14px;
    }

    .table-list .table > thead > tr > th {
        background: none;
        font-size: 24px;
        color: #3f4b59;
    }

    .table-list h2 {
        padding-bottom: 15px;
        padding-left: 22px;
        padding-right: 20px;
        margin-bottom: 10px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .table-list .table tr td, .table-list .table tr th {
        padding-left: 22px;
        font-size: 17px;
        font-family: Almarai, Arial;
    }

/* pagination block styles */
.pagination {
    margin: 0;
    padding: 0 5px 0 0;
    list-style: none;
    color: #666;
    font-size: 0.778em;
    line-height: 1.214em;
    float: right;
}

    .pagination li {
        float: left;
        margin: 0 12px;
    }

        .pagination li a {
            color: #2a4d3e;
            border: none;
            padding: 0;
        }

            .pagination li a:hover {
                text-decoration: underline;
            }

    .pagination .prev {
        margin: 0 4px 0 14px;
    }

    .pagination .next {
        margin: 0 14px 0 13px;
    }

    .pagination .prev a {
        color: #2a4d3e;
    }

    .pagination .next a {
        color: #2a4d3e;
    }

    .pagination li a:hover, .pagination li a:active, .pagination li a:focus {
        background: none;
        color: #2a4d3e;
    }

    .pagination li.disabled a {
        color: #ccc;
    }

        .pagination li.disabled a:hover, .pagination li.disabled a:active, .pagination li.disabled a:focus {
            color: #ccc;
        }

    .pagination .first {
        margin: 0 3px 0 0;
    }

    .pagination .last {
        margin: 0 0 0 11px;
    }

    .pagination strong {
        margin: 0 5px;
        font-weight: normal;
    }

.main-section .main-table {
    margin: 0;
}

.sub-box {
    background: #f3f7e7;
    position: relative;
    overflow: hidden;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.balance-holder {
    overflow: hidden;
    padding: 40px 20px 0;
}

    .balance-holder ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .balance-holder .reset-top {
        margin-top: -20px;
    }

    .balance-holder li {
        padding: 12px 0;
        overflow: hidden;
        border-top: 1px solid #c2c6b9;
    }

        .balance-holder li:first-child {
            border-top: none;
        }

    .balance-holder .block {
        width: 55%;
        display: inline-block;
        float: left;
        padding: 8px 0;
    }

    .balance-holder .btn-block {
        /* width: 0%;
	*/
        display: inline-block;
        width: 16%;
        text-align: right;
        padding: 0;
        float: right;
    }

        .balance-holder .btn-block .btn {
            margin: 0;
        }

    .balance-holder .amount {
        width: 28%;
        /* display: inline-block;
	*/
        text-align: left;
        color: #009966;
    }

.circle {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    margin: -2px 18px 0 1px;
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.22);
}

    .circle.plus {
        background: url('../images/sprite.png') no-repeat 0 -117px;
    }

    .circle.minus {
        background: url('../images/sprite.png') no-repeat -49px -117px;
    }

.balance-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 184px;
    padding: 0 10px 0 0;
}

    .balance-box .title {
        font-weight: normal;
        display: block;
    }

    .balance-box .omr-number {
        display: block;
        font-weight: bold;
        font-size: 1.166em;
        line-height: 1em;
    }

    .balance-box .btn {
        text-transform: uppercase;
        position: absolute;
        right: 0;
        top: 3px;
        margin: 0 0 0 5px;
        padding: 8px 10px;
    }

.due {
    font-size: 1em;
    line-height: 1.277em;
    padding: 0 0 20px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #c2c6b9;
}

    .due time {
        padding: 0 0 0 8px;
    }

        .due time span {
            padding: 0 5px;
        }

.info-block {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin: 0 56px;
    padding: 30px 40px 11px;
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.22);
}

    .info-block .circle.power {
        position: absolute;
        top: -31px;
        left: 50%;
        width: 56px;
        height: 56px;
        margin: 0 0 0 -27px;
        background: url('../images/sprite.png') no-repeat -4px -258px;
    }

    .info-block .info-box {
        border-top: 1px solid #e5e5e5;
        padding: 18px 0 20px;
    }

        .info-block .info-box:first-child {
            border: none;
        }

    .info-block .title, .info-block .omr {
        font-size: 1.166em;
        line-height: 1.142em;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
    }

    .info-block .title {
        width: 338px;
        padding: 0 10px 0 0;
    }

    .info-block .btn {
        text-transform: uppercase;
        font-size: 0.777em;
        line-height: 1.214em;
        float: right;
        margin: -5px 4px 0 0;
        padding: 8px 10px;
    }

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .accessibility:focus {
        position: static;
        width: auto;
        height: auto;
    }

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.advance-search {
    padding-bottom: 20px;
}

.half-field {
    /* padding: 5px 0;
	*/
}

    .half-field label {
        float: left;
        margin: 10px 10px 10px 0;
        font-weight: normal;
    }

    .half-field input[type="text"] {
        width: 100px;
        /* margin-right: 45px;
	*/
    }

    .half-field .btn {
        margin-left: 28px;
    }

/* ---------------------------------------------------------
5. ie8 styles
--------------------------------------------------------- */
/* ie sprite call */
.lt-ie9 .carousel-indicators li, .lt-ie9 .info-list .circle-small, .lt-ie9 .spotlight .carousel-indicators .active, .lt-ie9 .indicator-green-round:after, .lt-ie9 .progress-list .step {
    background: url(../images/ie-sprite.png) no-repeat left top;
}

.lt-ie9 .carousel-indicators li {
    background-position: left top;
    width: 13px;
    margin: 0;
}

.lt-ie9 .carousel-indicators .active {
    background-position: -12px top;
}

.lt-ie9 .info-list .circle-small {
    width: 57px;
    height: 57px;
}

    .lt-ie9 .info-list .circle-small.blue-theme {
        background-position: left -20px;
    }

    .lt-ie9 .info-list .circle-small.green-theme {
        background-position: -56px -20px;
    }

.lt-ie9 .spotlight .carousel-indicators li {
    opacity: 1;
    background-position: -35px 1px;
    outline: 0;
    border: 0;
    width: 12px;
}

.lt-ie9 .spotlight .carousel-indicators .active {
    background-position: -24px 1px;
    background-color: transparent;
    margin-left: 0;
    padding-left: 0;
}

/* .lt-ie9 .indicator-green-round:after {
	background-position: left -86px;
	height: 21px;
	width: 21px;
	padding-top: 4px;
}
*/
.lt-ie9 .inner-full-sec ol li a {
    padding-right: 10px;
}

.lt-ie9 .progress-list .step {
    background-position: left -113px;
    width: 46px;
}

.lt-ie9 .progress-list .inactive .step {
    background-color: transparent;
    background-position: -92px -113px;
}

.lt-ie9 .progress-list .active .step {
    background-color: transparent;
    background-position: -46px -113px;
}

.lt-ie9 .profile-section .form-control {
    width: 350px;
}










/* datepicker custom styles */
.datepicker {
    background: #003893;
    border: solid 6px #003893;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-family: Almarai, Arial;
    /* display: none;
	*/
    color: #FFFFFF;
    font-size: 14px;
}

.half-field input.date-picker {
    width: 67%;
    margin-right: 0;
}

.bootstrap-datetimepicker-widget td.day {
    font-size: 15px;
    /* border: solid 1px #7B7A7A;
	*/
    /* border-radius: 11px;
	*/
    padding: 2px;
}

.info-icon {
    background: url(../images/sprite.png) left -421px;
    width: 28px;
    height: 18px;
    right: 12%;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

    .info-icon:hover .show-info-icon {
        display: block;
    }

.show-info-icon {
    display: none;
    background: #EAEAE9;
    padding: 5px;
    width: 85px;
    top: 20px;
    position: absolute;
    right: 0;
}

    .show-info-icon span {
        padding-left: 14px;
        font-size: 13px;
        float: left;
        display: block;
        width: 100%;
        color: #1a1a1a;
        position: relative;
    }

        .show-info-icon span:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 2px;
            width: 9px;
            height: 9px;
            background: green;
            border-radius: 25px;
        }

    .show-info-icon .icon-blue:after {
        background: rgb(195, 200, 243);
    }

    .show-info-icon .icon-red:after {
        background: rgb(10, 82, 212);
    }

/* add payee */
.bills-nav {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
}

    .bills-nav ul {
        list-style: none;
        position: relative;
        padding: 25px;
    }

        .bills-nav ul:before {
            height: 10px;
            left: 0;
            content: '';
            background: #fafafa;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .bills-nav ul li a {
            color: #333;
            font-family: 'Almarai-Bold';
            text-transform: uppercase;
            font-size: 17px;
        }

        .bills-nav ul .list-active a {
            color: #999999;
        }

        .bills-nav ul li {
            position: relative;
            padding-left: 12px;
            margin: 15px 0;
        }

    .bills-nav li:after {
        background: url(../images/sprite.png) left -434px;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 7px;
        top: 5px;
        height: 11px;
    }

.inner-first-sec p {
    font-family: Almarai, Arial;
    margin-bottom: 10px;
}

.inner-first-sec {
    margin-bottom: 25px;
}

.form-cover .large-teel-text {
    color: #008751;
    display: block;
    font-size: 27px;
    font-family: 'Almarai-Light';
    clear: both;
}

.inner-first-sec .select-box {
    width: 100%;
    float: left;
}

.form-cover {
    margin-top: 10px;
    padding-bottom: 0;
}

    .form-cover p {
        font-family: 'Almarai-Light';
        margin: 10px 0;
        font-size: 23px;
    }

    .form-cover input[type="text"] {
        height: 42px;
        margin-bottom: 10px;
        background: #f9f9f9;
        color: #666;
        font-family: Almarai, Arial;
    }

    .form-cover .jcf-select {
        width: 100%;
    }

    .form-cover .form-control::-webkit-input-placeholder {
        color: #666;
        font-family: Almarai, Arial;
        font-weight: normal;
    }

    .form-cover input[type="text"]:focus {
        border: none;
        box-shadow: none;
        border: 1px solid #ccc;
        font-family: Almarai, Arial;
    }

.font-in-black {
    font-family: 'Almarai-Bold';
}

.inner-full-sec {
    margin: 10px 0;
    /* float: left;
	*/
}
    /*.inner-full-sec h2 {
	color: #003893;
	font-size: 24px;
	margin-bottom: 15px;
}*/
    .inner-full-sec ol {
        padding: 0;
        display: inline-block;
        margin-bottom: 10px;
    }

        .inner-full-sec ol li {
            float: left;
            list-style-position: inside;
            color: #003399;
            font-size: 14px;
            text-transform: uppercase;
        }

            .inner-full-sec ol li a {
                /* padding-right: 36px;
	*/
                padding-right: 21px;
            }

.full-select-section .jcf-select {
    float: right;
}

.full-select-section {
    /*float: left;*/
    /* margin-bottom: 20px;
	*/
    width: 100%;
    margin-bottom: 30px;
}

.txt-small-sec {
    width: 40%;
    float: left;
    margin-right: 15px;
}

    .txt-small-sec .btn {
        margin: 0;
    }

    .txt-small-sec .txt-box {
        color: #666;
        font-family: Almarai, Arial;
        font-weight: normal;
        height: 42px;
        margin-bottom: 10px;
        background: #f9f9f9;
    }

        .txt-small-sec .txt-box::-webkit-input-placeholder {
            color: #666;
            font-family: Almarai, Arial;
            font-weight: normal;
        }

        .txt-small-sec .txt-box:focus {
            border: none;
            box-shadow: none;
            border: 1px solid #ccc;
            font-family: Almarai, Arial;
        }

.inner-full-sec .table .pay-button {
    margin-right: 0;
    display: inline-block;
    float: none;
}

.inner-full-sec .table .edit-icon, .inner-full-sec .table .close-icon, .f-l-close-icon {
    width: 31px;
    height: 31px;
    float: none;
    margin-right: 0;
}

.inner-full-sec .table .edit-icon {
    background: #0a52d4 url(../images/sprite.png) no-repeat 2px -459px;
}

.inner-full-sec .table .close-icon, .f-l-close-icon {
    background: #0a52d4 url(../images/sprite.png) no-repeat 3px -484px;
}

.inner-full-sec .table th {
    position: relative;
}

.small-arrow {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #366452;
    margin-left: 6px;
}

.inner-full-sec .table tr.table-row > td {
    border-bottom: 1px solid #ccc;
}

.full-select-section h4 {
    color: #666;
    font-family: Almarai, Arial;
    float: left;
    line-height: 24px;
}

.btn.btn-primary.edit-icon,
.btn.btn-primary.close-icon {
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-primary.pay-button {
    padding: 6px 15px;
    text-align: center;
}

/* .indicator-green-round:after {
	content: 'R';
	padding-top: 3px;
	background: #009933;
	width: 20px;
	text-align: center;
	margin-left: 5px;
	height: 20px;
	border-radius: 100px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: absolute;
}
*/
.indicator-green-round {
    background: url(../images/r-icon.png) no-repeat left;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/* 120 */
.inner-first-sec {
    /* padding-right: 50px;
	*/
    font-family: Almarai, Arial;
}

.two-texts-head {
    margin-top: 80px;
}

    .two-texts-head h3 {
        font-family: 'Almarai-Light';
        color: #333;
    }

.text-fst {
    float: left;
    color: #333;
    font-family: 'Almarai-Light';
    font-weight: normal;
    font-size: 1.4em;
}

.text-rgt {
    float: right;
    font-family: 'Almarai-Light';
    font-weight: normal;
    font-size: 1.4em;
}

/* 040mob */
.supporting-head {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
    display: block;
    margin-top: 10px;
}

/* 030mob */
.thin-txt-head {
    font-family: 'Almarai-Light';
    font-size: 1.5em;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

.container .btn.reduce-mg {
    margin-right: 10px;
}

.ele-width .jcf-select {
    width: 100%;
}

.container .f-l-btn, .container .f-l-close-icon {
    float: left;
}

#content .light-head {
    font-family: 'Almarai-Light';
    color: #333;
}

input.show-date:checked ~ .datepicker-icon {
    display: inline-block;
    position: relative;
}

.from-group-custom {
    margin-bottom: 50px;
}

    .from-group-custom.type-2 {
        position: relative;
    }

input.show-date2:checked ~ .datepicker-icon {
    display: block;
}

.from-group-custom .datepicker-icon .dynamic-date-picker {
    position: absolute;
    left: 0;
}

.from-group-custom.type-2 .datepicker-icon .dynamic-date-picker {
    /*  left: 20px;*/
}

.radio-inline .show-date2-txt {
    position: relative;
}

.input-group-addon.inline.datepicker-icon {
    display: none;
    position: relative;
}

.input-group-addon .sticky-label {
    position: absolute;
    left: -160px;
    top: 10px;
    font-size: 16px;
}

.datepicker-icon .dynamic-date-picker {
    position: absolute;
    /*right: -22px;*/
    width: 145px;
    margin-top: 5px;
    /* top: 5px;
	*/
    height: 30px;
}

.carousel-control {
    top: 55%;
}

.navbar-default .navbar-nav.navbar-right > li.link-ar {
    padding: 16px 18px 20px 15px;
}

.main-table .box.limit-box.middle {
    padding: 22px 57px 22px 23px;
}

.main-holder.padding-btm-none {
    padding-bottom: 0;
}

.heading .bold-style {
    font-size: 24px;
    font-family: 'Almarai-Bold';
    margin-top: 25px;
    margin-bottom: 0;
}

.normal-txt {
    font-size: 24px;
    font-family: Almarai, Arial;
    margin-top: 0;
    margin-bottom: 0;
}

.support-txt-small {
    color: #3f4b59;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    float: right;
}

.table-block .heading.padding-none {
    padding-right: 0;
}

.first-line-two-main {
    font-size: 16px;
}

    .first-line-two-main p {
        color: #000;
        float: left;
    }

.table.first-line-two-main .first-line-two {
    padding-left: 15px;
}

.first-line-two-main .btn {
    margin-right: 0;
    margin-left: 10px;
}

/* entry page styles */
.entry-page {
    /* background: #dfebf5 url(../images/bg-symbol.png) no-repeat 102% top;  
   background: #dfebf5 url(../images/bg-symbol.jpg) no-repeat 82% top */
    background: #e6edf9 url(../images/bg-symbol.jpg) no-repeat 82% top;
}

    .entry-page #header {
        background: none;
    }

    .entry-page .logo {
        display: inline-block;
        /*float: left;*/
        margin-top: 15px;
        /* margin-bottom: 7px;
	*/
        text-align: center;
    }

    .entry-page h1 {
        text-transform: none;
        color: #0a52d4;
        font-size: 36px;
        font-family: 'Almarai-Light';
        letter-spacing: 4px;
        /* margin-bottom: 40px;*/
        margin-top: 40px;
        margin-left: 77px;
        text-align: center;
    }

    .entry-page .main-section {
        background: #eaeaea;
        border-top: 5px solid #0a52d4;
    }

.main-section {
    overflow: hidden;
    /* padding: 65px;
	*/
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 53px;
}

    .main-section.no-sidebar {
        background: #fff;
    }

        .main-section.no-sidebar aside {
            background: #fff;
            padding-left: 30px;
            padding-right: 70px;
        }

        .main-section.no-sidebar .form-section:after {
            display: none;
        }

    .main-section .form-section {
        padding: 30px 70px 56px 74px;
        background: #fff;
        position: relative;
    }

.form-return-msg {
    text-align: center;
    padding: 5%;
    text-transform: uppercase;
    color: #039c49;
    max-width: 85%;
}

    .form-return-msg .icon {
        background: url(../images/sprite.png) no-repeat left -500px;
        display: inline-block;
        width: 85px;
        height: 87px;
    }

    .form-return-msg h3 {
        font-family: 'Almarai-Light';
        font-size: 32px;
        line-height: 45px;
        color: #afbd20;
    }

.main-section .form-section.inner {
    padding-left: 97px;
    /* padding-right: 155px;
	*/
}

.main-section .form-section form {
    /* padding-right: 61px;
	*/
}

.main-section .form-section:after {
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    width: 22px;
    background: url(../images/sidebar-shadow.png) no-repeat left center;
    content: " ";
}

.form-section .form-group {
    margin-left: 0;
    margin-right: 0;
    /* margin-bottom: 30px;
	*/
}

.from-group-custom .radio-inline {
    position: static;
}

.from-group-custom .datepicker-icon {
    position: absolute!important;
    left: 170px;
    top: 36px;
    height: 30px;
}

.from-group-custom.type-2 .datepicker-icon {
    top: 58px;
    left: 145px;
}

.from-group-custom.type-2 .sticky-label {
    left: -145px;
}

.form-section .radio-label {
    padding-right: 20px;
    min-width: 245px;
    display: inline-block;
    font-size: 18px;
}

.form-section .radio {
    margin-bottom: 10px;
}

.form-section .form-custom .radio label {
    font-size: 22px;
}

.form-section .form-custom .radio input[type="radio"] {
    margin-top: 6px;
}

.form-custom {
    margin-top: 25px;
}

.form-section.inner .form-custom p.small-info {
    color: #bbb;
    margin-bottom: -10px;
}

.form-section .jcf-select {
    margin-bottom: 0;
}

.form-section .jcf-select, .form-section .form-control, .form-section .checkbox {
    margin-left: 23px;
}

.form-section.custom .jcf-select {
    margin-left: 0;
}

.form-section .checkbox {
    margin-top: -11px;
    /* margin-bottom: 9px;
	*/
}

.form-section.inner .checkbox {
    margin-left: 0;
    margin-bottom: 0;
}

.form-section input.form-control {
    width: 94%;
    line-height: 29px;
    height: 42px;
}

.form-section.inner .form-control {
    width: 100%;
    margin-left: 0;
    background: #f5f7f6;
    font-family: Almarai, Arial;
    color: #666;
    font-size: 16px;
}

.auth-code {
    margin: 5px 0;
}

.resent-link {
    font-size: 16px;
}

.form-section.inner .form-control.custom-width {
    width: 127px;
    height: 29px;
    position: absolute;
    /* right: -138px;*/
    /*  margin-left: 15px;*/
    /* left:38px;*/
}

.form-section.inner .small-box {
    width: 17%;
    margin-right: 2px;
}

.form-section .display-inline {
    display: inline-block;
}

.form-section.inner .medium-box {
    width: 81%;
}

.form-section.inner .jcf-select {
    margin-left: 0;
    width: 100%;
}

.form-section h2 {
    color: #0a52d4;
    font-size: 30px;
    letter-spacing: 1px;
}

.form-section.inner h2 {
    line-height: 35px;
    margin-bottom: 28px;
}

.form-section.inner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

    .form-section.inner p.form-info {
        font-size: 16px;
        color: #8c8c8c;
    }

.form-section .small-title {
    font-size: 16px;
    color: #356452;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.form-section label {
    font-size: 21px;
    font-family: Almarai, Arial;
    font-weight: normal;
    text-transform: uppercase;
}

.form-section.inner label {
    text-transform: none;
    font-size: 15px;
}

.form-section .form-custom .terms-block {
    font-size: 19px;
    font-family: 'Almarai-Light';
    color: #333;
}

label.checkbox-inline.terms-block a {
    color: #366452;
    font-family: 'Almarai-Bold';
    border-bottom: solid 1px #366452;
    font-size: 16px;
}

.form-section .control-label {
    text-align: left;
    padding-left: 0;
    padding-top: 12px;
    letter-spacing: 1px;
}

.form-section .checkbox label {
    text-transform: none;
    font-size: 18px;
}

.form-section .forgot {
    font-size: 16px;
    float: right;
    display: inline-block;
    margin-top: 14px;
    border-bottom: solid 1px #366452;
    line-height: 17px;
}

.form-group.custom {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    /* margin-bottom: 23px;
	*/
}

    .form-group.custom label {
        color: #366452;
        font-size: 21px;
        position: relative;
    }

    .form-group.custom .control-label {
        padding-top: 40px;
        margin-right: -13px;
    }

    .form-group.custom .radio-inline {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 15px;
        width: 77px;
    }

        .form-group.custom .radio-inline label {
            width: 77px;
            height: 77px;
            min-width: 5px;
        }

        .form-group.custom .radio-inline .radio-input:checked ~ label .mask {
            background-position: -77px 0;
        }

.lt-ie9 .form-group.custom .radio-inline .radio-input.hidden {
    display: block!important;
    visibility: visible!important;
    opacity: 0!important;
}

.lt-ie9 .form-group.custom .radio-inline .active .mask {
    background-position: -77px 0!important;
}

.edit-section .form-group.custom .radio-inline .radio-input:checked ~ label .mask {
    background-position: -154px 0;
}

.lt-ie9 .edit-section .form-group.custom .radio-inline .active .mask {
    background-position: -154px 0!important;
}

.edit-section .radio-input:checked ~ label .mask:after {
    display: block;
}

.lt-ie9 .edit-section .active .mask:after {
    display: block!important;
}

.edit-section .form-group.custom .mask:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 34px;
    height: 34px;
    background: url(../images/sprite.png) no-repeat -67px -620px;
    display: none;
}

.form-group.custom .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: url(../images/sprite-mask.png) no-repeat left top;
    cursor: pointer;
}

.main-section .btn-lg, .form-group.btns .btn-lg, .form-section .btn-lg {
    font-size: 24px;
    padding-right: 26px;
    padding-left: 29px;
}

.main-section .btn-link, .form-group.btns .btn-link {
    text-transform: none;
    text-decoration: underline;
    font-size: 22px;
    letter-spacing: 0;
    /* font-family: 'Almarai-Light';
	*/
}

.main-section .btn, .form-group.btns .btn {
    border-radius: 4px;
    font-family: Almarai, Arial;
}

.main-section aside {
    background: #eaeaea;
    padding: 30px 80px 20px 52px;
}

    .main-section aside h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .main-section aside .icon-thumb {
        margin-bottom: 40px;
    }

    .main-section aside .custom-msg {
        font-size: 24px;
        color: #0a52d4;
        text-transform: uppercase;
        margin-bottom: 55px;
        line-height: 24px;
    }

.progress-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 35px;
}

    .progress-list.custom-progress {
        margin-top: 25px;
    }

    .progress-list.tab {
        /* display: inline-block;
	*/
        margin-bottom: 27px;
    }

        .progress-list.tab li {
            display: inline-block;
            padding-left: 13.7%;
            position: relative;
            margin-right: -4px;
        }

            .progress-list.tab li:after {
                content: "";
                position: absolute;
                left: 0;
                top: 22px;
                background: #ccc;
                right: 0;
                height: 1px;
                z-index: 1;
            }

            .progress-list.tab li:first-child {
                padding-left: 0;
            }

                .progress-list.tab li:first-child:after {
                    display: none;
                }

    .progress-list li {
        overflow: hidden;
        margin-bottom: 14px;
    }

    .progress-list .step {
        background: #ccc;
        color: white;
        width: 48px;
        height: 47px;
        display: block;
        text-align: center;
        padding-top: 14px;
        float: left;
        font-size: 18px;
        border-radius: 100px;
        position: relative;
        z-index: 2;
    }

    .progress-list .active .step {
        background-color: #0a52d4;
    }

    .progress-list .inactive .step {
        background-color: #cccccc;
    }

    .progress-list .step-details {
        padding-left: 18px;
        overflow: hidden;
        padding-top: 14px;
        font-size: 21px;
    }

/* sub section styles */
.sub-section {
    padding-left: 5%;
}

    .sub-section .sidebar {
        /* position: relative;
	*/
        /* padding-right: 30px;
	*/
        text-align: center;
    }

        .sub-section .sidebar:after {
            position: absolute;
            left: -34px;
            top: 0;
            bottom: 0;
            width: 1px;
            background: #c8d3dc;
            content: " ";
        }

    .sub-section h3 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 22px;
    }

    .sub-section p, .sub-section ol li {
        font-family: 'Almarai-Light';
        font-size: 18px;
        line-height: 24px;
        /* margin-bottom: 8px;
	*/
    }

    .sub-section ol {
        padding-left: 24px;
    }

        .sub-section ol li {
            margin-bottom: 18px;
        }

.sub-content {
    margin-top: 35px;
    max-width: 1070px;
}

.sub-links {
    margin-top: 40px;
}

    .sub-links a {
        margin-left: 8px;
        border-left: solid 1px #333;
        padding-left: 10px;
        color: #333;
        font-size: 16px;
    }

        .sub-links a:first-child {
            margin-left: 0;
            padding-left: 0;
            border-left: 0;
        }

/* form popup styles */
.form-popup-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg-transparent.png);
    z-index: 99;
    text-align: center;
}

    .form-popup-wrapper .form-popup-content {
        background: #feffc6;
        padding: 25px;
        max-width: 500px;
        margin: 73px auto 0;
        border: solid 1px #c1c1bf;
        box-shadow: 8px 8px 0px #cccccc;
        position: relative;
        z-index: 9999;
    }

.form-popup-content .popup-message {
    padding: 20px 26px;
}

.form-popup-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #366452;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    z-index: 999;
    padding: 6px 13px;
    font-weight: normal;
    font-family: 'Almarai-Light';
    font-size: 23px;
    filter: alpha(opacity=100);
}

.form-popup-content h3 {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 28px;
    color: #366452;
    margin-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.site-loader {
    background: url(../images/site-loader.gif) no-repeat center center;
    width: 100%;
    height: 100px;
}

/* 29/12/14 */
.sub-blue-head {
    font-family: 'Almarai-Bold';
    color: #0a52d4;
    margin: 15px 0;
    display: block;
    font-size: 20px;
}

.cover-sec p {
    margin-top: 25px;
}

.cover-sec .btn {
    border-radius: 5px;
    font-family: Almarai, Arial;
    font-size: 16px;
    padding: 16px 48px;
}

.form-return-msg.two {
    margin: 0 auto;
}

    .form-return-msg.two h3 {
        font-family: Almarai, Arial;
        letter-spacing: 3px;
        color: #afbd20;
    }

    .form-return-msg.two p {
        color: #333333;
        text-transform: none;
    }

.spotlight-sec {
    position: relative;
    margin-bottom: 30px;
}

    .spotlight-sec h3 {
        position: absolute;
        top: 64px;
        left: 52px;
        color: #366452;
        font-size: 50px;
        text-transform: uppercase;
        line-height: 1;
    }

#content .ex-lg {
    font-size: 20px;
    padding: 10px 48px;
    font-family: Almarai, Arial;
    margin-right: 10px;
    position: relative;
}

.form-section .normal-size {
    font-size: 16px;
    text-transform: inherit;
}

.form-section .jcf-select {
    width: 94%;
}

.inner-cover .jcf-select {
    margin-left: 0;
    width: 94%;
}

.v-midlle {
    padding-top: 12px;
    display: inline-block;
}

.m-l-zero input[type="text"] {
    margin-left: 0;
}

.form-group.btns {
    margin-top: 20px;
}

.inner-cover {
    margin: 25px 0;
}

.focus-arrow {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: 40%;
    display: block;
    border-style: solid;
    border-width: 14px 15px 0 15px;
    border-color: #366452 transparent transparent transparent;
}

#content .btn.btn-primary.ex-lg.ligher, .btn-ligher {
    color: #366452;
    background: #d7de90;
    border: 1px solid #d7de90;
}

#content .btn.btn-primary.btn-ligher:hover {
    background: #C9D085;
    border: 1px solid #d7de90;
}

#content .btn-wide:hover {
    background: #366452;
}

a.btn.btn-primary.ex-lg.btn-wide {
}

.inner-cover .form-group.inner-gap {
    margin: 30px 0;
}

.form-section .control-label.padding-reset {
    padding-left: 15px;
}

.inner-cover .highlight-color {
    color: #366452;
    position: relative;
    font-weight: bold;
}

.inner-cover .terms-block {
    color: #000;
}

.highlight-color:before {
    content: '';
    display: block;
    border-bottom: 1px solid #d3d9e7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.help-icon {
    width: 25px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 15px;
    background: url(../images/sprite.png) no-repeat right -406px;
}

.icon-plus-txt {
    font-size: 16px;
}

.inner-cover .form-return-msg.three {
    padding: 0;
    margin-bottom: 50px;
}

.form-return-msg.three h4 {
    color: #afbd20;
}

.inner-cover .large-txt-highlight {
    font-size: 22px;
    color: #333;
    position: relative;
    letter-spacing: 4px;
    font-family: 'Almarai-Bold';
}

    .inner-cover .large-txt-highlight:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid #adadad;
    }

#content .btn.btn-primary.ex-lg.btn-wider {
    text-align: center;
    padding: 12px 25px;
    margin: 0 20%;
}

.inner-cover .inner-gap .checkbox {
    margin: 10px 0;
    padding-left: 0;
}

.inner-cover .main-table .heading {
    padding-top: 15px;
}

    .inner-cover .main-table .heading h2 {
        font-size: 25px;
        margin: 7px 0;
        color: #333;
    }

.inner-cover .main-table .table th {
    background: #e7ebbc;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: bold;
    color: #333;
    text-transform: inherit;
    font-size: 16px;
}

.inner-cover table {
    margin-top: 0;
}

.inner-cover .main-table table p {
    margin-bottom: 0;
}

.inner-cover .table.first-line-two-main .first-line-two {
    padding-left: 30px;
}

.inner-cover .first-line .align-first {
    float: left;
    margin-left: 0;
}

.inner-cover .main-table {
    margin-bottom: 25px;
}

.inner-cover .twise-lists {
    padding-left: 0;
    list-style: none;
}

    .inner-cover .twise-lists li {
        margin: 15px 0;
    }

        .inner-cover .twise-lists li:before {
            content: '';
            width: 6px;
            height: 11px;
            display: inline-block;
            background: url(../images/sprite.png) no-repeat left -160px;
        }

.inner-cover .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/* swich-style */
.switch-sec {
    position: relative;
}

    .switch-sec .switch-base {
        width: 67px;
        height: 41px;
        background: url(../images/sprite.png) no-repeat left -636px;
        /* display: inline-block;
	*/
        position: absolute;
        top: -10px;
        left: 65px;
        cursor: pointer;
        -webkit-user-select: none;
    }

    .switch-sec input[type="checkbox"] {
        display: none;
    }

    .switch-sec input.active ~ label .switch-base {
        background-position: left -592px;
    }

.switch-active, .switch-inactive {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    padding: 0 50px;
}

.switch-inactive {
    padding-left: 14px;
}

.switch-sec input.active ~ label .switch-active {
    color: #2cd33d;
    font-weight: bold;
}

/* profile edit section styles */
.edit-section h2 {
    margin-top: 25px;
    padding-bottom: 18px;
    border-bottom: solid 1px #dcdcdc;
}

.form-wrapper-inline {
    display: inline-block;
    /* float: right;
	*/
    width: 40%;
}

.switch-sec.form-wrapper-inline .switch-base {
    /* min-width: 5px;
	*/
    /* position: relative;
	*/
    left: 0;
    top: -10px;
}

.switch-sec.form-wrapper-inline {
    min-height: 43px;
    margin-left: 28px;
}

.profile-section .form-wrapper-inline .form-control {
    width: 100%;
}

p.small-info, .form-section.inner p.small-info {
    font-size: 15px;
    font-family: 'Almarai-Light';
    line-height: 17px;
}

.profile-section .form-control {
    width: 40%;
}

.edit-section {
    border-bottom: solid 1px #dcdcdc;
    /* padding-bottom: 30px;
	*/
    margin-bottom: 35px;
}

    .edit-section.last {
        border: 0;
    }

    .edit-section .form-group.custom {
        border: 0;
        margin-bottom: 0;
    }

    .edit-section label {
        min-width: 180px;
        font-weight: normal;
    }

    .edit-section .form-group.custom .radio-inline {
        padding-top: 0;
        padding-bottom: 0;
    }

.switch-block {
    margin-top: 13px;
}

/* swap-content styles */
.swap-content {
    background: #efefef;
    padding: 15px;
    margin: 0;
    list-style: none;
    color: #666;
    min-height: 160px;
    overflow-y: auto;
}

.swap-arrows {
    position: absolute;
    right: -10px;
    top: 55px;
    z-index: 1;
}

    .swap-arrows span {
        background: url(../images/sprite.png) no-repeat left -696px;
        cursor: pointer;
        width: 22px;
        height: 18px;
        display: block;
        text-indent: -999em;
        margin-bottom: 15px;
        -webkit-user-select: none;
    }

    .swap-arrows .remove-link {
        background-position: left -714px;
    }

.swap-content li {
    padding: 3px;
    cursor: pointer;
}

    .swap-content li:hover, .swap-content li.active {
        background: #FFFFFF;
    }

/* loader styles */
.ajax-check {
    font-family: Almarai, Arial;
    font-size: 14px;
    margin-top: 14px;
    /* margin-bottom: 15px;
	*/
}

    .ajax-check .loader {
        background: url(../images/ajax-loader.gif) no-repeat left top;
        padding-left: 23px;
    }

    .ajax-check .msg {
        font-family: 'Almarai-Bold';
        font-size: 16px;
    }

    .ajax-check .success {
        color: #019d4a;
    }

    .ajax-check .error {
        color: #d91930;
    }

/* custom keyboard styles */
.key-controls {
    position: absolute;
    left: 0;
    top: 80px;
    width: 717px;
    background: #e6e6e6;
    text-align: center;
    box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.3);
    border-top: solid 7px #356452;
    padding: 25px 5px;
    z-index: 9;
    margin-top: 42px;
    display: none;
}

    .key-controls.show-number-only {
        width: 210px;
    }

.show-number-only .hide-number {
    display: none !important;
}

.show-number-only .space, .show-number-only .enter, .show-number-only .shift {
    display: none !important;
}

.key-controls .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #376352;
    width: 85px;
    height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-family: Almarai, Arial;
    font-size: 16px;
    padding-top: 4px;
    cursor: pointer;
}

    .key-controls .close-btn small {
        margin-left: 5px;
        font-size: 100%;
    }

.key-controls .left-keys {
    float: left;
    width: 77%;
}

.key-controls.show-number-only .left-keys {
    display: none;
}

.key-controls .key {
    background: #fff;
    margin: 4px;
    /* padding: 5px;
	*/
    width: 36px;
    height: 33px;
    display: inline-block;
    padding-top: 7px;
    font-size: 18px;
    font-family: 'Almarai-Bold';
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -webkit-user-select: none;
}

    .key-controls .key:hover {
        background: #4446AB;
        color: #fff;
    }

.key-controls .extra-keys {
    overflow: hidden;
    clear: both;
}

.key-controls .left-keys .extra-keys {
    margin-top: 15px;
    /* display: inline-block;
	*/
    margin-left: 10px;
}

.key-controls .extra-keys .key {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #356452;
    border-bottom: solid 3px #abb6bc;
    border-right: solid 2px #abb6bc;
    padding-top: 6px;
    float: left;
    font-weight: normal;
}

    .key-controls .extra-keys .key.shift {
        width: 127px;
    }

    .key-controls .extra-keys .key.clear {
        background: #cccccc;
        border: none;
        color: #27343d;
    }

    .key-controls .extra-keys .key.back {
        background: #afbd20;
        border: none;
        color: #fff;
        margin-left: 20px;
    }

    .key-controls .extra-keys .key.space {
        width: 245px;
        /* margin-top: 15px;
	*/
        border: none;
    }

.key-controls .number-keys {
    padding-top: 40px;
}

.label-md .bold-nd-highlight-txt {
    font-family: Almarai, Arial;
    font-weight: bold;
    color: #366452;
    text-decoration: none;
    border-bottom: 1px solid #366452;
    font-size: 14px;
}

.form-custom .base-ash-txt {
    color: #ccc;
}

.container .btn.simple-btn {
    margin: 0;
}

.inner-three-col {
}

.scroll-cover {
}

.inner-three-col .scroll-list {
    padding-left: 0;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 0;
    height: 210px;
}

    .inner-three-col .scroll-list li {
        list-style: none;
        border-top: 1px solid #fff;
        border-top: 1px solid #ccc;
        position: relative;
    }

        .inner-three-col .scroll-list li:first-child {
            border-top: none;
            border-top: none;
        }

    .inner-three-col .scroll-list a {
        color: #333;
        padding: 5px 15px;
        display: block;
        cursor: hand;
        text-decoration: none;
    }

    .inner-three-col .scroll-list .select-active {
        background: #e6edf9;
    }

.scroll-cover .scroll-head {
    color: #ffffff;
    padding: 10px;
    background: #0a52d4;
    display: block;
    font-size: 14px;
}

.inner-three-col h1 {
    display: inline-block;
}

.inner-three-col .sub-txt {
    margin: 0;
    font-family: 'Almarai-Light';
    color: #333;
    font-size: 17px;
    margin-left: 20px;
}

.inner-three-col .main-form {
    margin-bottom: 10px;
}

.suport-small-txt {
    font-size: 14px;
    margin: 0;
    display: block;
    color: #4a4c4d;
}

.mail-icon {
    background: url(../images/sprite.png) right -657px;
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.group-icons {
    float: right;
    width: 50px;
}

.arrow-icon {
    background: url(../images/sprite.png) right -685px;
    display: inline-block;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 15px;
    margin-top: 6px;
    cursor: pointer;
    top: 10px;
}

.block-txt {
    margin: 0;
}

.attach-icon {
    background: url(../images/sprite.png) right -702px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.date-highlight {
    float: right;
    font-family: 'Almarai-Light';
    color: #366452;
    font-size: 16px;
    font-weight: normal;
}

.from-address-sec {
    border-top: 1px solid #ccc;
    background: #f5f7f7;
    padding: 20px 15px;
    position: relative;
}

.mail-contorl-icons {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -khtml-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    background: #f7f7f7;
}

    .mail-contorl-icons li {
        display: inline-block;
        border-left: 1px solid #d2d2d2;
        padding: 3px 4px 0;
    }

        .mail-contorl-icons li:first-child {
            border-left: none;
        }

.mail-sm-icon {
    width: 21px;
    height: 16px;
    display: inline-block;
    background: url(../images/sprite.png) no-repeat;
}

.delete-icon {
    background-position: right -720px;
    margin-left: 6px;
    width:24px;
}

.reply-sender-icon {
    background-position: -59px -735px;
}

.reply-all-icon {
    background-position: -59px -722px;
    width: 23px;
}

.forward-icon {
    background-position: -82px -736px;
    width: 21px;
    height: 16px;
}

.from-content-sec, .from-address-sec {
    padding: 20px 15px;
}

    .from-content-sec p {
        color: #9d9d9d;
        font-size: 14px;
    }

.middle-sec-p-l, .p-l, .form-group .p-l {
    padding-left: 0;
}

.scroll-sec-p-r {
    padding-right: 0;
}

.slimScrollBar {
    right: 6px !important;
}

/* form type 2 styles */
.type-2 .jcf-select {
    width: 100%;
}

.type-2 .btn-lg {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.type-2 .control-label {
    font-weight: normal;
    font-size: 18px;
    text-align: left!important;
}

.block-section {
    margin-bottom: 38px;
}

.type-2 .green-txt {
    display: inline-block;
}

.type-2 .terms-block {
    color: #333;
    font-size: 21px;
}

.custom-table .table > thead > tr > th {
    vertical-align: top;
}

.custom-table td {
    font-size: 15px;
}

.bootstrap-datetimepicker-widget {
    /* margin-top: 30px!important; */
    margin-left: 30px;
}

.select-full {
    width: 100%;
}

.datepicker-icon.dynamic-date-picker.custom-align {
}

.custom-table:before, .custom-table:after,
.inner-full-sec:after, .inner-full-sec:before {
    content: " ";
    display: table;
}


/*custom-date-picker*/
.custom-date-picker {
}

    .custom-date-picker .glyphicon-calendar {
        background: url('../images/sprite.png') no-repeat -28px -417px;
        width: 22px;
        height: 25px;
        top: 8px;
        /* right: 0; */
        right: -138px;
        position: relative;
    }

        .custom-date-picker .glyphicon-calendar:before {
            display: none;
        }

.otp-field.last {
    width: 15%;
}
/*additional-classes*/
.custom-yellow-txt {
    color: #afbd21;
}

.green-lg {
    background: #afbd21;
    border: 0;
    color: #fff;
}

    .green-lg:hover {
        background: #B5C232;
    }

.custom-border-head {
    padding: 16px 42px;
    font-size: 24px;
    width: 100%;
}

.custom-table-wrap {
    position: relative;
    margin-bottom: 15px;
}

    .custom-table-wrap .table-list {
        margin-bottom: 0;
    }

    .custom-table-wrap .protect.toggle-me {
        margin-top: 0;
    }

.protect:before {
    border-left-color: #366452;
}

.custom-table-wrap .table-list .table > thead > tr > th {
    background: url(../images/heading-bg.jpg) repeat-x left top;
    padding-top: 23px;
    padding-bottom: 23px;
    width: 10%;
}

.custom-table-wrap:before {
    content: "";
    background: #e7ebbc;
    height: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.custom-table-wrap table {
    width: 100%;
    border: 1px solid #dcdcdc;
}

    .custom-table-wrap table tr {
        border-bottom: 1px solid #dcdcdc;
    }

        .custom-table-wrap table tr td {
            padding: 10px 33px;
        }

.large-txt {
    color: #366452;
    font-size: 39px;
}

    .large-txt small {
        font-size: 16px;
    }

.table-list .btn.aligned {
    margin-right: 10px;
}

.simple-table {
    margin-top: -1px;
    margin-bottom: 10px;
}

.table.simple-table tbody > tr > td {
    padding: 15px 0 15px 54px;
    vertical-align: middle;
}

.custom-m-b-0 {
    margin-bottom: 0;
}

td.green-bold-txt {
    font-weight: bold;
    color: #366452;
}
/*balance-holder.custom*/
.balance-holder.custom {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

    .balance-holder.custom .due {
        padding-left: 56px;
    }

ul.three-lists {
    margin-left: 56px;
    margin-top: 15px;
}

    ul.three-lists li {
        display: inline-block;
        padding-right: 95px;
    }

    ul.three-lists p {
        padding-bottom: 0;
        margin-bottom: 0;
        color: #333;
    }

.balance-holder.custom li {
    border: 0;
    position: relative;
}

.custom-plus-icon,
.custom-minus-icon {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.custom-plus-icon {
    background: url(../images/sprite.png) 0 -114px no-repeat;
}

.custom-minus-icon {
    background: url(../images/sprite.png) -49px -114px no-repeat;
}

.custom-white-box {
    background: #fff;
    position: relative;
    margin: 40px 40px 0;
    border: 1px solid #ccc;
}

.equal-icon {
    width: 60px;
    height: 60px;
    /* position: absolute; */
    /* top: 0; */
    background: url(../images/sprite.png) -41px -438px no-repeat;
    margin: 0 auto;
    display: block;
    margin-top: -39px;
}

.simple-table.white {
    padding: 0 3%;
    width: 89%;
    margin: 0 auto;
}

    .simple-table.white .btn.btn-primary {
        margin-right: 0;
    }

    .simple-table.white tbody > tr {
        border-top: 1px solid #ccc;
    }

        .simple-table.white tbody > tr:first-child {
            border-top: 0;
        }

        .simple-table.white tbody > tr > td {
            border: 0;
            padding-left: 0;
        }

.close.btn.btn-default {
    padding: 0;
    outline: none;
}

.doc-loaded footer {
    background: #f0f6fa!important;
    padding: 22px 0 18px;
}

.form-control:focus {
    border-color: #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px rgba(175,189,32,.075), 0 0 8px rgba(10,82,212,0.6);
    box-shadow: inset 0 1px 1px rgba(175,189,32,.075), 0 0 8px rgba(10,82,212, 0.6);
}

.form-control.date-picker.placeholder {
    /*width: 50%;*/
}

.select-holder input.form-control.date-picker {
    width: 50%;
}
.link-setting {
    top: 5px;
    right: 5px;
    padding: 8px 15px 20px 15px !important;
    background: url(../../../images/setting.png) no-repeat !important;
}

.link-setting:hover {
    background: url(../../../images/setting-hover.png) no-repeat !important;
}
.main-table .main-holder h3 {
    line-height: 1.550em !important;
}
h3 {
    line-height: 1.550em !important;
}
h2 {
    line-height: 2em !important;
}
.inner-full-sec .table th {
    vertical-align:bottom !important;
}
.form-cover p {
    font-size: inherit !important;
}