.cke_reset_all .cke_editor_dialog_V2.insertPartialAddSourceText *:not(input,textarea) {
  color: var(--navyColor);
}
.cke_editor_dialog_V2 .popup-overlay {
  background: rgba(var(--black-rgb), .3);
}
.cke_toolbox .cke_toolbar {
  padding-bottom: 4px;
}
.topMenu .cke_toolbox a.cke_button .cke_button_icon,
#topSpace .cke_toolbox a.cke_button .cke_button_icon {
  background-size: 20px !important;
  width: 20px;
  height: 20px;
  margin: 0;
}
#portal-v2-containter #audioRemoveQuestion {
  width: auto;
  padding: 0;
}
#portal-v2-containter #audioRemoveQuestion input {
  width: 120px;
  border-radius: 0;
}
#portal-v2-containter .cke_toolbox #audioRemovePassage img {
  padding: 0 6px;
}
#portal-v2-containter #audioRemovePassage input:hover,
#portal-v2-containter #audioRemovePassage img:hover,
#portal-v2-containter #audioRemoveQuestion input:hover,
.cke_editor_dialog_V2 div#audioRemoveQuestion:hover {
  background: var(--borderColor);
  text-shadow: none;
}
.cke_editor_dialog_V2 div#audioRemoveQuestion img:hover {
  cursor: pointer;
}
#portal-v2-containter #audioRemoveQuestion img {
  width: 20px;
  padding: 4px;
}
#portal-v2-containter #topSpace #questionType[style*="display: block"],
#portal-v2-containter #topSpacePassage #questionType[style*="display: block"] {
  float: left;
  border: none !important;
}
.portal-v2-containter #topSpacePassage #audioRemovePassage {
  padding: 0;
  width: 160px;
  font-size: 1rem;
}
.cke_editor_dialog_V2 table,
.cke_editor_dialog_V2 tr,
.cke_editor_dialog_V2 td,
.cke_editor_dialog_V2 .cke_dialog_body {
  border: none !important;
  padding: 0 !important;
  vertical-align: initial;
  vertical-align: top !important;
}

.cke_editor_dialog_V2 .cke_dialog_body {
  padding: 1.5rem !important;
  background: var(--white);
  color: var(--navyColor) !important;
  border-radius: unset !important
}

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_title {
    font-size: 1.375rem !important;
    padding: 0;
    margin-bottom: 1.5rem;
    border: 0 !important;
    background: var(--white);
    color: var(--navyColor) !important;
    margin-right: 32px;
  }

.cke_editor_dialog_V2 .cke_dialog_ui_input_select > select {
  border: 2px solid var(--selectBorder);
  border-radius: 0;
  color: var(--selectColor);
  font-size: var(--fontSizeText) !important;
  background: none;
  box-shadow: none
}

  .cke_editor_dialog_V2 .cke_dialog_ui_input_select > select:focus {
    border: 2px solid var(--selectBorder) !important;
  }

.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_page_contents .cke_dialog_ui_text input[type=text] {
  padding: 0.65rem !important;
  border: 2px solid var(--selectBorder);
  border-radius: 0;
  color: var(--selectColor);
  font-size: var(--fontSizeText) !important;
  background: none;
  box-shadow: none
}

.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_page_contents .cke_dialog_ui_input_file input[type=file] {
  padding: 0.48rem !important;
  border: 2px solid var(--selectBorder) !important;
  border-radius: 0;
  color: var(--selectColor);
  font-size: var(--fontSizeText) !important;
  background: none;
  box-shadow: none;
  height: 25px !important;
}
.cke_editor_dialog_V2 li > .sort.actions input,
.cke_editor_dialog_V2 li > .sort.actions img {
  width: 1.5em !important;
  height: 1.5em !important;
  padding: 0.4em;
}

#portal-v2-containter .cke_editor_dialog_V2 select,
#portal-v2-containter .cke_editor_dialog_V2 input.cke_dialog_ui_input_text {
  height: 34px !important;
  border: 2px solid var(--selectBorder) !important;
  border-radius: unset !important;
}
#audioUploadContent #sourceTextLabel {
  border: 2px solid var(--selectBorder);
}
#audioUploadContent #sourceTextDestination {
  margin-top: 4px;
  border: solid 2px var(--selectBorder);
  height: 34px;
}

.cke_editor_dialog_V2 .divExtendText-options > div {
  line-height: 44px !important;
}

.cke_editor_dialog_V2 #inlineChoice > li,
.cke_editor_dialog_V2 #multipleChoice > li,
.cke_editor_dialog_V2 #multipleChoiceVariable > li,
.cke_editor_dialog_V2 #textEntryList > li {
  align-items: center;
  display: flex;
}

/*Overlay*/
.portal-v2-containter .cke_dialog_background_cover {
  background: var(--black) !important;
  opacity: 0.3 !important;
}
/*Close Button*/
.cke_editor_dialog_V2 .cke_dialog_close_button {
  top: 1.85rem;
  right: 1.2rem !important;
}

/*Button*/
.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_ui_button {
  border: 0;
  text-shadow: none;
  background: var(--white);
  width: fit-content !important;
  height: auto !important;
  padding: 11px 32px;
  border: 2px solid var(--columbia-blue);
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_ui_button[role="button"]:not(.cke_dialog_ui_button_cancel,.cke_dialog_ui_button_ok):hover {
    background: var(--blue3) !important;
  }

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_ui_button:active,
  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_ui_button:focus {
    box-shadow: none !important
  }

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_ui_button span {
    color: var(--navyColor) !important;
    padding: 0;
    font-weight: 700;
    border: 0 !important;
    line-height: normal !important;
    background: transparent;
  }

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_ui_button:not(.cke_dialog_ui_button_cancel,.cke_dialog_ui_button_ok) span {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans" !important;
    text-transform: none;
  }

.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_dialog_ui_hbox a {
  background: var(--btnAcceptBackground);
  border: none;
  text-decoration: none;
  box-shadow: none;
}

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_dialog_ui_hbox a > span {
    color: var(--white) !important;
    background: transparent
  }

.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_dialog_ui_hbox .cke_dialog_ui_hbox_last a {
  background: var(--navyColor) !important;
}

.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_dialog_ui_hbox .cke_dialog_ui_hbox_first a:hover {
  background-color: var(--red2);
}


/*Footer*/
.cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer {
  bottom: -70px;
  position: absolute;
  width: 100%;
  left: 0;
  height: 70px;
  background: var(--navyColor) !important;
  border: 0 !important;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_dialog_footer_buttons {
    margin: 0;
    position: absolute;
    width: 100%
  }

    .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_dialog_footer_buttons .cke_dialog_ui_hbox {
      display: flex;
      justify-content: space-around;
      flex-direction: row-reverse;
    }

  .cke_editor_dialog_V2 .cke_dialog_body .cke_dialog_contents .cke_dialog_footer .cke_resizer {
    z-index: 2;
    margin-right: 0px;
    margin-top: 60px;
  }


/*Audio Upload*/
.cke_editor_dialog_V2 #formAudioUpload {
  margin-right: 1.5rem !important;
}
/*Upload Table*/
.cke_editor_dialog_V2 #formTableAudioUpload {
  margin-right: 1.5rem !important;
}

#audioTableUploadContent,
#audioTablePropUploadContent {
  margin-top: 1.5rem
}
/*.cke_editor_dialog_V2 #audioUploadContent .cke_dialog_ui_file > div {
  margin: 0
}
*/
/*Image Upload*/
.cke_editor_dialog_V2 .cke_dialog_ui_input_file {
  margin-top: 0 !important;
}

.cke_editor_dialog_V2 .ImagePreviewBox {
  margin: 1.5rem 0 1.5rem 22px !important;
  border: 2px solid var(--selectBorder) !important;
  border-radius: 0;
}

.cke_editor_dialog_V2 .imageUploadContent > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td.cke_dialog_ui_hbox_first {
  padding-top: 1.5rem !important
}

.cke_editor_dialog_V2 .uploadImageButton {
  margin: 0px !important
}

.cke_editor_dialog_V2 textarea {
  box-shadow: none !important;
  border-radius: unset !important;
  border: 1px solid var(--selectBorder) !important;
  resize: none;
}

/*Video Upload*/
.cke_editor_dialog_V2 #formVideoUploadFile {
  padding: 0.48rem !important;
  border: 2px solid var(--selectBorder) !important;
  border-radius: 0;
  color: var(--selectColor);
  font-size: var(--fontSizeText) !important;
  background: none;
  box-shadow: none;
  height: 25px !important;
}

.cke_editor_dialog_V2 #videoHoder {
  margin-top: 19px !important
}

.cke_editor_dialog_V2 div.group_inputs input[type=text] {
  border: 2px solid var(--selectBorder);
  border-radius: 0;
  color: var(--selectColor);
  font-size: var(--fontSizeText) !important;
  background: none;
  box-shadow: none
}

.cke_editor_dialog_V2 div.group_inputs {
  margin-bottom: 14px !important
}

  .cke_editor_dialog_V2 div.group_inputs select {
    border: 2px solid var(--selectBorder);
    border-radius: 0;
    color: var(--selectColor);
    font-size: var(--fontSizeText) !important;
    background: none;
    box-shadow: none
  }

    .cke_editor_dialog_V2 div.group_inputs select:focus {
      border: 2px solid var(--selectBorder) !important
    }

/*Insert Special Character*/
.cke_editor_dialog_V2 .palletTab {
  width: 542px !important;
}
.cke_editor_dialog_V2 .specialChartRow a > span {
  font-size: 20px !important
}
.cke_editor_dialog_V2 .specialChartRow > .specialChartContainer {
  display: flex;
  flex-wrap: wrap
}
.specialChartContainer .cke_specialchar_title {
  width: 100%;
  font-size: 1rem !important;
  color: var(--navyColor);
}
.specialChartContainer a.cke_specialchar {
  border-radius: 0;
  margin: 0 0 8px 8px;
  padding: 4px 6px;
  background: var(--blue3);
}
.specialChartContainer a.cke_specialchar span {
  color: var(--navyColor);
  font-family: "Roboto", "Lucida Sans Unicode" !important;
}
.cke_specialchar_title > :first-child
/*Mathjax*/
.cke_editor_dialog_V2 .mathJaxContent table tbody tr td a {
  min-height: 20px !important
}

.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(1),
.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(2),
.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(3),
.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(4),
.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(5),
.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(6),
.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(7) {
  margin-right: 2px !important;
  margin-bottom: 1.5rem !important;
}

.cke_editor_dialog_V2 .mathJaxContent table tbody tr:nth-child(10) td > div {
  height: auto !important;
  margin-top: 1.5rem !important;
}

.cke_editor_dialog_V2 .mathJaxContent table tbody tr td .text-danger {
  margin: 0 !important
}

.cke_editor_dialog_V2 .mathJaxContent table tbody tr:last-child td > div {
  margin: auto !important;
  max-width: none !important;
}
/*Math Fraction*/
.cke_editor_dialog_V2 .mathFractionContent table tbody tr td {
  vertical-align: middle !important
}

  .cke_editor_dialog_V2 .mathFractionContent table tbody tr td > table tr td.cke_dialog_ui_hbox_first > div {
    margin-right: 1.5rem !important;
  }

  .cke_editor_dialog_V2 .mathFractionContent table tbody tr td table tr td:nth-child(2) div table tr:nth-child(2) td > div,
  .cke_editor_dialog_V2 .mathFractionContent table tbody tr:nth-child(2) td > table,
  .cke_editor_dialog_V2 .mathFractionContent table tbody tr:nth-child(3) td > div {
    margin-top: 1.5rem !important
  }

.cke_editor_dialog_V2 .mathFractionContent table tbody tr:nth-child(5) td > div {
  margin-top: 2rem !important
}

/*Multiple Choice Properties*/
/*.cke_editor_dialog_V2 .divMultipleChoice #mc-grading{
    padding : 2px 0
}*/
.cke_editor_dialog_V2 .divMultipleChoice #mc-grading label:not(:last-child),
.cke_editor_dialog_V2 .divMultipleChoice #mc-display label:not(:last-child),
.cke_editor_dialog_V2 .fright.divMoreOne label:first-of-type,
.cke_editor_dialog_V2 .divMultipleChoiceVariable #mcv-grading label:not(:last-child),
.cke_editor_dialog_V2 .divMultipleChoiceVariable #mcv-display label:not(:last-child),
.cke_editor_dialog_V2 .fright.divMoreOne label:first-of-type,
.cke_editor_dialog_V2 label[for="ic-grading-normal"] {
  padding-right: 15px;
}

.cke_editor_dialog_V2 .fright.divMoreOne label:nth-of-type(2) {
  padding-right: 0 !important;
}

/*input set point*/
.cke_editor_dialog_V2 .ckUpDownNumber .ckbutton.ckUDNumber {
  font-size: 0.8rem !important;
  background: none;
  padding: 3px;
  border: none;
}

.cke_editor_dialog_V2 .ckUpDownNumber input:first-child {
  border: 2px solid var(--selectBorder);
  border-radius: 0;
  color: var(--selectColor);
  font-size: var(--fontSizeText) !important;
  background: none;
  box-shadow: none;
  padding: 0 2px;
}

.cke_editor_dialog_V2 .addMore > input,
#portal-v2-containter .cke_dialog_contents button.cke_dialog_ui_button  {
  border: 2px solid var(--blue3);
  padding: 6px 15px;
  height: fit-content;
  color: var(--navyColor);
  width: fit-content;
  background: none;
  border-radius: unset;
  text-transform: capitalize;
  text-shadow: none;
  margin-top: 0.25rem;
}

  .cke_editor_dialog_V2 .addMore > input:hover {
    background-color: var(--blue3);
  }


.popup-ckeditor-v2 .popup-alert .popup-alert-border {
  padding: 0 !important;
  border-radius: unset;
  border: 0 !important
}

  .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content {
    padding: 1.5rem;
    border-radius: unset;
    border: none;
    box-shadow: none;
  }

    .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table tr,
    .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table td {
      border: none !important;
      padding: 0 !important
    }

      .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table td > p {
        margin-bottom: 1.5rem !important;
        text-align: left;
        font-weight: 700;
        color: var(--navyColor) !important;
      }

      .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table td > .popup-alert-controls {
        margin: 0 -1.5rem -1.5rem;
        height: 70px !important;
        display: flex;
        flex-direction: row-reverse;
        background: var(--navyColor);
        justify-content: space-around;
        align-items: center;
      }

        .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table td > .popup-alert-controls > button {
          margin: 0 !important;
          color: var(--white) !important;
          height: fit-content;
          padding: 11px 32px;
        }

          .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table td > .popup-alert-controls > button:first-child {
            background-color: var(--btnAcceptBackground) !important;
          }

            .popup-ckeditor-v2 .popup-alert .popup-alert-border .popup-alert-content .popup-alert-table td > .popup-alert-controls > button:first-child:hover {
              background-color: var(--red2) !important;
            }

/*Fill input the  Blank*/
.textEntryRange .divTextEntryTypeBox {
  width: auto !important;
  height: auto !important
}

  .textEntryRange .divTextEntryTypeBox input[type=textbox] {
    border-radius: unset !important;
    border: 2px solid var(--selectBorder) !important;
  }

/*Drawing Response*/
.divDrawTool .formDrawTool {
  margin-bottom: 1.5rem !important
}

  .divDrawTool #drawHoder {
    border: 2px solid var(--selectBorder) !important;
  }

  .divDrawTool #uploadDrawTool {
    padding: 0.48rem !important;
    border: 2px solid var(--selectBorder) !important;
    border-radius: 0;
    color: var(--selectColor);
    font-size: var(--fontSizeText) !important;
    background: none;
    box-shadow: none;
    height: 25px !important;
  }
.divDrawTool #idPercent > select {
  border-radius: unset !important;
  border: 2px solid var(--selectBorder) !important;
}
/*#richcombo style*/
.cke_panel_grouptitle {
  border-radius: 0;
  border-color: var(--selectBorder);
  box-shadow: none;
  text-shadow: none;
  color: var(--navyColor);
  background: var(--blue1);
}

.cke_panel_block {
  border: 2px solid var(--selectBorder);
  outline: none;
}

.cke_panel_listItem a:hover, .cke_panel_listItem a:focus, .cke_panel_listItem a:active {
  border-color: var(--blue3);
  background-color: var(--blue1);
  color: var(--navyColor);
}
/*Constructed Response*/
.divExtendText div:nth-child(2) .container-rubric input {
  border: 2px solid var(--selectBorder);
}
  .divExtendText div:nth-child(2) .container-rubric input:focus {
    box-shadow: none !important;
    border: 2px solid var(--selectBorder) !important
  }
.divExtendText div:nth-child(2) .container-rubric .content-tier {
  display: flex;
  justify-content: space-between;
}
.divExtendText div:nth-child(2) .container-rubric .category-content .header {
    padding: 5px !important
}
.divExtendText div:nth-child(2) .container-rubric button.btn-category,
.divExtendText div:nth-child(2) .container-rubric button.btn-tier {
  min-width: fit-content !important;
  padding: 11px 32px;
  border: 2px solid var(--blue3) !important;
}
.divExtendText div:nth-child(2) .container-rubric button.btn-category:hover,
.divExtendText div:nth-child(2) .container-rubric button.btn-tier:hover {
  background: var(--blue3) !important;
}
.divExtendText .divExtendText-options {
  padding: 6px 0px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.divExtendText .divExtendText-options div:nth-child(2) {
  margin-right: 10px
}
.divExtendText input.text-point.is-show {
  border: 2px solid var(--selectBorder) !important;
}

.cke_editor_dialog_V2 input[type="radio"] + label {
  font-weight: 500;
  color: var(--navyColor);
}
.cke_editor_dialog_V2 .ckUpDownNumber {
  height: 34px !important;
}
.cke_editor_dialog_V2 .ckUpDownNumber input[type="text"],
.cke_editor_dialog_V2 .ckUpDownNumber input#maxChoices {
  width: 80px;
  padding: 0 8px;
  height: 32px;
  border: 2px solid var(--selectBorder) !important;
}
.cke_editor_dialog_V2 .ckUpDownNumber .ckUpNum {
  top: 0px;
}
.cke_editor_dialog_V2 .ckUpDownNumber .ckUpDown {
  top: -2px;
}
.cke_editor_dialog_V2 .cke_dialog_close_button {
  background-image: url(/Content/themes/TestMaker/v2/close.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
}
.cke_editor_dialog_V2 #multipleChoiceVariable .point-question-item  {
  width: 94px;
  margin-top: 0;
}
.cke_editor_dialog_V2 #mc-grading,
.cke_editor_dialog_V2 .divInlineChoice {
  margin-top: 2px;
}
.cke_editor_dialog_V2 .divInlineChoice .fleft {
  margin-bottom: 24px;
}
.cke_editor_dialog_V2 .addMore {
  text-align: right;
}
.cke_editor_dialog_V2 .thresholds {
  border: none;
  padding: 0px 1px 24px 0
}
#portal-v2-containter .cke_editor_dialog_V2 .table-threshold tr th {
  color: var(--navyColor);
}
#portal-v2-containter .cke_editor_dialog_V2 .table-threshold tr td input {
  width: calc((100%) - 16px);
  height: 24px;
}
#portal-v2-containter .cke_editor_dialog_V2 .table-threshold tr td {
  padding: 8px !important;
  text-align: center;
  border: 1px solid var(--borderColor) !important;
}
#portal-v2-containter .icon-remove-threshold {
  background: url(/Content/themes/TestMaker/v2/multiplechoice_images_remove.svg);
  margin-top: 4px;
  background-size: contain;
  width: 24px;
  height: 24px;
}
#portal-v2-containter .cke_editor_dialog_V2 .thresholds h3 {
  color: var(--navyColor);
  font-weight: bold;
  font-size: 1rem;
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 0;
}
.cke_editor_dialog_V2 #multipleChoice .alphabet,
.cke_editor_dialog_V2 #multipleChoiceVariable .alphabet,
.cke_editor_dialog_V2 #inlineChoice .alphabet {
  color: var(--navyColor);
  font-weight: bold;
}
.cke_editor_dialog_V2 #multipleChoice .sort.actions {
  min-width: 218px;
  display: flex;
  justify-content: center;
}
.cke_editor_dialog_V2 #multipleChoiceVariable .sort.actions {
  min-width: 182px;
  display: flex;
  justify-content: center;
}
.cke_editor_dialog_V2 #multipleChoice .content,
.cke_editor_dialog_V2 #multipleChoiceVariable .content {
  flex: 1;
}
.cke_editor_dialog_V2 #multipleChoice .correctAnswer input[type="checkbox"],
.cke_editor_dialog_V2 #inlineChoice .correctAnswer input[type="radio"] {
  margin-top: 6px;
}
.cke_editor_dialog_V2 .divMultipleChoice,
.cke_editor_dialog_V2 .divMultipleChoiceVariable {
  display: block !important;
  margin-top: 1px;
}
.myiframedialogDialog .cke_dialog_footer_buttons .cke_dialog_ui_hbox {
  flex-direction: unset !important;
}
.myiframedialogDialog .cke_dialog_ui_button_cancel {
  background: var(--navyColor) !important;
}
#portal-v2-containter .myiframedialogDialog .cke_dialog_ui_button_ok {
  background: var(--btnAcceptBackground) !important;
}
.cke_editor_dialog_V2.link select {
  height: 44px !important;
}
.cke_editor_dialog_V2 .texttospeech-checkbox input[type="checkbox"]:checked + label {
  box-shadow: inset 0 0 0 20px var(--blue6);
}
.cke_editor_dialog_V2 #texttospeechPlayPlugin .texttospeech-container {
  border-radius: 0px;
  border: none;
}
.cke_editor_dialog_V2 #texttospeechPlayPlugin button {
  min-width: 0 !important;
  background-color: var(--red);
  border: 0px;
  top: 0 !important;
  width: 32px;
  height: 32px;
}
.cke_editor_dialog_V2 #texttospeechPlayPlugin button::after {
  margin: 8px;
}
.cke_editor_dialog_V2 .contentSequenceOrder {
  margin-top: 1px;
}
.cke_editor_dialog_V2 .contentSequenceOrder .source_sortable,
.cke_editor_dialog_V2 .contentSequenceOrder .correct_answer {
  border: solid 1px var(--borderColor);
}
.cke_editor_dialog_V2 .contentSequenceOrder h3 {
  padding-left: 12px;
  height: 32px;
  line-height: 32px !important;
  font-weight: bold;
  background-color: var(--blue1);
  border-bottom: solid 1px var(--borderColor);
}
.cke_editor_dialog_V2 .contentSequenceOrder .source_item_type {
  padding: 10px;
  margin: 8px;
  border: solid 1px var(--blue3);
  background-color: var(--blue1);
  height: auto !important;
}
.cke_editor_dialog_V2 #source_correct_list_sortable .source_item_type {
  background: url(/Content/themes/TestMaker/plugins/dragdropnumericalsource/images/drag_indicator.svg) no-repeat right 4px center var(--blue1);
}
.cke_editor_dialog_V2 .contentSequenceOrder .btnRemoveItem {
  top: 10px;
  right: 8px;
  color: transparent;
  background-image: url(/Content/themes/TestMaker/v2/close.svg);
  padding-right: 8px;
  background-size: contain;
}
.cke_editor_dialog_V2.insertExtendText .category-content {
  padding: 0;
}
.cke_editor_dialog_V2.insertExtendText .container {
  width: calc((100%) - 2px);
}
.cke_editor_dialog_V2.insertExtendText .content-left {
  width: 158px;
}
.cke_editor_dialog_V2.insertExtendText .content-left .text-label {
  width: calc((100%) - 7px);
}
#portal-v2-containter .cke_editor_dialog_V2.insertExtendText .divExtendText .header {
  background-color: var(--blue1);
  color: var(--navyColor);
  padding: 8px !important;
}
#portal-v2-containter .cke_editor_dialog_V2.insertExtendText .header > .icon-close-category:not([style*="display: none"]) + .editable {
  padding-left: 24px !important;
}
.cke_editor_dialog_V2.insertExtendText .divExtendText {
  margin-left: 1px;
}
.cke_editor_dialog_V2.insertExtendText .divExtendText .header .icon-close-category {
  top: 10px;
  left: 10px;
}
.cke_editor_dialog_V2.insertExtendText .divExtendText .content {
  padding: 8px;
}
.cke_editor_dialog_V2.insertExtendText .btn-tier {
  margin: 10px 20px 0px auto;
}
.cke_editor_dialog_V2.insertExtendText .btn-category {
  margin-left: auto;
}
.cke_editor_dialog_V2 .cke_dialog_contents_body {
  padding: 2px !important;
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage #popupHotspots .cke_dialog_footer_buttons,
.cke_editor_dialog_V2 .popup-image-hotspot .cke_dialog_footer_buttons,
.cke_editor_dialog_V2 #popup-numberline-property .cke_dialog_footer_buttons,
.cke_editor_dialog_V2 #popupPropertyImageHotspot .cke_dialog_footer_buttons {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage #popupHotspots {
  left: calc((50%) - 209px) !important;
}
.cke_editor_dialog_V2 .popup-image-hotspot #itemSource {
  width: calc((100%) - 14px);
  border: solid 2px var(--borderColor);
  height: 24px;
}
.cke_editor_dialog_V2.tablePropertiesHotSpot  .cke_dialog_ui_input_text,
.cke_editor_dialog_V2.tableProperties .cke_dialog_ui_input_text,
.cke_editor_dialog_V2.table .cke_dialog_ui_input_text {
  margin: 4px 0px;
  width: 100px;
  height: 34px;
}
.cke_editor_dialog_V2.tablePropertiesHotSpot  .cke_dialog_ui_text,
.cke_editor_dialog_V2.tableProperties .cke_dialog_ui_text,
.cke_editor_dialog_V2.table .cke_dialog_ui_text {
  padding-top: 16px !important;
}
.cke_editor_dialog_V2.link .cke_dialog_ui_input_text,
.cke_editor_dialog_V2.link .cke_dialog_ui_input_select {
  margin: 4px 0px;
}
.cke_editor_dialog_V2.textHotSpotProperties .hotspot-header-property {
  margin-bottom: 0;
  border-radius: 0;
  background-color: var(--blue1);
  border: solid 1px var(--blue3);
  padding: 24px 12px 0px;
}
.cke_editor_dialog_V2.gardingHotSpot .hotspot-header-property {
  padding: 16px 16px 24px;
  border: solid 1px var(--blue3);
  background: var(--blue1);
}
.cke_editor_dialog_V2.gardingHotSpot .hotspot-header-property .select_hotspot input[type=radio] {
  top: -1px;
}
.cke_editor_dialog_V2.gardingHotSpot .hotspot-header-property .fullCredit {
  margin-right: 32px;
}
.cke_editor_dialog_V2.gardingHotSpot .listTableHotSpot,
.cke_editor_dialog_V2.textHotSpotProperties .listTextHotSpot {
  margin-top: 12px;
  padding: 12px;
  border: solid 1px var(--borderColor)
}
.cke_editor_dialog_V2.gardingHotSpot .delete {
  margin: 12px;
}
.cke_editor_dialog_V2.gardingHotSpot .tableHotSpot th,
.cke_editor_dialog_V2.gardingHotSpot .tableHotSpot td {
  padding: 8px 12px 8px 24px !important;
  background: transparent !important;
  border: none !important;
  font-weight: 500 !important;
  color: var(--navyColor) !important;
}
.cke_editor_dialog_V2.gardingHotSpot .tableHotSpot td > span {
  font-weight: normal;
  color: var(--navyColor);
}
.cke_editor_dialog_V2.textHotSpotProperties .hotspot-header-property > div > div {
  margin-bottom: 24px;
}
.cke_editor_dialog_V2.textHotSpotProperties .hotspot-header-property > div.g-2-3 > div {
  margin-top: -12px;
}
.cke_editor_dialog_V2.textHotSpotProperties .hotspot-header-property > div > div > div {
  margin: 0;
}
.cke_editor_dialog_V2.textHotSpotProperties .hotspot-list-property .widthLabel {
  width: auto !important;
  padding-right: 8px;
  color: var(--navyColor);
}
#portal-v2-containter .cke_editor_dialog_V2 fieldset {
  border: none;
  padding: 0;
  background: transparent;
}
.cke_editor_dialog_V2 legend {
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: var(--navyColor) !important;
  margin-bottom: 12px;
}
.cke_editor_dialog_V2 .listTableHotSpot legend,
.cke_editor_dialog_V2.insertPartialAddDestinationText legend {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding-left: 0 !important;
}
.cke_editor_dialog_V2 .listTextHotSpot .text-header .item > div,
.cke_editor_dialog_V2 .listTableHotSpot .text-header .item > div {
  font-weight: 500;
  color: var(--navyColor);
  padding: 8px 0px 8px 24px;
  width: calc((50%) - 18px);
}
.cke_editor_dialog_V2 .listTextHotSpot #listTextHotSpot .item > div {
  padding: 8px 0px 8px 24px;
  width: calc((50%) - 18px);
  color: var(--navyColor);
}
.cke_editor_dialog_V2 .listTextHotSpot #listTextHotSpot .ckUpDownNumber {
  margin-top: -4px;
}
.cke_editor_dialog_V2 .listTextHotSpot .text-header li,
.cke_editor_dialog_V2 .listTextHotSpot #listTextHotSpot li {
  width: 100%;
  padding: 0;
}
.cke_editor_dialog_V2 .listTextHotSpot .text-header li .item,
.cke_editor_dialog_V2 .listTextHotSpot #listTextHotSpot li .item {
  width: 100%;
  display: flex;
  align-items: center;
}
#numberlinehotspot-dialog .hotspot-title {
  margin-bottom: 24px;
}
#numberlinehotspot-dialog .hotspot-title strong {
  font-size: 1rem !important;
  color: var(--navyColor);
  text-transform: capitalize;
}
#numberlinehotspot-dialog .hotspot-note {
  margin-bottom: 24px;
  color: var(--navyColor);
  font-weight: 500;
}
#numberlinehotspot-dialog .hotspot-header-action .hotspot-list-property {
  width: 50%;
  display: inline-flex;
  flex-direction: column;
}
#numberlinehotspot-dialog .hotspot-header-action .hotspot-list-property .widthLabel {
  margin-bottom: 8px;
  color: var(--navyColor);
}
#numberlinehotspot-dialog .hotspot-header-action .hotspot-list-property .ckUpDownNumber {
  width: 140px;
}
#numberlinehotspot-dialog .hotspot-header-action .hotspot-list-property .ckUpDownNumber input[type="text"] {
  width: calc((100%) - 16px);
}
#numberlinehotspot-dialog #numberline-hotspot-properties {
  border-radius: 0;
  border: solid 1px var(--blue3);
  background-color: var(--blue1);
  margin-top: 24px;
}
#numberlinehotspot-dialog #numberline-hotspot-properties > div {
  width: 50%;
}
#numberlinehotspot-dialog #numberline-hotspot-properties > div:nth-child(1) {
  display: flex;
  flex-direction: column;
}
#numberlinehotspot-dialog #numberline-hotspot-properties > div:nth-child(1) > div {
  margin-bottom: 0;
}
#numberlinehotspot-dialog #numberline-hotspot-properties > div:nth-child(1) > div label {
  color: var(--navyColor);
  font-weight: 500;
}
#numberlinehotspot-dialog #numberline-hotspot-properties > div:nth-child(2) .widthLabel {
  width: 160px !important;
  display: flex;
  height: 44px;
  align-items: end;
  white-space: normal;
  line-height: 1.6em;
  color: var(--navyColor);
}
#numberlinehotspot-dialog .hotspot-content span {
  font-weight: 500;
  color: var(--navyColor);
}
.cke_editor_dialog_V2.numberlinehotspot #popup-numberline-property {
  width: 320px;
}
.cke_editor_dialog_V2.numberlinehotspot #popup-numberline-property .widthLabel {
  width: auto;
}
.cke_editor_dialog_V2.dependentGrading .hight-light {
  background: var(--white);
}
.cke_editor_dialog_V2.dependentGrading .radioMajor,
.cke_editor_dialog_V2.dependentGrading .checkboxDepending {
  background: var(--white) !important;
  border: 1px solid var(--borderColor) !important;
}
.cke_editor_dialog_V2.dependentGrading .radioMajor td,
.cke_editor_dialog_V2.dependentGrading .checkboxDepending td {
  height: 34px;
  line-height: 34px !important;
  padding: 4px !important;
}
.cke_editor_dialog_V2.dependentGrading th {
  padding: 8px 12px !important;
  color: var(--navyColor);
  font-size: var(--fontSizeText) !important;
}
.cke_editor_dialog_V2.dependentGrading .trDependingEmpty td,
.cke_editor_dialog_V2.dependentGrading .trMajorEmpty td {
  padding: 8px 12px !important;
  border: solid 1px var(--borderColor) !important;
  background-color: var(--white) !important;
}
.itemTypeOnImage .itemtypeonimage__preview .inlineChoiceInteraction,
.itemTypeOnImage .itemtypeonimage__preview .textEntryInteraction {
  width: 120px;
  height: 26px;
  border: solid 2px var(--navyColor);
  border-radius: 0;
  background-color: var(--white);
}
.itemtypeonimage__preview .remove-item {
  background-image: url(/Content/themes/TestMaker/v2/multiplechoice_images_remove.svg) !important;
  border-radius: 50%;
  background-color: var(--white) !important;
  padding: 3px;
  transform: scale(0.6);
  top: -12px !important;
  right: -12px !important;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #hotspotProperties {
  margin: 24px 0;
  color: var(--navyColor);
  border: solid 1px var(--blue3);
  background-color: var(--blue1);
  padding: 16px 24px 24px;
}
.cke_editor_dialog_V2 .maxHotSpot > span,
.cke_editor_dialog_V2 .contentSequenceOrder div,
.cke_editor_dialog_V2.insertTextEntry *:is(div,h2,i),
.cke_editor_dialog_V2 *:is(.fright,.point-value,label,.widthLabel,.mc-widthLabel,.fleft,.maxChoiceField,#mc-display-grid-per-row,#mcv-display-grid-per-row),
.cke_editor_dialog_V2.insertImageHotSpotSelection *:is(.hotspot-header-item,.hotspot-container > div) {
  color: var(--navyColor);
}
.cke_editor_dialog_V2.insertTextEntry *:is(.divTextEntryType,.box-width-fib,.block-select,.boxDiv) {
  margin-top: 12px !important;
}
.cke_editor_dialog_V2.insertTextEntry #divStart > input[type="textbox"],
.cke_editor_dialog_V2.insertTextEntry #divEnd > input[type="textbox"]{
  margin-top: 12px;
  height: 24px;
  width: 80px;
}
.cke_editor_dialog_V2.insertTextEntry #startExclusivity,
.cke_editor_dialog_V2.insertTextEntry #endExclusivity{
  margin-left: 24px
}
.cke_editor_dialog_V2.insertTextEntry .divTextEntryTypeBox {
  border-radius: 0;
  background-color: var(--blue1);
  padding: 12px;
}
.cke_editor_dialog_V2.insertTextEntry .ckUpDownNumber {
  margin-right: 4px;
  margin-left: 4px;
}
.cke_editor_dialog_V2.insertTextEntry #textEntryList > li {
  display: flex;
  width: 100%;
}
.cke_editor_dialog_V2.insertTextEntry #textEntryList > li .content {
  flex: 1;
}
.cke_editor_dialog_V2.insertTextEntry #textEntryList > li .content > div {
  width: 100% !important;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection .ideal-image {
  color: var(--navyColor);
  top: 8px;
  left: 138px;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #hotspotProperties > div:nth-child(2) .widthLabel {
  text-align: right;
  padding-right: 8px;
  width: auto !important;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #hotspotImagePercent {
  margin: 0 4px;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection .hotspot-header-right {
  margin-top: -2px;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupImageHotspot {
  width: 600px;
  left: calc((50%) - 150px);
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupImageHotspot {
  width: 600px;
  left: calc((50%) - 150px);
}
.cke_editor_dialog_V2 #popupPropertyImageHotspot .hotspot-list-item-property .widthLabel.first {
  width: 80px;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupPropertyImageHotspot {
  width: 600px;
  left: calc((50%) - 150px);
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupImageHotspot .hotspot-list {
  display: flex;
  justify-content: space-between;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection .hotspot-list .hotspot-list-item {
  width: auto;
  padding: 0px 8px;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupPropertyImageHotspot .hotspot-list > .g-1-2 {
  min-width: 50%;
  width: auto;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupPropertyImageHotspot .hotspot-list > div > div {
  padding: 0 12px 0 0;
  line-height: 34px;
}
.cke_editor_dialog_V2.insertImageHotSpotSelection #popupPropertyImageHotspot .hotspot-list > div > div > .widthLabel {
  padding: 12px 12px 12px 0;
  width: 170px;
}
.cke_editor_dialog_V2.dragdropnumericaldestination .p-t-10 {
  padding-top: 10px !important;
}
.cke_editor_dialog_V2.dragdropnumericaldestination .p-t-10 .form-checkbox-inline {
  line-height: 32px !important;
}
.cke_editor_dialog_V2 #dragdropnumericalsource-dialog td,
.cke_editor_dialog_V2 #dragdropnumericalsource-dialog td *,
.cke_editor_dialog_V2.dragdropnumericaldestination td *,
.cke_editor_dialog_V2.dragdropnumericalrelationship td,
.cke_editor_dialog_V2.dragdropnumericalrelationship td * {
  color: var(--navyColor);
}
.cke_editor_dialog_V2 #dragdropnumericalsource-dialog #cke_dragdropnumericalsourceeditor {
  margin: 24px 0;
}
.cke_editor_dialog_V2.dragdropnumericalrelationship input[type="radio"] + label {
  padding-right: 12px;
}
.cke_editor_dialog_V2.dragdropnumericalrelationship td.p-t-10 {
  padding-top: 12px !important;
}
.cke_editor_dialog_V2.dragdropnumericalrelationship legend {
  border: none;
  box-shadow: none;
  background: var(--white) !important;
  padding: 0;
}
.cke_editor_dialog_V2 #demoAudio {
  border-radius: 0 !important;
  padding: 8px 12px !important;
  margin: 24px auto 12px !important;
}
.cke_editor_dialog_V2 div#audioRemoveQuestion {
  background: var(--white);
  border-radius: 50%;
  width: 34px !important;
}
#audioUploadContent > table > tbody > tr:first-child > td:first-child {
  width: 350px;
}
.cke_editor_dialog_V2.createtablehotspot .create_hot_spot {
  text-align: left; 
}
.cke_editor_dialog_V2.dialogHotSpot .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child {
  order: 2;
}
.cke_editor_dialog_V2.dialogHotSpot .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child > a {
  background: transparent !important;
}
#portal-v2-containter .cke_editor_dialog_V2.dialogHotSpot .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child ~ .cke_dialog_ui_hbox_last > a {
  background: var(--btnAcceptBackground) !important;
}
.cke_editor_dialog_V2.dialogHotSpot .hotspot-item-check input[name="hotspot-correct"] {
  top: -2px;
}
.cke_editor_dialog_V2.dialogHotSpot #popupTableHotspot {
  left: 162px;
  top: 0px;
}
.cke_editor_dialog_V2.insertPartialAddProperties .partialPoint.u-ws-normal label.widthLabel {
  height: auto;
}
.cke_editor_dialog_V2.insertPartialAddProperties label.widthLabel {
  height: 30px;
}
.cke_editor_dialog_V2.insertPartialAddProperties label.widthLabel > input {
  margin-top: -4px;
}
.cke_editor_dialog_V2.insertPartialAddProperties .property_parameters {
  width: 100%;
}
.cke_editor_dialog_V2.insertPartialAddSourceText #sourceTextLabel + p {
  margin-top: 12px !important;
  height: 35px;
}
.cke_editor_dialog_V2.insertPartialAddSourceText #sourceTextLabel {
  height: 34px;
}

.cke_editor_dialog_V2.insertPartialAddDestinationText td > br,
.cke_editor_dialog_V2.insertPartialAddProperties .partialPoint.u-ws-normal br {
  display: none;
}
.cke_editor_dialog_V2.insertPartialAddProperties .partialPoint.u-ws-normal input[type="radio"] {
  vertical-align: top;
  margin-right: 4px;
}
.cke_editor_dialog_V2.insertPartialAddDestinationText #audioUploadContent {
  padding-top: 12px;
}
.cke_editor_dialog_V2.insertPartialAddDestinationText #audioUploadContent > table > tbody > tr:not(:nth-child(3)) > td {
  padding-bottom: 12px !important;
}
.cke_editor_dialog_V2.insertPartialAddDestinationText .correctAnswer.destinationAnswerList {
  padding-left: 24px;
  height: 200px !important;
}
.cke_editor_dialog_V2.insertPartialAddProperties *:is(li,p),
.cke_editor_dialog_V2.insertPartialAddSourceImage div,
.cke_editor_dialog_V2.insertPartialAddDestinationText *:is(td, td p),
.cke_editor_dialog_V2 .texttospeech > strong {
  color: var(--navyColor);
}
.cke_editor_dialog_V2.insertPartialAddProperties legend {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding-left: 0 !important;
}
.cke_editor_dialog_V2.insertPartialAddSourceImage .ImagePreviewBox {
  margin: 0 !important;
}
.cke_editor_dialog_V2.insertPartialAddSourceImage .limit-number-dd {
  display: flex;
  align-items: center;
  height: 50px !important;
}
.cke_editor_dialog_V2.insertPartialAddSourceImage .limit-number-dd label {
  line-height: 50px;
  margin: 0 4px
}
.cke_editor_dialog_V2.insertPartialAddSourceImage select {
  width: 110px !important;
  box-shadow: none;
}
.cke_editor_dialog_V2.insertPartialAddSourceImage input[type="file"] {
  width: 300px !important;
  border: solid 2px var(--selectBorder) !important;
  padding: 6px !important;
  font-size: var(--fontSizeText) !important;
  height: 24px !important;
  color: var(--selectColor);
}
.cke_editor_dialog_V2.insertPartialAddSourceImage .drag-drop-section:first-child > .item-dd:first-child {
  display: flex;
  height: 50px;
  align-items: center;
  width: 100%;
  position: relative;
}
.cke_editor_dialog_V2.insertPartialAddSourceImage .drag-drop-section .item-dd .title-dd {
  width: auto;
}
.cke_editor_dialog_V2.insertPartialAddSourceImage .upload-button-section {
  position: absolute;
  right: 0;
  width: auto !important;
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage .fleft.divFloat {
  margin-top: 10px;
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage .ideal-image {
  top: 20px;
  padding-left: 24px
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage select {
  width: 80px !important;
  box-shadow: none;
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage .divDesUpload {
  width: 500px;
  padding-top: 12px;
}
.cke_editor_dialog_V2.insertPartialAddDestinationImage .divDesUpload .btnHotSpot {
  padding: 8px;
}
.cke_editor_dialog_V2.specialchar .menuTab > a {
  font-size: 1rem !important;
  background: var(--blue3);
  color: var(--navyColor);
  font-weight: 400;
  padding: 6px 18px;
  margin-right: 4px;
  border: none;
}
.cke_editor_dialog_V2.specialchar .menuTab > a.bntPalletSpecialActive {
  background: var(--navyColor);
  color: var(--white);
  font-weight: 700;
}
.cke_editor_dialog_V2 .texttospeech-checkbox input[type="checkbox"] + label {
  width: 44px;
  height: 22px;
}
.cke_editor_dialog_V2 .texttospeech-checkbox input[type="checkbox"] + label::after {
  width: 18px;
  height: 18px;
  top: 2px;
  margin-left: 4px;
}
.cke_editor_dialog_V2 .texttospeech-checkbox input[type="checkbox"]:checked + label::after {
  left: 19px !important;
}
.cke_editor_dialog_V2 .specialChartRow {
  margin-bottom: -8px;
}
.cke_editor_dialog_V2 .specialChartRow:not(:nth-child(5)) {
  margin-top: 24px;
}
.cke_editor_dialog_V2.glossaryProperties .fieldFullCredit + div {
  text-align: right;
}
.cke_editor_dialog_V2.insertPartialAddDestinationText .fright.u-m-t-5 {
  margin-top: 0 !important;
}
.cke_editor_dialog_V2.insertPartialAddDestinationText .fright.u-m-t-5 .visuallyhidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
}
.cke_editor_dialog_V2.insertPartialAddDestinationText .fright.u-m-t-5 button.cke_dialog_ui_button {
  margin-top: 0 !important;
}
.cke_editor_dialog_V2 .cke_dialog_contents_body textarea.cke_dialog_ui_input_textarea {
  font-family: 'Roboto', sans-serif !important;
}
