body{
    background: #FFF;
	width: 100%;
}

.notification {
	position: absolute;
	text-align: center;
	height: 20px;
    width: 20px;
    font-size: 9pt;
	color: #ffff00;
    right: 25px;
    bottom: 15px;
    background: #ff0000;
    border-radius: 50%;
    
}

.form-control {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.modal-content {
    border: none;
}

.modal-header{
    background: #0088aa;
    color: #FFF;
}

.table-responsive {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
  display: none;
}

.fixed-top {
    background: white;
    padding: 15px 20px 20px;;
}

.plus-data {
    padding:0 20px 80px 0
}

#plus-data {
	text-align: center;
    font-size: 20pt;
    font-weight: bold;
    padding: 20px 28px;
	color: #555;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px #aaa;
    text-decoration: none;
}

/* .......................................................................Start of EMA Header */

#ema_header{
	background: #FFF;
	color: #222;
	padding: 15px 20px 20px;
	font-size: 17px;
}

#ema_header i{
	color: #222;
	font-size: 25px;
}

/*#ema_header i.fa-bell:after{
	position: absolute;
	display: block;
	content: '';
	height: 7px;
    width: 7px;
	background: #ffff00;
	border-radius: 50%;
    right: 12px;
    bottom: 17px;
}*/

#ema_header .btn{
	height: 50px;
	width: 100%;
	background: #366775;
	color: #D8ECF2;
	border-radius: 7px;
	margin-top: 15px;
}

#ema_header a {
    color: #222;
}

#ema_header a:hover {
    color: #999;
}

#ema_header > div{
	box-shadow: 0 2px 5px #eee;
}

/* .......................................................................Start of EMA Title */

#ema_title{
	background: #FFF;
	color: #222;
	padding: 0 15px 20px 15px;
	margin-top: 32px;
}

#ema_title .btn{
	*height: 80px;
	width: 100%;
	background: #0088aa;
	color: #D8ECF2;
	border-radius: 15px;
	margin: 0 0 5px 0;
	padding: 10px 0;
}

.text-middle {
    margin: auto;
	font-weight: bold;
	font-size: 35px;
}

/* End of EMA Title */

/* Start of EMA Body */

#ema_body{
	background: #EEE;
	padding: 15px;
	margin-top: 30px;
}

#ema_body .btn{
	margin-bottom: 2px;
}

#ema_body .title{
	color: #222;
	font-size: 20px;
	font-weight: 600;
}

#ema_body img{
	height: 40px;
	width: 40px;
	border-radius: 5px;
}

#ema_body .details{
	height: 40px;
	line-height: 40px;
	color: rgba(0,0,0,0.5);
}

#ema_body .details > span{
	display: block;
}

#ema_body .details .name{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

#ema_body .details .charge_hour{
	margin-top: -20px;
	font-size: 12px;
	letter-spacing: 0.5px;
}

#ema_body .details .charge{
	color: #23A2CC;
	font-size: 14px;
	font-weight: 500;
}

#ema_body .mechanic_details i{
	color: #23A2CC;
	font-size: 18px;
	line-height: 60px;
}

/* .......................................................................Start of EMA Body Form*/

#ema_body_form{
	background: #FFF;
	padding: 15px;
	margin-bottom: 80px;
}


#ema_body_meta input[type=file] {
  border-radius: 50px;
  padding-bottom: 2px;
}

#ema_body_form > div{
	margin-bottom: 20px;
}

#ema_body_form hr{
	height: 1px;
	color: #DDD;
	background-color: #DDD;
}

#ema_body_form li{
	padding: 10px;
	font-size: 13pt;
}

#ema_body_form .title{
	color: #0088aa;
	font-size: 20px;
	font-weight: 600;
}

#ema_body_form label{
    color: #222;
	padding-left: 2px;
	margin: 7px 0 1px 0;
	font-weight: 600;
}

#ema_body_form img{
    width: 100%;
    padding-bottom: 20px;
}

#ema_body_form .akun{
    padding-bottom: 30px;
}

#ema_body_form .akun img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding: 0;
}

@media screen and (min-width: 600px) {
    #ema_footer .modal-body{
        padding-left: 230px;
    }
    
}

@media screen and (max-width: 450px) {
    .text-middle {
        margin: auto;
    	font-weight: bold;
    	font-size: 17px;
    }

    #ema_footer .modal-body{
        padding-left: 175px;
    }
    
    input[type=file] {
        height: 40px;
    }
    
    #ema_body_form{
    	font-size: 10pt;
    }
    
    #ema_body_form .dataTable{
    	font-size: 10pt;
    }

    #ema_body_form input{
    	font-size: 10pt;
    }
    
    #ema_body_form select{
    	font-size: 10pt;
    }
    
    #ema_body_form textarea{
    	font-size: 10pt;
    }

    #ema_body_meta a {
    	font-size: 9pt;
    }
}

/* .......................................................................Start of EMA Body Meta */

#ema_body_meta{
	background: #FFF;
	*background: transparent;
	*border-radius: 35px 35px 0 0;
}

#ema_body_meta > div{
	margin-bottom: 45px;
}

#ema_body_meta > div >div{
	margin-top: 15px;
}

#ema_body_meta a {
	color: #222;
}

.icon_text {
	margin: 10px 2px 0 2px;
	padding: 0px;
}

.ema_workplace i{
	height: 25px;
	width: 25px;
	background: #A2B4C0;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
}

.fa-chevron-down{
	line-height: 28px !important;
}

/* End of EMA Body Meta */

/* Start of EMA Body Meta Workplace */

#ema_body_meta_workplace{
	padding: 20px;
	background: #D8ECF2;
	border-radius: 35px 35px 0 0;
	margin-top: -40px;
}

#ema_body_meta_workplace .ema_workplace span{
	color: #000;	
}

.ema_tabs{
	margin-top: 20px;
	margin-bottom:50px;
}

.ema_tabs .box{
	display: flex;
	flex-direction: column;
	background: #D8ECF2;
	color: #366775;
	text-align: center;
	padding: 15px 0;
	border-radius: 7px;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.15),
				0px 0px 15px 3px rgba(255,255,255,0.2);
}

.ema_tabs .box i{
	font-size: 35px;
	color: rgba(0,0,0,0.7);
	color: #366775;
	color: rgba(54, 103, 117, 0.7);
}

.ema_tabs .box span{
	font-size: 11px;
	margin-top: 5px;
	color: rgba(54, 103, 117, 1);
}

/* .......................................................................Start of EMA Footer */

#ema_footer{
    *position: fixed;
    bottom: -1px;
    background: #eee;
    color: #999;
    height: 50px;
    line-height: 40px;
    padding: 5px 0;
    *border-radius: 5px 5px 0 0;
}

#ema_footer a {
	color: #999;
}

.ema_footer_tabs ul{
    padding: 0;
}

.ema_footer_tabs ul li{
    float: left;
    list-style: none;
    width: 33%;
    text-align: center;
    font-size: 25px;
}

/* .......................................................................Start of EMA Information */

#ema_information {
	background: #FFF;
	padding-top: 5px;
}

#ema_information .bg_information {
	background: #000;
}

#ema_information > div{
	width: 100%;
	margin: 30px 0 0 0;
	padding: 10px 0;
}

#ema_information img{
	*height: 180px;
	border-radius: 10px;
}

#ema_information table, td{
	padding: 3px;
}

/* .......................................................................Start of EMA Berita */

#ema_berita {
	text-transform: uppercase;
	background: #000;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 10px;
}