/******************************
 * Author : Kiko
 *******************************/

@media (max-width:767px){
		.ui-datepicker {
		   padding:  0; 
		}
		#ui-datepicker-div {
		    height: 100%;
		    width: 100%;
		    top: 0px !important;
		    left: 0px !important;
		}
		.ui-datepicker-header {
		    border-radius: 0px;
		}
		.ui-datepicker .ui-datepicker-header {
		    padding: 4% 0;
		}
		.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		    top: 10%;
		    width: 2.8em;
		    height: 2.8em;
		}
		.ui-datepicker table {
		    width: 98%;
		    margin: 1%;
		}
		.ui-datepicker th {
		   	padding: 5% 3%;
		}
		.ui-datepicker td span, .ui-datepicker td a {
		    padding: 1.3em 1em;
		}
	}
	@media (max-height:441px){
		.ui-datepicker {
		   padding:  0; 
		}
		#ui-datepicker-div {
		    height: 100%;
		    width: 100%;
		    top: 0px !important;
		    left: 0px !important;
		}
		.ui-datepicker-header {
		    border-radius: 0px;
		}
		.ui-datepicker .ui-datepicker-header {
		    padding: 1% 0;
		}
		.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		    top: 2%;
		    width: 2.8em;
		    height: 2.4em;
		}
		.ui-datepicker table {
		    width: 98%;
		    margin: 1%;
		}
		.ui-datepicker th {
		   	padding: 1% 1%;
		}
		.ui-datepicker td span, .ui-datepicker td a {
		    padding: .3em 1em;
		}
		
	}