body:not(.rtl) {
    font-family: markpro, Teshrin, Arial, serif !important;
    font-size: 13px;
}

body.rtl {
    font-size: 15px;
    font-family: 'Cairo', sans-serif   !important;
    text-align: justify;
    font-size: 13px;
}

body.paddingTop {
    padding-top: 90px
}

/* because this file "style.css" used in ckeditor */
@media (max-width: 767px) {
    body.paddingTop {
        padding-top: 70px;
    }
}
a, a span {
    text-decoration: none;
}
img {
    max-width: 100%;
}

pre code {
    display: none
}

h1 {
    font-size: 140%;
    color: #00AEEF;
}

h2 {
    font-size: 130%;
    color: #0088BB;
}

h3 {
    color: #1a9fda;
}

h4 {
    font-size: 110%;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.rtl th {
    text-align: right;
}

h4 {
    font-size: 110%;
}

h1.dark {
    color: #369;
}

a:hover, a:focus {
    text-decoration: none
}

hr {
    margin: 0;
}

#content a.btn {
    text-decoration: none;
    /*font-family: 'Teshrin', 'GE SS', 'Verdana', 'Open Sans Condensed', 'sans-serif';*/
}

#content a.withBullet {
    text-decoration: none;
}

#content a.withBullet::before {
    content: "\e080";
    font-size: 12px;
    margin-right: 8px;
    line-height: 0;
}

.rtl #content a.withBullet::before {
    content: "\e079";
    margin-right: 0;
    margin-left: 8px;
}

#content a.withBullet:hover {
    text-decoration: none !important;
}

.rtl .col-lg-1, .rtl .col-md-1, .rtl .col-sm-1, .rtl .col-xs-1,
.rtl .col-lg-2, .rtl .col-md-2, .rtl .col-sm-2, .rtl .col-xs-2,
.rtl .col-lg-3, .rtl .col-md-3, .rtl .col-sm-3, .rtl .col-xs-3,
.rtl .col-lg-4, .rtl .col-md-4, .rtl .col-sm-4, .rtl .col-xs-4,
.rtl .col-lg-5, .rtl .col-md-5, .rtl .col-sm-5, .rtl .col-xs-5,
.rtl .col-lg-6, .rtl .col-md-6, .rtl .col-sm-6, .rtl .col-xs-6,
.rtl .col-lg-7, .rtl .col-md-7, .rtl .col-sm-7, .rtl .col-xs-7,
.rtl .col-lg-8, .rtl .col-md-8, .rtl .col-sm-8, .rtl .col-xs-8,
.rtl .col-lg-9, .rtl .col-md-9, .rtl .col-sm-9, .rtl .col-xs-9,
.rtl .col-lg-10, .rtl .col-md-10, .rtl .col-sm-10, .rtl .col-xs-10,
.rtl .col-lg-11, .rtl .col-md-11, .rtl .col-sm-11, .rtl .col-xs-11 {
    float: right;
}

@media (max-width: 767px) {
    .rtl .col-xs-12 {
        float: none;
    }
}

@media (max-width: 992px) {
    .rtl .col-sm-12 {
        float: none;
    }
}

@media (max-width: 1200px) {
    .rtl .col-md-12 {
        float: none;
    }
}

.invert_align {
    text-align: right;
}

.rtl .invert_align {
    text-align: left;
}

.invert_float {
    float: right;
}

.rtl .invert_float {
    float: left;
}

/* addon (bootstrap) */
.rtl #form-signin .input-group-addon:first-child {
    border-left: 0;
}

.rtl #form-signin .input-group .form-control:first-child,
.rtl #form-signin .input-group-addon:first-child,
.rtl #form-signin .input-group-btn:first-child > .btn,
.rtl #form-signin .input-group-btn:first-child > .dropdown-toggle,
.rtl #form-signin .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rtl #form-signin .input-group .form-control:last-child {
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid rgb(50, 118, 177);
}

.rtl #form-signin .input-group .form-control:last-child,
.rtl #form-signin .input-group-addon:last-child,
.rtl #form-signin .input-group-btn:last-child > .btn,
.rtl #form-signin .input-group-btn:last-child > .dropdown-toggle,
.rtl #form-signin .input-group-btn:first-child > .btn:not(:first-child) {
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#content .panel-heading a {
    color: white;
    text-decoration: none;
}

/* Modal */
.rtl .modal {
    direction: ltr;
}

.rtl .modal-dialog {
    direction: rtl;
}

.rtl .modal-header .close {
    float: left;
}

.rtl .modal-footer {
    text-align: left;
}

/* Tokenfield - Used in "Send Email" in Verify Certificate */
.tokenfield.form-control {
    padding: 8px 8px 2px 8px;
}

#content .tokenfield .token .close {
    text-decoration: none;
}

/* Pagination */
#content .pagination a {
    text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #E4E4E4;
}

.rtl .pagination > li > a,
.rtl .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0;
}

.rtl .pagination > li:first-child > a,
.rtl .pagination > li:first-child > span {
    border-radius: 0 4px 4px 0;
}

.rtl .pagination > li:last-child > a,
.rtl .pagination > li:last-child > span {
    border-radius: 4px 0 0 4px;
}

/*menu*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*menu end*/


/* ICDL */
/* BASICs */
html {
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-condbold-webfont.woff') format('woff'),
    url('fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS';
    src: url('fonts/ge-ss-med.eot');
}

@font-face {
    font-family: 'GE SS';
    src: url('fonts/ge-ss-med.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Teshrin";
    src: url("fonts/teshrin-regular.eot"); /* IE9*/
}
@font-face{
    font-family: Dubai;
    src: url('fonts/dubai/DubaiW23-Regular.ttf');
    font-weight: normal;
}
@font-face{
    font-family: Dubai;
    src: url('fonts/dubai/DubaiW23-Bold.ttf');
    font-weight: bold;
}

/*markpro font!!*/

@font-face {
    font-family: "markpro";
    src: url("/assets/css/fonts/markpro/MARKPRO.OTF") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "markpro";
    src: url("MARKPROBOLD.OTF") format("opentype");
    font-weight: bold;
    font-style: normal;
}



.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
    }
}

/* Prevent mobile browsers from zooming in when focusing on input fields */
@media (max-width: 768px) {
    input, select {
        font-size: 16px !important;
    }
}

.container.homeContainer {
    padding: 0;
}

#content a {
    text-decoration: underline;
}


/* searc form */
#navigation .search {
    position: relative;
    display: none;
}

.search .form-control {
    height: 26px;
}

#navigation .search .searchBar {
    width: 66.66%;
    left: 16.66%;
    float: left;
    position: relative;
}
.rtl #navigation .search .searchBar {
    left: auto;
    right: 16.66%;
    float: right;
}

#navigation .search .searchTrigger {
    float: right;
    background-color: transparent;
    color: white;
    font-size: 15pt;
    line-height: 9px;
    outline: none;
}

.rtl #navigation .search .searchTrigger {
    float: left;
}

#navigation .search .searchInput {
    padding-left: 30px;
    color: white;
    /*font: normal 13pt Teshrin, tahoma;*/
    background-color: transparent;
    border: none;
    outline: none;
}

.rtl #navigation .search .searchInput {
    padding-left: 5px;
    padding-right: 30px;
    text-align: right;
    direction: rtl;
}

#navigation .search .searchInput:focus {
    outline: none;
    border: none;
}

#navigation .search .searchIcon {
    position: absolute;
    margin: 5px;
    color: white;
    font-size: 11pt;
}

.rtl #navigation .search .searchIcon {
    right: 3px;
}

/* portal Login */
.portalLoginBackground {
    margin: 20px 0 -20px;
    background: url(../images/portal-login_page-En.jpg) no-repeat;
    background-position: right;
}

.rtl .portalLoginBackground {
    background-position: left;
}

#portalLogin {
    margin: 10px 20px 0;
    float: right;
}

.rtl #portalLogin {
    float: left;
}

#portalLogin a {
    background: #00385D url(../images/portalLogin.png) no-repeat left;
    border-radius: 14px 4px 4px 12px;
    padding: 3px 10px 3px 33px;
    color: white;
    height: 27px;
    display: none; /*display: block;*/
}

.rtl #portalLogin a {
    background: #00385D url(../images/portalLogin.png) no-repeat 129%;
    border-radius: 4px 14px 14px 4px;
    padding: 3px 33px 3px 10px;
}


#portalLinks {
    float: right;
    margin: 13px;
    display: table;
}

.rtl #portalLinks {
    float: left;
    direction: rtl;
}

#portalLinks a {
    float: left;
    border-right: 1px solid #00385D;
    color: #00385D;
    padding: 0 10px;
    white-space: nowrap;
    display: block;
    max-width: 300px;
    overflow: hidden;
}

.rtl #portalLinks a {
    float: right;
    border: 0;
    border-left: 1px solid #00385D;
}


@media (max-width: 992px) {
    #portalLinks a {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    #portalLinks, #portalLogin {
        position: fixed;
        top: 1px;
        right: 60px;
        float: none;
    }

    #portalLogin {
        top: 11px;
        right: 50px;
    }

    .rtl #portalLinks, .rtl #portalLogin {
        left: 60px;
        right: auto;
    }

    .rtl #portalLogin {
        left: 50px;
        right: auto;
    }

    #portalLinks a, #portalLogin a {
        float: right;
        clear: both;
        line-height: 16px;
        font-size: 9pt;
    }

    .rtl #portalLinks a, #portalLogin a {
        float: left;
    }
}

@media (max-width: 450px) {
    #portalLinks a {
        max-width: 80px;
    }
}


.rtl .nav-tabs {
    padding-right: 0;
}

/* tabs bootstrap */
.rtl .nav-tabs > li {
    float: right;
}

#content .nav-tabs > li > a {
    text-decoration: none;
    background-color: #f3f3f3;
    color: #888;
    border-bottom: 1px solid #DDD;
}

#content .nav-tabs > li.active > a {
    background-color: white;
    color: #000;
    border-bottom: 1px solid #fff;
}

#content .nav-tabs > li:hover > a {
    background-color: #009FE3;
    color: #FFF;
}

#content .nav-tabs > li.active:hover > a {
    background-color: white;
    color: #000;
}

.portal .panel {
    box-shadow: 1px 2px 7px #999;
    border-radius: 0;
}

.portal .panel-body {
    height: 80px;
    overflow: hidden;
    color: #fff;
    margin-top: 5px;
}

.portal .panel-heading {
    background-color: transparent;
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px 0 65px;
}

.rtl .portal .panel-heading {
    padding: 20px 65px 0 10px;
}

.portal .panel-counter {
    background: url(../images/portal-block_number-bg.png) no-repeat top left;
    width: 72px;
    height: 75px;
    position: absolute;
    color: black;
    margin-top: -66px;
    margin-left: -16px;
    padding-top: 9px;
    padding-right: 19px;
    font-weight: bold;
    font-size: 33px;
    text-align: center;
}

.rtl .portal .panel-counter {
    background: url(../images/portal-block_number-bg-rtl.png) no-repeat top right;
    margin-right: -16px;
    padding-left: 19px;
    padding-right: 0;
}

.portal .panel .btn {
    float: right;
    color: white;
    font-weight: bold;
    font-style: italic;
    z-index: 100;
}

.rtl .portal .panel .btn {
    float: left;
}

#content .portal .panel a.btn {
    text-decoration: none;
}

.panel-blue {
    background: #009edd url(../images/portal-block_1-bg.png) repeat-x top;
}

.panel-green {
    background: #639621 url(../images/portal-block_2-bg.png) repeat-x top;
}

.panel-darkblue {
    background: #014067 url(../images/portal-block_3-bg.png) repeat-x top;
}

.panel-violet {
    background: #a01180 url(../images/portal-block_4-bg.png) repeat-x top;
}

.panel-yellow {
    background: #C5B835;
}

.panel-gray {
    background: #B3B3B3;
}

.panel-blue .panel-counter {
    color: #009edd;
}

.panel-green .panel-counter {
    color: #639621
}

.panel-darkblue .panel-counter {
    color: #014067
}

.panel-violet .panel-counter {
    color: #a01180
}

.panel-yellow .panel-counter {
    color: #C5B835;
}

.panel-gray .panel-counter {
    color: #B3B3B3;
}

.portal .panel:hover {
    background-image: none;
}

.orderFormBtnDiv {
    margin-top: 8px;
}

.rtl .orderFormBtnDiv {
    margin-top: 4px;
}


/* announcement block in portal dashboard */
.announcement {
    background: rgb(202, 35, 45);
}

.announcement .panel-counter {
    color: rgb(202, 35, 45);
}

.announcement .panel-heading {
    text-align: left;
    padding-left: 80px;
}

.rtl .announcement .panel-heading {
    text-align: right;
    padding-right: 80px;
    padding-left: 0;
}

.announcement .panel-body {
    padding-left: 80px;
    padding-top: 0;
    padding-bottom: 30px;
    height: auto;
}

.rtl .announcement .panel-body {
    padding-left: 0;
    padding-right: 80px;
}

.announcement .panel-counter {
    margin-left: -81px;
    margin-top: -51px;
}

.rtl .announcement .panel-counter {
    margin-right: -81px;
}

.announcement a {
    color: #FFC200;
}


/*  main menu */
.navbar-toggle {
    padding: 0;
}

.navbar-inverse .navbar-toggle {
    background-color: #00385D;
    color: white;
    margin-top: 15px;
}

.rtl .navbar-inverse .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    background-color: white;
}

@media (max-width: 767px) {
    .rtl .geoLocationList{
        left: 20px;
    }
    .topMenu .subMenu {
        max-height: 0px;
        transition: max-height 1s ease-in;
    }
    #contain.container {
        padding: 0;
    }

    .logo img {
        height: 70px;
    }

    .navbar-nav {
        margin: 8px -20px;
    }

    .container .navbar-collapse .navbar-nav > li > a {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #eee;
        padding: 10px 30px;
        text-align: center;
        margin: 0;
    }

    .container .navbar-collapse .navbar-nav > li > a.active {
        background-color: #7dd3f7;
    }

    .navbar-collapse .search {
        width: 130px;
        margin: 0;
        float: none;
    }

    .navbar-collapse .search .form-control {
        width: 100%;
    }

    .navbar-collapse br.clear {
        display: none;
    }

    .rtl .navbar-collapse br.clear {
        display: block;
    }

    .navbar-collapse.in, .navbar-collapse.collapsing {
        overflow: visible;
        display: block !important;
        margin-top: 0px;
        max-height: none;
        border-top: 1px solid #d9efff;
    }
    .navbar-collapse.in li, .navbar-collapse.collapsing li {
        display: blocK;
        padding-left: 0;
        padding: 10px;
    }

    .rtl .navbar-collapse.in li a {
        font-size: 120%;
        padding-right: 0;
    }

    body #navigation {
        height: auto;
    }
}


/* TOP MENU */
ul.topMenu {
    z-index: 1000;
    text-align: justify;
    box-sizing: content-box;
    width: auto;
    margin: 5px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.rtl ul.topMenu {
    direction: rtl;
}

ul.topMenu * {
    text-transform: uppercase;
    text-align: left;
}

.rtl ul.topMenu * {
    text-align: right;
}

/* ul.topMenu::after { width: 100%; content: "."; display: inline-block; visibility: hidden; height: 0;} */
ul.topMenu > li {
    display: inline-block;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

ul.topMenu > li > a {
    text-align: center;
    line-height: 13px;
    justify-content: center;
    align-items: center;
    color: #337ab7;
    padding: 10px;
    transition: all .3s ease;
}

.rtl ul.topMenu:not(.in) > li > a {
    direction: rtl;
    font-weight: bold;
    padding: 10px;
}

ul.topMenu > li:hover > a {
    color: #00aeef;
    transition: all .3s ease;
}

.rtl ul.topMenu li.last a {
    padding: 5px 10px;
}

ul.topMenu li.last,
ul.topMenu li:last-child {
    border: none;
}

.rtl ul.topMenu li a span {
    padding: 1px 3px 0;
}

#navigation {
    background-color: white;
    /* height: 70px; */
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 999;
}

.rtl #navigation {
    direction: rtl;
}

#navigation .container {
    z-index: 1;
}

#navigation #logo {
    float: left;
    color: #FFF;
    font-size: 15pt;
    line-height: 43px;
    width: 53px;
    height: 65px;
    background: url(../images/logo-icdl-colored.png) 0 9px no-repeat;
    background-size: contain;
}

.rtl #navigation #logo {
    float: right;
    direction: rtl;
}

#navigation > .btn-group {
    display: none;
}

#navigation .glyphicon {
    font-size: 15pt;
}

/* GEO Location Flag */
.container .geoLocationFlag {
    float: right; /*margin: 2px -10px 0 0; padding: 10px 10px 5px;*/
    cursor: pointer;
}

.rtl .container .geoLocationFlag {
    float: left;
}

.container .geoLocationFlag img {
    width: 27px;
}

.container .geoLocationFlag .glyphicon-globe {
    color: #337ab7;
    top: 5px;
}

.geoLocationFlag:hover {
    background-color: #EEE;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.container .geoLocationList {
    display: none;
    position: absolute;
    background-color: #EEE;
    border-radius: 4px;
    z-index: 30;
    padding: 8px !important;
    width: auto !important;
}

.geoLocationFlag:hover .geoLocationList {
    display: block;
}

.geoLocationList li {
    list-style: none;
    border-bottom: 1px dotted #999;
    white-space: nowrap;
}

.container .geoLocationFlag .geoLocationList a {
    color: #555;
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 3px 8px;
}

.rtl .container .geoLocationList a {
    text-align: right;
}

.container .geoLocationList a:hover {
    color: #ddd;
    background: #888;
}

.container .geoLocationList li.active a {
    font-weight: bold;
    color: #ddd;
    background: #888;
}

.container .geoLocationList li:last-child {
    border: none;
}

@media (max-width: 1200px) {
    ul.topMenu > li > a {
        width: 110%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media (min-width: 768px) {
    #navigation .topMenu i.glyphicon-chevron-up {
        display: none;
    }
    #navigation .topMenu-item-cart {
        width: 10px;
        margin-left: 60px;
    }

    .rtl #navigation .topMenu-item-cart {
        margin-right: 120px;
        margin-left: 0;
    }

    #navigation .topMenu-item-search {
        width: 10px;
        margin-right: -10px;
    }

    .rtl #navigation .topMenu-item-search {
        margin-left: 10px;
        margin-right: 0;
    }

    ul.topMenu > li.topMenu-item-noSubMenu:hover > a {
        border-bottom: none;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    /* ul.topMenu { padding-left: 70px; } */
    /* .rtl ul.topMenu { padding-right: 70px; padding-left: 0; } */
    ul.topMenu > li > a {
        padding: 0 12px;
    }

    .rtl ul.topMenu > li > a {
        padding: 0 8px;
    }

    .rtl #navigation .topMenu-item-cart {
        margin-right: 40px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    /* .container .geoLocationFlag { margin-top: -30px; display: none !important; } */
    ul.topMenu.navbar-collapse {
        position: absolute;
        width: 70%;
        top: 0px;
        right: 0px;
        transform: translate(110%);
        transition: all .5s ease-in-out;
        min-height: 500px;
        background-color: white;
        display: none;
        box-shadow: 0 15px 16px rgba(0, 0, 0, 0.2);
    }
    .rtl ul.topMenu.navbar-collapse {
        left: 0px;
        right: initial;
        transform: translate(-110%);
    }

    ul.topMenu.in{
        display: block !important;
        transform: translate(0%) !important;
    }

    ul.topMenu.in > li > a , ul.topMenu.collapsing > li > a{
        border-bottom: 1px solid #d9efff;
        text-align: left;
        max-width: none;
        line-height: inherit;
        width: 100%;
        padding: 0;
    }

    .rtl ul.topMenu.in > li > a, .rtl ul.topMenu.collapsing > li > a {
        text-align: right;
        font-size: 16px !important;
    }

    #navigation > .btn-group {
        display: inline-block;
    }

    #navigation .btn {
        text-shadow: none;
    }

    .rtl #navigation .btn {
        direction: rtl;
    }

    #navigation .btn .caret {
        margin-left: 40px;
    }

    .rtl #navigation .btn .caret {
        margin-right: 40px;
        margin-left: 0;
    }

    #navigation .dropdown-menu li {
        text-align: left;
    }

    .rtl #navigation .dropdown-menu li {
        text-align: right;
        direction: rtl;
    }

    #navigation .dropdown-menu > li > a.active {
        background-color: #7dd3f7;
        font-weight: bold;
    }

    #breadcrumb {
        display: none;
    }
}

/* 2019-04-16 */
#navigation .btn {
    padding: 4px 8px;
}

.rtl #navigation .btn {
    font-size: 14px;
    font-weight: normal;
}

#navigation .cartIcon .glyphicon {
    font-size: 14px;
    margin-right: 3px;
}

.rtl #navigation .cartIcon .glyphicon {
    margin-left: 3px;
    margin-right: 0;
}

#navigation .badge {
    color: #FFF;
    background-color: #31313131;
}

#navigation a:hover .badge {
    background-color: #31313150;
}
@media (max-width: 1200px) {
    .topMenu > li > .cartIcon {
        margin: 0 !important;
    }

    #navigation .cartIcon .text {
        display: none;
    }

    #navigation .cartIcon .glyphicon {
        margin: 0 !important;
    }
}

#navigation .search .searchIcon {
    color: #ccc;
    font-size: 18pt;
    top: 5px;
    left: 5px;
}

.rtl #navigation .search .searchIcon {
    right: 8px;
    left: auto;
}

#navigation .search .searchInput {
    border: 1px solid #ccc;
    color: #337ab7;
    font-size: 15px;
    height: 42px;
    padding-left: 50px;
}

.rtl #navigation .search .searchInput {
    padding-right: 50px;
}

#navigation .search .searchTrigger {
    font-size: 22pt;
    color: #337ab7;
    line-height: 30px;
}

/* .navbar-toggle { padding-top: 15px; } */
.navbar-toggle .icon-bar {
    display:block;
    margin-top: 4px;
    background-color: #337ab7;
    height: 5px;
    width: 30px;
}

/* Sub Menu from Top Menu */
.topMenu .subMenu {
    overflow: hidden;
    display: none;
    z-index: 999;
    transition: all .3s ease;
}

#topMenuOverlay {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    visibility: hidden;
    transition: all .5s ease;
}

.topMenu > li:hover > .subMenu {
    display: block;
}

@media (min-width: 768px) {
    #navigation:hover + #topMenuOverlay {
        visibility: visible;
        opacity: .4;
    }
}

/* footer classes (2015-10-12) */
#footer {
    background-color: #f8f8f8;
    height: 340px;
}

#footer .container {
    position: relative;
}

#footer .glyphicon {
    display: none;
}

/* #footer .container > * { display: inline-table; } */
#footer .container .footerOfficeLocationInfo {
    width: 29%;
    padding-left: 30px;
    border-left: 2px solid #DDD;
    height: 100%;
    float: right;
}

.rtl #footer .container .footerOfficeLocationInfo {
    padding-right: 30px;
    padding-left: 0;
    border-left: 0;
    border-right: 2px solid #DDD;
    float: left;
}

#footer .container > ul {
    columns: 3;
    width: 70%;
    margin: 0;
    padding: 0;
    float: left;
}

.rtl #footer .container > ul {
    float: right;
}

#footer .subMenu {
    display: block;
}

#footer .container > ul > li {
    break-inside: avoid;
    width: 230px;
    margin: 0 15px;
}

#footer .container > ul > li > a {
    color: #555;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.rtl #footer .container > ul > li > a {
    font-size: 15px;
}

#footer .container > ul > li > ul {
    margin: 0;
    padding: 0;
}

#footer .container > ul > li > ul a {
    font-size: 12px;
    color: #888;
}

.rtl #footer .container > ul > li > ul a {
    font-size: 13px;
}

#footer li {
    list-style: none;
}

#footer {
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
}

.rtl #footer {
    direction: rtl;
}

/* Social Media Links in Footer */
#footer .container > ul .socialMediaLinks {
    padding: 0;
}

#footer .container > ul .socialMediaLinks li {
    display: inline-table;
    margin: 10px 10px 0 0;
}
#footer .container > ul .socialMediaLinks li img {
    width:35px;
}
.rtl #footer .container > ul .socialMediaLinks li:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
}

#footer .container > ul .socialMediaLinks li:last-child {
    margin-right: 0;
}

/* Office Location Info in Footer */
.footerOfficeLocationInfo h2 {
    margin: 0 0 20px;
    /*font: bold 16px Teshrin;*/
    color: #555;
}

.footerOfficeLocationInfo > div {
    min-height: 32px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 10px 0;
    font-size: 14px;
    align-items: center;
    display: flex;
    color: #888;
}

.rtl .footerOfficeLocationInfo > div {
    padding-left: 0;
    padding-right: 45px;
    background-position-x: right;
}

.footerOfficeLocationInfo > div:last-child {
    margin-bottom: 0;
}

.footerOfficeLocationInfo-address {
    background-image: url(../images/footer-office-location-info-icon-address.png);
    font-size: 12px !important;
}

.footerOfficeLocationInfo-email {
    background-image: url(../images/footer-office-location-info-icon-email.png);
}

.footerOfficeLocationInfo-phone {
    background-image: url(../images/footer-office-location-info-icon-phone.png);
}

.footerOfficeLocationInfo-whatsapp {
    background-image: url(../images/footer-office-location-info-icon-whatsapp.png);
}

.footerOfficeLocationInfo-whatsapp a, .footerOfficeLocationInfo-phone a {
    direction: ltr;
}

.rtl .footerOfficeLocationInfo:after {
    content: " ";
    clear: both;
    display: block;
}

.footerOfficeLocationInfo > div a {
    color: #888 !important;
}

@media (max-width: 992px) {
    #footer .container > ul > li {
        width: 133px;
    }

    .rtl #footer .container > ul .socialMediaLinks li {
        margin: 6px 0 0 6px !important;
    }

    .rtl #footer .container > ul .socialMediaLinks li:last-child {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    #footer, #footer > ul {
        height: auto !important;
        margin-top: 60px;
        border-top: 15px solid #f0f0f0;
    }

    #footer .container > * {
        display: block;
        width: auto !important;
        height: auto !important;
    }

    #footer .container > ul > li {
        position: relative;
        margin: 0;
        padding: 6px 5px;
        width: auto;
    }

    #footer .container > ul > li:last-child {
        border: 0;
    }

    #footer .container > ul > li > a::before {
        content: "\e080\e080 ";
        font-weight: 100;
        margin-right: 15px;
        color: #ccc;
        letter-spacing: -9px;
    }

    .rtl #footer .container > ul > li > a::before {
        content: "\e079\e079 ";
        margin-right: 0;
        margin-left: 10px;
    }

    #footer .container > ul > li > ul {
        margin-left: 30px;
    }

    .rtl #footer .container > ul > li > ul {
        margin-left: 0;
        margin-right: 30px;
    }

    #footer .container > ul > li > ul > li a {
        padding: 5px 0;
        display: block;
    }

    #footer .container .footerOfficeLocationInfo {
        border-width: 0;
    }
}

@media (max-width: 600px) {
    #footer .container > ul {
        columns: 2;
    }
    #footer .container .footerOfficeLocationInfo {
        float: none;
        display: inline-block;
        border-width: 2px 0 0 !important;
        border-top: 2px solid #ddd;
        padding: 30px 0 0 !important;
        margin: 30px;
    }
}

#copyright {
    font-size: 8pt;
}

.rtl #copyright {
    direction: rtl;
}

#copyright p {
    margin: 0;
    padding: 0;
}

.rtl #copyright p {
    text-align: right;
}

#footerLinks {
    margin: 1px 0;
    padding: 0;
}

#footerLinks > li {
    float: left;
    list-style: none;
    padding: 5px 20px 5px 0;
}

.rtl #footerLinks > li {
    float: right;
    padding: 5px 0 5px 20px;
}

#footerLinks > li a {
    color: #00385D;
    font-weight: normal;
    font-size: 1.3em;
}

#copyright .memberOf,
#copyright .memberOf > div {
    float: right;
}

.rtl #copyright .memberOf,
.rtl #copyright .memberOf > div {
    float: left;
}

#copyright .memberOf > div > div {
    text-align: left;
}

.rtl #copyright .memberOf > div > div {
    text-align: right;
    direction: rtl;
}


/* .rtl ul.topMenu >li > a { float: right; } */
ul.topMenu > li > ul {
    background-color: rgba(255, 255, 255, .97);
}

@media (min-width: 768px) {
    ul.topMenu > li > ul {
        width: 250px;
        position: absolute;
        top: 190px;
        margin-left: -1px;
        box-shadow: 0px 7px 12px -10px #000;
        border-top: 10px solid #ddd;
    }
}

@media (max-width: 767px) {
    ul.topMenu > li > ul {
        padding-left: 10px;
    }
}

ul.topMenu > li > ul > li {
    width: 100%;
    border: 0;
    display: block;
}

.rtl ul.topMenu > li > ul > li {
    border: 0;
}

ul.topMenu > li > ul > li > a {
    display: block;
    padding: 7px 4px;
    border-bottom: 1px solid #E1E6E8;
    width: 100%;
    color: #0085B7;
    text-transform: none;
    transition: all .5s ease;
}

.rtl ul.topMenu > li > ul > li > a {
    float: right;
    text-align: right;
}

ul.topMenu > li > ul > li:last-child > a {
    border: 0;
}

ul.topMenu > li > ul > li:hover > a {
    color: #00385D;
    background-color: #f2f2f2;
}


/* BREADCRUMB */
#breadcrumb {
    /*background-color: #f8f8f8;*/
    padding: 8px 20px;
}

#breadcrumb .container {
    padding-top: 15px;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
}

#breadcrumb ol li {
    color: #DDD;
    list-style: none;
    float: left;
    display: inline;
    position: relative;
    line-height: 1.4em;
    margin-right: 15px;
}

.rtl #breadcrumb ol li {
    margin-left: 15px;
    margin-right: 0;
}

.rtl #breadcrumb ol li {
    float: right;
    direction: rtl;
}

#breadcrumb ol li a {
    color: #666;
    font-size: 12px;
}

#breadcrumb ol li a:hover {
    color: #00AEEF;
}

#breadcrumb ol li span {
    margin-right: 15px;
}

.rtl #breadcrumb ol li span {
    margin-left: 15px;
}

.rtl #breadcrumb ol li span.glyphicon-chevron-right:before {
    content: "\e079";
}

#breadcrumb br{
    display:none;
}
/* subnav */
#col-subnav {
    padding-left: 0;
}

@media (min-width: 768px) {
    .rtl #col-subnav {
        float: right;
        padding-right: 0;
        padding-left: 15px;
    }

    .rtl #col-content {
        float: right;
        padding-right: 15px;
        padding-left: 0;
    }
}

.rtl #subnav {
    direction: rtl;
}

#section h1 {
    /*font: normal 22px 'GE SS', 'Open Sans Condensed';*/
    font-size: 22px ;
    color: #00385D;
    padding: 0;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0;
    line-height: 30px;
}

.rtl #section h1 {
    text-align: right;
    direction: rtl;
}

#section h1 a {
    color: #00385D;
}

#subnav ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.rtl #subnav ul {
    margin-right: 20px;
    margin-left: 0;
}

#subnav > ul {
    margin-left: 0;
}

.rtl #subnav > ul {
    margin-right: 0;
}

#subnav ul li {
    list-style: none;
    line-height: 1.4em;
}

#subnav ul li a {
    color: #00385D;
    font-weight: normal;
    font-size: 14px;
    padding: 4px 0 4px 12px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    background: url(../images/subnav_item_bg.gif) no-repeat 2px 11px;
    line-height: 1.4em;
    text-decoration: none;
}

.rtl #subnav ul li a {
    padding: 4px 12px 4px 0;
    background: url(../images/subnav_item_bg_rtl.gif) no-repeat 100% 11px;
}

#subnav ul li a.active {
    color: #00AEEF;
    font-weight: bold;
}

#subnav ul ul {
    border-bottom: 1px solid #ebebeb;
}

#subnav ul ul li a {
    font-size: 14px;
    padding: 4px 0 4px 12px;
    display: block;
    border-bottom: none;
    line-height: 1.2em;
    background-position-y: 8px;
}

/* homepage 2015-08-17 */
#dashboardBlocksContainer {
    max-width: 1520px;
    margin: 5px auto 25px;
}

#dashboardBlocks {
    display: flex;
}

.rtl #dashboardBlocks {
    direction: rtl;
}

#dashboardBlocks .blockContainer {
    transition: .5s;
    margin: 10px 10px;
    padding: 0;
    display: block;
}

#dashboardBlocks .blockContainer p {
    margin: 0 0 10px;
}

#dashboardBlocks .blockContainer a {
    display: inline-block;
    margin-right: 25px;
    transition: all .3s ease;
}

.rtl #dashboardBlocks .blockContainer a {
    margin-right: 0;
    margin-left: 25px;
}

#dashboardBlocks .blockContainer a:last-child {
    margin: 0;
}

#dashboardBlocks .blockContainer a:after {
    content: "\e258";
    font-weight: 100;
    color: #d4d4d4;
    margin: 0 10px;
    transition: all .3s ease;
}

.rtl #dashboardBlocks .blockContainer a:after {
    content: "\e257";
}

#dashboardBlocks .blockContainer a:hover {
    font-weight: bold;
}

#dashboardBlocks .blockContainer a:hover:after {
    margin: 0 0 0 20px;
    color: #369;
}

.rtl #dashboardBlocks .blockContainer a:hover:after {
    margin: 0 20px 0 0;
}

#dashboardBlocks .blockContainer a:hover span {
    color: #005f90;
}

@media (max-width: 992px) {
    #dashboardBlocks {
        display: block;
    }

    #dashboardBlocks .blockContainer {
        margin: 10px auto;
        padding: 0 5px;
    }
}

/* content */
@media (max-width: 768px) {
    #col-content {
        padding: 0;
    }

    #dashboardBlocks {
        display: grid;
    }

    #dashboardBlocks .blockContainer {
        width: 325px;
        overflow-x: hidden;
    }
}

.rtl #col-content {
    direction: rtl;
}

#col-content > h2 {
    /*font: normal 22px 'Open Sans Condensed';*/
    color: #00385D;
    padding: 0;
    line-height: 30px;
    border-bottom: 1px solid #B5B5B5;
}

.rtl #col-content > h2 {
    text-align: right;
    direction: rtl;
    font-size: 22px;
}


/* news tables */
.month {
    margin: 20px 0 60px;
}

.month h1, .storyTitle div {
    float: left;
    font-size: 14px;
    background-color: #00AEEF;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 6px;
}

.rtl .month h1, .storyTitle div {
    float: right;
}

.story,
.storyWithPicture {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.storyTitle {
    font-weight: bold;
    color: #888;
    font-size: 12pt;
    margin: 15px 10px 0; /*cursor: pointer;*/
}

#content .storyTitle h3 a {
    font-size: 20px;
    color: #004165;
    text-decoration: none;
}

#content .storyTitle h3 a:hover {
    color: #007195;
}

.storyTitle div {
    float: right;
    font-weight: normal;
    font-size: 8pt;
    padding: 1px 3px;
    background: rgb(200, 230, 250);
    border-radius: 4px;
}

.rtl .storyTitle div {
    float: left;
}

.story:hover .storyTitle div,
.storyWithPicture:hover .storyTitle div {
    background: #00AEEF;
}

.story:hover .storyTitle,
.storyWithPicture:hover .storyTitle {
    color: #000;
}

.storyImage {
    float: right;
    margin: 0 0 10px 20px;
}

.rtl .storyImage {
    float: left;
    margin: 0 20px 10px 0;
}

.storyText {
    text-align: justify;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.rtl .storyText {
    padding-right: 20px;
    padding-left: 0;
}

.storyText em,
.storyText i {
    color: #00AEEF;
    font-weight: normal;
    font-size: 9pt;

}

.storyText p {
    text-align: justify;
}

.storyText br {
    clear: left;
}

.rtl .storyText br {
    clear: right;
}

#content .story a.btn {
    text-decoration: none;
}

.story a.btn,
.storyWithPicture a.btn {
    padding: 0 7px;
    line-height: 30px;
    background: #008DCF;
    border: none;
    margin-left: 20px;
}

.rtl .story a.btn,
.rtl .storyWithPicture a.btn {
    margin-left: 0;
    margin-right: 20px;
}

.story a.btn span,
.storyWithPicture a.btn span {
    font-size: 30px;
    vertical-align: top;
    text-shadow: none;
}


/* strategic-partners */
.strategic-partner {
    width: 190px;
    height: 250px;
    border: 1px solid #eee;
    text-align: center;
    float: left;
    padding: 5px;
    margin: 15px;
    overflow: hidden;
    box-shadow: 0 0 6px #f2f2f2;
    border-radius: 3px;
}

.rtl .strategic-partner {
    float: right;
}

@media (max-width: 990px) {
    .strategic-partner {
        margin: 30px;
    }
}

@media (max-width: 768px) {
    .strategic-partner {
        margin: 30px;
    }
}

.strategic-partner div {
    width: 180px;
    height: 180px;
}

.strategic-partner div span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
}

.strategic-partner div img {
    max-width: 180px;
    max-height: 180px;
    vertical-align: middle;
}

/* centers (ICDL Academy & e-citizen Centers) */
.centers-country {
    background-color: #7dd3f7;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.centers-country img {
    float: right;
    margin: 10px;
}

.rtl .centers-country img {
    float: left;
}

.centers-name {
    padding: 10px;
    background-color: #f0f0f0;
    font-weight: bold;
}

.rtl .centers-label, .centers-value {
    float: right;
}

.centers-value {
    font-weight: bold;
}


/* table types */
/* table_type1 */
.table_type1 th {
    background-color: #00AEEF;
    color: #ffffff;
    font-weight: bold;
    font-size: 110%;
    text-align: left;
    padding: 10px;
}

.rtl .table_type1 th {
    text-align: right;
}

.table_type1 {
    background-color: #eeeeee;
    align: center;
}

.table_type1 td {
    padding: 5px 15px;
    border-bottom: 1px solid #cdd3d4;
}

.table_type1 td ul {
    margin: 0;
}


/* modules without table */
.modules {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .modules {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .modules {
        width: 150px;
    }
}

.modules.small {
    width: auto;
}

#content a.modulesColHead {
    clear: both;
    float: right;

    font-size: 13pt;

    margin: 30px 0 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.modules div {
    padding: 30px 0 0;
}

.modules.small div {
    padding: 15px 0;
}

#content .modules a {
    text-decoration: none;
}

.rtl .modules div {
    float: right;
}

@media (max-width: 768px) {
    .modules div {
        float: none;
    }
}

.modules div a.moduleDiv {
    float: left;
    clear: both;
    width: 100%;
    height: 125px;
    vertical-align: middle;
    display: table-cell;
    padding: 45px 10px 0px 25px;
    color: white;
    text-decoration: none;
    font-size: 14pt;
    background-position: 0% 0%;
    background-image: url("../../uploads/modules/standard_modules_cell_bg.png");
    background-repeat: no-repeat no-repeat;
    background-size: 100% 100%;
}

.rtl .modules div a.moduleDiv {
    padding: 45px 25px 0 10px;
    float: right;
}

.modules div a.base {
    background-image: url("../../uploads/modules/base_modules_cell_bg.png");
}

.modules div a.plus {
    background-image: url("../../uploads/modules/standard_plus_modules_cell_bg.png");
}

.modules div a.advanced {
    background-image: url("../../uploads/modules/advanced_modules_cell_bg.png");
}

.modules div a:hover {
    background-image: url("../../uploads/modules/hover_modules_cell_bg.png");
    color: rgb(0, 40, 100);
}

.modules div a.modulesColHead:hover {
    background: none;
}

.modules.small div a.moduleDiv {
    font-size: 90%;
    height: 60px;
    width: 90px;
    clear: none;
    padding: 15px 10px 0;
}

.moduleDiv span {
    font-size: 29pt;
    margin-left: 105px;
    margin-top: -26px;
    position: absolute;
}

/* base, standerd & advanced modules */
#content .modulesSet {
    width: 100%;
}

#content .modulesSet div {
    padding: 5px 0;
}

#content .modulesSet .icon {
    width: 140px;
    height: 70px;
    float: left;
    padding: 10px;
    font-size: 11pt;
    margin: 0 10px 10px 0;
    line-height: 18px;
}

.rtl #content .modulesSet .icon {
    float: right;
    margin: 0 0 10px 10px;
}

@media (max-width: 480px) {
    #content .modulesSet .icon {
        float: none;
    }
}

#content .modulesSet .icon span {
    margin-top: 7px;
}


/* Testimonial */
.quote {
    background-color: #C0EDFF;
    border-radius: 5px;
    padding: 10px;
    float: right;
    margin-bottom: 10px;
}

.rtl .quote {
    float: left;
}


/* Verification */
#verification_form input {
    text-transform: uppercase;
}

#verification_form #submit {
    text-transform: none;
}

#empty_input_row td {
    color: #3388aa;
}

#verification_result td:nth-child(2n) {
    white-space: nowrap;
}

#verification_result td:first-child {
    width: 200px;
}

#verification_result td:nth-child(2) {
    width: 60px;
}

#verification_result td:nth-child(3) {
    width: 390px;
}

#verification_result td:last-child {
    width: 100px;
}

#verification_country {
    width: 185px;
}

.ui-datepicker-trigger {
    margin: 0px 8px;
    vertical-align: bottom;
}

#weFound table.table {
    direction: ltr;
}

.rtl #weFound table.table {
    direction: rtl;
}

table.ui-datepicker-calendar td.sessionDay a.ui-state-default {
    color: #369;
}

.table_type1 span {
    color: #999;
    margin: 5px 0;
}

#submit, #reset, #transcriptBtn {
    background: #00AEEF;
    padding: 4px 10px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 12pt;
}

#reset {
    background: #E17000;
}

#content #transcriptBtn {
    text-decoration: none;
    font-weight: bold;
}

.hint {
    color: #AaAaAa;
    font-size: 9pt;
}

.row label {
    margin-top: 10px;
}

.row .input-group {
    direction: ltr;
}


#cName {
    font-weight: bold;
    font-size: 12pt;

    text-transform: uppercase;
}

.addToProfile {
    text-align: right;
    min-width: 145px;
}

.rtl .addToProfile {
    text-align: left;
}

#content .addToProfile a {
    text-decoration: none;
    white-space: nowrap;
}

.addToProfile a {
    background-color: #0077B4;
    color: white;
    border-radius: 3px;
    padding-right: 10px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    margin: -3px 0;
}

.rtl .addToProfile a {
    padding-right: 0;
    padding-left: 10px;
    float: left;
}

.addToProfile a:hover {
    background-color: #007FC1;
}

.addToProfile img {
    border-radius: 3px;
    margin-right: 5px;
    border-right: 1px solid #1A5FA5;
    padding: 1px;
    height: 26px;
}

.rtl .addToProfile img {
    margin-right: 0;
    margin-left: 5px;
    border-right: none;
    border-left: 1px solid #1A4FA5;
}

@media (max-width: 768px) {
    .verify-modulesList th {
        display: none;
        background-color: #2FA4E7;
        color: white;
    }

    .verify-modulesList.table td, .verify-modulesList th:first-child {
        display: block;
        border-top: 1px solid #f2f2f2;
    }

    .verify-modulesList td.mName {
        background-color: #f3f3f3;
        color: #00385D;
    }

    .addToProfile {
        border-bottom: 3px solid #1d9ce5;
        height: 49px;
    }

    .addToProfile a {
        margin: 0 0 7px;
    }

    #cName {
        display: block;
    }
}

#cName, .mName {
    color: #00AEEF;
    font-weight: bold;
}

.secondaryInfo {
    color: #AaAaAa;
    font-style: italic;
    float: left;
    font-size: 90%;
    text-align: left;
}

.table thead {
    background-color: #f3f3f3;
}

#skillsRow .form-control {
    letter-spacing: 3px;
    font-size: 12px;
    text-shadow: none;
}

#skillsRow .dropdown-toggle {
    border: 1px solid #ccc;
    border-right: none;
    background: #FfFfFf;
    width: auto;
}

#skillsRow .dropdown-menu {
    min-width: auto;
}

#content .dropdown-menu > li > a {
    text-decoration: none;
}

.input-group .form-control:last-child {
    border-left: 1px solid #eee;
}

.candidatePhoto {
    float: right;
    max-width: 120px;
    max-height: 160px;
    min-width: 100px;
    margin: -40px 0 10px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(70, 70, 70, .3);
}

.rtl .candidatePhoto {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

#transcript {
    float: right;
    margin-top: 15px;
}

.candidatePanelWithPhoto #transcript {
    float: left;
    margin-top: 5px;
    clear: left;
}

/* Find A Test Session */
#empty_input_row td {
    color: #3388aa;
}

.rtl #testSchedule_result th {
    text-align: right;
}

#testSchedule_result td:nth-child(2n) {
    white-space: nowrap;
}

#testSchedule_result td:first-child {
    width: 200px;
}

#testSchedule_result td:nth-child(2) {
    width: 60px;
}

#testSchedule_result td:nth-child(3) {
    width: 390px;
}

#testSchedule_result td:last-child {
    width: 100px;
}

#testschedule_counrty {
    width: 210px;
}

#testschedule_date {
    font-weight: normal;
    font-size: 10pt;
    color: #888;
    margin: 7px 0 0;
    width: 210px;
    height: 25px;
    padding: 2px 5px;
    border: 1px solid #aaa;
}

.rtl #testschedule_date {
    background-position-x: 2%;
}

table.ui-datepicker-calendar td.sessionDay a.ui-state-default {
    color: #369;
}

/* Site Map */
#sitemap a {
    text-decoration: none;
}

#sitemap > ul > li > a {
    color: #135879;
    font-weight: bold;
}

#sitemap > ul > li > ul > li > a {
    color: #197AA8;
}

/* Tab */
.tabContent {
    margin: 10px;
}

/* Pathway */
#question {
    font-size: 1.3em;
}

#options {
    margin: 10px 0 20px;
    padding: 0;
    min-height: 200px;
}

#options > li.active {
    color: #00ccff;
}

#options > li {
    float: left;
    width: 25%;
    list-style: none;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 30px;
    min-height: 40px;
}

.rtl #options > li {
    float: right;
    padding-left: 0;
    padding-right: 30px;
}

#options > li.icons {
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    height: 180px;
    padding: 140px 0 0;
}

#options > li.icons input {
    display: none;
}

@media ( max-width: 770px ) AND ( min-width: 481px) {
    #options > li {
        width: 33%;
    }
}

@media ( max-width: 480px ) {
    #options > li {
        width: 50%;
    }

    #options > li.icons {
        background-size: 100px;
        height: 160px;
        padding-top: 110px;
    }
}

.progress {
    clear: both;
    margin: 10px 30px;
}

.rtl .progress-bar {
    float: right;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite reverse;
    -o-animation: progress-bar-stripes 2s linear infinite reverse;
    animation: progress-bar-stripes 2s linear infinite reverse;
}

.rtl .progress.active .progress-bar, .rtl .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar {
    text-align: right;
    padding: 2px 4px;
}

.rtl .progress-bar {
    text-align: left;
}

#options .radio {
    min-height: 23px;
    position: absolute;
    margin-left: -40px;
    width: 24px;
}

.rtl #options .radio {
    margin-left: 0;
    margin-right: -40px;
}

#options > li.active .checkator_source:checked + .checkator:after {
    background-color: #00ccff;
}

#options li.active .checkator {
    background-color: #00ccff \0/;
}

#options .result {
    padding: 10px 10px 10px 170px; /* background: url(../images/pathway/result_background.png) no-repeat center; text-align: center;*/
}

.rtl #options .result {
    padding: 10px 170px 10px 10px;
}

#options .result li {
    list-style: none;
    display: inline-block;
    margin: -2px 0;
}

#content .result a {
    color: white;
    text-decoration: none;
    font-size: 13pt;
    display: table;
    padding: 10px;
}

.result a:hover {
    opacity: .6
}

.result .profile {
    width: 162px;
    height: 108px;
    background: url(../images/pathway/profile.png) no-repeat center center;
    padding: 25px;
    background-size: 130px;
}

.result .module {
    width: 155px;
    height: 95px;
    background: url(../images/pathway/module.png) no-repeat center center;
    background-size: 150px;
}

.result a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#backBtn span:nth-child(2), #nextBtn span:nth-child(2) {
    margin-left: -6px;
}

.rtl #backBtn span:nth-child(1), .rtl #nextBtn span:nth-child(1) {
    margin-left: -6px;
}

.rtl #backBtn span:nth-child(2), .rtl #nextBtn span:nth-child(2) {
    margin-left: 0;
}

#options .result li.profile {
    clear: both;
    display: inherit;
    margin-left: -170px;
    position: absolute;
    opacity: .3;
}

.rtl #options .result li.profile {
    margin-left: 0;
    margin-right: -170px;
}

#options .result li.module {
    opacity: .4;
}

#options .result li.active {
    opacity: 1;
}

.result .active .module.pink {
    background-image: url(../images/pathway/module-pink.png);
}

.result .active .module.light {
    background-image: url(../images/pathway/module-light.png);
}

.result .active .module.normal {
    background-image: url(../images/pathway/module-normal.png);
}

.result .active .module.dark {
    background-image: url(../images/pathway/module-dark.png);
}


/* temporory  classes */
iframe {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    max-width: 100%;
}

.galleryIcon {
    float: left;
}

.rtl .galleryIcon {
    float: right;
}


.courseware .vendor {
    background: #e0e0e0;
    color: #369;
    font-weight: bold;
}

.courseware tr:first-child {
    background: #00aeef;
    color: white;
}

.courseware td {
    padding: 3px 4px;
    font-size: 12px;
}

#content .courseware td a {
    text-decoration: none;
}


/* Graphics Content (Certificate Pages) */
.graphicsContent {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.graphicsContent-image {
    width: 60%;
    position: relative;
    display: block;
    z-index: 1;
    text-align: right;
    float: right \0;
}

@media (min-height: 600px) {
    .graphicsContent-image img {
        max-height: 70vh;
    }
}

.rtl .graphicsContent-image {
    text-align: left;
    float: left \0;
}

.graphicsContent-text {
    width: 50%;
    position: absolute;
    padding-top: 100px;
    margin-left: 5%;
    z-index: 2;
    padding-bottom: 20px;
    overflow: auto;
    height: 100%;
}

.rtl .graphicsContent-text {
    margin-right: 5%;
    margin-left: 0;
}

.graphicsContent-text > * {
    margin: 0;
    font-size: 12pt;
}

.graphicsContent-text h1 {
    margin-bottom: 10px;
    font-size: 200%;
    font-weight: 700;
}

.graphicsContent-text h2 {
    font-size: 160%;
}

.graphicsContent:nth-child(2n+1) .graphicsContent-image {
    float: right;
}

.rtl .graphicsContent:nth-child(2n+1) .graphicsContent-image {
    float: left;
}

.graphicsContent:nth-child(2n) .graphicsContent-text {
    right: 0;
}

.rtl .graphicsContent:nth-child(2n) .graphicsContent-text {
    right: auto;
    left: 0;
}

.graphicsContent:nth-child(2n) .graphicsContent-image, .graphicsContent:nth-child(2n+1) .graphicsContent-text {
    float: left;
}

.rtl .graphicsContent:nth-child(2n) .graphicsContent-image, .graphicsContent:nth-child(2n+1) .graphicsContent-text {
    float: right;
}

@media (max-width: 992px) {
    .graphicsContent-text {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .graphicsContent-image {
        float: none;
        width: 100%;
    }

    .graphicsContent-text {
        position: relative;
        padding-top: 30px !important;
        width: 100% !important;
        box-shadow: 0 0 25px 25px rgba(255, 255, 255, .8);
        background-color: rgba(255, 255, 255, .8);
    }

}

#content .graphicsContent-text a {
    text-decoration: none;
}

#content .graphicsContent-text a:hover {
    text-decoration: underline;
}

#content .graphicsContent-text .modulesSet .icon {
    width: 100px;
    height: 55px;
    clear: none;
    line-height: 13px;
    margin: 0;
    font-size: 9pt;
    padding: 10px 7px;
}

.rtl #content .graphicsContent-text .modulesSet .icon {
    font-size: 11pt;
    /*font-family: GE SS;*/
}

#content .modulesSet .icon:hover {
    text-decoration: none;
}

.findTestCentre {
    margin: 25px 0 0;
    float: right;
    font-weight: bold;
}

.findTestCentre::before {
    content: "\e062";
    margin-right: 10px;
}


/* why certify (2015-11-08) */
.why-certify-block {
    margin: 120px -10px 20px;
    background-color: #f3f3f3;
    padding: 10px 10px 30px;
    border-radius: 5px;
    height: 425px;
}

.why-certify-block:hover {
    background-color: #f9f9f9;
}

.why-certify-block img {
    max-width: 60%;
    margin: -100px auto 5px;
    display: block;
}

.why-certify-block:hover img {
    border: 4px solid #f9f9f9;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .why-certify-block:hover img {
        border: 0;
    }
}

.why-certify-block h2 {
    text-align: center;
}

.why-certify-block ul {
    padding-left: 25px;
    padding-right: 10px;
}

.rtl .why-certify-block ul {
    padding-left: 10px;
    padding-right: 25px;
}

/*.why-certify-block li { text-align: justify; }*/


/* 2016-11-22 */
#copyright .langSwitcher {
    float: right;
    font-size: 14px ;
    color: #369;
    line-height: 30px;
    margin-right: 10px;
}

.rtl #copyright .langSwitcher {
    float: left;
    margin-left: 10px;
    margin-right: 0;
}

.stickyWhatsAppIcon {
    display: none;
    transition: all .5s ease;
}
.top_container_only_desktop h3{
    font-size: 18px;
}
.top_container_only_desktop ul{
    font-size: 11px;
}

@media (max-width: 768px) {
    .stickyWhatsAppIcon {
        display: initial;
        position: fixed;
        bottom: 18px;
        right: 20px;
        opacity: .8;
    }

    .rtl .stickyWhatsAppIcon {
        right: auto;
        left: 20px;
    }

    .stickyWhatsAppIcon:hover {
        opacity: 1;
    }

    .stickyWhatsAppIcon img {
        width: 60px;
    }
}

	