﻿@font-face {
    font-family: 'GE_SS_TEXT_LIGHT';
    src: url('../fonts/GE_SS_TEXT_LIGHT.eof');
    src: url('../fonts/GE_SS_TEXT_LIGHT.eot?#iefix') format('embedded-opentype'), url('../fonts/GE_SS_TEXT_LIGHT.woff') format('woff'), url('../fonts/GE_SS_TEXT_LIGHT.ttf') format('truetype'), url('../fonts/GE_SS_TEXT_LIGHT.svg#klavika_mdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: left;
    font-family: 'GE_SS_TEXT_LIGHT';
    overflow-x: hidden;
    overflow-y: scroll !important;
}


/* header container */

.headrContainer {
    background-color: #4F4F4F;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 2;
}

.serviceNavContainer {
    min-height: 30px !important;
    border-bottom: 2px solid #fff;
}

.serviceNavList {
    margin-left: 0px;
    margin-bottom: 0px;
    width: 50%;
    display: block;
    float: right;
}

.serviceNavList li {
    line-height: 30px;
    color: #fff;
    float: right;
    font-size: 12px;
}

.serviceNavList li a {
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.clockNavList {
    margin-left: 0px;
    margin-bottom: 0px;
}

.clockNavList li {
    float: left;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-family: tahoma;
}

.logoLoginContainer {
    min-height: 75px;
    margin: 10px 0px;
}

.loginContainer {
    width: 100%;
    min-height: 75px;
}

.loginImageContainer {
    width: 73px;
    height: 73px;
    border: 1px solid #fff;
    background: url("../images/loginImage.png") no-repeat center;
}

.loginName {
    line-height: 30px;
    color: #fff;
    margin: 0px 10px;
    border-bottom: 2px solid #fff;
    min-width: 120px
}

.loginControls {
    line-height: 43px;
    display: inline;
    width: 57%;
    float: right;
}

.settings {
    background: url("../Images/settingsIcon.png") no-repeat left center;
    height: 43px;
    padding-left: 20px;
    display: block;
    color: #fff;
    margin-right: 10px;
}

.signOut {
    background: url("../images/signoutIcon.png") no-repeat left center;
    height: 43px;
    padding-left: 20px;
    display: block;
    color: #fff;
}

.settings:hover,
.signOut:hover {
    color: #fff !important;
}

.searchMainNavContainer {
    min-height: 40px !important;
}

.searchBoxContainer {
    height: 30px;
    margin: 5px 0px;
    position: relative;
    width: 100%;
}

.searchBoxContainer .ms-srch-sb-border {
    border: 0px !important;
}

.searchBoxContainer .ms-srch-sb>input {
    width: 222px !important;
}

.search-input-group .input-group-addon {
    background: white !important;
}

.search-input-group button {
    border: 0;
    background: transparent;
}

.searchIcon {
    background: url("../images/searchIcon.png") no-repeat center;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
}

.mainNav {
    margin: 10px 0 0 0 !important;
    background: transparent !important;
    border-color: transparent !important;
    min-height: 40px !important;
}

.mainNavList {
    display: flex;
}

.mainNavList li {
    float: right !important;
}

.mainNav .navbar-nav>.active>a,
.mainNav .navbar-nav>.active>a:hover,
.mainNav .navbar-nav>.active>a:focus {
    background: transparent !important;
    color: #fff !important;
    border-bottom: 3px solid #fff;
}

.mainNav .navbar-nav>.open>a,
.mainNav .navbar-nav>.open>a:hover,
.mainNav .navbar-nav>.open>a:focus {
    background: transparent !important;
    border-color: transparent !important;
}

.mainNav li a {
    color: #fff !important;
    padding: 0px 15px !important;
    line-height: 40px !important;
    font-size: 18px !important;
}

.mainNav li a:hover {
    border-bottom: 3px solid #fff;
}

.mainSlider {
    width: 100%;
    background: #fff;
}

.slideLeft {
    background: url("../images/mainSlider/left.png") no-repeat left top;
    width: 69px;
    height: 69px;
    display: block;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    left: 10px;
}

.slideRight {
    background: url("../images/mainSlider/right.png") no-repeat left top;
    width: 69px;
    height: 69px;
    display: block;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    right: 10px;
}

.innerContentBG {
    background: url("../images/innerBG.png") no-repeat left top;
    width: 100%;
    min-height: 1300px !important;
}

.mainservicesContainer {
    min-height: 80px;
    border-top: 6px solid #b3b3b3;
    border-bottom: 6px solid #b3b3b3;
}

.serviceIcon {
    width: 60px;
    height: 60px;
}

.serviceName {
    text-decoration: none;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    margin: 0px 10px;
}

.serviceBox {
    cursor: pointer;
    margin: 10px 0px;
}

.serviceBox:hover .serviceIcon {
    background-position: left center;
}

.serviceName:hover {
    text-decoration: none;
    color: #666;
}

.orderRequest {
    background: url("../images/servicesType/orderRequest.png") no-repeat right center;
}

.eMufti {
    background: url("../images/servicesType/eMufti.png") no-repeat right center;
}

.headBranches {
    background: url("../images/servicesType/headBranches.png") no-repeat right center;
}

.eLibrary {
    background: url("../images/servicesType/eLibrary.png") no-repeat right center;
}

.serviceTitle {
    color: #666;
}

.servicesTypeContainer {}

.serviceList {
    display: block;
    list-style: none;
    width: 80%;
}

.serviceList li {
    float: right;
    width: 100%;
}

.serviceList li a {
    padding-right: 38px;
    text-decoration: none;
    background: url("../images/services/serviceListBulit.png") no-repeat right top;
    line-height: 28px;
    display: block;
    color: #666;
    font-size: 18px;
}

.serviceType {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*.serviceType:last-child{border-left:0px;}*/

.eventContainer {
    min-height: 250px !important;
    margin-bottom: 10px;
}

.boxHeader {
    width: 98%;
    margin: 0px 1%;
    border-bottom: 1px solid #fff;
}

.eventBox {
    background: #8d143d;
    width: 100%;
    min-height: 280px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.magazineBox {
    background: #eb3738;
    width: 100%;
    min-height: 280px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.topicContainer {
    min-height: 350px !important;
}

.magazineHeaderText {
    background: url("../images/magazineIcon.png") no-repeat center 5px;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding: 50px 0px 0 0;
    margin-top: 5px;
}

.magazineList {
    margin-left: 0px;
    margin-bottom: 0px;
}

.magazineList li {
    /* line-height: 30px; */
    color: #fff;
    float: right;
    width: 92%;
    margin: 0px 4%;
}

.magazineList li a {
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background: url("../images/services/serviceListBulit.png") no-repeat right 5px;
    padding-right: 30px;
    display: block;
    float: right;
}

.magazineList li a span {
    white-space: nowrap;
    width: 13em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.voteBox {
    background: #6e505a;
    width: 100%;
    min-height: 280px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.voteBoxHeader,
.magazineBoxHeader,
.eventBoxHeader {
    width: 92%;
    margin: 0px 4%;
    border-bottom: 1px solid #fff;
}

.boxHeaderText {
    background: url("../images/voteIcon.png") no-repeat right 5px;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding: 10px 50px 0 0;
    margin-top: 5px;
}

.voteQuestion {
    width: 92%;
    margin: 10px 4%;
    color: #fff;
}

.voteList {
    color: #fff;
    width: 92%;
    margin: 0px 4%;
}

.voteList input {
    margin-top: 5p;
    margin-left: 5px !important;
    display: block;
    float: right;
}

.btnContainer {
    margin: 10px 0 0 0;
}

.btnContainer .btn {
    padding: 3px 15px !important;
}

.contactList {
    display: block;
    list-style: none;
    width: 100%;
}

.contactList li {
    float: right;
    width: 100%;
}

.contactList li a {
    padding-right: 38px;
    text-decoration: none;
    background: url("../images/services/serviceListBulit.png") no-repeat right top;
    line-height: 28px;
    display: block;
    color: #666;
    font-size: 18px;
}

.footerListBoxSoial li {
    float: left !important;
    width: 100% !important;
    min-width: 48px;
}

.footerList {
    display: block;
    list-style: none;
    width: 100%;
    margin: 20px 0px;
    padding-left: 20px;
}

.footerList li {
    float: right;
    width: 100%;
}

.footerList li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
}

hr {
    border: 1px solid #808080 !important;
    margin: 5px !important;
}

.footerContainer {
    background: #4f4f4f;
    color: #fff;
    min-height: 230px !important;
}

.footerContainer>.container>.row>div>.row {
    display: flex
}

.footerContainer .copyright {
    margin: 10px 0 20px 0;
}

.footerListBox {
    min-height: 200px !important;
    border-left: 1px solid #fff;
}

.footerListBox li {
    float: right !important;
    width: 100% !important;
    min-width: 48px;
    margin: 7px 0;
}

.footerListBox li a {}

.instgram {
    background: url("../images/socialMedia/instegram.png") no-repeat left top;
    height: 43px;
}

.linkedIn {
    background: url("../images/socialMedia/linkin.png") no-repeat left top;
    height: 43px;
}

.youtube {
    background: url("../images/socialMedia/youtube.png") no-repeat left top;
    height: 43px;
}

.fb {
    background: url("../images/socialMedia/face.png") no-repeat left top;
    height: 43px;
}

.tweeet {
    background: url("../images/socialMedia/tweeet.png") no-repeat left top;
    height: 43px;
}

.footerListBox li a:hover {
    background-position: right top !important;
    background-color: transparent !important;
}

.openionBox {
    background: #E5A43E;
    width: 100%;
    min-height: 280px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10%;
}

.openionBoxHeader {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.openionHeaderText {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding: 10px 10px 0 0;
    margin-top: 5px;
}


/* sharepoint changes for main slider MAHMOUD */

.mainSlider #myCarousel {
    margin-top: -6px;
}

.search-input-group button {
    min-width: 0px !important;
    padding: 0px !important;
}

.search-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc !important;
    background: #fff !important;
}

.mainRibbon {
    z-index: 9999999999;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
}

.searchBoxContainer .input-group {
    direction: ltr !important;
}


/**/

.innerPageContainer {
    margin: 30px 0px;
    z-index: 999999;
}

.SideMenu {
    background: #6e505a;
}

.SideMenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.SideMenu li {
    border-bottom: 1px solid #000;
    background: url("../images/Arrow_Side_Menu_en.png") no-repeat 3% 17px;
    line-height: 50px;
}

.SideMenu li:last-child {
    border-bottom: 0px;
}

.SideMenuActive {
    background: url("../images/Arrow_Side_Menu_Active.png") no-repeat 97% 17px #fff !important;
}

.SideMenuActive a {
    color: #000 !important;
}

.SideMenu li a {
    color: #fff;
}

.SideMenu h3 {
    color: #fff;
    margin: 0px 10px 10px 10px;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: bold
}

.innerPageContainer .CSbreadcrumb {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    border-bottom: 1px solid #aab2bd;
    float: right;
    width: 100%;
}

.CSbreadcrumb li {
    display: inline-block;
    float: right;
    background: url("../images/Arrow_en.png") no-repeat 5px 4px;
    padding-left: 20px;
    color: #000;
    font-size: 14px;
}

.CSbreadcrumb li:last-child {
    background: none;
}

.CSbreadcrumb li a {
    color: #000
}

.NewsDetails {
    padding-bottom: 25px;
    padding-top: 15px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.NewsDetails h3 {
    color: #010101;
    font-size: 18px
}

.NewsDetails p {
    font-size: 13px;
    text-align: right;
}

.WizardForm {
    margin: 20px 0px;
}

.WizardForm .nav-tabs>li.active>a,
.WizardForm .nav-tabs>li.active>a:hover,
.WizardForm .nav-tabs>li.active>a:focus {
    border: 0px;
}

.WizardForm .nav-tabs {
    border: 0px;
    text-align: center;
    width: 100%;
    margin: 0px auto
}

.WizardStep {
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 13px;
    line-height: 100px;
    color: #000;
}

.WizardForm .nav-tabs a {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.WizardForm .nav-tabs>li>a:hover {
    background: none !important;
    border-color: transparent !important;
}

.WizardForm .nav-tabs>li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.box1 {
    background: #c69c6c;
}

.box2 {
    background: #29aae3;
}

.box3 {
    background: #3ab54a;
}

.box4 {
    background: #4d4d4d;
}

.ContentWizardForm {}

.ContentWizardForm {
    margin: 20px 0px;
}

.ContentWizardForm .nav-tabs>li.active>a,
.ContentWizardForm .nav-tabs>li.active>a:hover,
.ContentWizardForm .nav-tabs>li.active>a:focus {
    border: 0px;
}

.ContentWizardForm .nav-tabs {
    border: 0px;
    text-align: center;
    width: 100%;
    margin: 0px auto
}

.ContentWizardStep {
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 13px;
    line-height: 100px;
    color: #000;
}

.ContentWizardForm .nav-tabs a {
    color: #000;
    text-align: center;
    font-size: 22px;
}

.ContentWizardForm .nav-tabs>li>a:hover {
    background: none !important;
    border-color: transparent !important;
}

.ContentWizardForm .nav-tabs>li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.rightNavMenu div ul {
    background: #6e505a;
    padding: 10px;
    list-style: none;
}

.rightNavMenu div ul li ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.rightNavMenu div ul li ul li {
    border-bottom: 1px solid #000;
    background: url("../images/Arrow_Side_Menu_en.png") no-repeat 97% 17px;
    padding-right: 25px;
    line-height: 50px;
}

.rightNavMenu div ul li ul li a {
    color: #fff;
    background-color: transparent !important;
    padding: 0px !important;
}

.rightNavMenu div ul li ul li.selected {
    background: url("../images/Arrow_Side_Menu_Active_en.png") no-repeat 97% 17px #fff !important;
}

.rightNavMenu .menu-item-text {
    color: #fff;
    margin: 0px 10px 10px 10px;
    padding: 10px 0px;
    font-size: 16px;
}

.rightNavMenu div ul li ul li.selected .menu-item-text {
    color: #000 !important;
}

.btnColor {
    background: #6e505a !important;
    color: #fff !important;
    float: left;
}

.breadCrumbBox {
    border-bottom: 1px solid #aab2bd;
    padding: 8px 0px
}

.breadCrumbBox span span a {
    display: inline-block;
    float: right;
    padding-left: 5px;
    color: #000;
    font-size: 14px;
    font-weight: normal !important;
}

.breadCrumbBox span span {
    display: inline-block;
    float: right;
    padding-left: 5px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

// login design overrite
.login-form-item table {
    width: 100%;
}

.login-form-item table table td {
    width: 100%;
    display: inline-block;
}

.login-form-item table table td input[type="submit"] {
    background: #6e505a !important;
    color: #fff !important;
    float: left;
}

.capchaImg {
    margin: 10px 0px;
}

.tabContent {
    padding: 10px;
}

.muftiBox {
    text-align: center;
}

.muftiBox img {
    display: inline-block;
    margin: 10px 0px;
    0px 0px;
    border: 1px solid #6e505a;
}

.muftiBox h3 {
    margin: 0px 0px 20px 0px;
    !important;
}

.eventHeaderText {
    background: url("../images/eventIcon.png") no-repeat right 5px;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding: 10px 50px 0 0;
    margin-top: 5px;
}

.eventList {
    list-style: none;
}

.eventList li {
    margin: 0px 2%;
    width: 96%;
    border-bottom: 1px dashed #404545;
    padding: 10px 0px;
}

.eventList li:last-child {
    border-bottom: 0px !important;
}

.evetItems {
    width: 92%;
    margin: 10px 4%;
    background: #fff;
    height: 195px;
    max-height: 195px;
    overflow: auto;
}

.eventList li div.eventDate {
    font-size: 13px;
    color: #0071bc;
    margin-bottom: 2px;
}

#authWrapper {
    z-index: 99;
    position: relative;
}

.ms-wpadder {
    z-index: 99;
    position: relative;
}

.youtubehome {
    white-space: nowrap;
    width: 18em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 5px 0px !important;
    FONT-SIZE: 16PX;
    COLOR: #404545;
}

.youtubeLink {
    float: right;
}

.videoList {
    float: right;
    width: 100%;
}

.ListAllNews a {
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    padding: 2px 0px;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    background: url("../images/services/serviceListBulit.png") no-repeat right top;
    padding-right: 28px;
}

.ListAllNews a:hover {
    color: #fff;
}

.MoreBtn {
    float: left;
    color: #fff !important;
    font-size: 14px !important;
}

.dfwp-item {
    float: right;
    width: 100%;
    padding: 0px 0 5px;
    border-bottom: 1px #404545 dashed;
    margin: 5px 0px;
}

.newsPic {
    float: right;
    width: 169px;
    height: 105px;
    margin: 0;
    margin-left: 10px;
}

.newsPic img {
    width: 169px;
    height: 105px;
}

.captioned-image {
    float: right !important;
    margin: 0px 0px 0px 10px !important;
}

.newsTitle {
    font-weight: normal;
    direction: rtl;
    margin: 0px !important;
}

.newsTitle a {
    color: #404545 !important;
    font-size: 18px;
}

.article-content {
    margin-top: 30px !important;
}

.twitterContainer {
    overflow-y: scroll;
    height: 195px;
    overflow-x: hidden;
    padding: 0px 0px;
}

.thm-dark {
    background-color: #8D143D !important;
}

.carousel-caption a {
    color: #fff !important;
}

.carousel-caption a h4 {
    color: #fff !important;
}

.artcleItem {
    border-bottom: 1px dashed #404545;
    margin: 10px 0px;
    padding: 10px 0px;
}

.artcleLink {
    font-size: 16px;
    font-weight: bold;
}

.artcleDate {
    color: #BEC7C7;
    font-size: 14px;
}

.artcleSummary {
    font-size: 14px;
}

.footerSociallist li {
    width: auto !important;
}

.moreBtnTop {
    color: #404545;
    text-decoration: none;
    line-height: 44px;
    display: block;
    font-weight: bold;
    float: left;
    font-size: 14px !important;
}

@media screen and (max-width: 670px) {
    .clockNavList {
        display: inline-block;
    }
    .mainNav li a {
        font-size: 14px !important;
    }
    .search-input-group {
        display: none !important;
    }
    .serviceType {
        min-height: auto !important;
        display: inline-block;
    }
    .serviceList {}
    .bdleftright {
        border-left: 0px !important;
        border-right: 0px !important;
        padding: 10px 0px;
        width: 100%;
    }
    .serviceList li a {}
    .openionBox {
        margin-bottom: 15px;
    }
    .eventBox {
        margin-bottom: 15px;
    }
    .footerListBox {
        min-height: 200px !important;
        border-left: 0px;
        border-bottom: 1px solid #fff;
    }
    .serviceNavList {
        display: inline-block;
    }
}

@media screen and (max-width: 900px) {
    .clockNavList {
        display: inline-block;
    }
    .loginContainer {
        display: none;
    }
    .search-input-group {
        display: none !important;
    }
    .serviceType {
        min-height: auto !important;
        display: inline-block;
    }
    .serviceList {}
    .bdleftright {
        border-left: 0px !important;
        border-right: 0px !important;
        padding: 10px 0px;
        width: 100%;
    }
    .mainNav li a {
        font-size: 14px !important;
    }
    .serviceList li a {}
    .openionBox {
        margin-bottom: 15px;
    }
    .eventBox {
        margin-bottom: 15px;
    }
    .footerListBox {
        min-height: 200px !important;
        border-left: 0px;
        border-bottom: 1px solid #fff;
    }
    .serviceNavList {
        display: inline-block;
    }
    .bdleft {
        border-left: 0px !important;
    }
    .bdright {
        border-right: 0px !important;
    }
}

@media screen and (min-device-width: 400px) and (max-device-width: 416px) {
    .clockNavList {
        display: inline-block;
    }
    .loginContainer {
        display: none;
    }
    .search-input-group {
        display: none !important;
    }
    .serviceNavContainer {
        margin-top: 0px !important;
    }
    .serviceType {
        min-height: auto !important;
        display: inline-block;
    }
    .serviceList {}
    .bdleftright {
        border-left: 0px !important;
        border-right: 0px !important;
        padding: 10px 0px;
        width: 100%;
    }
    .mainNav li a {
        font-size: 14px !important;
    }
    .serviceList li a {}
    .openionBox {
        margin-bottom: 15px;
    }
    .eventBox {
        margin-bottom: 15px;
    }
    .footerListBox {
        min-height: 200px !important;
        border-left: 0px;
        border-bottom: 0px;
    }
    .serviceNavList {
        display: inline-block;
    }
    .bdleft {
        border-left: 0px !important;
    }
    .bdright {
        border-right: 0px !important;
    }
}

.eventTitle {
    color: #8d143d;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.carousel-inner>.item>img {
    height: 387px !important;
    width: 100% !important;
}

.bdleftright {
    border-left: 3px solid #808080;
    border-right: 3px solid #808080;
}

.servicesTypeContainer {
    margin-bottom: 10px;
}

.navbar-toggle {
    text-align: -webkit-center;
}

.navbar-collapse.collapse.in ul>li {
    width: 100%;
}

.serviceNavContainer {
    /*margin-top: -38px;*/
}

.bdleft {
    border-left: 3px solid #808080;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
}

.bdright {
    border-right: 3px solid #808080;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
}

@media screen and (min-device-width: 400px) and (max-device-width: 416px) {
    .navbar-header {
        float: right !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        display: none !important;
    }
    .navbar-collapse.collapse {
        text-indent: -9999px;
        white-space: nowrap;
    }
    .navbar-nav {
        float: right !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.in {
        text-indent: 0;
    }
}

.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-item:link,
.ms-tv-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited {
    color: white;
}

