﻿/* talkoot styles *************************************************************************************************************************/
/* colors: blue: #6dc8e5 dark blue: #0f508c, dark-gray: #454241, orange: #fc704a; black: #333; */

/*#region fonts */

@font-face { font-family: 'proximanova-regular'; src: url('../fonts/proximanova/proximanova-regular.otf') format('opentype'); -moz-osx-font-smoothing: grayscale; }
@font-face { font-family: 'proximanova-light'; src: url('../fonts/proximanova/proximanova-light.otf') format('opentype'); -moz-osx-font-smoothing: grayscale; }
@font-face { font-family: 'segoeui'; src: url('../fonts/segoeui/segoeui.otf') format('opentype'); -moz-osx-font-smoothing: grayscale; }

/* Material Icons are loaded from the material-icons.css page */

/*#endregion */

/*#region global */

html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Segoe UI', segoeui, sans-serif,'proximanova-regular';
  color: #2e2e2e;
  font-size: 10.5pt;
  background: #fbfdff;
}
/* h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
a { font-family: arial, 'Segoe UI', segoeui, sans-serif,'proximanova-regular'; } */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #555555;
  font-weight: 600;
}
h1 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  padding: 0 0 10px 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
.k-datepicker > span > .k-input {
  /*overriding padding from above*/
  padding: 0.177em 0;
}
input[type='radio']:hover {
  cursor: pointer;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  color: #333;
}
.cursor-pointer {
  cursor: pointer;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */


/*#endregion */
/*#region specific elements */
#wrap,
#main,
#footer { margin: 0; padding: 0; }
#wrap {
  min-height: 100%;
}
#main {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  min-height: calc(100vh - 100px);
}
#footer {
  position: relative;
  height: 45px;
  clear: both;
  padding: 15px;
  color: #999;
  font-size: 7.5pt;
}
#dvPaddedForm {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 15px 30px 15px 30px;
}

/*#endregion */

/*#region glyphicons */
/*.t_glyphicons { vertical-align: middle !important; }*/
.glyphicons {
  vertical-align: middle !important;
}
.btn .t_glyphicons {
  margin-right: 4px;
}

/*#endregion */
/*#region colors */
.t_blue {
  color: #6dc8e5;
} /* the brand guide logo color */
.t_black {
  color: #333;
} /* regular text color */
.t_blue_approval {
  color: #428bca;
}
.t_blue_approval_dark {
  color: #3071a9;
}
.t_blue_dark {
  color: #42b8dd;
}
.t_darkblue {
  color: #0f508c;
}
.t_blue_researcher {
  color: #6ccae6;
}
.t_blue_upload {
  color: #2196f3;
}
.t_dodgerblue {
  color: #1e90ff;
}
.t_darkblue_pm {
  color: #064d9e;
}
.t_order_blue {
  color: #337ab7;
}
.t_sandy_brown_proofer {
  color: #f3ae70;
}
.t_gray,
.t_grey {
  color: #837e7b;
}
.t_darkgray,
.t_darkgrey {
  color: #454241;
}
.t_lightgray,
.t_lightgrey {
  color: #c1bab8;
}
.t_actionicon_unset {
  color: #ddd;
} /* a light grey*/
.t_orange {
  color: #fc704a;
}
.t_orange_dark {
  color: #fb4818;
}
.t_orange_reviewer {
  color: #f27543;
}
.t_green {
  color: #269e22;
}
.t_green_dark {
  color: #1c7419;
}
.t_green_writer {
  color: #7fc446;
}
.t_green_ok {
  color: #4c994c;
}
.t_green_delivered {
  color: #98c15e;
}
.t_red {
  color: #a94442;
}
.t_red_dark {
  color: #843534;
}
.t_red_client {
  color: #f14e22;
}
.t_red_ban {
  color: #d9534f;
}
.t_yellow {
  color: #ffa500;
}
.t_yellow_dark {
  color: #cc8400;
}
.t_yellow_editor {
  color: #f2d850;
}
.t_corn_yellow {
  color: #e8c100;
}
.t_corn_yellow_dark {
  color: #b59700;
}
.t_darkpurple {
  color: #7f3f76;
}
.t_lightpurple {
  color: #d168c3;
}
.t_white {
  color: #fff;
}
.t_dropped {
  color: #a68e8e;
}
.t_noedit {
  color: #777;
}
.t_blue_background {
  background-color: #6dc8e5;
}
.t_darkblue_background {
  background-color: #0f508c;
}
.t_darkgray_background {
  background-color: #454241;
}
.t_lightgray_background {
  background-color: #c1bab8;
}
.t_orange_background {
  background-color: #fc704a;
}
.t_green_background {
  background-color: #269e22;
}
.t_red_background {
  background-color: #a94442;
}
.t_error {
  color: #999;
}
.message,
.t_message {
  color: #006600;
}

/*#endregion */

/*#region general styles */

.editor {
  color: #000;
}
.editor-label {
  color: #333333;
  padding: 0 3px 0 10px;
  text-align: right;
  height: 2em;
  font-size: 11pt;
}
.editor-field {
  width: 200px;
  font-size: 11pt;
}

/*.editor-field input{width:250px;border:1px solid black;}*/

.vertical-align {
  display: flex;
  align-items: center;
}

.validation,
.field-validation-error,
.validation-summary-errors {
  color: #cc3300;
}
.t_topborder {
  border-top: 5px solid #6dc8e5;
}
.t_loading_msg,
.t_error_checking_msg {
  padding-top: 20px;
  color: #999;
}
.t_error_container {
  text-align: center;
  padding: 35px;
}
.t_error_message {
  color: #a94442;
  font-size: 12pt;
}
.t_error_icon {
  color: #a94442;
  margin-right: 10px;
  font-size: 12pt;
}
.t_message_table_cell {
  color: #999;
  padding: 15px 0;
  text-align: center;
}
.t_error_table_cell {
  color: #a94442;
  padding: 15px 0;
  text-align: center;
}

.t_selected {
  background-color: #6dc8e5;
  border-color: #6dc8e5;
}
.t_overlay {
  /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.40);*/
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10008;
  display: none;
}
.t_overlay_non_blocking {
  /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.40);*/
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.t_copycontent {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  height: 25px;
}
.t_editsticky {
  opacity: 0.2;
}
.t_editsticky:hover {
  opacity: 1;
}
.t_gridheaderhover {
  white-space: nowrap;
  position: absolute;
  opacity: 0.8;
  background-color: #6dc8e5;
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9;
}
.t_gridcellnotification {
  white-space: nowrap;
  position: absolute;
  opacity: 0.8;
  background-color: #f0ad4e;
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9;
}

.t_badge {
  display: inline-block;
  padding: 5px;
  background-color: #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  min-width: 5px;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
}
.t_historyblock { white-space: normal; }
/*.t_statusbadge { display: inline-block; margin: 1px; padding: 0; width: 25px; height: 25px; line-height: 25px; border-radius: 50%; color: #fff; font-size: 10pt; font-weight: normal; text-align: center; vertical-align: middle; cursor: default; overflow: hidden; }*/
.t_statusbadge { display: inline-block; margin: 0 5px 0 0; padding: 0; min-width: 20px; height: 20px; line-height: 20px; border-radius: 50%; color: #fff; font-size: 9pt; font-weight: normal; text-align: center; vertical-align: middle; cursor: default; overflow: hidden; }
.t_editnumber {
  opacity: 0.2;
}
.t_editnumber:hover {
  opacity: 1;
}
.showOnHover {
  visibility: hidden;
}
.showOnHover:hover {
  visibility: visible;
}
.t_right {
  float: right;
}
.t_left {
  float: left;
}
.t_textarea_readonly {
  resize: vertical;
  background-color: #eeeeee;
  white-space: pre-wrap;
  font-size: 11pt;
}
.t_text-center {
  text-align: center;
}
.t_footnote {
  color: #999;
  font-size: 10pt;
}

/*#endregion */

/*#region page name */
.t_page_header {
  display: none;
}
.t_page_name {
  display: none;
  color: #064d9e;
  font-size: 2rem;
  padding-right: 1rem;
  margin: 5px 0;
}
/*#endregion */

/*#region log in*/
.t_login-block {
  margin-top: 20px;
}
.t_forgot-password a {
  color: #837e7b;
}
.t_btn-login {
  padding: 12px 16px;
}

/*#endregion */

/*#region menu */
#menucontainer {
  float: right;
  margin: 0 5px 0 5px;
  z-index: 9999;
}
#menu,
#menu ul {
  border-bottom: 0 #6dc8e5 solid;
  padding: 0 0 0 2px;
  position: relative;
  margin: 0;
  list-style: none;
  z-index: 9999;
}
#menu > li {
  float: left;
  white-space: nowrap;
}
#menu li a {
  border: none;
  margin: 1px;
  padding: 3px 10px 3px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #cd5a0f;
  display: block;
  height: 20px;
  line-height: 20px;
}
#menu li a:hover {
  border: 1px solid #6dc8e5;
  margin: 0;
  text-decoration: none;
}
#menu li.selected a {
  margin: 1px 1px 0 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #6dc8e5;
}
#menu li.selected ul li a {
  border: none;
  padding: 3px 7px;
  font-size: 0.9em;
}
#menu ul {
  border: 1px solid #6dc8e5;
  position: absolute;
  display: none;
  z-index: 999;
  background: white;
  text-align: left;
  padding: 0;
}
#menu ul li a {
  width: 150px;
  white-space: nowrap;
  font-weight: normal;
}
#menu li:hover ul {
  display: block;
  margin-top: -1px;
  z-index: 9999;
}
#menu li ul li a:hover {
  border: none;
  margin: 1px;
  background-color: #6dc8e5;
  color: #ffffff;
}
#menu li ul li a:active {
  color: #6dc8e5;
  border: 1px solid #6dc8e5;
  margin: 1px;
  background-color: #ffffff;
}
/*#endregion */

/*#region navbar */

.t_navbar {
  top: 0;
  width: 100%;
  margin-bottom: 0;
}
.t_navbar.affix {
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}
.t_navbar_item_link {
  color: #777;
}
.t_navbar_form {
  margin-left: 0;
  border: none;
}
.t_navbar_options {
  margin-right: 15px;
}
.t_user_options_container {
  padding: 5px 0;
}
.t_navbar_options_container {
  padding: 15px 10px;
}
.t_navbar_options_container,
.t_user_options_container {
  align-self: flex-start;
  position: absolute;
  right: 0;
  margin-top: 50px;
  z-index: 1000;
  display: none;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.t_nav-dropdown.open > .t_navbar_options_container,
.t_user-dropdown.open > .t_user_options_container,
.t_header-company-wrapper {
  display: block;
}
.t_nav-dropdown.open,
.t_user-dropdown.open,
.t_header-company-wrapper.open {
  color: #555;
  background-color: #e7e7e7;
}
/*.t_navbar_options_link_icon { }*/
.t_navbar_options_header_icon {
  margin-right: 5px;
}
.t_navbar_options_section_container {
  padding-right: 20px;
  display: table-cell;
}
.t_navbar_options_section_header {
  font-size: 12pt;
  padding-bottom: 10px;
  white-space: nowrap;
}
.t_navbar_options_section_item {
  padding-left: 26px;
  white-space: nowrap;
}
.t_navbar_avatar_container {
  text-align: center;
}
.t_header {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t_header-actions-wrapper {
  display: flex;
  align-items: center;
}
.t_header-actions-wrapper-left {
  display: inline-flex;
}
.t_header-logo-wrapper {
  flex: auto 1 1;
  align-items: center;
}
.t_header-company-wrapper,
.t_user-dropdown,
.t_nav-dropdown {
  padding: 0 15px;
  position: relative;
}
.t_header-company-wrapper,
.t_nav-dropdown,
.t_user-dropdown,
.t_header-logo-wrapper {
  display: flex;
  height: 50px;
}
.t_user-dropdown > .navbar-link,
.t_nav-dropdown > .dropdown-toggle,
.t_header-company-wrapper > .navbar-link {
  align-self: center;
  text-decoration:none;
}
.navbar-link:focus,
.navbar-link:hover {
  text-decoration: none;
}
.t_user-dropdown.open > .navbar-link,
.t_header-company-wrapper > .navbar-link {
  color: #555;
}
.t_user_options_container > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.t_user_options_container > li > a:hover,
.t_user_options_container > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#imgLogo {
  height: 35px;
}

/*#endregion */

/*#region scroll */
.divScroll200 {
  overflow-y: auto;
  max-height: 200px;
  white-space: normal;
  overflow-x: auto;
}
.divScroll250 {
  overflow-y: auto;
  max-height: 250px;
  white-space: normal;
  overflow-x: auto;
}
.divScroll300 {
  overflow-y: auto;
  max-height: 300px;
  white-space: normal;
  overflow-x: auto;
}
.divScroll350 {
  overflow-y: auto;
  max-height: 350px;
  white-space: normal;
  overflow-x: auto;
}
.divScroll400 {
  overflow-y: auto;
  max-height: 400px;
  white-space: normal;
  overflow-x: auto;
}
.divScroll450 {
  overflow-y: auto;
  max-height: 450px;
  white-space: normal;
  overflow-x: auto;
}
.divScroll500 {
  overflow-y: auto;
  max-height: 500px;
  white-space: normal;
  overflow-x: auto;
}

/*#endregion */

/*#region table */

.table > tbody > tr > th.t_th-1st-col,
.table > tbody > tr > td.t_th-1st-col,
.table > thead > tr > th.t_th-1st-col,
.table > thead > tr > td.t_th-1st-col,
.table-condensed > thead > tr > th.t_th-1st-col,
.table-condensed > thead > tr > td.t_th-1st-col {
  padding-left: 15px;
}
.table > thead > tr > th { font-weight: 500; }

#dvBottom {
  padding: 5px 0;
}
/*#endregion */

/*#region copylist */
.t_copylist_element,
.t_copylist_element *,
.t_copylist_element *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.t_copylist_tablerow:hover {
  background-color: #f4f4f4;
}
.t_copylist_tablerow td {
  vertical-align: top;
  padding: 0;
  line-height: normal;
  border: 0;
}
.t_copylist_tablerow td:nth-child(1) {
  width: 25%;
}
.t_copylist_tablerow td:nth-child(2) {
  width: 25%;
  min-width: 50px;
}
.t_copylist_tablerow td:nth-child(3) {
  width: 60px;
  text-align: right;
}
.t_copylist_tablerow .t_copylist_tablerow_edit,
.t_copylist_tablerow .t_copylist_tablerow_delete {
  margin-left: 5px;
  opacity: 0.5;
}
.t_copylist_tablerow:hover .t_copylist_tablerow_edit,
.t_copylist_tablerow:hover .t_copylist_tablerow_delete {
  opacity: 1;
}

/*#endregion */

/*#region globalnotifications */

.t_globalnotifications_element {
  margin: 0;
  padding: 0;
}
.t_globalnotifications_item {
  padding: 3px 0 3px 0;
  text-align: center;
}
.t_globalnotifications_icon {
  margin-right: 10px;
}
/*.t_globalnotifications_content { }*/

/*#endregion globalnotifications */

/*#region jobmetrics */

.t_jobmetrics_selectpanelcontainer,
.t_jobmetrics_panelcontainer {
  float: left;
  padding: 5px;
}
.t_modeladdition_label {
  width: 100px;
  padding-right: 5px;
  vertical-align: middle;
  text-align: right;
  color: #666;
}
.t_modeladdition_count {
  text-align: right;
  padding: 5px 5px 0 0;
  color: #666;
}

/*#endregion */

/*#region images */

.t_imageViewer_element,
.t_imageViewer_element *,
.t_imageViewer_element *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.t_imageViewer_clearfix:before,
.t_imageViewer_clearfix:after {
  content: '';
  display: table;
}
.t_imageViewer_clearfix:after {
  clear: both;
}
.t_imageViewer_clearfix {
  zoom: 1;
}
.t_imageViewer_element,
.t_imageViewer_container {
  height: 100%;
}
.t_imageViewer_horizontal_container.hidden {
  display: none;
}
.t_imageViewer_sub_main {
  text-align: center;
  position: relative;
  margin: 0;
}
.t_imageViewer_sub_main.alternate .imageAlternate.active {
  display: block;
}

.t_imageViewer_main {
  width: auto;
  text-align: center;
  margin: 0;
}
.t_imageViewer_main_detail {
  text-align: center; /*height: 100%; width: 100%; margin: 0; min-height:660px;*/
}

.t_imageViewer_displayImage_container {
  height: 260px;
  min-height: 260px;
  float: left;
  padding-left: 15px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/* basic responsive img */
.fixed-ratio-resize {
  max-width: 80%;
  height: auto;
  width: auto\9; /* IE8 */
}

.t_imageViewer_horizontal_scrollstyle {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 5px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.t_imageViewer_horizontal_scroll {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  height: 75px;
  padding: 4px 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.t_imageViewer_horizontal_scroll a {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  cursor: pointer;
}
.t_imageViewer_horizontal_scroll a img {
  height: 60px;
}
.t_imageViewer_horizontal_scroll a:hover,
.t_imageViewer_horizontal_scroll a:active {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  height: 295px; /*-moz-box-shadow: 0 0 8px rgba(238, 238, 238, 1); -webkit-box-shadow: 0 0 8px rgba(238, 238, 238, 1); box-shadow: 0 0 8px rgba(238, 238, 238, 1);*/
}
.t_imageViewer_horizontal_scroll a.active {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out; /*-moz-box-shadow: 0 0 8px rgba(81, 203, 238, 1); -webkit-box-shadow: 0 0 8px rgba(81, 203, 238, 1); box-shadow: 0 0 8px rgba(81, 203, 238, 1); */
}
.t_imageViewer_horizontal_scroll a.active img {
  height: 70px;
}

/*added this...*/
.t_imageViewer_horizontal_sub_scroll {
  display: inline-flex;
}
.t_imageViewer_main_detail {
  height: 100%;
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  grid-template-rows: calc(100% - 100px) 100px;
}

.t_imageViewer_vertical_container {
  float: left;
  min-width: 120px;
  margin: 4px 26px;
}
.t_imageViewer_vertical_container ul {
  list-style: none;
  padding: 0;
}
.t_imageViewer_vertical_container a {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 0;
  display: inline-block;
  margin: 2px 0;
  position: relative;
  opacity: 0.8;
  zoom: 1;
  cursor: pointer;
}
.t_imageViewer_vertical_container a img {
  height: 35px;
}
.t_imageViewer_vertical_container span {
  display: block;
  width: 53px;
  height: 39px;
  background-position: -1px -1px;
  zoom: 1;
  overflow: hidden;
}
.t_imageViewer_vertical_container a:hover {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  -moz-box-shadow: 0 0 8px rgba(238, 238, 238, 1);
  -webkit-box-shadow: 0 0 8px rgba(238, 238, 238, 1);
  box-shadow: 0 0 8px rgba(238, 238, 238, 1);
}
.t_imageViewer_vertical_container a.active {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out; /*-moz-box-shadow: 0 0 8px rgba(81, 203, 238, 1); -webkit-box-shadow: 0 0 8px rgba(81, 203, 238, 1); box-shadow: 0 0 8px rgba(81, 203, 238, 1);*/
}
.t_imageViewer_vertical_container a.active img {
  height: 55px;
}

.t_modal_ImageViewer_main {
  padding: 1%;
  height: 100%;
}
.t_modal_ImageViewer_dialog {
  height: 100%;
  width: 60%;
  padding-bottom: 15px;
}
.t_modal_ImageViewer_content {
  min-height: 50%;
}

.t_imgdetail_imageViewer {
  max-width: 80%;
  max-height: 100%; /* IE8 */
}
.t_imgstandard_imageViewer {
  max-width: 300px;
  max-height: 250px;
}
.t_imgthumb_imageViewer {
  max-width: 75px;
  max-height: 60px;
  margin: 3px 3px 0 0;
}

.t_tipimage {
  font-size: 18pt;
  color: #999;
  margin-right: 5px;
  /*margin-left: 5px;*/
  cursor: default;
  padding: 0;
  vertical-align: middle;
}
.t_primaryinfo_label {
  font-size: 11pt;
  color: #6dc8e5;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  width: 120px;
}
.t_primaryinfo_value {
  font-size: 11pt;
  color: #666;
  padding: 0;
  border-width: 0;
  border: none;
}

/*so that the image viewer modal can be resized*/

.t_imgstandard {
  max-width: 100%;
  max-height: 100%;
}
.t_imgdetail {
  max-width: 1200px;
  max-height: 900px;
}
.t_imgthumb {
  max-width: 75px;
  max-height: 60px;
  margin: 3px 3px 0 0;
}
.t_imagecontainer {
  min-height: 160px;
  vertical-align: middle;
}
.t_largeimagecontainer {
  padding: 0;
}
.t_smallimagecontainer {
  padding-top: 5px;
  overflow-x: auto;
  white-space: nowrap;
}
.t_image {
  max-width: 190px;
  margin: auto;
  display: block;
}
.t_grid_image_cell {
  min-height: 100px;
  min-width: 100px;
  max-height: 250px;
}
.t_grid_image_cell .t_imagecontainer {
  min-height: 40px;
  max-width: 250px;
  text-align: center;
}
.t_grid_image_cell .t_imgstandard {
  max-width: 100%;
}

/*#endregion imageViewer */

/*#region user/edit */

.t_useredit_header {
  text-align: center;
  color: #6dc8e5;
  font-size: 1.4em;
}
.t_useredit_column {
  margin-top: 40px;
}
.t_useredit_changepw {
  float: right;
  padding-top: 15px;
  text-align: right;
}
.t_useredit_setting_section {
  padding-top: 10px;
  padding-bottom: 20px;
}
.t_useredit_setting_section_icon {
  margin-right: 5px;
}
.t_useredit_setting_section_container {
  padding-top: 5px;
  padding-left: 5px;
}
.t_useredit_setting_container {
  padding: 5px 15px;
  white-space: nowrap;
}
.t_useredit_setting_container:hover {
  background-color: #f5f5f5;
}
.t_useredit_setting_input {
  vertical-align: top;
}
.t_useredit_setting_content {
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
}
.t_useredit_setting_name {
  font-weight: bold;
}
.t_useredit_setting_description_container {
  display: block;
  font-size: 11pt;
  white-space: normal;
}
.t_useredit_setting_description {
  font-weight: normal;
}

/*#endregion */

/*#region avatar */

.t_avatar_element_detail {
  height: 250px;
}
.t_avatar_element_standard {
  height: 150px;
}
.t_avatar_element_thumb {
  height: 36px;
}
.t_avatar_container_outer {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.t_avatar_container_outer {
  position: relative;
  text-align: center;
}

.t_avatar_container_outer _message {
  color: #fff;
}
.t_avatar_container_outer .t_avatar_link {
  cursor: pointer;
  padding: 0;
}
.t_avatar_container_outer .t_avatar_link:focus {
  outline: none;
}
.t_avatar_container_outer .t_avatar_link[disabled] {
  cursor: default;
  opacity: 1;
}
.t_avatar_container_outer.t_avatar_size_detail {
  width: 230px;
  height: 230px;
}
.t_avatar_container_outer.t_avatar_size_detail
  .t_avatar_link
  .t_avatar_placeholder,
.t_avatar_container_outer.t_avatar_size_detail .t_avatar_placeholder {
  font-size: 200px;
  margin: 32px auto 0 auto;
}
.t_avatar_container_outer.t_avatar_size_detail .t_avatar_link .t_avatar_image {
  height: 250px;
}
.t_avatar_container_outer.t_avatar_size_detail _message {
  font-size: 50pt;
  padding-top: 50px;
}
.t_avatar_container_outer.t_avatar_size_standard {
  width: 150px;
  height: 150px;
}
.t_avatar_container_outer.t_avatar_size_standard
  .t_avatar_link
  .t_avatar_placeholder,
.t_avatar_container_outer.t_avatar_size_standard .t_avatar_placeholder {
  font-size: 125px;
  margin: 30px auto 0 auto;
}
.t_avatar_container_outer.t_avatar_size_standard
  .t_avatar_link
  .t_avatar_image {
  height: 150px;
}
.t_avatar_container_outer.t_avatar_size_standard _message {
  font-size: 40pt;
  padding-top: 30px;
}
.t_avatar_container_outer.t_avatar_size_thumb {
  width: 36px;
  height: 36px;
}
.t_avatar_container_outer.t_avatar_size_thumb
  .t_avatar_link
  .t_avatar_placeholder,
.t_avatar_container_outer.t_avatar_size_thumb .t_avatar_placeholder {
  font-size: 32px;
  margin: 5px auto 0 auto;
}
.t_avatar_container_outer.t_avatar_size_thumb .t_avatar_link .t_avatar_image {
  height: 36px;
}
.t_avatar_container_outer.t_avatar_size_thumb _message {
  font-size: 15pt;
  padding-top: 0;
}
.t_avatar_uploader_container {
  display: none;
}
.t_avatar_window_avatar {
  text-align: center;
  padding-top: 25px;
}
.t_avatar_window_description {
  color: #6dc8e5;
  text-align: center;
  padding-top: 10px;
  font-size: 14pt;
}
.t_avatar_window_role {
  color: #999;
  text-align: center;
  font-size: 0.8em;
}

/*#endregion */
/*#region profile template */
/*.t_list_profile_template_avatar { }*/
/*.t_list_profile_template_name { }*/
.t_list_profile_template_count_container {
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  font-weight: normal;
}
.t_list_profile_template_count {
  color: #fff;
  font-size: 10pt;
  vertical-align: middle;
  line-height: 30px;
}
.t_list_profile_template_date {
  font-size: 10pt;
  vertical-align: middle;
}
.t_list_profile_template {
  margin: 0;
  padding: 0;
}
.t_list_profile_template_table {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
/*.t_list_profile_template_table tr { }*/
.t_list_profile_template_table tr td {
  border: none;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
}
.t_list_profile_template_table tr td:first-child {
  text-align: center;
}
.t_list_profile_template_table tr td:nth-child(2) {
  width: auto;
}

/*#endregion */

/*#region work template */

.t_template_work_table {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
/*.t_template_work_table tr { }*/
.t_template_work_table tr td {
  border: none;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
}
.t_template_work_table tr td:first-child {
  text-align: center;
}
.t_template_work_table tr td:nth-child(2) {
  width: auto;
}
/*#endregion */

/*#region client view */

#dvNavBarSearchContainer {
  /*width: 600px;
    margin-left: auto;
    margin-right: auto;*/
  text-align: center;
}

/* Overwrite the talkoot modal's defaults */
.talkoot-checkbox-input-inner.type-checkbox {
  width: 5px !important;
  height: 10px !important;
}

#image-modal-container {
  visibility: hidden;
}

/*.t_client-filter-srch { }*/

/* Overwriting some kendo styling*/
.k-calendar td.k-state-focused.k-selected,
.k-calendar td.k-selected.k-active,
.k-calendar td.k-selected:active,
.k-calendar td.k-today.k-selected,
.k-calendar td.k-selected.k-active.k-today,
.k-calendar td.k-today.k-selected:active {
  box-shadow: inset 0 0 0 1px #238d9c;
  background: #6dc8e5;
}

/*#endregion */

/*#region navigation menus */
#main-navigation .t_navbar-links-wrapper .dropdown-menu > li > a,
#main-navigation .t_navbar-settings-wrapper .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  width: 100%;
}
#main-navigation .t_navbar-links-wrapper .dropdown-menu > li > a > i,
#main-navigation .t_navbar-settings-wrapper .dropdown-menu > li > a > i,
#main-navigation .t_navbar-links-wrapper .dropdown-menu > li > a > span,
#main-navigation .t_navbar-settings-wrapper .dropdown-menu > li > a > span {
  margin-left: 4px;
}

/*#endregion */
/*#region switch toogle */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
  margin-right: 5px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 1;
  width: 0;
  height: 0;
  transform: translateX(-5px);
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*#endregion */

.toggle-datatype:after {
  color: black;
  display: block;
  position: absolute;
  transform: translate(37%, -50%);
  top: 50%;
  left: 28%;
  font-size: 9px;
}

input:checked + .toggle-datatype:after {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 30%;
}

.bucketFiltersSpan {
  text-align: left;
  width: 149px;
}

.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 */
}

.highlight { background: #ed1c24; }
.left-align { float: right }
.popup-content { margin-right: -15px }
.modal-detail { overflow-y: initial !important }
.modal-body { height: auto; overflow-y: auto; overflow-x: hidden; }

span.show-details-icon:before { content: "+"; }
span.show-details-icon.open:before { content: "-"; }
.ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ellipsis:hover { overflow: visible; white-space: normal; height: auto; font-size: 1.8rem }
.show-details { color: #337ab7 }

.textAreaProducts { width: 95%; margin: auto; height: 264px; resize: none; }
table.dataTable tbody tr > .dtfc-fixed-left { z-index: 1 !important;; background-color: inherit !important; }

.t_bottom_blockEdit { margin: 15px 1px; display: flex; justify-content: space-between; flex-direction: row; align-items: baseline; }

.indeterminate-progress-bar { /* Color */ background-color: #d1d5db; /* Rounded border */ border-radius: 9999px; /* Size */ height: 0.5rem; position: relative; overflow: hidden; }

.indeterminate-progress-bar__progress { /* Color */ background-color: #3b82f6; /* Rounded border */ border-radius: 9999px; /* Absolute position */ position: absolute; bottom: 0; top: 0; width: 50%; /* Move the bar infinitely */ animation-duration: 2s; animation-iteration-count: infinite; animation-name: indeterminate-progress-bar; }

@keyframes indeterminate-progress-bar {
    from { left: -50%; }
    to { left: 100%; }
}

.switchJobModalBody__loading { padding: 0px !important; display: flex; align-items: center; justify-content: space-evenly; align-content: flex-start; flex-direction: column; }

.checkbox-inline input[type=checkbox] {
  margin-top: 0;
}

.form-control-clear { z-index: 10; pointer-events: auto; cursor: pointer; }


#dateRangeContainer { display: flex; justify-content: space-between; align-items: center;padding:15px; }

.datepicker-label { font-weight: bold; margin-right: 10px; }

.k-date { padding-right:15px;}

.modal-content {
  border-radius: 4px;
  border:none;
}

.modal-header {
  padding: 16px 11px 16px 16px;
  /* background-color: #fafafa; */
  border-bottom: none;
  align-items: center;
}

.modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-title-container {
  display: flex;
  align-items: center;
  height: 28px;
}

.modal-body { padding: 0 16px; overflow-y: hidden; }

.modal-footer {
  padding: 16px;
  border-top: none;
  display: flex;
  justify-content: flex-end;
}

.k-window-footer { 
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.modal-footer .btn+.btn,
.k-window-footer .btn+.btn {
  margin-left: 16px;
}

.modal-title {
  font-size: 16px;
  margin-right:10px;
}

.modal-subtitle {
  font-size: 14px;
  color: #666666;
}

.modal-header .k-i-close::before {
  content: "\00d7";
  font-size: 28px;
  font-weight: 600;
  margin-top: -3px;
}

button.close {
  opacity: 0.7;
  color: #424242;
}

button.close .k-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  color: #424242;
}

button.close:hover {
  opacity: 1;
}

button.close:active {
  opacity: 1;
}

button.close .k-icon:hover {
  background-color: #f3f3f3;
  opacity: 1;
}

button.close .k-icon:active {
  background-color: #ddd;
  opacity: 1;
}

.t_charactercounter { font-size: 11px; }

#bulkEditing-alert {
    position: fixed;
    bottom: 0;
    left: 2rem;
    z-index: 9999;
    display: none;
    background: white;
}

.bulkEditing-alert-container {
    display: flex;
    align-items: center;
}

.bulkEditing-alert-in-progress,
.bulkEditing-alert-success {
    min-width: 200px;
    border: 1px solid #dbdbdb;
    border-top: 5px solid #58a182;
}

.bulkEditing-alert-error {
    min-width: 200px;
    border: 1px solid #dbdbdb;
    border-top: 5px solid #f2dede;
}

.bulkEditing-alert-message {
    margin-left: 1rem;
}

.bulkEditing-alert-loader {
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.bulkEditing-alert-checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 10px;
    border-bottom: 3px solid #58a182;
    border-right: 3px solid #58a182;
    margin: 0 5px;
}

.bulkEditing-alert-in-progress .bulkEditing-alert-checkmark {
    display: none;
}

.bulkEditing-alert-success .bulkEditing-alert-loader {
    display: none;
}

.autocomplete-results { 
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    width: 100%;  
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    z-index: 1000; 
    height: 100vh;
    overflow-y: auto;
    font-size: small;
    font-weight: 400;
}
.foundIn { 
    display: inline-block;
    padding: 1px 10px;
    background-color: #92bf1f;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    color: white;
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;

}
#dvFiltersContainer { 
    display: flex; 
    flex-wrap: wrap; 
    width: 100%; 
    margin-top: 5px; 
    justify-content: space-between;

}
.filtersDdl { 
    background-color: #57a0b7;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    line-height: 1;
    line-height: 1;
    color: #fff;
    font-size: calc(0.8125rem* var(--mantine-scale));
}

.filtersDdl ul { 
    position: absolute; 
    margin: 0; 
    padding: 0; 
    left: 0; 
    right: 0; 
    z-index: 5; 
    display: none; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    max-height: 300px; 
    background-color: #ffff; 
    overflow-x: hidden; 
    overflow-y: auto; 
    display: flex; 
    flex-wrap: wrap; 
    align-content: flex-start; 

}
.filtersDdl ul li { 
    background-color: #ffffff; 
    height: 35px; 
    display: flex; 
    align-items: center; 
    padding: 15px; 
    width: 300px; 
    width: calc(33.33% - 10px); 
}
.filtersDdl ul li input[type="checkbox"] { 
    cursor: pointer; 
    vertical-align: middle; 
    display: flex; 
    margin-right: 10px; 
    margin-top: 7px; 
}
.filtersDdl ul li label { 
    cursor: pointer; 
    color: #333; 
    display: inline-block; 
    padding: 2%; 
    display: flex; 
    margin-top: 10px; 
}
.appliedFilters { 
    display: flex; 
    flex-wrap: wrap; 
    align-content: flex-start; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    align-items: center; 
    padding-left: 30px; 
    padding-right: 10px; 

}
.filter-pill-info { 
    padding: 3px 3px;
    background-color: #57a0b7;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 75%;
    align-content: center;
    max-height: 25px;
    line-height: 1;
    color: #fff;
    margin-top: 3px;
    font-size: calc(0.8125rem* var(--mantine-scale));

}
.filter-pill-warning { 
    padding: 3px 3px;
    background-color: #c12f2f;
    border: 1px solid #f00;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 75%;
    align-content: center;
    max-height: 25px;
    line-height: 1;
    color: #fff;
    margin-top: 3px;
    font-size: calc(0.8125rem* var(--mantine-scale));
    }
.filter-pill-apply {
    padding: 3px 3px;
    background-color: #31708f;
    border: 1px solid #f00;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 75%;
    align-content: center;
    max-height: 25px;
    line-height: 1;
    color: #fff;
    margin-top: 3px;
    font-size: calc(0.8125rem* var(--mantine-scale));
}
.filter-type { }
.multiDrop {         
    background-color: transparent; 
    border-color:transparent;
    cursor: pointer; 
}
#dvModels { height: auto !important; }
#dvJobs { height: auto !important; }
.multiDrop:focus { outline: none; }

.autocomplete-section { 
    margin-bottom: 5px;
    margin-top:5px;
}
.labelTitle { 
    margin-left: 16px;
    font-weight: bold;
}

.flexRow {     
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;}

.donotcutaftercopy {
    padding-left: 44px !important;
}

.checksJobCut {
    display: inline-block;
}

.spanDisabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}