 
		 
				/* Client Classes */
				body {
					margin: 0px;
					font-family: Arial,Helvetica;
					font-size: 11px;
					color: #333333;
					font-weight: normal;
				}
	
				a:link, a:visited {
					color: #003399;
					text-decoration: none;
				}
	
				a:hover, a:active {
					color: #CC0000;
					text-decoration: none;
				}
				
				.incorrectData, .incorrectData a {
					text-decoration: line-through !important;
				}

				img {
					border: 0;
				}

				input:-moz-placeholder {
					color:#959595;
				}

				/* Fix for jquery/ckeditor bug */
				.cke_skin_kama .cke_dialog_body {
					z-index: 10200 !important;
				}

				.body9 { font-size: 9px; }
				.body10 { font-size: 10px; }
				.body11 { font-size: 11px; }
				.body12 { font-size: 12px; }
				.body14 { font-size: 14px; }

				hr {
					border: 0px;
					border-top: 1px solid #ddd;
					height: 0px;
					/* background-color: #ddd; */
					/*
					background-image: -webkit-linear-gradient(left, rgba(213,213,213,0.2), rgba(213,213,213,1), rgba(213,213,213,0.2));
					background-image:    -moz-linear-gradient(left, rgba(213,213,213,0.2), rgba(213,213,213,1), rgba(213,213,213,0.2));
					background-image:     -ms-linear-gradient(left, rgba(213,213,213,0.2), rgba(213,213,213,1), rgba(213,213,213,0.2));
					background-image:      -o-linear-gradient(left, rgba(213,213,213,0.2), rgba(213,213,213,1), rgba(213,213,213,0.2));
					*/
				}

				.pointer {
					cursor: pointer;
				}

				.hint {
					font-style: italic;
					color: gray;
				}

				.nowrap, .no_wrap {
					white-space: nowrap;
				}

				.disabled {
					opacity: 0.25;
					filter: alpha(opacity=25); /* msie */
					zoom: 1; /* msie */
				}

				.ajaxLink, .ajax_link {
					/*text-decoration: underline;
					color:blue;*/
					color: #003399;
					cursor: pointer;
				}
				.ajaxLink:hover, .ajax_link:hover {
					color: #CC0000;
				}

				.linkInput, .link_input {
					border: 1px dashed #ddd;
					background-color: transparent;
				}

				.rm_secondary_div {
					background-color: #008cd2;
					padding: 10px;
					font-size: 12px;
					color: #fff;
				}
				.rm_secondary_div .ajaxLink, .rm_secondary_div .ajax_link, .rm_secondary_div a {
					color: #fff;
					text-decoration: underline;
				}
				.rm_secondary_div .ajaxLink, .rm_secondary_div .ajax_link {
					cursor: pointer;
				}
				.rm_secondary_div .hint {
					color: #9DD1EC;
				}
				.rm_secondary_title {
					font-family: 'Montserrat',Arial,Helvetica,sans-serif;
					font-size: 28px;
				}
				.rm_secondary_title a {
					text-decoration: none;
				}
				.rm_secondary_subtitle {
					font-size: 20px;
				}

				.rm_tertiary_div {
					background-color: #007EBD;
					padding: 10px;
					font-size: 12px;
					color: #fff;
				}
				.rm_tertiary_div a {
					color: #fff;
					text-decoration: underline;
				}
				.rm_tertiary_title {
					font-family: 'Montserrat',Arial,Helvetica,sans-serif;
					font-size: 18px;
				}
				.rm_tertiary_subtitle {
					font-size: 15px;
				}

				.rm_content_div {
					padding: 10px;
					font-family: Verdana,Arial,Helvetica;
				}

				.rm_conf_span {
					background-color: red;
					margin-left: 5px;
					padding: 2px 6px 2px;
				}

				@media print {
					.printOnly {
						display: block;
					}
					.noPrint {
						display: none;
					}
					.noprint {
						display: none;
					}
					.rm_secondary_div, .rm_tertiary_div {
						color: #333;
						border-top: 1px solid #333;
						border-bottom: 1px solid #333;
					}
					.rm_content_div {
						padding-left: 0px;
						padding-right: 0px;
					}
					.hover2 {
						display: none !important;
					}
				}
				@media screen {
					.printOnly {
						display: none;
					}
				}

				.rm_heading {
					font-family: 'Montserrat',Arial,Helvetica,sans-serif;
					font-size: 17px;
					color: #444;
					text-transform: uppercase;
				}
				div.rm_heading {
					padding-bottom: 20px;
				}
				.rm_heading_option {
					font-size: 12px;
				}

				.rm_subheading {
					font-family: 'Montserrat', Arial, Helvetica, sans-serif;
					font-size: 16px;
					color: #999;
				}
				.rm_subheading td {
					padding-bottom: 10px !important;
					padding-top: 30px !important;
				}
				div.rm_subheading {
					margin-bottom: 10px !important;
					margin-top: 30px !important;
				}

				.rm_description {
					color: #84888b;
				}

				.rm_column_table {
					width: 100%;
					border-spacing: 0;
					border-collapse: collapse;
				}

				.rm_left_column {
					vertical-align: top;
					padding: 0px;
					width: 200px;
					border-right: 1px solid #ddd;
				}

				.rm_right_column {
					vertical-align: top;
					padding-left: 20px;
				}

				.rm_lc_section_container {
					position: relative;
					width: 200px;
					overflow: hidden;
					white-space: nowrap;
				}

				.rm_left_column_collapsed {
					width: 50px;
				}

				.rm_lc_section {
					margin-right: 10px;
					padding-right: 14px;
					width: 186px;
					position: relative;
					display: inline-block;
					vertical-align: top;
					/* border: 1px dashed grey; */
					white-space: normal;
				}

				.rm_lc_collapse_arrow, .rm_lc_expand_arrow {
					/* display: none; */
					position: absolute;
					/* top: 300px; */
					top: 0px;
					width: 9px;
					height: 26px;
					/* opacity: 0.4; */
					z-index: 100;
					cursor: pointer;
				}
				.rm_lc_collapse_arrow {
					right: 2px;
				}
				.rm_lc_expand_arrow {
					display: none;
					right: -14px;
				}

				#rm_lc_hover_desc {
					display: none;
					position: absolute;
					left: 65px;
					/* width: 130px; */
					padding: 10px;
					padding-left: 0px;
					background-color: #eee;
					font-size: 12px;
					z-index: 101;
				}

				.rm_detail_wrapper {
					padding-top: 3px;
					padding-right: 0px !important;
					padding-bottom: 10px;
					/* min-height: 45px; */
					position: relative;
					white-space: nowrap;
				}

				.rm_detail_container {
					display: inline-block;
					vertical-align: top;
					/* border: 1px dashed grey; */
					overflow: hidden;
					white-space: nowrap;
					/* padding-right: 10px; */
					width: 700px;
				}

				.rm_detail_div {
					/* display: table-cell; */
					display: inline-block;
					padding-left: 20px;
					padding-bottom: 1px;
					vertical-align: top;
					white-space: nowrap;
				}

				.rm_detail_scroll_arrow {
					display: none;
					position: absolute;
					top: 0px;
					width: 22px;
					cursor: pointer;
				}
				.rm_detail_scroll_left {
					left: 0px;
				}
				.rm_detail_scroll_right {
					right: 0px;
				}

				.rm_data_table {
					border-spacing: 0;
					border-collapse: collapse;
				}

				.rm_data_table > thead > tr > th, .rm_data_table > tbody > tr > th {
					padding: 5px 3px 5px;
					border-bottom: 1px solid #333;
					text-align: left;
					vertical-align: bottom;
				}

				.rm_data_table > tbody > tr > td {
					padding: 5px;
					border-bottom: 1px solid #ddd;
					text-align: left;
				}

				.rm_data_table > tbody > tr:hover:not(.rm_data_table_no_hl) {
					background-color: #eee;
				}

				tbody.rm_data_table_no_border > tr > td, tr.rm_data_table_no_border > td {
					border-bottom: none !important;
				}

				.rm_data_table_total_row td {
					/* border-top: 1px solid #333 !important; */
					font-weight: bold;
				}

				 
				input[type=text].rm_input, input[type=password].rm_input, select.rm_input, textarea.rm_input {
					margin: 0px 2px 0px;
					padding: 0px 7px 0px;
					height: 30px;
					color: #000000;
					background: white;
					border: 1px solid;
					/* border-color: #3CA4D9; */
					border-color: #B3C0E2 #BCC5E2 #C0CCEA;
					border-radius: 4px;
					background-image: -webkit-linear-gradient(top, #f6f8fa, white);
					background-image: -moz-linear-gradient(top, #f6f8fa, white);
					background-image: -o-linear-gradient(top, #f6f8fa, white);
					background-image: linear-gradient(to bottom, #f6f8fa, white);
					-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
					box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
					/* margin-right: 10px; */
					font-size: 12px;
				}
				select.rm_input {
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					text-overflow: '';
					text-indent: 0.01px;
					/* position: relative; */
					/* display: block; */
					vertical-align: middle;
					height: 32px;
					padding-top: 0px;
					padding-left: 8px;
					padding-right: 26px;
					background-image: -webkit-linear-gradient(top, white, #f6f8fa);
					background-image: -moz-linear-gradient(top, white, #f6f8fa);
					background-image: -o-linear-gradient(top, white, #f6f8fa);
					background-image: linear-gradient(to bottom, white, #f6f8fa);
				}
				select.rm_input::-ms-expand {
				    display: none;
				}
				.rm_select_arrow, .rm_select_arrow_small {
					position: relative;
					/* z-index: 10; */
					top: 0px;
					left: -22px;
					/* border: 5px solid rgba(0, 0, 0, 0) !important; */
					/* border-top-color: #525864 !important; */
					height: 5px;
					width: 11px;
					margin-right: -11px;
					pointer-events: none;
				}
				select.play_nice {
					margin-top: 0px;
				}
				textarea.rm_input {
					padding: 7px;
					width: 300px;
					height: 100px;
				}
				.rm_input_warning {
					border: 2px solid !important;
					border-color: #a92200 !important;
					/* background-image: linear-gradient(to bottom, #EED3CC, #F6E9E6) !important; */
					background-color: #F6E9E6 !important;
background-image: -moz-linear-gradient(top, #EED3CC, #F6E9E6) !important;
background-image: -ms-linear-gradient(top, #EED3CC, #F6E9E6) !important;
background-image: -webkit-linear-gradient(top, #EED3CC, #F6E9E6) !important;
background-image: linear-gradient(top, #EED3CC, #F6E9E6) !important;
 
				}
				select.rm_input_warning {
					background-color: #EED3CC !important;
background-image: -moz-linear-gradient(top, #F6E9E6, #EED3CC) !important;
background-image: -ms-linear-gradient(top, #F6E9E6, #EED3CC) !important;
background-image: -webkit-linear-gradient(top, #F6E9E6, #EED3CC) !important;
background-image: linear-gradient(top, #F6E9E6, #EED3CC) !important;
 
				}

				.rm_button {
					display: inline-block;
					vertical-align: top;
					background: #0b8dd0;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					color: #fff;
					padding: 10px 15px 9px;
					text-transform: uppercase;
					font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
					font-size: 11px !important;
					font-weight: bold;
					-webkit-box-shadow: inset 0px 3px 5px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.3);
					box-shadow: inset 0px 3px 5px rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.3);
					letter-spacing: 1px;
					border: none;
					margin: 2px;
					position: relative;
					top: -2px;
					outline: 0;
					cursor: pointer;
				}
				.rm_button:hover {
					background-color: #2398D5;
				}
				.rm_button:active {
					box-shadow: none;
					padding: 11px 15px 8px;
				}
				input.rm_button[disabled], .rm_button_disabled, .rm_button_disabled:active {
					cursor: default;
					background-color: #999 !important;
					/* opacity: 0.8; */
					padding: 10px 15px 9px;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
				}
				input.rm_button[disabled]:hover, .rm_button_disabled:hover {
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
					box-shadow: none;
				}

				.btn_green {
					background: #7CB13A;
				}
				.btn_green:hover {
					background: #89B94E;
				}

				.btn_red {
					background: #a92200;
				}
				.btn_red:hover {
					background: #B23819;
				}

				.btn_light {
					background: #f5f5f5;
					color: #666666;
				}
				.btn_light:hover {
					background: #F9F9F9;
				}

				.btn_dark {
					background: #555;
				}
				.btn_dark:hover {
					background: #666;
				}

				.rm_big_button_table td {
					vertical-align: top;
					text-align: center;
					padding: 10px 10px 4px;
					cursor: pointer;
				}
				.rm_big_button_table td:hover {
					background-color: #eee;
				}
				.rm_big_button_table div {
					padding-bottom: 6px;
				}
				.rm_big_button_table .title, .big_button_title {
					color: #008cd2;
					font-family: 'Montserrat',Arial,Helvetica,sans-serif;
					font-size: 16px;
				}
				.rm_big_button_table .description {
					color: #84888b;
					font-size: 14px;
					line-height: 23px;
					/* max-width: 300px; */
				}
				.rm_big_button_table td.noHover {
					cursor: default !important;
				}
				.rm_big_button_table td.noHover:hover {
					background-color: transparent !important;
				}

				.rm_field_table {
					font-family: Arial,Helvetica;
					font-size: 14px;
				}
				.rm_field_table td {
					padding: 6px;
				}
				.rm_field_label {
					font-size: 12px;
					color: #777;
				}
				td.rm_field_label {
					text-align: right !important;
					vertical-align: middle;
				}
				td.rm_field_label_top {
					vertical-align: top;
					padding-top: 16px;
				}
				.required {
					font-weight: bold;
				}

				.rm_nested_table {
					border-collapse: collapse;
					border-spacing: 0px;
				}
				.rm_nested_table td {
					padding: 0px;
					padding-right: 6px;
				}

				 
				input[type=text].small, input[type=password].small, select.small {
					/* margin: 0px 2px 0px; */
					/* padding-left: 5px; */
					height: 22px;
				}
				select.small {
					height: 24px;
					padding-top: 0px;
				}
				.rm_select_arrow_small {
					top: 0px;
				}
				select.play_nice_small {
					margin-top: 0px;
				}
				input[type=button].small, input[type=submit].small {
					padding: 5px 6px 5px;
				}
				input[type=button].small:active, input[type=submit].small:active {
					padding: 6px 6px 4px;
				}
				input.small[disabled]:active {
					padding: 5px 6px 5px;
				}
	
				.shadow {
					-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
					-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
					box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
				}
				.subtle_shadow, .subtleShadow {
					-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
					-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
					box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
				}

				.rm_print_bar {
					background-color: #eee;
					padding: 8px;
					/* border-bottom: 1px solid #ccc; */
					margin-bottom: 20px;
				}

				.rm_panel {
					padding: 20px;
					background-color: #fff;
				}

				.rm_action_needed_div, .rm_action_needed_orange_div, .rm_action_needed_blue_div, .rm_action_needed_green_div {
					padding: 10px;
					text-align: center;
					font-size: 12px;
					color: #000000;
					/* background-image: url(//jobinfo.com/file.php?id=538f5ed8499a4); */
					background-color: #FCF0F0;
					border: 4px solid #B80000;
				}
				.rm_action_needed_orange_div {
					background-color: #FFEBCC;
					border: 4px solid #FF9900;
				}
				.rm_action_needed_blue_div {
					background-color: #CCE8F6;
					border: 4px solid #0070A8;
				}
				.rm_action_needed_green_div {
					background-color: #E5EFD8;
					border: 4px solid #577C29;
				}

				.hover2 {
					display: none;
					position: absolute;
					font-family: Helvetica;
					font-size: 14px;
					line-height: 18px;
					text-align: left;
					color: #000000;
					/* padding: 10px; */
					z-index: 10000;
					background-color: #E7F4FA;
					border: 1px solid #4DAEE0;
				}
				.hover2_anchor {
					cursor: help;
				}
				.hover2_content, .hover2_ajax_url {
					display: none;
					position: absolute;
				}
				.hover2_dots {
					border-bottom: 1px dashed silver;
				}
				#hover2_hoverer {
					/* border: 1px dashed grey; */
				}
				#hover2_hoverer .hover2_inner_content {
					padding: 10px;
				}

				.star_rating, .star_rating_full {
					width: 84px;
					height: 16px;
					background: url('//jobinfo.com/file.php?id=53a4c14623681') no-repeat;
				}
				.star_rating_full {
					background: url('//jobinfo.com/file.php?id=53a4c1465e385') no-repeat;
					overflow: hidden;
				}

				.candidate_listView_inactive {
					color: #c93c0b;
				}
				.candidate_listView_notViewed {
					color: #009966;
					font-style: italic;
				}
				.candidate_listView_standard {
					color: #333366;
				}
				.candidate_listView_unavailable {
					font-style: italic;
					color: #696969;
				}

				.reading_width {
					max-width: 700px;
				}

				.ui-widget {
					font-size: 12px !important;
				}
				.ui-widget-header {
					background-color: #0b8dd0;
					background-image: none;
					border: none;
					font-family: 'Montserrat', Arial, Helvetica, sans-serif;
					color: #fff;
					font-size: 14px;
				}
				.ui-progressbar-value {
					margin: 0px !important;
				}

				#guide_me_inst {
					display: none;
					position: absolute;
					top: -100px;
					left: -100px;
					z-index: 1000;
				}
				#guide_me_icon {
					width: 72px;
				}
				.guide_me_arrow {
					margin-top: 6px;
				}
				#guide_me_command_div {
					border: 3px solid red;
					background-color: #fff;
					color: red;
					font-size: 17px;
					font-weight: bold;
					padding: 6px;
					margin-top: 2px;
				}
		 
	 
	 

			.round2TL, .round2T, .round2L, .round2All {
				border-top-left-radius: 2px;
				-webkit-border-top-left-radius: 2px;
				-moz-border-radius-topleft: 2px;
			}
			.round2TR, .round2T, .round2R, .round2All {
				border-top-right-radius: 2px;
				-webkit-border-top-right-radius: 2px;
				-moz-border-radius-topright: 2px;
			}
			.round2BL, .round2B, .round2L, .round2All {
				border-bottom-left-radius: 2px;
				-webkit-border-bottom-left-radius: 2px;
				-moz-border-radius-bottomleft: 2px;
			}
			.round2BR, .round2B, .round2R, .round2All {
				border-bottom-right-radius: 2px;
				-webkit-border-bottom-right-radius: 2px;
				-moz-border-radius-bottomright: 2px;
			}

			.round3TL, .round3T, .round3L, .round3All {
				border-top-left-radius: 3px;
				-webkit-border-top-left-radius: 3px;
				-moz-border-radius-topleft: 3px;
			}
			.round3TR, .round3T, .round3R, .round3All {
				border-top-right-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topright: 3px;
			}
			.round3BL, .round3B, .round3L, .round3All {
				border-bottom-left-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-moz-border-radius-bottomleft: 3px;
			}
			.round3BR, .round3B, .round3R, .round3All {
				border-bottom-right-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
				-moz-border-radius-bottomright: 3px;
			}

			.round4TL, .round4T, .round4L, .round4All, .roundTL, .roundT, .roundL, .roundAll {
				border-top-left-radius: 4px;
				-webkit-border-top-left-radius: 4px;
				-moz-border-radius-topleft: 4px;
			}
			.round4TR, .round4T, .round4R, .round4All, .roundTR, .roundT, .roundR, .roundAll {
				border-top-right-radius: 4px;
				-webkit-border-top-right-radius: 4px;
				-moz-border-radius-topright: 4px;
			}
			.round4BL, .round4B, .round4L, .round4All, .roundBL, .roundB, .roundL, .roundAll {
				border-bottom-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
				-moz-border-radius-bottomleft: 4px;
			}
			.round4BR, .round4B, .round4R, .round4All, .roundBR, .roundB, .roundR, .roundAll {
				border-bottom-right-radius: 4px;
				-webkit-border-bottom-right-radius: 4px;
				-moz-border-radius-bottomright: 4px;
			}

			.round6TL, .round6T, .round6L, .round6All {
				border-top-left-radius: 6px;
				-webkit-border-top-left-radius: 6px;
				-moz-border-radius-topleft: 6px;
			}
			.round6TR, .round6T, .round6R, .round6All {
				border-top-right-radius: 6px;
				-webkit-border-top-right-radius: 6px;
				-moz-border-radius-topright: 6px;
			}
			.round6BL, .round6B, .round6L, .round6All {
				border-bottom-left-radius: 6px;
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
			}
			.round6BR, .round6B, .round6R, .round6All {
				border-bottom-right-radius: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomright: 6px;
			}

			.round8TL, .round8T, .round8L, .round8All {
				border-top-left-radius: 8px;
				-webkit-border-top-left-radius: 8px;
				-moz-border-radius-topleft: 8px;
			}
			.round8TR, .round8T, .round8R, .round8All {
				border-top-right-radius: 8px;
				-webkit-border-top-right-radius: 8px;
				-moz-border-radius-topright: 8px;
			}
			.round8BL, .round8B, .round8L, .round8All {
				border-bottom-left-radius: 8px;
				-webkit-border-bottom-left-radius: 8px;
				-moz-border-radius-bottomleft: 8px;
			}
			.round8BR, .round8B, .round8R, .round8All {
				border-bottom-right-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				-moz-border-radius-bottomright: 8px;
			}

	 
	 
	 

				.rm_notice, .rm_notice_div, .rm_warning, .rm_warning_div {
					padding: 10px;
					text-align: center;
					font-size: 14px;
					color: #000000;
					position: relative;
				}
				.rm_notice, .rm_notice_div {
					background-color: #E7F4FA;
					border-bottom: 1px solid #4DAEE0;
				}
				.rm_warning, .rm_warning_div {
					background-color: #FFE066;
					background-image: url('/images/message_back.png');
					border-bottom: 1px solid #E6B800;
				}
				.rm_notice, .rm_warning {
					margin-left: auto;
					margin-right: auto;
				}
				.rm_notice {
					border: 1px solid #4DAEE0;
				}
				.rm_warning {
					border: 1px solid #E6B800;
				}
				.rm_notice_close_img {
					position: absolute;
					top: 2px;
					right: 2px;
					opacity: 0.60;
					filter: alpha(opacity=60); /* msie */
					zoom: 1; /* msie */
					cursor: pointer;
				}

	 
	 
	 

				#rm_timepicker_div {
					position: absolute;
					/* width: 200px; */
					background-color: #f6f8fa;
background-image: -moz-linear-gradient(top, #fff, #f6f8fa);
background-image: -ms-linear-gradient(top, #fff, #f6f8fa);
background-image: -webkit-linear-gradient(top, #fff, #f6f8fa);
background-image: linear-gradient(top, #fff, #f6f8fa);
 
					border: 1px solid #B3C0E2;
					z-index: 800;
				}
				#rm_timepicker_table {
					border-spacing: 0;
					border-collapse: collapse;
					/* width: 100%; */
				}
				#rm_timepicker_table td {
					padding: 6px 8px 6px;
					font-size: 12px;
					text-align: right;
					cursor: pointer;
				}
				#rm_timepicker_table td:hover {
					background-color: #7CB13A;
					color: #fff;
				}
				.rm_timepicker_more {
					text-align: center !important;
					border-top: 1px solid #B3C0E2;
				}
				.rm_timepicker_selected {
					background-color: #E5EFD8;
				}

	 
	