@charset "UTF-8";
/* CSS Document */
.pika-single{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    display: block;
    font-family: 'Lato', sans-serif;;
    padding: 8px;
    position: relative;
    width: 240px;
    z-index: 9999;
}
.pika-single.is-hidden{
    display: none;
}
.pika-single.is-bound{
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-title{
    position: relative;
    text-align: center;
}
.pika-label{
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 3px;
    position: relative;
    z-index: 9999;
}
.pika-title select{
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998;
}
.pika-prev, .pika-next{
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 20px;
    white-space: nowrap;
    width: 20px;
}
.pika-prev:hover, .pika-next:hover{
    opacity: 1;
}
.pika-prev, .is-rtl .pika-next{
    float: left;
}
.pika-next, .is-rtl .pika-prev{
    float: right;
}
.pika-prev.is-disabled, .pika-next.is-disabled{
    cursor: default;
    opacity: 0.2;
}
.pika-select{
    display: inline-block;
}
.pika-table{
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.pika-table th, .pika-table td{
    width: 14.2857%;
}
.pika-table th{
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.pika-button{
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    outline: medium none;
    padding: 5px;
    text-align: right;
    width: 100%;
}
.is-today .pika-button{
    color: #33aaff;
    font-weight: bold;
}
.is-selected .pika-button{
    background: #33aaff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px #178fe5 inset;
    color: #fff;
    font-weight: normal;
}
.is-disabled .pika-button{
    color: #999;
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}
/*Changed*/
.pika-single{
    background: #fff;
    border: medium none;
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    padding: 8px;
	width: auto;
}
.pika-single.is-bound{
   border-radius: 6px;
   box-shadow: 0 3px 8px 0 rgba(50, 50, 50, 0.35);
}
.pika-title{
    background: #fff none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    padding: 14px;
    position: relative;
    text-align: center;
}
.pika-label{
    background: #fff none repeat scroll 0 0;
    color: #003893;
    font-size: 16px;
}
.pika-prev, .pika-next{
    height: 32px;
}
.pika-prev, .is-rtl .pika-next{
    background-image: url("/AAA/common/images/aaa_services/icons/navigation-left-Arrow.svg");
    background-size: 14px auto;
    opacity: 0.8;
}
.pika-next, .is-rtl .pika-prev{
    background-image: url("/AAA/common/images/aaa_services/icons/navigation-right-Arrow.svg");
    background-size: 14px auto;
    opacity: 1;
}
.pika-table th{
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0;
}
.pika-table th, .pika-table td{
    padding: 4px;
    width: 14.2857%;
}
abbr[title], acronym[title]{
    text-decoration: none;
}
.pika-table{
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
}
.pika-button{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    color: #003893;
    font-size: 14px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    width: 36px;
}
.pika-button:hover{
    background: #003893 none repeat scroll 0 0 !important;
	border-radius: 50% !important;
	border: 1px solid #003893;
}
.is-disabled .pika-button{
    color: #003893;
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}
.is-today .pika-button{
    background: #ccdcec none repeat scroll 0 0;
    border: 1px solid #ccdcec;
    color: #003893;
    font-weight: normal;
}
.is-selected .pika-button{
    background: #003893 none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
}
.is-selected .pika-button:hover{
    background: #003893 none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
}
.pika-single{
    color: #003893;
}
@media only screen and (max-width : 768px){
	.pika-single.is-bound{
		left: 14px !important;
		top: 321px !important;
	}
}
@media only screen and (max-width : 320px){
	.pika-single{
		width: 294px;
	}
	.pika-table th, .pika-table td{
		padding: 4px 0;
	}
}