	.working-plan-view select,.working-plan-view select.form-control {
	    border: 0;
	    border-radius: 0;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    padding-left: 0;
	    padding-right: 0\9;
	    -webkit-background-size: 13px 13px;
	    background-size: 13px;
	    background-repeat: no-repeat;
	    background-position: right center;
	    -webkit-box-shadow: inset 0 -1px 0 #ddd;
	    box-shadow: inset 0 -1px 0 #ddd;
	    font-size: 16px;
	    line-height: 1.5;
	}
		
	.working-plan-view textarea, .working-plan-view textarea.form-control,.working-plan-view input.form-control, 
	.working-plan-view input[type="text"], .working-plan-view input[type="password"],
	.working-plan-view input[type="email"],.working-plan-view input[type="number"], 
	.working-plan-view .form-control[type="text"], .working-plan-view .form-control[type="password"],
	.working-plan-view .form-control[type="email"], .working-plan-view .form-control[type="tel"],
	.working-plan-view .form-control[contenteditable] {
	    padding: 0;
	    border: none;
	    border-radius: 0;
	    -webkit-appearance: none;
	    -webkit-box-shadow: inset 0 -1px 0 #ddd;
	    box-shadow: 0px -1px 0px rgb(221, 221, 221) inset;
	    box-shadow: inset 0 -1px 0 #ddd;
	    font-size: 16px;
	}
	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	   padding: 8px;
	    line-height: 1.42857143;
	    vertical-align: top;
	    border-top: 1px solid #ddd;
	    font-size:14px;
	}
	
	h4{
		font-family: inherit;
		font-weight: 400;
		line-height: 1.1;
		color: #444444;
		margin-top: 11.5px;
		margin-bottom: 11.5px;
		font-size: 24px;
	}
	.help-block{
	    display: block;
	    margin-top: 5px;
	    margin-bottom: 10px;
	    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 13px;
		line-height: 1.846;
	}
	.breaks tr:hover td {
   		background: #FFFFC2 !important;
	}
	.breaks .tractive td{
		background: #FFFFC2 !important;
	}
	.working-plan td {
	    vertical-align: middle;
	}
	
	.breaks td  {
	    vertical-align: middle;
	}
	.working-plan-view .working-plan .checkbox,
	.working-plan-view .working-plan input[type="text"],
	.working-plan-view .working-plan button {
	    margin: 2px 0;
	}
	
	.working-plan-view .working-plan td input[type="text"] {
	    cursor: pointer;
	    width: 55px;
	}
	
	.working-plan-view .breaks td input[type="text"] {
	    cursor: pointer;
	    width: 55px;
	}
	
	.working-plan-view .working-plan, .working-plan-view .breaks{
	    max-width: 600px;
	}
	/*
	.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	    border-bottom: solid 1px #3DD481;
	}
	.ui-widget-content {
    	//border: 1px solid #286090;
    }
	.ui-datepicker .ui-widget-header {
	    border: none;
	    background: #3DD481;
	    border-radius: 0;
	}
	
	.ui-datepicker .ui-datepicker-title {
	    color: white;
	    margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}
	
	.ui-datepicker th {
	    //background: #3DD481;
	    color: #3DD481;
	}
	
	.ui-datepicker tbody tr:first-child td {
	    margin-top: 5px;
	}
	
	.ui-datepicker td a,
	.ui-datepicker td span {
	    border: none !important;
	    background: none !important;
	    color: #1A865F !important;
	    text-align: center !important;
	    width: 32px;
	    height: 32px;
	    line-height: 2;
	}
	
	.ui-datepicker td a.ui-state-active {
	    color: #FFF !important;
	    font-weight: bold !important;
	    background: #3DD481 !important;
	    border-radius: 50px;
	    width: 22px;
	    height: 22px;
	    line-height: 1.3;
	    margin: 4px;
	}
	.ui-datepicker td a.ui-state-highlight {
	    background: #3DD481 !important;
	    border-radius: 67px;
	    color: #FFF !important;
	    width: 22px;
	    height: 22px;
	    line-height: 1.3;
	    margin: 4px;
	
	}

	.ui-datepicker .ui-slider-handle {
	    border-radius: none;
	    border-color: #286090;
	    background-color: #286090;
	}
	.ui-datepicker .ui-datepicker-prev-hover {
	    top: 2px !important;
	    left: 2px !important;
	    background: #80e1ac;
	    border-color: #80e1ac;
	    border-radius: 0;
	    cursor: pointer;
	}
	
	.ui-datepicker .ui-datepicker-next-hover {
	    top: 2px !important;
	    right: 2px !important;
	    background: #80e1ac;
	    border-color: #80e1ac;
	    border-radius: 0;
	    cursor: pointer;
	}
	.ui-datepicker .ui-slider-handle {
	    border-radius: none;
	    border-color: #286090;
	    background-color: #286090;
	}
	*/
	.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	    border-bottom: solid 1px #286090;
	}
	.ui-widget-content {
    	border: 1px solid #286090;
    }
	.ui-datepicker .ui-widget-header {
	    border: none;
	    background: #286090;
	    border-radius: 0;
	}
	
	.ui-datepicker .ui-datepicker-title {
	    color: white;
	    margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}
	
	.ui-datepicker th {
	    //background: #286090;
	    color: #286090;
	}
	
	.ui-datepicker tbody tr:first-child td {
	    margin-top: 5px;
	}
	
	.ui-datepicker td a,
	.ui-datepicker td span {
	    border: none !important;
	    background: none !important;
	    color: #286090 !important;
	    text-align: center !important;
	    width: 28px;
	    height: 28px;
	    line-height: 2;
	}
	
	.ui-datepicker td a.ui-state-active {
	    color: #FFF !important;
	    font-weight: bold !important;
	    background: #286090 !important;
	    border-radius: 50px;
	    width: 22px;
	    height: 22px;
	    line-height: 1.3;
	    margin: 4px;
	}
	
	.ui-datepicker td a.ui-state-highlight {
	    background: #286090 !important;
	    border-radius: 67px;
	    color: #FFF !important;
	    width: 22px;
	    height: 22px;
	    line-height: 1.3;
	    margin: 4px;
	
	}

	.ui-datepicker .ui-slider-handle {
	    border-radius: none;
	    border-color: #286090;
	    background-color: #286090;
	}
		.ui-datepicker .ui-datepicker-prev-hover {
	    top: 2px !important;
	    left: 2px !important;
	    background: #286090;
	    border-color: #286090;
	    border-radius: 0;
	    cursor: pointer;
	}
	
	.ui-datepicker .ui-datepicker-next-hover {
	    top: 2px !important;
	    right: 2px !important;
	    background: #286090;
	    border-color:#286090;
	    border-radius: 0;
	    cursor: pointer;
	}
	
	.ui-datepicker .ui-slider-handle {
	    border-radius: none;
	    border-color: #286090;
	    background-color: #286090;
	}
	
	.multiselect-container > li > a.multiselect-all label {
    	font-weight: 700;
	}
	.multiselect-container {
	    list-style-type: none;
	}
	.multiselect-container > li > a > label {
	    margin: 0;
	    height: 100%;
	    cursor: pointer;
	    font-weight: 400;
	    padding: 3px 20px 3px 20px;
	}
	.checkbox, .radio {
	    position: relative;
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.multiselect {
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	#available-hours .available-hour:hover {
	    font-weight: bold;
	    background-color: #CAEDF3;
	    cursor: pointer;
	}
	#available-hours .selected-hour {
	    color: #0088cc;
	    font-weight: bold;
	}
	 #available-hours .available-hour {
	    font-size: 15px;
	    padding: 1px;
	    display: inline-block;
	   
	}
	body .ui-dialog {
	    padding: 0;
	    z-index: 2000;
	    border: none !important;
	    box-shadow: 0 0 10px #333;
	}
	body .ui-widget {
	    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 1.1em;
	}
	body .ui-draggable .ui-dialog-titlebar {
	    background: #31b0d5;
	    color: #FFF;
	    font-size: 1.5em;
	    font-weight: lighter;
	    padding: 12px 10px;
	    border: none;
	    border-bottom: 4px solid #c0f1d6;
	    margin-bottom: 10px;
	}
	body .ui-widget-overlay {
	    background: #000 50% 50% repeat-x;
	    opacity: .5;
	    filter: Alpha(Opacity=50);
	}
	