/*@import url('font.css');*/
body {
    overflow-x: hidden;
}

body {
    font-size: 1rem;
    font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	color:#000000;
    background-color: #fff;
	/*background-image: linear-gradient(to right top, #051937, #46234f, #83274e, #ac4136, #b57107);*/
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #DCDDDE;
    border-radius: 0;
    outline: 0;
    height: 1.5rem;
    width: 100%;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.md-form .prefix {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: absolute;
    width: 2rem;
    font-size: 1rem;
}

.md-form .prefix~input, .md-form .prefix~textarea {
    margin-left: 2rem;
    width: 92%;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
}

.md-form .prefix ~ label {
    margin-left: 2rem;
}

span.menu-title{
	display:block;
	position:relative;
	top:-0.5em;
	font-size:1.2em;
	font-weight:bold;
}

.menu{
	color:#000;
	text-align:center;
	webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    background-color: rgba(189,189,189,0.1);
	padding: 15px 8px 15px 17px;
    border-radius: 5px;
	margin-bottom:1rem;
}

.white-background{
	color:#FFF;
	text-align:center;
	//webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
   // box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    background-color: #000000;
	padding: 15px 8px 15px 17px;
    border-radius: 5px;
	margin-bottom:1.9rem;
}


h2.title{
	color:#000;
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.5rem;
}

h2.title2{
	color:#000000;
	text-align:left;
	padding:6px 0;
	font-size:1.2rem;
	/*text-shadow: 2px 3px 0px #000;*/
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:0;
}

span.tanggal{
	display:block;
	text-align:left;
	font-size:0.8rem;
	color:#000;
	font-weight: bold;
}
a:hover{
	text-decoration:none;
	color:blue;
}

.logo{
	padding:0 20px 20px 20px;
}

.logo img{
	max-width:200px;
}

.form-control{
	color:#000;
}

.form-control:focus{
	color:#000;
}

.pull-right{
	float:right;
}

img.img-logo{
	max-height:125px;
	/*-webkit-box-shadow: 0px 4px 12px 0px rgba(99,99,99,1);
-moz-box-shadow: 0px 4px 12px 0px rgba(99,99,99,1);
box-shadow: 0px 4px 12px 0px rgba(99,99,99,1);*/
}

img.img-left{
	float:left;
	margin-right:1rem;
	max-height:50px;
}
.btn-rounded {
    border-radius: 10em;
}

.btn-circle{
	border-radius:80%;
	padding:1rem 1.3rem !important;
	font-size:1.5rem !important;
}
.btn-black {
    background-color: #051937;
}

fieldset{
    border: 1px groove #F2F2F2 !important;
    padding: 0.5em 1em 0.5em 1em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #F2F2F2;
            box-shadow:  0px 0px 0px 0px #F2F2F2;
}

legend {
	font-size: 0.8em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto !important;
	padding:0 10px !important;
	border-bottom:none;
	color:#FFF !important;
	text-shadow: 2px 2px #000000;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,240,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: rgba(255,255,240,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,240,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,240,0.4); 
}

footer{
	position:fixed;
	background-color:#0C0E11;
	color:#FFF;
	font-size:0.7rem;
	bottom:0;
	width:100%;
	padding:5px;
	text-align:center;
}

.text-right{
	text-align:right;
}

.block{
	display:block;
}

.bold{
	font-weight:bold;
}

.shadow-black{
	text-shadow: 2px 3px 0px #000;
}

h5.shadow-black{
	border-bottom:2px solid #b57107;
	padding:10px 0 10px 0;
}
span.title{
	font-weight: bold;	
	font-size:1rem;
	font-family: 'Space Mono', monospace;
	color:#000;
}

span.title-largeh{
	margin-bottom:1rem;
	font-size:2rem;
	color:green;
}
span.title-larger{
	margin-bottom:1rem;
	font-size:2rem;
	color:red;
}
span.title-largeb{
	margin-bottom:1rem;
	font-size:2rem;
	color:blue;
}
span.subtitle{
	font-size:0.7rem;
	display:block;
	color:#fff;
}

span.nilai{
	font-size:1rem;
	color:#fff;
}

.modal-header{
	background-image: linear-gradient(to right top, #051937, #4b275a, #962a61, #d2414a, #eb7a12);
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.modal-footer{
	justify-content: center;
}

.dtp-btn-cancel{
	background:#FB8B24;
}

.dtp-btn-ok{
	background:#002151;
}