
/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.time,
.mins,
.meridian {
	width: 60px;
	float: left;
	/*margin: 0 10px;*/
	font-size: 15px;
	color: #2d2e2e;
 	font-weight: bold;
}

.prev,
.next {
	cursor: pointer;
	padding: 18px;
	width: 28%;
	border: 1px solid #ccc;
	margin: auto;
	background: url(../images/arrow.png) no-repeat;
	border-radius: 5px;
}

.prev:hover,
.next:hover {
	background-color: #ccc;
}

.next {
	background-position: 50% 150%;
}

.prev {
	background-position: 50% -50%;
}

.time_pick {
	position: relative;
}

.timepicker_wrap {
	padding: 10px 0px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #f6f6f6;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../images/top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC;
    	border-radius: 5px 5px 5px 5px;
    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 70%;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}

/********* CSS FOR MODAL WINDOW ***************/
@media (min-width: 768px){
#cancellation-policy .modal-dialog {
    width: 80%;
    margin: 80px 0 0 auto;
}
#cancellation-policy .modal-body {
    padding: 100px;
}
}
#cancellation-policy .modal-body {
	background-color: #eee;
}
.m-inner {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px 2px #ccc;
    padding: 15px 30px;
    background-color: #fff;
	border-radius: 2px;
}
#cancellation-policy .scroll{
		float:left;
		overflow-y: auto;
		height: 89%!important;
	}
/********* CSS FOR MODAL WINDOW END HERE***************/
/********* CSS FOR MODAL WINDOW FOR CANCELLATION COVER***************/
@media (min-width: 768px){
#cancellation-cover .modal-dialog {
    width: 80%;
    margin: 80px 0 0 auto;
}
#cancellation-cover .modal-body {
    padding: 100px;
}
}
#cancellation-cover .modal-body {
	background-color: #eee;
}
.m-inner {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px 2px #ccc;
    padding: 15px 30px;
    background-color: #fff;
	border-radius: 2px;
}
#cancellation-cover .scroll{
		float:left;
		overflow-y: auto;
		height: 89%!important;
	}
#cancellation-cover ul li {
	list-style-type: square;
	font-size: 18px;
 }

#cancellation-cover p{
	font-size: 18px;
 }
/********* CSS FOR MODAL WINDOW END HERE***************/
#zip.error {
border:1px solid red;
}

.suggested-addresses{
	background: rgba(107,140,107,.82);
    padding: 20px !important;
} 

@media (max-width: 767px){
.suggested-addresses-wrapper,.address_finder{
    margin: 20px 0px;
}

}


@media (width:768px){
	.address_finder{
		font-size:.8em !important;
	}
}

.mt-10{
   margin-top:10px !important;
}

.mt-5{
   margin-top:5px !important;
}