tbody tr:nth-child(even){
	background: #eaeaea;
	color: #000;
}

tbody tr:nth-child(odd){
	background: #c3c3c3;
	color: #000;
}

.badge-me{
	padding: 5px;
	color: white;
	width: 100%;
	font-weight: bold;
	border-radius: 5px;
}

legend{
	color: #000 !important;
	margin: 0px 12px;
}

.box-me{
	border: 8px solid #fff;
	border-radius: 10px;
	background-color: #d0d0d0;
	color: #2A3F54;
	padding: 0 10px;
}

.login-ic {
    background: rgba(255, 255, 255, 0.55);
    margin-bottom: 1em;
    padding: 5px 10px;
}

.clear{
	clear: both;
}

.background-me{
	position: relative;
}

.background-me::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('http://sdmk.bi-andromeda.net/assets/image/medicina.jpg'); background-size: cover; background-color: rgba(255, 255, 255, 0.5);
	opacity: .5;
}

.modal-me{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #aaaaaa7f;
	transition: all .5s;
}

.modal-me img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
	width: 50%;
	/*transform: scale(1);*/
}

.btn-me:hover{
	background: #2A3F54 !important;
	color: #fff !important;
}

#sip .form-group{
	padding: 5px 0;
}

.badge-me-1{
	padding: 5px 20px;
	background-color: #1480e0;
	color: white;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.badge-me-2{
	padding: 5px 20px 5px 5px;
	background-color: #1480e0;
	color: white;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.badge-me-2::after{
	content: 'x';
	position: absolute;
	top: 0;
	right: -5px;
	background-color: #a41f1f;
	width: 20px;
	height: 100%;
	border-radius: 0 5px 5px 0;
	opacity: 1;
}

.p_harapsegera{
	text-align: center;
    margin-top: 8px;
    color: red;
    font-style: italic;
    display: block;
    background-color: yellow;
    width: 332px;
    border-radius: 5px;
    float: right;
    margin-right: -15px;
}

#judul_orange{
	background-color: #ff6f0e;
    color: white;
    border-radius: 2px;
    padding: 2px;
    font-style: italic;
}

.tb-ereksip>tbody>tr>td, .tb-ereksip>tbody>tr>th, .tb-ereksip>tfoot>tr>td, .tb-ereksip>tfoot>tr>th, .tb-ereksip>thead>tr>td, .tb-ereksip>thead>tr>th {
    padding: 11px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tb-ereksip>tbody>tr>td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding-left: 12px;
}

.tb-ereksip>thead{
	background-color: #2a3f54;
    color: white;
}



#judul_red{
	background-color: red;
    color: white;
    border-radius: 2px;
    padding: 2px;
    font-style: italic;
}

.txt-kosong{
	display: block;
    background-color: red;
    color: white;
    font-style: italic;
    font-weight: bold;
}

#judul_nav{
	    font-size: 18px;
}

.toggle_admin {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 50px;
}

.lb-hijau{
	background: green;
    color: white;
    /* width: 34px; */
    display: block;
    width: 85px;
    text-align: center;
    padding: 1px;
    border-radius: 4px;
}

.lb-merah{
	background: red;
    color: white;
    /* width: 34px; */
    display: block;
    width: 85px;
    text-align: center;
    padding: 1px;
    border-radius: 4px;
}

.tb-ereksip-left>tbody>tr>td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    padding-left: 12px;
}

.baner-custom{
	margin-bottom: 30px;
    width: 47%;
    float: left;
}

.lb-hijau{
	background: green;
    color: white;
    padding: 0px;
    border-radius: 4px;
    font-weight: bold;
}

.lb-sip{
	background: #337ab7;
    color: white;
    padding: 7px;
    border-radius: 4px;
    font-weight: bold;
}

.p-sip{
	text-align: center;
    background: red;
    color: white;
    width: 480px;
    border-radius: 3px;
    font-style: italic;
}