/* body { font-family:"Helvetica Neue",Helvetica,Arial,sans-serif} */
/* * {
	scrollbar-width: thin;
	scrollbar-color: #747474 #1e1e1e
}

*::-webkit-scrollbar {
	width: 15px
}

*::-webkit-scrollbar-track {
	background: #1e1e1e
}

*::-webkit-scrollbar-thumb {
	background-color: #747474;
	border-radius: 10px;
	border: 4px solid #1e1e1e
} */

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button,
input,
select[multiple],
textarea {
	background-image: none;
}

.login_page {
	background: #282d38;
}

.login_page .wrapper {
	height: 100%;
	display: table;
	height: 100%;
	width: 90%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.login_page .wrapper .login_section {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.login_page .login_block .form-content {
	padding: 0 50px 0 50px;
}

.login_page .login_block {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
	background: #fff;
	border-radius: 3px;
}

.login_page .login_logo {
	padding: 35px 0 20px 0;
}

.login_page .login_block h1 {
	margin: 30px 0 40px 0;
	color: #666666;
	font-weight: 300;
	display: block;
	clear: both;
}

.login_page .login_block form {
	padding: 0;
}

.login_page .login_block .form-content {
	padding: 0 50px 0 50px;
}

.login_page .login_block form .form_control.border {
	border: 0px;
	border: 1px solid #d8d8d8;
	background: #fff;
	-webkit-appearance: none;
}

.login_page .login_section .form_control i {
	position: absolute;
	top: 23px;
	left: 20px;
	color: #b9b9b9;
}

.login_page .login_block form input[type="text"],
.login_block form input[type="password"] {
	height: 57px;
	padding: 0 15px 0 45px;
	width: 100%;
	border: 0px;
	background: none;
}

.login_page .login_block form .form_control {
	margin-bottom: 15px;
	position: relative;
}

.login_page .login_block form input[type="submit"] {
	height: 57px;
	color: #fff;
	background: #3276b1;
	padding: 0 15px;
	font-size: 18px;
	width: 100%;
	border: 0px;
}

.mainNav li.has-child>a:after {
	color: #444;
	content: ' ▾';
}

.connectedattributes {
	min-height: 100px;
}

.drag-product ul.value-set img {
	width: 100%;
	max-width: 9px;
}

.drag-product ul.value-set li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 11px 0;
}

.drag-product ul.value-set li:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #f1f1f1;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1px;
}

.nav-collapse ul.sidebar-menu li ul li a {
	padding: 0
}

.nav-collapse ul.sidebar-menu li ul li img {
	display: inline-block;
	margin-right: 8px;
	width: 20px;
}

.avail-container .drag-product .head {
	margin-bottom: 0px;
}

.btn-primary {
	margin-top: 20px;
	color: #fff;
	font-size: 17px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #259A25 !important;
	padding: 9px 20px;
	background: #259A25;
}

.modalconfirm .modal-dialog {
	width: 510px;
}

.modalconfirm button.w-btn {
	width: 43%;
	margin: 0 2%;
	background-color: transparent;
	border: 1px solid;
	border-radius: 5px;
	font-weight: 600;
	padding: 7px 0;
}

.modalconfirm .modal-content.text-center {
	padding: 16px 0;
	border-radius: 0;
	border: 5px solid #eee;
}

.modalconfirm h3 {
	color: #000;
	margin: 4% 0
}

.modalconfirm .modal-footer {
	border: 0
}

.modalconfirm .pop-up-info {
	width: 100px;
	display: inline-block
}

.modalconfirm .modal-footer {
	text-align: center
}

.modalconfirm .modal-body p {
	padding: 0 10%;
}

#add-category .modal-header {
	color: #000;
	background: transparent;
}

#add-category .modal-header .modal-title {
	color: #000;
	float: left;
}

#add-category .modal-dialog {
	margin: 0px;
	float: right;
}

.subheader .subheadertext {
	float: left;
	width: 65%;
	font-size: 19px;
	font-weight: bold;
	margin-left: 15px;
}

.subheader a {
	float: right;
	width: 30%;
	color: #000;
	height: 20px;
}

.subcategorieswrapper {
	padding: 20px 0px;
}

.subcategorieswrapper .row {
	padding: 0px 20px;
	float: left;
	width: 100%;
}

.subcategorieswrapper i {
	float: right;
	padding: 11px 0px;
}

#accordion ul.categories-list li .subcategorylink {
	color: #333;
	padding-left: 13px;
	position: relative;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink button {
	margin-top: 11px;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink:hover {
	background-color: transparent;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink:hover .sub-options,
#accordion ul.categories-list li.sub-adds>.subcategorylink:hover .sub-adds img.dots {
	display: inline-block;
}

#accordion ul.categories-list li .subcategorylink:before,
#accordion ul.categories-list li.sub-categories .subcategorylink:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 2px;
	background: #ddd;
	left: 0;
	top: 48%;
	transform: translateY(-50%);
}

#accordion ul.categories-list li.sub-adds>.subcategorylink span.icon {
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 600;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink:hover span.icon {
	background-color: #fff;
}



#accordion ul.categories-list li.sub-adds>.subcategorylink:hover img.dots {
	display: inline-block;
	vertical-align: -1px;
	max-width: 7px;
}

#accordion ul.categories-list>li>.subcategorylink button,
.sub-adds .subcategorylink>button {
	display: inline-block;
	position: relative;
	top: -6px;
	font-weight: 600;
	padding: 0 15px;
	opacity: 1;
}

#accordion ul.categories-list>li>.subcategorylink:hover button,
.sub-adds .subcategorylink:hover>button {
	display: inline-block;
	opacity: 1;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink.active {
	background-color: #f2f2f2;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink.active span.icon {
	background-color: #fff;
	padding: 0 8px;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink.active img.dots {
	display: inline-block;
}

#accordion ul.categories-list li.sub-adds>.subcategorylink.active .sub-options {
	display: inline-block;
}

#accordion ul.categories-list>li>.subcategorylink.active button,
.sub-adds .subcategorylink.active>button {
	display: inline-block;
}

#accordion .sub-category .addnewsubcategorywrapper {
	display: none;
}

#accordion .subcategorylink .pull-right {
	border: none;
	background: transparent;
	display: none;
}

#accordion ul.categories-list.nosubcategories .sub-category li:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	background: transparent;
	left: 0;
	/*bottom: 19px;*/
}

#accordion .panel-title .pull-right {
	display: none;
}

#accordion .panel-default>.panel-heading.active {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

#accordion .panel-default>.panel-heading:hover h4.panel-title .pull-right {
	display: inline-block;
	position: relative;
	top: -6px;
	opacity: 0;
}

#accordion .panel-default>.panel-heading:hover h4.panel-title .pull-right {
	opacity: 1;
}

#accordion .panel-default>.panel-heading h4.panel-title .pull-right span.plus {
	margin-right: 5px;
}

#accordion .panel-default>.panel-heading.active h4.panel-title .pull-right {
	display: inline-block;
	position: relative;
	top: -6px;
}

#accordion .panel-default>.panel-heading.active h4>a {
	background-color: #fff;
}

#accordion .panel-default>.panel-heading.active img.dots {
	opacity: 1;
	margin-left: 10px;
}

#accordion .panel-default>.panel-heading.active h4.panel-title ul {
	display: inline-block;
}

#accordion .addmainsubcategorypanel {
	padding-left: 15px;
}

.modalright {}

.modalright .modal-dialog {
	margin: 0px;
	float: right;
}

.modalright .modal-header {
	color: #000;
	background: transparent;
}

.modalright .modal-header .modal-title {
	color: #000;
	float: left;
}

.modalright .modal-footer {
	text-align: center;
}

.modalright button.w-btn {
	width: 43%;
	margin: 0 2%;
	background-color: transparent;
	border: 1px solid;
	border-radius: 5px;
	font-weight: 600;
	padding: 7px 0;
}

.modalright button.w-btn {
	width: 43%;
	margin: 0 2%;
	background-color: transparent;
	border: 1px solid;
	border-radius: 5px;
	font-weight: 600;
	padding: 7px 0;
}

.alert {
	width: 100%;
	margin: 15px auto !important;
}

.alert .messagecontent {
	float: left;
	width: 95% !important;
}

.alert .close {
	float: right;
}

.error {
	border: 1px solid red !important;
}

.popupwrapper {
	padding: 20px 0px;
}

.popupwrapper .row {
	padding: 0px 20px;
	float: left;
	width: 100%;
}

.popupwrapper i {
	float: right;
	padding: 11px 0px;
}

.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #cdcdcd;
	opacity: 0.5;
	display: none;
	z-index: 9999;
}

.overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #1791F1;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.childproductscontainer {
	margin-top: 50px;
}

.alert .error {
	border: none !important;
}

.wrapper-inner .list_products>ul {
	padding: 0;
}

.edit-content>div {
	margin-left: 44px;
}

.edit-content .head h3 {
	font-size: 24px;
	color: #000;
	margin-top: 15px;
}

.edit-content table td h3 {
	margin: 7px 0 0;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.edit-content table td {
	padding-right: 35px;
}

.edit-content table td span {
	font-weight: 400;
}

.wrapper-inner .list_products ul li,
.wrapper-inner .list_products .pro-content ul.datarows li {
	padding-left: 25px;
	padding-right: 10px;
	
}

.wrapper-inner .childproductscontainer .list_products {
	padding-left: 0;
	padding-right: 0;
}

.wrapper-inner .list_products .pro-content {
	padding: 0;
}

.wrapper-inner .list_products .pro-content ul:not(.datarowsneu) {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}

.wrapper-inner .childproductscontainer .list_products .pro-content ul.datarowsneu li {
	padding-right: 12px;
	padding-left: 12px
}

.list_products ul li h3 {
	font-weight: 600
}

.list_products ul li h3,
.list_products ul li h3 a {
	color: #0f5080;
}

.avail-container .select-product {
	/*background: #f1f3f4;*/
	max-height: 400px;
	min-height: 254px;
	overflow: hidden;
	overflow-y: auto;
}

.avail-container .select-product ul.value-set li {
	border: 1px solid #d2d0ce;
	background: #fff;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 29%);
	padding: 9px 20px;
	border-radius: 2px;
}

.avail-container .select-product ul.value-set li+li {
	margin-top: 11px;
}

.avail-container .select-product ul.value-set li h4 {
	color: #000;
	border: 0;
	margin: 0 0 5px;
	font-weight: 600;
}

.avail-container .select-product ul.value-set span.name-type-section {
	margin-right: auto;
	margin-left: 20px;
}

.avail-container .select-product ul.value-set .form-group select.form-control {
	height: 46px;
	padding: 5px 15px;
	width: 100%;
	padding-right: 25px;
	min-width: 180px;
	font-weight: normal
}

.custom-checkbox {
	display: block;
	position: relative;
}

.no-checkbox {
	width: 18px
}

.custom-checkbox span.checkbox {
	border: 2px solid #a19f9d;
	height: 18px;
	width: 18px;
	margin: 0;
	text-align: center;
	line-height: 16px;
	font-family: Arial;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	height: 18px;
	width: 18px;
	z-index: 1;
	opacity: 0;
	-webkit-appearance: checkbox;
	margin: 0;
	cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked~span.checkbox {
	border-color: #a19f9d;
}

.custom-checkbox input[type="checkbox"]:checked~span.checkbox:before {
	content: "\2713";
	font-weight: 700;
	color: #a19f9d;
	text-align: center;
}


.custom-checkbox input[type="radio"] {
	position: absolute;
	height: 18px;
	width: 18px;
	z-index: 1;
	opacity: 0;
	-webkit-appearance: checkbox;
	margin: 0;
	cursor: pointer;
}

.custom-checkbox input[type="radio"]:checked~span.checkbox {
	border-color: #a19f9d;
}

.custom-checkbox input[type="radio"]:checked~span.checkbox:before {
	content: "\2713";
	font-weight: 700;
	color: #a19f9d;
	text-align: center;
}


.avail-container .select-product ul.value-set a.value-set-result {
	color: #a19f9d;
	font-size: 14px;
	border-bottom: 2px solid #e8e7e6;
	margin: 0 20px;
}

.avail-container .select-product ul.value-set a.value-set-result:hover {
	color: #666
}

.avail-container .select-product ul.value-set .removeattributes {
	cursor: pointer;
	height: 20px;
	width: 20px;
	border: 2px solid #a19f9d;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	color: #a19f9d;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.avail-container .select-product ul.value-set .removeattributes:hover {
	border-color: #555;
	color: #555;
}

footer.site-footer {
	padding-top: 10px;
}

.no-top-border {
	border-top: 0 !important
}

.wrapper-inner .list_products .pro-content ul.icons {
	border: 0;
}

.wrapper-inner .list_products .pro-content ul.icons li {
	flex: inherit;
	white-space: nowrap;
	width: auto;
	padding-right: 0;
	padding-left: 0;
}

.wrapper-inner .list_products .pro-content ul.icons li:last-child {
	padding-left: 20px;
}

.edit-content ul.icons li a {
	display: block;
	color: #888685;
}

.wrapper-inner .add-product-form input.form-control,
.wrapper-inner .add-product-form select.form-control {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.required label:after {
	content: "*";
	color: red;
}

.drap-drop-file-list ul li .fa {
	margin-right: 5px;
}

.dropbox .spinner {
	display: none;
}

.drap-drop-file-list p {
	margin: 0px;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.ui-autocomplete>li>div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.plants .main-content .pro-content ul.datarowssimple li {
	width: calc(100% / 5);
	flex: 0 0 calc(100% / 5);
}

.linked-list-head .add-linked-plants,
.linked-list-head .add-linked-companies {
	background: transparent;
	color: #259A25;
	font-size: 20px;
	position: absolute;
	top: 16px;
	right: 20px;
	border: none;
	padding: 0;
}


.linked-list-head .add-linked-plants:hover,
.linked-list-head .add-linked-plants:focus,
.linked-list-head .add-linked-companies:hover,
.linked-list-head .add-linked-companies:focus {
	outline: none;
	color: #005a9e;
}

/* .linked-list-head .add-linked-companies {
	background: transparent;
	color: #259A25;
	font-size: 16px;
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	padding: 0;
} */

/* .template .main-content ul.datarows li,
.template .pro-content ul.datarows li {
	width: calc(100% / 6) !important;
	flex: 0 0 calc(100% / 6) !important;
} */

.company .main-content ul li,
.plants .main-content ul li {
	width: calc(100% / 5);
	flex: 0 0 calc(100% / 5);
}

.company .list_products.main-content ul li,
.Inspections .list_products.main-content ul li {
	width: calc(100% / 6);
    flex: 0 0 calc(100% / 6);
}
.company .list_products.main-content ul li
 {
	width: calc(100% / 7);
    flex: 0 0 calc(100% / 7);
}


.company .main-content .pro-content ul.datarows li:last-child,
.company .main-content .pro-content ul.datarows li, 
.Inspections .main-content .pro-content ul.datarowssimple li{
	width: calc(100% / 6) !important;
	flex: 0 0 calc(100% / 6) !important;
}

.company .main-content .pro-content ul.datarows li:last-child,
.company .main-content .pro-content ul.datarows li{
	width: calc(100% / 7) !important;
	flex: 0 0 calc(100% / 7) !important;
}
.wrapper-inner .list_products  ul.six-column li {
	width: calc(100% / 6)!important;
	flex: 0 0 calc(100% / 6)!important;
}
.wrapper-inner .list_products .pro-content ul.datarows li:last-child,
.wrapper-inner .list_products .pro-content ul.datarows li {
	width: calc(100% / 6);
	flex: 0 0 calc(100% / 6);
}
#inspect_tbl.list_products ul li, .main-content ul li, #inspect_tbl.list_products .datarows li {
    width: calc(100% / 7);
    flex: 0 0 calc(100% / 7);
}
#inspect_tbl.list_products.grid .datarows li {
    width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
}
.list_products ul li,
.main-content ul li {
	width: calc(100% / 6);
	flex: 0 0 calc(100% / 6);
}

.list_products.InspectionsBackOffice ul li, .main-content.InspectionsBackOffice ul li{
	width: calc(100% / 6);
    flex: 0 0 calc(100% / 6);
}

.wrapper-inner .list_products.InspectionsBackOffice .pro-content ul li, .wrapper-inner .main-content.InspectionsBackOffice .pro-content ul li {
    width: calc(100%/6);
    flex: 0 0 calc(100%/6);
}


.avail-container .drag-product .select-product {
	padding: 0;
}

.avail-container .drag-product .select-product #assignedattributes {
	min-height: 254px;
	margin: 0;
}

.avail-container .drag-product .select-product #adminassignedattributes {
	min-height: 254px;
	margin: 0;
}

.searchbutton {
	color: #fff !important;
}

.sidemenu-attribute-list small {
	display: inline-block;
}

.attrvalueset {
	position: absolute;
	right: 20px;
	width: 30%;
	min-height: 30px !important;
	top: 5px;
}

.list_products ul li h3 a:after {
	content: "";
	font: normal normal normal 16px/1 FontAwesome;
	color: #000;
	float: right;
	opacity: 0.3;
}

.list_products ul li h3 a.asc:after {
	content: "\f0d8";
}

.list_products ul li h3 a.desc:after {
	content: "\f0d7";
}

.enteries {
	display: flex;
	align-items: center;
}

.enteries form {
	display: inline-block;
	margin: 0 10px;
}

.enteries .pageselect {
	min-width: 50px;
	padding: 2px 17px 2px 5px;
	border: solid 1px #ccc;
	background: url('/../img/down-arrow-dark.png') no-repeat;
	background-size: 15px;
	background-position: 100% 50%;
}

/* .plants .main-content.list_products ul li {
	width: calc(100% / 5);
	flex: 0 0 calc(100% / 5);
} */

.form-group .select2-container .select2-selection--single {
	/*background-color: #f1f3f4;*/
	border: solid 1px #d2d0ce;
	border-radius: 4px;
	box-shadow: none;
	padding: 2px 9px;
	min-height: 46px;
	line-height: 1.428571429;
}

.form-group .select2-container .select2-selection--single:focus {
	outline: none !important;
	box-shadow: none !important;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 38px;
	height: 100%;
	padding-left: 0;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

.custom-checkbox input[type="checkbox"]:disabled~span.checkbox {
	background-color: #cdcdcd;
}

.add-facility-fields,
.add-contacts {
	background: transparent;
	color: #259A25;
	font-size: 20px;
	float: right;
	text-align: right;
	border: none;
	padding: 0;
	width: 10%;
}

.h4 {
	color: #000;
	font-weight: 600;
	width: 90%;
	float: left;
}

.sidemenu-attribute-list ul li {
	list-style: none;
	width: 100%;
	display: block;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.80);
	border-bottom: solid 1px #d2d0ce;
	position: relative;
}

.sidemenu-attribute-list ul li span.custom-checkbox {
	display: inline-block;
	vertical-align: -4px;
	margin-right: 4px;
}

.sidemenu-attribute-list {
	height: calc(100% - 215px);
	overflow: hidden;
	overflow-y: auto;
}

.delete-contacts {
	float: left;
	margin: 30px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}

.select2-selection__arrow b {
	display: none !important;
}

.select2-container--default .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #d2d0ce;
	cursor: default;
}

.wrapper>.row,
.wrapper-inner .row {
	margin: 0;
}

.wrapper-inner .childproductscontainer .list_products .pro-content ul.datarowsneu .select2-selection__rendered {
	border-top: none;
}

.wrapper-inner .childproductscontainer .list_products .pro-content ul.datarowsneu .select2-selection__rendered li {
	padding-right: 0;
	padding-left: 0;
	width: auto;
	flex: auto;
}

/* .wrapper-inner .list_products .pro-content .edit_pro ul li:last-child,
.wrapper-inner .main-content .pro-content .edit_pro ul li:last-child {
	width: 25%;
	flex: 0 0 25%;
} */

.list_products .pro-content ul li a>.fa,
.main-content .pro-content ul li a>.fa {
	margin-right: 3px;
	display: inline-block;
	vertical-align: 0px;
}

.checkbox-group.defaultvalues {
	flex-shrink: 0;
}

.avail-container .select-product ul.value-set .form-group {
	margin-right: 12px;
}

.info-content-head button .fa {
	margin-right: 3px;
}

.viewreport .close-oven-row{display:none;}
.viewreport .inspection-add-product-btn{display:none;}
.viewreport .inspection-clone-group-btn{display:none;}

.checkbox-group label .custom-radio {
	display: flex;
	width: 20px;
	height: 20px;
	/*background-color: #f1f3f4;*/
	border: solid 1px #d2d0ce;
	border-radius: 20px;
	position: relative;
	margin-right: 5px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.checkbox-group label .custom-radio:before {
	content: "\25CF";
	font: bold 22px/1 FontAwesome;
	opacity: 0;
	color: #000;
	position: relative;
	top: -2px;
}

.checkbox-group label input[type=radio]:checked~.custom-radio:before {
	opacity: 1;
}

.companyinspections .edit_pro .datarowssimple li {
    width: calc(100% / 5) !important;
    flex: 0 0 calc(100% / 5) !important;
}
.viewreport input{
	cursor: no-drop !important;
    pointer-events: none;
	
 }
 .viewreport select{
	 cursor: no-drop !important;
    pointer-events: none;
	
 }
  .viewreport textarea{
    pointer-events: none;
 }
 .wrapper-inner .list_products .pro-content ul.datarowssimple li:first-child{font-weight:bold;color:#000;}
  .wrapper-inner .list_products .pro-content ul.datarows li:first-child{font-weight:bold;color:#000;}
  .numero{font-weight:bold;}
  .datarows{cursor:pointer;}
  .current{color: #fff !important;}
  
  .wrappertabnavigation{float:left;width:100%;margin-bottom:20px;border-bottom: solid 1px #014e88;padding-bottom:10px;padding-left:10px;}
  .tabnavigation{float:left;width:100%;}
  .tabnavigation li{float:left;padding:5px;}
    .tabnavigation li  a.btn.nabbtn.active {
    background: #259a25 !important;
    color: #fff;
}
.lableproduct:hover{cursor:pointer;}
  .tabnavigation li .btn.nabbtn{
    background: #d2d0ce;
	}
	
	
	.add-owned-facilities {
    background: transparent;
    color: #259A25 !important;
    font-size: 20px;
    /*position: absolute;
    top: 16px;
    right: 20px;*/
    border: none;
    padding: 0;
}
.add-owned-facilities i{ color: #259A25 !important;} 
.facilitywrapper li{float:left;padding:5px;border-radius:23px;margin-right:10px!important;color:#555555!important;}
.facilitywrapper li .right-side button.clear-linked-list {
    border: solid 2px #ccc;
    color: #ccc;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 4px;

}
.facilitywrapper li .right-side {float:right;margin-left:10px!important;}
li.tab-item{
	position:relative;
}
.tab-badge {
	position: absolute;
	top: 16px;
	right: 6px;
}
.tab-badge-cross {
	padding: 3px;
}
.big-btn{
	font-size: 40px;
}
.facilitywrapper {
	float:left;
}

#schd_page {font-family: 'Open Sans', sans-serif;}
   #schd_page .schd_header .main_block {display: flex;column-gap: 100px;/*flex-wrap: wrap;*/align-items: center;padding: 15px 15px;border-bottom: 2px solid #005a9e;}
   #schd_page .schd_header .schd_title {font-size: 24px;font-weight: 600;color: #005a9e;margin: 10px 0px;}
   #schd_page .schd_header .header_btns {display: flex;flex-wrap: wrap;margin-left: auto;column-gap: 15px;row-gap: 15px;width: calc(100% - 200px);justify-content: flex-end;}
   #schd_page .schd_header .header_btns .btn {width: 100%;max-width: 160px;font-size: 17px;background:  #efefef;color: #333;transition: all 0.4s;}
   #schd_page .schd_header .header_btns .btn:hover, #schd_page .schd_header .header_btns .btn.active_btn {background: #005a9e;color: #fff;}
   #schd_page .schd_header .header_btns .btn.btn_add_schedule {background: #259a25;color: #fff;}
   #schd_page .schd_content {margin-top: 0;display: flex;flex-wrap: wrap;padding-bottom: 0px;background: #fff;}
   #schd_page .schd_sidebar {flex: 0 0 100%;max-width: 225px;padding: 20px;border-right: 1px solid #ccc;}
   #schd_page .schd_sidebar > .main_block {position: relative;}
   #schd_page .schd_sidebar .sidebar_items {width: 100%;display: inline-block;}
   #schd_page .schd_sidebar .sidebar_filtr {display: inline-block;cursor: default;}
   #schd_page .schd_sidebar .filter_opt {margin-bottom: 0px;display: inline-block;width: 100%;}
   #schd_page .schd_sidebar .sidebar_title {margin-top: 0px;font-size: 18px;color: #000;display: inline-block;font-weight: 700;width: 100%;}
   #schd_page .schd_sidebar .filt_title {font-size: 16px;color: #000;font-weight: 600;display: inline-block;width: 100%;margin-bottom: 15px;}
   #schd_page .schd_sidebar .form-group {margin-bottom: 5px;color: #000;}
   #schd_page .schd_sidebar .form-group input {appearance: none;width: 16px;height: 16px;display: inline-block;vertical-align: sub;margin: 0px;margin-right: 5px;border-radius: 3px;position: relative;outline: none;box-shadow: none;}
   #schd_page .schd_sidebar .form-group input:before {content: "\f00c";font-family: "FontAwesome";font-size: 70%;font-weight: 700;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: inline-block;color: #fff;z-index: 1111;text-align: center;transition: all 0.6s;display: inline-flex;flex-wrap: wrap;align-items: center;justify-content: center;}
   #schd_page .schd_sidebar .form-group input:checked {background: #0075ff;}
   #schd_page .schd_sidebar .form-group input:checked:before {transform: scale(1);}
   #filter_sidebar > .main_block {margin-top: 0px;transition: all 0.5s;}
   #filter_sidebar.caldview_filter > .main_block {margin-top: 50px;}
   #schd_page .table_block {width: 100%;flex: 0 0 100%;max-width: calc(100% - 225px);margin-bottom: 150px;display: inline-block;}
   #schd_page .table_schedule {width: 100%;flex: 0 0 100%;}
   #schd_page .table_schedule table {table-layout: fixed;}
   #schd_page .table_schedule tr {border-bottom: 1px solid #ccc;}
   #schd_page .table_schedule tbody tr:last-child {border-bottom: none;}
   #schd_page .table_schedule th, #schd_page .table_schedule td {padding: 10px 20px;font-size: 14px;font-weight: 700;color: #444;}
   #schd_page .table_schedule th, #schd_page .table_schedule th a {color: #005a9e;}
   #schdl_calender_table .table_schedule th {text-align: center;}
   #schdl_calender_table .table_schedule td {height: 150px;vertical-align: top;padding: 10px;}
   #schdl_calender_table #calendar td.include, #schdl_calender_table #calendar td.exclude {height: 150px;vertical-align: top;}
   #schd_page .table_schedule td.exclude {color: #999;}
   #schd_page .table_schedule .table_date {white-space: nowrap;width: 175px;}
   #schd_page .table_schedule td a {color: #000;font-weight: 700;}
   #schd_page .table_schedule td.fc-day-today {background: #ddd;}
   #schd_page .table_schedule td .event-box {display: inline-block;width: 100%;position: relative;padding-bottom: 5px;padding-top: 0px;}
   #schd_page .table_schedule td .event-box .evnet-title {font-size: 12px;display: inline-block;width: 100%;padding: 5px;background: #c7e0f4;border-radius: 3px;text-align: center;cursor: pointer;}
   #schd_page .table_schedule td .event-box .event-hover {position: absolute;top: calc(100% - 3px);left: 0px;min-width: 200px;color: #444;padding: 15px;background: #fff;z-index: 999;border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,0.15);display: none;}
   #schd_page .table_schedule td:last-child .event-box .event-hover, #schd_page .table_schedule td:nth-last-child(2) .event-box .event-hover {left: auto;right: 0px;}
   #schd_page .table_schedule td .event-box .event-hover {
	    top: 0px;
	    left: calc(100% + 5px);
	}
	#schd_page .table_schedule td:last-child .event-box .event-hover, #schd_page .table_schedule td:nth-last-child(2) .event-box .event-hover, #schd_page .table_schedule td:nth-last-child(3) .event-box .event-hover {
	    left: auto;
	    right: calc(100% + 5px);
	}
   #schdl_calender_table {overflow: visible !important;}
   #schd_page .table_schedule td .event-box .event-hover ul {display: table;font-size: 12px;}
   #schd_page .table_schedule td .event-hover li {width: 100%;display: table-row;vertical-align: inherit;border-color: inherit;}
   #schd_page .table_schedule td .event-box:hover .event-hover {display: inline-block;}
   #schd_page .table_schedule td .event-hover li > span {display: table-cell;vertical-align: inherit;padding: 3px 7px;white-space: pre;font-size: 14px;font-weight: 700;}
   #schd_page .table_schedule td .event-hover li .item_left {color: #999;padding-left: 0px;}
   #schd_page .table_schedule td .event-box .event-hover h4 {font-size: 18px;font-weight: 700;}
   
   #calendar {position: relative;max-width: 100%;}
   #calendar > .fc-header-toolbar {margin: 0px;}
   #calendar table.fc-scrollgrid th[role="presentation"], #calendar table.fc-scrollgrid td[role="presentation"] {padding: 0px;}
   #month_change {}
   #month_change .current_month {display: inline-block;margin-right: 7px;}
   #month_change.month_chng {line-height: 1;position: relative;display: flex;flex-wrap: wrap;align-items: center;width: 100%;margin-bottom: 30px;font-size: 18px;font-weight: 700;color: #222;column-gap: 10px;}
   #month_change.month_chng .fc-icon {width: 10px;display: flex;flex-wrap: wrap;justify-content: center;margin: 0;font-size: 26px;line-height: 1;color: #000;opacity: 0.5;}
   #month_change.month_chng .fc-icon:hover {opacity: 1;}
   #month_change.month_chng .current_year {display: flex;margin-right: auto;font-size: 18px;}


@media (max-width: 1099px){

  	#schd_page .schd_header .main_block .schd_title {flex: 0 0 100%;max-width: 100%;margin-bottom: 20px;}
  	#schd_page .schd_header .header_btns {width: calc(100%);justify-content: center;column-gap: 10px;row-gap: 15px;}
  	#schd_page .schd_header .header_btns .btn {max-width: 125px;font-size: 14px;}
  	#calendar {overflow: hidden;}
  	#schd_page .schd_sidebar {max-width: 100%;border-bottom: 1px solid #ccc;border-right: none;}
  	#schd_page .table_block, #schd_page .table_schedule {max-width: 100%;}

  	#schd_page .schd_sidebar .sidebar_items {position: absolute;top: calc(100% - 5px);left: 0px;background: #ddd;padding: 5px 15px 15px;border-radius: 0px 0px 5px 5px;z-index: -11; transform: scaleY(0);transform-origin: top;transition: all 0.5s;max-width: 350px;}
  	#schd_page .schd_sidebar .sidebar_filtr {padding: 10px 15px;width: 100%;max-width: 350px;background: #ccc;border-radius: 6px;display: flex;align-items: center;}
  	#schd_page .schd_sidebar .sidebar_filtr::after {content: '\f0c9';font-family: 'FontAwesome';font-weight: 400;margin-left: auto;display: inline-block;color: #000;font-size: 20px;line-height: 1;}
  	#schd_page .schd_sidebar .sidebar_filtr .sidebar_title {margin: 0px;}
  	#schd_page .schd_sidebar .sidebar_filtr:active ~ .sidebar_items, #schd_page .schd_sidebar .sidebar_filtr:focus ~ .sidebar_items, #schd_page .schd_sidebar .sidebar_filtr:hover ~ .sidebar_items, #schd_page .schd_sidebar .sidebar_items:hover {z-index: 99999;transform: scaleY(1);}

  	#schdl_calender_view .schd_sidebar {margin-top: 0px;}
  	#calendar > .fc-header-toolbar .fc-toolbar-chunk {position: relative;right: auto;top: 0px;padding: 15px 20px;}
  	#schd_page .schedule-sect {max-width: 100%;overflow-x: auto;}
  	#filter_sidebar > .main_block {margin-top: 0px !important;}
}

.schedulelist-wrapper article.info-box  {
    /*display:none;*/
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
#invoices_page_panel {
    font-family: 'Poppins', sans-serif;
}
#invoices_page_panel .panel-heading h2 {
    font-size: 26px;
    font-weight: 500;
}
#add_invoices_table {
    max-width: 800px;
}
#add_invoices_table th, #add_invoices_table td {
    padding: 5px;
}
#add_invoices_table td:first-child, #add_invoices_table th:first-child {
    max-width: 250px;
    width: 250px;
    color: #999;
}
#add_invoices_table td:last-child, #add_invoices_table th:last-child {
    color: #000;
    font-weight: 600;
}
#add_invoices_table table {
    margin: 0px -5px;
    table-layout: fixed;
}
#add_invoices_table table td:first-child, #add_invoices_table table th:first-child {
    max-width: 100%;
    width: auto;
}
#add_invoices_table table tr td {
    padding-right: 4%;
}
#add_invoices_table table tr td:last-child {
    padding-right: 0px;
}
#invoices_page_panel form textarea#description {
    height: auto;
    padding: 10px 15px;
}
#invoices_page_panel form .form-group > .input::before {
    content: "\f155";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 125%;
    margin-top: 12px;
    color: #333;
}
#invoices_page_panel form .form-group.car_travel_field > .input::before {
    content: "miles";
    font-family: inherit;
    font-weight: 500;
    font-size: 110%;
    right: 100px;
}
#invoices_page_panel form .form-group.car_travel_field .input .form-control {
    padding-right: 150px;
}
#invoices_page_panel form .form-group.car_travel_field  .total_travel_cost {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    font-size: 125%;
    font-weight: 500;
    background: #e5e5e5;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    right: 10px;
    margin-top: 12px;
    color: #555;
}
#invoices_page_panel form .form-group > .input.textarea::before {
    display: none;
}
#invoices_page_panel form .form-group > .input .form-control {
    padding-right: 45px;
}
#invoices_page_panel .fixed-bottom .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#invoices_page_panel .fixed-bottom .price h4 {
    color: #000;
}
#invoices_page_panel .fixed-bottom .price h4 .total {
    display: inline-block;
    margin-left: 5px;
}

#invoices_page_panel.backoffice_invoice .list_products .pro-content ul.datarows li, #invoices_page_panel.backoffice_invoice .list_products .pa-0 li {
    width: calc(100% / 5);
    flex: 0 0 calc(100% / 5);
}
#invoices_page_panel.backoffice_invoice .list_products .pro-content ul.datarows li:last-child {
	text-align: right;
}
#invoices_page_panel.backoffice_invoice .list_products .pro-content ul.datarows li .ignoreme {
    color: #0f5080;
    margin: 0px 6px;
}

#invoices_page_panel.admin_invoices .list_products .pro-content ul.datarows li:last-child {
    width: calc(100% / 2.5);
    flex: 0 0 calc(100% / 3.5);
}


#invoices_page_panel.admin_invoices .list_products .pro-content ul.datarows li .ignoreme {
    color: #0f5080;
    margin: 0px 14px;
    display: inline-block;
}

#invoices_page_panel.admin_invoices .list_products .pro-content ul.datarows li .ignoreme {
    color: #0f5080;
    margin: 0px 14px;
}

#invoices_page_panel .panel-heading form.mail-src-position .select-cate input::after {
    content: "\f073";
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 50px;
    display: block;
    opacity: 1;
}
.panel .paginator{
	padding: 20px;
}

#invoices_page_panel .panel-heading form.mail-src-position .select-cate input {
    -webkit-appearance: inherit;
    appearance: inherit;
    position: relative;
    background: url(http://crcdev.yournextdreamsite.com/images/calendar-days-solid.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-color: #fff;
    padding-right: 45px;
}

header.panel-heading.wht-bg form {
	max-width: calc(100% - 100px);
 }
 .list_products.main-content.grid .edit_pro.edit-row {
	 width: 100%;
	 display: inline-block;
 }
 .list_products.main-content.grid .edit_pro.edit-row ul.datarows {
	width: 100%;
	max-width: 500px;
 }
#inspect_tbl {
    overflow-x: scroll;
} 
#inspect_tbl.grid > ul:first-child {
    width: 100%;
    max-width: 500px;
}
#inspect_tbl.grid > ul:first-child li {
    width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
}
#inspect_tbl.grid .edit_pro > ul.datarows li.accordion {
    width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
}
.list_products.main-content.grid .pro-content.grid-content {
    position: relative;
    float: left;
    min-height: 100vh;
    overflow-x: hidden;
}
.list_products.main-content.grid .pro-content.grid-content .edit-content {
    position: absolute;
    left: 500px;
    top: 0px;
    height: calc(100vh - 30px);
    min-height: 100%;
    overflow-y: scroll;
    width: 100%;
    max-width: calc(100vw - 775px);
}
.column-layout-all .list_products.main-content.grid .pro-content.grid-content .edit-content {
	max-width: calc(100vw - 1025px);	
}
 .list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper {
	 flex-wrap: wrap;
 }
 .list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper > div {
	 width: 100%;
	 flex: 0 0 100%;
	 padding-left: 0px;
	 padding-right: 0px;
 }
 .list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper > div::before {
	display: none;
 }
 .list_products.main-content.grid .pro-content.grid-content .edit-content article.info-box {
	 display: block;
 }
.list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper article > * {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper article > h5 {
    padding-top: 3px;
}
.list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper article > table {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.list_products.main-content.grid .pro-content.grid-content .edit-content .schedulelist-wrapper article > table {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

#inspect_tbl.list_products.main-content.grid > .grid-content {
	width: 100%;
}
#inspect_tbl.list_products.main-content.grid .edit_pro.edit-row {
    display: flex;
    flex: 0 0 100%;
}

#inspect_tbl .pro-content .datarows .accordion i {
	transform: rotate(0deg);
	opacity: 0.6;
	transition: transform ease-in-out 0.4s;
}
#inspect_tbl .pro-content .datarows.selected .accordion i {
    transform: rotate(90deg);
}
.sidebar_items label,.sidebar_items input{
	cursor: pointer;
}

.wrapper-inner .add-form .input.multiusers .input-row {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.wrapper-inner .add-form .input.multiusers .add_remove_field {
    text-align: center;
    /* margin: 15px 0px; */
    position: initial;
}
.wrapper-inner .add-form .input.multiusers .add_remove_field.remove_field {
    position: initial;
}
.wrapper-inner .add-form .input.multiusers .add_remove_field .btn {
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    line-height: 1.8;
    padding: 5px 15px;
    transition: all 0.5s;
    font-weight: 600;
    border-radius: 5px;
    max-width: 46px;
    height: 46px;
    position: absolute;
    bottom: 10px;
    left: calc(100% + 10px);
    margin: 0px;
}
/*.wrapper-inner .add-form .input.multiusers .add_remove_field .btn.addRow {
    background: #005a9e;
    margin-top: 15px;
}
.wrapper-inner .add-form .input.multiusers .add_remove_field .btn.addRow:hover {
	background: #024d86;
}*/
.wrapper-inner .add-form .input.multiusers .add_remove_field .btn i {
    display: inline-block;
    font-size: 20px;
}
.wrapper-inner .add-form .input.multiusers .add_remove_field .btn.delRow {
    background: #d9534f;
}
.wrapper-inner .add-form .input.multiusers .add_remove_field .btn.delRow:hover {
    background: #c9302c;
}








.autocompletelist.ui-menu-item{
padding: 5px;
border-bottom: 1px solid #c0c0c0;
    cursor: pointer;
}
.autocompletelist.ui-menu-item:hover{
    background-color: #a0a0a0; 
}
.autocompletelist.ui-menu-item:last-child{
    border: none;
}

/** insepctions color **/
#schd_page .table_schedule td .color_pastdue .evnet-title,#inspect_tbl .edit_pro.color_pastdue,.filter_color.color_pastdue{
	background: #cb1134;
	color:#fff;

}
#schd_page .table_schedule td .color_0 .evnet-title,#inspect_tbl .edit_pro.color_0,.filter_color.color_0{
	background: #6091de;
	color:#fff;

}
#schd_page .table_schedule td .color_2 .evnet-title,#inspect_tbl .edit_pro.color_2,.filter_color.color_2{
	background: #c7e0f4;
	color:#000;
}
#schd_page .table_schedule td .color_1 .evnet-title,#inspect_tbl .edit_pro.color_1,.filter_color.color_1{
	background: #68b789;
	color:#fff;


}
#schd_page .table_schedule td .color_3 .evnet-title,#inspect_tbl .edit_pro.color_3{
	background: #047533;
	color:#fff;
}
.scheduledinspections .panel-heading{
	padding:20px 0px;
	display: flex;
    justify-content: space-between;
}
.scheduledinspections  header.panel-heading.wht-bg form{
	width:calc(100% - 150px);
}
.load-more-less{
	margin: 10px 0px;
    display: block;
    text-align: center;
    text-decoration: underline;
}
.filter_color label{
	padding-top: 5px;
    padding-left: 10px;
	color:#fff;
}

 form .box-render > .main_block {
    padding: 30px;
    background: #f2f2f2;
}
 form .box-render .formfields {
    padding: 0px;
    flex-wrap: wrap;
    align-items: flex-end;
    row-gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
 form .box-render > .main_block > article {
    margin-left: -7px;
    margin-right: -7px;
}
 form .box-render .input-container.inpsection-field-item {
    display: flex;
    margin-top: 24px;
    position: relative;
}
 form .box-render .input-container.inpsection-field-item > label {
    position: absolute;
    top: -24px;
}
 form .box-render .input-container.inpsection-field-item .float-radio-btns {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: none;
}
 form .box-render .input-container.inpsection-field-item input.form-control {
    display: flex;
    border-radius: 0px;
}
 form .box-render  .form-group.col-md-2 {
    width: 100%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0px;
}
 form .box-render .input-container.inpsection-field-item .float-radio-btns label .custom-radio-text {
    margin-left: 3px;
    background: #dfdfdf;
    opacity: 0.7;
    transition: all 0.5s;
}
 form .box-render .input-container.inpsection-field-item .float-radio-btns label .custom-radio-text:hover,  form .box-render .input-container.inpsection-field-item .float-radio-btns label .custom-radio-text.active {
	opacity: 1;
}
 form .box-render .formfields .inputgroup .custom-radio::before {
    top: 0px;
}
 form .box-render .formfields .action-btns-field-group .add_fieldgroup_row,  .form-details .form-group.multiusers .add_remove_field .addRow.btn,  .form-details .form-group.multiusers .add_remove_field .delRow.btn {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 15px;
    padding: 10px 12px;
    height: 46px;
    width: 46px;
    border-radius: 4px;
}
 form .box-render .formfields .action-btns-field-group {
    padding: 0px 7px;
}
 form .box-render .formfields .action-btns-field-group .add_fieldgroup_row {
    background: #259a25;
    color: #fff;
    margin-top: 0px;
    display: inline-flex;
    width: auto;
    align-items: center;
}
 form span.select2.select2-container {
    max-width: 100%;
}

@media (max-width: 1199px) {

	 form .box-render .formfields {
	    display: flex;
	    flex-direction: unset;
	}
	 form .box-render .form-group.col-md-2 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}

}

@media (max-width: 576px) {

	 form .box-render .form-group.col-md-2 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

}