@CHARSET "UTF-8";

.text-weight-bold {
	font-weight: 700;
}

.title {
	background-color: #008080 !important;
}

/* Sign Screens - Wrappers */
.body-sign {
	display: table;
	margin: 0 auto;
	min-width: 60%;
}

.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-sign .panel-sign {
	background: transparent;
}

.body-sign .panel-sign .panel-title-sign .title {
	background-color: #cccccc;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 13px 17px;
	vertical-align: bottom;
}

.panel-title-sign{
	height: 70px;
}

.panel-title-sign>.pull-left{
    width: 180px;
    margin-top: 15px;
}

.ui-inputfield{
	width: 100%;
	height: 35px;
}

.body-sign .panel-sign .panel-body {
	border: 1px solid #008080;
	border-top: 5px solid #008080;
	border-radius: 5px 0 5px 5px;
	padding: 25px;
	margin-bottom: 20px;
}

/* Sign Screens - Elements */
.body-sign .input-group-icon .input-group-addon i {
	width: 14px;
}

.body-sign .checkbox-custom {
	margin-top: 8px;
}

.body-sign .line-thru {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

.body-sign .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}

.body-sign .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-sign .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}