.container-login100 {
    max-width: 450px;
    margin: 0 auto;
}
.header_mob {
    background: #113060;
    color: white;
    padding: 0px 10px;
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 42%);
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header_mob a{
	color: #fff;
	text-decoration: none;
}
.header_mob a:hover{
	opacity: 0.5;
}
.title_apps{
	font-size: 20px;
	margin-top: 10px;
}
.btn-header-mobile{
	background: none;
	border:none;
	font-size: 25px;
	color: white;
	margin-left: 15px;
}
.content_mob{
	padding: 25px 15px;
}
.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

.tab-mob{
	margin-bottom: 10px;
}
.button-form-sesi{
	margin-bottom: 10px !important;
}
.button-sesi-left {
    background: #919191;
    border: none;
    float: right;
    margin-top: -11px;
    color: white;
    height: 42px;
    padding: 10px;
    margin-right: -9px;
}
.button-sesi-left:disabled{
	opacity: 0.3;
}
.button-sesi-right {
    background: #5bc0de;
    border: none;
    float: right;
    margin-top: -11px;
    margin-right: -15px;
    height: 42px;
    padding: 10px 20px;
    border-radius: 0px 4px 4px 0px;
    color: white;
}
.button-sesi-right:disabled{
	opacity: 0.3;
}
.list-isi-sesi {
    background: #ddd;
    padding: 5px;
    margin-bottom: 5px;
}
.ttd {
    border-top: solid 1px #cecece;
    padding: 2px 0px;
    font-size: 12px;
    margin-top: 5px;
}
.ttd_nosesi {
    padding: 2px 0px;
    font-size: 12px;
    margin-top: 5px;
}
.status_form {
    border-radius: 3px;
    padding: 0px 5px;
    color: white;
    background: #d60404;
    border: solid 1px #d60404;
}

.status_form_sucess {
    border-radius: 3px;
    padding: 0px 5px;
    color: white;
    background: #116022;
    border: solid 1px #116022;
}
.status_form_process {
    border-radius: 3px;
    padding: 0px 5px;
    background: #113060;
    color: white;
    border: solid 1px #113060;
}

.btn-form-mobile{
	width: 100%;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    color: #3d3d3d;
    background: whitesmoke;
    padding: 5px 15px;
    text-align: left;
}
.btn-form-mobile-success {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #d4ffd4;
    border-color: #4cae4c;
    color: #3d3d3d !important;
    text-align: left;
}
.no_padding{
    padding: 0px !important;
}
.no_margin{
    margin: 0px !important;
}
.list_ttd {
    font-weight: 400;
    /* width: 100px; */
    float: right;
    padding: 0px 5px;
    border: solid 1px #ddd;
    margin-left: 5px;
    border-radius: 6px;
    background: white;
    font-size: 11px;
}