html {
  height: 100%
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #231f20;
  _background-color: red;
  color: white;
  cursor: default !important;
}




*,
::after,
::before {
  box-sizing: border-box;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

img {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

tbody,
td,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.mb-3 {
  margin-bottom: 1rem !important;
}







.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 90%;
  width: 90%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}


h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-size: 1rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[type=button],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:_hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn:disabled {
  pointer-events: none;
  opacity: .65;
}

.btn-secondary {
  color: #fff;
  background-color: #4cb444;
  border-color: #4cb444;
}

.btn-_secondary:_hover {
  color: #fff;
  background-color: #78B82A;
  border-color: #78B82A;/*c2h*/
}

.btn-_secondary:_focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-_secondary:_active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-_secondary:_active:_focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.modal {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

*,
::after,
::before {
  box-sizing: border-box;
}

label {
  display: inline-block;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/*c2h*/

/* $theme-colors: (
  'i7green':#78B82A,
  'i7greendark':#003800,
  'i7greenlight':#e8f3db,
  'i7marroon':#966a37,
  'i7marroondark':#3c2819,
  'i7greybackground':#eeeeee,
  'i7bodybackground':#ffffff,
  'i7textwhite':#ffffff,
  'i7textblack':#000000,
  'i7textdefault':#010101,
  'i7textgrey':#444444,
  'i7greyverylight': #eeeeee,
  'i7greydark':#5a5a5a
); */


.bg-i7greyverylight {
  background-color: #000000 !important;

}

#choices {
  display: flex;
  _height: 240px;
  _width: 240px;
  flex-wrap: wrap;
  writing-mode: horizontal-tb;
  /* Cette valeur peut être modifiée dans l'exemple */
  direction: ltr;
  /* Cette valeur peut être modifiée dans l'exemple */
  _place-content: flex-end center;
  /* Cette valeur peut être modifiée dans l'exemple */
  justify-content: space-between;
}

.td-text-align-center {
  text-align: center;
}

.tdspace {
  width: 30px;
}

.form-control:focus {
  border-color: #4cb444;
  background-color: #231f20;
  color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 184, 42, 0.6);
}

.i7nextbutton {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  height: 34px !important;
  background-color: #78B82A !important;
  color: white !important;
}

.formbakground {
  background-color: #231f20;
  color: white;
}

.formbakgroundborder {
  background-color: #231f20 !important;
  color: white !important;
  border: 1px solid white !important;
}




.i7green {
  background-color: #78B82A;
  border-color: #78B82A;
}

.textcolorgreendark {
  color: #4cb444;
}


.i7infocontainer {
  width: 94%;
  text-align: left;
}



.arrow_right {
  background-image: url("https://www.intelli7.net/3x/6/php/inline_resources/images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}

.arrow_right:hover {
  opacity: 1;
}

.arrow_right:active {
  opacity: .2;
}


ul.ks-cboxtags {
  list-style: none;
  padding: 20px;
}

ul.ks-cboxtags li {
  display: inline;

}

ul.ks-cboxtags li div {
  display: inline-block;
  background-color: #231f20;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}

ul.ks-cboxtags li div {
  padding: 8px 12px;
  cursor: pointer;
}

.ks-cboxtags-div {
  display: inline-flex;
  background-color: #231f20;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  _white-space: nowrap;
  margin: 3px 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
  padding: 8px 12px;
  cursor: pointer;
}

ul.__ks-__cboxtags li div::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  _color: #4cb444;
  color: #231f20;
  _font-size: 12px;
  padding: 2px 6px 2px 2px;
  _content: "\f067";
  content: "\f00c";
  transition: transform .3s ease-in-out;
}

ul.__ks-__cboxtags li input[type="checkbox"]:checked+div::before {
  content: "\f00c";
  transition: transform .3s ease-in-out;
  _color: black;
  color: #4cb444;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+div {
  border: 2px solid #a5b9bc;
  background-color: #e8f3db;
  color: #000000;
  transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
  border: 2px solid #4cb444;
}

.selecteddiv {
  border: 2px solid #4cb444 !important;

}


.radio-group {
  position: relative;
  margin-bottom: 25px
}

.bgEvaluatedchoice {
  background: #78B82A;
  border-color: #78B82A;
}

.formbakgroundbgEvaluatedchoice {
  background: #78B82A;
  border-color: #78B82A;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 5px 5px
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.activated {
  background-color: #666 !important;
  color: white !important;
}

.list-group-item {
  user-select: none;
  margin-bottom: 3px;
  _width: 80%;
  _border-radius: 25px !important;
  _height: 50px !important;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}



.list-group input[type="radio"] {
  display: none;
}

.list-group input[type="radio"]+.list-group-item {
  cursor: default !important;
  text-align: left;
}

.list-group input[type="radio"]+.list-group-item:before {
  _content: "\2022";
  content: "\0020";
  color: transparent;
  font-weight: bold;
  margin: auto;
  _padding-left: 1em;
}

.list-group input[type="radio"]:checked+.list-group-item {
  background-color: #4cb444;
  border: 1px solid #4cb444;
  color: #FFF;
}

.list-group input[type="radio"]:checked+.list-group-item:before {
  color: inherit;
}

.labelwhiteborder {
  border: 1px solid white;
  border-radius: 5px;
  background-color: rgb(93, 98, 99);
}

table.test td {
  margin-right: 12px;
  margin-left: 12px;
}

.mysquare {
  background: #4cb444;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}

.mysquarestatic {
  background: #4cb444;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}


.i7greendark {
  background-color: #4cb444 !important;
}

.evaltable {
  border-collapse: separate;
  border-spacing: 10px 20px;
  width: 100%
}



.tdvaligncenter {
  _text-align: center;
  _vertical-align: middle;
  display: table-cell;
  width: 42px;
  height: 35px !important;
  max-width: 42px;
  min-width: 42px;
}

._eraserimg_ {
  _display: block;
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;

}

.i7shadow {
  opacity: 0.4;
}

.tdwidthconstraint {
  width: 75px;
  max-width: 75px;/*c2h 42*/
  min-width: 75px;
  font-size: 120%;
}

.tdcenteredborderwhite {
  background: #231f20;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid white;

}

.tdaligncenter {
  background: #231f20;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.mysquaredisabled {
  background: #777777 !important;
  cursor: default !important;
}


.mysquaredisabled:hover {
  background: #777777 !important;
  color: #000000 !important;
}

.itemheight {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}

.itemheightchoice {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}

.itemwidth {
  min-width: 40px;
  max-width: 40px;
  width: 40px;
}

.mysquare:hover {
  background: #2b4e00;
  color: #FFFFFF;
}



body {
  /* just for this demo. */
  _padding: 30px;
}

.btn {
  /* just for this demo. */
  margin-top: 5px;
}

.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-arrow-right {
  padding-left: 36px;
}

.btn-arrow-left {
  padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 5px;
  /* move it down because of rounded corners */
  width: 22px;
  /* same as height */
  height: 22px;
  /* button_outer_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 4px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
  /* align the "after" square to the right */
  right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
  /* bring arrow pointers to front */
  z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
  /* hide arrow tails background */
  background-color: white;
}


.img-holder {
  margin-top: 20px;
  position: relative;
  text-align: center;


}

.imgsize {
  width: 64px;
  height: 6px4;
}

.img-bottom-caption {
  top: -10px;
  position: relative;
  text-align: center;
  vertical-align: bottom;

}


#argpddetails {
  text-decoration: underline !important;
  color: white;
}

#argpddetails:link,
argpddetails:visited {
  color: white;
}

#argpddetails:hover {
  color: #4cb444;
}

.greenbg {
  background-color: #4cb444;
}

.bggreenlight {
  background-color: #4cb444;
  border-color: #4cb444;
}

.bgmediumgrey {
  background-color: #404041;
  border-color: #404041;
}

.bgdarkgrey {
  background-color: #322f31;
  border-color: #322f31;
}

.cellborder {
  display: table-cell;
  text-align: center;
  max-width: 200px;
}

textarea {
  height: auto;
  width: auto;
  min-height: 320px;
  resize: none;
}


.i7modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}


.modal-dialog>* {
  padding: 1rem;
}

.modal-header,
.modal-footer {
  background: var(--lightgray);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header .modal-close {
  font-size: 1.5rem;
}

.modal p+p {
  margin-top: 1rem;
}

.eraserimg {
  width: 42px;
  height: 42px;
  max-width: 42px;
  min-width: 42px;
}

.propositionwidth {
  width: 80%;
}

#header {
  font-size: 18px !important;
}

.maintable {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 350px) {
  .container {
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    _background-color: green;
  }

  .tdspace {
    width: 5px !important;
  }

  #header {
    font-size: 7px !important;
  }

  .imgsize {
    width: 24px;
    height: 24px;
  }


  .modal-dialog {
    max-width: 350px;
  }


  .evaltable {
    border-collapse: separate;
    border-spacing: 5px 5px;
    width: 100%
  }

  ul.ks-cboxtags {
    list-style: none;
    padding: 5px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;

  }

  ul.ks-cboxtags li label {
    padding: 4px 6px;
    cursor: pointer;
  }



  ._maintable {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  ._mysquare,
  ._mysquarestatic {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .arrow_right {
    padding-bottom: 5px;
    height: 15px;
    width: 15px;
    opacity: 0.6;
    float: right;
    margin-left: 3px;
    margin-bottom: 2px;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 35px;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid white;
  }


  .eraserimg {
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
  }

  .propositionwidth {
    width: 70%;
  }

}

@media screen and (min-width: 351px) and (max-width: 450px) {
  .container {
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    _background-color: green;
  }

  .tdspace {
    width: 5px !important;
  }

  #header {
    font-size: 8px !important;
  }

  .imgsize {
    width: 24px;
    height: 24px;
  }


  .modal-dialog {
    max-width: 350px;
  }


  .evaltable {
    border-collapse: separate;
    border-spacing: 5px 5px;
    width: 100%
  }

  ul.ks-cboxtags {
    list-style: none;
    padding: 5px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;

  }

  ul.ks-cboxtags li label {
    padding: 4px 6px;
    cursor: pointer;
  }



  ._maintable {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  ._mysquare,
  ._mysquarestatic {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .arrow_right {
    padding-bottom: 5px;
    height: 15px;
    width: 15px;
    opacity: 0.6;
    float: right;
    margin-left: 3px;
    margin-bottom: 2px;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 35px;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid white;
  }


  .eraserimg {
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
  }

  .propositionwidth {
    width: 70%;
  }

}


@media screen and (min-width: 451px) and (max-width: 501px) {
  .container {
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
    _background-color: green;
  }

  #header {
    font-size: 10px !important;
  }

  .imgsize {
    width: 32px;
    height: 32px;
  }


  .modal-dialog {
    max-width: 350px;
  }


  .evaltable {
    border-collapse: separate;
    border-spacing: 5px 5px;
    width: 100%
  }

  ul.ks-cboxtags {
    list-style: none;
    padding: 5px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 9px !important;

  }

  ul.ks-cboxtags li label {
    padding: 4px 6px;
    cursor: pointer;
  }





  .tdspace {
    width: 5px;
  }

  ._maintable {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  ._mysquare,
  ._mysquarestatic {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .arrow_right {
    padding-bottom: 5px;
    height: 15px;
    width: 15px;
    opacity: 0.6;
    float: right;
    margin-left: 3px;
    margin-bottom: 2px;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 35px;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid white;
  }


  .eraserimg {
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
  }

  .propositionwidth {
    width: 70%;
  }

}

@media screen and (min-width: 501px) and (max-width: 600px) {
  .container {
    font-size: 12px;
    _background-color: blue;
  }

  #header {
    font-size: 12px !important;
  }

  .imgsize {
    width: 48px;
    height: 48px;
  }


  .modal-dialog {
    max-width: 450px;
  }

  .itemheight {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemheightchoice {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemwidth {
    min-width: 44px;
    max-width: 44px;
    width: 44px;
  }

  ul.ks-cboxtags {
    list-style: none;
    padding: 5px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px !important;

  }

  ul.ks-cboxtags li label {
    padding: 4px 6px;
    cursor: pointer;
  }


  .tdspace {
    width: 5px;
  }

  ._maintable {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .mysquare,
  .mysquarestatic {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .arrow_right {
    padding-bottom: 5px;
    height: 15px;
    width: 15px;
    opacity: 0.6;
    float: right;
    margin-left: 3px;
    margin-bottom: 2px;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 35px;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid white;
  }



  .eraserimg {
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
  }

  .propositionwidth {
    width: 70%;
  }

}


@media screen and (min-width: 601px) and (max-width: 800px) {
  .container {
    font-size: 16px;
    _background-color: olive;
  }

  .imgsize {
    width: 64px;
    height: 64px;
  }

  #header {
    font-size: 12px !important;
  }


  .modal-dialog {
    max-width: 550px;
  }

  .itemheight {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemheightchoice {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemwidth {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
  }


  ul.ks-cboxtags {
    list-style: none;
    padding: 5px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

  }

  ul.ks-cboxtags li label {
    padding: 4px 6px;
    cursor: pointer;
  }



  .tdspace {
    width: 5px;
  }

  ._maintable {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .mysquare,
  .mysquarestatic {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .arrow_right {
    padding-bottom: 5px;
    height: 15px;
    width: 15px;
    opacity: 0.6;
    float: right;
    margin-left: 3px;
    margin-bottom: 2px;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 35px;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid white;
  }


  .eraserimg {
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
  }

  .propositionwidth {
    width: 70%;
  }

}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .container {
    font-size: 18px;
    _background-color: orange;
  }
  
  .tdwidthconstraint {
  width: 100px;
  max-width: 100px;/*c2h 42*/
  min-width: 100px;
  font-size: 120%;
}

  .mysquare,
  .mysquarestatic {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .imgsize {
    width: 96px;
    height: 96px;
  }

  .i7infocontainer {
    width: 100%;
    text-align: left;
  }

  #header {
    font-size: 12px !important;
  }

  .maintable {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .modal-dialog {
    max-width: 750px;
  }

  .itemheight {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemheightchoice {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemwidth {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
  }


  .arrow_right {
    padding-bottom: 5px;
    height: 30px;
    width: 30px;
    opacity: 0.6;
    float: right;
    margin-left: 7px;
    margin-bottom: 3px;
  }

  .propositionwidth {
    width: 80%;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 42px;
    height: 42px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    _padding: 8px;
    border: 1px solid white;
  }
}

@media screen and (min-width: 1001px) and (max-width: 16000px) {
  .container {
    font-size: 22px;
    _background-color: orange;
  }
  
  .tdwidthconstraint {
  width: 100px;
  max-width: 100px;/*c2h 42*/
  min-width: 100px;
  font-size: 120%;
}

  .mysquare,
  .mysquarestatic {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .imgsize {
    width: 96px;
    height: 96px;
  }

  #header {
    font-size: 12px !important;
  }

  .maintable {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .modal-dialog {
    max-width: 750px;
  }

  .itemheight {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemheightchoice {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemwidth {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
  }


  .arrow_right {
    padding-bottom: 5px;
    height: 30px;
    width: 30px;
    opacity: 0.6;
    float: right;
    margin-left: 7px;
    margin-bottom: 3px;
  }

  .propositionwidth {
    width: 80%;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 42px;
    height: 42px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    _padding: 8px;
    border: 1px solid white;
  }
}

@media screen and (min-width: 16010px) {
  .container {
    font-size: 28px;
    _background-color: red;
  }

  .imgsize {
    width: 128px;
    height: 128px;
  }

  .mysquare,
  .mysquarestatic {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .modal-dialog {
    max-width: 50%;
  }

  .form-floating {
    min-height: 70px;
    max-height: 70px;
    font-size: 20px;
  }

  .form-control {
    min-height: 70px;
    max-height: 70px;
    font-size: 30px;
  }

  .maintable {
    margin-left: auto;
    margin-right: auto;
    width: 90%;

  }

  .itemheight {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemheightchoice {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
  }

  .itemwidth {
    min-width: 58px;
    max-width: 58px;
    width: 58px;
  }

  .arrow_right {
    padding-bottom: 5px;
    height: 30px;
    width: 30px;
    opacity: 0.6;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
  }

  .eraserimg {
    width: 58px;
    height: 58px;
    max-width: 58px;
    min-width: 58px;
  }

  .propositionwidth {
    width: 90%;
  }


  .tdvaligncenter {
    _text-align: center;
    _vertical-align: middle;
    display: table-cell;
    width: 58px;
    height: 58px !important;
    max-width: 58px;
    min-width: 58px;
  }


  .tdwidthconstraint {
    width: 58px;
    max-width: 58px;
    min-width: 58px;
  }

  .tdbackgroundgreenlight {
    background: #231f20;
    width: 58px;
    height: 58px !important;
    max-height: 58px !important;
    min-height: 58px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    _padding: 8px;
    border: 1px solid white;
  }
}



.container_rounded {
  _background-color: rgb(235, 235, 235);
  border-radius: 5px;
  padding: 10px;
  padding-left: 2px;
  padding-right: 2px;
  border-style: solid;
  border-width: 2px;
  min-height: 450px;
  border-color: rgb(180, 180, 180);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}