html, body {
	height: 100%;
	width: 100%;
	font-weight: 300;
}

body.modal-window {
	padding: 0;
	margin: 0;
}
a {
	/*color: #414b60;*/
	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;
}

.syntaxhighlighter .toolbar {
	display: none !important;
}

.glyphicon {
	font-size: 14px;
    margin-right: 10px;
	word-spacing: -.6em;
}

.glyphicon.table-sorter {
	font-size: 10px;
}

.row {
	margin-bottom: 10px;
}

.alert {
	padding: 10px;
}

h2.panel-title {
    font-size: 24px;
    line-height: 34px;
}

.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: #EFEBD6;
}

/* 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;
}

.clear {
	clear: both;
}

.l-align {
	text-align: left;
}

.r-align {
	text-align: right;
}

.c-align {
	text-align: center;
}

.j-align {
	text-align: justify;
}

.strikethrough {
	text-decoration: line-through;
}

.p0px {
	padding: 0px;
}

.p10px {
	padding: 10px;
}

.p20px {
	padding: 20px;
}

.p30px {
	padding: 30px;
}

.p40px {
	padding: 40px;
}

.p50px {
	padding: 50px;
}

.p60px {
	padding: 60px;
}

.p70px {
	padding: 70px;
}

.p80px {
	padding: 80px;
}

.p90px {
	padding: 90px;
}

.p100px {
	padding: 100px;
}

.pl0px {
	padding-left: 0px;
}

.pl10px {
	padding-left: 10px;
}

.pl20px {
	padding-left: 20px;
}

.pl30px {
	padding-left: 30px;
}

.pl40px {
	padding-left: 40px;
}

.pl50px {
	padding-left: 50px;
}

.pl60px {
	padding-left: 60px;
}

.pl70px {
	padding-left: 70px;
}

.pl80px {
	padding-left: 80px;
}

.pl90px {
	padding-left: 90px;
}

.pl100px {
	padding-left: 100px;
}

.pr0px {
	padding-right: 0px;
}

.pr10px {
	padding-right: 10px;
}

.pr20px {
	padding-right: 20px;
}

.pr30px {
	padding-right: 30px;
}

.pr40px {
	padding-right: 40px;
}

.pr50px {
	padding-right: 50px;
}

.pr60px {
	padding-right: 60px;
}

.pr70px {
	padding-right: 70px;
}

.pr80px {
	padding-right: 80px;
}

.pr90px {
	padding-right: 90px;
}

.pr100px {
	padding-right: 100px;
}

.mauto {
	margin: auto;
}

.m0px {
	margin: 0px;
}

.m10px {
	margin: 10px;
}

.m20px {
	margin: 20px;
}

.m30px {
	margin: 30px;
}

.m40px {
	margin: 40px;
}

.m50px {
	margin: 50px;
}

.m60px {
	margin: 60px;
}

.m70px {
	margin: 70px;
}

.m80px {
	margin: 80px;
}

.m90px {
	margin: 90px;
}

.m100px {
	margin: 100px;
}

.ml10px {
	margin-left: 10px;
}

.ml20px {
	margin-left: 20px;
}

.ml30px {
	margin-left: 30px;
}

.ml40px {
	margin-left: 40px;
}

.mr10px {
	margin-right: 10px;
}

.mr20px {
	margin-right: 20px;
}

.mr30px {
	margin-right: 30px;
}

.mr40px {
	margin-right: 40px;
}

.w10px {
	width: 10px;
}

.w20px {
	width: 20px;
}

.w30px {
	width: 30px;
}

.w40px {
	width: 40px;
}

.w50px {
	width: 50px;
}

.w60px {
	width: 60px;
}

.w70px {
	width: 70px;
}

.w80px {
	width: 80px;
}

.w90px {
	width: 90px;
}

.w100px {
	width: 100px;
}

.w200px {
	width: 200px;
}

.w300px {
	width: 300px;
}

.w10p {
	width: 10%;
}

.w20p {
	width: 20%;
}

.w30p {
	width: 30%;
}

.w40p {
	width: 40%;
}

.w50p {
	width: 50%;
}

.w60p {
	width: 60%;
}

.w70p {
	width: 70%;
}

.w80p {
	width: 80%;
}

.w90p {
	width: 90%;
}

.w100p {
	width: 100%;
}

.h10px {
	height: 10px;
}

.h20px {
	height: 20px;
}

.h30px {
	height: 30px;
}

.h40px {
	height: 40px;
}

.h50px {
	height: 50px;
}

.h60px {
	height: 60px;
}

.h70px {
	height: 70px;
}

.h80px {
	height: 80px;
}

.h90px {
	height: 90px;
}

.h100px {
	height: 100px;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inactive {
	opacity: 0.7;
}

.red {
	color: #CC3333 !important;
}

a.red:hover {
	color: #AB1B23 !important;
}

.green {
	color: #19BD75 !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 {
	color: #ec4047 !important;
}

.hover-green:hover {
	color: #33cc33 !important;
}

.hover-blue:hover {
	color: #3333cc !important;
}

.inline {
	display: inline;
}

.responsive {
	max-width: 100%;
}

.relative {
	position: relative;
}

.sigPad {
  margin: 0;
  padding: 0;
  width: 500px; /* Change the width */
}

.sigWrapper {
  clear: both;
  height: 105px; /* Change the height */

  border: 1px solid #ccc;
}

.item.selected {
	background-color: #DCA3A9;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
	}
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
	vertical-align: top !important;
}

.info-table {
	border: 2px solid #000;
}

.info-table thead {
	background-color: #bff3ff;
}

.info-table thead tr {
	border-bottom: 2px solid #000;
}

.info-table tbody tr {
	border-bottom: 1px solid #555;
}

.info-table tbody tr:last-child {
	border-bottom: none;
}

.info-table th, .info-table td {
	padding: 5px;
	vertical-align: top;
	border-right: 2px solid #000;
}

.info-table th:last-child, .info-table td:last-child {
	border-right: none;
}

.dropdown .dropdown-carot {
	float: right;
	position: relative;
    z-index: 100;
}

.open > .dropdown-menu, .keep-open > .dropdown-menu {
	float: none;
	position: relative;
}

.dropdown.keep-open .dropdown-menu {
	display: block;
}