.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 24px !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eee;
  color: #000;
}

.select2-container .select2-search__field {
  min-height: 25px !important;
}

form.submitattempt input:invalid,
form.submitattempt select:invalid,
form.submitattempt textarea:invalid {
  border: 3px solid red;
}

.user_permission_checkbox {
  display: inline-block;
  width: 140px;
}

.user_permission_site {
  width: 100% !important;
}

.ui-dialog-buttonset button {
  padding: 7px 10px !important;
  border-radius: 4px !important;
  border: 0px !important;
}
.ui-dialog-buttonset button:hover {
  padding: 7px 10px !important;
  border-radius: 4px !important;
  border: 0px !important;
}

.lowheight {
  line-height: 2 !important;
}

.designmode .nav_table {
  width: 99%;
  margin: auto;
}

.designmode .menulink img {
  width: 24px;
  height: auto;
}
.designmode .content_box_helper {
  line-height: 24px;
}

.ui-widget-content {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.btn1 {
  border-radius: 3px;
  background-color: #3165a8;
  color: #fff !important;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  margin-top: 5px;
  display: inline-block;
}
.btn1:hover {
  border-radius: 3px;
  background-color: #808080;
  color: #fff !important;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.ui-widget input[type="submit"],
.ui-widget input[type="button"],
.ui-widget button {
  padding: 7px 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: #121212 !important;

  box-shadow: 0 1px 0 #ccc;
}

.user_permission_site > div:nth-child(even) {
  background: #dddcdc;
  width: 100% !important;
}

.user_permission_site > div:nth-child(odd) {
  background: #e8e8e8;
  width: 100% !important;
}

/*** START CODE FOR SELECT2 BOXES ***/
.select2_table .select2-selection {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.select2_box {
  width: calc(100% - 100px);
  min-width: 300px;
}

.select2 {
  width: calc(100% - 100px) !important;
  min-width: 300px;
}

/*** END CODE FOR SELECT2 BOXES ***/
/*** START CODE FOR SORTABLEJS BOXES ***/
.sortable_boxarea {
  border-top: 1px solid silver;
}

.sortable_item {
  background-color: #fff;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-left: 5px;
}

.sortable_item_bg {
  background-color: silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-left: 5px;
}

.sortable_no_items {
  background-color: #fff;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-left: 5px;
}

/*** END CODE FOR SORTABLEJS BOXES ***/
BODY {
  margin: 0;
  margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #292929;
  background-color: #fff;
  -webkit-appearance: none;
}

form {
  margin: 0;
}

.footer {
  margin-top: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="datetime-local"],
input[type="date"],
input:not([type]) {
  height: 30px;
  text-align: left;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

input[type="date"] {
  font-family: sans-serif;
}

input[type="number"] {
  appearance: textfield;
}

input[type="number"]:focus,
input[type="number"]:hover {
  appearance: auto;
}

.content_box2 select:not([multiple]) {
  height: 30px;
  text-align: left;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 1.8;
}

textarea {
  padding: 8px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  max-width: 97%;
}

.usersuggest {
  margin-bottom: 5px;
}

.table {
  display: table;
  text-align: left;
}

.select_boxes td select {
  min-height: 300px;
  max-height: 300px;
}

.select_boxes_long td select {
  min-height: 400px;
  max-height: 400px;
}

.select_boxes_short td select {
  min-height: 150px;
  max-height: 150px;
}

.select_boxes div select {
  min-height: 300px;
  max-height: 300px;
}

.select_boxes_long div select {
  min-height: 400px;
  max-height: 400px;
}

.select_boxes_short div select {
  min-height: 150px;
  max-height: 150px;
}

.multi_select_bigcolumn select {
  min-height: 300px;
  max-height: 300px;
}

label {
  font-size: 13px;
}

.warningblock {
  margin-top: 5px;
  background-color: red;
  padding: 6px;
  font-size: 14px;
  color: #fff;
}

.navbadge {
  background-color: #dc3545;
  text-align: center;
  color: #fff;
  max-width: 50px;
  min-width: 13px;
  float: right;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 5px;
  margin-right: 4px;
  border-radius: 3px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
}

.row {
  display: table-row;
  text-align: left;
}

.desc textarea {
  box-sizing: border-box;
  padding-right: 0;
  width: 100%;
}

.cell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 6px;
  padding-right: 6px;
  font-weight: 400;
}

.cell_top {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-bottom: 6px;
  padding-right: 6px;
  font-weight: 400;
}

.resp_col select {
}

.add_ons span {
  text-align: center;
  display: inline-block;
  width: 30px;
}

.searchform {
  height: 26px;
  width: 100%;
  max-width: 400px;
  min-width: 100px;
}

label {
  cursor: pointer;
}

.suggest_nav {
  background-image: url(images/titlebar_left.gif);
  border-bottom: 0;
  text-align: left;
  line-height: 33px;
  border-left: silver 1px solid;
  padding-bottom: 0;
  padding-left: 8px;
  padding-top: 0;
  color: #fff;
  font-size: 12px;
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  border-right: silver 1px solid;
}

.textfield {
  width: 300px;
  height: 20px;
  font-size: 13px;
}

.textfield_responsive {
  width: 300px;
  height: 20px;
  font-size: 13px;
}

.textfieldsmall {
  width: 60px;
  height: 20px;
  font-size: 13px;
}

.textfieldprice {
  width: 85px;
  height: 20px;
  font-size: 13px;
}

.searchicon {
  width: 22px;
}

.pagelink {
  color: #3165a8;
}

.currentpage {
  color: #fff;
}

.breadcrumb {
  float: left;
  line-height: 57px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.breadcrumb a {
  font-size: 13px;
}

.breadcrumb2 {
  line-height: 57px;
  display: block;
  vertical-align: middle;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
}

.btn-small {
  color: #606060;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

.btn-small:hover {
  font-size: 0.775rem;
  line-height: 1.5;
  border: 1px solid #606060;
  background-color: #fff;
  color: #606060;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.btn-group-small > .btn,
.btn-small {
  font-size: 0.775rem;
  line-height: 1.5;
  border: 1px solid #bab9b9;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  white-space: nowrap;
}

.btn-group-small > .btn,
.btn-smallb {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  white-space: nowrap;
  background-color: #00aff0;
  color: #fff;
  border: 0px !important;
}

.btn-group-small > .btn,
.btn-smallb:hover {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  white-space: nowrap;
  background-color: #fff;
  color: #00aff0;
  border: 0px !important;
}

.btn-standard {
  color: #494949;
  background-color: #fff;
  border: 1px solid silver;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
}

.btn-standard:hover {
  color: #494949;
  background-color: #e8e8e8;
  border: 1px solid silver;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
}

.btn-standard_wide {
  color: #494949;
  background-color: #fff;
  border: 1px solid silver;
  cursor: pointer;
  display: inline-block;
}

.btn-standard_wide:hover {
  color: #494949;
  background-color: #e8e8e8;
  border: 1px solid silver;
  cursor: pointer;
  display: inline-block;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 10px;
}

.btn-addremove {
  width: 100px;
  margin: 5px;
}

.section_heading {
  width: 100%;
  background-color: #494949;
  line-height: 1.6;
  padding: 8px;
  padding-right: 0;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
}

.section_heading td {
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}

.red {
  color: red;
}

.desktop_table {
  line-height: 2;
}

.section_heading:hover {
  opacity: 1;
  cursor: auto;
}

.content_box_status {
  border: 0;
  border-color: silver;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  height: 120px;
  line-height: 22px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #2f2f2f;
}

.content_box_status td {
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  color: #2f2f2f;
}

.status {
  vertical-align: top;
  text-align: left;
  padding: 4px;
  line-height: 22px;
  font-size: 12px;
  color: #2f2f2f;
}

img {
  border-bottom-style: none;
  padding-bottom: 0;
  margin: 0;
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
  border-top-style: none;
  border-right-style: none;
  padding-top: 0;
}

a {
  color: #606060;
}

a:hover {
  color: #214472;
}

td {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.headertext {
  font-family: verdana, arial, sans-serif;
  color: #000;
  font-size: 10px;
}

.menulink {
  font-family: verdana, arial, sans-serif;
  color: #3165a8;
  font-size: 12px;
}

.eyelink {
  font-family: verdana, arial, sans-serif;
  color: #606060;
  font-size: 12px;
}

.eyelink:hover {
  font-family: verdana, arial, sans-serif;
  color: #b8b8b8;
  font-size: 12px;
}

.galleryview_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
  white-space: nowrap;
}

.passwordlink {
  font-family: verdana, arial, sans-serif;
  color: #0056cc;
  font-size: 12px;
}

.plaintext {
  font-family: verdana, arial, sans-serif;
  color: #000;
  font-size: 10px;
}

.plaintext2 {
  font-family: verdana, arial, sans-serif;
  color: #fff;
  font-size: 10px;
}

.sectiontitle {
  font-family: verdana, arial, sans-serif;
  color: #f8d336;
  font-size: 10px;
  font-weight: 700;
}

.sectiontitle2 {
  font-family: verdana, arial, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.lnav {
  font-family: verdana, arial, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.boldlink {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.warning {
  color: red;
  font-weight: 500;
}

a {
  text-decoration: none;
  font-size: 13px;
}

a:hover {
  color: #214472;
}

FORM {
  margin: 0;
}

.previewimgsm {
  border: 1px solid #000;
  width: 105px;
  height: auto;
}

.previewimg {
  border: 1px solid #000;
  max-width: 180px;
}

.previewbox {
  text-align: center;
  width: 145px;
  height: 145px;
}

.previewbox2 {
  text-align: center;
  width: 180px;
}

.ddsel {
  background-color: #c8c8c8;
}

.red {
  color: red;
}

#header {
  padding-bottom: 0;
  background-color: #2d2d2d;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: fixed;
  width: 100%;
  z-index: 100000;
}

#header_spacer {
  width: 100%;
  height: 35px;
  display: block;
}

#sddm {
  z-index: 30;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#sddm li {
  padding-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-size: 13px;
  padding-top: 0;
}

#sddm li a {
  text-align: center;
  padding-bottom: 8px;
  margin: 0 1px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
}

#sddm li a:hover {
  background: #2e2e2e;
}

#sddm div {
  border-bottom: silver 1px solid;
  position: absolute;
  border-left: silver 1px solid;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  visibility: hidden;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  padding-top: 0;
}

#m6 {
  border-bottom: silver 1px solid;
  position: absolute;
  border-left: silver 1px solid;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: #ff0;
  visibility: hidden;
  border-top: silver 1px solid;
  right: 0;
  border-right: silver 1px solid;
  padding-top: 0;
}

#sddm div a {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
  margin: 0;
  padding-left: 10px;
  width: auto;
  padding-right: 10px;
  display: block;
  white-space: nowrap;
  background: #fff;
  color: #3165a8;
  font-size: 12px;
  text-decoration: none;
  padding-top: 5px;
}

#sddm div a:hover {
  background: #e1f0f8;
  color: #3165a8;
}

#sddm2 {
  text-align: left;
  z-index: 32;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#sddm2 li {
  padding: 0;
  list-style-type: none;
  margin: 0;
  float: left;
  font-size: 13px;
}

#sddm2 li a {
  text-align: center;
  padding-bottom: 6px;
  margin: 0 1px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding-top: 6px;
  box-sizing: border-box;
}

#sddm2 li a:hover {
  background: #2e2e2e;
}

#sddm2 div {
  border-bottom: silver 1px solid;
  position: absolute;
  border-left: silver 1px solid;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  visibility: hidden;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  padding-top: 0;
}

#sddm2 div a {
  text-align: left;
  padding-bottom: 8px;
  margin: 0;
  padding-left: 10px;
  width: auto;
  /*padding-RIGHT: 15px;*/
  display: block;
  white-space: nowrap;
  background: #fff;
  color: #3165a8;
  font-size: 12px;
  text-decoration: none;
  padding-top: 6px;
}

#sddm2 div a:hover {
  background: #e1f0f8;
  color: #3165a8;
}

.more_items {
  margin-top: 3px;
  margin-bottom: 0;
  border-top: 1px solid silver;
}

.admin_perms td {
  padding-left: 8px;
  padding-right: 8px;
}

.gallery_nav {
  margin-bottom: 8px;
  line-height: 46px;
  background-image: url(images/logobg.png);
  border-bottom: #ccc 1px solid;
}

.gallery_nav td {
  margin: 0;
  vertical-align: middle;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 15px;
  text-align: center;
}

.gallery_nav a {
  font-family: verdana, arial, sans-serif;
  color: #606060;
  font-size: 11px;
}

.gallery_nav a:hover {
  color: #214472;
}

.gallery_nav img {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  margin-bottom: 0;
}

#sddm3 {
  z-index: 30;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#sddm3 li {
  padding-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  float: left;
  font-size: 13px;
  padding-top: 0;
}

#sddm3 li a {
  text-align: center;
  padding-bottom: 10px;
  margin: 0 1px 0 0;
  padding-left: 10px;
  width: 120px;
  padding-right: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
}

#sddm3 li a:hover {
  background: #214472;
}

#sddm3 div {
  border-bottom: silver 1px solid;
  position: absolute;
  border-left: silver 1px solid;
  padding-bottom: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  visibility: hidden;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  padding-top: 0;
}

#sddm3 div a {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
  margin: 0;
  padding-left: 10px;
  width: auto;
  padding-right: 10px;
  display: block;
  white-space: nowrap;
  background: #fff;
  color: #606060;
  font-size: 13px;
  text-decoration: none;
  padding-top: 5px;
}

#sddm3 div a:hover {
  background: #e5f0f4;
  color: #fff;
}

#sddm3 div a:hover {
  background: #e5f0f4;
  color: #fff;
}

#heading {
  border-bottom: silver 1px solid;
  text-align: right;
  border-left: silver 1px solid;
  padding-bottom: 4px;
  background-color: #eaeaea;
  padding-left: 4px;
  padding-right: 10px;
  vertical-align: middle;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  padding-top: 4px;
}

#heading a {
  font-family: verdana, arial, sans-serif;
  color: #474545;
  font-size: 10px;
  vertical-align: middle;
}

#heading img {
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  vertical-align: middle;
  margin-right: 4px;
}

#logoheader {
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  padding-bottom: 0;
  height: 40px;
  margin: 0;
  padding-left: 0;
  width: 100%;
  padding-right: 0;
  color: #474545;
  border-right-color: #ccc;
  font-size: 12px;
  vertical-align: middle;
  border-left-color: #ccc;
  border-top: #ccc 0;
  padding-top: 10px;
}

#logoheader img {
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  vertical-align: middle;
  opacity: 0.7;
}

#logoheader td {
  color: #474545;
  font-size: 12px;
  vertical-align: middle;
}

#progressbar {
  border-bottom: silver 1px solid;
  border-left: silver 1px solid;
  width: 100%;
  height: 41px;
  color: #474545;
  font-size: 12px;
  vertical-align: middle;
  overflow: hidden;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
}

#topnav {
  background-image: url(images/topnav_02.gif);
  border-bottom: #ccc 1px solid;
  text-align: center;
  padding-bottom: 5px;
  line-height: 44px;
  width: 100%;
  margin-bottom: 5px;
  border-right-color: #ccc;
  border-left-color: #ccc;
  border-top: #ccc 0;
  padding-top: 5px;
}

.data_table_icons {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  width: 100%;
}

.data_table {
  border-bottom: 0;
  border-left: 0;
  padding-bottom: 0;
  margin-top: 3px;
  padding-left: 0;
  border-spacing: 0;
  width: 100%;
  min-width: 310px;
  padding-right: 0;
  border-collapse: collapse;
  border-top: 0;
  margin-right: 0;
  border-right: 0;
  padding-top: 0;
  background-color: #e8e8e8;
}

.data_table TR {
  border-bottom: 0;
  border-left: 0;
  margin: 0;
  border-top: 0;
  border-right: 0;
  font-size: 13px;
}

.data_table td {
  border-bottom: 0;
  border-left: 0;
  line-height: 1.8;
  margin: 0;
  border-top: 0;
  border-right: 0;
}

.sort_bar {
  width: 100%;
  color: #34313f;
  font-size: 14px;
  padding-right: 0;
  font-weight: 400;
  background-color: silver;
  box-sizing: border-box;
}

.sort_bar_header {
  width: 100%;
  background-color: #494949;
  line-height: 2;
  padding: 8px;
  padding-right: 0;
  font-size: 15px;
}

.sort_bar_header a {
  color: #9bc8e7;
  font-size: 14px;
}

.sort_bar_header a:hover {
  color: silver;
  font-size: 14px;
}

.sort_bar_header td {
  font-size: 14px;
  color: #fff;
}

.sort_bar td {
  padding-bottom: 8px;
  padding-left: 4px;
  padding-top: 8px;
  line-height: 1.8;
}

.sort_bar_submenu {
  background-color: #494949;
  width: 100%;
  color: #fff;
  font-size: 13px;
  padding-right: 0;
}

.sort_bar_submenu td {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-top: 8px;
  line-height: 1.8;
}

.sort_bar_submenu_section {
  background-color: #383838;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.sort_bar_submenu_section td {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 4px;
}

.sort_bar_submenu_heading {
  background-color: #383838;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.sort_bar_submenu_heading td {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-top: 8px;
}

.sort_bar A,
.sort_bar > div:not(.list_rows2_category) > div > span {
  color: #fff;
}

.sort_bar a:hover {
  color: silver;
}

.textarea textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 300px;
  width: 95%;
}

.htmlicon {
  width: 48px;
  height: 35px;
  border-radius: 4px;
}

@media screen and (max-width: 700px) {
  .htmlicon {
    width: 36px;
    height: 27px;
  }
}

@media screen and (max-width: 500px) {
  .htmlicon {
    width: 30px;
    height: 23px;
  }
}

@media screen and (max-width: 465px) {
  .list_rows2_category a {
    word-break: break-all;
  }

  #xfont {
    font-size: 9px;
    width: 90px;
  }

  #xsize {
    font-size: 9px;
  }

  #xcolor {
    font-size: 9px;
    width: 90px;
  }
}

@media screen and (max-width: 420px) {
  .htmlicon {
    width: 22px;
    height: auto;
  }

  .list_rows2_category a {
    word-break: break-all;
  }

  #xfont {
    font-size: 9px;
    width: 90px;
  }

  #xsize {
    font-size: 9px;
  }

  #xcolor {
    font-size: 9px;
    width: 90px;
  }
}

@media screen and (max-width: 350px) {
  .htmlicon {
    width: 20px;
    height: auto;
  }
}

.html_bar {
  background-color: #383838;
  min-width: 650px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  padding-left: 8px;
}

.html_icons {
  background-color: #606060;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  padding-left: 8px;
  padding-bottom: 0;
}

.html_styles {
  background-color: #e8e8e8;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 0;
}

.iconbar {
  text-align: left;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #e5f0f4;
  padding-left: 10px;
  padding-right: 10px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 10px;
  margin-top: 5px;
}

.section_icon {
  padding-bottom: 0;
  padding-left: 0;
  width: 70px;
  padding-right: 0;
  height: 48px;
  padding-top: 0;
  vertical-align: middle;
}

#left_nav {
  background-color: #494949;
  border-bottom: 0;
  text-align: left;
  border-left: silver 1px solid;
  width: 200px;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  border-right: silver 1px solid;
  line-height: 1.6;
  padding: 8px;
  font-size: 15px;
}

#left_nav:hover {
  opacity: 1;
  cursor: auto;
}

.section_main_buttons {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 10px;
}

#section_ID_bar {
  border-bottom: silver 1px solid;
  border-left: silver 1px solid;
  line-height: 24px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-top: 0;
  border-right: silver 1px solid;
}

#section_ID_bar a {
  padding-left: 6px;
  color: #fff;
  font-size: 12px;
  margin-right: 50px;
  text-decoration: none;
}

#section_ID_bar a:hover {
  color: #96c8ff;
  font-size: 12px;
}

#row_light {
  border-bottom: silver 1px solid;
  border-left: silver 1px solid;
  line-height: 30px;
  background-color: #f5f5f5;
  height: 30px;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  border-top: 0;
  border-right: silver 1px solid;
}

#row_light INPUT {
  margin: 0;
  vertical-align: middle;
}

#row_light a {
  padding-left: 6px;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 50px;
  text-decoration: none;
}

#row_light a:hover {
  color: #2c6fbb;
  font-size: 12px;
  text-decoration: none;
}

#row_light img {
  vertical-align: middle;
}

#row_dark {
  border-bottom: silver 1px solid;
  border-left: silver 1px solid;
  line-height: 30px;
  background-color: #ddd;
  height: 30px;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  border-top: 0;
  border-right: silver 1px solid;
}

#row_dark INPUT {
  margin: 0;
  vertical-align: middle;
}

#row_dark a {
  padding-left: 6px;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 50px;
  text-decoration: none;
}

#row_dark a:hover {
  color: #2c6fbb;
  font-size: 12px;
  text-decoration: none;
}

.status_box {
  margin-top: 5px;
  text-align: left;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 10px;
}

.content_box_helper {
  margin-top: 5px;
  text-align: left;
  padding-bottom: 10px;
  line-height: 48px;
  background-color: #fff;
  padding-left: 6px;
  padding-right: 10px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 10px;
  border: 1px solid #dddcdc;
}

.content_box_helper table {
  line-height: 48px;
}

.content_box2 {
  text-align: left;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #e8e8e8;
  padding-left: 10px;
  padding-right: 10px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 10px;
  margin-top: 5px;
}

.content_box {
  border-bottom: silver 1px solid;
  text-align: left;
  border-left: silver 1px solid;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  padding-top: 10px;
}

.content_box td {
  line-height: 18px;
}

.content_box_lnav {
  border-bottom: #e2e1e1 1px solid;
  text-align: left;
  border-left: #e2e1e1 1px solid;
  padding-bottom: 4px;
  line-height: 24px;
  background-color: #fff;
  padding-left: 10px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  border-top: #e2e1e1 0;
  border-right: #e2e1e1 1px solid;
  padding-top: 4px;
  padding-right: 2px;
}

.content_box_lnav:hover {
  background-color: #e8e8e8;
}

.content_box_status {
  border-bottom: silver 1px solid;
  text-align: left;
  border-left: silver 1px solid;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  height: 120px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: middle;
  border-top: silver 1px solid;
  border-right: silver 1px solid;
  padding-top: 10px;
}

.content_box_status td {
  text-align: left;
  line-height: 22px;
  color: #2f2f2f;
  font-size: 12px;
}

.status {
  text-align: left;
  padding-bottom: 4px;
  line-height: 22px;
  padding-left: 4px;
  padding-right: 4px;
  color: #2f2f2f;
  font-size: 12px;
  vertical-align: top;
  padding-top: 4px;
}

.news td {
  line-height: 22px;
}

.news_new {
  text-align: left;
  color: #ff0;
  font-size: 12px;
  vertical-align: top;
  font-weight: 700;
}

.news_link {
  text-align: left;
  padding-left: 10px;
  color: #606060;
  font-size: 12px;
  vertical-align: top;
}

.link {
  text-align: left;
  padding-left: 5px;
  color: #606060;
  font-size: 12px;
  vertical-align: top;
}

.link2 {
  text-align: left;
  color: #606060;
  font-size: 12px;
  vertical-align: top;
}

.link3 {
  text-align: left;
  color: #606060;
  font-size: 10px;
  vertical-align: top;
}

.error_link {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.error_title {
  text-align: left;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 2px;
  color: red;
  font-size: 13px;
  font-weight: 500;
  /* text-transform:uppercase; */
  padding-top: 2px;
}

.note {
  text-align: left;
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.plugin_error {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  padding-right: 10px;
  padding-top: 10px;
}

#error_message {
  text-align: left;
  padding-bottom: 5px;
  margin-top: 10px;
  padding-left: 0;
  width: 100%;
  padding-right: 0;
  color: red;
  font-size: 13px;
  font-weight: 700;
  padding-top: 0;
}

.menu_link_small {
  font-size: 11px;
}

.sort_bar_collapse {
  padding-bottom: 1px;
  background-color: #000;
  padding-left: 1px;
  width: 100%;
  padding-right: 1px;
  color: #fff;
  font-size: 12px;
  padding-top: 1px;
}

.sort_bar_collapse a {
  color: #fff;
  text-decoration: none;
}

.sort_bar_submenu a {
  color: #fff;
  text-decoration: none;
}

.contentpadding_box {
  height: 15px;
}

.list_rows2 {
  width: 100%;
  color: #000;
  font-size: 12px;
}

.list_rows2 td {
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 2px;
  padding-top: px;
}

.list_rows2 img {
  border-bottom: #aeadad 1px solid;
  border-left: #aeadad 1px solid;
  border-top: #aeadad 1px solid;
  border-right: #aeadad 1px solid;
}

.list_rows2:nth-child(even) {
  background: #dddcdc;
}

.list_rows2:nth-child(odd) {
  background: #e8e8e8;
}

/*list_rows2_categorynp*/
.list_rows2_categorynp {
  width: 100%;
  color: #000;
  font-size: 12px;
}

.list_rows2_categorynp td {
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 6px;
  padding-top: 0;
  color: #494949;
  line-height: 1.8;
}

.table_gte_800 .list_rows2_categorynp > div {
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 6px;
  padding-top: 0;
  color: #494949;
  line-height: 1.8;
}

.list_rows2_categorynp td a.warning {
  color: red;
}

.list_rows2_categorynp a {
  font-family: verdana, arial, sans-serif;
  color: #3165a8;
  font-size: 12px;
}

.list_rows2_categorynp a:hover {
  font-family: verdana, arial, sans-serif;
  color: #214472;
  font-size: 12px;
}

.list_rows2_categorynp:nth-child(even) {
  background: #dddcdc;
}

.list_rows2_categorynp:nth-child(odd) {
  background: #e8e8e8;
}

.pnav {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pnav a {
  padding: 6px 12px 8px;
}

.pnavactive {
  color: #fff;
  background-color: #606060;
}

.pnavstandard {
  background-color: #e8e8e8;
  color: #494949;
}

.pnav a:hover {
  background-color: silver;
}

/*list_rows2_category*/
.list_rows2_category {
  width: 100%;
  color: #000;
  font-size: 12px;
}

.list_rows2_category td {
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 6px;
  padding-top: 6px;
  color: #494949;
  line-height: 1.8;
}

.list_rows2_category td a.warning {
  color: red;
}

.list_rows2_category a {
  font-family: verdana, arial, sans-serif;
  color: #3165a8;
  font-size: 12px;
}

.list_rows2_category a:hover {
  font-family: verdana, arial, sans-serif;
  color: #214472;
  font-size: 12px;
}

.list_rows2_category:nth-child(even) {
  background: #dddcdc;
}

.list_rows2_category:nth-child(odd) {
  background: #ecebeb;
}

.smalltext {
  font-size: 10px;
}

#delete a {
  color: red;
}

#form {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
  padding-top: 8px;
}

#form td {
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}

.form {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
  padding-top: 8px;
}

.form td {
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}

.form_input {
  width: 300px;
}

#form_admin td {
  padding-right: 8px;
  color: #000;
  font-size: 12px;
}

.buttons {
  text-align: right;
  margin-right: 0;
  margin-bottom: 8px;
  margin-top: 8px;
}

.buttonsfooter {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.floatingfooter {
  position: fixed;
  bottom: 0px;
  text-align: right;
  background-color: #ffffff;
  width: 100%;
  white-space: nowrap;
  z-index: 100000;
  right: 0;
  padding: 10px;
  border-top: 1px solid #c0c0c0;
}

.floatingfooter input:last-child {
  margin-right: 15px;
}

/* Code that changes .buttonsfooter behavior for smaller displays */
@media only screen and (max-width: 600px) {
  .buttonsfooter {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
    white-space: normal;
    width: 100%;
  }

  .floatingfooter {
    text-align: left;
    white-space: normal;
    width: 100%;
  }

  .floatingfooter {
    position: fixed;
    bottom: 0px;
    text-align: right;
    background-color: #ffffff;
    width: 100%;
    white-space: nowrap;
    z-index: 100000;
    right: 0;
    padding: 10px;
  }

  .floatingfooter input:last-child {
    margin-right: 0px;
  }

  .floatingfooter .btn-standard {
    width: auto;
    padding: 5px;
  }
  .floatingfooter .btn-standard:hover {
    width: auto;
    padding: 5px;
  }

  .aebuttons .btn-sm {
    font-size: 12px;
    padding: 5px;
  }
  .aebuttons .btn-sm:hover {
    font-size: 12px;
    padding: 5px;
  }

  .btn-standard {
    color: #494949;
    background-color: #fff;
    border: 1px solid silver;
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
  }

  .btn-standard:hover {
    background-color: #e8e8e8;
    border: 1px solid silver;
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
  }

  .btn-standard_wide {
    color: #494949;
    background-color: #fff;
    border: 1px solid silver;
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
  }

  .btn-standard_wide:hover {
    background-color: #e8e8e8;
    border: 1px solid silver;
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
  }
}

.buttonsfooter2 {
  float: left;
  text-align: left;
  margin-top: 8px;
}

.buttons3 {
  text-align: left;
  margin: 8px;
  margin-right: 0;
}

.tophelp {
  padding: 4px;
}

.daynames td {
  color: #2f2f2f;
  font-size: 11px;
}

.unreadmessage {
  font-weight: 700;
}

#subnav {
  text-align: right;
  width: 100%;
}

#pagenav {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  padding-right: 10px;
  color: #000;
  font-size: 12px;
  padding-top: 5px;
}

#sub_nav_buttons {
  background-color: #f5f5f5;
  width: 100%;
  color: #282828;
  font-size: 12px;
}

.badge {
  background-color: #d00;
  background: linear-gradient(#d00, #800);
  /* Standard syntax */
  text-align: center;
  color: #fff;
  max-width: 50px;
  min-width: 13px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 4px;
  border-radius: 5px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 600;
  height: 18px;
}

.news_urgent {
  color: red;
  font-weight: 700;
}

.news_notread {
  font-weight: 700;
}

.news_read {
  color: #000;
}

/* SPLASH PAGE POPUP WINDOW - NEW NEWS */
.splash_popup_wrapper {
  width: 90%;
  min-width: 310px;
  padding-right: 0;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.suggest_popup_wrapper {
  width: 90%;
  min-width: 310px;
  padding-right: 0;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.splash_header {
  margin: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #272626;
  margin-bottom: 10px;
}

.splash_warning_wrapper {
  min-width: 318px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
}

.splash_warning_title {
  margin-top: 10px;
  font-family: verdana, arial, sans-serif;
  font-weight: 700;
  color: red;
  text-align: center;
  vertical-align: middle;
}

.splash_warning_message {
  width: 85%;
  height: 120px;
  margin-bottom: 4px;
  padding: 10px;
  border: 2px solid;
  border-color: #c3c3c3;
}

.exit {
  color: #000;
  text-decoration: underline;
}

.enter {
  width: 278px;
  margin-left: auto;
  margin-right: auto;
  border: 0 solid #000;
  margin-top: 4px;
  width: 278px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #606060;
}

a.close {
  font-size: 16px;
  text-decoration: none;
}

.enter:hover {
  opacity: 0.7;
}

#mask {
  background: #000 repeat;
  background: rgba(0, 0, 0, 0.8) repeat;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.login-popup {
  line-height: 18px;
  color: #000;
  width: 90%;
  min-width: 310px;
  padding: 0;
  min-height: 300px;
  background: #fff;
  padding: 0;
  text-align: center;
  position: fixed;
  z-index: 999999;
  margin: 0;
  top: 2%;
  overflow: hidden;
}

.login-popup img {
  max-width: 95%;
  margin-top: 5px;
  max-height: 90%;
}

.login-body {
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  width:/*
	-webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
*/ 95%;
}

.login-body img {
  margin: auto;
  text-align: center;
}

.login-body p {
  width: 99%;
  text-align: left;
  padding: 10px;
}

.login-body p a {
  color: #3165a8;
  text-decoration: underline;
}

.add_ons a {
  color: #3165a8;
}

#advancedsearch select {
  width: 95%;
}

#advancedsearch input:not([type="checkbox"]) {
  width: 95%;
}

.sort_bar_content_table {
  background-color: #5f5f5f;
  font-size: 13px;
  color: #fff;
}

.sort_bar_content_table td {
  padding-left: 8px;
  line-height: 1.8;
}

/* Mobile Landscape */
@media screen and (max-width: 767px) {
  .content_box_helper table tr td {
    padding: 2px !important;
  }
}

/* Responsive design elements for table replacement */
.multi_select_container {
  display: table;
  width: 100%;
}

.multi_select_row {
  display: table-row;
}

.multi_select_bigcolumn {
  display: table-cell;
  width: 50%;
  padding: 6px;
}

.multi_select_smallcolumn {
  display: table-cell;
  min-width: 120px;
  text-align: center;
  vertical-align: middle;
}

.multi_select_smallcolumn a {
  padding: 1px;
}

.multi_select_smallcolumn div {
  float: none;
}

@media screen and (max-width: 730px) {
  .multi_select_container {
    display: block;
    width: 95%;
    width: calc(100% - 10px);
    padding-left: 3px;
    padding-right: 3px;
  }

  .multi_select_row {
    display: block;
  }

  .multi_select_bigcolumn {
    display: block;
    width: 100%;
  }

  .multi_select_smallcolumn {
    display: block;
    width: 100%;
    min-width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .multi_select_smallcolumn a {
    padding: 1px;
  }

  .multi_select_smallcolumn div {
    display: inline-block;
    margin: auto;
  }

  .select_boxes div select {
    min-height: 150px;
    max-height: 150px;
  }

  .select_boxes_long div select {
    min-height: 150px;
    max-height: 150px;
  }

  .select_boxes_short div select {
    min-height: 150px;
    max-height: 150px;
  }
}

/* Responsive work for making tables responsive */
.resp_table {
  display: table;
  width: 100%;
  /* min-width:308px; */
  font-size:/*     border-left:3px solid transparent; */ 13px;
}

.resp_row {
  display: table-row;
}

.resp_floatrow {
  display: table-row;
}

select:not([multiple]) {
  font-size: 13px;
  line-height: 1.4;
  min-height: 28px;
  box-sizing: border-box;
  padding-top: 4px;
}

select[multiple] {
  font-size: 13px;
  line-height: 1.4;
  box-sizing: border-box;
  spacing:/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/ 0;
}

.advanceddesign select:not([multiple]) {
  padding-top: 0px;
}

.resp_col {
  display: table-cell;
  line-height: 2.8;
  vertical-align: middle;
  padding-left: 6px;
  padding-bottom: 2px;
}

.resp_floatcol_left {
  display: table-cell;
}

.resp_floatcol_right {
  display: table-cell;
}

.resp_col_wrapsmall {
  display: table-cell;
  white-space: nowrap;
  padding-left: 6px;
}

#selectdir {
  width: calc(100%);
  max-width: 500px;
}

.resp_col:first-child {
  white-space: nowrap;
  padding-right: 20px;
}

.resp_col:last-child {
  width: 100%;
}

@media screen and (min-width: 731px) {
  .showsmall {
    display: none !important;
  }
}

@media screen and (max-width: 730px) {
  .resp_table {
    display: block;
    width: calc(100% - 25px);
  }

  .resp_row {
    display: block;
  }

  .resp_floatrow {
    display: block;
    padding-left: 3px;
  }

  .resp_floatcol_left {
    float: left;
  }

  .resp_floatcol_right {
    float: right;
    padding-right: 10px;
  }

  .resp_floatclear {
    clear: both;
    height: 10px;
  }

  .resp_col {
    display: block;
    padding-left: 3px;
    width: 100%;
    line-height: 2;
    padding-right: 0;
  }

  .resp_col:first-child {
    display: block;
    margin-bottom: -3px;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 0;
    width: 100%;
    white-space: normal;
  }

  .resp_col:first-child > input {
    margin-bottom: 10px;
  }

  .resp_col:last-child {
    display: block;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 0;
    width: 100%;
  }

  .resp_col select {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-sizing: border-box;
  }

  #selectdir {
    width: calc(100% - 20px);
    min-width: calc(100% - 130px);
    max-width: calc(100% - 20px);
  }

  .resp_col_wrapsmall {
    display: block;
    white-space: normal;
  }

  /* Maybe take out later */
  td input.textfield {
    width: calc(100% - 40px);
    box-sizing: border-box;
    height: 25px;
  }

  td input.textfield_responsive {
    width: calc(100% - 40px);
    min-width: 200px;
    box-sizing: border-box;
    height: 25px;
  }

  .textfield {
    width: calc(100% - 40px);
  }

  .textfield_responsive {
    width: calc(100% - 40px);
    box-sizing: border-box;
    height: 25px;
  }

  .hidesmall {
    display: none !important;
  }

  .resp_rotate_90_small {
    transform: rotate(90deg);
    display: inline-block;
  }

  .ondemand_settings select {
    width: calc(100% - 50px);
    min-width: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  #cat_newvalue,
  #dvd_newvalue,
  #mdl_newvalue {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}

/* Important stuff listed last to take priority */
a.helpbtn {
  font-size: 13px;
  border-radius: 50%;
  background-color: #fff;
  color: #606060;
  font-weight: 500;
  padding: 2px 6px;
  cursor: pointer;
  margin-left: 5px;
}

a.helpbtn:hover {
  font-size: 13px;
  border-radius: 50%;
  background-color: gray;
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  cursor: pointer;
  margin-left: 5px;
}

a.dark_helpbtn {
  font-size: 13px;
  border-radius: 50%;
  background-color: #bbb;
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  cursor: pointer;
  margin-left: 5px;
}

a.dark_helpbtn:hover {
  font-size: 13px;
  border-radius: 50%;
  background-color: gray;
  color: #fff;
  font-weight: 500;
  padding: 2px 6px;
  cursor: pointer;
  margin-left: 5px;
}

/*

bootstrap stuff

*/
.upload-table .bs-btn.btn-sm {
  padding: 0.15rem 0.4rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.container-fluid.px-0 {
  padding-left: 0;
  padding-right: 0;
}

select.select-area {
  min-width: 140px;
}

/*! Conditional Table Rules */
.nowrap {
  word-break: keep-all !important;
  white-space: nowrap;
}

.wrap {
  word-break: normal !important;
  white-space: normal !important;
}

/*! 800px */
@media screen and (min-width: 1200px) {
  .table_gte_1200 {
    display: table;
  }

  .table_gte_1200 > div {
    display: table-row;
  }

  .table_gte_1200 > div:not(.list_rows2_category) > div {
    word-break: keep-all !important;
    white-space: nowrap;
  }

  .table_gte_1200 > div > div {
    display: table-cell;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .hide_gte_1200 {
    display: none !important;
  }

  .gte_1200_rightalign {
    text-align: right;
  }
}

@media screen and (max-width: 1199px) {
  .table_gte_1200 {
    display: block;
  }

  .table_gte_1200 > div {
    display: block;
  }

  .table_gte_1200 > div > div {
    display: block;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .show_gte_1200 {
    display: none !important;
  }

  .lte_1200_rightalign {
    text-align: right;
  }
}

/*! 1200px */
@media screen and (min-width: 800px) {
  .table_gte_800 {
    display: table;
  }

  .table_gte_800 > div {
    display: table-row;
  }

  .table_gte_800 > div:not(.list_rows2_category) > div {
    word-break: keep-all !important;
    white-space: nowrap;
  }

  .table_gte_800 > div > div {
    display: table-cell;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .hide_gte_800 {
    display: none !important;
  }

  .gte_800_rightalign {
    text-align: right;
  }
}

@media screen and (max-width: 799px) {
  .content_box_helper {
    line-height: 1.8;
  }

  .content_box_helper img {
    width: 24px;
    height: auto;
  }

  textarea {
    box-sizing: border-box;
  }

  .table_gte_800 {
    display: block;
  }

  .table_gte_800 > div {
    display: block;
  }

  .table_gte_800 > div > div {
    display: block;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .table_gte_800 > div.list_rows2_category > div {
    display: block;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 2px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .show_gte_800 {
    display: none !important;
  }

  .lte_800_rightalign {
    text-align: right;
  }
}

/*! 700px */
@media screen and (min-width: 700px) {
  .table_gte_700 {
    display: table;
  }

  .table_gte_700 > div {
    display: table-row;
  }

  .table_gte_700 > div:not(.list_rows2_category) > div {
    word-break: keep-all !important;
    white-space: nowrap;
  }

  .table_gte_700 > div > div {
    display: table-cell;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .hide_gte_700 {
    display: none !important;
  }

  .gte_700_rightalign {
    text-align: right;
  }
}

@media screen and (max-width: 699px) {
  .table_gte_700 {
    display: block;
  }

  .table_gte_700 > div {
    display: block;
  }

  .table_gte_700 > div > div {
    display: block;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .table_gte_700 > div.list_rows2_category > div {
    display: block;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .show_gte_700 {
    display: none !important;
  }

  .lte_700_rightalign {
    text-align: right;
  }
}

@media screen and (min-width: 600px) {
  .table_gte_600 {
    display: table;
  }

  .table_gte_600 > div {
    display: table-row;
  }

  .table_gte_600 > div:not(.list_rows2_category) > div {
    word-break: keep-all !important;
    white-space: nowrap;
  }

  .table_gte_600 > div > div {
    display: table-cell;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .hide_gte_600 {
    display: none !important;
  }

  .gte_600_rightalign {
    text-align: right;
  }
}

@media screen and (max-width: 599px) {
  .table_gte_600 {
    display: block;
  }

  .table_gte_600 > div {
    display: block;
  }

  .table_gte_600 > div > div {
    display: block;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .table_gte_600 > div.list_rows2_category > div {
    display: block;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 6px;
    color: #494949;
    line-height: 1.8;
    word-break: break-word;
  }

  .show_gte_600 {
    display: none !important;
  }

  .lte_600_rightalign {
    text-align: right;
  }

  .btn-standard {
    width: 125px;
  }

  .btn-standard:hover {
    width: 125px;
  }

  .btn-standard_wide {
    color: #494949;
    background-color: #fff;
    border: 1px solid silver;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    width: 155px;
  }

  .btn-standard_wide:hover {
    background-color: #e8e8e8;
    border: 1px solid silver;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
    width: 155px;
  }

  .buttonsfooter {
    margin: auto;
    /* text-align: center; */
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 500px) {
  .hide_gte_500 {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .show_gte_500 {
    display: none !important;
  }
}

@media screen and (min-width: 350px) {
  .hide_gte_350 {
    display: none !important;
  }
}

@media screen and (max-width: 349px) {
  .show_gte_350 {
    display: none !important;
  }
}

.graycloud {
  color: gray;
}
.whitecloud {
  color: white;
  filter: drop-shadow(0px 0px 1px black);
}

/* Chrome, Safari, Edge, Opera */
.nonumberbutton::-webkit-outer-spin-button,
.nonumberbutton::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox */
.nonumberbutton {
  -moz-appearance: textfield !important;
}
