@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Poppins');

html {
    background-image: url("../Images/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

strong, b {color: black;}

a strong, a b {
	color: #0000EE;
}
	 a:hover strong, a:hover strong {
		color: #006cff !important;
	 }
/*///////////////////////////////
// Formatting for the contents section
///////////////////////////////*/
.ugcontents {
    display: none;
}

#keyword {
    display: none !important;
}

.container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

body {
    -ms-overflow-style: scrollbar;
    font-family: Roboto;
    font-size: 16px;
    word-spacing: 1px;
    background: none;
    overflow-x: hidden;
    color: #777777;
}

#helpPage {
    width: auto;
}

h4 {
    font-size: 28px;
    font-weight: normal;
    color: black;
}

.validationMessage {
    color: #a94442;
}

/*//////////////////////////////////////*/
/*Help Page Context*/
/*//////////////////////////////////////*/
#helpPageContext {
    margin-top: 140px !important;
    margin-bottom: 200px;
    position: relative;
    padding: 10px;
    margin-left: 10vw;
    margin-right: 10vw;
}

@media (max-width: 1600px) {
    #helpPageContext {
        margin-left: 0vw;
        margin-right: 0.5vw;
    }
}

#helpPageStructure {
    float: left;
    display: none;
}

#helpPageStructure a:hover {
    cursor: pointer;
}

/*//////////////////////////////////////*/
/*Search box*/
/*//////////////////////////////////////*/
#searchContent {
    width: 100%;
    height: 100px;
    background: white;
    z-index: 999;
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 0px;
    transition: 0.2s;
    padding-top: 10px;
    font-family: poppins !important;
    position: fixed;
}
.logoDetails {
}
#searchLogo {
    float: left;
    margin-left: 10px;
}

#searchLogo:hover {
    cursor: pointer;
}

#searchContent #searchBoxContainer {
    display: block;
    margin-top: 15px;
    margin-left: 0;
    background: #eaeaea;
    width: 40vw;
    right: 10px;
    border: 1px solid black;
    position: absolute;
    z-index: 1000;
    color: black;
    border-radius: 2px;
}

#searchBoxContainer.searchFix {
}

#searchContent #searchBoxContainer input {
    margin-top: 3px;
    height: 47px;
    font-size: 16px;
    border: none;
    background: none !important;
    box-shadow: none;
    border-radius: 2px;
    padding-bottom: 14px;
    color: black;
}

.twitter-typeahead {
    width: 100%;
}

.typeahead, .tt-query, .tt-hint {
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
    overflow: auto;
}

.typeahead:focus, #searchContent #searchBoxContainer input:focus {
    /* border-bottom: 2px solid #0097cf; */
    /* box-shadow: 0px 6px 4px -5px rgba(0,0,0, 0.25) !important; */
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: black;
}

.tt-menu {
    margin: 5px 11px -6px 0px;
    background-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 7px;
    /* -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); */
    /* box-shadow: 0 5px 10px rgba(0,0,0,.2); */
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative !important;
    width: auto;
}

.tt-open {
    max-height: 500px;
}

.tt-suggestion {
    padding: 5px 20px;
    transition: 0.2s;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #006cff;
}

.tt-suggestion.tt-cursor {
    border-bottom: 2px solid rgba(17, 146, 211, 1);
    margin-left:20px;
    margin-right:20px;
    padding: 5px 0px 5px 20px;
}

.tt-suggestion p {
    margin: 0;
}

.help-group-name {
    font-weight: bolder;
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #66B3DC;
}

.inner-addon {
    position: relative;
    margin-left: 20px;
    margin-right: 5px;
}

#searchIcon {
    position: absolute;
    pointer-events: none;
    left: 10px;
    z-index: 999;
    margin-top: 12px;
    width: 25px;
    height: 25px;
}

.left-addon input {
    padding-left: 45px;
}

navDetails {
}

#helpSearchContactUs {
    color: black;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px !important;
    position: absolute;
    left: 275px;
    margin-left: 0;
    white-space: nowrap;
}

#helpSearchContactUs .col {
    display: inline-block;
}

#helpSearchContactUs .row {
    width: 190px;
    text-align: center;
    display: inline-block;
}
#helpSearchContactUs .row + .row {
    width: 230px;
    margin-left: 0px !important;
}
.row p {
    margin-bottom: 0px;
}
.glyphicon-envelope:before {
    content: url(../Images/email_white.png);
    display: none;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.glyphicon-earphone:before {
    content: url(../Images/phone_white.png);
    display: none;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
#helpSearchContactUs div {
    margin-left: 5px !important;
    margin-right: 5PX !important;
    display: inline-block;
}

#openHours div {
    height: 22px;
    margin-bottom: 2px;
    margin-left: 5px !important;
    margin-right: 5PX !important;
    display: inline-block;
}

#clientDetails div {
    height: 25px;
    margin-bottom: 2px;
    margin-left: 5px !important;
    margin-right: 5PX !important;
}

#clientDetails div + div {
    margin-left: 0px !important;
}

#helpSearchContactUs span {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    font-family: Poppins;
}

#helpSearchContactUs a {
    text-decoration: none;
}

#helpSearchContactUs a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.glyphicon-earphone {
    margin-bottom: 8px;
}

.glyphicon-envelope {
    margin-top: -11px;
}

.empty-message {
    margin-left: 50px;
    padding: 10px 20px;
}

.userDetailsText {
    color: grey;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    margin-top: 45px;
    left: 275px;
    font-size: 16px !important;
    text-align: left;
}
.userDetailsText .row {
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .userDetailsText .row:before {
        content: url(../Images/user_white.png);
        display: none;
        position: relative;
        top: 4px;
        margin-right: 10px;
    }
.userDetailsText .row + .row {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 230px;
}
    .userDetailsText .row + .row:before {
        content: url(../Images/site_white.png);
        display: none;
        position: relative;
        top: 4px;
        left: 5px;
        margin-right: 15px;
    }
@media (max-width: 1580px) {
    #helpSearchContactUs {
    }
    #helpSearchContactUs .row {
    }
    .userDetailsText {
    }
    #searchBoxContainer {
    }
    .userDetailsText .row {
    }
    .userDetailsText .row + .row {
    }
    .user
}
/*///////////////////////////////
// Please Wait / BlockUI Replacement
///////////////////////////////*/
.pleaseWait a.cancel {
    color: rgb(255, 60, 60);
    display: block;
    font-size: 9px;
    font-weight: bold;
    margin-top: 4px;
}

.pleaseWait div.overlay {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    z-index: 500000;
}

.pleaseWait.onElement div.overlay {
    position: absolute;
}

.pleaseWait div.message {
    background: #FFF;
    text-align: center;
    position: fixed;
    border: 1px solid #DDD;
    width: 160px;
    padding: 15px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -80px;
    opacity: 1;
    z-index: 500001;
}

.blockElement div.overlay {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    z-index: 1000;
}

.blockElement div.message {
    background: #FFF;
    text-align: center;
    position: absolute;
    border: 1px solid #DDD;
    width: 160px;
    padding: 15px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -80px;
    opacity: 1;
    z-index: 1000;
}

.blockElement div.messageClear {
    background: none;
    border: none;
}

.refreshElement div.message {
    font-size: 10px;
}

.refreshElement div.message image {
    margin-bottom: 5px;
}

/*///////////////////////////////
// Block UI
///////////////////////////////*/
div.blockMsgContainer {
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 160px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.blockMsg {
    width: 90%;
    left: 5%;
    right: 5%;
    top: 30%;
    text-align: center;
    color: #000;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.div blockMsg h3 {
    margin-top: 6px;
}

div.blockOverlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: .70;
    opacity: .70;
    background-color: #EEE;
}

div.blockMsgContainerRefresh {
    font-size: 10px;
}

div.blockMsgContainerRefresh img {
    margin-bottom: 5px;
}

.errorContainer {
    text-align: center;
    width: 50vw;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255,255,255,0.95);
}

.errorContainer h1 {
    font-weight: normal;
    color: rgb(17,69,125);
    font-size: 42pt;
    font-family: Roboto Condensed;
}

.errorContainer img {
    display: none;
}

/*///////////////////////////////
// Scroll to top 
///////////////////////////////*/
.scrollToTop {
    position: fixed;
    bottom: -50px;
    right: 22px;
    z-index: 1;
    transition: 0.2s;
    background: rgba(243,243,243,0.95);
    border-radius: 2px;
    padding: 1px;
    box-shadow: 5px 5px 15px 0px #808080;
    visibility: hidden;
    color: #ffffff !important;
    background-color: #303133 !important;
    border-color: #303133 !important;
}

img.scrollToTop {
}

.scrollToTop:hover {
    text-decoration: none;
    cursor: pointer;
}

/*///////////////////////////////
// Feedback partial view
///////////////////////////////*/
#slideOut {
    position: fixed;
    height: auto;
    top: 162px;
    right: 0vw;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 998;
    /* Animation  */
    transition-property: all;
    transition-duration: .2s;
    background: white;
    box-shadow: -10px 12px 10px -10px rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 2px;
}

div#slideOut {
}

.showSlideOut {
    z-index: 999 !important;
    right: 378px !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: white;
}

.showSlideOut .modal-content {
    right: -1px;
}

.slideOutFix.showSlideOut {
    right: 380px !important;
}

.slideOutFix.showSlideOut .modal-content {
    right: 0px;
}

.slideOutFix .modal-content {
    top: 346px;
    right: -380px;
    margin-top: -276px;
}

.contentsSlideOutTab, .favoritesSlideOutTab, .emailSlideOutTab, .feedbackSlideOutTab, .shareSlideOutTab {
    height: 60px;
    width: 60px;
    background: transparent;
    transition: 0.2s;
    /* box-shadow: 0px 10px 0px -9px #808080; */
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    margin-top: -1px;
    border: 1px solid black;
    border-right: none;
}

.contentsSlideOutTab {
}

.slideOutFix {
    position: fixed;
    top: 80px !important;
    right: 0vw !important;
    border-radius: 7px 0px 0px 7px !important;
    z-index: 998 !important;
}

.contentsSlideOutTab {
}

.favoritesSlideOutTab {
    /* left: 80px; */
}

.emailSlideOutTab {
    /* left: 140px; */
}

.feedbackSlideOutTab {
    /* left: 200px; */
}

.shareSlideOutTab {
    /* left: 260px; */
}

.contentsSlideOutTab:hover , .favoritesSlideOutTab:hover, .emailSlideOutTab:hover, .feedbackSlideOutTab:hover, .shareSlideOutTab:hover {
    cursor: pointer;
    background: rgba(222, 236, 255);
}

.favoritesSlideOutTab img {
    margin-top: 12px;
}

.emailSlideOutTab img {
    margin-top: 12px;
}

.contentsSlideOutTab img {
    /* margin-left: 4px; */
    margin-top: 12px;
}

.feedbackSlideOutTab img {
    margin-top: 12px;
}

.shareSlideOutTab img {
    margin-top: 12px;
}

.selectedTab {
    transition: 0.2s;
    background: rgba(222, 236, 255) !important;
    border-radius: 2px 0px 0px 2px;
    z-index: 1000;
    height: 62px;
    margin-top: -1px;
    margin-left: 0px;
    width: 61px;
    right: 0px;
    border: 1px solid black;
    border-right: none;
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    margin-left: -1px;
}

.selectedTab:hover {
    cursor: pointer;
    background: transparent !important;
    margin-left: 0px;
    width: 60px;
    border-right: 1px solid black;
    border-radius: 0px;
}

.share-content .modal-body {
    margin-top: 0px;
    padding-top: 0px;
    top: 0px;
    border: 1px solid black;
    border-radius: 2px 0px 0px 2px;
    padding-left: 0px;
    bottom: 50px;
    height: calc(64vh - 125px);
}

.email-content .modal-body {
    padding-top: 15px;
    color: black;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    margin-left: 2px;
    top: 0px;
    bottom: 50px;
    position: relative;
    background: #eaeaea;
    border: 1px solid black;
    width: 378px;
    border-radius: 2px 0px 0px 2px;
    height: calc(100% - 120px) !important;
}

.email-content .modal-body .email-text {
    font-size: 16px;
    margin-top: 15px;
    height: calc(100% - 150px);
}

.form-control:focus {
    border-color: #006cff;
    box-shadow: none;
}

.email-content .modal-body span {
    display: inline-flex;
    margin-bottom: 0px;
    margin-top: 5px;
    width: 100%;
}

.email-content .modal-body span .name-label {
    margin-top: 6px;
    margin-right: 10px;
    font-weight: normal;
}

.email-content .modal-body span .email-label {
    margin-top: 6px;
    margin-right: 16px;
    font-weight: normal;
}

.email-content .modal-body span .contact-label {
    margin-right: 10px;
    margin-top: 6px;
    font-weight: normal;
}

.email-content .modal-footer {}

#contents-list {
    display: block;
    width: 378px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px 0px 0px 2px;
    margin-top: 0px;
    margin-left: 2px;
    background: #eaeaea;
    top: 69px;
    bottom: 2px;
    position: absolute;
    border: 1px solid black;
    font-size: 16px !important;
}

#contents-list span {
    cursor: pointer;
}

#contents-list a {
    display: block;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

#contents-list a:after {
    display: block;
    height: 1px;
    background: #ccc;
}

#contents-list a:last-child {
    border-bottom: none;
}

#contents-list .contentsLevel1 {
    padding-top: 0px;
    padding-bottom: 1px;
    padding-right: 15px;
    text-indent: 0px;
    margin-left: 5px;
}

#contents-list .contentsLevel2 {
	margin-left: 9px;
	border-left: 2px solid #006cff;
	padding-left: 15px;
	margin-top: 15px;
}

#contents-list .contentsLevel3 {
	margin-left: 10px;
	border-left: 1px solid #006cff;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	box-shadow: -3px 0px 0px 0px #eaeaea, -5px 0px 0px 0px #006cff;
}

#contents-list .contentsLevel4 {
	margin-left: 10px;
	border-left: 4px double #006cff;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	box-shadow: -3px 0px 0px 0px #eaeaea, -5px 0px 0px 0px #006cff;
}

#contents-list .contentsLevel5 {
	margin-left: 10px;
	border-left: 4px double #006cff;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	box-shadow: -2px 0px 0px 0px #eaeaea, -3px 0px 0px 0px #006cff, -6px 0px 0px 0px #eaeaea, -8px 0px 0px 0px #006cff;
}

.favourites-content {
    height: 64vh;
}

.favourites-content .modal-header span {
    margin-left: 0px;
    margin-right: auto;
}

.favourites-content .modal-header:hover {
}

.favourites-content .favourites-items {
    width: 378px;
    height: calc(100% - 120px) !important;
    top: 71px;
    bottom: 50px;
    margin-bottom: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 2px;
    padding-top: 4px;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid black;
    background: #eaeaea;
    color: black;
}

.favourites-content .favourites-items:after {
    content: "";
    background: -ms-linear-gradient(left, rgba(102, 179, 220, 0), rgba(102, 179, 220, 1), rgba(102, 179, 220, 0));
    background: -webkit-linear-gradient(left, rgba(102, 179, 220, 0), rgba(102, 179, 220, 1), rgba(102, 179, 220, 0));
    display: none;
    height: 1px;
    width: auto;
    position: relative;
    bottom: 0px;
    overflow: auto;
}

.favourites-content .favourites-items span {
    width: 328px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    transition: 0.2s;
    font-size: 16px;
}

.favourites-content .favourites-items span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.favourites-content .favourites-items img {
    cursor: pointer;
    float: left;
    margin-left: 2px;
    margin-top: 13px;
    transition: 0.2s;
    color: white;
}

.favourites-content .favourites-items img:hover {
    opacity: 0.5;
}

.favourites-content .favourites-items div {
    background: #fff;
}

.favourites-content .favourites-items div:hover {
    color: #006cff;
}

.favourites-content .favourites-items div:first-child {
    border-top: none;
}

.favourites-content .favourites-items div:last-child {
    border-bottom: none;
}

.favourites-content .modal-footer {}

.favourites-content .modal-footer:before {
    display: none;
}

.favourites-content button.btn.btn-success {
}

.share-content .modal-header span {
    margin-left: 0px;
    margin-right: auto;
}

.email-content {
    height: 64vh;
}

.share-content .favourites-items {
    display: block;
    width: 296px;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 15px;
    height: 335px !important;
}

.share-content .modal-body .share-text {
    resize: none;
    font-size: 16px !important;
    color: black;
    border: none;
    margin-left: 0px;
    border-radius: 0px;
    background: none;
    box-shadow: none;
    border: none;
    margin-left: 0px;
    text-align: center;
    font-size: 20px;
}

.share-content .favourites-items span {
    width: 254px;
    float: left;
    margin-left: 5px;
}

.share-content .favourites-items span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.share-content .favourites-items img {
    cursor: pointer;
    float: left;
}

.modal-title {
    text-align: center;
    height: 84px;
    display: block;
    border: 1px solid black;
    border-bottom: none;
    border-radius: 2px 0px 0px 2px;
    background: #eaeaea;
    width: 378px;
    margin-left: 2px;
    padding-top: 15px;
}

.modal-title img {
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 2px;
    padding: 8px;
    transition: 0.2s;
    border-bottom: 2px solid rgba(255,255,255,0);
    background: #ffffff;
    border: 1px solid rgb(234, 234, 234);
    opacity: 1;
    height: 48px;
}

.modal-title span {
    width: 100%;
    font-size: 16px;
    text-align: center;
    float: none
}

.feedbackSelected {
    background: #006cff !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
}

.feedbackSelected:hover {
    cursor: auto !important;
    opacity: 1 !important;
}

.modal-footer {
    text-align: center;
    padding: 0px;
    border-top: none;
}

.modal-content {
    position: fixed;
    right: -380px;
    top: 440px;
    height: 64vh;
    width: 380px;
    -webkit-box-shadow: none;
    z-index: 998;
    background-color: rgba(222, 236, 255, 1) !important;
    border-right: none;
    border-radius: 2px 0px 0px 2px;
    margin-top: -286px;
    transition: 0.2s;
    text-align: left;
    min-height: 50vh;
    border: 1px solid black;
    font-family: roboto;
}

.selectedDialogShadow .modal-content {
    box-shadow: -10px 12px 10px -10px rgba(0, 0, 0, 0.6);
}

.modal-body textarea {
    resize: none;
    position: absolute;
    top: 125px;
    bottom: -5px;
    width: 96%;
    color: black;
    border-radius: 0px;
    background: white;
    box-shadow: none;
    border: 1px solid;
    margin-left: 0px;
    transition: 0.2s;
    margin-bottom: 15px;
    border-radius: 2px;
    box-sizing: border-box;
    border-color: rgb(234, 234, 234);
}

.modal-body {
    padding-top: 15px;
    color: black;
    padding: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 2px;
    margin-bottom: 5px;
    top: 0px;
    bottom: 50px;
    width: 100%;
    background: #eaeaea;
    border-radius: 0px 0px 0px 2px;
    border: 1px solid black;
    border-top: none;
    height: calc(100% - 202px);
}

.modal-body .input {
    width: 100%;
    float: right;
    transition: 0.2s;
}

.modal-header {
    padding-bottom: 15px;
    font-size: 28px !important;
    transition: 0.2s;
    border-bottom: none;
    padding-left: 12px;
    display: block;
    height: 71px;
    color: black;
    font-family: roboto condensed;
}

.modal-header:after {
    content: "";
    background: -ms-linear-gradient(left, rgba(102, 179, 220, 0), rgba(102, 179, 220, 1), rgba(102, 179, 220, 0));
    background: -webkit-linear-gradient(left, rgba(102, 179, 220, 0), rgba(102, 179, 220, 1), rgba(102, 179, 220, 0));
    display: none;
    height: 1px;
    width: auto;
    position: relative;
    top: 15px;
    overflow: auto;
}

.modal-header span {
    margin-left: 0px;
}

.modal-header img {
    display: none;
}

.modal-title img {
    display: inline-block;
    transition: 0.2s;
}

.modal-title img:hover {
    cursor: pointer;
    background: #006cff;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.feedbackMessage {
    text-align: center;
    width: 99% !important;
    top: 71px;
    border-radius: 7px 0px 0px 7px;
    border: 1px solid #ccc;
    padding-top: 100px;
    padding-left: 5px;
}
    .email-content .feedbackMessage {
        padding-top: 100px;
    }

.feedbackMessage strong {
    font-size: 20pt;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}

.feedbackComment {
    transition: 0.2s;
    padding: 6px 12px;
    left: 10px;
    right: 0px;
    top: 45px !important;
    width: 96% !important;
}

.feedbackComment:focus {
    border-color: #006cff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*///////////////////////////////
// Default Page
///////////////////////////////*/
.contentColumn {
    float: left;
    width: 37%;
    margin-top: 0vh;
    margin-bottom: 50px;
    /* background: rgba(255,255,255,0.9); */
    border-radius: 7px;
}

.highlighted-column {
    margin-bottom: 400px;
    width: 25%;
}

.highlighted-column .groupContent {
    background-color: rgba(222, 236, 255, 0.95) !important;
}

.highlighted-column .groupContent #relevant {
    background-color: rgba(255,255,0,0.9) !important;
}

.relevantGroupContent {
    margin-bottom: 15px;
    margin-left: 10px;
    background: rgba(255, 246, 143, 0.9);
    padding: 10px 10px 20px 20px;
    border-radius: 7px;
    box-shadow: 5px 5px 15px 0px #808080;
}

.relevantGroupContent {
    margin-bottom: 10px;
    margin-left: 10px;
    background: rgba(222, 236, 255, 0.95) !important;
    padding: 10px 10px 20px 20px;
    border-radius: 0px;
    box-shadow: 5px 5px 15px 0px #808080;
}

.relevantGroupContent span {
    text-decoration: none;
    transition: 0.2s;
}

.relevantGroupContent span:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #006cff;
}

.groupContent {
    margin-bottom: 10px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 10px 20px 20px;
    border-radius: 2px;
    box-shadow: 5px 5px 15px 0px #808080;
}

.groupContent span {
    text-decoration: none;
    transition: 0.2s;
}

.groupContent span:hover {
    text-decoration: none !important;
    color: #006cff;
    cursor: pointer;
}

.groupHeaderText {
    padding-bottom: 15px;
    font-family: Roboto Condensed;
}

.groupHeaderText:after {
    margin: auto;
    content: "";
    background: -ms-linear-gradient(left, rgba(102, 179, 220, 0), rgba(102, 179, 220, 1), rgba(102, 179, 220, 0));
    background: rgba(102, 179, 220, 1);
    /* display: block; */
    height: 1px;
    width: auto;
    position: relative;
    margin-top: 15px;
    bottom: 0;
    overflow: auto;
}

.tag {
    display: inline-block;
    float: right;
    max-height: 30px;
}

.collapsableSectionImage {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}

.collapsableSectionButton.collapsed:before {
    content: 'Show all';
}

.collapsableSectionButton:before {
    content: 'Show less'
}

.groupHeaderIcon {
    float: left;
    margin-right: 14px;
    margin-top: 8px;
}

.groupDescription {
    margin-bottom: -40px;
}

.groupDescription img {
    max-height: 30px;
    text-decoration: none;
    position: relative;
    bottom: 55px;
    left: calc(100% - 6%);
    transition: 0.2s;
}

.groupDescription img:hover {
    opacity: 0.75;
    cursor: pointer;
}

.groupDescription span {
    display: block;
    padding: 0px;
    transition: 0.5s;
    height: 0px;
    overflow: hidden;
    color: black;
}

.groupDescription img:hover + span {
    display: block;
    padding: 10px;
    border-radius: 7px;
    line-height: 1.6;
    margin-bottom: 50px;
    margin-left: -10px;
    margin-top: -40px;
    height: auto;
    overflow: auto;
}

.textOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    display: block;
}

#historyNavigateBack {
    position: fixed;
    margin-left: -70px;
    z-index: 20;
    transform: scale(0.8);
    transition: 0.2s;
}

@media(max-height: 800px) {
    #historyNavigateBack {
        margin-left: -60px;
    }
}

#historyNavigateBack:hover {
    opacity: 0.5;
    cursor: pointer;
}

/*///////////////////////////////
// Modify the existing classes to work better with the help guide styling
///////////////////////////////*/
#helpPageStructure {
    font-size: 28px;
}

@media(max-width: 1320px) {
    #helpPageStructure {
        font-size: 28px;
        margin-left: 45px;
    }
}

a {
    transition: 0.2s;
    color: black;
}

a:hover {
    color: #006cff !important;
}

a:focus {
    text-decoration: none !important;
}

.modal-body .input {
    font-size: 16px;
    box-shadow: none;
    padding-left: 8px;
    border-radius: 2px;
    margin-right: 6px;
    border: 1px solid;
    border-color: rgb(234, 234, 234);
}

.modal-body .input:focus {
    border-color: #006cff;
    box-shadow: none;
}

button.btn.btn-success {
    font-weight: 600;
    font-family: poppins;
    transition: 0.2s;
    padding: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    outline: none;
    outline-offset: 0px;
    color: white;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #006cff;
    border-color: #006cff !important;
}

button.btn.btn-success:active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn-success:hover {color: #006cff;}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: red;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: transparent;
}

.share-content button.btn.btn-success {
    margin-top: 5px;
    margin-left: 0px;
}
.share-content .modal-footer {
  
text-align: center;
}
.modal-footer .tooltiptext {
    visibility: visible;
    font-size: 16px;
    width: auto;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
}

#sendLinkTooltip {
    right: 59px;
}
#copyLinkTooltip {
    
}

#favouriteTooltip:after, #sendEmailTooltip:after, #feedbackTooltip:after, #sendLinkTooltip:after, #copyLinkTooltip:after {
    content: "";
    position: absolute;
    display: none;
    top: 100%;
    left: 87%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#sendEmailTooltip:after {
    left: 80%;
}

.modal-footer .btn:hover {
    background-color: transparent;
    color: #006cff;
}

.btn-success[disabled]:hover {background: rgba(255, 144, 144, 1);color: white;border-color: rgba(255, 144, 144, 1) !important;}

/*.btn-success[disabled]:hover:after {
    content: url('/help../Images/noaccess.png');
    position: absolute;
    left: 20px;
    transition: 0.2s;
}*/

button.btn.btn-success {
}

.btn img {
    transition: 0.2s;
    display: none;
}

.btn:hover img {
    opacity: 0.5;
}

.modal-footer .btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: text;
    border: none;
    display: block;
    box-shadow: none;
    width: 100%;
    background: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}

.rpVersionText {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1000;
    color: grey;
    font-size: 12px;
    opacity: 0;
    transition: 0.2s;
}

.helpVersionText {
    position: absolute;
    top: 0px;
    right: 220px;
    z-index: 1000;
    color: grey;
    font-size: 12px;
    opacity: 0;
    transition: 0.2s;
}
  .rpVersionText:hover, .helpVersionText:hover {
    opacity: 1;
  }

.visible {
    visibility: visible !important;
    bottom: 22px;
}

.hidden {
    visibility: hidden !important;
}
a.collapsableSectionButton {
    top: 5px;
    position: relative;
}
  a.collapsableSectionButton:hover {
    text-decoration: none !important;
  }
a.collapsableSectionButton:focus {
  color: black;
  outline: none;
}