@charset "utf-8";
@font-face {
    font-family:'Noto Sans SemCond Thin';
    src: url(../fonts/NotoSans-SemiCondensedThin.ttf);
}
@font-face {
    font-family:'Noto Sans Light';
    src: url(../fonts/NotoSans-Light.ttf);
}
@font-face {
    font-family:'Noto Sans Thin';
    src: url(../fonts/NotoSans-Thin.ttf);
}

.dtp {
	position: fixed; top: 0; 
	left: 0; right: 0; 
	bottom: 0; background: rgba(0, 0, 0, 0.4); 
	z-index: 2000; font-size: 14px; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.dtp > .dtp-content {
	background-image: linear-gradient( transparent,transparent,#fff,#fff,#fff,#fff,#fff,#fff,#fff,#fff);
	max-width: 360px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
	min-height: 560px; position: relative; left: 50%;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
	background-color:rgba(67, 38, 97, 0.7);  
	color: #fff; text-align: center;
	padding: 0.3em; display:none;
}/*top week*/

.dtp div.dtp-date, .dtp div.dtp-time {
	background-color:rgba(67, 38, 97, 0.9);
	text-align: center; color: #fff; 
	padding: 1em; font-weight:300;
	font-family:'Noto Sans Thin';
}
/*today*/
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month {font-size: 1.5em; position:absolute; width:2.5em; left:4.5em; top:1em;}
.dtp div.dtp-actual-day{font-size: 1.5em;}
.dtp div.dtp-actual-num { font-size: 5em; line-height: 0.9; font-weight:300;}
.dtp div.dtp-actual-maxtime { font-size: 1.5; line-height: 0.9; }
.dtp div.dtp-actual-year {font-size: 1.2em; color: #fff; display:none; }
.dtp div.dtp-picker { padding: 1em; text-align: center; line-height: 0.9; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time { font-weight: 500; text-align: center;}
.dtp div.dtp-picker-month {
	padding-bottom:20px!important; text-transform: uppercase!important; font-size: 2em;}

.dtp .dtp-close { position: absolute; top: 0.1em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i {
	font-size: 2em; padding:0.1em; background-color:rgba(113, 70, 28, 0);}

.dtp-select-month-before i ,.dtp-select-month-after i ,.dtp-select-year-before i ,.dtp-select-year-after i{
	font-size: 4em; color:#fff;
	background-color:rgba(113, 70, 28, 0);
	border-radius:50%;
	}

.dtp-select-year-before ,.dtp-select-year-after ,.dtp-select-month-after ,.dtp-select-month-before{
	position:absolute;}
.dtp-select-year-before ,.dtp-select-month-before {left:1em; margin-top:1em;}
.dtp-select-year-after ,.dtp-select-month-after{right:1em; margin-top:1em;}
.dtp-select-month-after ,.dtp-select-month-before{ margin-top:0.5em;}


.dtp-select-year-before i ,.dtp-select-year-after i{
	color:#432661; top:5em; 
	background-color:rgba(113, 70, 28, 0);
	border-radius:50%;
	}


.dtp table.dtp-picker-days { margin: 0; min-height: 251px;}
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td { border: none; }
.dtp table.dtp-picker-days tr > td {  font-weight: 700; font-size: 1.2em; text-align: center; padding: 0.5em 0.3em; }
.dtp table.dtp-picker-days tr > td > span.dtp-select-day {color: #BDBDBD!important; padding: 0.4em 0.5em 0.5em 0.6em;}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
	color: #212121; text-decoration: none; padding: 0.3em; border-radius: 8px!important; }
.dtp table.dtp-picker-days tr > td > a.selected{ background-color:rgba(67, 38, 97, 1);  color: #fff; font-size:1.6em; border-radius:50%;}
/*day button*/

.dtp table.dtp-picker-days tr > th {
	color: #ccc; text-align: center; font-weight: 700; padding: 0.4em 0.3em; font-size: 1em;}

.dtp .p10 > a { color: #689F38; text-decoration: none; }
.dtp .p10 { width: 10%; display: inline-block; }
.dtp .p20 { width: 20%; display: inline-block; }
.dtp .p60 { width: 60%; display: inline-block; }
.dtp .p80 { width: 80%; display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
	position: relative; top: 10px; 
	color: #212121; font-weight: 500; 
	padding: 0.7em 0.5em; 
	border-radius: 50%!important;
	text-decoration: none; 
	background: #666; 
	font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #e265a3; color: #e265a3; }

.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }

.dtp .dtp-buttons { padding: 0 1em 1em 1em; text-align: center; }

.dtp.hidden, .dtp .hidden { display: none; }
.dtp .invisible { visibility: hidden; }

.dtp-buttons{padding:0;}

.btn-sm {padding:0; padding:0.2em 1.5em; font-size:1.5em; background: #fff; color: #c5c5c5; border:1px solid #f2f2f2;}
.dtp-btn-now {background: #e265a3; color: #fff; border:none;}

.dtp .left { float: left; }
.dtp .right { float: right; }
.dtp .clearfix { clear: both; }

.dtp .center { text-align: center; }

.dtp-picker-year{
    margin-bottom: 1px;
}
.dtp-picker-year a{ padding:0.5em; border:1px solid ccc; background-color:rgba(175, 175, 175, 0.1);}
.year-picker-item{
    text-align: center;
    padding-top: 5px;
    font-size: large;
    cursor: pointer;
    margin: 0.2em auto;
				font-size:1.5em;
}

.dtp-actual-year:hover{
    cursor: pointer;
}
.dtp-actual-year.disabled:hover{
    cursor: inherit;
}
.year-picker-item:hover{
    color:#71461c;
}

.year-picker-item.active{
    color:#71461c;
				font-size:1.5em;
				background-color:rgba(175, 175, 175, 0);
				padding:0.3em;
}

.dtp-select-year-range{
    display: inline-block;
    text-align: center;
    width: 100%;
}