:root {
	--cyb-blue: #009ddc;
}
@font-face {
	font-family: 'code128';
	src: url('/css/fonts/code128.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
 	font-size:12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
a[name=cfdebug_templates]:hover {
	text-decoration: none;
}
*:focus {
	outline: none;
}
@media print {
	a[href]:after {
		content: none !important;
	}
	.slide-menu-outer, .collapseNav, .topSearches, .noPrint, .cfdebug, .tablesorter-filter-row, #-lucee-debug {
		display: none !important;
	}
	.content-main {
		margin-left: 0px;
	}
	.mainContent {
		margin-top: 0 !important;
	}
}
.dealer_name {
	     	font-size:12px;
			color : #ffffff;
}
.dealer_name_i {
	     	font-size:12px;
			color : #ffffff;
			font-style: italic;
 }
 .newFeatures {
	     	font-size:16px;
			font-weight:bold;
			color : #336699;
}
.homePageText {
	     	font-size:10px;
			font-weight: normal;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
	font-size: 12px;
}
 td {
 	font-size:12px;
 }
 .center-block {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
 }
 .heading {
 	font-size:12px;
	font-weight: bold;
	border-bottom: 1px solid #999933;
	color: #003399;
 }
 .headingNormal {
 	font-size:12px;
	font-weight: bold;
	color: #003399;
 }
  .heading1 {
 	font-size:18px;
	color: #999;
	font-weight: normal;
 }
 .message {
 	font-size:12px;
 	font-weight: bold;
 	line-height: normal;
 	color : #FF6600;
 }
  .whiteHeading {
 	font-size:12px;
 	font-weight: bold;
 	line-height: normal;
 	color : #FFFFFF;
 }
 .informationBox {
 background-color: #6699CC;
 }
 .headingLarge {
 	font-size:12px; font-weight: bold;
 	line-height: normal;
	color: #153179;
 }
 a {
 	/*font-family : tahoma, arial, verdana, helvetica;
 	font-size : 12px;*/
 	font-style : normal;
 	color: #003399;
 	text-decoration : underline;
 }
 a:hover {
 	text-decoration: underline;
 	color: #3399cc;
 }
  a.welcome {
 	font-size:12px;
	font-weight : normal;
 	color: #3300ff;
	text-decoration : underline;
 }
 a.welcome:hover {
 	color: #ff9900;
 }
 a.smallLink {
 	font-size : 10px;
 	font-style : normal;
 	color: #0066ff;
 	text-decoration : none;
 }
a.normal {
 	font-size : 10px;
 	font-style : normal;
	font-weight : normal;
 	text-decoration : underline;
}
a.normal:hover {
 	font-size : 10px;
 	font-style : normal;
	font-weight : normal;
 	text-decoration : underline;
	color: #ff9900;
}
a.whiteTitleRow {
 	font-size : 10px;
 	font-style : normal;
	font-weight : bold;
 	text-decoration : none;
	color: #FFFFFF;
}
a.whiteTitleRow:hover {
 	font-size : 10px;
 	font-style : normal;
	font-weight : bold;
 	text-decoration : underline;
	color: #FFFFFF;
}
 .whiteText {
 	color: #ffffff;
 }

 .redText {
 	color: #ff0000;
 }

 .formCaption {
 	background-color: #EEEEEE;
	text-align: right;
	vertical-align: top;
 }
 .formColor {
 	background-color: #DBE4F8;
 }
 .formTitleRow {
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   background-color: var(--cyb-blue);
   height: 25px;
}
 .formTitleRow input, .formTitleRow select {
	color: #333333;
 }
 table.recordList { border: 1px solid var(--cyb-blue); }
 table.form { border: 1px solid var(--cyb-blue); }
 .deactiveRow { background-color: #ff9900; }
 .optionRow { background-color: #efefef; }
 .titleRow, .titleRow th, .titleRow td { background-color: var(--cyb-blue) !important; color:#FFFFFF; font-weight: bold; font-size: 14px; text-align: center; }
 table .no-border-left {border-left: none !important}
 table .no-border-right {border-right: none !important}
 table .no-border-top {border-top: none !important}
 table .no-border-bottom {border-bottom: none !important}
 .titleRow a { color: #fff  !important; text-decoration: none  !important; }
  .titleRow a:hover { text-decoration: underline !important; }
 .oddRow { background-color: #e1e1e1; }
 .evenRow { background-color:#FFFFFF; }
 .optionEvenRow { background-color:#EAEACF; }
 .optionOddRow { background-color: #EEEEEE; }
  #small td {
  font-size: 10px;
  }
   #small a {
  font-size: 10px;
  }
 #inventory td.sep {
 	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom: 0px;
	height: 1px;
	background-color: #ffcc99;
 }
 .bodyText {
 	font-size : 10px;
	line-height: 16px;
	letter-spacing: 0px;
 	text-decoration : none;
 }
 	.tableBoundry { background-color: #000000; }
	.subTableBoundry { background-color: #FFFFFF; }
	.calThisDateSep {  background-color: #ff9900; }
	.trCalDaysHeadings { background-color: #336699; color: #FFFFFF; }
	.days { background-color: #FFFFFF; }
	.dayNumPrint {  font-size: 20px;
					color: #000000;
	}

.bulkButtons
{
	padding:5px;
	border:1px solid #ddd;
	background-color:#eee;
	text-align:right;
	margin-top:6px;
}



	/*************/
	/* FORM CSS  */
	/*************/

	.inputToSelect {
        font-size: 11px;
	}
	 input {
 			line-height: normal;
     }
	 .inputDisabled {
	color: #000000;
    background-color: #EEEEEE;
    }
/* This is for the category SELECT popUp.
   Changes the colors if the Category is already selected for a product.. */
   .catPopPreSelected {
    background-color: #EEEEEE;
	color: #990000;
   }

	.calBtnBorder {
	background-color: #006666;
	}
	.calButton {
	color:  #FFCC66;
	background-color: #FFCC66;
	}
 a:link.days, a:hover.days {
 	font-style : normal;
 	font-weight : bold;
	color: #990000;
 	text-decoration : underline;
}
#switchSite {
	width: auto;
	display: inline-block;
	padding: 5px;
	background: #d2e7f9;
}
.freez {
	-webkit-box-shadow: 0 10px 10px -10px #999999;
	box-shadow: 0 10px 10px -10px #999999;
}
.tab {
	font-weight: bold;
	font-size: 10pt;
	color: var(--cyb-blue);
	text-decoration: none;
	height: 30px;
	padding:3px;
	border-right: 1px solid #999999;
}
.tab:hover {
	background-color: var(--cyb-blue);
}
.tab.login, .tab.checkin {
	background-color: var(--cyb-blue);
}
.tab.checkin, .tab.login a, .tab.checkin a {
	color: #ffffff;
}
.tab.login a:hover, .tab.checkin a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.tab.login blockquote {
	border: none;
	font-weight: normal;
}
.tabActive {
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	background-color: var(--cyb-blue);
	height: 30px;
	padding:3px;
	border-right: 1px solid var(--cyb-blue);

}
.tabActiveLine {
	background-color: var(--cyb-blue);
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}
.subTabActive {
	font-size: 8pt;
	color: var(--cyb-blue);
	text-decoration: none;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}
.closeWindow {
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	background-color: #6699CC;
}
.tableBorder {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	background-color: #990000;
	height: 30px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 3px;
}
A.menu {
    color: var(--cyb-blue);
	text-decoration: none;
}
A.menu:hover {
    color: #ffffff;
	text-decoration: none;
}
A.menuActive {
    color: #ffffff;
	text-decoration: none;
}
A.menuActive:hover {
    color: #ffffff;
	text-decoration: underline;
}
A.submenu {
    font-size: 8pt;
    color: #666666;
	font-weight: normal;
	text-decoration: none;
}
A.submenu:hover {
	color: var(--cyb-blue);
	text-decoration: underline;
}
A.submenuActive {
    font-size: 8pt;
    color: var(--cyb-blue);
	font-weight: bold;
	text-decoration: underline;
}
A.submenuHelp {
    font-size: 8pt;
    color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.submenuHelp:hover {
    font-size: 8pt;
    color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/* form */
.fieldNamel {
	text-align: right;
	vertical-align: top;
	background-color: #ededed;
	font-weight: bold;
}
/* border layout classes */
.tblOutline {
	color: #ffffff;
	background-color: #cccccc;
}
.inactive {
	color: #cc3300;
}

/* for the treeview javascript.. controls.. the display of sites */
.catInSitesList {
 font-size: 10px;
}
.productFormTab {
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #381C7A;
}
.productFormTabActive {
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
   text-decoration: none;
   background-color: var(--cyb-blue);
}

/* this does the colors for the JS Error Checking */
.errHilite {
  background-color: #ff9999;
}

.inputDisabled {
  background-color: #cccccc;
}
.inactiveChecked {
  background-color: #C6D6E7;
}
.activeChecked {
  background-color: #C6D6E7;
}

 .headingProductListFuse {
 	font-size:12px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
 }
 .headingLine {
 	border-bottom: 1px solid #999999;
 }
 .boldText {
   font-weight: bold;
 }
 /* bg color  B63232*/
 .bgColor {
   background-color: #EAEACF;
 }
 .padding3 {
 padding: 3px 3px 3px 3px;
}
.warningBox {
  background-color: #ff6600;
}
.noticeTd {
 background-color: #ff6600;
 color:#FFFFFF;
}

/* ////////////////////// EMAIL TICKETS /////////////////////// */
.messageEvenRow
	{
		background-color: #aee19f;
	}


/* ////////////////////// MENU ICONS /////////////////////// */

a.logoutBtn {
	/*background-image: url("/kb/images/famfamfam/silk/icons/door_out.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	font-weight:bold;
	text-transform: uppercase;
}

a.profile {
	background-image: url("/kb/images/famfamfam/silk/icons/user.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 4px 15px;
	display: block;
	font-weight: bold;
}

a.articles {
	/*background-image: url("/kb/images/famfamfam/silk/icons/page_white_stack.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display: block;
	text-transform: uppercase;
}

a.categories {
	background-image: url("/kb/images/famfamfam/silk/icons/folder_table.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 4px 15px;
	display: block;
}

a.staff {
	background-image: url("/kb/images/famfamfam/silk/icons/user.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 4px 15px;
	display: block;
}

a.statistics {
	background-image: url("/kb/images/famfamfam/silk/icons/chart_bar.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 4px 15px;
	display: block;
}

a.BrowseKB {
	background-image: url("/kb/images/famfamfam/silk/icons/page_white_find.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
a.customers {
	/*background-image: url("/kb/images/famfamfam/silk/icons/group.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
a.tickets {
	/*background-image: url("/kb/images/famfamfam/silk/icons/help.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
a.supportRequests {
	/*background-image: url("/kb/images/famfamfam/silk/icons/stop.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
a.rma {
	/*background-image: url("/kb/images/famfamfam/silk/icons/arrow_redo.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}

a.cms {
	/*background-image: url("/kb/images/famfamfam/silk/icons/page_edit.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}

a.products {
	/*background-image: url("/kb/images/famfamfam/silk/icons/computer.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}

a.siteSettings {
	/*background-image: url("/kb/images/famfamfam/silk/icons/wrench.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}

a.orders {
	/*background-image: url("/kb/images/famfamfam/silk/icons/cart.png");
	background-repeat: no-repeat;
	background-position: 3 2px;*/
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}

a.reports {
	background-image: url("/kb/images/famfamfam/silk/icons/report.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
a.checkIn {
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
a.vendorRma {
	padding: 4px 15px;
	display:block;
	text-transform: uppercase;
}
table.azSearch a
{
	text-decoration:none;
	font-size: 11px;
}
td.letters
{
	border: 1px solid #ccc;
	background-color: #efefef;
	text-align: center;
	cursor: pointer;
}
table.azSearch .highLightRow
{
	background-color: #ffffcc;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
}
table.azSearch td.selected
{
	background-color: #ffffcc;
}

div.noRecords
{
	background-image: url("/kb/images/famfamfam/silk/icons/error.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 3px 3px 3px 22px;
	display:block;
	font-size:11px;
}

div.successMessage
{
	background-image: url("/kb/images/famfamfam/silk/icons/accept.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 3px 3px 3px 22px;
	display:block;
	font-size:11px;
	background-color: #F0F4CB;
}

div.errorMessage
{
	background-image: url("/kb/images/famfamfam/silk/icons/error.png");
	background-repeat: no-repeat;
	background-position: 3 2px;
	padding: 3px 3px 3px 22px;
	display:block;
	font-size:11px;
	background-color: #F0F4CB;
}

td.title
	{
		font-size: 12pt;
		font-weight:bold;
		padding-bottom: 8px;
	}

td.browseCategory
{
	background-image:url(/kb/images/famfamfam/silk/icons/folder_explore.png);
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-top:1px solid #999999;
	padding:3px 3px 3px 22px;
}

.contentSection
{
	padding:25px 0px 5px;
}

ol.articleListing li
{
	padding:5px;
}

div.title
{
	font-size:14px;
	font-weight:bold;
}

td.mostPopular
{
	background-image:url(/kb/images/famfamfam/silk/icons/page_white_star.png);
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-top:1px solid #999999;
	padding:3px 3px 3px 22px;
}

td.mostRecent
{
	background-image:url(/kb/images/famfamfam/silk/icons/page_white_add.png);
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-top:1px solid #999999;
	padding:3px 3px 3px 22px;
}

td.popularSearches
{
	background-image:url(/kb/images/famfamfam/silk/icons/page_white_magnify.png);
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-top:1px solid #999999;
	padding:3px 3px 3px 22px;
}

div.articleCats
{
	background-color:#EEEEEE;
	border:1px solid #999999;
	padding:5px;
}

td.searchKB
{
	background-image:url(/kb/images/famfamfam/silk/icons/folder_find.png);
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-top:1px solid #999999;
	padding:3px 3px 3px 22px;
}


/* -------------------------------------------------------------
		STATISTC
   ------------------------------------------------------------- */
.statisticsMain
{
	width:600px;
}
.statisticsMain div a b, .content div a span
{
	display: block;
	line-height: 1.2;
}
.statisticsMain div a span
{
	padding: 5px 0px 5px 0px;
}
.statisticsMain div a
{
	background: #FFFFFF;
	color: black;
	margin: 0;
	font-weight:normal;
	border:0;
	display: block;
	padding: 5px 8px 5px 10px;
	text-decoration: none;
}
.statisticsMain div a:hover
{
	background: #f5f5f5;
	color: #005fa3;
}

#statsTabnav
{
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	/*background: url(/kb/admin/images/tab_bottom.gif) repeat-x bottom;*/
	border-bottom: 1px solid #ccc;
}

#statsTabnav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#statsTabnav a:link,
#statsTabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	background: url(/kb/admin/images/tab_bg.gif) repeat-x;
}

#statsTabnav a:link.active,
#statsTabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#statsTabnav a:hover
{
	background: #fff;
}

.newField{
	width:200px;size:25
	}
.removeRow{
	display:none;
}
.backORow{border-top: 2px solid #C2C2C2;height:15px}
.topedge {  border-color: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.dataTable .row-details.row-details-close {
    background: url("../images/datatable-row-openclose.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dataTable .row-details.row-details-open {
    background: url("../images/datatable-row-openclose.png") no-repeat scroll 0 -23px rgba(0, 0, 0, 0);
}
.dataTable .row-details {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-top: 3px;
    width: 14px;
}
.dataTables_paginate .pagination {
	margin-top:0px !important;

}
.row.top-buffer { margin-top:20px; }

.data-block section.filters {
  color: #6c777f;
  font-size: 12px;
  padding: 10px;
  background: #efefef;
  margin-bottom:10px;
}
.customerComments .SystemAccount {
  background: #fdfd85;
  border-color: #c5c56e !important;
}
.customerComments .RMA {
  background: #ffdbbb;
  border-color: #a9a19b !important;
}
.orderUnits .btn {
	margin-bottom: 10px;
}
.orderUnits td {
	font-size: 14px;
}
.orderBuild {
	border: 1px solid var(--cyb-blue);
	margin: 0px 0px 20px;
	padding: 10px;
}
.productionOrderBuild {
	padding-top: 20px;
	margin: 0px !important;
}
.productionOrderBuild .buildUnitButtons {
	margin-bottom: 10px;
}
.productionOrderBuild .input-group {
	margin-bottom: 10px;
}
.productionOrderBuild .input-group .form-control, .productionOrderBuild .input-group .input-group-addon {
	font-size: 16px;
}
.productionOrderBuild .serialHeader h3 {
	margin-top: 0px;
}
.orderBuild h4 {
	font-size: 20px;
}
.orderBuild h5 {
	font-size: 18px;
}
.stepContent {
	margin-top: 40px;
}
.stepContent > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
}
.stepContent > ul.nav.nav-tabs > li {
    float: none;
    display: table-cell;
}
.stepContent > ul.nav.nav-tabs > li > a {
    text-align: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	font-size: 16px;
}
.stepContent > ul.nav.nav-tabs > li:last-child > a {
	margin-right: 0px;
}
.nav-tabs > li.completedStep > a, .nav-tabs > li.completedStep > a:hover, .nav-tabs > li.completedStep > a:focus {
	background: #98ceaf;
	color: #515a5a;
}
.stepContent .tab-content {
	padding: 10px;
	border: 1px solid var(--cyb-blue);
}
.stepContent .stepDate {
	text-align: right;
}
.stepContent .cmosDateTime {
	text-align: right;
	font-weight: 600;
	color: #c0392b;
}
.stepContent .heading1 {
	font-size: 26px;
}
.stepContent .subheading {
	font-size: 22px;
}
.resultsTable td, .productionSteps {
	font-size: 18px;
	color: #000000;
}
.resultsTable tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.resultsTable input[type="radio"] {
	width: 100%;
	height: 20px;
}
.productionSteps input[type="checkbox"] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
.resultsTable .clearBtn {
	text-align: center;
}
.resultsTable .clearBtn:focus, .resultsTable .clearBtn:hover {
	color: var(--cyb-blue);
}
.productionSteps .resultsTable .has-error {
	background: #f2dede;
}
.productionSteps .resultsTable .has-error td span, .productionSteps span.has-error {
	color: #c0392b !important;
}
.stepContent .fixDesc {
	color: #27ae60;
}
.stepContent .failDesc {
	color: red;
}
.packingSlipHeader {
	margin-top: 20px;
}
.packingSlipHeader h3 {
	margin-top: 0px;
}
.shippingContainer .pallet:nth-child(3n+4) .col-sm-4 {
	clear: left;
}
.shippingContainer h4 {
	margin-top: 0px;
}
.shippingContainer .glyphicon {
	color: red;
}
.shippingContainer .list-group {
	min-height: 50px;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 10px;
}
.shippingContainer .list-group-item {
	border: 1px solid #ffffff !important;
}
.shippingContainer .input-group {
	margin-bottom: 10px;
}
.rejectedSerialHeader {
	margin-top: 20px;
}
.rejectedSerialHeader h2 {
	margin-top: 0px;
}
.rejectedSerial .table tr td:first-child {
	border-left: 0px;
}
.rejectedSerial .table tr td {
	border-color: #ffffff !important;
}
.customerLocation .input-group, .dialogForm .input-group {
	margin-bottom: 10px;
}
#Shipping .contactInfo {
	margin-top: 10px;
}
#Shipping .middleColumn .data-block, #Shipping .rightColumn .data-block {
	margin-bottom: 10px;
}
#Shipping .rightColumn textarea[name="orderSpecialInstructions"],
#Shipping .rightColumn textarea[name="orderInternalInstructions"] {
	height: 130px;
}
.input-group-addon.text-left {
	text-align: left;
}
.currentUsers {
	margin-left: 10px;
	padding-bottom: 10px;
}
.currentUserBadge {
	width: 35px !important;
	height: 35px !important;
	border-radius: 35px !important;
	background: #27ae60 !important;
	padding-top: 12px !important;
	margin-left: 5px !important;
}
.ui-widget-content a.btn-primary,
.ui-widget-content a.btn-warning,
.ui-widget-content a.btn-danger {
	color: #fff;
}
.ui-resizable-s {
	background: none;
}
.ui-widget-overlay {
	background: #aaaaaa !important;
}
.ui-widget-header {
	background: #fff;
	color: #666666;
	border-width: 0 0 1px;
	border-color: #eee;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	padding: 10px !important;
}
.ui-tabs .ui-tabs-nav {
	padding: 10px 10px 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #e6e6e6;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #fcefa1;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ddd;
	background: #eee;
}
.ui-datepicker.ui-widget-content {
	color: var(--cyb-blue);
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
	background: #e1f6ff;
	border: 1px solid #9ae1ff;
	color: var(--cyb-blue);
}
.ui-datepicker .ui-widget-header .ui-icon {
	filter: invert(43%) sepia(26%) saturate(4535%) hue-rotate(169deg) brightness(97%) contrast(101%);
}
.ui-datepicker .ui-widget-header {
    color: var(--cyb-blue);
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon {
	filter: brightness(0) invert(1);
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
	background: #f39c12;
	border: 1px solid #f39c12;
	color: #fff;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
	border: 1px solid var(--cyb-blue);
	background: var(--cyb-blue);
	color: #fff;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background-image: none !important;
	background: #f3f3f3 !important;
	color: #999 !important;
	float: left;
	font-size: 12px;
	border-radius: 3px !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	width: 7px !important;
	cursor: pointer;
	height: 7px !important;
	top: 7px !important;
	background-image: url(data:image/png;base64,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) !important;
	background-position: 0 -7px !important;
}
.ms-res-ctn {
	overflow-x: hidden;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
	margin-right: 8px;
}
.ms-ctn .ms-trigger:hover {
	right: 0 !important;
}
.ecnPcnRow {
	margin-top: 40px;
}
.ecnPcnRow h2 {
	margin-top: 0;
}
.ecnPcnRow .table {
	margin-top: 20px;
}
.ecnPcnRow .btn-group {
	width: 100%;
}
.ecnPcnRow .btn-group .btn {
	width: 50%;
}
.startTicket .nav-tabs a {
	font-size: 16px;
	border-bottom: none !important;
}
.startTicket .nav-tabs li:not(:first-child) {
	border-left: 10px solid #fff;
}
.startTicket .tab-content {
	border: none;
	padding-top: 30px;
}
.startTicket h3 {
	margin-top: 0px;
}
.startTicket .exampleSerials {
	margin-bottom: 20px;
}
.startTicket .startTicketStepContent, .startTicketStepContent .otherSerials {
	display: block;
}
.startTicket .startTicketStepContent .input-group, .startTicketStepContent .otherSerials h3 {
	margin-top: 20px;
}
.startTicket .startTicketStepContent .input-group input, .startTicket .startTicketStepContent .input-group select {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #ccc;
}
.startTicket .btn[disabled] {
	background: #ccc;
	color: #666;
	border: none;
}
.startTicket .btn[disabled]:hover {
	cursor: not-allowed;
}
.ms-ctn.form-control {
	padding: 5px 12px;
}
.ms-link {
	color: inherit;
	text-decoration: none;
}
.ms-link:hover,
.ms-link:active,
.ms-link:focus,
.ms-link:active:focus {
	color: inherit;
	text-decoration: none;
}
.ms-res-ctn .ms-res-item-active {
	background: #ddd;
}
.ms-ctn-disabled, .ms-ctn-disabled input {
	background-color: #ddd !important;
}
.customerStuck {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	background: #fff;
}
.stickyCustomerTop.customerStuck {
	top: 89px;
	padding-top: 10px;
	z-index: 2;
}
.stickyCustomerBottom.customerStuck {
	top: 89px;
}
.topStuck .stickyCustomerBottom.customerStuck {
	top: 143px;
}
.btn-xs.refurbished-label {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	border: none;
}
*:not(td):has(> .btn-xs.refurbished-label) {
	display: inline-flex;
	align-items: center;
	column-gap: 0.25em;
}