/* MODAL */
.srt-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;

	background: rgba(0,0,0,.75);
	z-index: 999;
}

.srt-modal{
	position: fixed;
	top: 50px;
	width: 550px;
	min-height: 500px;
	left: calc(50% - 275px);
	
	border-radius: 5px;
	border: 2px solid #b2d4dd;

	background: #fff;
	display: none;

	z-index: 1000;
}

.srt-modal .srt-button .mk-button{
	margin-bottom: 40px;
	max-width: 230px !important;
}

.srt-checkbox-contain{
	margin-top: 20px;
	margin-bottom: 20px;
}

.srt-modal .srt-close-button{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
}

.srt-modal.srt-modal-show{
	display: block;
}

.srt-modal-content{
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}

.srt-modal-header h3{
    font-weight: 600;
	margin-bottom: 40px;
}

.srt-status{
	display: none;
	text-align: center;
	margin-top: 60px;
	font-size: 16px;
}
.srt-status h4{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.srt-status hr{
	margin-left: 40px !important;
	margin-right: 40px !important;
}
.srt-close-timer{
	margin-top: 70px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 180px;
	line-height: 100%;
	color: #c0dbe2;
	display: block;
	text-align: center;
}
.srt-close-timer + span{
	color: #c0dbe2;
}
/* MODAL */


.datepickers-container{
    z-index: 100000 !important;
	margin-top: -30px !important;
}



/* FORM */
.srt-modal form label{
	display: inline-block;
	line-height: 45px;
}
.srt-modal hr{
	border-style: solid;
    border-color: #b2d4dd;
	margin: 0 0 20px;
}
/* FORM */




#view-entry-form{
	min-height: 700px;
}



@media (max-width: 1140px){
	.srt-modal{
		top: 50px;
	}
}

@media (max-width: 760px){
	.srt-modal-header h3{
		font-size: 22px;
	}
	.srt-modal{
		left: 0;
		right: 0;
		bottom : 0;
		top: 0;
		width: auto;
	}
	.srt-modal .srt-modal-content{
	    overflow: auto;
		max-height: 100%;
	}
}


.srt-action-btn{
	cursor: pointer;
}