.orange_table_bg .Status_mandatory {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ee9b30;
  padding: 3px 11px;
  color: #ee9b30 !important;
  margin-left: 2px;
}

.number {
  max-width: 8em;
  text-align: right;
  display: inline;
}
.form-control_dropdown {
  margin: 3px;
}

table {
  border-collapse: inherit;
}

.q-score {
  float: right;
}
.x_panel_mandatory {
  border: none;
}

.logo {
  margin: 10px 25px;
  width: 180px;
}
.logo3 {
  margin: 0px 25px;
  padding-top: 0px !important;
  width: 180px;
}

.btn.focus {
  background: #00497f;
  color: #a5d0ed;
}
.btn.btn-app:hover .fa-save {
  background: #00497f;
  color: #fff;
}
.btn:hover,
.btn-3,
.btn.btn-app,
.fa-save,
.btn.btn-app:hover {
  background: #0375c1;
  color: #fff;
}

.htitle2 {
  color: #002a49;
}

.panel-title {
  color: #00497f;
}
.header_column {
  background: #fff;
  color: #000;
  border-radius: 0px;
  border: 0px solid white;
}
.header_column_group {
  background: #fff;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px solid white;
}

.Status_mandatory {
  background-color: #002a49;
}

.side_article {
  background-color: #badbf0;
}
.fa-2x {
  font-size: 1.3em;
}
ul.bar_tabs > li.active {
  border-right: 6px solid #002a49;
}
.x_title.left-align {
  border-bottom: 2px solid #002a49;
}
.x_title {
  border-bottom: 2px solid #1a415a;
}
.nav-md .container.body .table > thead > tr > th {
  border-bottom: 2px solid #002a49 !important;
}
.htitle {
  color: #002a49;
}
a {
  color: #0e2130;
}
p>a,a:hover,
a:focus {
  color: #006fd2;
}

/* ------------ FUTURICE CHANGES ------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Playfair Display", serif !important;
}

input.form-control,
textarea.form-control {
  font-family: "Montserrat", sans-serif !important;
  width: 100%;
  font-size: 16px;
  padding: 11px 16px;
  border: solid 1px #c5d6e6;
  border-radius: 4px;
  font-weight: 500;
}

textarea#Note {
  font-family: "Montserrat", sans-serif !important;
  width: 100% !important;
  font-size: 16px !important;
  padding: 11px 16px !important;
  border: solid 1px #c5d6e6 !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
}

input.form-control {
  box-shadow: none !important;
  height: 45px;
}

textarea.form-control {
  min-height: 96px !important;
  color: #869096;
  resize: none;
}
input:focus,
textarea:focus {
  border: 1px solid #0375c1 !important;
  outline: none !important;
}
input[type="button"]:focus {
  border: none !important;
}

.container.body,
.nav-md,
.nav_menu2 {
  font-family: "Montserrat", sans-serif !important;
}
.btn-login {
  height: 52px;
  font-size: 16px;
  background: #0375c1;
  width: 100%;
  border-radius: 31px;
  margin-left: 0px;
}
p {
  color: #0e2130;
  font-family: "Montserrat", sans-serif !important;
}

.container.body div.main_container .right_col {
  background: #edf2f7 !important;
  min-height: 100vh !important;
}
footer.ff,
div.footer-text {
  background-color: #edf2f7;
  font-family: "Montserrat", sans-serif !important;
  color: #7e8993;
}
.menu_section > ul{
  overflow-wrap: break-word;

}

/* =========== SIGN  IN ===========*/
.container.body div.main_container .nav_menu,
.container.body div.main_container .nav_menu2 {
  background: #edf2f7 !important;
  border: none;
}
.nav-md .container.body .login_wrapper {
  width: 100% !important;
  height: 664px;
  max-width: 550px !important;
  margin: 0px !important;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 22px 40px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.login_content {
  padding: 0;
  height: 100%;
}
.animate.form.login_form,
.form.form-horizontal.form-label-left,
form.form-horizontal.form-label-left {
  height: 100%;
  margin: 0;
}
div#signin {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login_content h1 {
  font-size: 32px;
  margin-bottom: 0px;
  text-align: left;
}

.login_content h1 + p,
.login_content div > p,
.login_content form div a {
  font-size: 16px;
}
.login_content h1 + p,
.login_content div > label {
  text-align: left;
  width: 100%;
  color: #000;
}
.login_content div > label {
  font-size: 14px;
}
.login_wrapper div.form form div div > input {
  margin-bottom: 0px;
}

.login_content form div.clearfix + div > p,
.login_content div > label {
  color: #0e2130;
}

.login_content h1:before,
.login_content h1:after,
.login_content form div.separator > div.clearfix {
  display: none;
}
.login_content form .change_link {
  margin: 0px;
}

/*=========== Form inputs =========== */
form input[type="submit"] {
  margin: 0px !important;
}

.login_content div a.reset_pass {
  float: left;
  margin-top: 10px !important;
  font-size: 14px;
}
div.separator {
  color: #0e2130;
  font-size: 16px;
  border: none;
  margin: 0px;
}
.row.powered-by {
  margin-top: 24px;
}
.row.powered-by div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.row.powered-by div:nth-child(2) > p {
  max-width: 550px;
  width: 100%;
}
.row.powered-by div:nth-child(2) > p > a {
  color: #0274c0;
}

/* =========== Forgot Password ===========*/
.ff.login_content {
  background: inherit;
}
.ff.login_content h4 {
  font-size: 32px;
}
.ff.login_content > .x_content {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
}

.login_content form#registrationForm {
  height: 100%;
  max-width: 550px;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;

  border-radius: 10px;
  box-shadow: 0px 22px 40px rgb(0 0 0 / 10%);
}
.login_content form#registrationForm > div {
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

form#registrationForm > div.form-group label.control-label,
form#registrationForm > div.form-group label.control-label + div {
  padding: 0;
  text-align: left;
  width: 100%;
}
form#registrationForm > div.form-group input[type="reset"] {
  margin: 0;
  display: none;
}

/*Submit parents div, remove padding so it stretches*/
form#registrationForm > div.form-group:nth-child(4) > div {
  padding: 0;
}
/*Warning box*/
form#registrationForm > div.form-group:last-child {
  margin: 0;
  margin-top: 24px;
}
div.alert.alert-warning {
  /*   margin-top: 24px;
  min-height: 40px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center; */
  display: none;
}
/*===== Registerer now page =======*/
.ff.form-padding {
  background: inherit;
}
div.RegisterForm h4 {
  font-size: 32px;
  color: #000;
  margin: 0px;
}
div.RegisterForm {
  margin: 0;
}
#registrationForm > div.RegisterForm div > p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
}
div.RegisterForm input + p {
  font-size: 14px;
  color: #cb4353 !important;
}

form#registrationForm div.RegisterForm {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 832px;
}

.form-group.has-feedback,
div.RegisterForm .form-group div {
  width: 100%;
}

div.RegisterForm .form-group span.fa.fa-user {
  display: none !important;
}
div.RegisterForm div.form-group input {
  padding-left: 16px;
  margin-bottom: 0;
  box-shadow: none;
}
div.RegisterForm div.form-group,
div.form-group div,
div.RegisterForm label.control-label {
  text-align: left;
  padding: 0px;
}
div.RegisterForm .form-group {
  height: 78px;
}
/*Special case for information regarding password*/
#registrationForm > div.RegisterForm > div:nth-child(8) {
  height: fit-content;
  font-size: 14px;
}
#registrationForm > div.RegisterForm > div:nth-child(8) p {
  color: #000 !important;
}
div.RegisterForm div[class="form-group"] div {
  height: fit-content;
}

#registrationForm > div.RegisterForm > div.separator,
div.RegisterForm input[type="reset"],
div.RegisterForm .form-group:last-child {
  display: none;
}
/*ERROR input message*/
#registrationForm > div.RegisterForm div > input + p {
  font-size: 14px;
  color: #cb4353;
}
div.RegisterForm > .separator + .form-group {
  margin: 0;
  height: fit-content;
}
div.member-wrapper p {
  text-align: center;
}
/*==================== OVERVIEW PAGE ====================*/

body.nav-sm#body {
  background: #1a415a !important;
}
.nav_menu2,
.nav_menu {
  background: #edf2f7 !important;
  border: none;
}
ul.nav.navbar-nav.navbar-right li > a {
  color: #002a49 !important;
  font-size: 16px;
}

.right_col {
  background: #f9f9f9 !important;
  min-height: 838px;
}
h3 > span.totalscore {
  display: none;
}
/*==================== Overview navigation ====================*/

/*Remove contrast in accessability. Can't override the applied contrast styles.*/
ul.dropdown-menu.dropdown-usermenu.pull-right > li > a#enei-contrast-toggle {
  display: none;
}
div.main_container .left_col,
div.main_container .left_col.scroll-view,
div.main_container div.navbar.nav_title {
  background: #1a415a;
}

ul.nav.side-menu li i {
  color: #fff;
}

/*====================Score card ====================*/
div#PrimaryContent,
div#PrimaryContent > .x_panel {
  border: none;
  padding-left: 0px;
}
div#PrimaryContent div.x_panel:nth-child(3) {
  background: #fff;
}
div#PrimaryContent > .x_panel > .x_content p {
  font-size: 18px !important;
}

div#PrimaryContent > .x_panel > .x_content .textblock.help_inline {
  margin-bottom:40px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

div#PrimaryContent > .x_panel > .x_content div {
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 10px;
}

div#PrimaryContent > .x_panel > div.x_title > h2 {
  font-size: 32px;
  float: none;
  text-align: center;
  height: 40px;
}
/*==================== Article information box ====================*/

#OffcanvasSidebar p,
#OffcanvasSidebar div {
  text-align: left;
  font-size: 14px !important;
  color: #333333;
}
.x_panel {
  background: inherit;
  border: none;
}
.sidebar,
a#sidebar-switch-button i.fa {
  background-color: #e5ecf1;
  color: #0375C1 !important;
}
a#sidebar-switch-button {
  background-color: #e5ecf1;
  color: #0375C1 !important;
  border-radius: 10px 0px 0px 10px;
}

a.collapse-link > i {
  color: #515356 !important;
}
.x_panel.side_article > .x_content {
  font-family: "Montserrat";
  color: #0e2130;
}
.x_content > .form-group > div > input.btn-login {
  font-size: inherit;
}
#OffcanvasSidebar .x_content .form-group div > input[type="button"] {
  max-width: 280px;
  width: fit-content;
  height: fit-content !important;
  font-size: 14px;
  padding: 13px;
  margin: 0;
  white-space: pre-line;
}
/*==================== Overview Header ====================*/

.panelPOPUP {
  border: none;
  background-color: inherit;
  color: black;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0px 0px 0px 24px;
  margin-bottom: 20px;
}
.panelPOPUP h3,
.panelPOPUP p {
  color: #0e2130;
  font-size: 32px;
}
.panelPOPUP p {
  font-family: "Montserrat", sans-serif;
}
.right_col > div > div.colremovespace > .panelPOPUP div {
      flex: 2;
    display: flex;
    justify-content: right;
}

.right_col > div > div.colremovespace > .panelPOPUP p {
      flex: 1;
    display: flex;
    justify-content: right;
}

/*==================== Accordions ====================*/
div.accordion div.panel a.panel-heading {
  background: #1a415a;
  height: inherit;
}
div.accordion div.panel {
  margin-bottom: 15px;
}
div.accordion div.panel > a {
  margin-bottom: -5px;
}
.accordion h4.panel-title {
  color: #fff;
  font-size: 24px;
}

.panel-body.right-indent {
  border: 1px solid #c5d6e6;
  border-top: none;
  padding-right: 15px;
  position: relative;
}

.closebtn {
  top: 16px !important;
  color: #0375c1;
}

.closebtn:hover {
  color: #045184 !important;
}

/*==================== Accordion body ====================*/
.title-alignment > a,
.x_content > .question > .choose > .error > div > a {
  color: #0274c0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  text-decoration: underline;
}
.addbottom-border {
  padding: 8px;
  width: 100%;
  min-height: 60px;
}

b > span[class^="score"] {
  color: #0e2130;
}
b > label[id^="survey_mandatory_score"] {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
}

input.nodeid {
  margin-top: -1px;
  height: 20px;
  width: 20px;
}
/*==================== Accordion Icons ====================*/
div.mandatory > div > b > label,
div.voluntary > div > b > label {
  font-size: 14px;
}
b > i[class~="Status_completed"],
b > i[class~="Status_notstarted"] {
  padding: 5px;
}
b > i[class~="Status_completed"] {
  background-color: #66caa6;
  color: #66caa6;
}

b > i[class~="Status_notstarted"] {
  background-color: #e4c06b;
  color: #e4c06b;
}
a > i.Status_Download {
  background-color: inherit;
  color: #0274c0 !important;
  font-size: 24px;
}

/*====================Indicator pages==================== */
.main.question {
  background: #f9f9f9;
}
.question.level-1 {
  background: #fff;
  padding: 24px;
}

.main.question.mandatory {
  padding: 40px 9vw 12vh;
}

@media screen and (min-width: 1150px) {
	.main.question.mandatory {
		padding: 40px 19vw 12vh;
	}
}

/*Information text*/
#PrimaryContent .text.inline {
  width: 88%;
}
/*Remove score*/
/*display:inline-block was added to inline-style. The reason to use !important*/
#PrimaryContent h3.x_title3 > span[class*="score_"] {
  display: none !important;
}
.main.question.mandatory p {
  text-align: right;
  padding-right: 8px;
}
.main.question.mandatory p > a,
.panelPOPUP.headercol p > a {
  font-size: 16px;
  color: #0274c0 !important;
  text-decoration: underline;
}
.main > div.row > div#PrimaryContent > .x_title3 {
  font-family: Montserrat, sans-serif !important;
  font-size: 22px;
  line-height: 140%;
  background-color: inherit;
  color: #0e2130;
  padding-left: 0;
  left: 0px !important;
  border: none;
  position: relative !important;
}
/*Bookmark has inlined style, therefore the use of !important*/
.bookmark {
  padding: 24px 0;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  right: auto !important;
}

/*Contact information page*/

div#PrimaryContent > .x_panel.admin {
  background: #f9f9f9;
}
div#PrimaryContent > .x_panel_mandatory.admin,
div#PrimaryContent .question.level-1.voluntary.type_C {
  border-radius: 10px;
  width: 88%;
  position: relative;
  box-shadow: 0px 22px 40px rgb(0 0 0 / 10%);
  background: #f9f9f9;
}
div#PrimaryContent .question.level-1.voluntary.type_C {
  background: #fff;
}
/*Parent box with red left border, otherwise target the nested boxes*/
/*Check Company information page */
div#PrimaryContent > .x_panel_mandatory.admin,
div#PrimaryContent > .x_panel.admin {
  border: none;
  padding: 0;
  margin-top: 56px;
}
/*Company information page, em */
.text.inline > p > em {
  font-size: 16px;
  display: inline-block;
}

.question.level-1.mandatory {
  padding: 40px;
  border-radius: 10px;
}

/*Hide "Show history icon"*/
span[title="Show History"] {
  display: none;
}

/*Group question box*/
/*Group header*/


.question.level-1.voluntary.type_C .row {
  margin: -10px 0;
}

.header_column_group > h4 {
  font-size: 32px;
  font-family: "Playfair Display", serif !important;
  color: #0E2130;
  font-weight: normal;
  line-height: 140%;
}

.header_column_group:first-child > h4 {
  font-size: 20px;
  font-family: Montserrat, sans-serif !important;
  color: #456A8C;
}

.header_column_group.col-xs-1 > h4 {
  font-size: 32px;
  font-family: "Playfair Display", serif !important;
  color: #AD8543;
  font-weight: normal;
  line-height: 140%;
}

div.group > .x_panel_mandatory.admin,
div.group > .x_panel_readonly,
div.group div.x_panel_mandatory.admin > div.x_content {
  border: none;
  background: inherit;
  padding: 0;
  margin: 0;
}
/*Grouping of assessment question*/

/*Border for mandatory question*/
div#PrimaryContent > div.x_panel_mandatory.admin > .x_content,
div#PrimaryContent div.x_panel.admin > .x_content {
  margin: 0;
}

/*Remove border for nested content*/
div#PrimaryContent .group .x_panel_mandatory.admin .x_panel.admin .x_content,
div#PrimaryContent .group > div.x_panel.admin > .x_content,
div#PrimaryContent .group .x_panel.admin .x_panel.admin .x_content {
  border: none;
  width: 100%;
  padding-left: 0px;
}
/*Nested grouping */
div.voluntary,
div.group div.x_panel_mandatory.admin > .x_content {
  width: 100%;
}
/*Question sub header*/

/*Move the 3grid box that opens the modal */
#PrimaryContent .group div.row.row-eq-height > div:nth-child(3) {
  position: absolute;
  right: -14px;
}
/*Position of the icon box*/
#PrimaryContent .x_content .question > .row div:nth-child(4) {
  padding: 0;
  position: absolute;
  right: -24px;
  top: -96px;
}
/*Position of the icon for ADMIN pages*/
#PrimaryContent .x_panel.admin .x_content .question > .row div:nth-child(4) {
  position: absolute;
  top: 24px;
  right: 16px !important;
}
/*Position of the icon for NON-ADMIN pages*/
div#PrimaryContent span[data-placement="bottom"] {
  position: absolute;
  top: 0px;
  right: 0px !important;
}
/*Center the icon inside the circular image */
div#PrimaryContent .x_panel.admin span[data-placement="bottom"] > i,
div#PrimaryContent span[data-placement="bottom"] > i {
  padding: 5px 9px;
}
/*The pop up modal*/

.popover-header {
  background: #0e2130;
}
.popover-header h3.popover-title {
  color: #fff;
}
div#PrimaryContent .row .popover > .popover-content p,
div#PrimaryContent .row .popover > .popover-content div {
  color: #0e2130;
  text-align: left;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

/*Question text*/

.question.level-1.mandatory > .row {
  margin-top: -15px;
}
.question.level-2.mandatory > .row {
  margin-top: -30px;
  margin-bottom: 15px;
}


.row.row-eq-height > .header_column > h4 {
  font-size: 24px;
  font-family: "Playfair Display", serif !important;
  color: #0E2130;
  font-weight: normal;
  line-height: 140%;
}
.row.row-eq-height > .header_column.col-xs-1 > h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  color: #AD8543;
  font-weight: normal;
  margin-top: 19px;
}
.row.row-eq-height > .header_column.col-xs-1 {
  display: flex;
  flex-direction: column;
}
.question .row > div,
.x_panel_mandatory.admin {
  padding-left: 0px;
}
.iradio_flat-blue {
  margin-right: 16px;
}

label.radio > h5 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 19.6px;
  position: relative;
  margin-left: 32px;
}
label.radio > h5 > .iradio_flat-blue {
  position: absolute !important;
  left: -32px;
}
span.q-score {
  display: none;
}
.x_panel.admin {
  padding-left: 0;
}
/*Attached file*/
.btn-primary {
  text-transform: uppercase;
  font-weight: 600;
  height: 52px;
  font-size: 14px;
  background: #0375c1;
  width: 100%;
  letter-spacing: 0.05em;
  border-radius: 31px;
  margin-left: 0px;
  font-family: "Montserrat", sans-serif;
  border: none;
}
.input-group-btn .btn-primary {
  max-width:-moz-fit-content;
  max-width:fit-content;
}

/*Attached documents button*/
button[id*="evidence_"] {
  margin-top: 16px;
}

/*================== BOTTOM NAVIGATION ================*/
#btn-container {
  background: #fff;
  height: 96px;
}
#btn-container > .btn-group {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0 10.3vw;
  align-items: center;
  align-content: center;
}
div#btn-container > .btn-group a {
  background: inherit;
  color: #0e2130;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
#btn-container > .btn-group > a[href*="_previous"] {
  padding-left: 0;
  border: none !important;
}
#btn-container > .btn-group > a[href*="_previous"] i {
  color: #0e2130;
}
#btn-container > .btn-group > a[href*="_previous"] span {
  margin-left: 8px;
}
/*Hide the next button, but keeping the save and next*/
#btn-container > .btn-group a[href*="_next"] {
  display: none;
}
#btn-container > .btn-group > a[tag_name="survey_save_next"],
#btn-container > .btn-group a[tag_name="survey_confirm"] {
  background: #0375c1;
  padding: 18px 24px !important;
  font-size: 16px;
  border-radius: 44px;
  width: fit-content;
  height: fit-content;
  color: #fff;
  margin-bottom: 0px;
}
#btn-container > .btn-group > div[onclick=" RemoveSurveyPageResponse(event);"]{
padding: 18px 24px !important;
font-size: 13px;
border-radius: 44px;
width: fit-content;
height: fit-content;
color: #fff;
margin-bottom: 0px;
}
Edit Log time Unwatch Copy 

#btn-container > .btn-group a[tag_name="survey_confirm"] {
  min-width: 132px;
}
#btn-container > .btn-group > a[tag_name="survey_save_next"] > i,
#btn-container > .btn-group a[tag_name="survey_confirm"] > i {
  display: none;
}

/*========== SUBMIT PAGE  ======== */
.x_content > .question > .choose > .error {
  border: none;
}
.x_content > .question > .choose > .error > p {
  text-align: left;
  color: #cb4353;
  font-size: 16px;
}

.x_content > .question > .choose h5 {
  font-family: "Montserrat", sans-serif;
}

/* ======== Thank you page ==== */
.main.question.mandatory .text {
  margin-bottom: 24px;
}
.main.question.mandatory .text p {
  text-align: left;
  font-size: 16px;
}


.main.question.mandatory label.checkbox + div > p {
  text-align: left !important;
}

.main.question.mandatory label.checkbox + div > p > i {
  font-size: 14px;
  font-family: "Montserrat";
  display: block;
}
/*==================== CREATED CLASSES ====================*/

/*==================== Sign in page new classes ====================*/
.content_wrapper {
  background-color: inherit;
  height: fit-content;
  border-radius: 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*==================== MEDIA QUERIES ====================*/

/*==================== Sign in page queries ====================*/
@media only screen and (max-width: 400px) {
  .container.body div.main_container .nav_menu,
  .container.body div.main_container .nav_menu2 {
    border: none;
  }

  .login_content form#registrationForm {
  }
  /*Sign in page, 
  Lost password, 
  Register around the box,
  register padding in form*/
  .nav-md .container.body .login_wrapper,
  .container.body div.main_container .right_col,
  .ff.form-padding,
  .login_content form#registrationForm {
    padding: 5px !important;
  }

  .login_content {
    min-width: 100%;
  }
  .content_wrapper {
    width: 100%;
  }
}

/*====================Overview page queries ====================*/

@media only screen and (max-width: 1000px) {
  div.right_col > div > div.colremovespace > .panelPOPUP {
    flex-direction: column;
  }
  div.right_col > div > div.colremovespace > .panelPOPUP p {
    margin-top: 0px;
  }
}
/*The ? icon currently jumps down on scren size 1209*/
/* @media only screen and (max-width: 1209px) {
  #PrimaryContent .x_content .question > .row div:nth-child(4) {
    top: -120px;
  }
} */
@media only screen and (max-width: 1120px) {
  div.accordion h4.panel-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1045px) {
  div.accordion h4.panel-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 770px) {
  .main.question.mandatory {
    padding: 0px 8px;
  }
  div#PrimaryContent > .x_panel_mandatory.admin {
    margin-left: 0px;
  }
  div#PrimaryContent > div.x_panel_mandatory.admin > .x_content {
    width: 100%;
    padding-left: 0px;
  }
  #btn-container > .btn-group > a[tag_name="survey_save_next"] > i,
  div#btn-container > .btn-group a[tag_name="survey_confirm"] i {
    display: inline-block;
    background: transparent;
    font-size: 32px;
  }
}
/*Save and continue btn turns to and icon*/
@media only screen and (max-width: 768px) {
  #btn-container > .btn-group > a[tag_name="survey_save_next"],
  #btn-container > .btn-group a[tag_name="survey_confirm"] {
    border-radius: 40px;
  }
}
/*Attach dokument on smaller screens*/
@media only screen and (max-width: 471px) {
  .input-group-btn .btn-primary {
    height: fit-content;
    white-space: break-spaces;
  }
}

.sidebar, a#sidebar-switch-button i.fa, a#sidebar-switch-button {
  background: #e5ecf1;
}
.inline_header{
width:0px !important;
}


.toggle.btn{
padding:0px;
margin:0px;
}

.toggle .btn{
padding:0px;
margin:0px;
text-transform: capitalize !important;
}

.toggle-off.btn {
padding-left: 0px !important;
}

.toggle-on.btn {
padding-right: 0px !important;
text-align: center !important;
}

.center_disclosure{
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 34px;
border-radius: 3px;
padding-left:8px;
}

.orange_table td .sol-container {
text-align: left;
}

.prefill{
border: 2px solid #f7941d;
}

.toggle-on.btn{
line-height: 32px !important;
}

.toggle-off.btn{
line-height: 32px !important;
}

/*For Popup Inline Type*/
.info-box, div#PrimaryContent > .x_panel > .x_content div .info-box {
    background: #D9EDFB;
    color: #1A415A;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom:20px;
}

div#PrimaryContent > .x_panel > .x_content div.button-box {
    font-size: 14px;
}


.button-box.active {
    margin-bottom: 10px;
}


.info-box strong {
    font-size: 14px;
}


div#PrimaryContent > .x_panel > .x_content div.info-box p  {
	font-size: 14px !important;
	text-align: left !important;
	font-family: "Montserrat", sans-serif !important;
}

div#PrimaryContent > .x_panel_mandatory > .x_content div.info-box p  {
	font-size: 14px !important;
	text-align: left !important;
	font-family: "Montserrat", sans-serif !important;
}

.info-box a {
    color: #0375C1;
	font-size: 14px !important;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.more-info {
    display: none;
}

.parent_t.level-4 .h4.question_title {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 140%;
color: #456A8C;
margin-top: -20px;
display: block;
}

#alertPopupDiv{
top: 77% !important;
}

.btn-group a[tag_name="survey_save_next"] {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}

.btn-group .survey_progress_page_percent_div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

.SectionFlagStatus {
	color:white;
	margin-top:8px;
}

/* File upload */
.question .modal .modal-header {
    background: none !important;
    border-color: #CACACA !important;
}

.question .modal button.close2.evidence {
    border: none !important;
    color: #0E2130 !important;
}

.question .modal .modal-body {
    color: #0E2130;
}

.question .modal .content_title_file {
    border-bottom: 1px solid #CACACA;
}

.question .modal .box-outline-file {
    border: none;
}

.question .modal .col-lg-6:first-child div#UploadFileLibraryForm {
    background: #D9EDFB;
    padding: 1rem;
    border-radius: 8px;
}

.question .modal div.single-field>input, .question .modal div.single-field>textarea {
    border: 1px solid #C5D6E6;
    width: 60%;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px;
	margin-bottom: 8px;
}

.question .modal button.browse.btn-primary.input-lg2.choose_evidence {
    margin-bottom: 8px;
    background: #fff;
    color: #456A8C;
    border: 1px solid #456A8C;
    padding: 12px 16px;
    line-height: 100%;
    height: auto;
    display: inline-block;
    width: auto;
}

.question .modal button.browse.btn-primary.input-lg2.choose_evidence:hover {
    text-decoration: none;
    background: #F1F9FF;
}

.question .modal div#provideNewEvidenceTitle, .question .modal div#evidenceBrowseTitle {
    border: none;
margin-top: 1rem;
}

.question .modal input.form-control.input-sm {
    height: auto;
}

.question .modal div.dataTables_wrapper div.dataTables_filter input {
	padding: 8px 16px !important;
}

.question .modal div.dataTables_wrapper div.dataTables_length select {
    padding: 8px 16px;
    height: auto;
    box-shadow: none;
    border: 1px solid #C5D6E6;
}

.question .modal a.link-color.link-background {
    margin-bottom: 8px;
    background: #fff;
    color: #456A8C !important;
    border: 1px solid #456A8C;
    padding: 12px 16px;
    line-height: 100%;
    height: auto;
    display: inline-block;
    width: auto;
    border-radius: 2rem;
	margin: 0;
}

.question .modal a.link-color.link-background:hover {
    text-decoration: none;
    background: #F1F9FF;
}

.question .modal a.link-color {
    color: #0375C1 !important;
}

.question .modal td.details-control::after {
    color: #456A8C;
    content: "\f107";
}

.question .modal tr.shown td.details-control::after {
    color: #456A8C;
    content: "\f106";
}

.question .modal table#BrowseResult.dataTable, .question .modal table#AlreadyResultModal {
    border: 1px solid #D9EDFB;
	margin-bottom: 1rem !important;
}

.question .modal table td {
    padding: 8px;
}

.question .modal table td:first-child {
    padding: 8px 16px;
}

.question .modal table tr:nth-child(2) td {
	background: #EDF2F7;
}

.question .modal div#NoSourceAdded {
    padding: 3rem 0;
}

.question .moadal div#SearchFileLibraryForm {
	margin-top: 2rem;

}

.question .modal .dataTables_paginate, .question .modal .dataTables_info {
	font-size: 14px;
}

pre.response{
font-family: "Montserrat", sans-serif !important;
margin: 10px 1px;
}

span.h4{font-weight:bold;}
.nav-md .container.body .toggle {
    float: left !important;
    margin: 0 !important;
    padding-top: 16px !important;
    width: 45% !important;
}
.nav-md .container.body .top_nav .navbar-right {
margin: 0 !important;
width: 55% !important;
float: right !important;
}
.checkboxlist{
width:100%;
}
.sorting_1:has(.toggle-group) .toggle-group {
    position: absolute !important;
}
#dependentPagesMessageModalLabel{
margin: 0px !important;
}
.modal-header .close {
    padding: 4px 0px !important;
}
#dependentPagesMessageModal #okButton {
  height: 29px !important;
  width:11% !important;
  border-radius: 0px !important;
  margin: 0px !important;
}
#cancelButton{
margin: 0px !important;
}
.modal-header .close {
    margin-top: -12px;
}
[id^="tippy"] {
    margin-right: -92px !important;
}
[class*="section_score_"] {
  color: beige;
}


#requiredPagesLink{
    text-align: left !important;
    color: #cb4353 !important;
    font-size: 13px !important;
	
}
#requiredPagesLinkDiv{width: 87.5% !important;}
.error > p {
  text-align: left !important;
}

.web-search-toggle {
    width: 36px !important;
    height: 20px !important;
}


[id^="promptModal_"] .panel-group{
    position: relative !important;
    top: 0 !important;
    right: 0px !important;
	left: 0.2% !important;
}

.ai-task-group, .ai-controls-row2 {
	gap: 12.2% !important;
}

.ai-controls-row1{
	gap: 5% !important;
}

[id^=getCitationsBtn] {
  width: 31% !important;
}

.summarize-link{
  max-width: fit-content;
}

.input-sm.usermanagement-search-input{
height:41px !important;
}

.dataTables_filter.user-management-search{
margin-top: 1.5%;
padding: 0px 5px;
}

#registrationForm label[for="newpassword"] {
    text-align: left;
}

#registrationForm label[for="confirmpassword"] {
    text-align: left;
}
.ForgotPasswordInfo {
    padding-left: 0%;
}
#canceladduser{
margin-top:1%;
}

#side-menu{
margin-top:10%;
}
#side-menu #menu {
    vertical-align: top;
}

.registrationConfirmPassword{
    padding: 5px 0px !important;
}
.RegisterForm .form-group .center input[type="button"][id="Registration"] {
margin-top: 4% !important;
}

.RegisterForm .form-group.has-feedback span {
    display: none !important;
}

.registrationFirstName {
    padding-left: 15px !important;
}
.registrationLastName {
    padding-left: 15px !important;
}
.RegisterForm .form-group:nth-of-type(7) {
    margin-top: -2%;
}
#usertable_wrapper .dataTables_scrollHeadInner,
#usertable_wrapper table.share_history_table.orange_table.dataTable.no-footer {
    width: 100% !important;
}