*, *:before, *:after { box-sizing: border-box; }

body {
	font-family: Helvetica, Ubuntu, Arial, sans-serif;
	background-color: #F2F2F2;
	margin: 0px;
	font-size: 14px;
	font-weight: 200;
}

.gray_font { color: #707676; }
.dark_gray_font { color: #595759; }
.green_font {
	color: #FC7D53;
	font-weight: 400;
}
.green_small_font {
	color: #FC7D53;
	font-size: 12px;
	font-weight: 500;
}

.padding_ten { padding: 10px; }
.padding_top_zero { padding-top: 0px !important; }
.padding_left_ten { padding-left: 10px !important; }
.padding_left_twenty { padding-left: 20px !important; }
.padding_left_twenty_five { padding-left: 25px !important; }
.padding_left_fifty { padding-left: 50px !important; }
.margin_bottom_fifteen { margin-bottom: 15px; }
.margin_bottom_fourty { margin-bottom: 40px; }
.margin_bottom_fifty { margin-bottom: 50px; }
.margin_bottom_five { margin-bottom: 5px; }
.margin_bottom_thirty { margin-bottom: 30px; }
.margin_right_five { margin-right: 5px; }
.no_margins { margin: 0; }
.margin_top_eight_negative { margin-top: -8px; }
.margin_top_twenty { margin-top: 20px; }
.no_pointer { cursor: default !important; }

.gray_border_bottom { border-bottom: 2px solid #F4F2F4; }
.gray_border_bottom.last { border: none; }
.gray_border_top { border-top: 2px solid #F4F2F4; }

.white_background { background-color: #fff; }

.text_align_center { text-align: center; }
.text_align_right { text-align: right; }

.card_box_shadow { box-shadow: 0 1px 2px rgba(0,0,0,0.25); }

#header {
	background-color: #FC7D53;
	padding: 0px 20px;
}
#header, #header .logo, #header .logout { height: 70px; }
#header .logo, #header .logout { display: inline-block; }
#header .logo, #header .logout, #header .sidebar { cursor: pointer; }
#header .logo img {
	height: 40px;
	margin: 15px 0px;
}
#header .logout img {
	height: 20px;
	margin: 25px 0px;
}

.pointer { cursor: pointer; }

.sidebar_icon {
	color: #fff;
	margin-right: 20px;
	font-size: 25px;
	position: relative;
	top: 5px;
}

.vertical_align {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#container { padding: 15px 20px 40px; }

.nav_bar { line-height: 40px; }

.hl_btn {
	height: 40px;
	color: #fff;
	font-weight: 500;
	border-radius: 0;
}
.modal .hl_btn {
	height: inherit !important;
	border-radius: 4px;
}
.hl_btn:hover, .hl_btn:focus { color: #fff; }
.hl_btn_dark { background-color: #6E7070; }
.hl_btn_dark:hover { background-color: #313131; }
.hl_btn_dark.negative { background-color: #afafaf; }
.hl_btn_dark.negative:hover { background-color: #a2a2a2; }
.hl_btn_green { background-color: #FC7D53 ; }
.hl_btn_green:hover { background-color: #EB734C; }
.hl_btn_red { background-color: #de0707; }
.hl_btn_red:hover { background-color: #c10808; }
.hl_btn_white { background-color: #c0c0c0; }
.hl_btn_white:hover { background-color: #9a9999; }
.hl_btn_save_exit {
	padding: 0px 60px;
	float: right;
}

#search_bar {
	margin: 0;
	background-color: #fff;
	height: 60px;
	border-bottom: 2px solid #e4e4e4;
}

.input_search {
	height: 60px !important;
	background-color: transparent;
	border-radius: 0;
	border: 0 !important;
	box-shadow: none;
	text-align: left;
	background-image: url("/images/icons/search.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 5px center;
	padding-left: 40px;
}
.input_search:focus { box-shadow: none; }

.sort_by {
	text-align: right;
	height: 100%;
}
.sort_by img {
	height: 8px;
	width: 15px;
}
.sort_by_space {
	cursor: pointer;
	display: inline-block;
	padding: 15px 0px;
}

.sort_by_options {
	opacity: 0;
	max-height: 0px;
	background-color: #575557;
	margin-top: -15px;
	box-shadow: 0px 0px 10px #575557;
	z-index: -1;
	transition: 0.5s;
}
.sort_by_options.open {
	opacity: 1;
	z-index: auto;
	max-height: 300px;
	width: 200px;
	float: right;
}
.sort_by_options ul {
	display: none;
	list-style: none;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin: 0px;
}
.sort_by_options.open ul { display: block; }
.sort_by_options hr {
	margin: 0px 10px;
	border-top: 1px solid rgba(238, 238, 238, 0.2);
}
.sort_by_options li {
	padding: 12px 0px;
    font-size: 15px;
    font-weight: 200;
}
.sort_by_options.open li { cursor: pointer; }
.sort_by_options li:hover { background-color: #716c71; }

.white_container {
	background-color: #fff;
	border: none;
	width: 100%;
	margin-bottom: 30px;
}

.white_container_header, .white_container_body { padding: 20px; }
.white_container_body_small { padding: 0px 10px; }
.white_container_body_checkbox { padding: 12px 20px 20px; }

.header_title {
	font-size: 16px;
	font-weight: 500;
}
.body_title {
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
}

select.form-control { cursor: pointer; }
input.form-control { border: 1px solid #d7d7d7; }

.modal-body .form-control { margin-top: 5px; }

.white_container_footer {
	padding-top: 15px;
	padding-bottom: 17px;
}
.white_container_footer .input_field { margin-top: -5px; }

.switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 21px;
	margin: 0 10px;
	top: 5px;
	margin-top: -5px;
}
.switch input { display: none; }

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: #ccc;*/
	background-color: #656365;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 34px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4;
	border-radius: 50%;
}

input:checked + .slider { background-color: #FC7D53; }
input:focus + .slider { box-shadow: 0 0 1px #FC7D53; }
input:checked + .slider:before {
	-webkit-transform: translateX(11px);
	-ms-transform: translateX(11px);
	transform: translateX(11px);
}

.hl_table {
	width: 100%;
	color: #707676;
	font-size: 13px;
	background-color: #fff;
}
.hl_table a {
	color: #707676;
}
.hl_table.header_3 { width: 20%; }
.hl_table.header_1 { width: 10px; }
.hl_table.header_1 img {
	height: 15px;
	margin-right: 5px;
	margin-top: -3px;
}

.hl_table th {
	font-weight: 300;
	background-color: #eaeaea;
	padding: 5px 0px;
}
.hl_table td {
	padding: 8px 0px;
	cursor: pointer;
}
.hl_table td:hover { background-color: #e4e4e4; }
.hl_table .right_border { border-right: 2px solid #e4e4e4; }
.hl_table .gray_background { background-color: #FBFBFB; }
.hl_table .not_active,
.hl_table .not_active a { color: #b9b9b9; }
.hl_table .no_hover:hover { background-color: #FAFAFA !important; }

.table_number { font-weight: 400; }
.table_title {
	font-weight: 600;
	padding-left: 20px !important;
}
.table_title .name {
	display: block;
}
/*.table_title img {
	height: 15px;
	margin-right: 15px;
	cursor: pointer;
}*/

.table_on_off {
	text-align: center;
	padding: 5px 0px !important;
	cursor: default !important;
}
.table_on_off:hover { background-color: #FFF !important; }
.table_on_off div.on, .table_on_off div.off {
	padding: 5px;
	text-align: center;
	width: 50px;
	display: inline-block;
}
.table_on_off div.on {
	color: #FC7D53;
	font-weight: 400;
}
.table_on_off.last .popover{ left: 83.5% !important; }
.table_on_off.last .popover.bottom>.arrow { left: 75% !important; }

.user_integration_item {
	padding: 10px 20px;
	border-right: 2px solid #F4F2F4;
}

.integration_data, .change_password, .package_info, .child_company_info {
	background-color: #e4e4e4;
	max-height: 0;
	opacity: 0;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	transition: all 0.2s linear 0.1s;
}
.integration_data.open, .change_password.open, .package_info.open, .child_company_info.open {
	opacity: 1;
	max-height: 600px;
	padding: 5px 15px 30px;
	margin: 10px -20px;
}
.package_info.open, .child_company_info.open {
	padding: 10px 15px 15px;
	margin: 0px -10px 10px;
}
.integration_data span, .change_password span, .package_info span, .child_company_info span {
	color: #6E7070;
	margin: 15px 0px 5px;
	display: inline-block;
}
.integration_data button, .change_password button, .package_info button, .child_company_info button {
	width: 60%;
	min-width: 145px;
	margin: 20px auto 0px;
	border-radius: 4px;
}
.change_password button { max-width: 250px; }
.package_info button, .child_company_info button { max-width: 180px; }

.change_pass_user {
	float: right;
	font-size: 12px;
	cursor: pointer;
}
.change_pass_user:hover {
	color: #343737;
	text-decoration: underline;
}

.popover {
	background-color: #575557;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.popover_text { font-weight: 200; }
.popover.bottom .arrow:after { border-bottom-color: #575557; }
.popover .green_font { color: #FC7D53; }
.popover .switch {
	width: 25px;
	height: 15px;
	margin: 0 5px;
	top: 2px;
}
.popover .slider { background-color: #959295; }
.popover .slider:before {
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 1px;
	background-color: #575557;
}
.popover input:focus + .slider { box-shadow: 0 0 1px #FC7D53; }
.popover input:checked + .slider:before {
	-webkit-transform: translateX(9px);
	-ms-transform: translateX(9px);
	transform: translateX(9px);
}

.table_title .popover, .popover {
	left: 25px !important;
	padding: 0px;
	width: 280px;
	border: none;
	margin-bottom: 20px;
	cursor: default;
}
.table_title .popover .arrow, .popover .arrow { left: 23px !important; }
.table_title .popover-content, .popover-content {
	font-weight: 100;
	padding: 0;
}
.table_title .popover-content div, .popover-content div { margin-bottom: 5px; }
.table_title .padding_inside, .popover .padding_inside { padding: 15px 20px 1px;}
.table_title .popover_contact_name, .popover .popover_contact_name {
	font-size: 15px;
	font-weight: 200;
}
.table_title i, .popover i { margin-right: 10px; }
.table_title hr, .popover hr {
	margin: 10px 0px;
	border-top: 1px solid rgba(238, 238, 238, 0.2);
}
.table_title .popover_location, .popover .popover_location { font-size: 12px; }
.table_title .popover_active, .popover .popover_active { font-size: 12px; }
.table_title .slider, .popover .slider { margin: 0 !important; }
.table_title .popover .switch, .popover .switch { margin: 0 10px; }
.table_title .popover_edit, .popover .popover_edit {
	background-color: #FC7D53;
	text-align: center;
	padding: 10px 0px;
	font-weight: 200;
	font-size: 14px;
	margin: 0 !important;
	cursor: pointer;
}
.table_title .popover_edit:hover, .popover .popover_edit:hover { background-color: #EB734C; }

.popover .popover-body {
	color: #FFF;
	font-weight: 100;
	padding: 0;
}
.popover .popover-body div { margin-bottom: 5px; }
.popover .arrow::after {
	border-bottom-color: #575557;
	border-top-color: #FC7D53;
}

button.confirm {
	background-color: rgb(252, 125, 83) !important;
	box-shadow: rgba(106, 192, 131, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
button.confirm:hover{
	background-color: rgb(235, 115, 76) !important;
}

.sweet-alert .sa-icon.sa-info { border-color: #FC7D53 !important; }
.sweet-alert .sa-icon.sa-info::before { background-color: #FC7D53 !important; }
.sweet-alert .sa-icon.sa-info::after { background-color: #FC7D53 !important; }

.package_item, .template_item, .child_company_item { padding: 0px; }
.branch_item { padding: 0px; }
.packages_title, .child_company_title {
	cursor: pointer;
	padding: 10px;
	width: 96%;
	display: inline-block;
}
.close_package, .close_child_company {
	line-height: 40px;
	width: 3%;
	margin-left: 1%;
}

.required, .validate-message {
	font-size: 12px !important;
	color: red !important;
	display: inline !important;
}

.form-control:focus{
	outline: 0 !important;
	box-shadow: none !important;
	border-color: #ccc !important;
}
.btn:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
.edit_logo {
	width: 15px;
	margin-right: 5px;
}
.edit_logo_user {
	float: left;
	margin-top: 3px;
}

.send_invitation {
	float: right;
	background-color: #FC7D53;
	padding: 2px 10px;
	border-radius: 20px;
	line-height: 20px;
	margin-top: -3px;
	text-align: center;
	cursor: pointer;
}
.send_invitation:hover { background-color: #EB734C; }
.send_invitation i { margin: 0px; }

.assessment_item { padding: 0px 10px; }
.assessment_title {
	padding: 10px;
	width: 96%;
	display: inline-block;
	cursor: default;
}
.assessment_email_label {
	color: #929497;
	padding: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}
.assessment_email_form {
	margin: 0px !important;
	float: inherit;
	max-width: 530px;
}
.assessment_email_input {
	width: 83%;
	display: inline-block;
	border-radius: 0px;
}
.assessment_email_copy {
	width: 16%;
	min-width: 65px;
	display: inline-block;
	background-color: #9B9B9B;
	border: 1px solid #9B9B9B;
	color: #FFFFFF;
	border-radius: 0px;
}
.assessment_email_copy:hover {
	background-color: #6E7070;
	border-color: #6E7070;
}

.hl_btn_input_inline {
	float: left !important;
	margin-top: 15px;
}

.config_large_icon {
	border: 2px dashed #979797;
	padding: 10px;
	max-width: 230px;
	max-height: 120px;
}

.config_icon {
	border: 2px dashed #979797;
	padding: 10px;
	max-width: 80px;
	max-height: 80px;
}

#color_preview {
	height: 32px;
	border: 1px solid #B8B8B8;
}
.no_color_preview {
	background: url("/images/no_color.png");
	background-size: cover;
}

#logo_container, #icon_container, #logo_reupload_button, #icon_reupload_button { display: none; }

.upload_image_container {
	border: 2px dashed #979797;
	background-color: #F2F2F2;
	text-align: center;
	padding: 25px;
	font-size: 12px;
}

.upload_image_container button {
	float: none !important;
	margin-top: 5px;
	margin-bottom: 15px;
}

.upload_img_title {
	color: #505050;
	font-weight: 600;
}

.capitalize_font {
	text-transform: capitalize;
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 23px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 17px;
	font-weight: 300;
}
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #fff;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.custom-checkbox .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #FC7D53;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pull-right {
	float: right !important;
}
.hide {
	display: none !important;
}
.btn {
	font-size: 14px;
}
.close {
	font-size: 21px;
	opacity: 0.2;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 0.5;
}
.btn-default {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
}
.form-control {
	font: inherit;
	font-size: 14px;
	height: 34px;
}

.header-search{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 100%;
	padding-right:20px;
}
.header-search form input[type="text"] {
	border: 1px solid #d7d7d7;
	padding:5px 5px;
	border-radius:2px;
	width:230px;
}
.header-search form button[type="submit"] {
	border:none;
	background:transparent;
	margin-left:-36px;
	opacity: .5;
}

.header-search form button:active, 
.header-search form button:focus{
	outline:none;
}

.search_table_results.hl_table td:hover{
	background-color:initial;
	cursor:default;
}
.search_table_results.hl_table tr{
	border-bottom:1px solid #eee;
	transition: all .3s ease-in-out;
}

.search_table_results.hl_table tr:hover{
	background:#f5f4f4;
}

.header--flex{
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header--flex .filter_search{
	height: auto;
	width:25%;
	min-width:250px;
	background-color: transparent;
	border-radius: 0;
	border:unset;
	box-shadow: none;
	text-align: left;
	background-image: url("/images/icons/search.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 5px center;
	padding-left: 30px;
	border-bottom:1px solid #eee;
}
.no-result{
	margin:30px auto;
}

.no-result h3 {
	font-size:1rem;
}

.query-bold{
	font-weight: 700;
}

.accordion-body {
	margin-top: 10px; /* space below button */
}

#back-to-top {
	display: none; /* Hidden by default */
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
	padding: 10px 14px;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.3s;
  }
  
  #back-to-top:hover {
	opacity: 1;
  }