/* #region IMPORTS */
@import '/resources/css/wk-fonts.css';
@import "/resources/css/wk-colors.css";
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* #endregion */

/* #region GENERAL */
#go2top {
    background-color: #83ad1c;
    bottom: 60px;
    height: 54px;
    width: 50px;
}
#go2top.oxy-icon {
    font-size: 1.2em !important;
}

.hidden {
    display: none;
}

ServerMaintenanceNotice {
    display : contents;
    position : absolute;
    top : 0px;
    width : 100%;
    /* background-color : 'darkgray'; */
    margin: auto;
    font-size: larger;
}
.ServerMaintenanceContent {
    margin : auto;
    background-color: #28a745;
    color : white;
    padding : 20px;
    text-align : center;
}
#StartDateTime {
    font-size: 1.25em !important;
    text-decoration: underline;
}

/* Loader */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #242f3f; */
    background-color: #fff;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    /* border: 4px solid #28a745; */
    /* border: 0px; */
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    /* background-color: #28a745; */
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}
/* #endregion */

/* #region COOKIES */
.cookie-container {
    display: none !important;
}
/* #endregion */

/* #region HEADER */
.wh_header {
    background: #85BC20;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
}

.wh_logo_and_publication_title_container {
    display: contents;
}

.wh_logo_and_publication_title {
    background-image: url("/resources/img/logos/Wolters-Kluwer-logo_disc_trans.png");
    background-repeat: no-repeat;
    padding-left: 70px;
    text-align: left;
}

.wh_publication_title {
    font-size: large;
}

.wh_top_menu ul li:hover, .wh_top_menu.activated-on-click ul li.active {
    background-color: #007AC3;
    color: white;
}

.wh_top_menu ul li:hover a {
    color: inherit;
}

.wh_top_menu ul li ul li {
    /* display: block;
    padding: 0.5em 1em;
    text-decoration: none; */
    background-color: #007AC3;
    border-color: #007AC3;
}

.wh_top_menu ul li:active a {
    color: white;
}

#collapsebutton {
    height: 36px;
    width: 84px;
    font-size: 12px;
    border-color: #007AC3;
    display: table-cell;
    margin-left: 6px;
}

.wh_top_menu > ul > li > span > span > a > code{
    display: none;
}

/* .wh_top_menu ul ul li a:hover {
    background: #005C92;
} */

/* #endregion */

/* #region SEARCHBAR */
#searchForm {
    margin-left: 100px;
}
.divSearch, .divSearchNew {
    max-width: 50px !important;
    /* position: absolute !important; */
    right: 160px;
}

.input-group {
    position:relative;
}

.input {
    padding: 6px;
    width: 350px;
    font: inherit;
    color: #fff;
    background-color: transparent;
    outline: 2px solid #fff;
}

.input:focus+.input-label,
.input:valid+.input-label {
    transform:
    translate(6px, -6px) scale(.8);
    color: white;
    padding-inline: 5px;
    background-color: #83ad1c;
}

.input:is(:focus, :valid) {
    outline: 2px solid #fff;
}

.input-label {
    /* position: absolute; */
    /* top: -3px; */
    /* top: 8px; */
    /* right: 430px !important; */
    /* transform: translate(10px, 10px); */
    /* transition: transform .25s; */
    font-weight: 400;
    display: table-cell;
    padding-right: 6px;;
}
.wh_search_input {
    display: none;
}

.wh_search_textfield {
    width: 250px;
    height: auto;
    color: #757575;
}

.wh_main_page_search, .wh_topic_page_search {
    padding: 10px !important;
    background: #007ac3 !important;
}

.wh_search_button {
    /* position: relative !important; */
    display: none;
}

.ui-autocomplete {
    z-index: 1000;
}

.ui-menu-item-wrapper {
    font-family: "Open Sans";
}

#textToSearch, #textToSearch-new {
    width: 350px;
    margin-right: 10px;
    background-color: transparent;
    color: white;
}
/* #endregion */

/* #region BODY */
body,
.wh_topic_content, 
.wh_content_area {
    /* width: 95%; */
    font-family: "Open Sans";
    /* font-size: 16px; */
    /* line-height: 1.5em; */
    /* visibility: hidden; */
}

p.shortdesc {
    display: none;
}

.DocLinks {
    position: relative;
    top: -10px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
}

.div-landing-page-btn, .div-changelog-btn {
    display: flex;
    margin-top: 20px;
}

.link-landing-page {
    border: 1px solid #007bff;
    margin-left: 6px;
    font-size: 12px;
}

.link-primary:hover, .div-landing-page-btn:hover {
    color: white;
}

.wh_main_page_toc {
    border: 0;
}

.cl_section {
    border-top: 4px solid;
    border-color: rgb(0,122,195);
    border-radius: 5px 0px;
}

.btn_revision {
    border-radius: 5px;
    background: rgb(0,122,195);
    font-family: 'Calibri',arial, helvetica, sans-serif;
    color: white;
    font-weight: bold;
    padding: 4px 16px 4px 16px;
    margin-right: 10px;
    width: 200px;
    height: 20px;
    border-top: 2px solid;
    border-color: rgb(0,122,195);
}

/* #region right bounce */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(-60px);
      transform: translateX(-60px);
    }
    60% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
    }
  }
  @-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-60px);
    }
    60% {
      transform: translateX(-30px);
    }
  }
  @keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -ms-transform: translateX(-60px);
      transform: translateX(-60px);
    }
    60% {
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
    }
  }
  /* #endregion /right bounce */

  .landing-page-arrow {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    color: #007ac3;
    font-size: xx-large;
    display: none;
  }

/* Search Page */
.DPDisclaimer {
    display: block;
    padding: 10px !important;
    margin-left: 120px !important;
    margin-right: 120px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    background: rgb(219, 219, 219);
    border: 5px solid rgb(110, 187, 31);
    margin-top: .5em !important;
    margin-bottom: 1em !important;
}
.DPDisclaimer p {
    margin: 0 0 -6px !important;
}

/* Tables */
.table--title-label {
    display: none;
}
.table > .tbody > tr {
    display: table-row !important;
}

/* Images */
img {
    margin-top: 12px !important;
    margin-bottom: 20px;
}

.close {
    /* This is the image that closes a clicked image */
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 100;
    opacity: .4;
    position: absolute;
    right: 35px;
    text-shadow: none;
    top: 15px;
    transition: .3s;
}

/* #endregion */

/* #region CHANGELOGS */
.nav-list {
    display: flex !important;
}
.rntitle {
    font-size: larger;
    color: #007ac3;
}
.clType {
    border-radius: 5px;
    background: rgb(0,122,195);
    font-family: 'Open Sans', sans-serif;
    font-size: small;
    color: white !important;
    font-weight: normal;
    padding: 4px 6px 4px 6px;
    margin-right: 10px;
    border-color: rgb(0,122,195);
}
#CLToolsHeading {
    font-weight: bold;
}
#CLToolsPara {
    margin-top: 2em !important;
    font-weight: bold;
}
.Enhancement{
    background: #28a745;
    border-color: #28a745;
}
.Defect, .Correction {
    background-color: crimson;
    border-color: crimson;
}
.simpletable-container {
    border-bottom: 2px solid black;
}
.stentry {
    border: none;
    padding: 6px 10px;
}
.FilterContainer {
    margin-bottom: 10px;
    width: 340px;
}
.cl_month_separator {
    margin-left: 5em; 
    text-indent: -5em;
}
#NumOfRNs {
    margin-left: 20px;
}
#RnCount {
    color: #c7254e;
    font-weight: bold;
}

/* #endregion */

/* #region TOOLBAR */
.wh_tools {
    height: 40px;
}

#Id-toolbar {
    display: -webkit-inline-box !important;
}

.toolbarBtn {
    width: 30px;
}

.toolbar-icon {
    width: 24px;
}

.wh_feedback_link, .wh_chat_link {
    margin-right: 0;
    margin: 0;
    padding: 0;
}

.wh_feedback_link button, .wh_chat_link button {
    border: none;
    background-color: transparent;
    color: #347bb7;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}

.btn-idev {
    padding: 1px 14px !important;
}

.idev-icon-chat img {
    width: 30%;
}

.glyphicon-cloud, .glyphicon-envelope {
    font-size: large !important;
}

/* Changelog Filter */
#FilterControls {
    margin-top: auto !important;
}

#filterText {
    color: #757575 !important;
}

#btnLogout {
    height: auto;
    font-size: 12px;
    border-color: #007AC3;
    display: table-cell;
}
#btnLogout:visited{
    color: #fff !important;
}

/* Oxy Icons */
.oxy-icon {
    font-size: 1.5em;
}
/* #endregion */

/* #region FEEDBACK/DYK CONTAINER */
#closeFeedback, #closeDYK, #closeFB, #closeCLPane {
    color: rgb(110, 187, 31);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-size: 20px;
    font-weight: bold;
}
#closeFeedback::before {
    /* content: "Feedback"; */
    width:20px;
    height:20px;
    margin-left:-20px;
}
#closeDYK::before {
    /* content: "Did You Know?!"; */
    width:20px;
    height:20px;
    margin-left:-20px;
}
.feedbackBox, .dykBox, .chatBox {
    top: 150px;
    right: -440px;
    width: 400px;
    padding: 2px 10px 10px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;  
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1000;
    box-shadow: 0 0 10px 10px lightslategray;
}
.feedbackBox.show, .dykBox.show {
    opacity: 1;
    right: 0px;
}
#FeedbackBoxTitleBar {
    font-size: 20px;
    font-weight: bold;
    color: #83ad1c;
}
#DykBoxTitleBar {
    font-size: 20px;
    font-weight: bold;
    color: #83ad1c;
}
#FeedbackboxTitle {
    display: block;
}
#FeedbackBoxBody {
    display: block;
}
#FeedbackBodyText, #DykBodyText {
    font-size: small;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: normal;
    width: 380px;
}
.FeedbackPostMsg{
    font-size: 11px;
    line-height: normal;
    width: 380px;
}



#FeedbackBoxTitleBar {
    display: block;
}
#FeedbackboxTitle {
    display: block;
}
#FeedbackBoxBody {
    display: block;
}
.DYKList {
    margin-bottom: 0px;
    border-left-width: 2px !important;
}
/* #endregion */

/* #region LIVE CHAT  */
#confEnvTitle {
    font: bold;
}
#chat {
    display: none;
}

#ChatBoxTitleBar {
    font-size: 20px;
    font-weight: bold;
    color: #83ad1c;
}
#ChatboxTitle {
    display: block;
}
#ChatBoxBody {
    display: block;
}
/* div.btn-group {
    display: none;
} */
.glyphicon-remove-circle {
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
}
#closeChat {
    color: rgb(110, 187, 31);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-size: 20px;
    font-weight: bold;
}
#closeChat::before {
    width:20px;
    height:20px;
    margin-left:-20px;
}

.closeLCPane::before{
    content: '';
    background-size:cover;
    background-position: right;
    position:absolute;
    margin-left: 150px;
    width:28px;
    height:28px;
}


.chatBoxNotice {
    top: 430px;
    right: -290px;
    width: 290px;
    padding: 2px 10px 2px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;  
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 1000;
}
.glyphicon-arrow-up {
    color: #007ac3;
    font-size: 300%;
}
#ChatBoxNoticeTitle {
    color: #007ac3;
    font-weight: bold;
}
#ChatBoxNoticeBodyMsg {
    margin-left: 15px;
    font-size: 14px;
    line-height: 140%;
}
.chatBox.show {
    opacity: 1;
    right: 0px;
}
#chatLogo a:link,
#chatLogo a:visited {
    text-decoration: none;
}
#chatLogo a:hover {
    color: #000;
}

#EnvOpt1 {
    width: 100px;
}

#ContinueButton {
    display: block;
    margin-top: 20px;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color:  rgb(110, 187, 31);;
    border-color: #525b4e;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid 
    #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

.chatTextbox {
    margin-top: 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.NameReminder, .NumReminder {
    display: none;
}

.NameReminder, .NumReminder {
    font-size: 11px;
    color: red;
}
/* #endregion */

/* #region FOOTER */
footer {
    background: #007ac3;
    text-align: left;
}
.wh_footer {
    background: #007ac3;
    background-image: url("/resources/img/logos/Wolters-Kluwer-logo_blu.png");
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    margin-bottom: 0px;
}

/* #endregion */

@media (max-width: 768px) {
    .feedbackBox, .dykBox, .chatBox {
        top: 170px;
    }
}
