@import url('datepicker.css');
@import url('datetimepicker.css');
@import url('dropzone.css');
@import url('autosuggest.css');
@import url('fuelux.css');
@import url('checkboxx.min.css');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');

/* HTML5 Boilerplate  */
*{ margin:0; padding:0; }
[hidden] { display: none; }
::-moz-selection { background: #cc43c3; color: #fff; text-shadow: none; }
::selection { background: #cc43c3; color: #fff; text-shadow: none; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
input:invalid, textarea:invalid { background-color: #f0dddd; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type="text"], input[type="password"], input[type="number"], select, textarea {
	background-color: #fff;	
}
.disableall  {
    pointer-events: none;
    opacity: 0.4;
}

.modal-header,.modal-footer {
	border: none;
}
.checkbutton {
	display: table;
    margin-bottom: 10px;
}
.checkbutton span.glyphicon-ok {
	color: #0C0;
}
.checkbutton span.glyphicon-remove {
	color: #C00;
}
.cardbox {
	text-align: justify;
	width: 100%;
	padding: 20px 0 0 20px;
}

.docrow {
	padding: 5px 0;
	min-height: 30px;
    line-height: 30px;
    border-top: 1px solid #ccc;
}
.docrow>div {
    line-height: 16px;
}
.fakeinput {
	width:100%;
	border:none;
	outline:none;
}
.card {
	border-radius: 6px;
	width: -moz-calc(25% - 35px);
	width: -webkit-calc(25% - 35px);
	width: -o-calc(25% - 35px);
	width: calc(25% - 35px);	
    display: inline-block;
	text-align: center;
    margin: 0 30px 35px 5px;
    padding: 15px;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(153,153,153,.75);
	-moz-box-shadow: 3px 3px 5px 2px rgba(153,153,153,.75);
	box-shadow: 3px 3px 5px 2px rgba(153,153,153,.75);
}
.card.left {
	text-align: left !important;
}
.card .cardheader {
	margin: -15px -15px 0 -15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px 15px;	
}
.card.bigcard {
	width: -moz-calc(50% - 35px) !important;
	width: -webkit-calc(50% - 35px) !important;
	width: -o-calc(50% - 35px) !important;
	width: calc(50% - 35px) !important;
}
.card .form-group {
	margin-bottom: 0px !important;
}
.card .cardtext p {
	padding: 7px 0 0 0;
	overflow-wrap: break-word;
	min-height: 28px;
}
.card div.image {
    line-height: 135px;
}
@media (max-width:767px) {
    .card {
    	min-height: 60px;
    }
    .card.bigcard {
    	min-height: 0px !important;
    }
	.card div.image {
		line-height: 50px;
	}
}
@media (min-width:768px) {
    .card {
    	min-height: 115px;
    }
    .card.bigcard {
    	min-height: 0px !important;
    }
	.card div.image {
		line-height: 50px;
	}
}
@media (min-width:992px) {
    .card {
    	min-height: 135px;
    }
    .card.bigcard {
    	min-height: 0px !important;
    }
	.card div.image {
		line-height: 85px;
	}
}
@media (min-width:1200px) {
    .card {
    	min-height: 135px;
    }
    .card.bigcard {
    	min-height: 0px !important;
    }
	.card div.image {
		line-height: 115px;
	}
}
.cardpanel {
	padding: 8px;
	min-height: 35px;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left !important;
	background-color: #fafafa;
}
.cardpanel:not(:first-child) {
	margin: 0 0 10px 0 !important;
}
.cardborder {
	border-top-width: 7px;
	border-top-style: solid;
}
.cardborder.grey {
	border-top-color: rgba(108, 117, 125, .8);
}
.cardborder.black {
	border-top: 7px solid rgba(52, 58, 64, .8);
	background-color: rgba(52, 58, 64, .2);
}
.cardborder.green {
	border-top-color: rgba(92, 184, 92, .8);	
	background-color: rgba(92, 184, 92, .2);
}
.cardborder.red {
	border-top-color: rgba(212, 63, 58, .8);
	background-color: rgba(212, 63, 58, .2);
}
table th div.headingborder {
	border-radius: 5px;
	padding: 4px 5px;
}
.cardborder.grey table th div.headingborder {
	background-color: rgba(108, 117, 125, .5);
}
.cardborder.green table th div.headingborder {
	background-color: rgba(92, 184, 92, .5);
}
.cardborder.red table th div.headingborder {
    background-color: rgba(212, 63, 58, .8);
}

.cardborder.green .table>tbody>tr>td {
    border-top: 1px solid rgba(92, 184, 92, .5);
}
.cardborder.red .table>tbody>tr>td {
    border-top: 1px solid rgba(212, 63, 58, .8);
}

.defectcard {
	text-align: left !important;
}
.defectcard div.id {
	position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-style: italic;
}
.defectcard div.title {
	margin: 3px 0;
    font-weight: bold;
}
.defectcard div.content {
	margin: 3px 0;
}

.card .noticebadge {
	position: absolute;
	bottom: 10px;
    right: 14px;
    color: #0C0;
    font-size: 15px;
}
.card .noticebadge.red {
    color: #C00;
}
.card .noticebadge.green {
    color: #0C0;
}
.card .newcardbadge {
	position: absolute;
	top: 9px;
    left: 13px;
    font-size: 20px;
	color: #FC0;
}
.card img {
	max-width: 75%;
}
.card div.description {
	height: 35px;
	font-size: 14px;
}
.card.active div.description {
	color: #ccc;
}
#defectdetailsblock table td {
    vertical-align: top;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: none;
}
.fa-menu-btns {
    font-size: 14px;
    padding: 3px 3px 2px 0px;
}
.support-btn {
	position: fixed;
    bottom: 0;
    z-index: 10000;
    background-color: #337ab7;
    width: 100%;
    padding: 5px 15px;
    text-align: right;
}
.support-btn img {
    margin: 10px 8px 10px 9px;
}
#footercontainer {
    margin: 10px 0;
}
.useraccessblock {
    height: 40px;
    line-height: 30px;
    border-top: 1px solid #ddd;
    padding: 5px !important;
}
.useraccessblockwhite {
    height: 40px;
    line-height: 30px;
    padding: 3px !important;
}
.useraccessblock input,.useraccessblockwhite input {
    margin-top: 9px !important;
}
.useraccessblock select {
    width: 100px;
    font-weight: normal;
}
.charcount {
	position: relative;
}
.charcount .counter {
	padding: 0 5px;
	font-size: 10px;
	color: #999;
    font-style: italic;
    text-align: right;
    line-height: 20px;
}

.pdf-thumb-wrapper {
    display: inline-block;
    max-width: 20%;
    padding: 10px;
}
.pdfcontainer {
	position: relative;
	border: 1px solid #ccc;
	cursor: zoom-in;
	max-width: 100%;
}
.pdfcontainer.merged::after {
	position: absolute;
	top: 0;
	left: 0;
	content:' ';
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}
.pdfcontainer:hover .pdfcontrol {
	display: initial;
}
.pdfcontrol {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 10;
    font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
}
#pdf_stack {
	white-space: nowrap;
	text-align: left;
	height: 180px;
    padding: 5px;
	width: 100%;
	background-color:#eee;
	border:1px solid #ccc;
	border-bottom: 0 none;
	overflow-x: auto;
	overflow-y: hidden;
}
#pdf_save {
	white-space: nowrap;
	background-color:#eee;
	border:1px solid #ccc;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 10px;
}
#pdf_stack .pdfcontainer {
	max-width: 130px;
    display: inline-block;
    margin-right: 5px;
}
#pdf_panel {
	position: relative;
	z-index: 20;
}

.row.hover:hover {
	background-color: #eee;
}
.group-container:first-child > h5,
.group-border .row-wrapper:first-child > h5{
    display: none;
}
.select-block {
    width: 100%;
    max-width: 400px;
}
.select-block ul {
    overflow-x: auto;
}

.poweredbyirdm {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 5px;
    color: #333;
}
.poweredbyirdm.lrg {
    font-size: 12px;
}
.poweredbyirdm.sml {
    font-size: 10px;
}
.questionicon {
    max-width: 15px;
    max-height: 15px;
    border: none;
    padding: 0;
    margin: 0;
}
.inactive-input {
    padding: 0 0 0 5px;
    border: none;
    outline: none;
    overflow: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-size: 11px;
}
.inactive-input:focus {
    padding: 5px;
    border: 1px solid #ccc;
    overflow: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.inactive-input-header {
    background-color: #f5f5f5 !important;
}
.inactive-input-header:focus {
    background-color: #fff;
}
.static-input-spacing {
    padding: 8px 0 0 8px !important;
}
.static-input-header-spacing {
    padding: 0 0 0 8px !important;
}
.checkandselectgroup {
    width: 100% !important;
    margin-left: 15px !important;
}
.edit-btn-primary {
    border: 1px solid #2e6da4;
    border-radius: 6px;
    padding: 8px 0;
    margin: 8px 0 0 0;
    background-color: #337ab7;
}
.edit-btn-primary input {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: inherit;
    line-height: 14px;
    padding: 0;
    border-radius: 0px;
}
.flowbar-bottom {
    border-bottom: 1px solid #aaa;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    background-color: transparent;
}
.flowbar-right {
    border-right: 1px solid #aaa;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    background-color: transparent;
    min-height: 15px;
}
.flowarrow {
	position: relative;
	background: #aaa;
}
.left-flowarrow:after {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #aaa;
	border-width: 5px;
	margin-top: -5px;
    margin-left: -25px;
}
.right-flowarrow:after {
	right: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #aaa;
	border-width: 5px;
	margin-top: -5px;
    margin-right: -25px;
}
.top-flowarrow:after {
    top: -2px;
    right: -20px;
    border: solid transparent;
    content: " ";
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #aaa;
    border-width: 5px;
    margin-top: -10px;
    min-height: 15px;
}
.bottom-flowarrow:after {
    bottom: 2px;
    right: -20px;
    border: solid transparent;
    content: " ";
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #aaa;
    border-width: 5px;
    margin-bottom: -30px;
    min-height: 15px;
}


.table-sort {
    margin-top: 30px;
}
.table-sort .nodrag {
    background-color: #f3f3f3;
}
.table-sort tbody tr td:first-child {
    border-left: 1px solid #ddd;
}
.table-sort tbody tr td:last-child {
    border-right: 1px solid #ddd;
}
.table-sort tbody tr td {
    border-bottom: 1px solid #ddd;
}
.table-sort>tbody>tr>td {
    border-top: 1px solid #ddd;
}
body.dragging, body.dragging * {
    cursor: pointer !important;
}
.drag-cell:hover {
    cursor: pointer !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
tr.new-drag-position {
    position: relative;
}
tr.new-drag-position:before {
    position: absolute;
}
tr.new-drag-position td {
    border: 1px solid #ddd;
    background-color: #eee;
    height: 57px;
}


.group-border {
	padding: 5px 8px;
    border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 3px;
	position: relative;
}
.group-noborder, .row-wrapper {
	position: relative;
}
.addtogroup {
	position: absolute;
	right: 40px;
	bottom: 3px;
	z-index: 1000;
}
.removeitem-btn {
	position: absolute;
	right: 0px;
	top: 3px;
}
.disabled-row {
    background-color: #ddd;
    color: #aaa;
}
.disabled-row input {
    color: #aaa !important;
}
.disabled-row .input-group-addon {
    background-color: #eee !important;
}

.openclosebtn {
    cursor: pointer;
}
#tableauviz {
    width: 100%;
    height: 100%;
}
.selectpickerxsmargin {
    margin-top: -12px !important;
}
.bootstrap-select ul li a {
    font-size: 12px;
}
.bootstrap-select .dropdown-menu {
    max-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.bs-actionsbox .btn-gro
.up button {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group .input-group-addon,
.input-group .input-group-btn button {
    background-color: #fff;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    color: #337ab7;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.075);
    padding: 5px;
}
.input-group input,
.input-group .input-group-btn button {
    border-left: none;
    border-right: none;
}
.input-group .input-group-btn button:focus {
    background-color: #fff;
    color: #337ab7;
}
.input-group .bootstrap-select.input-group-btn button {
    color: #333 !important;
}


.input-group input:first-child,
.input-group .input-group-btn:first-child button {
    border-left: 1px solid #ccc;
}
.input-group input:last-child,
.input-group .input-group-btn:last-child button {
    border-right: 1px solid #ccc;
}

.has-error .input-group-addon,
.has-error .input-group .input-group-btn button {
    border-top: 1px solid #A94442;
    border-bottom: 1px solid #A94442;
}
.has-error .input-group input:last-child,
.has-error .input-group .input-group-btn:last-child button {
    border-right: 1px solid #A94442;
}
.has-error .input-group input:first-child,
.has-error .input-group .input-group-btn:first-child button {
    border-left: 1px solid #A94442;
}

.panel-scroll {
    overflow: scroll;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    margin: 0px 10px;
    padding: 0px;
}
.panel-subtext-container {
    position: relative;
}
.panel-subtext-container button {
    color: #999;
    margin-top: -2px;
}
.panel-subtext {
    font-size: 11px;
    color: #999;
    top: 0;
    right: 15px;
    position: absolute;
    display: block;
    width: 140px;
    margin-top: 3px;
    font-style: italic;
}

.panel-footnote {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: 3px;
    font-style: italic;
}
.autoanswerblock button {
    margin-top: -7px;
    line-height: 1.4;
    font-size: 11px;
}
h1.header,h2.header,h3.header,h4.header,h5.header,h6.header {
    margin-bottom: 5px;
}

table.scroll tbody,
table.scroll thead,
table.scroll tfoot {
    display: block;
}
table.scroll tbody {
    min-height: 200px;
    max-height: 405px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fefefe;
    border: 1px solid #ccc;
	height: 100%;
}
table.scroll thead tr,
table.scroll tbody tr,
table.scroll tfoot tr {
    display: table;
    width: 100%;
}

#trknavbar .nav ul li:hover a span.menu-text {
    display: inline-block;
}
.trkmenucolumn, .trkpagecolumn {
    float: left;
}
.trkmenucolumn { width: 15%; }
.trkpagecolumn { width: 85%; }
.trkmenucolumn.collapsed { width: 5%; }
.trkpagecolumn.collapsed { width: 95%; }
#menu-collapse {
    display: inline-block;
    position:absolute;
    right:0;
    top:5px;
    z-index:1000;
}
.menu-text {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1000;
    top: 0;
    left: 32px;
    padding-left: 5px;
}
@media (max-width: 1199px) {
    .trkmenucolumn { width: 18%; }
    .trkpagecolumn { width: 82%; }
    .trkmenucolumn.collapsed { width: 7%; }
    .trkpagecolumn.collapsed { width: 93%; }
}
@media (max-width: 991px) {
    .trkmenucolumn { width: 25%; }
    .trkpagecolumn { width: 75%; }
    .trkmenucolumn.collapsed { width: 8%; }
    .trkpagecolumn.collapsed { width: 92%; }
}
@media (max-width: 767px) {
    .trkmenucolumn, .trkpagecolumn,
    .trkmenucolumn.collapsed, .trkpagecolumn.collapsed { width: 100%; }
    #menu-collapse { display: none; }
}

.trkmenucolumn #trknavbar li a span.glyphicon {
    font-size: 12px;
}
.trkmenucolumn #trknavbar li a {
    width: 100%;
}
.trkmenucolumn #trknavbar ul li a span.menu-text {
    position: static;
    width: inherit;
    padding: 0;
    background-color: transparent;
}
.trkmenucolumn .trk-nav-bar .nav > li > a {
    border-radius: 2px;
}

.trkmenucolumn.collapsed .trk-nav-bar .nav > li > a {
    border-radius: 5px;
}
.trkmenucolumn.collapsed #trknavbar li a span.glyphicon {
    font-size: 16px;
}
.trkmenucolumn.collapsed #trknavbar li a {
    width: 36px;
}
.trkmenucolumn.collapsed #trknavbar ul li:hover a span.menu-text {
    position: absolute;
    width: 145px;
    padding: 10px 0;
    background-color: #337AC5;
}

.nodisplay { display: none; }
.left-indent-1 {
    margin-left: 5px;
}
.left-indent-2 {
    margin-left: 10px;
}
.left-indent-3 {
    margin-left: 15px;
}
.floatingalerts {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    margin: 10px;
    height: auto;
}
.alertposition {
    max-width: 800px;
    margin: 0 auto;
}


/* BOOTSTRAP OVERWRITING */
.dropdown-menu:before,
.dropdown-menu:after {
    position: absolute;
    display: inline-block;
    content: '';
}
.datepicker-widget .dropdown-menu:not(.datepicker-orient-right):before {
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.datepicker-widget .dropdown-menu:not(.datepicker-orient-right):after {
    top: -6px;
    left: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}
.datepicker-widget .dropdown-menu.datepicker-orient-right:before {
    top: -7px;
    right: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.datepicker-widget .dropdown-menu.datepicker-orient-right:after {
    top: -6px;
    right: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}



.dropright .dropdown-menu:before {
    left: -7px;
    top: 9px;
    border-top: 7px solid transparent;
    border-right: 7px solid #ccc;
    border-bottom: 7px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.2);
}
.dropright .dropdown-menu:after {
    left: -6px;
    top: 10px;
    border-top: 6px solid transparent;
    border-right: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
}





.dropdown-select ul {
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
}
.dropdown-select ul li:not(.divider) {
    padding-bottom: 5px;
}
.modal-header, .modal-footer {
    padding: 10px;
}
.form-control-static {
    padding-top: 9px;
    padding-bottom: 0;
    padding-left: 2px;
}
.form-control-static.short {
	min-height: 27px;
}
.nav>li>a {
    padding: 5px 10px;
}
.col-sm-11-5, .col-sm-10-5, .col-sm-9-5, .col-sm-8-5, .col-sm-7-5, .col-sm-6-5, .col-sm-5-5, .col-sm-4-5, .col-sm-3-5, .col-sm-2-5, .col-sm-1-5 {
  position: relative;
  min-height: 1px;
}

@media (min-width:768px) {
    .col-sm-11-5, .col-sm-10-5, .col-sm-9-5, .col-sm-8-5, .col-sm-7-5, .col-sm-6-5, .col-sm-5-5, .col-sm-4-5, .col-sm-3-5, .col-sm-2-5, .col-sm-1-5 {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
    .col-sm-11-5 {
      width: 95.83333333%;
    }
    .col-sm-10-5 {
      width: 87.5%;
    }
    .col-sm-9-5 {
      width: 79.16666667%;
    }
    .col-sm-8-5 {
      width: 70.83333333%;
    }
    .col-sm-7-5 {
      width: 62.5%;
    }
    .col-sm-6-5 {
      width: 54.16666667%;
    }
    .col-sm-5-5 {
      width: 45.83333333%;
    }
    .col-sm-4-5 {
      width: 37.5%;
    }
    .col-sm-3-5 {
      width: 29.16666667%;
    }
    .col-sm-2-5 {
      width: 20.83333333%;
    }
    .col-sm-1-5 {
      width: 12.5%;
    }
}
.alert {
    -webkit-box-shadow: 0 5px 10px 2px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px 2px rgba(0,0,0,.3);
}
select.input-xs {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.text-success-bright {
    color: #0A0;
}
.text-danger-bright {
    color: #A00;
}
.badge.round {
    padding: 3px 4px !important;
}
.badge.red {
    background-color: #c00 !important;
}
.badge.clickable {
    cursor: pointer;
}
.tooltip.in {
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip-inner {
    max-width: 350px;
    padding: 4px 8px;
    color: #000;
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip-arrow, .tooltip-arrow-center {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.tooltip.bottom .tooltip-arrow:after,
.tooltip.bottom .tooltip-arrow-center:after{
    top: -9px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
    border-width: 10px;
    position: absolute;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
}
.tooltip.bottom .tooltip-arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: 100%;
    left: 0px !important;
    margin-left: 15px;
    border-width: 0 11px 11px;
    border-bottom-color: #bbb;
    top: -5px;
}
.tooltip.bottom .tooltip-arrow-center {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: 100%;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 0 11px 11px;
    border-bottom-color: #bbb;
    top: -5px;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
}
.checkbox-inline, .radio-inline {
    padding: 5px 0 5px 20px !important;
    margin-right: 10px;

}
.table-trkhead thead {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}
.table.no-border>tbody>tr>td, .table.no-border>tbody>tr>th, .table.no-border>tfoot>tr>td, .table.no-border>tfoot>tr>th, .table.no-border>thead>tr>td, .table.no-border>thead>tr>th {
    border: none;
}
h5.menu-head {
    margin-top: 0;
    margin-bottom: 0;
}
.panel-body h5.header {
    margin-top: 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.panel-body h5.header:first-child {
    margin-top: 5px;
}
hr.thin-divide {
    margin-top: 3px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #ddd;
}
.text-muted {
    color: #aaa;
    letter-spacing: .05em;
}
.breadcrumb{
    padding: 8px 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
}
.breadcrumb>li+li.nodivide:before,
.breadcrumb .breadcrumb-right:last-child:before {
    content: " ";
}
.breadcrumb-right {
    float: right;
}
.trk-btn-lg {
    padding: 2px 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.trk-btn-md {
    padding: 2px 10px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.trk-btn-sm {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.trk-top-nav {
    margin-top: 20px;
}
.trk-top-nav .btn-lg {
    padding: 10px 10px;
}
.trk-nav-bar {
    margin-bottom: 0px;
}
.trk-nav-bar .divider {
	border-bottom: 1px solid #ddd;
    margin: 0 20px 0 5px;
}
.trk-nav-bar.navbar {
    min-height: 0px !important;
}
.trk-nav-bar .nav {
    margin: 0 -15px;
}
.trk-nav-bar .navbar-toggle .icon-bar {
    background-color: #333;
}
.trk-nav-bar .navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
}
.trk-nav-bar .nav-head {
    color: #aaa;
    margin: 10px 0 0 0;
}
.menu-nav {
    color: #666 !important;
}
.menu-nav.link {
    color: #337ab7 !important;
    text-decoration: underline;
}
.menu-nav.link:hover {
    color: #666 !important;
}
.trk-nav-bar .nav > li {
  position: relative;
  display: block;
}
.trk-nav-bar .nav > li > a {
    padding: 8px;
    color: #666;
}
.trk-nav-bar .nav > li > a:hover,
.trk-nav-bar .nav > li > a:focus,
.trk-nav-bar .nav > li > a.active {
  text-decoration: none;
  background-color: #337ab7;
  color: #fff !important;
}
.trk-brand {
    padding: 25px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: #666;
}
.trk-nav-bar.navbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.input-group .select-form-control:first-child {
    -webkit-appearance: none;
    height: 32px;
    margin-top: 1px;
    border: 0;
    box-shadow: 0 0 1px 1px #ccc;
    background-image: url('../images/select-arrows.jpg');
    background-repeat: no-repeat;
    background-position: right 8px center;
}
.input-group-static .form-control,
.input-group-static .input-group-addon {
	border: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.row-wide {
    margin-right: -15px;
    margin-left: -15px;
}
.row.bottomspace {
	margin-bottom: 15px;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.form-control input:not(:first-child),
.form-control select:not(:first-child)
.form-control textarea:not(:first-child) {
    margin-top: 5px;
}
.trk-nav-tabs {
    text-align: center;
}
.trk-nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.trk-nav-tabs > li > a {
    color: #333;
    margin-right: 1px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 11px;
    padding: 5px 7px;
}
.trk-nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.trk-nav-tabs > li.active > a,
.trk-nav-tabs > li.active > a:hover,
.trk-nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid transparent;
}
.trk-nav-tabs > li.complete >a,
.trk-nav-tabs > li.complete > a:hover,
.trk-nav-tabs > li.complete > a:focus {
    background-color: #dff0d8 !important;
}
.trk-nav-tabs > li.error >a,
.trk-nav-tabs > li.error > a:hover,
.trk-nav-tabs > li.error > a:focus {
    background-color: #f2dede !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #337ab7;
    overflow:auto;
}
.left-block {
    padding-left: 0px;
}
.left-block-slim {
    padding-left: 5px;
}
.right-block {
    padding-right: 0px;
}
.right-block-slim {
    padding-right: 5px;
}
.left-row {
    margin-left: -15px;
}
.right-row {
    margin-right: -15px;
}
.panel-thin-tabs {
    border-radius: 0 4px 4px 4px;
}
.panel-thin .panel-heading {
    padding: 6px 10px;
}

.panel-well {
    padding: 5px 10px;
}
.panel-well .panel-heading {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.panel-question {
    border-color: #ccc;
}
.panel-thin>.panel-heading-mapcomplete,
.panel-thin>.panel-heading-mappending {
    padding: 7px 8px;
    border-radius: 4px;
}

.panel-mapping {
    border-color: #AAA;
}

.panel-thin>.panel-heading-missing,
.panel-thin>.panel-heading-complete,
.panel-thin>.panel-heading-defect {
    padding: 4px 6px;
    border-radius: 3px;
}
.panel-thin>.panel-heading-missing {
    background-color: #f5f5f5;
    color: #333;
}
.panel-thin>.panel-heading-missing button {
    color: #333;
}
.panel-thin>.panel-heading-mapcomplete,
.panel-thin>.panel-heading-complete {
    background-color: #dff0d8;
    color: #070;
}
.panel-thin>.panel-heading-complete button {
    color: #070;
}
.panel-thin>.panel-heading-mappending,
.panel-thin>.panel-heading-defect {
    background-color: #ebccd1;
    color: #800;
}
.panel-thin>.panel-heading-defect button {
    color: #800;
}

.question {
    margin: 0;
    font-size: 13px;
    color: inherit;
    padding-right: 30px;
}
.panel-group {
    margin-bottom: 0;
}
.panel-thin .panel-title>a {
    width: 45%;
    display: inline-block;
}
.panel-title {
    font-size: 13px;
}
.question>a {
    width: 100% !important;
}
.panel-thin .panel-title>a:hover {
    text-decoration: none;
    color: #337ab7;
}
.panel-thin .panel-body {
    padding: 5px;
}
.panel-thin .panel-body.complete {
    background-color: #dff0d8 !important;
}
.panel-thin .panel-body.error {
    background-color: #f2dede !important;
}
.panel-heading-question-button {
    margin: -5px -7px 0 0;
    color: #900 !important;
}
.panel-heading-button {
    margin: -6px -11px 0 0;
}
.panel-heading-question-button button,
.panel-heading-button button {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #337ab7;
}
.btn-margin {
    margin: 2px;
}
.table>tfoot>tr>th {
    border: none;
}
.table>tbody>tr>th, .table>thead>tr>th {
    border-top: none;
}
.table-bordered {
    border: none;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td {
    line-height: 1.75;
    vertical-align: middle;
}
.table {
    margin-bottom: 15px;
}
.table>thead>tr>th {
    border-bottom: none;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    background-color: #eee;
    padding: 2px !important;
}
.table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    background-color: #fff;
    padding: 2px !important;
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tfoot>tr>th, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px 3px;
}
.table>tbody>tr>td:hover div>a {
    color: #fff;
}
.table>tbody>tr>td:hover div>a:hover {
    color: #ccc;
    text-decoration: none;
}
.table.defect-table>thead>tr>th, .table.defect-table>thead>tr>td,
.table.defect-table>tbody>tr>th, .table.defect-table>tbody>tr>td {
    padding: 4px 10px 0 10px !important;
}
.defect-table tbody tr:nth-child(n+2) td {
    border-top: none !important;
}

table.top-aligned th,table.top-aligned td {
    vertical-align: top !important;
}

.navbar-default .navbar-nav>li>a {
    color: #337ab7;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #777;
}
.btn-link:hover, .btn-link:focus,
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #777;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus{
    color: #ccc;
}
.rounded-left{
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}
.well {
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}
.well-label {
	color: #777;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.panel-thin .well+.well {
    margin-top: 15px;
}
.well-title-text {
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 0 5px;
}
.well-text {
    font-size: 12px;
    padding: 0 0 0 5px;
}
.well-block-spacer {
    padding: 0 10px;
    margin-bottom: 30px;
}

.form-control {
    color: #333;
}
.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.placeholder {
    color: #aaa;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    font-size: inherit;
}
.bootstrap-switch .bootstrap-switch-label {
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: none;
}
#processingmodal {
    height: 600px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
}
.nav>li {
    text-align: left;
}
.form-horizontal .form-group {
    margin-bottom: 8px;
}
.form-group.static {
    margin-bottom: 0px;
}
.form-horizontal .radio-inline {
    padding-top: 0;
    padding-bottom: 5px;
}
.dropright .dropdown-menu {
    right: auto;
    left: 100%;
    margin: -30px 0 0 5px;
    min-width: 0px;
}
.dropright .btn-lg .caret {
    border-width: 5px 0 5px 5px;
}
address {
    margin-bottom: 5px;
}

.modal-content .has-error,
.modal-body .has-error {
    color: #a94442;
}
.modal-header.has-error {
    background-color: #f2dede;
    border-bottom: 1px solid #a94442;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-footer.has-error {
    background-color: #f2dede;
    border-top: 1px solid #a94442;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.radio label,
.checkbox label {
    line-height: 22px;
    padding-right: 20px;
}
.radio p, .checkbox p,
.radio-inline p, .checkbox-inline p {
    margin-bottom: 0px;
}
label.checkbox {
    margin-left: 20px;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 95%;
        max-width: 1201px;
    }
}
input[type=checkbox] {
    margin: 2px 0 0;
}

/* GENERAL STYLES */
html, body {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    height: 100%;
}
img {
    border: none;
    display: inline-block;
}
.listrow {
    display: block;
    width: 100%;
    padding: 3px 5px;
    height: 40px;
}
.listrow:nth-child(even),
.blockrow:nth-child(even) {
    background-color: #eee;
}
.blockrow {
    display: block;
    width: 100%;
    padding: 3px 5px;
}
.portal-container {
    margin-top: 5px;
}
.trk-container {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-left: 5px;
    position: relative;
}
.section-header {
  padding-bottom: 4px;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}
.tab-body {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}
.data-well {
    position: relative;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 3px;
}
.data-well-name {
    padding-left: 7px;
}
.form-control-app {
    display: block-inline;
    margin: 3px 5px 0 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.lead-text {
    font-size: 16px;
    text-decoration: underline;
}
.lead-text-simple {
    font-size: 16px;
    padding: 10px 0 2px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.errorlist {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    text-indent: -12px;
}
.errorlist li {
    margin: 0 10px;
    padding: 0 10px 3px 0;
    list-style: none
}
.errorlist li:before {
    content: "*";
    padding-right: 7px;
}
.list-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.block {
    display: block;
}
.mt10 {
    margin-top: 10px;
}
.trklogo {
    padding: 10px;
}
.trklogo img {
    max-width: 100%;
}
.trkicon {
    text-align: left;
    padding: 5px 0;
    display: none !important;
}
.trkicon img {
    max-height: 50px;
}
.loginlogo {
    margin: 15px 5px;
    text-align: center;
}
.loginlogo img {
    max-width: 300px;
    width: 100%;
}
.loginpage {
    margin-top: 100px;
    max-width: 500px;
    width: 100%;
}

.table-clickable tbody tr:hover {
    color: #fff;
    background-color: #337ab7;
    cursor: pointer;
}


@media (max-width: 767px) {
    .loginpage {
        margin-top: 25px;
    }
    .trklogo {
        display: none !important;
    }
    .trkicon {
        display: block !important;
    }
    .trk-top-nav {
        margin: 0px;
        padding: 5px 0 0 10px;
    }
    .left-block {
        padding-right: 0px !important;
    }
    .left-block-slim {
        padding-right: 2px !important;
    }
    .right-block {
        padding-left: 0px !important;
    }
    .right-block-slim {
        padding-left: 2px !important;
    }
}
@media (min-width: 768px) {
    .loginpage {
        margin-top: 75px;
    }
    .orderdetailsgridcell1 {
        width: 265px;
    }
    .modal-lg {
        width: 95%;
        max-width: 992px;
    }
}
@media (min-width: 992px) {
    .loginpage {
        margin-top: 100px;
    }
}
