html, body {
	height: 100%;
	width: 100%;
	font-weight: 300;
    image-orientation: from-image;
}

body.modal-window {
	padding: 0;
	margin: 0;
}
thead { display: table-header-group }
tfoot { display: table-row-group }
tr { page-break-inside: avoid }
img, .dropzone.dz-clickable {
    image-orientation: from-image;
}
a {
	color: #515ba0;
}
a:hover {
	color: #ec4047;
}
a, a:focus, a:active {
	outline: none;
	border: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}

.ui-datepicker {
	z-index: 10 !important;
}

.glyphicon {
	font-size: 14px;
    margin-right: 10px;
	word-spacing: -.6em;
}

.glyphicon.table-sorter {
	font-size: 10px;
}

.row {
	margin-bottom: 10px;
}

.alert {
	padding: 10px;
}

.nav-sidebar > li {
    width: calc(100% - 11px);
}

.nav-sidebar > li > ul.drop-nav {
	display: none;
	list-style: none;
	padding: 0;
}

.nav-sidebar > li.active > ul.drop-nav {
	display: block;
}

.nav-sidebar > li > ul.drop-nav > li {
	list-style: none;
	padding: 0;
}

.drop-nav > li > a {
	color: #242424;
}

.nav-sidebar > li > ul.drop-nav > li > a {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 50px;
}

.nav-sidebar > li > ul.drop-nav > li.active > a {
	color: #FFFFFF;
}

.nav-sidebar > li > ul.drop-nav > li.active > a:hover {
	background: transparent;
}

.nav-sidebar > li > ul.drop-nav > li > a:hover {
	background: #ececec;
}

.nav-sidebar > li > a > .glyphicon-chevron-down, .nav-sidebar > li > a > .glyphicon-chevron-up {
	font-size: 12px;
	margin-top: 5px;
}

ul.drop-nav > li > ul.drop-nav {
	display: none;
	list-style: none;
	padding: 0;
}

ul.drop-nav > li.active > ul.drop-nav {
	display: block;
}

ul.drop-nav > li > ul.drop-nav > li {
	list-style: none;
	padding: 0;
}

ul.drop-nav > li > ul.drop-nav > li > a {
	text-decoration: none;
	height: 100%;
	display: block;
	padding: 5px 0 5px 80px;
}

ul.drop-nav > li > ul.drop-nav > li.active > a {
	color: #ec4047;
	/*color: #FFFFFF;*/
}

ul.drop-nav > li > ul.drop-nav > li.active > a:hover {
	background: transparent;
}

ul.drop-nav > li > ul.drop-nav > li > a:hover {
	background: #ececec;
}

ul.drop-nav > li > a > .glyphicon-chevron-down, ul.drop-nav > li > a > .glyphicon-chevron-up {
	font-size: 12px;
	margin-top: 5px;
}

.nav  li  a:hover, .nav  li  a:focus {
	color: #3c3c3c;
}

.navbar-brand {
	padding: 3px 15px;
}

h2.panel-title {
    font-size: 24px;
    line-height: 34px;
}

/*--- Sign In Form ---*/
.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 20px auto 0;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .panel {
	border: none;
	background: transparent;
}

.form-signin .panel-logo {
	float: left;
	margin-bottom: -40px;
}

.form-signin .panel-logo img, .navbar-brand img {
	max-height: 54px;
}

.form-signin .panel-heading {
	background: transparent;
	padding: 0;
	text-align: right;
	clear: both;
	border: none;
}

.form-signin .panel-title {
	display: inline-block;
	background: #ec4047;
	border-radius:8px 8px 0 0;
	padding: 15px;
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
}

.form-signin .panel-title .glyphicon {
	font-size: 12px;
}

.form-signin .panel-body {
	background: #fff;
	border: 1px solid #ddd;
	border-top: 5px solid #ec4047;
	border-radius:5px 0 5px 5px;
}
/*--- End Form ---*/

/*--- Sign In Form ---*/
.form-unlock {
  max-width: 500px;
  padding: 15px;
  margin: 20px auto 0;
}
.form-unlock .form-unlock-heading,
.form-unlock .checkbox {
  margin-bottom: 10px;
}
.form-unlock .checkbox {
  font-weight: normal;
}

.form-unlock .panel {
	border: none;
	background: transparent;
}

.form-unlock .panel-logo {
	position: relative;
	top: 95px;
}

.form-unlock .panel-logo img {
	display: block;
	width: 150px;
	margin: auto;
	border: 2px solid #ec4047;
	
}

.form-unlock .name-info {
	text-align: center;
	padding-top: 40px;
}

.form-unlock .panel-body {
	background: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #ec4047;
	border-radius:5px 0 5px 5px;
}
/*--- End Form ---*/

.navbar-fixed-top {
	background-color: #FFF;
	min-height: 61px;
	z-index: 99999;
}

.navbar-fixed-top .navbar-header {
	width: 100%;
}

.navbar-fixed-top .user-options .dropdown-toggle {
	padding: 10px 15px;
	width:220px;
	height: 60px;
}

.navbar-fixed-top .user-options .dropdown-toggle:hover, .navbar-fixed-top .user-options .dropdown-toggle:active, .navbar-fixed-top .user-options .dropdown-toggle:link {
	background: none;
	position: relative;
	z-index: 10002;
}

.navbar-fixed-top .user-options .dropdown-toggle img {
	float: left;
	margin-top:2px
}

.navbar-fixed-top .user-options .dropdown-toggle .user-name-title {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
    color: #000011;
    font-size: 1.3rem;
    line-height: 1.2em;
}

.navbar-fixed-top .user-options .dropdown-toggle .user-title {
	color: #acacac;
    font-size: 1.1rem;
    line-height: 1.2em;
}

.navbar-fixed-top .user-options .dropdown-toggle .glyphicon {
	float: right;
	color: #000011;
    font-size: 16px;
    font-weight: bold;
	margin-top: 10px;
}

.navbar-fixed-top .user-options .dropdown .dropdown-menu {
	top: 7px;
	left: 0;
	width: calc(100% - 7px);
	padding-top: 43px;
	border: medium none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	z-index: 10001;
}

.navbar-fixed-top .separator {
    background-color: #f6f6f6;
    background-image: linear-gradient(#f9f9f9  60%, #ededed);
    display: inline-block;
    height: 45px;
    margin: 15px 10px 0;
    vertical-align: middle;
    width: 2px;
}

.nav-sidebar > li > a {
	border-left: 3px solid #1D2127;
	color: #242424;
}

.nav-sidebar > li.active > a, .nav-sidebar > .active > a, .nav-sidebar > .active > a:focus {
	border-left: 3px solid #111;
	background-color: #EFEBD6;
	color: #ec4047 !important;
	/*color: #111 !important;*/
	outline: none;
}
.drop-nav > li.active > a, .nav-sidebar > li > ul.drop-nav > li.active > a {
	color: #ec4047 !important;
}
.nav-sidebar > .active > a:hover {
	background-color: #eee;
}
.main {
	margin-left: 300px;
}

.left-nav-toggle-small {
	display: none;
	position: fixed;
	top: 2px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #0088CC;
	border-radius: 15px;
	moz-border-radius: 15px;
	margin: 10px;
	cursor: pointer;
	z-index: 100000;
}

.mobile-toggle-small {
	display: none;
}

.left-nav-toggle-small .glyphicon-menu-hamburger:before {
	display: block;
	padding: 8px;
	margin: 0;
	color: #fff;
}

.sidebar-left {
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: fixed;
    top: 61px;
    background: none repeat scroll 0 0 #f5f5f5;
    /*background: none repeat scroll 0 0 #1d2127;*/
    box-shadow: -10px 0 0 #2f3139 inset;
    color: #777777;
    vertical-align: top;
    width: 301px;
	padding: 0;
	overflow: hidden;
}

.sidebar-left .sidebar-header {
	background-color: #1d2127;
    color: #242424;
    /*color: #777777;*/
	width: 301px;
    height: 50px;
    position: fixed;
	top: 61px;
	left: 0;
	z-index: 10;
}

.sidebar-left .sidebar-header .sidebar-title {
	background-color: #f5f5f5;
    color: #242424;
    /*color: #c3c3c3;*/
    font-size: 1.5rem;
    padding: 15px;
}

.sidebar-left .sidebar-header .sidebar-toggle {
    background-color: #f5f5f5;
    /*background-color: #171717;*/
    border-radius: 0 0 0 5px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 73px;
}

.sidebar-left .sidebar-toggle .glyphicon {
	font-size: 18px;
	padding: 15px 0 0 8px;
	-webkit-transform:scale(1.2, 1.0);
	-moz-transform:scale(1.2, 1.0);
	-ms-transform:scale(1.2, 1.0);
	-o-transform:scale(1.2, 1.0);
	transform:scale(1.2, 1.0);
}

.sidebar-left .sidebar-scroller-window {
	width: 100%;
	height: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.sidebar-left .sidebar-scroller-container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 20px;
    width: 100%;/*calc(100% + 20px);*/
}

.ps-scrollbar-x {
	opacity: 0 !important;
}

.ps-scrollbar-y {
	background-color: #fff !important;
	width: 8px !important;
}

.ps-scrollbar-y-rail {
	opacity: 0.6 !important;
	top: 0 !important;
	right: 1px !important;
	width: 8px !important;
}

.page-header {
    left: 300px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 61px;
	z-index: 10000;
	background: none repeat scroll 0 0 #f5f5f5;
	/*background: none repeat scroll 0 0 #171717;*/
    border-bottom: medium none;
    border-left: 1px solid #3a3a3a;
    box-shadow: 1px 3px 0 1px #cccccc;
    height: 50px;
    padding: 0;
	padding-right: 20px;
}

.page-header h2 {
    border-bottom: 4px solid #ec4047;
    box-sizing: content-box;
	color: #242424;
    /*color: #fff;*/
    display: inline-block;
    float: left;
    font-size: 2rem;
    height: 50px;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px;
}

.page-header .breadcrumbs {
    display: inline-block;
    font-size: 0;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.page-header .breadcrumbs li {
    color: #c3c3c3;
    display: inline-block;
    font-weight: 300;
}

.page-header .breadcrumbs li::after {
    content: "/";
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 10px;
    vertical-align: middle;
}

.page-header .breadcrumbs li:last-child::after {
    display: none;
}

.page-header .breadcrumbs a, .page-header .breadcrumbs span {
    color: #242424;
    /*color: #c3c3c3;*/
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle;
}

.page-header .sidebar-right-toggle {
    color: #c3c3c3;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 50px;
    margin: 0 0 0 10px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    vertical-align: top;
    width: 50px;
}

.page-header .sidebar-right-toggle span {
    line-height: 49px;
    vertical-align: middle;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.row-offcanvas {
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.row-offcanvas-left .sidebar-offcanvas {
	width: 71px;
	z-index: 999;
}

.row-offcanvas-left .main {
	margin-left: 70px;
}

.row-offcanvas-left.active .main {
	margin-left: 300px;
}

.row-offcanvas-left .sidebar-left .sidebar-header {
	width: 70px;
}

.row-offcanvas-left.active .sidebar-left .sidebar-header {
	width: 301px;
}

.row-offcanvas-left .sidebar-offcanvas .glyphicon-chevron-down, .row-offcanvas-left .sidebar-offcanvas .glyphicon-chevron-up {
	display: none;
}

.row-offcanvas-left.active .sidebar-offcanvas .glyphicon-chevron-down, .row-offcanvas-left.active .sidebar-offcanvas .glyphicon-chevron-up {
	display: block;
}

.row-offcanvas-left .page-header {
	left: 70px;
}

.row-offcanvas-left.active .page-header {
	left: 300px;
}

.row-offcanvas-left.active .sidebar-offcanvas {
	width: 300px;
}

.row-offcanvas-left .sidebar-menu-text {
	display: none;
}

.row-offcanvas-left.active .sidebar-menu-text {
	display: inline;
}
.original-text {
    display: block;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.sidebar-left .sidebar-scroller-window {
		margin-top: 80px;
	}
	
	.row-offcanvas-left .page-header, .row-offcanvas-left.active .page-header {
		left: 0;
		top: 134px;
	}
	
	.row-offcanvas-left.active .main {
		margin-left: 0;
		margin-top: 84px;
	}
	
	.left-nav-toggle-small {
		display: block;
	}
	
	.row-offcanvas-left .sidebar-offcanvas {
		display: block;
		width: 0;
	}
	
	.row-offcanvas-left.active .sidebar-offcanvas {
		display: block;
		width: 100%;
		z-index: 99999;
	}
	
	.row-offcanvas-left .sidebar-offcanvas, .row-offcanvas-left.active .sidebar-offcanvas {
		display: none;
	}
}

.pagination-nav {
    text-align: center;
}

.tab-content {
	background-color: #fff;
	padding: 20px;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table.v-middle > tbody > tr > td, .table.v-middle > tbody > tr > th, .table.v-middle > tfoot > tr > td, .table.v-middle > tfoot > tr > th, .table.v-middle > thead > tr > td, .table.v-middle > thead > tr > th {
	vertical-align: middle;
}

.table > thead > tr > th {
	white-space: nowrap;
}

.table > thead > tr > th .glyphicon {
	display: inline-block !important;
}

.mce-btn-group .mce-btn {
	float: left;
}

.textbox-drop-search .drop-search-search-results {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.textbox-drop-search .drop-search-search-results li {
	padding: 5px 10px;
	margin: 0px;
	list-style: none;
}

.textbox-drop-search .drop-search-search-results li:hover {
	background-color: #f2f2f2;
	cursor: pointer
}

#modal-iframe-container {
	background: url('../images/modal-iframe-container-bg.png');
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 999999;
}

#modal-iframe-bounds {
	position: relative;
	display: block;
	width: 800px;
	max-width: 100%;
	height: 80%;
	top: 10%;
	margin: auto;
}

#modal-iframe-remove-icon {
	position: absolute;
	top: -20px;
	right: -20px;
	color: #fff;
}

#modal-iframe {
	width: 100%;
	height: 100%;
}

.dropzone {
	padding: 20px;
	min-height: 100px;
}

.info-text {
    display: block;
    color: #686898;
    font-size: 14px !important;
}

.table-grey {
    
}

.table-grey th, .table-grey td {
    border-top: 1px solid #dddddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    color: #555;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}

.table-grey > tbody > tr:nth-of-type(2n+1) > th, .table-grey > tbody > tr:nth-of-type(2n+1) > td {
    background-color: #f9f9f9;
}

.receipt-information {
	margin-bottom: 30px;
}

table.tablesorter-js {
    font-size: 11px;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
}
table.tablesorter-js thead tr th, table.tablesorter-js tfoot tr th {
    /*background-color: rgba(239,235,214,.7);*/
    border: 1px solid #FFFFFF;
    font-size: 11px;
    padding: 4px;
}
table.tablesorter-js thead tr .tablesorter-header {
    background-image: url("../images/sortbg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.tablesorter-js tr:hover, table.tablesorter-js tr:hover td {
    background-color: #EFEBD6 !important;
	cursor: pointer;
}
table.tablesorter-js tr.selected, table.tablesorter-js tr.selected td {
    background-color: #f7abae !important;
}
table.tablesorter-js tbody td {
    background-color: #FFFFFF;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
}
table.tablesorter-js tbody tr.odd td {
    background-color: #F0F0F6;
}
table.tablesorter-js thead tr .tablesorter-headerAsc {
    background-image: url("../images/asc.gif");
}
table.tablesorter-js thead tr .tablesorter-headerDesc {
    background-image: url("../images/desc.gif");
}
table.tablesorter-js thead tr .tablesorter-headerAsc, table.tablesorter-js thead tr .tablesorter-headerDesc {
    background-color: #9A9A9A;
}

/* filter row */
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme .tablesorter-filter {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

#processing-gif {
	background: url('../images/white-trans-bg.png');
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	display: none;
}

#processing-gif img {
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 200px);
}

.reassign-item {
	display: none;
}

.mce-fullscreen {
	z-index: 999999 !important;
}

.r-float {
	float: right;
}

.l-float {
	float: left;
}

.l-align {
	text-align: left;
}

.r-align {
	text-align: right;
}

.c-align {
	text-align: center;
}

.j-align {
	text-align: justify;
}

.clear {
	clear: both;
}

.strikethrough {
	text-decoration: line-through;
}

.p0px {
	padding: 0px;
}

.p5px {
	padding: 5px;
}

.p10px {
	padding: 10px;
}

.p15px {
	padding: 15px;
}

.p20px {
	padding: 20px;
}

.p25px {
	padding: 25px;
}

.p30px {
	padding: 30px;
}

.p35px {
	padding: 35px;
}

.p40px {
	padding: 40px;
}

.p45px {
	padding: 45px;
}

.p50px {
	padding: 50px;
}

.p55px {
	padding: 55px;
}

.p60px {
	padding: 60px;
}

.p65px {
	padding: 65px;
}

.p70px {
	padding: 70px;
}

.p75px {
	padding: 75px;
}

.p80px {
	padding: 80px;
}

.p85px {
	padding: 85px;
}

.p90px {
	padding: 90px;
}

.p95px {
	padding: 95px;
}

.p100px {
	padding: 100px;
}

.pt0px {
	padding-top: 0px;
}

.pt3px {
	padding-top: 3px;
}

.pt5px {
	padding-top: 5px;
}

.pt10px {
	padding-top: 10px;
}

.pt15px {
	padding-top: 15px;
}

.pt20px {
	padding-top: 20px;
}

.pt25px {
	padding-top: 25px;
}

.pt30px {
	padding-top: 30px;
}

.pt35px {
	padding-top: 35px;
}

.pt40px {
	padding-top: 40px;
}

.pt45px {
	padding-top: 45px;
}

.pt50px {
	padding-top: 50px;
}

.pt55px {
	padding-top: 55px;
}

.pt60px {
	padding-top: 60px;
}

.pt65px {
	padding-top: 65px;
}

.pt70px {
	padding-top: 70px;
}

.pt75px {
	padding-top: 75px;
}

.pt80px {
	padding-top: 80px;
}

.pt85px {
	padding-top: 85px;
}

.pt90px {
	padding-top: 90px;
}

.pt95px {
	padding-top: 95px;
}

.pt100px {
	padding-top: 100px;
}

.m0px {
	margin: 0px;
}

.m5px {
	margin: 5px;
}

.m10px {
	margin: 10px;
}

.m15px {
	margin: 15px;
}

.m20px {
	margin: 20px;
}

.m25px {
	margin: 25px;
}

.m30px {
	margin: 30px;
}

.m35px {
	margin: 35px;
}

.m40px {
	margin: 40px;
}

.m45px {
	margin: 45px;
}

.m50px {
	margin: 50px;
}

.m55px {
	margin: 55px;
}

.m60px {
	margin: 60px;
}

.m65px {
	margin: 65px;
}

.m70px {
	margin: 70px;
}

.m75px {
	margin: 75px;
}

.m80px {
	margin: 80px;
}

.m85px {
	margin: 85px;
}

.m90px {
	margin: 90px;
}

.m95px {
	margin: 95px;
}

.m100px {
	margin: 100px;
}

.ml0px {
	margin-left: 0px;
}

.ml5px {
	margin-left: 5px;
}

.ml10px {
	margin-left: 10px;
}

.ml15px {
	margin-left: 15px;
}

.ml20px {
	margin-left: 20px;
}

.ml25px {
	margin-left: 25px;
}

.ml30px {
	margin-left: 30px;
}

.ml35px {
	margin-left: 35px;
}

.ml40px {
	margin-left: 40px;
}

.ml45px {
	margin-left: 45px;
}

.mr0px {
	margin-right: 0px;
}

.mr5px {
	margin-right: 5px;
}

.mr10px {
	margin-right: 10px;
}

.mr15px {
	margin-right: 15px;
}

.mr20px {
	margin-right: 20px;
}

.mr25px {
	margin-right: 25px;
}

.mr30px {
	margin-right: 30px;
}

.mr35px {
	margin-right: 35px;
}

.mr40px {
	margin-right: 40px;
}

.mr200px {
	margin-right: 200px;
}

.mt0px {
	margin-top: 0px;
}

.mt5px {
	margin-top: 5px;
}

.mt10px {
	margin-top: 10px;
}

.mt15px {
	margin-top: 15px;
}

.mt20px {
	margin-top: 20px;
}

.mt25px {
	margin-top: 25px;
}

.mt30px {
	margin-top: 30px;
}

.mt35px {
	margin-top: 35px;
}

.mt40px {
	margin-top: 40px;
}

.mb0px {
	margin-bottom: 0px;
}

.mb5px {
	margin-bottom: 5px;
}

.mb10px {
	margin-bottom: 10px;
}

.mb15px {
	margin-bottom: 15px;
}

.mb20px {
	margin-bottom: 20px;
}

.mb25px {
	margin-bottom: 25px;
}

.mb30px {
	margin-bottom: 30px;
}

.mb35px {
	margin-bottom: 35px;
}

.mb40px {
	margin-bottom: 40px;
}

.w0px {
	width: 0px !important;
}

.w10px {
	width: 10px !important;
}

.w20px {
	width: 20px !important;
}

.w30px {
	width: 30px !important;
}

.w40px {
	width: 40px !important;
}

.w50px {
	width: 50px !important;
}

.w60px {
	width: 60px !important;
}

.w70px {
	width: 70px !important;
}

.w80px {
	width: 80px !important;
}

.w90px {
	width: 90px !important;
}

.w100px {
	width: 100px !important;
}

.w150px {
	width: 150px !important;
}

.w200px {
	width: 200px !important;
}

.w250px {
	width: 250px !important;
}

.w300px {
	width: 300px !important;
}

.w10p {
	width: 10% !important;
}

.w20p {
	width: 20% !important;
}

.w30p {
	width: 30% !important;
}

.w40p {
	width: 40% !important;
}

.w50p {
	width: 50% !important;
}

.w60p {
	width: 60% !important;
}

.w70p {
	width: 70% !important;
}

.w80p {
	width: 80% !important;
}

.w90p {
	width: 90% !important;
}

.w100p {
	width: 100% !important;
}

.h10px {
	height: 10px !important;
}

.h20px {
	height: 20px !important;
}

.h30px {
	height: 30px !important;
}

.h40px {
	height: 40px !important;
}

.h50px {
	height: 50px !important;
}

.h60px {
	height: 60px !important;
}

.h70px {
	height: 70px !important;
}

.h80px {
	height: 80px !important;
}

.h90px {
	height: 90px !important;
}

.h100px {
	height: 100px !important;
}

.mh100px {
	min-height: 100px;
}

.mh200px {
	min-height: 200px;
}

.mh300px {
	min-height: 300px;
}

.mh400px {
	min-height: 400px;
}

.mh500px {
	min-height: 500px;
}

.font-50 {
	font-size: 50px;
}

.inline {
	display: inline !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inactive {
	opacity: 0.7;
}

.bold {
	font-weight: bold;
}

.red {
	color: #CC3333 !important;
}

a.red:hover {
	color: #AB1B23 !important;
}

.green {
	color: #19BD75 !important;
}

.light-green-background {
    background-color: #ddffdd !important;
}

a.green:hover {
	color: #139059 !important;
}

.blue {
	color: #337AB7 !important;
}

a.blue:hover {
	color: #23527C !important;
}

.black {
	color: #000000 !important;
}

a.black:hover {
	color: #335759 !important;
}

.white {
	color: #FFFFFF !important;
}

a.white:hover {
	color: #EFD8A8 !important;
}

.hover {
	cursor: pointer;
}

.hover-red:hover, a.hover-red:hover {
	color: #ec4047 !important;
}

.hover-green:hover, a.hover-green:hover {
	color: #33cc33 !important;
}

.hover-blue:hover, a.hover-blue:hover {
	color: #3333cc !important;
}

.top-align {
    vertical-align: top;
}

.inline {
	display: inline;
}

.responsive {
	max-width: 100%;
}

.relative {
	position: relative;
}

.top-10px {
	top: -10px;
}

.top-20px {
	top: -20px;
}

.top-30px {
	top: -30px;
}

.top-40px {
	top: -40px;
}

.top-50px {
	top: -50px;
}

.top-60px {
	top: -60px;
}

.sigPad {
	background-color: #ccc;
	margin: 10px;
	padding: 10px;
	width: 520px; /* Change the width */
}

.sigWrapper {
	clear: both;
	height: 105px; /* Change the height */
	border: 1px solid #ccc;
}

.item.selected {
	background-color: #DCA3A9;
}

.modal {
	z-index: 99999;
}

.break-after {
	page-break-after: always;
}

.no-wrap {
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus,
	textarea:focus,
	input:focus {
		/*font-size: 16px;*/
	}
}

.table-budget {
	margin-left: 200px;
	margin-right: 200px;
	overflow: auto;
	display: block;
	max-width: calc(100% - 400px);
}

.table-budget tr {
	/*clear: both;*/
}

.table-budget tr th, .table-budget tr td {
	min-width: 200px;
	max-width: 200px;
	border-right: 1px solid #888;
	white-space: normal !important;
}

.table-budget tr th:first-child, .table-budget tr td:first-child {
	position: absolute;
	left: 0;
	background-color: #e2e2e2;
	border-left: none;
	border-right: 2px solid #000;
	z-index: 10;
}

.table-budget tr th:last-child, .table-budget tr td:last-child {
	position: absolute;
	right: 0;
	background-color: #e2e2e2;
	border-right: none;
	border-left: 2px solid #000;
	z-index: 10;
}

.table-budget thead tr th:last-child {
	background-color: #686868;
}

.table-budget .no-style {
	border: none;
	background: none;
}

.item.hovered .well {
	border: 1px solid #33cc33;
}

/**** Justin added ******/
label, .checkbox label, .radio label {
	font-weight: 300;
	font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
	border-top: 3px solid #ec4047;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
    color: #ec4047;
}
.nav-tabs>li>a {
	border-top: 3px solid #eee;
	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #555;
}
.nav-tabs>li>a:hover {
	background-color: #f5f5f5;
	border-top-color: #ec4047;
	color: #ec4047;
}
.btn {
	font-weight: 300;
}
.btn-primary {
    background-color: #fff;
    border-color: #ec4047;
    color: #ec4047;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
	background-color: #f05853;
	border-color: #ee413c;
	box-shadow: none;
}
.btn-info {
	color: #111;
    background-color: #EFEBD6;
    border-color: #efe9d6;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active {
	color: #6D767E;
	background-color: rgba(239,235,214,.7);
	border-color: #efe9d6;
}
.btn-danger {
	background-color: #d2322d;
}
.btn-danger:hover {
	background-color: #d64742;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #ec4047;
	color: #fff;
}
.input-group input[type="file"].form-control {
	padding: 0px;
}
.input-group-addon {
	background-color: #EFEBD6;
}
.form-inline .form-group .input-group button {
	background: none; 
	border: 0; 
	margin-right: 0;
	color: #6D767E;
} 
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	font-weight: 300;
	padding: 5px;
	vertical-align: middle;
}
.table.v-top>tbody>tr>td, .table.v-top>tbody>tr>th, .table.v-top>tfoot>tr>td, .table.v-top>tfoot>tr>th, .table.v-top>thead>tr>td, .table.v-top>thead>tr>th {
	font-weight: 300;
	padding: 5px;
	vertical-align: top;
}
.pagination>li>a, .pagination>li>span {
	color: #555;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ec4047;
    border-color: #ec4047;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #ec4047;
}
thead th {
	background-color: #686868;
}
thead th a, thead th {
	color: #fff;
}
td a span.glyphicon {
	color: #414b60;
}
td a:hover span.glyphicon {
	color: #ec4047;
}
tfoot th {
	background-color: #e5e5e5;
	color: #303030;
}

body.mobile {
	padding-top: 0;
}

body.mobile .row-offcanvas-left.active .main {
	margin-left: 0;
}

body.mobile .row-offcanvas-left.active .page-header {
	left: 0;
}

body.mobile .navbar.navbar-fixed-top {
	display: none;
}

body.mobile .left-nav-toggle-small {
	display: block;
}

body.mobile .row-offcanvas-left.active .sidebar-offcanvas {
	width: 100%;
	display: none;
}

body.mobile .sidebar-toggle {
	display: none;
}

body.mobile .row-offcanvas-left .page-header, body.mobile .row-offcanvas-left.active .page-header {
	top: 0;
}

body.mobile .row-offcanvas-left .page-header .right-wrapper, body.mobile .row-offcanvas-left.active .page-header .right-wrapper {
	display: none;
}

body.mobile .row-offcanvas-left.active .main {
	margin-top: 54px;
}

body.mobile .mobile-toggle-small {
	display: block;
	position: fixed;
	top: 2px;
	right: 50px;
	width: 30px;
	height: 30px;
	background-color: #00CC88;
	border-radius: 15px;
	moz-border-radius: 15px;
	margin: 10px;
	cursor: pointer;
	z-index: 100000;
}

body.mobile .mobile-toggle-small .glyphicon-refresh:before {
	display: block;
	padding: 8px;
	margin: 0;
	color: #fff;
}

/* Optional: Adjust the positioning of the character count text. */
label.mce-charactercount {
	float: right;
	margin: 10px;
}

.custom-message {
	min-width: 150px;
	margin-bottom: 10px;
}

.multi-day-list .selected {
	color: #333333;
	font-weight: bold;
}

.btn-live-bid {
	width: 300px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
}

.btn-live-bid-accept:enabled {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

#live-potential-bidders {
	border: 1px solid #888888;
	width: 100%;
	height: 75px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#live-notification-box, #live-connected-users-box {
	border: 1px solid #888888;
	width: 100%;
	height: 170px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#live-notification-box .message, #live-connected-users-box .message, #live-potential-bidders .message {
	padding: 5px 3px;
}

#live-notification-box .message .name, #live-connected-users-box .message .name, #live-potential-bidders .message .name {
	font-weight: bold;
	width: 75px;
	overflow: hidden;
	margin-right: 10px;
}

#live-notification-box .alert {
	margin-bottom: 0px;
}

.lot-history-table-container {
	max-height: 350px;
	overflow: auto;
}

.square-image-wrapper {
	width: 100%;
	padding-top: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	outline: 1px #a8a8a8 solid;
}

.square-image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#card-element.StripeElement {
    border: 1px solid #ccc !important;
    border-radius: 8px;
    padding: 5px;
}

#overlay-ajax {
	display:    none;
	position:   fixed;
	z-index:    1050;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 ) 
				url('../images/loading.svg') 
				50% 50% 
				no-repeat;
	text-align: center;
}
#overlay-message {
	display: 	inline-block;
	position:   relative;
	padding: 	10px;
	top:        calc(50% + 60px);
	background: rgba( 128, 128, 128, .8 );
	color: #f3f3f3;
	font-weight: bold;
}

.import-image-well,.import-image-well .row {
	display: inline-block;
	width: 100%;
}

.import-image-container .highlight {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #3333cc;
	width: 5px;
}

.import-image-container.hovered .highlight {
	display: block;
}

/* Square CSS */
#sq-form-container iframe {
  height: 56px;
	margin: 0;
  padding: 0;
	border: 0;
}

#sq-form-container fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#sq-form-container .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5;
  text-transform: uppercase;
	color: #000;
}

#sq-form-container .third:last-of-type {
  margin-right: 0;
}

/* Define how SqPaymentForm iframes should look */
#sq-form-container .sq-input {
  box-sizing: border-box;
  border: 1px solid #E0E2E3;
  border-radius: 4px;
  outline-offset: -2px;
  display: inline-block;
  -webkit-transition: border-color .2s ease-in-out, background .2s ease-in-out;
     -moz-transition: border-color .2s ease-in-out, background .2s ease-in-out;
      -ms-transition: border-color .2s ease-in-out, background .2s ease-in-out;
          transition: border-color .2s ease-in-out, background .2s ease-in-out;
}

/* Define how SqPaymentForm iframes should look when they have focus */
#sq-form-container .sq-input--focus {
  border: 1px solid #4A90E2;
  background-color: rgba(74,144,226,0.02);
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
#sq-form-container .sq-input--error {
  border: 1px solid #E02F2F;
  background-color: rgba(244,47,47,0.02);
}

#sq-form-container #sq-card-number {
  margin-bottom: 16px;
}

/* Customize the "Pay with Credit Card" button */
#sq-form-container .button-credit-card {
  width: 100%;
  height: 56px;
  margin-top: 10px;
  background: #4A90E2;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: background .2s ease-in-out;
     -moz-transition: background .2s ease-in-out;
      -ms-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;
}

#sq-form-container .button-credit-card:hover {
  background-color: #4281CB;
}

#sq-form-container #error {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  color: red;
  font-weight: 500;
  text-align: center;
  opacity: 0.8;
}
/* End Square CSS */

@media (max-width: 768px) {
	body {
		padding-top: 0;
	}
	
	.navbar.navbar-fixed-top {
		display: none;
	}
	
	.row-offcanvas-left .page-header, .row-offcanvas-left.active .page-header {
		top: 0;
	}
	
	.row-offcanvas-left .page-header .right-wrapper, .row-offcanvas-left.active .page-header .right-wrapper {
		display: none;
	}
	
	.row-offcanvas-left.active .main {
		margin-top: 54px;
	}
}

@media print {
  a[href]:after {
    content: none;
  }
}