/* 
 * this is part of the date repeater widget in the calender
 */

#repeat-container {
    /* margin-left: 10px; */
}

	#repeat-container .row {
	    min-height:30px;
	    line-height:30px;
	    height: 30px;
	    clear: both;
	    vertical-align: middle;
	    margin:0 4px;
	}

	#repeat-container #repeat-frequency, #repeat-container #week-every-num {
	    margin-left: 10px;
	}
	
	#repeat-container .row h5 {
	    line-height: 30px;
	    height: 30px;
	    vertical-align: middle;
	    font-size:13px;
	} 
	
	#repeat-container #week-repeat-weekdays .ui-button-text {
		padding: 3px 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


#week-repeat-weekdays label, #month-repeat-weekdays label, #month-repeat-duration label {
    width: 30px;
}
#week-repeat-weekdays input, #month-repeat-weekdays input, #month-repeat-duration input {
    display: none;
}

#week-duration label {
    width: 30px;
}
#week-duration input {
    display: none;
}


.trHeading {
    padding-bottom: 2px;
}

.tillTime {
    margin-left: 10px;
    line-height:31px;
    height:30px;
}