html {
	  position: relative;
	  min-height: 100%;
}
body {
	-ms-overflow-style: scrollbar;
	padding-top: 80px;
}

hr.divider {
	border: 0;
}

::selection {
  background: #f05023;
  color: #fff;
}
::-moz-selection {
  background: #f05023;
  color: #fff;
}

.alert-success-fail-sm {
  padding: 5px;
  margin-bottom: 0px;
}

.avatar {
	background-color: #4d4d4d;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: inline-block;
}

.btn-error,
.btn-error:hover,
.btn-error:active,
.btn-error:focus,
.btn-error:active:focus,
.btn-error.active:focus,
.btn-error.focus,
.btn-error:active.focus,
.btn-error.active.focus {
	border-color: #ff0000;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"] {
  	position: absolute;
  	clip: rect(0, 0, 0, 0);
  	pointer-events: none;
}

.btn-error {
	color: #a94442;
    border-color: #a94442;
}

.btn-default.active.disabled {
	background-color: #bdbdbd; !important;
}
.btn-primary.active.disabled {
	background-color: #163550; !important;
}
.btn-success.active.disabled {
	background-color: #2c642c; !important;
}
.btn-info.active.disabled {
	background-color: #1e7b96; !important;
}
.btn-warning.active.disabled {
	background-color: #ab6a0e; !important;
}
.btn-danger.active.disabled {
	background-color: #86201d; !important;
}
.btn-gardien.active.disabled {
	background-color: #852409; !important;
}
.btn-error.active.disabled {
	background-color: #ff0000; !important;
}

.btn-danger-border:active,
.btn-danger-border.active,
.btn-danger-border:active:hover,
.btn-danger-border.active:hover,
.btn-danger-border:focus,
.btn-danger-border:hover {
	border-color: #8b0000;
}

.btn-error-border:active,
.btn-error-border.active,
.btn-error-border:active:hover,
.btn-error-border.active:hover,
.btn-error-border:focus,
.btn-error-border:hover {
	border-color: #ff0000;
	color: #ff0000;
}

.btn-info-border.active,
.btn-info-border:active,
.btn-info-border:active:hover,
.btn-info-border.active:hover,
.btn-info-border:focus,
.btn-info-border:hover {
	border-color: #46b8da;
}

.btn-primary-border.active,
.btn-primary-border:active,
.btn-primary-border:active:hover,
.btn-primary-border.active:hover,
.btn-primary-border:focus,
.btn-primary-border:hover {
	border-color: #2e6da4;
}

.btn-success-border:active,
.btn-success-border.active,
.btn-success-border:active:hover,
.btn-success-border.active:hover,
.btn-success-border:focus,
.btn-success-border:hover {
	border-color: #4cae4c;
}

.btn-warning-border.active,
.btn-warning-border:active,
.btn-warning-border:active:hover,
.btn-warning-border.active:hover,
.btn-warning-border:focus,
.btn-warning-border:hover {
	border-color: #eea236;
}

.callout {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	border-left: 4px solid #4d4d4d;
	background-color: #ffffff;
	color: #221e1f;
}
.callout > h1,
.callout > h2,
.callout > h3,
.callout > h4 {
	margin-top: 0px;
	color: #4d4d4d;
}
.callout-primary {
	border-color: #e3e3e3;
	border-left-color: #f05023;
	color: #221e1f;
}
.callout-primary > h1,
.callout-primary > h2,
.callout-primary > h3,
.callout-primary > h4 {
	color: #f05023;
}
.callout-info {
	border-color: #d9edf7;
	border-left-color: #31708f;
	color: #1b6d85;
}
.callout-info > h1,
.callout-info > h2,
.callout-info > h3,
.callout-info > h4 {
	color: #31708f;
}
.callout-success {
	border-color: #d6e9c6;
	border-left-color: #3c763d;
	color: #2b542c;
}
.callout-success > h1,
.callout-success > h2,
.callout-success > h3,
.callout-success > h4 {
	color: #3c763d;
}
.callout-warning {
	border-color: #faebcc;
	border-left-color: #eea236;
	color: #8a6d3b;
}
.callout-warning > h1,
.callout-warning > h2,
.callout-warning > h3,
.callout-warning > h4 {
	color: #eea236;
}
.callout-danger {
	border-color: #ebccd1;
	border-left-color: #a94442;
	color: #843534;
}
.callout-danger > h1,
.callout-danger > h2,
.callout-danger > h3,
.callout-danger > h4 {
	color: #a94442;
}

.cursor-pointer {
	cursor: pointer;
}

.dropdown-menu li div.checkbox {
	width:100%;
	padding:3px 20px;
	white-space:nowrap;
}
.dropdown-menu li div.checkbox:hover {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-color: #e8e8e8;
}

/* navbar overflow */
.dropdown-submenu {position:relative;}
.dropdown-submenu > .dropdown-menu {top:0;left:100%;margin-top:-6px;margin-left:0;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu > a:after {display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover > a:after {border-left-color:#555;}
.dropdown-submenu.pull-left {float:none;}
.dropdown-submenu.pull-left > .dropdown-menu {left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 10px;
}

.form-horizontal > fieldset > label {
	padding-top: 7px;
}
.form-horizontal > fieldset > textarea {
	min-height:100px;
	resize: vertical;
	margin: 7px 0;
}
.form-horizontal > fieldset > .panel {
	display: inline-block;
	min-height:100px;
	min-width: 100%;
	margin: 7px 0;
}

.gardien-pass {
	color: #5cb85c;
}
.gardien-fail {
	color: #d9534f;
}

.gardien-dark-grey {
	color: #221e1f;
}
.gardien-grey {
	color: #4d4d4d;
}
.gardien-light-grey {
	color: #d8d8d8;
}
.gardien-orange {
	color: #f05023;
}

.gardien-rush {
	color: #d9534f;
}
.gardien-high {
	color: #ec971f;
}
.gardien-medium {
	color: #286090;
}
.gardien-normal {
	color: #4d4d4d;
}
.gardien-ignore {
	color: #d8d8d8;
}

.label-gardien-rush {
	background-color: #d9534f;
}
.label-gardien-high {
	background-color: #ec971f;
}
.label-gardien-medium {
	background-color: #286090;
}
.label-gardien-normal {
	background-color: #4d4d4d;
}
.label-gardien-ignore {
	background-color: #d8d8d8;
}

.gardien-cancelled {
	background-color: #4d4d4d !important;
	border-color: #4d4d4d !important;
	color: #ec971f !important;
}

.gardien-complete {
	background-color: #4d4d4d !important;
	color: #bbbbbb !important;
}

.gardien-hold {
	background-color: #999999 !important;
	border-color: #4d4d4d !important;
	color: #4d4d4d !important;
}

.gardien-remake {
	background-color: #663300 !important;
	color: #ffffff !important;
}

.gardien-retest {
	background-color: #f5e8a3 !important;
	color: #8a6d3b !important;
}

.gardien-service-wait {
	background-color: #003366 !important;
	color: #ffffff !important;
}

.gardien-transferred-in {
	background-color: #269abc !important;
	color: #ffffff !important;
	font-weight: bold !important;
}

.gardien-transferred-out {
	background-color: #4d4d4d !important;
	color: #ffffff !important;
	font-weight: bold !important;
}

.gwell {
	padding: 19px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	display: inline-block;
}
.gwell blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.gwell-lg {
	padding: 24px;
	border-radius: 6px;
}
.gwell-sm {
	padding: 4px;
	border-radius: 3px;
}

.input-group-btn > .btn+.dropdown-toggle {
	padding-left: 8px;
    padding-right: 8px;
}

.input-group-entries {
	max-width: 115px;
}

.list-step > .list-group-item {
	border-color: #aaa;
	position: relative;
	padding-bottom: 15px;
}
.list-step > .list-group-item.has-error {
	background-color: #ff0000;
	/* border-color: #ebccd1; */
}
.list-step > .list-group-item.has-error > .pass_fail {
	color: #fff;
}
.list-step > .list-group-item.has-error .list-group-label {
	color: #fff;
}
.list-step > .list-group-item.has-error > .list-group-item-heading {
	color: #fff;
}
.list-step > .list-group-item.has-error > .list-group-item-heading > .list-group-item-subheading {
	color: #fff;
}
.list-step > .list-group-item.highlighted {
	background-color: #f05023;
}
.list-step > .list-group-item.highlighted > .pass_fail {
	color: #fff;
}
.list-step > .list-group-item.highlighted .list-group-label {
	color: #fff;
}
.list-step > .list-group-item.highlighted > .list-group-item-heading {
	color: #fff;
}
.list-step > .list-group-item.highlighted > .list-group-item-heading > .list-group-item-subheading {
	color: #fff;
}
.list-step > .list-group-item:last-child {
	border-color: #aaa;
	padding-bottom: 10px;
}
.list-step > .list-group-item:before,
.list-step > .list-group-item:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.list-step > .list-group-item:first-child:before,
.list-step > .list-group-item:first-child:after {
	content: none;
}
.list-step > .list-group-item:before {
	/*border-bottom-color: #DDD;*/
	border-bottom-color: #aaa;
	border-width: 12px;
	margin-left: -12px;
	z-index: 2;
}
.list-step > .list-group-item:after {
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px;
	z-index: 2;
}
.list-step > .list-group-item:hover:after {
	border-bottom-color: #f5f5f5;
}
.list-step > .list-group-item.highlighted:after {
	border-bottom-color: #f05023;
}
.list-step > .list-group-item.has-error:after {
	border-bottom-color: #ff0000;
}
		
.modal-content > .table-modal > tbody:first-child > tr:first-child th,
.modal-content > .table-modal > tbody:first-child > tr:first-child td {
  	border-top: 0;
}

.nav > li.tabset_label > a {
  color: #333333;
  text-decoration: none;
  /*font-weight: bold;*/
}
.nav > li.tabset_label > a:hover,
.nav > li.tabset_label > a:focus {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: auto;
  color: #333333;
}

.nav > li > a {
	cursor: pointer;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.num-of-rows {
	width: 7rem !important;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	cursor: pointer;
}

.panel {
	/* overflow: hidden; this breaks tooling */
}
.panel-inner.panel-default {
	border-top: 1px solid #ddd;
}
.panel-inner > .panel-heading {
	border-radius: 0;
}

.panel-gardien-grey {
  border-color: #4d4d4d;
}

.panel-gardien-grey > .panel-heading {
  	color: #ffffff;
  	background-image: -webkit-linear-gradient(top, #999999 0%, #4d4d4d 100%);
  	background-image: -o-linear-gradient(top, #999999 0%, #4d4d4d 100%);
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#4d4d4d));
  	background-image: linear-gradient(to bottom, #999999 0%, #4d4d4d 100%);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff05023', endColorstr='#ffea4010', GradientType=0);
}
.panel-gardien-grey > .panel-heading + .panel-collapse > .panel-body {
  	border-top-color: #4d4d4d;
}
.panel-gardien-grey > .panel-heading .badge {
  	color: #f5f5f5;
  	background-color: #4d4d4d;
}
.panel-gardien-grey > .panel-footer + .panel-collapse > .panel-body {
  	border-bottom-color: #4d4d4d;
}

.select-highlight:hover {
	background-color: #e3e3e3;
}

.tab-pane {
	margin-top: 15px;
}

.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #d8d8d8 1px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.table-modal > thead > tr > th,
.table-modal > tbody > tr > th,
.table-modal > tfoot > tr > th,
.table-modal > thead > tr > td,
.table-modal > tbody > tr > td,
.table-modal > tfoot > tr > td {
	padding-left: 15px;
	padding-right: 15px;
}

.table-popover th,
.table-popover td {
	padding:3px 3px;
}

.table-pop-up,
.table-wip {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table-popup th,
.table-popup td,
.table-wip td,
.table-wip th {
	padding:3px 3px;
	white-space:nowrap;
}
.table-wip tr td:first-child,
.table-wip tr th:first-child {
	padding-left:20px;
}
.table-wip tr td:last-child,
.table-wip tr th:last-child {
	padding-right:20px;
}

.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}

/*
jquery-ui */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

#page-navigation,
#page-search {
	margin-top:20px;
	margin-bottom:10px;
}

#page-head-ctrl,
#page-head-search,
#page-foot-ctrl {
	margin-top:20px;
	margin-bottom:10px;
}

/*
@media (max-width: @screen-xs-max) { ... } */
@media (min-width: 768px) {
  .modal-xl {
    width: 100%;
   max-width:1200px;
  }
}
@media (max-width: 767px) {
	body {
		padding-top: 50px;
		margin-bottom: 100px;
	}

	.dropdown-menu li div.checkbox {
		margin:0;
	}

	.entries > .form-group {
		display: inline-block;
		vertical-align: middle;
	}
	.entries > .form-group > .input-group-entries {
		display: inline-table;
		vertical-align: middle;
	}

	.form-horizontal > fieldset {
		margin-bottom: 15px;
	}

	.gardien-logo {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.gardien-logo-text {
		display: none;
	}

	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.table-wip {
		max-width:100%; display:table;
	}

	.table-flipped table,
	.table-flipped thead,
	.table-flipped tbody,
	.table-flipped tfoot,
	.table-flipped th,
	.table-flipped td,
	.table-flipped tr {
		display: block;
	}

	.table-flipped thead tr,
	.table-flipped tfoot tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-flipped tr {	border-top: 1px solid #ccc;	}
	.table-flipped tr:last-child { border-bottom: 1px solid #ccc; }
	.table-flipped td { border: 0px !important; }
}

@media (min-width: 544px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

/* Small devices (tablets, 768px and up)
@media (min-width: @screen-sm-min) { ... } */
@media (min-width: 768px) {
	body {
		margin-bottom: 60px;
	}

	.entries {
		text-align: right;
		margin: 20px 0;
	}

	.form-group-static {
		margin-bottom: 0;
	}

	.form-horizontal > .form-group-static > .control-label {
		padding-bottom: 7px;
	}

	.form-horizontal > fieldset > textarea {
		margin-top: 3px;
	}
	.form-horizontal > fieldset > .panel {
		margin: 3px 0;
	}

	.gardien-logo {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.navbar-brand {
		min-height: 81px;
	}
	
	.navbar-nav {
		min-height: 80px;
	}
	.navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}

	#page-navigation {
		text-align:right;
	}
}

/*
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... } */
@media (min-width: 768px) and (max-width: 991px) {
	.newspaper {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}


/* Medium devices (desktops, 992px and up)
@media (min-width: @screen-md-min) { ... } */
@media (min-width: 992px) {
	.newspaper {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

/*
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... } */
@media (min-width: 992px) and (max-width: 1119px) {

}

/* Large devices (large desktops, 1200px and up)
@media (min-width: @screen-lg-min) { ... } */
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

th.rotate {
  height: 150px;
  white-space: nowrap;
}
th.rotate > div {
  transform:
    translate(10px, 120px)
    rotate(-45deg);
  width: 30px;
}
th.rotate > div > span {
  padding: 8px 0px 0px 8px;
}
.emp-hover
{
	background-color: #e5e5e5;
}

.table-outer-bordered {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
}

.table-fixed tbody {
    display:block;
    overflow-y:scroll;
}
.table-fixed thead tr,
.table-fixed tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-fixed thead {
    width: 100%;
}
.select_file{
    position:relative;
    display:inline-block;
	overflow: hideen;
	border-radius:8px;
    border:#ebebeb solid 1px;
    padding: 4px 6px 4px 8px;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    color: #7f7f7f;
    margin-top: 2px;
	background:white
}
.select_file input[type="file"]{
    -webkit-appearance:none;
    position:absolute;
    top:0; left:0; right:0;
	 min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity:100;
    outline: none;
    background: white;
    cursor: inherit;
}
.field {
    display: table;
    width: 100%;
}

.field > label,
.field > input {
    float:left;
}

.field > input {
    width: 50%;
}
.table_fixture {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.rows {
    border: 2px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.limebar:nth-child(even) {
    background-color:white;
}

.text_left {
    display: inline-block;
  	vertical-align: bottom;
    width: 600px;
    height: 600px;
}

.gardien-pills {
	padding-bottom: 15px;
}

.max_cell {
	max-width:200px;
}

p.success {
	color: #5cb85c;
}

p.failure {
	color: #d9534f;
}

fieldset.collapsible {
    border:none;
}

fieldset.collapsible > legend {
    padding: 0;
}

fieldset.collapsible > div {
    display: none;
}

.char_btn {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
}
.char_btn:hover,
.char_btn:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}
button.char_btn {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.collapsed_tbl_children {
	margin-left: 10px;
	border-left-style: solid;
	border-width: 3px;
	border-color: #d8d8d8;
}

/* checkbox styling from the following URL: */
/* https://bootsnipp.com/snippets/featured/animated-radios-amp-checkboxes-nojs */

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
	background-color: #FFFFFF;
}

.checkbox.disabled .cr,
.radio.disabled .cr {
	background-color: #EEEEEE;
	cursor: not-allowed;
	opacity: 1;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.ucam_status_div::-webkit-scrollbar {
	height: 1.0em;
}

.ucam_status_div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	border-radius: 10px;
}

.ucam_status_div::-webkit-scrollbar-thumb {
	background-color: #e3e3e3;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	border-radius: 10px;
}

.ucam_status_div {
	scrollbar-width: thin;
}

.nice_scrollbar::-webkit-scrollbar {
	height: 1.0em;
}

.nice_scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	border-radius: 10px;
}

.nice_scrollbar::-webkit-scrollbar-thumb {
	background-color: #e3e3e3;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	border-radius: 10px;
}

.nice_scrollbar {
	scrollbar-width: thin;
}