/* LOGIN PAGE */
#login-full-wrapper {
	background: url("/images/custcare/login-background.jpg") no-repeat
		scroll center center/cover rgba(0, 0, 0, 0);
}

#login-box .input-group {
	margin-bottom: 0px;
}

#login-box .input-group .input-group-addon i {
	color: #34495E;
}

.payer-form-fields label.feedbacklabel.ERROR {
	margin-left: 20px;
	margin-top: 6.5px;
	color: #c0392b;
}

.payer-form-fields .label-info{background-color: #5bc0de;}

label.feedbacklabel.ERROR {
	color: #c0392b;
	margin-bottom: 10px;
	margin-top: -15px;
}

.label-tag {
	white-space: normal;
	display: inline-block;
	padding: 4px 5px 5px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* TABLES */
.table {
	margin-bottom: 10px;
}

.table tbody>tr>td:first-child {
	font-size: 0.875em;
}

/* BUTTONS */
.btn.btn-lg {
	padding: 10px 16px;
}

.btn.btn-sm {
	padding: 5px 10px;
}

.btn.btn-xs {
	padding: 1px 5px;
}

.table a.table-link.success {
	color: #2ecc71;
}

.table a.table-link.warning {
	color: #F1C40F;
}

.table-condensed tbody>tr>td {
	padding: 5px;
}

.table-condensed tbody>tr>td:first-child {
	font-size: 0.975em;
	font-weight: 300;
}

.circle {
	width: 30px;
	height: 30px;
	border-radius: 50px;
}
/*Pagination*/
.
pagination li>span>em span {
	color: #2C3E50;
	font-weight: bold;
	font-style: normal;
}

.pagination li>span>em i {
	padding-top: 0px;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

/* ERROR PAGE */
#error-box {
	margin: 40px 200px 20px;
	min-width: 280px;
	text-align: left;
}

#error-box h2 {
	padding: 10px 0 10px 0px;
}

/* TABLES */
tr.headers>th.wicket_orderNone>a>span:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	font-size: 1.00em;
	padding-bottom: 3px;
}

tr.headers>th.wicket_orderUp>a>span {
	color: #27AE60;
}

tr.headers>th.wicket_orderUp>a>span:after {
	content: "\f077";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	font-size: 1.00em;
	padding-bottom: 3px;
}

tr.headers>th.wicket_orderDown>a>span {
	color: #27AE60;
}

tr.headers>th.wicket_orderDown>a>span:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
	font-size: 1.00em;
	padding-bottom: 3px;
}

.hl {
	border-top: 1px solid #C2C2C2;
	height: 1px;
	margin: 10px 0 15px;
	overflow: hidden;
}

.btn-group {
	padding-bottom: 3px;
}

.photo-box img {
	border: 20px solid #000;
	max-width: 100%
}

/* FORMATTING */
.width_percent_50 {
	width: 50%;
}

.width_percent_20 {
	width: 20%;
}

.width_percent_10 {
	width: 10%;
}

.width_percent_11 {
	width: 11%;
}

.bold {
	font-weight: 700;
}

.cursor-pointer {
	cursor: pointer;
}

.input-icon-inside {
	position: relative;
}

.input-icon-inside .form-control {
	padding-left: 34px;
	line-height: 1.1;
}

.input-icon-inside .form-control[readonly] {
	background: rgba(187, 186, 186, 0.22);
}

.input-icon-addon {
	position: absolute;
	top: 7px;
	left: 19px;
}

/* NAV */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	border-color: #EBF0F4;
	background-color: #EAF5FC;
}
.center {
	text-align: center;
}
/* BOOTSTRAP ELEMENTS */
.form-control.dateRange, .form-control.date {
	cursor: pointer;
}

.alert {
	padding: 10px;
}

.list-group-tab-inner {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item-tab-inner:first-child {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 4px;
}

/* PANEL STYLES */
.small-graph-box .headline {
	font-size: 1.325em !important;
	text-transform: none !important;
}

/* SELECT2 */
.select2-drop {
	z-index: 99999 !important;
}
