html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.ui-datepicker-trigger{
	float:left;
	margin-top: 13px;
	cursor: pointer;
}

.calendar-input-gray {
	color: #245a74;
}

.ui-datepicker {
	background-color: rgb(84, 154, 188);
	border: 1px solid rgb(64, 137, 173);
	border-radius: 4px;
	box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.13);
	display: none;
	margin-top: 4px;
	/*padding: 10px;*/
	width: 290px;
	font-family: "Lato-Regular";
	font-size:14px;
	color:#ffffff;
	z-index: 100 !important;
	 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box; /* Для Firefox */ 
			 box-sizing: border-box;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	/*margin-bottom: 4px;*/
	text-align: center;
	border-bottom: 1px solid #4089ad;
	    padding: 15px;
}
.ui-datepicker .ui-datepicker-title {
	/*font-weight: 700;*/
	   /* margin: 5px 0 15px 0;*/
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	/* font-family: 'Glyphicons Halflings'; */
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	
	border-right: 5px solid #fff; 

}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid #fff;
}



.ui-datepicker .ui-datepicker-prev:before {
	/*content: "\e079";*/
	
}
.ui-datepicker .ui-datepicker-next:before {
	/*content: "\e080";*/

}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
	/*height: 230px*/
	border: 1px solid rgb(84, 154, 188);
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	/* padding: 4px 0; */
	vertical-align: middle;
	/*border-bottom: 1px solid #4089ad;*/
    border-top: 1px solid #70a7c2;
}
.ui-datepicker .ui-datepicker-calendar tr {
	height: 41px !important;
}

.ui-datepicker .ui-datepicker-calendar td {
	 border-radius: 50%;
	 border: 3px solid rgb(84, 154, 188);
       padding: 10px;
	  /*
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; */
	   /*  -moz-box-shadow:    inset 0 0 7px #000000;
	      -webkit-box-shadow: inset 0 0 7px #000000;
	      box-shadow:         inset 0 0 7px #000000; */
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	/* border: 1px solid #4089ad; */
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	    -o-border-radius: 50%;
		   border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box; /* Для Firefox */  
            box-sizing: border-box; /* Ширина блока с полями */
    /*-webkit-box-shadow: inset 1.5px 1.5px 1.5px 1.5px #515151;
	   -moz-box-shadow: inset 1.5px 1.5px 1.5px 1.5px #515151;
			box-shadow: inset 1.5px 1.5px 1.5px 1.5px #515151;*/
	box-shadow: inset #3d6f88 1.8px 2px 2px, inset rgba(255, 255, 255, 0.3) -1.75px -1.75px 1.75px;
  	
	cursor: pointer;
	
}





.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
	font-family: "Lato-Regular";
	font-size:14px;
	color:#ffffff;
	
}
.ui-datepicker .ui-datepicker-current-day {
	/* background-color: #4289cc; */
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	/*background-color: #fff;*/
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
		box-shadow: none;
}

.ui-datepicker-week-end{
	color: #245a74 !important;
}
.ui-datepicker-week-end a{
	color: #245a74 !important;
}

.ui-datepicker-calendar thead{
   /* border-top: 1px solid #70a7c2;*/
   line-height: 40px;

}


