.textcode {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #dd4b39 !important;
	border-radius: 4px;
}

.example-modal .modal {
	position: center;
	top: 20%;
	bottom: auto;
	right: auto;
	left: 30%;
	display: block;
	z-index: 1;
}

.example-modal .modal {
	background: transparent !important;
}

.descheight {
	height: 80px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.example-modal .modal {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	display: block;
	z-index: 1;
}

.example-modal .modal {
	background: transparent !important;
}

.fade-scale {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.fade-scale.in {
	opacity: 1;
	transform: scale(1);
}

.table th {
	border-top: none !important;
}

.box-top-color {
	border-top-color: #00c0ef;
}

.pendingactions_table .sendreminderbtn {
	padding: 0px 12px !important;
}

.sendreminder_popupheader {
	border-top: 3px solid #00c0ef;
}

.sendremindercancel_popupbutton {
	margin-right: 10px;
}

/* remove box shadow when button is clicked */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active,
	.btn:active:focus, .btn:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pendingactions_table .closebtn {
	padding: 0px 12px !important;
}
/* pending action popup carousel */
@media screen and (min-width: 768px) {
	.pendingactions_indicators {
		bottom: 20px;
		display: none;
	}
}

@media ( max-width : 991px) {
	.responsive-table {
		overflow-x: auto !important;
	}
}

.hazardlog_container {
	box-shadow: none;
}

.hazard_log_footerbutton {
	border-top: 1px solid #f4f4f4;
}

.hazard_log_footerbutton .form-group {
	margin-bottom: 0px !important;
}

.hazard_log_footerbutton .form-group>button:first-child {
	margin-right: 5px;
}

.closehazard_log_footerbutton {
	border-top: 1px solid #f4f4f4;
}

.closehazard_log_footerbutton .form-group {
	margin-bottom: 0px !important;
}

.closehazard_log_footerbutton .form-group>button:first-child {
	margin-right: 5px;
}

.closehazard_helpbox p {
	color: #333;
	line-height: 28px;
	margin: 0;
}

.closehazard_helpbox p i {
	padding-right: 5px;
	color: #3c8dbc;
}

.category_icons img {
	margin: 20px 0px;
	/*border: 2px solid #222d32;*/
	box-shadow: 0 0 5px 1px #000;
	transition: .2s linear;
}

.category_icons img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.category_footer {
	width: 100%;
	height: 38px;
	background-color: #fff;
}

@media ( max-width :360px) {
	.hazardlog_contents {
		margin-top: 25px !important;
	}
	.category_contents {
		margin-top: 25px !important;
	}
	.hazardlog_subheader1 {
		width: 100% !important;
	}
	.hazardlog_subheader2 {
		width: 100% !important;
	}
	.hazardlog_subheader3 {
		width: 100% !important;
	}
}

@media ( max-width :767px) and (min-width:361px) {
	.hazardlog_contents {
		margin-top: 28px !important;
	}
	.category_contents {
		margin-top: 28px !important;
	}
	.hazardlog_subheader1 {
		width: 100% !important;
	}
	.hazardlog_subheader2 {
		width: 100% !important;
	}
	.hazardlog_subheader3 {
		width: 100% !important;
	}
}

.hazardlog_subheader1 h3 {
	font-size: 18px;
	color: #696969;
	margin-top: 0;
	padding: 0px 0px 5px 0px;
}

.location_formcontent, .proposal_content {
	padding: 5px 0px 10px 0px;
}

.location_formcontent span i {
	padding: 0px 5px;
	color: #60849f;
	color: #3c8dbc;
}

.hazardlog_subheader2 h3 {
	font-size: 18px;
	color: #696969;
	margin-top: 0;
}

.hazardlog_subheader3 h3 {
	font-size: 18px;
	color: #696969;
	margin-top: 0;
}

.hazardlog_attachfilescontainer span i {
	color: #fff;
	padding: 0px 5px 0px 0px;
}

.hazardlog_bottomcontainer textarea {
	border: 1px solid #d2d6de;
}

.hazard_log_helpbox p {
	color: #333;
	line-height: 28px;
	margin: 0;
}

.hazard_log_helpbox p i {
	padding-right: 5px;
	color: #3c8dbc;
}

.form_file_upload {
	height: auto;
}

.file_upload_progress_container {
	width: 96%;
	margin: 0 auto;
}

@media ( max-width :599px) {
	.file_upload_progress_container {
		width: 92%;
		margin: 0 auto;
	}
}

.hazardlog_attachfilescontainer .btn-primary.focus,
	.hazardlog_attachfilescontainer .btn-primary:focus {
	color: #fff;
	background-color: #3c8dbc !important;
	border-color: #3c8dbc !important;
}

.camera_files_selectfile, .audio_files_selectfile {
	text-align: left !important;
}
/* settings */
.password_help {
	border: 1px solid #3c8dbc;
}

.password_help_title h4 {
	background-color: #3c8dbc;
	color: #fff;
	margin: 0;
	padding: 8px 7px;
}

.password_help_contents p {
	padding: 5px 5px 0px 5px;
	text-align: justify;
	/*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

.password_help_contents p i {
	color: #3c8dbc;
	padding-right: 2px;
}
/* settings submenu */
.sidebar_menus .submenus>li>a {
	padding: 12px 5px 12px 15px !important;
	display: block;
	font-size: 14px;
}
/* permissions */
.permissions_lists_contents_box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: none !important;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: none !important;
}

.permissions_lists_contents_box {
	border-top: none !important;
	box-shadow: none !important;
}

.permissions_lists_table1 {
	border: 1px solid #ededed;
	overflow-x: auto;
}

.permissions_lists_table1 th, .permissions_lists_table1 td {
	border-right: 1px solid #ededed;
}

.permissions_lists_table1 td a:focus, .permissions_lists_table1 td a:hover
	{
	color: #3c8dbc !important;
}

.permissions_lists_header1 {
	display: block;
	padding: 15px 10px 0px 10px !important;
	position: relative;
}

.permission_lists_type {
	background-color: #f5f5f5;
	color: #777;
	font-size: 16px;
	font-weight: normal !important;
}
/* user */
.user_details_header a {
	text-decoration: none;
	color: #fff;
}
/* adduser */
.user_contents_box {
	border-top: none !important;
	box-shadow: none !important;
}

.user_details_header {
	color: #444;
	display: block;
	padding: 5px 10px 7px 10px !important;
}

.user_details_header h3 {
	line-height: 1.9 !important;
}

.user_lists_table {
	border: 1px solid #ededed;
	overflow-x: auto;
}

.user_lists_table tr i {
	padding: 0px 5px;
}
/* add user radio button dropdown styles */
.user_permission_list_select {
	width: 100%;
}

/* roles */
.roles_details_header a {
	text-decoration: none;
	color: #fff;
}

.roles_contents_box {
	border-top: none !important;
	box-shadow: none !important;
}

.roles_details_header h3 {
	line-height: 1.9 !important;
}

.roles_details_header {
	color: #444;
	display: block;
	padding: 5px 10px 7px 10px !important;
}

.roles_lists_table {
	border: 1px solid #ededed;
	overflow-x: auto;
}

.roles_lists_table tr i {
	padding: 0px 5px;
}
/* add roles dropdown checkbox */
.roles_list_select {
	width: 100%;
}

/* add user radio button dropdown styles */
.user_permission_list_select {
	width: 100%;
}

/* Hyphenator plugin modified styles */
div#HyphenatorToggleBox {
	display: none !important;
}

@media ( min-width : 768px) {
	.sidebar-mini.sidebar-collapse .sidebar-menu li.sidebar_header {
		display: block !important;
	}
}

.hazardlog_border {
	border: 1px solid #929292;
	padding: 15px;
}

.risk_formcontent .radio-inline {
	padding-top: 0px !important;
}

.hazardlog_attachfilescontainer {
	padding: 5px 0px 10px 0px;
}

.attach_files img {
	float: left;
	padding-left: 0px !important;
}

.hazardlog_attachfilescreate {
	margin-bottom: 0px !important;
}

.hazardlog_attachfilescreatecontainer span i {
	color: #fff;
	padding: 0px 5px 0px 0px;
}

@media ( max-width :991px) {
	.attach_files img {
		margin-bottom: 10px;
	}
}

.report_open {
	padding: 0px 10px 0px 3px;
	display: inline;
}
/* reports */
.hazardlogdetails_table_footer {
	border-top: none !important;
}

.hazardlogdetails_table .upload_files {
	padding-left: 15px !important;
}

.hazardlogdetails_table tr>td:nth-child(1) {
	font-weight: 600;
	color: #000;
}

.hazardlogdetails_table tr>td {
	color: #696969;
}

.hazardlog_details_header {
	background-color: #fff;
	border-top: 3px solid #00c0ef;
}

.safetyreport_table .closebtn, .safetyreport_table .sendreminderbtn {
	padding: 0px 12px !important;
}

.dataTables_wrapper {
	font-size: 14px;
}

/* sidebar menu active and hover background color */
.sidebar_menus .submenus>li.active>a, .sidebar_menus .submenus>li>a:hover
	{
	background-color: #4b646f !important;
}

.treeview-menu.submenus {
	padding-left: 0 !Important;
}
/* profile */
.profile-qrcode-img {
	margin: 0 auto;
	width: 216px;
	padding: 3px;
	border: none;
}

.profile-qrcodetitle {
	font-size: 21px;
	margin-top: 5px;
}

@media ( max-width :1199px) and (min-width:992px) {
	.profile-qrcodetitle {
		font-size: 14px;
		margin-top: 5px;
	}
}

.sendmailcancel_popupbutton {
	margin-right: 10px;
}

.sendmail_popupheader {
	border-top: 3px solid #00c0ef;
}

.sendmail_popupcontainer .form-group {
	margin-bottom: 0px;
}

.sendmail_popupcontainer .form-group p {
	color: #999;
	font-size: 13px;
	margin: 0 0 0px;
	line-height: 37px;
}

.skin-black .main-header li.user-header {
	background-color: #3c8dbc;
}

.mousePointer {
	cursor: pointer;
}

table.dataTable td.dataTables_empty {
	text-align: center;
}

.left15 {
	padding-left: 15px;
}

.padd5 {
	padding: 0px 5px 5px 5px;
}

.dashboardGraph {
	height: 400px;
}

.noWrap {
	white-space: nowrap;
}

.padd0 {
	padding: 0px;
}

.left0 {
	padding-left: 0px;
}

.left10 {
	padding-left: 10px;
}

.right0 {
	padding-right: 0px;
}

.top6 {
	margin-top: 6px;
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #babdb6;
	border-radius: 4px;
	padding: 4px;
	margin-top: 1px;
	top: 100px;
	left: 20px;
}

.daterangepicker .input-mini.active {
	border: 1px solid #888a85;
	border-radius: 4px;
}

.daterangepicker td.in-range {
	background-color: #d3d7cf;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #888a85;
	border-color: transparent;
	color: #fff;
}

.daterangepicker .ranges li:hover {
	background-color: #555753;
	border: 1px solid;
	color: #fff;
}

.daterangepicker .ranges li.active {
	background-color: #555753;
	border: 1px solid;
	color: #fff;
}

.daterangepicker .ranges li {
	font-size: 13px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	color: #000000;
	padding: 3px 12px;
	margin-bottom: 8px;
	cursor: pointer;
}

.calender {
	background-color: #f5f5f5;
	cursor: pointer;
}

.bottom10 {
	margin-bottom: 10px;
}

.black {
	color: black;
}

.black:hover {
	color: inherit;
}

table.dataTable thead>tr>th {
	padding-right: 30px;
	font-size: 14px;
}

table.table-bordered tbody th, table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
	font-size: 14px;
}

table thead>tr>th {
	padding-right: 30px;
	font-size: 14px;
}

table tbody th, table tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
	font-size: 14px;
}

.closeBtn {
	padding: 0px 12px !important;
}

audio::-internal-media-controls-download-button {
	display: none;
}

audio::-webkit-media-controls-enclosure {
	overflow: hidden;
}

audio::-webkit-media-controls-panel {
	width: calc(100% + 30px); /* Adjust as needed */
}

.addRemoveSelectBox {
	height: 122px !important;
}

.alignAddRemove {
	margin-top: 10%;
}

.wid80 {
	width: 80px;
}

.bottom3 {
	margin-bottom: 3%;
}

.top3 {
	margin-top: 3%;
}

.addRemoveSelectBox {
	height: 122px !important;
}

.left5 {
	margin-left: 5% !important;
}

.alignCenter {
	text-align: center;
}

.loaderPosition {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: white;
	font-size: 30px;
}

.safetyvisitreport_saveexportbtn {
	padding-right: 5px;
}

@media ( min-width :1200px) {
	.safettvisitreportemployeelabel {
		text-align: center !important;
	}
	.safettvisitreportfromlabel {
		padding-left: 0px !important;
		text-align: center !important;
	}
}

.safetyvisitreport_tolabel {
	text-align: center !important;
}

.wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.emailsettings_tolabel, .emailsettings_cclabel {
	padding-top: 0px !important;
}

@media ( max-width :767px) {
	.emailsettings_delete {
		margin-top: 10px;
	}
}

@media ( max-width :991px) {
	.hazardcounts {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

@media ( max-width :1280px) and (min-width:1200px) {
	.numberofhazards {
		padding-left: 34px !important;
	}
}

@media ( max-width :767px) {
	.emailsettings_cancelbtn {
		float: left !important;
	}
	.emailsettings_updatebtn {
		margin-left: 10px !important;
	}
}

@media ( max-width :767px) {
	.overall_counts {
		text-align: left;
	}
	.overall_counts .icon {
		display: block !important;
	}
}

@media ( min-width :1200px) {
	.hazardlist_users {
		padding-left: 30px;
	}
}

@media ( max-width :1199px) and (min-width:992px) {
	.hazardlist_refresh {
		padding-left: 0px;
	}
}

@media ( max-width :767px) {
	.hazardlist_userslabel, .hazardlist_categorylabel {
		padding-left: 0px;
		float: left !important;
	}
	.hazardlist_users {
		padding-left: 0px;
	}
	.hazardlist_categorylist {
		padding-left: 0px;
		float: left !important;
		padding-right: 0px;
		width: 100%;
	}
	.hazardlist_refresh {
		margin-top: 10px;
		float: left !important;
	}
}

@media ( max-width :1199px) and (min-width:992px) {
	.hazardlist_refresh {
		padding-left: 0px;
		float: left !important;
	}
}

@media ( max-width :1199px) and (min-width:768px) {
	.hazardlist_category {
		padding-left: 0px;
	}
}

@media ( max-width :320px) {
	.usersList, .categoryListId {
		font-size: 13px !important;
	}
}

@media ( max-width :991px) {
	.dataTables_wrapper div.dataTables_paginate {
		padding-bottom: 10px;
	}
}

@media ( max-width :991px) {
	.deletedusericons {
		vertical-align: 10px;
	}
}

@media ( max-width :767px) {
	.visitreport_table1 td input {
		width: 200px !important;
	}
}

.login_footer {
	margin-left: 0px;
}

.user_actionbtn {
	width: 87px;
}

@media ( max-width :991px) and (min-width:768px) {
	.safetyreport_refreshicon {
		float: left !important;
	}
}

@media ( max-width :767px) {
	.safetyreport_userlistlabel {
		width: 100%;
		padding-left: 0px;
	}
	.safetyreport_refreshicon {
		margin-top: 16px;
	}
	.safetyvisitreport_userlabel {
		float: left !important;
		margin-top: 0px;
	}
}

.mandatoryfield_icon {
	font-size: 5px;
	color: #f00;
	padding-left: 5px;
}

.mandatory_icon {
	font-size: 10px;
	color: #f00;
	padding: 0px 3px;
}

@media ( min-width :992px) {
	.alignAddRemove {
		margin-top: 10%;
	}
}

@media ( max-width :991px) {
	.alignAddRemove {
		margin-top: 0% !important;
		padding-left: 0px;
	}
}

.marginleft10 {
	margin-left: 10px;
}

@media ( max-width :1199px) and (min-width:992px) {
	.createcancelbtncontainer {
		width: 62%;
		margin: 0;
		text-align: center;
	}
}

@media ( max-width :767px) {
	.createcancelbtncontainer {
		text-align: center;
	}
}

.menuUserProfileImg {
	width: 45px !important;
	max-width: 45px !important;
	height: 45px !important;
}

.settingsUserProfileImg {
	height: 100px !important;
	min-height: 100px !important;
	max-height: 100px !important;
}

@media ( max-width :1198px) and (min-width:768px) {
	.editImgDivcontainer {
		width: 100% !important;
	}
}

.deletedusericon {
	padding-right: 5px;
}

.right10 {
	padding-right: 10px;
}

@media ( min-width :768px) {
	.profileimgmini {
		width: 30px !important;
		max-width: 30px !important;
		height: 30px !important;
	}
}

#category_chart {
	width: 100% !important;
	clear: both;
}

@media ( max-width :767px) and (min-width:361px) {
	.topheader_link {
		font-size: 11px !important;
	}
}

/* mobileapp styles */
.mobileapp_container {
	overflow: hidden;
	text-align: center;
}

.android_container, .ios_container {
	padding: 10px;
}

.android_container img, .ios_container img {
	margin: 0 auto;
}

.android_container h3, .ios_container h3 {
	margin-bottom: 20px;
	color: #696969;
}

@media ( max-width :767px) {
	.android_container {
		margin-bottom: 10px;
	}
	.android_container h3, .ios_container h3 {
		font-size: 18px;
	}
}

@media ( max-width :991px) and (min-width:768px) {
	.android_container h3, .ios_container h3 {
		font-size: 18px;
	}
}

.mobileapp_olderversions {
	padding-left: 0px;
	padding-right: 0px;
}

@media ( min-width : 768px) {
	.create_dropdown_button {
		padding: 12px 7px !important;
	}
}

@media ( max-width : 320px) {
	.topheader_link {
		padding: 15px 5px !important;
		font-size: 10px;
	}
}

@media ( max-width : 360px) and (min-width:321px) {
	.topheader_link {
		font-size: 9.5px !important;
		padding: 10px 6px !important;
	}
}

@media ( min-width :768px) {
	.topheader_link {
		border-right: 1px solid #eee !important;
	}
}

@media ( max-width :320px) {
	.create_dropdown_button {
		padding: 14px 4px 12px 4px !important;
	}
}

@media ( max-width :360px) and (min-width:321px) {
	.create_dropdown_button {
		padding: 12px 4px 14px 4px !important;
	}
	.topheader_link {
		font-size: 9.5px !important;
		padding: 15px 6px !important;
	}
}

.accordionjs .acc_section.acc_active>.acc_head {
	border: none;
}

.accordionjs .acc_section {
	border: none;
}

.accordionjs .acc_section .acc_content {
	padding: 10px;
	border: 1px solid #ddd;
}

@media ( max-width :767px) and (min-width:361px) {
	.create_dropdown_button {
		padding: 15px 4px 10px 4px !important;
	}
}

.downloadnow_icon {
	padding-right: 5px;
}

.hazardgraphicalreport_tolabel {
	text-align: center !important;
}

@media ( max-width :991px) and (min-width:768px) {
	.hazardgraphicalreport_tolabel {
		padding-right: 0px !important;
	}
}

@media ( max-width :1024px) and (min-width:992px) {
	.hazardgraphicalreport_tolabel {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media ( max-width : 767px) {
	.hazardgraphicalreport_tolabel {
		margin-top: 10px;
	}
}

@media ( max-width :767px) {
	.closingactions {
		clear: both;
	}
}

@media ( max-width :767px) {
	.closingactions_uploadimage {
		clear: both;
	}
}

.downloadinstallbtn {
	width: 150px;
}

@media ( min-width :768px) {
	.sidebar_submenufontsize {
		font-size: 11px !important;
	}
}

@media ( max-width :767px) {
	.sidebar_submenufontsize {
		font-size: 14px !important;
	}
}

@media ( min-width :1200px) {
	.datatable {
		width: 100% !important;
	}
}

.mobileapp_olderversions .dataTables_scrollHeadInner,
	.mobileapp_olderversions .dataTable {
	width: 100% !important;
}

.onegoallogo {
	text-align: center;
}

.onegoallogo img {
	width: 83px !important;
	height: 194px;
}

body>div.wrapper>aside>section>ul>li.treeview.onegoallogo>img {
	background-color: transparent !important;
	border: none !important;
	position: relative;
	top: 50px !important;
	padding: 0px 5px 70px 0px !important;
	pointer-events: none;
	cursor: default;
}

@media ( max-width :767px) {
	body>div.wrapper>aside>section>ul>li.treeview.onegoallogo>img {
		background-color: transparent !important;
		border: none !important;
		position: relative;
		top: 37px !important;
		padding: 12px 5px 70px 0px !important;
	}
}

@media ( max-width :767px) {
	.hidelogo {
		display: block;
	}
}

@media ( min-width :768px) {
	.hidelogo {
		display: none;
	}
}

.topheader_link {
	border-right: 1px solid #eee !important;
	padding: 15px 7px;
}

@media ( max-width :360px) and (min-width:321px) {
	.alignCenter {
		font-size: 8px;
		padding-left: 0px !important;
		padding-right: 0px !important;
		line-height: 20px;
	}
	.topheader_link, .topheader_licensekey {
		font-size: 9.5px !important;
		padding: 15px 3px !important;
	}
	.topheader_user_profile {
		padding: 15px 0px 15px 2px !important;
	}
}

@media ( max-width :767px) {
	.reportCreateBtn .btn {
		float: left !important;
		margin-top: 16px;
	}
}

.body {
	padding-right: 0px !important;
}

/* topheader style*/
.create_dropdown_button {
	padding: 11.5px 4px !important;
}

.create_dropdown_button .btn .caret {
	margin-left: 5px !important;
}

.create_dropdown_button .btn {
	padding: 2.5px 7px !important;
	border-radius: 0px !important;
	background-color: #3c8dbc !important;
	border: 1px solid #3c8dbc;
}

.create_dropdown_button .btn i {
	color: #fff;
}

.create_dropdown_menulist {
	border: 1px solid #ddd !important;
	width: 153px !important;
}

.create_dropdown_menulist li {
	border-bottom: 1px solid #f4f4f4;
}

.create_dropdown_menulist li a {
	color: #222 !important;
	background-color: #fff !important;
	padding: 6px 32px;
}

.create_dropdown_menulist li a:hover {
	background-color: #3c8dbc !important;
	color: #fff !important;
}

.create_dropdown_menulist li:nth-child(2) {
	border-bottom: 0px !important;
}

.main-header .topheader_user_profile_details .user-header {
	background-color: #3c8dbc !important;
}

.topheader_user_profile_details .user-header img {
	border-color: #f4f4f4 !important;
	border-color: #f9f9f9 !important;
}

@media ( max-width :767px) {
	.create_dropdown_button .btn {
		padding: 0px 12px !important;
		border-radius: 0px !important;
	}
}
/* topheader menu */
.alignRight {
	text-align: right;
	padding: 1px 0px 0px 0px;
}

@media ( max-width :320px) and (min-width:280px) {
	.topheader_link, .topheader_licensekey {
		padding: 15px 1px !important;
		font-size: 9px;
	}
	.topheader_licensekey i {
		font-size: 8px;
	}
	.alignRight {
		font-size: 8.5px;
		padding: 7px 0px 0px 0px !important;
		/*line-height: 22px;*/
		text-align: center !important;
	}
	.topheader_right {
		padding-left: 0px !important;
		float: left !important;
		padding-right: 0px;
	}
	.create_dropdown_button .btn {
		padding: 0px 4px !important;
		font-size: 9px !important;
	}
	.topheader_user_profile {
		padding: 15px 1px !important;
	}
	.create_dropdown_button {
		padding: 15px 2px !important;
	}
}

@media ( max-width :360px) and (min-width:321px) {
	.create_dropdown_button, .yourscore_label {
		padding: 12px 4px 14px 5px !important;
	}
	.topheader_link, .topheader_licensekey {
		font-size: 9px !important;
		padding: 15px 3px !important;
	}
	.topheader_licensekey i {
		font-size: 8px;
	}
	.create_dropdown_button .btn {
		padding: 0px 4px !important;
		font-size: 9px !important;
	}
	.alignRight {
		font-size: 8.8px;
		padding: 7px 0px 0px 0px !important;
	}
	.topheader_right {
		padding-left: 0px !important;
		float: left !important;
		padding-right: 0px;
	}
	.topheader_user_profile {
		padding: 15px 0px 15px 2px !important;
	}
}

@media ( max-width :479px) and (min-width:361px) {
	.create_dropdown_button {
		padding: 13px 2px 14px 2px !important;
	}
	.yourscore_label {
		padding: 13px 4px 14px 4px !important;
	}
	.topheader_link, .topheader_licensekey {
		font-size: 10px !important;
		padding: 15px 2px !important;
	}
	.topheader_licensekey i {
		font-size: 8px;
	}
	.create_dropdown_button .btn {
		padding: 2px 5px !important;
		font-size: 11px !important;
	}
	.alignRight {
		font-size: 9px;
		padding: 7px 0px 0px 0px !important;
		/*line-height: 21px;*/
	}
	.topheader_right {
		padding-left: 0px !important;
		padding-right: 0px;
	}
	.topheader_user_profile {
		padding: 15px 12px 15px 8px !important;
	}
}

@media ( max-width :767px) and (min-width:480px) {
	.create_dropdown_button {
		padding: 13px 4px 14px 4px !important;
	}
	.yourscore_label {
		padding: 13px 4px 14px 4px !important;
	}
	.topheader_link, .topheader_licensekey {
		font-size: 12px !important;
		padding: 15px 4px !important;
	}
	.topheader_licensekey i {
		font-size: 9.5px;
	}
	.create_dropdown_button .btn {
		padding: 2px 6px !important;
		font-size: 11px !important;
	}
	.alignRight {
		font-size: 10.5px;
		padding: 7px 0px 0px 0px !important;
	}
	.topheader_right {
		padding-left: 0px !important;
		padding-right: 0px;
	}
}
/* new styles */
.yourscore_label {
	padding: 12px 0px !important;
	border-left: 0px !important;
}

@media ( min-width :768px) and (max-width:804px) {
	.alignRight {
		font-size: 8.8px;
		padding: 9px 0px 0px 0px;
	}
	.topheader_user_profile_details span {
		font-size: 8.8px;
	}
	.topheader_link, .topheader_licensekey {
		font-size: 8.8px !important;
		padding: 15px 1px !important;
	}
	.create_dropdown_button .btn {
		padding: 0px 2px !important;
		font-size: 11px;
	}
	.topheader_user_profile {
		padding: 14px 2px !important;
	}
}

@media ( min-width :805px) and (max-width:991px) {
	.alignRight {
		font-size: 8.8px;
		padding: 9px 0px 0px 0px;
	}
	.topheader_link, .topheader_licensekey {
		font-size: 8.8px !important;
		padding: 15px 1px !important;
	}
	.topheader_user_profile_details span {
		font-size: 8.8px;
	}
	.topheader_user_profile {
		padding: 14.5px 10px !important;
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.topheader_link, .topheader_licensekey {
		font-size: 12px !important;
		padding: 15px 3px !important;
	}
	.create_dropdown_button {
		padding: 14px 3px 12px 3px !important;
	}
	.create_dropdown_button .btn {
		padding: 0.5px 6px !important;
	}
	.alignRight {
		font-size: 12px;
		padding: 5px 0px 0px 0px;
	}
	.topheader_user_profile_details span {
		font-size: 11px;
	}
	.topheader_licensekey i {
		font-size: 9.5px;
	}
}

@media ( max-width :1300px) and (min-width:1200px) {
	.topheader_link {
		font-size: 13px !important;
		padding: 15px 7px !important;
	}
	.topheader_licensekey {
		font-size: 13px !important;
		padding: 15px 6px !important;
	}
	.topheader_user_profile {
		padding: 15px 12px 15px 8px !important;
	}
	.alignRight {
		font-size: 13px;
		padding: 3px 0px 0px 0px;
	}
}
/* topheader license key styles */
.topheader_licensekey {
	position: relative;
	display: block;
	padding: 15px 7px;
	line-height: 20px;
	color: #444;
	/*border-left:1px solid #eee;*/
}

.topheader_link {
	border-right: 1px solid #eee !important;
	padding: 15px 7px;
}

.topheader_licensekey i {
	margin-right: 5px;
}

@media ( min-width :1200px) {
	.topheader_licensekey i {
		font-size: 11px;
	}
}

.topheader_licensekey, .topheader_link, .create_dropdown_button {
	border-right: 0px !important;
}

.topheader_licensekey:focus {
	color: #222 !important;
}

.topheader_licensekeydownload {
	display: block;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
}

.topheader_licensekeydownload .fa {
	margin-right: 10px;
}

@media ( max-width :767px) {
	.topheader_licensekeydownload {
		line-height: 20px;
		padding: 5px 15px 5px 25px !important;
	}
}

.marginright5 {
	margin-right: 5px;	
}

.marginrignt10 {
	margin-right: 10px;	
}
 
.not-allowed {cursor: not-allowed;}

/* .box .nav-stacked>li {
	height: 30px;
	padding-top: 5px;
} */

.popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-body {
    padding: 9px 14px;
}
.status-btn {
	width: 125px !important;
}

.popover-formgroup {
	margin-bottom: 35px !important;
}

.license_usercount {
	width: 75px;
	height: 20px;
}

.license_billingtype {
	width: 110px;
}

body { padding-right: 0 !important }

.mobileapp-modal-dialog {
    width: 500px !important;
  }
 
.bootstrap-autocomplete.dropdown-menu {
	width: 100% !important;
	font-size: 13px !important;
}

.download_mobileapp_icons img {
    margin: 0px 0px;
    box-shadow: 0 0 0 0 #000;
    transition: .2s linear;
}
 
.googleplay-header-icon {
	padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.dropdown-menu li a {
    word-wrap: break-word;
    white-space: normal;
}

.customchecklist-createrow {
	margin-bottom: 7px !important;
}
.predefinedchecklist-createrow {
	margin-bottom: 9px !important;
}
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.pbar_outer {
	text-align: center;
	height: 25px;
	border: 2px solid black;
	margin-bottom: 20px;
	width: 70%;
}

.pbar_inner {
	height: 100%;
	width: 0%;
	color: #010109;
	font-weight: bold;
}

.pbar_inner.success {
	background: #33dd33;
}

.pbar_inner.failure {
	background: #f53707;
}

.upb {
	float: left;
	margin-left: 5px;
	width: 20%
}

.radius {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.pbar_number {
	height: 25px;
	margin-left: 5px;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

.pbar_status {
	width: 100%;
	margin-top: 10px;
}

.pbar_line {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.pbar_animation {
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-name: progress-bar-stripes;
}

.left-margin-10 {
	margin-left: 10px;
}

@media ( max-width :767px) {
	.pbar_options {
		width: 100%;
		padding-top: 10px !important;
	}
	.pbar_outer {
		width: 87% !important;
	}
	.pbar_outer.radius span {
		width: 100% !important;
		padding-top: 10px !important;
		display: block !important;
		font-size: 13px;
		/* margin-bottom: 10px; */
	}
}

.file_progress {
	padding-left: 0px;
}
.skin-black .main-header li.default-settings-header {
	background-color: #f9f9f9;
}
.resultType-dropdown {
	width: 500px !important;
	height:250px;
	overflow:auto;	
}
.resultType-title {
	height: 25px !important;
	padding-left: 20px;
	padding-top: 4px;
}
.resultType-item {
	height: 35px !important;
	padding-left: 20px;
	padding-top: 6px;	
}
.resultType-itemText {	
	text-align: center;		
}
.resultType-itemIcon {	
	text-align: right;		
}
.resultType-item:hover{
	background: #ddd; 
	cursor: pointer;
}

.multipleChoiceColorGrey {
  height: 30px;
  width: 30px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorRed {
  height: 30px;
  width: 30px;
  background-color: #c60022;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorGreen {
  height: 30px;
  width: 30px;
  background-color: #13855f;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorBrown {
  height: 30px;
  width: 30px;
  background-color: #9c6d1e;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorOrange {
  height: 30px;
  width: 30px;
  background-color: #fe8500;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorBlue {
  height: 30px;
  width: 30px;
  background-color: #00b6cb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorViolet {
  height: 30px;
  width: 30px;
  background-color: #c22dd5;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceColorPink {
  height: 30px;
  width: 30px;
  background-color: #dc267f;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.multipleChoiceLabel {
	font-size: 100% !important;
}

.multipleChoice_active {
	border: 3px solid #00a65a !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 2px !important;
	border-radius: 5px !important;
}

.responseTypeDisplay {
	cursor: pointer;
}

.inspectionFailedChoicesDiv {
	font-size: 12px;
	margin-top: 2%;	
}

.viewChecklistFailedChoicesDiv {
	font-size: 12px;
}

.inspection_img {
    float: left;
    width:  97px;
    height: 100px;
    object-fit: cover;
    margin: 5px 5px 5px 5px;
    cursor: pointer;    
}

.category_img {
    float: left;
    width:  300px;
    height: 300px;
    object-fit: cover;
    margin: 5px 5px 5px 5px;
    cursor: pointer;    
}

.view_inspection_exportbtn {
	margin-left: 5px;	
}

.createworequest_wrapper {
	background: url(../../images/V1/createworequestwrapperimage.png) no-repeat;
	background-size: 100% 100%;	
	overflow: hidden;
	height:100%;
}

/*Side Menu width changed from 230px to 200px*/
.main-sidebar {
	width: 200px;
}

.content-wrapper {
	margin-left: 200px;
}

.main-header .navbar {
    margin-left: 200px;
}

.main-header .logo {
	width: 200px;	
}

.main-footer {
	margin-left: 200px;
}

@media (max-width: 767px) {
	
	.main-header .logo {        
     	width: auto;
    }
    
	.content-wrapper {
		margin: 0px;
	}	
	
	.main-header .navbar {
    	margin: 0px;
	}
}	
/*Side Menu width changed from 230px to 200px*/