/*
   File: objectsAdmin.css
   Author: pcooney
   Copyright WBT Systems, 2016-2020
*/
.tc-object-main {
    width: 100%;
}

.tc-object-main .tc-pagetitle-icon {
    display: inline;
}

.tc-object-main div#tc-widget-object-summary {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-height: 370px;
    z-index: 9999;
}

.tc-object-main #tc-replacement-section div#tc-widget-object-summary {
    background: inherit;
    border-radius: 4px;
    min-height: 87px;
}
.tc-object-main #tc-widget-object-summary h1 {
}
#tc-admin-list-activities .TCWidget {
  border: 0;
}
#tc-admin-list-activities .TCWidget .tc-list-widget {
  border-radius: 4px;
}
#tc-admin-list-activities .TCWidget .slimScrollDiv {
  /*box-shadow: 0 10px 8px -8px #bdbdbd;*/
}
#tc-admin-list-activities .tc-show-actions {
  border: 0;
  box-shadow: none;	
}
#tc-admin-list-activities .TCWidget h1 {
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;  	
}
#tc-admin-list-activities .TCWidget .alert {
  border: 0;
  text-shadow: none;
}	
#tc-admin-list-activities .TCWidget .tc-widget-listitem {
  padding: 8px;	
}
#tc-admin-list-activities .TCWidget .TCListing tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 8px;    
}
#tc-admin-list-activities .tc-itemlist-edit-menu-flex {
  font-size: 0.875rem;	
}
#tc-admin-list-activities .TCWidget .TCListing a.btn {
  background-color: #f2f2f2;
  color: #616161;
  border: 1px solid #bdbdbd;
}    
#tc-admin-list-activities .TCWidget .TCListing a.btn:hover {
  background: #e2e2e2;
}
#tc-admin-list-activities .TCWidget .TCListing a.btn.btn-tertiary {
  background-color: inherit;
  color: iherit;
  border-color: inherit;	
}
#TCObjectList .tc-section-break i {
  box-shadow: none;
  border: 0;
  background-color: var(--tc-readonly-background-color);	
}
#TCObjectList .tc-section-break:hover i {
  cursor: pointer;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 28%);
}	
.tc-object-main #tc-replacement-section #tc-widget-object-summary h1 {
    border-bottom: none;
    box-shadow: none;
    text-align: left;
    padding-left: 10px;
}
.tc-object-main #tc-replacement-section .TCWidget h1 {
  background: inherit;	
}
.tc-object-main #tc-widget-object-summary h1 span#tc-activities-count {
    top: -2px;
    position: relative;
}

.tc-object-main #tc-widget-object-summary div#tc-group-edit-root {
    font-size: 1.2em;
    margin-left: 10px;
    margin-top: 15px;
}
.tc-object-main #tc-replacement-section div#tc-group-edit-root {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    margin-top: 0;
    padding-left: 5px;
}

.tc-object-main #tc-widget-object-summary div#tc-group-edit-root > span {
    float: left;
}

.tc-object-main #tc-widget-object-summary div#tc-group-edit-root > span.tc-itemlist-right {
  opacity: 1.0;
}

.tc-object-main #tc-replacement-section div#tc-group-edit-root .tc-group-name {
  font-weight: 600;
  color: #666666;
  font-style: italic;
  padding-right: 10px;
  font-size: 1.2em;
}

.tc-object-main #tc-widget-object-summary div#tc-group-edit-root > span.tc-itemlist-right {
    float: right;
    margin-right: 5px;
    position: relative;
    top: -5px;
}

.tc-object-main #tc-replacement-section div#tc-group-edit-root > span.tc-itemlist-right {
    float: none;
}

.tc-object-main #tc-widget-object-summary div#tc-group-edit-root > span.tc-itemlist-right button.tc-show-actions,
.tc-object-main #tc-widget-admin-pinned-groups > button.tc-show-actions,
.tc-object-main #tc-widget-admin-pinned-users > button.tc-show-actions,
.tc-object-main #tc-widget-admin-pinned-badges > button.tc-show-actions {
    border-radius: 50%;
    height: 2em;
    margin-right: 10px;
    padding: 0.3em;
    width: 2em;
    background: transparent;
}

.tc-object-main #tc-group-edit-root .tc-show-actions > span {
    position: relative;
}

.tc-object-main #tc-widget-object-summary div#tc-group-edit-root > span.tc-inline-edit-indicator {
  margin-left: 5px;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions {
    clear: both;
    float: left;
    font-size: 1.2em;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 3px;
}

.tc-object-main #tc-replacement-section ul.tc-main-actions {
    clear: none;
    display: inline-block;
    float: right;
    margin-top: -45px;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions > li {
    display: block;
    margin-bottom: 10px;
    min-height: 1.8em;
}

.tc-object-main #tc-replacement-section ul.tc-main-actions > li {
     display: list-item;
     font-size: 0.9em;
     margin-right: 20px;
     padding-bottom: 5px;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions > li a {
    font-weight: 600;
    opacity: 1;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions ul.tc-itemlist-menu > li a {
    font-weight: 400;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions > li a:hover {
    opacity: 1;
    text-decoration: none;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions .tc-main-actions-icon {
    border-radius: 50%;
    clear: both;
    display: inline;
    float: left;
    padding: 7px;
}

.tc-object-main #tc-widget-object-summary ul.tc-main-actions span.tc-main-actions-text {
    clear: right;
    float: left;
    margin-left: 5px;
    position: relative;
    text-transform: uppercase;
    top: 4px;
}
	
.tc-object-main #tc-widget-object-summary ul.tc-main-actions span.tc-group-name {
    float: left;
    font-style: italic;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.tc-object-main #tc-widget-object-summary div#tc-admin-object-latest-added {
    float: left;
    clear: both;
    width: 100%;
}

.tc-object-main #tc-widget-object-summary div#tc-admin-object-latest-added h2 {
    font-size: 1.1em;
    border-bottom: 2px solid #DADADA;
    margin-left: 10px;
    width: 95%;
}

.tc-object-main #tc-widget-object-summary  #tc-admin-object-latest-added h2 > span.pull-right {
    font-weight: 300;
    font-size: 0.88em;
    font-style: italic;
}

#tc-admin-object-latest-added .tc-itemlist-object-partition-panel {
  font-size: 0.875rem;
  margin-top: 0;
}

.tc-object-main #tc-widget-object-summary .tc-itemlist .tc-show-actions,
.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions {
    border-radius: 50%;
    font-size: 0.9em;
    height: 2em;
    margin-right: 5px;
    width: 2em;
}
.tc-object-main #tc-widget-object-summary .tc-itemlist .tc-show-actions:hover,
.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions:hover {
  background: transparent;
}	
#tc-widget-admin-recent-message.tc-widget-empty-user, 
#tc-widget-admin-pinned-message.tc-widget-empty-user {
  margin-top: 20px !important;	
}
#tc-widget-object-summary .media.tc-itemlist {
    margin-top: 7px;
    padding-bottom: 0;
    background-color: var(--tc-widget-background-color, #fff);
    color: var(--tc-widget-text-color, #343434);
}

#tc-widget-object-summary .tc-itemlist-title {
    font-size: 0.95em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#tc-widget-object-summary .media-body.row {
    margin-left: 3px;
    overflow: visible;
}

.tc-object-main > section {
    margin-left: 0;
}

.tc-object-main .tc-admin-object-latest-added-none {
  font-style: italic;
  font-size: 0.9em;
}

.tc-object-main .tc-itemlist-subtitle {
    text-transform: uppercase;
}

.tc-object-main .tc-itemlist-detail {
    clear: both;
    font-size: 0.85em;
}

.tc-object-main .tc-cardlist {
    margin: 0 auto;
}

.tc-object-main .tc-cardlist .media.tc-itemlist {
    border-bottom: 2px solid #dadada;
    padding-bottom: 0;
    background-color: var(--tc-widget-background-color, '#ffffff');
    color: var(--tc-widget-text-color, '#343434');
}

.tc-object-main .tc-itemlist .btn-group,
.tc-object-main .tc-main-actions .btn-group {
  font-size: 1em;
}
.tc-object-main .tc-main-actions .btn-group {
  background-color: var(--tc-primary-button-background-color, #006697);
  color: var(--tc-primary-button-text-color, #ffffff);
  border-color: var(--tc-primary-button-background-color, #006697);
}
  
.tc-object-main .btn-group .dropdown-menu.pull-right {
    /*margin-right: 1.5em;*/
}

.tc-object-main .btn-group  ul.dropdown-menu> li.tc-ddlist-header,
#tc-tree-holder .tc-tree-body .btn-group  ul.dropdown-menu> li.tc-ddlist-header,
#tc-object-main.tc-admin-cardlist .TCWidget .tc-admin-object-widget-item-actions h1  {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  text-align: left;
  font-size:1.1em;
  color: var(--tc-widget-text-colour, #343434);
  margin: 0;
}

#tc-add-award-criteria-panel .btn-group {
    font-size: 14px;
    vertical-align: super;
}

.tc-object-main .btn-group  ul.dropdown-menu> li.tc-ddlist-item,
.tc-cluster .btn-group ul.dropdown-menu> li.tc-ddlist-item,
#tc-tree-holder .tc-tree-body .btn-group  ul.dropdown-menu> li.tc-ddlist-item {
    /*font-size: 1em;
    font-style: normal;
    line-height: 1.7em;
    text-transform: uppercase;*/
}

.tc-object-main .btn-group  ul.dropdown-menu> li.tc-ddlist-item > a,
.tc-cluster ul.dropdown-menu> li.tc-ddlist-item > a,
#tc-tree-holder .tc-tree-body .btn-group  ul.dropdown-menu> li.tc-ddlist-item > a {
    font-weight: 400;
    opacity: 1;
    color: var(--tc-widget-text-color, #343434);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-object-main .btn-group ul.dropdown-menu> li.tc-ddlist-item > a:hover,
.tc-object-main ul.tc-groups-widget-item-actions-list> li a:hover,
.tc-object-main ul.tc-admin-object-widget-item-actions-list> li a:hover,
.tc-cluster ul.dropdown-menu> li.tc-ddlist-item > a:hover,
#tc-tree-holder .tc-tree-body .btn-group  ul.dropdown-menu> li.tc-ddlist-item > a:hover {
    background-color: var(--tc-listitem-hover-color, rgba(0, 115, 192, 0.12));
    opacity: 1.0;
    color: var(--tc-widget-text-color, #343434);
    text-decoration: none;
}
.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions {
  font-size: 1.4rem;	
}
.tc-object-main ul.tc-groups-widget-item-actions-list a,
.tc-object-main ul.tc-admin-object-widget-item-actions-list a {
    display: block;
    text-align: right;
    opacity: 1;
    font-weight: 400;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 20px;
}

.tc-object-main ul.tc-groups-widget-item-actions-list a>.tc-admin-menuitem-text,
.tc-object-main ul.tc-admin-object-widget-item-actions-list a>.tc-admin-menuitem-text {
    display: block;
    text-align: left;
}

.tc-object-main .tc-itemlist .tc-show-actions,
#tc-object-main .tc-itemlist .tc-show-actions,
#EditObjectForm .tc-object-main .tc-itemlist .tc-show-actions {
    border-radius: 0;
    font-size: 1.2rem;    
    margin-right: 10px;
    padding: 0.3em;
    background: #ffffff;
}
.tc-object-main .tc-itemlist .tc-show-actions {
  background: transparent;	
}
.tc-object-main .tc-itemlist .tc-show-actions > span,
.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions > span {
    margin: 0;
    font-size: inherit;
    padding: 0;
    position: relative;
}

.tc-object-main #tc-widget-object-summary #tc-group-edit-root .tc-show-actions > span {
    margin-left: 2px;
}

.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions > span {
    margin-left: -6px;
}    
.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions,
.tc-object-main #tc-widget-object-summary .tc-main-actions .tc-show-actions span {
  margin-left: 10px;
  color: #ffffff;
}

.tc-object-main #tc-objectlist-body .tc-itemlist .tc-show-actions > span,
.tc-object-main .slimScrollDiv .tc-itemlist .tc-show-actions > span {
  font-size: 1.4rem;
  color: var(--tc-link-color, #006697);    
}

.tc-object-main .tc-group-breadcrumb,
.tc-object-main .tc-admin-object-breadcrumb {
    font-size: 0.85em;
    margin-bottom: 8px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tc-admin-object-breadcrumb .badge {
  font-size: inherit;
}

.tc-object-main ul.tc-group-breadcrumb-list,
.tc-object-main ul.tc-user-breadcrumb-list {
    list-style: none;
    margin: 0;
    display: inline;
    font-size: 1em;
}

.tc-object-main ul.tc-group-breadcrumb-list .divider,
.tc-object-main ul.tc-user-breadcrumb-list .divider {
  color: #666;
}

.tc-object-main ul.tc-group-breadcrumb-list li,
.tc-object-main ul.tc-user-breadcrumb-list li {
    display: inline;
}

.tc-object-main .tc-admin-list-tab-shortcuts {
    text-align: center;
}

.tc-object-main .tc-admin-list-tab-shortcuts div.span12 > nav {
  background-color: var(--tc-generalpurpose-table-hover-filter, '#ffffff');
    margin-top: 8px;
    font-weight: 600;
    padding-top: 3px;
    text-transform: uppercase;
}

.tc-object-main .tc-admin-list-tab-shortcuts ul {
    font-size: 0.9em;
    list-style: none;
}

.tc-object-main .tc-admin-list-tab-shortcuts ul li {
    display: inline;
    padding-right: 10px;
    vertical-align: middle;
}

#EditObjectForm .tc-object-main .tc-admin-list-tab-shortcuts ul li {
    display: inline-block;
}

#EditObjectForm .tc-object-main .tc-admin-list-tab-shortcuts ul li a .tc-dark-icon {
    margin-right: 0;
}

.tc-object-main .tc-admin-list-tab-shortcuts ul li a:not(.tc-zero-count) .tc-dark-icon{
    color: inherit;
}

#EditObjectForm .tc-object-main .tc-buttons-row {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 20px;
}

.tc-object-main .TCWidget {
    height: auto;
    min-height: 370px;
}

.tc-object-main #tc-widgetadminpinnedgroups,
.tc-object-main #tc-widgetadminrecentgroups,
.tc-object-main #tc-widgetadminpinnedusers,
.tc-object-main #tc-widgetadminrecentusers,
.tc-object-main #tc-widgetadminpinnedbadges,
.tc-object-main #tc-widgetadminrecentbadges  {
  height: 370px;
}

.tc-object-main .tc-itemlist-right-middle {
    font-size: 1em;
    margin-right: 10px;
}

.tc-object-main .tc-groups-widget-item,
.tc-object-main .tc-admin-object-widget-item {
  padding-bottom: 5px;
}

.tc-object-main .tc-groups-widget-item-pin,
.tc-object-main .tc-groups-widget-item-actions,
.tc-object-main .tc-users-widget-item-pin,
.tc-object-main .tc-admin-object-widget-item-actions {
  display: table-cell;
  font-size: 1.1em;
  padding: 5px;
}

.tc-object-main .tc-groups-widget-item-mainDetails,
.tc-object-main .tc-admin-object-widget-item-mainDetails {
  display: table-row;
  padding: 10px 10px 10px 0px;
}

.tc-object-main .tc-admin-object-widget-item-partitionDetails {
  display: table-row;
  padding: 10px 10px 10px 0px;
  font-size: 1.1em;
}

.tc-object-main .tc-admin-object-widget-item-added {
  font-size: 0.9em;
  font-style: italic;
}

.tc-object-main div.tc-admin-list-unpin,
.tc-object-main div.tc-admin-list-pin {
  display: inline-block;
}

.tc-object-main .tc-groups-widget-item-longname,
.tc-object-main .tc-admin-object-widget-item-name {
  display: inline;
  margin: 0 0 3px 0;
  font-style: italic;
  padding: 0 10px 2px 10px;
}

.tc-object-main .tc-groups-widget-item-shortcode,
.tc-object-main .tc-admin-object-widget-item-subtitle {
  display: block;
  padding: 0 10px 2px 10px;
  font-size: 0.9em;
}

.tc-object-main .tc-groups-widget-item-actions,
.tc-object-main .tc-admin-object-widget-item-actions {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 0;
  border: 0;
  display: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  margin: 10px;
}

.tc-object-main .tc-groups-widget-item-actions h1,
.tc-object-main .tc-admin-object-widget-item-actions h1 {
  background: #f4f4f4  none repeat scroll 0 0;
  font-weight: bold;
  font-size: 1.1em;
  text-align: right;
  padding: 0 15px 0 0;
  box-shadow: none;
  border-bottom: 1px solid #dadada;
}

.tc-object-main.tc-groups-widget-item-action,
.tc-object-main.tc-admin-object-widget-item-action {
  padding-right: 10px;
}

.tc-object-main .tc-groups-widget-item-actions-list,
.tc-object-main .tc-admin-object-widget-item-actions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-object-main .tc-groups-widget-item-actions-list li,
.tc-object-main .tc-admin-object-widget-item-actions-list li {
  text-align: right;
  font-size: 0.9em;
}

.tc-full-list .tc-standard-list .modal-footer,
.tc-full-list .tc-standard-list .modal-body,
.tc-full-list .tc-standard-list ul.tc-add-list {
  background-color: inherit;
}

.modal-body-white .modal-body,
.modal-body-white .modal-footer,
.modal-body-white ul.tc-add-list {
  background: #FFF;
}
.TCFormModal,
.tc-discussion-modal {
    background: #FFFFFF;
    padding: 10px;
    padding-top: 0;
}

.TCFormModal.modal-body > p,
.tc-discussion-modal > p {
    font-size: 0.9em;
    font-style: italic;
}

.TCFormModal,
.tc-discussion-modal >  p span.TCIndicator{
    font-style: normal;
    font-weight: 600;
}

.TCFormModal .tc-form-info {
   font-weight: 300;
}

.tc-discussion-modal #tc-add-discussion-post-header,
.tc-discussion-modal #tc-add-discussion-reply-header {
  background-color: #FFFFFF;
  font-size: 1.5em;
}
.TCFormModal h3 {
  font-size: 1.5em;
}
.TCFormModal div#tc-add-groups-breadcrumb {
    border-bottom: 2px solid #DADADA;
    padding-bottom: 10px;
}
.TCFormModal .modal-footer,
.tc-discussion-modal ul.tc-add-discussion-post-list,
.tc-discussion-modal .modal-footer  {
    float: left;
}
.TCFormModal ul.tc-add-list,
.tc-discussion-modal ul.tc-add-discussion-post-list
 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: -15px;
    max-height: 570px;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
}
.TCFormModal div.tc-form-wrapper {
    background-color: var(--tc-readonly-background-color, #eeeeee);
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: -15px;
    max-height: 570px;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;	
}
.TCFormModal ul.tc-add-list h3,
.tc-discussion-modal ul.tc-add-discussion-post-list h3 {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4em;
    margin: 0;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 2px;
    padding-left: 10px;
    text-transform: uppercase;
    width: 98%;
}
.TCFormModal ul.tc-add-list h3.popover-title:empty {
  display: none;
}
.TCFormModal .popover-content {
  font-weight: 400;
}
.TCFormModal ul.tc-add-list li,
.tc-discussion-modal ul.tc-add-discussion-post-list li {
    border-bottom: 1px solid #DADADA;
    list-style: none;
    margin-top: 4px;
    width: 100%;
}
.TCFormModal ul.tc-add-list li:last-child,
.tc-discussion-modal ul.tc-add-discussion-post-list li:last-child {
    border-bottom: none;
}
.TCFormModal li .tc-form-group.tc-form_100,
.tc-discussion-modal li .tc-form-discussion-post.tc-form_100 {
    font-size: 0.95em;
    margin-bottom: 10px;
}
.TCFormModal ul.tc-add-list li .tc-form-group label,
.tc-discussion-modal ul.tc-add-discussion-post-list li .tc-form-discussion-post label {
  display: inline;
  padding-left: 5px;
}
.TCFormModal ul.tc-add-list li .tc-form-group span.tc-instruction,
.tc-discussion-modal ul.tc-add-discussion-post-list li .tc-form-discussion-post span.tc-instruction  {
    color: #808080;
    display: none;
    font-size: 0.9em;
    font-weight: 300;
    margin-left: 15px;
}
.TCFormModal ul.tc-add-list li .tc-form-group input,
.tc-discussion-modal ul.tc-add-discussion-post-list li .tc-form-discussion-post input {
    padding-left: 5px;
}
.TCFormModal ul.tc-add-list li .tc-form-group textarea {
  height: 3em;
  max-height: 200px;
  max-width: 480px;  
}
.TCFormModal ul.tc-add-list li .tc-action,
.tc-discussion-modal ul.tc-add-discussion-post-list li .tc-action {
    float: right;
    font-size: 2em;
    margin-right: 20px;
    margin-top: -80px;
}
.TCFormModal ul.tc-add-list li .tc-action a,
.tc-discussion-modal ul.tc-add-discussion-post-list li .tc-action a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.TCFormModal ul.tc-add-list li:first-child .tc-action a,
.tc-discussion-modal ul.tc-add-discussion-post-list li:first-child .tc-action a {
    display: none;
}
.TCFormModal .modal-footer,
.tc-discussion-modal .modal-footer  {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.TCFormModal .modal-footer a.tc-add-row {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 600;
    margin-left: 20px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.TCFormModal .modal-footer a.tc-add-row:hover {
    text-decoration: none;
}
.TCFormModal .modal-footer a.tc-add-row:hover span.tc-action-text {
    text-decoration: underline;
}
.TCFormModal .modal-footer a.tc-add-row span,
.TCFormModal .modal-footer a.tc-add-row div.tc-action-icon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.TCFormModal .modal-footer .btn,
#tc-add-discussion-post-dialog .modal-footer .btn {
    margin-left: 0;
    margin-right: 10px;
}
.TCFormModal .modal-footer .btn > .tc-doing {
    color: #ffffff;
    position: relative;
    top: 5px;
}
.TCFormModal .modal-footer .tc-action-icon {
    display: inline;
}
.tc-confirmation-panel {
    left: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: left;
    top: 0;
    width: 100%;
}
.tc-confirmation-panel .tc-badgeAwaredImage {
    display: inline-block;
	max-width: 100px;
    padding-left: 20px;
}
.tc-confirmation-panel-old {
    background: #9BC1FA;
    display: none;
    left: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 19;
}
.tc-confirmation-panel h2 > span.tc-success {
    color: var(--tc-success-text-color, #337234);
}
.tc-confirmation-panel h2 > span.tc-failure {
    color: var(--tc-error-text-color, #9e2727);
}

.tc-confirmation-panel h2 span.tc-emphasis {
    font-style: italic;
}
.tc-confirmation-panel button.close {
    color: #333;
    font-size: 2em;
    margin-right: 10px;
    margin-top: -5px;
    opacity: 1;
    text-shadow: none;
}
.tc-confirmation-panel > div {
    margin-bottom: 20px;
    margin-left: 25%;
    margin-right: 15%;
}
.tc-confirmation-panel > div > h2 {
    font-size: 1.8em;
    text-align: left;
}
.tc-confirmation-panel > div > h2 > i {
    font-size: 4em;
    text-align: center;
    display: block;
    padding: 15px;
}

.tc-confirmation-panel > div > p.tc-subheading {
    border-bottom: 2px solid #616161;
    padding-bottom: 20px;
    padding-top: 3px;
    text-align: left;
    line-height: 25px;
}
.tc-confirmation-panel p.tc-add-again {
    padding-top: 8px;
}
.tc-confirmation-panel h3 {
    font-size: 1.4em;
    padding-top: 10px;
}
.tc-confirmation-panel ul.tc-added-object-actionss  {
    clear: both;
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 35%;
}
.tc-confirmation-panel ul.tc-added-object-actions > li {
    font-size: 1.1em;
    font-weight: 600;
    list-style: none;
    line-height: 1.8em;
}

.tc-confirmation-panel ul.tc-added-object-actions > li a:hover {
  text-decoration: none;
}

.tc-confirmation-panel ul.tc-added-object-actions > li span:first-child {
  width: 40px;
  max-width: 40px;
}

.tc-confirmation-panel ul.tc-added-object-actions > li span {
  display: table-cell;
}

.tc-confirmation-panel .tc-added-object-actions-choose {
    clear: right;
    display: block;
    float: none;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}
.tc-confirmation-panel .tc-added-object-actions-choose label {
    font-weight: 200;
    margin-right: 10px;
    position: relative;
    top: 0.15em;
    font-size: 1.1em;
}
.tc-confirmation-panel .tc-dont-show-again  {
    float: left;
    font-weight: 600;
    color: #333;
    clear: both;
    margin-bottom: 30px;
    margin-top: 10px;
}
.tc-confirmation-panel .tc-dont-show-again label {
    font-size: 1.2em;
    font-weight: 600;
}
.tc-confirmation-panel .tc-dont-show-again #tc-dont-show-warning-lbl {
    margin-left: 10px;
}
.tc-confirmation-panel .tc-dont-show-again #tc-dont-show-warning-lbl:hover {
    text-decoration: underline;
}
.tc-confirmation-panel ul {
    color: #666666;
    font-size: 1.2em;
    list-style: none;
}
.tc-confirmation-panel ul.batch {
    list-style: initial;
}
.tc-confirmation-panel ul > li {
    line-height: 1.6em;
}

.tc-confirmation-panel-buttons {
    text-align: center;
}
#tc-close-confirmation-panel-btn {
    float: none;
    font-size: 1.1em;
    margin-top: 0;
}

#TCUsersAwardeBadgePanel.tc-confirmation-panel  h2 {
  text-align: center;
}

#TCUsersAwardeBadgePanel.tc-confirmation-panel .tc-badgeAwaredImage {
  max-width: 120px;
  max-height: 120px;
  margin: 20px auto 0 auto;
}

.tc-successConfirmHolder,
.tc-errorConfirmHolder {
  max-height: 150px;
  overflow: auto;
  font-size: 1em;
}

.tc-successConfirmNote {
  color: #333;
}

.tc-confirmation-panel ul.tc-successConfirmHolder,
.tc-confirmation-panel ul.tc-errorConfirmHolder  {
  font-size: 1em;
}

.tc-comfirmSummary {
  background-color: inherit;
  color: #333;
  font-weight: bold;
  padding: 10px;
  margin: 10px 0px 15px 0;
}

.tc-confirmItemMsg {
  clear: both;
  display: block;
  margin-bottom: 10px;
}

.tc-confirmdetails {
  display: table-cell;
}

.tc-confirmItemErrorMsg {
  color: #f89406;
  font-style: italic;
}

/***********************
UserAdmin
***********************/

#TCValidtc-password-1 {
    padding-top: 13px;
    float: right;
}

.tc-itemlist-roles {
  font-size: 0.7em;
  font-weight: initial;
  padding-top: 5px;
}

.tc-language-picker-li div{
  float: none;
}

.tc-dropdown-picker a.btn,
#tc-objectlist-body .tc-language-picker a.btn {
  background-color: inherit;
  color: #666666;
}

.tc-language-picker-li #tc-user-lang .tc-language-name {
  display: none;
}

.tc-itemlist-right-menu {
  float: right;
}

.tc-object-main .tc-admin-list-tab-shortcuts ul li #tc-select-user-lang > li {
  display: inherit;
  padding-right: 0;
}

.tc-users-info {
  margin-top: 10px;
  min-height: 20px;
  padding: 10px;
  padding-left: 0;
}

#tc-replacement-section .tc-users-info {
  padding-top: 0;
}

.tc-showhide-password  span{
  font-size: 1.4em;
  vertical-align: middle;
}

#tc-for-added-user {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  top: 30px;
}
.tc-users-info-table{
}

.tc-users-info-row {
  line-height: 22px;
  display: flex;
}

.tc-users-info-row-label {
  display: inline-block;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.1em;
  width: 120px;
}

.tc-users-info-row-value {
  display: inline-block;
  text-align: right;
  font-weight: 600;
  padding: 0 5px;
}


.tc-object-main .tc-itemlist-object-partition {
    font-size: 1em;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
}


.tc-object-main .tc-admin-list-tab-shortcuts .tc-tgl-item {
    display: table-row;
}

.tc-object-main .tc-admin-list-tab-shortcuts .tc-admin-list-shortcut {
  position: relative;
  bottom: 0px;
}

.tc-admin-list-tab-shortcuts ul li .tc-tgl-label {
  padding: 0 3px;
}

.tc-admin-list-tab-shortcuts ul li .tc-tgl-btn {
  padding: 0;
}

.tc-object-main .tc-admin-list-tab-shortcuts ul li {
  display: inline-block;
  line-height: 30px;
  vertical-align: bottom;
  border-right: 1px solid #eee;
  margin-right: 10px;
}
.tc-object-main .tc-admin-list-tab-shortcuts ul li a {
  color: var(--tc-widget-text-color, #343434);	
}
.TCFormModal ul.tc-add-user-list .popover-title {
  display: none;
}

.tc-admin-list-tab-shortcuts ul li .tc-dark-icon {
  margin-right: 4px;
  font-size: 1.3em;
}

.tc-admin-list-tab-shortcuts ul li>a {
  opacity: 0.9;
  display: inline-block;
}

.tc-admin-list-post-icon-text {
  margin-left: 5px;
}

.tc-dropdown-divider {
  border-bottom: 1px solid #ccc;
}

.tc-added-user-actions .tc-dark-icon {
  margin-right: 0;
}

.tc-responsive-menu{
  left: auto;
  right: 0;
}

.tc-typeahead-block .tc-typeahead {
  width: 200px;
}

.tc-zero-count {
  font-weight: 400;
}

@media (max-width: 979px) {
  .TCFormModal {
    top: 5%;
  }
}

@media (min-width: 768px) {
  section#tc-replacement-section {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .tc-itemlist-right-menu {
    float: none;
  }

  .tc-responsive-menu{
    left: 0;
    right: auto;
  }
}

/***********************
Part Manager Card Layout
***********************/
#tc-adminformbody-main.span9 .tc-object-main {
    font-size: 0.9em;
}
#tc-adminformbody-main.span9 .tc-object-main .tc-itemlist {
    padding-bottom: 0;
}
#tc-adminformbody-main.span9 .tc-object-main .tc-itemlist .row {
    margin-left: 0;
    overflow: visible;
}

#tc-adminformbody-main.span9 .tc-object-main .tc-itemlist .row a.tc-list-title span, label.tc-list-title span {
    padding-left: 0;
}

#tc-adminformbody-main.span9 .tc-object-main .tc-itemlist .tc-show-actions {
    font-size: 1em;
}
.tc-action-button {
    border: none;
}
button.tc-vcard-list-button,
.tc-action-button {
    box-shadow: none;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0.5em;
    min-width: 130px;
    padding-bottom: 0.5em !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-top: 0.5em !important;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
button.tc-vcard-list-button {
  background-color: var(--tc-secondary-button-background-color, #f5f5f5); 
  color: var(--tc-secondary-button-text-color, #343434);	
}
.tc-action-button {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

button.tc-vcard-list-button.btn-primary {
    color: #FFF;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;    
}

button.tc-vcard-list-button.btn-primary.more {
    min-width: 0;
}

button.tc-vcard-list-button.tc-panel-toggle {
  opacity: 1;	
}

.tc-file-input-wrapper + .tc-clear-file-input {
	margin: 0;
    padding-left: 10px;
}

/*********************
  BATCH REGISTRATION
**********************/
.tcBatchListScreen .TCPageBase {
  background: transparent;	
}
#tc-batchreg-header li {
}
#tc-batchreg-header > h1.tc-main-title {
}
#tc-batchreg-header #tc-adminform-breadcrumb-cont {
  width: 100%;	
} 
ul.tc-page-tabs {
    border-bottom: none;
    font-size: 1.3em;
    text-transform: uppercase;
    display: inline-block;
}
ul.tc-sub-tabs {
  display: flex;
  font-size: 0.9em;	
  margin-bottom: 0.5rem;
  border-bottom: none;
  align-items: center;
}
ul.tc-sub-tabs li {
  color: #1a1a1a;
  padding-right: 0.5rem;
}
.tc-batch-step ul.tc-page-tabs {
  text-transform: capitalize;
}

ul.tc-page-tabs li {
    margin-right: 10px;
}

ul.tc-formdef-topdown-tabs li {
	background: #F0F0F0;
	flex-grow: 1;
	margin-right: 2px;
}
ul.tc-formdef-topdown-tabs li > * {
    text-align: center;
}

ul.tc-page-tabs a {
    border-radius: 0 !important;
    border-right: 0 !important;
    margin-right: 0 !important;
}

ul.tc-page-tabs span.tc-overlapping-icon.badge.tc-tab-count {
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    height: auto;
    left: -20px;
    margin-right: -20px;
    padding: 8px;
    width: auto;
    z-index: 500;
}

ul.tc-page-tabs li.active:not(.tc-more-items) {
    border-bottom: 2px solid;
    padding-bottom: 2px;
    color: var(--tc-widget-text-color, #343434);
}

ul.nav-tabs.tc-page-tabs li:not(.tc-more-items) > a {
  color: var(--tc-widget-text-color, #343434);
  background: transparent;
  border: 0;
}

ul.nav-tabs.tc-page-tabs li:not(.tc-more-items).active > a {
  color: inherit;
  border: 0;
}
ul.nav-tabs.tc-page-tabs.tc-formdef-topdown-tabs li.active > a {
    background: #DBDBDB;
    color: #000000;
    font-weight: 600;
}
ul.nav-tabs.tc-page-tabs.tc-formdef-topdown-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;    
}
ul.nav-tabs.tc-page-tabs.tc-formdef-topdown-tabs li > a,
ul.nav-tabs.tc-page-tabs.tc-formdef-topdown-tabs li > .tc-disabled-link {
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: capitalize;   
}

.tc-disabled-link {
    opacity: 0.4;
}

ul.tc-page-tabs li:not(.active, .tc-more-items) > a {
    /*border: 2px solid transparent !important;*/
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.tc-page-tabs li:not(.active, .tc-more-items) > a:hover {
    /*border: 2px solid #616161 !important;*/
    opacity: 1.0;
}

li.badge.tc-overlapping-icon.tc-tab-count {
    background: #EDC240;
    color: #ff0000;
    font-size: 0.8em;
    left: -18px;
    margin-right: -15px;
    padding-left: 5px;;
    padding-right: 5px;
    position: relative;
    top: -8px;
}
.tc-batch-container {
  max-width: 1440px;
  margin: 0 auto;	
}
.tc-batch-tab-content {
  padding: 0 1rem;
} 
.tc-batch-tab-content .tab-pane.active {
  float: left;
  width: 100%;	
}
.tc-batch-tab-content > .tc-form-tabs-nav {
  padding-bottom: 1rem;	
}
.tc-batch-panel {
    border: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    border-radius: 0.375rem;
    border-top: 0;
    padding: 1.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);    
}

.tc-batch-panel > header {
    font-size: 1.25rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
}

.tc-batch-panel .tc-section-header {
    display: inline-block;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 13px;
    max-width: 1000px;
    padding-left: 10px;
    width: 96%;
}

.tc-batch-panel > div.content {
    padding-left: 15px;
}

.tc-batch-panel > div.content > div.tc-initial-content {
    padding-bottom: 5px;
}

.tc-batch-panel > div.content .accordion-body div.tc-initial-content {
    margin-right: 10px;
    padding-top: 10px;
}

.tc-batch-panel > div.content div.tc-initial-content > p {
    font-size: 1.2em;
}

.tc-batch-panel > .content > .tc-batch-panel-accordion.in { 
    background-color: var(--tc-widget-onwidget-bg-color, rgba(0,0,0,0.02));
    padding: 1rem;
    border-radius: 0.375rem;
}    
.tc-batch-panel > div.content > div.accordion-body.in {
    padding-top: 15px;
    max-width: 1400px;
}
    
.tc-batch-panel > div.content span.info {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 400;
    margin-left: 2.1rem;
    padding-top: 0.4rem;
    opacity: 0.8;
    position: relative;
    top: -6px;
}

.tc-batch-panel .tc-form-group  {
    max-width: 1000px;
}
.tc-batch-panel .tc-form-group .TCMessage #TCMessageError {
  width: auto;	
}
.tc-batch-panel h3.tc-form-group {
    font-size: 1.15em;
    margin-bottom: 0;
}

.tc-batch-panel > div.content div.tc-form-header {
    clear: both;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 75%;
}

.tc-batch-panel > div.content div.tc-form-header > h2 {
    font-size: 0.875rem;
    font-weight: 600;
}

.tc-batch-panel > div.content div.tc-form-header > p {
    font-size: 1;
    margin-left: 10px;
}

.tc-batch-panel > div.content div.tc-form-header > aside,
.tc-batch-panel > div.content .tc-inform-aside {
    float: right;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
}
#tc-custom-step2 aside {
    margin-top: 5px;
}

.tc-batch-panel > div.content #tc-notify-wrapper {
    margin-bottom: 0;
}
.tc-batch-panel > div.content #tc-notify-wrapper > span {
    display: inline-block;
    margin-bottom: 10px;
}
.TCIndicator {
    margin-right: 2px;
}


button.tc-vcard-list-button.tc-register {
    font-size: 1.4em;
}

button.tc-vcard-list-button.tc-major-action {
    background-color: var(--tc-general-accent-background-color, #f48026);
    color: inherit;
}

button.tc-vcard-list-button.tc-major-action:hover {
    background: #fbb95d;
}

.tc-batch-panel > div.content button.tc-vcard-list-button.tc-import {
    float: left;
    margin-right: 20px;
}

.tc-batch-panel > div.content span.tc-import-info {
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    max-width: 600px;
    position: relative;
    top: 7px;
}

.tc-batch-panel > div.content .tc-form-input-wrapper span.tc-import-info {
    float: none;
    vertical-align: top;
}
.tc-batch-panel > div.content aside > span.tc-dark-icon {
    color: #FFFFFF;
}

.tc-batch-panel > div.content .tc-file-input-name.uneditable-input {
    clear: both;
    display: inline-block;
    float: left;
    line-height: 1.35em;
    margin-left: 0;
    margin-top: 10px;
    max-width: 500px;
    position: relative;
}

.tc-step-section-body .tc-buttons-row:not(.tc-next-row) {
   margin-top: 20px;
}

.tc-batch-panel > div.content .tc-buttons-row .tc-spin {
    display: inline-block;
}

.tc-selections-header {
    font-size: 1.3em;
}

.tc-selections-header > .badge {
    margin-left: 5px;
}

.tc-batch-panel .tc-existing-enrol-to-list {
    border: 1px solid #E4e4e4;
    list-style: none;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 10px;
    max-height: 200px;
    max-width: 600px;
    min-width: 400px;
    padding: 10px;
    overflow: auto;
}

.tc-batch-panel .tc-existing-enrol-to-list > p {
    color: #616161;
    font-style: italic;
}

.tc-existing-enrol-to-list li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 1%;
    position: relative;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    width: 99%;
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2rem;  
}

.tc-existing-enrol-to-list li:hover {
    background-color: var(--tc-listitem-hover-color, rgba(0, 115, 192, 0.2));
}

.tc-existing-enrol-to-list .tc-details {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
}

.tc-existing-enrol-to-list .tc-itemlist-subtitle {
    text-transform: uppercase;
    width: 50%;
}

.tc-existing-enrol-to-list .tc-itemlist-right-bottom {
    font-size: 1.4em;
}
.tc-existing-enrol-to-list .tc-reenrollment-flag,
.tc-existing-enrol-to-list .tc-itemlist-right-bottom {
	margin-left: auto;
}

.tc-existing-enrol-to-list .tc-itemlist-right-bottom > a {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.tc-existing-enrol-to-list .tc-itemlist-right-bottom > a:hover {
    text-decoration: none;
}

.tc-options-joiner {
    clear: both;
    float: left;
    font-size: 1.4em;
    font-weight: 600;
    min-width: 130px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

button#tc-select-users-existing,
button#tc-select-managers {
    clear: both;
    float: left;
    margin-right: 20px;
}

#tc-selected-existing-users-list,
#tc-selected-managers-update-list {
    clear: both;
    display: none;
    float: left;
    padding-top: 20px;
}

ul#tc-batchreg-existingusers-tabs {
    text-transform: initial;
    font-size: 1.2em;
}

.tc-step-section-body.collapsible .tc-batch-step:not(.active),
.tc-batch-step.active {
    display: block;
}

.tc-batch-step:not(.active),
.tc-step-section-body:not(.collapsible) .tc-batch-step:not(.active) {
    display: none;
}

.tc-batch-panel .tc-section-header > span {
  font-size: 1em;
  vertical-align: top;
}

.tc-progress-balls {
    display: inline-block;
    margin-left: 10px !important;
}

.tc-section-header > div.tc-progress-balls {
    padding-top: 0;
}

.tc-progress-ball {
    background-color: var(--tc-general-accent-background-color,#fde5c3);
    border: 1px solid var(--tc-progress-accent-color, #f48026);
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    height: 1em;
    width: 1em;
    position: relative;
    top: 0.1em;
}

.tc-progress-ball.active {
    background: var(--tc-progress-accent-color, #f48026);
}

.tc-batch-panel > div.content .tc-buttons-row.tc-next-row,
.tc-step-section-body:not(.tc-checkout-section) .tc-buttons-row.tc-next-row {
    border-top: 1px solid rgba(0,0,0,0.35);
    margin-top: 20px;
    padding-top: 20px;
    text-align: left;    
}

.tc-step-section-body:not(:first-of-type) {
    margin-top: 30px;
}

.tc-buttons-row a.tc-action-button,
.tc-buttons-row a.tc-action-button:hover,
.tc-buttons-row a.tc-action-button:active {
  text-decoration: none;
}

.tc-batch-panel a.accordion-toggle {
    color: #666666;
}

.tc-selection-chip {
    background-color: #E4E4E4;
    border: 2px solid #666666;
    color: #666666;
    display: inline-block;
    font-size: 1.2em;
    line-height: 2em;
    margin-right: 10px;
    text-align: center;
    width: 120px;
}

.tc-selection-chip:hover {
    cursor: pointer;
}

.tc-selection-chip.selected {
    background-color: #666666;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    color: #fff;
}
.tc-batch-panel p {
    font-size: 1.2em;
}
.tc-batch-panel p.tc-subtext {
    font-size: 1em;
    padding-top: 8px;
}
.tc-batch-panel .input-append.date + i.TCInvalid {
    display: inline-block;
    margin-top: -8px;
}

/*SCROLLING LIST OF DATA TYPES
******************************/
ul.tc-specify-data-format-list-header {
    border-bottom: 1px solid #666666;
    font-weight: bold;
    max-width: 800px;
    padding-bottom: 5px;
    width: 100%;
}
ul.tc-specify-data-format-list-header,
ul.tc-specify-data-format-list,
#tc-data-format-order-display {
    margin-left: 0;
    max-width: 800px;
    padding-top: 5px;
    width: 100%;
}
div#tc-data-format-order-display {
    background: #F4F4F4;
    border: 1px solid transparent;
    border-top: none;
    padding: 5px;
    padding-top: 8px;
}
div#tc-data-format-order-display .tc-list-selections-header {
    border-top: 1px solid;
    margin: -5px;
    margin-bottom: 5px;
    margin-right: -6px;
    margin-top: -8px;
    padding: 0;
}
div#tc-data-format-order-display .tc-list-selections-header > span {
    font-weight: 600;
    line-height: 2em;
    padding: 5px;
    text-transform: uppercase;
}
ul.tc-specify-data-format-list-header > li {
    list-style: none;
}
ul.tc-specify-data-format-list-header > li > div,
ul.tc-specify-data-format-list > li > div {
    display: inline-block;
    vertical-align: middle;
}

ul.tc-specify-data-format-list > li.tc-sortable-fixed:hover,
ul.tc-specify-data-format-list > li.tc-sortable-fixed div.tc-button-option:hover {
    cursor: text;
}

ul.tc-specify-data-format-list {
    max-height: 240px;
    overflow: auto;
}

ul.tc-specify-data-format-list > li {
    clear: both;
    float: left;
    list-style: none;
    width: 100%;
}

ul.tc-specify-data-format-list.tc-sortable > li {
  height: 3em;
  background-color: var(--tc-widget-background-color, #ffffff);
  color: var(--tc-widget-text-color);  
}

ul.tc-specify-data-format-list-header > li > div.tc-reorder,
ul.tc-specify-data-format-list > li > div.tc-reorder
{
    width: 10%;
}
ul.tc-specify-data-format-list-header > li > div.tc-button-col,
ul.tc-specify-data-format-list > li > div.tc-button-col
{
    width: 30%;
}
ul.tc-specify-data-format-list-header > li > div.tc-data-type,
ul.tc-specify-data-format-list > li > div.tc-data-type
{
    width: 30%;
}
ul.tc-specify-data-format-list-header > li > div.tc-example,
ul.tc-specify-data-format-list > li > div.tc-example
{
    width: 20%;
}
ul.tc-specify-data-format-list > li > div.tc-reorder > span:not(.TCIndicator) {
    color: #666666;
    font-size: 1.6em;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
ul.tc-specify-data-format-list > li > div.tc-reorder > span.TCIndicator {
    display: inline-block;
    float: right;
    font-size: 1.25rem;
}
ul.tc-specify-data-format-list > li > .tc-data-type {
    text-transform: capitalize;
}
#tc-custom-step3 aside {
    margin-top: 0;
}
#tc-custom-label-1 {
    float: left;
    font-size: 1.1em;
    margin-left: -14px;
}

.tc-button-option-info {
    margin-left: 20px;
    margin-top: -5px;
}

div#tc-excludeheader-wrapper-context {
    display: inline-block;
    margin-top: 10px;
}

#tc-existing-step1 .tc-file-input-name,
#tc-existing-step1 .tc-clear-file-input {
    margin-top: 0;
}
#tc-data-format-list-holder {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px;
    width: 800px;
}

li.tc-row-disabled {
    opacity: 0.2;
    pointer-events: none;
}

/***********************
BATCH HISTORY
***********************/
#tc-history .tc-list-quicksearch-actions li.off {
    color: #666666;
}

#tc-batchhistory-container {
}

#tc-batchhistory-container header {
    color: #343434;
    font-size: 1.4em;
    width: 100%;
}

#tc-batchhistory-container header span {
    padding: 10px;
    line-height: 2.2em;
}

#tc-batchhistory-container .tc-popupselect-table-container {
    clear: both;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    padding-top: 1rem;
    width: calc( 100% - 60px);
}

div#tc-batchhistory-legend {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
div#tc-batchhistory-legend .tc-form-info {
  background: transparent;
  margin: 0;	
}
#tc-batchhistory-container #general-info {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

#tc-batchhistory-container #actions-guide {
    float: left;
}

#tc-batchhistory-container #actions-guide ul {
    color: #666666;
    list-style: none;
    margin-right: 10px;
    margin-top: 10px;
}

#tc-batchhistory-container #actions-guide ul li {
    line-height: 1.8em;
}

#tc-batchhistory-container #actions-guide ul li > i {
    margin-right: 10px;
}

#tc-batchhistory-container .tc-objectlist-action {
    font-size: 1.6em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#tc-batchhistory-container .tc-objectlist-action:hover {
    color: #35bdff;
    cursor: pointer;
    text-decoration: none;
}

#tc-batch-report-body {
    background: #e6e6e6;
    font-size: 0.85em;
}

div#tc-batch-report > * {
    margin-left: 10px;
}

h1#tc-batch-report-header {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
}

div#tc-batch-report {
    margin: 0 auto;
    max-width: 1200px;
}

#tc-batch-report h2 {
    float: left;
    font-size: 1.5em;
}

#tc-batch-report ul {
     list-style: none;
     margin-left: 5px;
     padding-bottom: 15px;
}

#tc-batch-report ul span.tc-label {
    font-weight: 600;
    padding-right: 10px;
}

#tc-batch-report table {
    width: 100%;
}

#tc-batch-report table:not(.newui-table) {
    border: 1px solid #FFF;
    padding: 5px;
    width: 100%;
}

#tc-batch-report table > tbody > tr> th {
    background-color: #F2F2F2;
    background-image: none;
    cursor: pointer;
    filter: none;
}

#tc-batch-report table th {
    text-align: left;
}

#tc-batch-report table > tbody > tr:last-child > th {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffffff;
}

#tc-batch-report table th:hover {
    cursor: initial;
    text-decoration: none;
}

#tc-batch-report table tbody tr > td {
    border-bottom: 1px solid #FFF;
    line-height: 1.5em;
}

#tc-batch-report-header {
    color: #666666;
}
.tc-batch-report-header {
    color: #666666;
    display: inline-block;
    float: left;
    margin: 0;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
div#tc-batch-report h2.tc-batch-report-header {
	margin-left: 0;
}
#modalPopup .tc-batch-report-header {
    background: #F2F2F2;
    margin-top: 0;
}
.tc-batch-report-header > span {
    line-height: 2em;
    margin: 10px;
}
#modalPopup ul.tc-batch-common {
    clear: both;
    display: block;
    float: left;
    margin-left: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    width: 95%;
}
ul.tc-batch-common > li, ul.tc-batch-user > li {
      display: inline;
    float: left;
    width: 50%;
}
#tc-batch-report ul {
    margin-left: 10px;
}
ul.tc-batch-common:not(.tc-job-info) > li {
    background: #F2F2F2;
}
#modalPopup ul.tc-batch-common:not(.tc-job-info) > li {
    background: #FFFFFF;
}
ul.tc-batch-common > li:first-child,
ul.tc-batch-user > li:first-child {
    width: 100%;
}
ul.tc-batch-common > li > span,
ul.tc-batch-user > li > span {
    display: inline;
    float: left;
    line-height: 1.8em;
    padding: 4px;
}
ul.tc-batch-common > li > span.label.label-warning,
ul.tc-batch-user > li > span.label.label-warning {
    margin-top: 2px;
}
#modalPopup ul > li {
    padding: 0;
}
ul.tc-batch-common > li > span.tc-label {
    width: 20%;
}
ul.tc-batch-common > li:first-child > span.tc-label:first-child,
ul.tc-batch-user > li:first-child > span.tc-label:first-child {
    width: 10%;
}

#tcAwardDateDiv > div,
#tcAwardDateDiv > label,
#tcAwardDateDiv > span,
#tcAwardDateDiv > input {
  display: inline-block;
  width: auto;
}
#tcAwardDateDiv > span.info {
  padding-bottom: 5px;
  vertical-align: bottom;
  width: auto;
}
#AwardDateCustom_fulldate_picker {
  margin-left: 5px;
}
#tc-batch-report p.tc-batchjob-comment {
    display: table;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 30px;
}
#tc-batch-report p.tc-batchjob-comment > span.tc-comment {
    font-weight: 600;
    margin-right: 10px;
}
/***********************
BadgesAdmin
***********************/
.tc-badges-admin-table {
  display: table;
  width: 97%;
  margin-top: 10px;
  font-size: 1.1em;
}

.tc-badges-admin-table-row {
  display: table-row;
  line-height: 22px;
}

.tc-badges-admin-table-cell-label {
  display: table-cell;
  padding-left: 10px;
}

.tc-badges-admin-table-cell-label .badge {
  font-size: inherit;
}

.tc-badges-admin-table-cell-value {
  display: table-cell;
  font-weight: 600;
  text-align: right;
}

.tc-badges-admin-table-field {
  min-width: 25%;
  white-space: nowrap;
}

.tc-badges-admin-table-field-align{
  text-align: right;
}
.tc-badges-admin-table-cell-subvalue {
  font-size: 0.8em;
  font-weight: normal;
  margin-top: -5px;
}

.tc-object-main .tc-admin-object-breadcrumb-published {
  background: #86d993 none repeat scroll 0 0;
  color: #fff;
  font-weight: 600;
}

.tc-badges-admin-summary-info {
  padding-left:20px;
  font-size:1.1em;
}

.tc-badges-admin-summary-info-item {
  margin-right: 30px;
  padding: 4px 6px;
  border-bottom: 2px solid #e2e2e2;
}

.tc-badges-admin-summary-info-item .badge {
  font-size: inherit;
}

.tc-badges-admin-summary-value {
  margin-left: 15px;
  font-weight: 600;
}

div#tc-add-award-criteria-section {
    font-size: 1.2em;
}

#tc-awardcriteria-toggles {
  padding: 20px;
  padding-top: 0;
}

.award-create-part span {
  font-style: normal;
}

#tc-add-award-criteria-panel .tc-show-options {
    border-radius: 0;
    height: auto;
    font-size: inherit;
    margin-right: 10px;
    margin-left: 5px;
    padding: 4px 15px;
    width: auto;
}

div#tc-add-award-criteria-panel {
    margin-bottom: 40px;
    padding: 10px;
}

.award-create-part {
    display: inline-block;
}

.award-create-part.part2,
.award-create-part.part3 {
    padding-top: 10px;
}

.tc-selected-event-type {
    font-weight: bold;
}

#tc-add-award-criteria-panel .tc-award-create-buttons {
    font-size: 0.8em;
    padding-top: 20px;
}

#tc-add-award-criteria-panel .tc-selected-activity-marker {
    margin-left: 10px;
    margin-right: 10px;
}

#tc-add-award-criteria-panel .tc-selected-activity-marker {
    margin-left: 10px;
    margin-right: 10px;
}

#tc-add-award-criteria-panel .tc-selected-activity-title {
    font-style: normal;
    margin-right: 10px;
    text-transform: uppercase;
}

#tc-add-award-criteria-panel input[type=number] {
    max-width: 50px;
}
#tc-add-award-criteria-panel select {
    max-width: 150px;
}

ul#tc-badge-award-criteria-list {
  background: var(--tc-widget-onwidget-bg-color);
  border-radius: 2px;
  font-size: 1rem;
  font-style: normal;
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
  padding: 1rem;    
}

ul#tc-badge-award-criteria-list > li {
    clear: both;
	padding-bottom: 5px;
    padding-top: 5px;
}

ul#tc-badge-award-criteria-list > li.tc-join,
ul#tc-badge-award-criteria-list > li > .tc-credits-join,
ul#tc-badge-award-criteria-list > li > .tc-logicoperator-join {
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}

ul#tc-badge-award-criteria-list > li > .tc-credits-join > span,
ul#tc-badge-award-criteria-list > li > .tc-logicoperator-join > span {
  font-size: 0.8em;
  margin: 10px;
}

ul#tc-badge-award-criteria-list > li > div {
    display: inline;
    line-height: 2em;
}
ul#tc-badge-award-criteria-list a.tc-edit-award-criteria,
ul#tc-badge-award-criteria-list a.tc-edit-creditvalue {
    border-bottom: dashed 1px #0088cc;
    display: inline-block;
    font-size: 1.15em;
    padding-left: 5px;
}
ul#tc-badge-award-criteria-list a.tc-edit-award-criteria:hover {
    text-decoration: none;
}
ul#tc-badge-award-criteria-list .tc-details {
    display: inline-block;
    width: 80%;
}
ul#tc-badge-award-criteria-list .tc-actions {
    float: right;
    font-size: 1.3em;
    text-align: center;
    width: 20%;
}
ul#tc-badge-award-criteria-list .tc-actions a {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
ul#tc-badge-award-criteria-list .tc-actions a:hover {
    color: #35bdff;
    text-decoration: none;
}

div#tc-award-criteria-accordion {
    font-size: 0.9em;
}

#tc-award-criteria-accordion div.tc-empty {
    color: #666666;
    padding: 20px;
    font-size: 1.2em;
    width: 100%;
    display: block;
    border: 1px solid grey;
}

span#tc-criteria-count {
    margin-left: 5px;
}

.tc-badge-created-img,
.tc-badge-deleted-icon {
    float: left;
    padding-right: 15px;
    max-height: 4em;
    max-width: 4em;
}

i.tc-badge-deleted-icon {
    display: block;
    font-size: 4em;
}

/*FORMDEF STEP SECTIONS
***********************/
.tc-step-section-body:not(.collapsible) {
   display: none;
}
.tc-step-section-body .tc-section-header {
    display: inline-block;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 13px;
    padding-left: 10px;
    width: calc(100% - 20px);
    margin-left: 5px;
}
.tc-section-header.collapsible:hover {
    cursor: pointer;
}

.tc-step-section-body .tc-section-header:not(.collapsible) > span:first-child {
    font-style: italic;
}

.tc-step-section-body .tc-progress-ball {
  margin-right: 2px;
}

.tc-step-section-body .tc-section-header > div.tc-progress-balls {
    position: relative;
    top: 2px;
}
body:not(.tcEditObjectFormBody).tc-step-section-body .tc-buttons-row.tc-next-row .tc-next {
    color: rgb(102, 102, 102);
    background: transparent;
    border-color: rgb(0, 148, 217);
    border-width: 2px;
    border-style: solid;
    border-image: initial;    
}
.tc-step-section-body.tc-checkout-section .tc-buttons-row.tc-next-row .tc-next:hover {
    background-color: #0094D9;
    color: #FFF;
}

.tc-guidelines-header {
    font-size: 1.4em;
    margin-bottom: 15px;
}
/*CUSTOM CERTIFICATES
******************************/
#TCCreateCertSection .tc-credits-join > a {
    border-radius: 0;
    font-size: 1.4em;
}
.tc-credits-join.tc-choice {
    padding-bottom: 0;
    padding-top: 0;
}
div#tc-credits-choice-collapse {
    background: #F2F2F2;
}
#TCCreateCertSection .tc-import-info {
    color: #666;
    font-size: 1.2em;
    line-height: 1.4em;
    padding-top: 10px;
}

.tc-image-recommended-settings ul > li {
    color: #666;
    display: table-row;
    line-height: 2em;
    vertical-align: middle;
}

.tc-image-recommended-settings ul > li > i {
  display: table-cell;
  font-size: 1.5em;
  padding-right: 10px;
  vertical-align: middle;
}
.tc-guidlines-header {
  font-size: 1.4em;
}
ul.tc-sub-info {
  font-size:0.9em;
  list-style-type:none;
  margin-left:10px;
}
ul.tc-sub-info > li {
  line-height: 30px;
  vertical-align: middle;
}
ul.tc-sub-info > li > i {
  font-size:1.5em;
  margin-right:10px;
  vertical-align: middle;
}
.tc-form-info .tc-inform-aside {
  background: #e8e8e8;
  border: 1px dashed;
  margin-left: 560px;
  margin-top: -140px;
  padding: 20px;
  position: absolute;
  width: 250px;
}
.tc-form-info .tc-inform-aside .tc-inform-aside-msg {
  border-top:1px solid #999;
  font-size:0.8em;
  font-weight:200;
  line-height:16px;
  margin-top:5px;
  padding-top:5px;
}

td.tcFormData div.tc-image-upload-dragArea {
  color: #666;
}

td.tcFormData div.tc-image-upload-dragArea i.tc-image-upload-icon {
  display: inline-block;
  font-size: 2.8em;
  text-align: center;
  width: 100%;
}

div.tc-upload-section-guidelines .tc-image-recommended-label {
  border-bottom: 1px solid #666;
  font-size: 1.2em;
  text-align: left;
}
div.tc-upload-section-guidelines .tc-image-recommended-label > span {
  line-height: 1.8em;
}

div.tc-image-recommended-settings > ul {
  color: #666;
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
  text-align: left;
}

.tc-upload-section-guidelines {
  color: #666;
  margin: 0 auto;
  width: 70%;
}

#tc-remove-cert {
  display: inline-block;
  padding: 0 20px 0 10px;
  width: 120px;
}

#tc-certificate-manage {
  outline: 0;
}

#tc-edit-linked-cert {
  display: inline-block;
  float: left;
  padding: 0 20px 0 10px;
  width: 120px;
}

#tc-linked-certificate-title {
  background: #e6e6e6;
  color: #000000;
  line-height: 30px;
  margin-top: -40px;
  opacity: 0.8;
  padding: 5px 10px;
  text-align: center;
  width: 280px;
}

#tc-linked-certificate-actions {
  font-size: 1.15em;
  line-height: 30px;
  opacity: 0.9;
  text-align: center;
  width: 300px;
}

#tc-cert-bg-img {
  min-height: 200px;
  width: 300px;
}

.tc-cert-actions-holder {
    font-size: 1.3em;
}

.tc-cert-actions-holder > a {
    line-height: 1.6em;
}

.tc-elements-emptystate {
    font-style: italic;
}

div#tc-cert-warning {
    color: #666666;
    line-height: 1.6em;
    margin-left: 0;
    padding-top: 15px;
}

div#tc-cert-warning .tc-warning {
    color: #db0000;
    fint-size: 1.8em;
}

.tc-preview-info {
    margin-top: 10px;
}

.tc-fallback-cert-bckgrd {
    border: 1px solid #EBEBEB;
    clear: both;
    height: 200px;
    margin: 0;
    padding: 0;
    width: 298px;
}

.tc-cert-toggle-label {
    display: block;
    float: left;
    font-weight: 600;
    padding-right: 20px;
    position: relative;
    top: 0.9em;
}

.tc-cert-toggle-label.TCFullListLabel{
	float:none;
	top:inherit;
}

.tc-cert-toggle-label + .tc-tgl-inner {
    clear: both;
    float: left;
    padding-top: 10px;    
}

.tc-batch-step label + div.tc-form-input-wrapper.select-holder {
    margin-top: 1rem;
}
body.tcEditObjectFormBody .tc-batch-step.active:not(:first-of-type) .tc-section-header {
	border-top: 0;
}
body.tcEditObjectFormBody .tc-batch-step .tc-vcard-list-button.tc-select + .TCMessage {
    display: inline-block;
    margin-top: 0.5em;
}
body.tcEditObjectFormBody .popover p {
	font-size: 1em;
}