.login {
    background: url(../assets/img/pattern/egg_shell.png) repeat #444;
}

.login .form-signin input[type="password"].mb-0{
	margin-bottom: -1px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.personal_guarantee {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../assets/img/pattern/egg_shell.png) repeat #444;
}
.personal_guarantee .form-signin {
  max-width: 330px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
}
.main {
    padding-top: 20px;
    padding-bottom: 20px;
	background: url(../assets/img/pattern/egg_shell.png) repeat #444;
}

.main .content {
	max-width: 400px;
    padding: 20px 5px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
}

.contractmain {
    padding-top: 20px;
    padding-bottom: 20px;
	background: url(../assets/img/pattern/egg_shell.png) repeat #444;
}

.contractmain .content {

    padding: 20px 10px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
}

.help-block{
	color: #dc143c;
	font-size: 1.2rem;
}

.hope-block{


}

.hope-block::after{
	content: "";
	display: block;
	clear: both;
}

.day{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px 3px;
}

.hope{
	float: right;
}

.hope .form-control{
    padding: 2px 2px;
    height: 30px;
}

.hope .start, .decide .start{
	float: left;
	height: 30px;
}

.hope .while, .decide .while{
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 3px;
}

.hope .end, .decide .end{
	float: left;
	height: 30px;
}

.hope .buttons{
	float: left;
	height: 30px;
}

.hope button{
	height: 30px;
	padding: 0px 6px;
	margin: 0px 0px 0px 3px;
    border-radius: 0.3rem;
    border: 1px solid #767676;
}

.hope button.button1{
	background-color: #e0ffef;
}

.hope button.button2{
	background-color: #dbedff;
}

.hope button.button3{
	background-color: #ffe0e0;
}

.hope button.button_disabled{
	background-color: #eeeeee;
    color: #bbbbbb;
}

.hope label, .decide label{
	font-size: 1.2rem;
}

.hope select, .decide select{
	width: 70px;
}

.hopeconfirm-block, .decideconfirm-block{

	margin-bottom: 3px;

}

.hopeconfirm-block::after, .decideconfirm-block::after{
	content: "";
	display: block;
	clear: both;
}


.hopeconfirm-block .day, .decideconfirm-block .day{
	float: left;
	width: 75px;
	height: 30px;
	line-height: 30px;
	padding: 0px 3px;
	text-align: right;
}


.hope .confirm, .decide .confirm{
	display: block;
	width: 70px;
	height: 30px;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	background-color: #eee;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkbox-inline_input, .checkbox-inline-training_input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.checkbox-inline_label,.checkbox-inline-training_label {
    background: #EEEEEE;
    color: #BBBBBB;
	height: 30px;
    display: inline-block;
    line-height: 30px;
	margin: 0px 0px 0px 3px;
    border-radius: 0.3rem;
    padding: 0px 5px;
}
.checkbox-inline_input:checked + .checkbox-inline_label {
	background: #164a84;
	color: #fff;
}

.checkbox-inline-training_input:checked + .checkbox-inline-training_label {
	background: #2e8b57;
	color: #fff;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#top .navbar-brand img.logo {
    height: 50px;
}

table.table th {
	background-color: #005EB8 !important;
	color: #FFFFFF;
	vertical-align: middle;
}

table.table td {
	padding-top: 0rem;
	padding-bottom: 0rem;
	vertical-align: middle;
}

.dataTables_length, .dataTables_info, .dataTables_filter, .pagination .page-item .page-link{
	font-size: 1.25rem;
}

.confirm{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-contract{

    color: #fff;
    background-color: #ff0088;
    border-color: #ff1493;

}

.btn-concluded_contract{

    color: #fff;
    background-color: #b841d9;
    border-color: #da70d6;

}
.contract_detail{
	margin-left: 20px;
}

.signature_box{

    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;

}

#signature_canvas{

	background-color: #ffffff;

}
.checkbox-inline-contract_label{
	background: #EEEEEE;
	color: #BBBBBB;
	display: inline-block;
	border-radius: 0.3rem;
	height: 34px;
	padding: 6px 12px;
	line-height: unset;
	margin: 0px 2px 5px 0px;
}

.checkbox-inline_input:checked + .checkbox-inline-contract_label, .checkbox-inline-contract_label-checked {
	background: #164a84;
	color: #fff;
}

.contract_ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contract_ul li{
	margin-bottom: 1rem;
}
.url-block textarea{
	width: 100%;
	background-color: ivory;
	border: 1px solid #333;
	resize: none;
}
.hope button.btn-holiday{
    font-size: 1.2rem;
    font-weight: bold;
	background: #333;
    color: #fff;
    display: inline-block;
	margin: 0px 0px 0px 3px;
	border: none;
    border-radius: 0.3rem;
    padding: 0px 5px;
    width: 30px;
}
