@import "environments-style-overriding.css";

@import "isp-twp-menu.css";

@import "isp-twp-accordion.css";

@import "isp-twp-calendar.css";

@import "isp-twp-checkbox-radio.css";

@import "isp-twp-message-box.css";

@import "isp-twp-grid.css";

@import "isp-twp-tabs.css";

@import "isp-twp-button.css";

@import "isp-twp-tracking.css";

@import "small.css";

@import "medium.css";

@import "large.css";

@import "twp-value-field.css";

@import "transporter-grid.css";

@import "summary-block.css";

@import "autocomplete-field.css";

@import "time-picker-field.css";

@import "isp-time-field.css";

body {
	background-color: rgb(237, 240, 242);
}

/*************
 * HEADER
 *************/
.header {
	background-color: white;
	-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
	height: 65px;
	position: relative;
	z-index: 21;
	pointer-events: auto;
}

#header {
	height: inherit;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#headerLogo {
	display: flex;
	align-items: center;
	height: inherit;
}

#headerLogo>img {
	position: relative;
	height: 55px;
	left: 15px;
	cursor: pointer;
}

#degradedModeInfo {
	margin-left: 20px;
	color: #CA2C1F;
	font-weight: 600;
}

#appName {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 24pt;
	color: rgb(108, 108, 106);
	margin-left: 20px;
}

/*************
 * CONTENT
 *************/
.clogtheme .v-slot-page-main-content {
	position: relative;
	background-color: white;
	max-width: 1380px;
	/* This height value is relative to 100% of the viewport less all parts of the page that do not display content*/
	min-height: calc(100vh - 167px);
	height: auto;
	margin: 0 auto;
	padding: 25px 15px 0px 15px;
}

.clogtheme .v-verticallayout-page-main-content {
	background-color: white;
	transform: inherit !important;
}

.v-label-title {
	font-weight: 700;
	color: rgb(52, 52, 50);
	text-transform: uppercase;
	margin: 0 0 25px;
}

.v-margin-fields {
	margin-bottom: 18px;
}

.horizontal-line {
	border-bottom: 1px solid #CECECC;
	margin-bottom: 18px;
}

/*************
 * Basic components
 *************/
fieldset {
	border: none;
	padding: 0;
}

fieldset legend {
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(255, 157, 81);
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 1px solid rgb(255, 157, 81);
	width: 100%;
}

.clogtheme ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

.clogtheme ::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

.clogtheme :-ms-input-placeholder { /* IE 10+ */
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

.clogtheme :-moz-placeholder { /* Firefox 18- */
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

/*keyed values and options of combobox*/
.clogtheme input, .clogtheme textarea, .clogtheme select, .clogtheme button,
	.clogtheme .v-filterselect-suggestpopup .gwt-MenuItem {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
}

div[location] .v-captiontext {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.v-caption {
	display: flex;
	padding: 0 !important;
}

div[location] .v-required-field-indicator {
	flex: 1;
	font-weight: 700;
	color: rgb(255, 108, 0);
	padding-left: 1px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

div[location] .v-captionwrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
}

div[location] .v-captiontext {
	margin-bottom: 6px;
}

input[type='text'], input[type='password'], input[type='date'] {
	border: 1px solid rgb(216, 224, 229);
	padding: 10px 6px;
	line-height: normal;
}

.v-captionwrapper .v-horizontallayout {
	display: flex;
}

.v-captionwrapper .v-horizontallayout .v-slot {
	flex: 1;
	text-align: center;
}

.v-captionwrapper label:empty {
	display: none;
}

/* Date field */
div[location] input.v-datefield-textfield {
	flex: 1;
}

div[location] div.v-datefield-popupcalendar {
	display: flex;
}

div[location] button.v-datefield-button, .v-filter-condition-line-css button.v-datefield-button
	{
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("./images/form/date_picker.png");
	margin-left: 5px;
	width: 25px;
	height: 25px;
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

div[location] button.v-datefield-button:hover,
	.v-filter-condition-line-css button.v-datefield-button:hover {
	opacity: 1;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

/* Select */
.v-filterselect {
	display: flex !important;
}

.v-filterselect>.v-filterselect-input {
	flex: 1 1 auto;
	width: auto !important;
}

.v-filterselect-button {
	border: 1px solid rgb(216, 224, 229);
	border-left: none;
	width: 30px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.v-filterselect-button::after {
	border-color: rgba(108, 108, 106, 0.3);
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	vertical-align: middle;
	width: 0.45em;
	top: 5px;
	transform: rotate(135deg);
}

.v-filterselect-button:hover::after {
	border-color: rgba(108, 108, 106, 1);
}

.clogtheme .v-filterselect-suggestpopup .gwt-MenuItem:active:before {
	background: gray !important;
}

.v-filterselect-suggestpopup .gwt-MenuItem-selected {
	background-color: rgba(0, 0, 0, 0.05);
	font-weight: 600;
}

.v-filterselect-suggestpopup {
	-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
	background-color: white;
}

.v-filterselect-suggestpopup[class*="animate-in"] {
	-webkit-animation: valo-overlay-animate-in 120ms;
	-moz-animation: valo-overlay-animate-in 120ms;
	animation: valo-overlay-animate-in 120ms;
}

.v-filterselect-suggestpopup table, .v-filterselect-suggestpopup tbody,
	.v-filterselect-suggestpopup tr, .v-filterselect-suggestpopup td {
	display: block;
	width: 100%;
	overflow-y: hidden;
	float: left;
	clear: both;
}

.v-filterselect-suggestpopup .gwt-MenuItem {
	cursor: pointer;
	line-height: 20px;
	padding: 5px 7px;
	font-weight: 400;
	white-space: nowrap;
	position: relative;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.v-filterselect-suggestpopup .gwt-MenuItem:active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #aa0909;
	opacity: 0.15;
	filter: alpha(opacity = 15.0);
	pointer-events: none;
	border-radius: inherit;
}

.v-filterselect-suggestpopup .gwt-MenuItem .v-icon {
	max-height: 20px;
	margin-right: 4px;
	min-width: 1em;
}

.v-filterselect-suggestpopup [class$="status"] {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #3d3d3d;
	height: 17px;
	font-size: 9px;
	line-height: 17px;
	padding: 0 4px;
	cursor: default;
	pointer-events: none;
}

.v-filterselect-suggestpopup div[class*="page"] {
	display: flex;
}

.v-filterselect-suggestpopup div[class*="page"]:hover {
	background-color: rgba(255, 157, 81, 0.2);
}

.v-filterselect-suggestpopup div[class*="page"]:hover {
	background-color: rgba(255, 157, 81, 0.2);
}

.v-filterselect-suggestpopup div[class*="page"] span {
	display: none;
}

.v-filterselect-suggestpopup div[class*="prev"]::before {
	content: url("./images/form/chevron-up-small.png");
	margin: auto;
}

.v-filterselect-suggestpopup div[class*="next"]::before {
	content: url("./images/form/chevron-down-small.png");
	margin: auto;
}

.v-filterselect-suggestpopup div[class*="-off"] {
	display: none;
}

.filter-content-message-box .isp-message-box-icon-question {
	background-image: url(images/messages/save_white.png) !important;
	background-position-x: center;
}

.filter-sliding-content .v-caption-filter-saving-container>.v-captiontext
	{
	font-weight: inherit !important;
}

/* Multi-Select */
.v-select-twincol {
	display: flex !important;
	padding: 0px;
	width: 100% !important;
	margin-bottom: 18px;
}

.clogtheme .v-select-twincol-options, .clogtheme .v-select-twincol-selections
	{
	width: inherit !important;
	line-height: 1.55;
	border: 1px solid rgb(216, 224, 229);
	overflow: auto;
	margin-top: 25px;
	background-image: none !important;
}

.v-select-twincol-buttons .v-button:first-child::after {
	content: url("./images/form/chevron-right-small.png");
	opacity: 0.8;
	margin: auto;
}

.v-select-twincol-buttons .v-button:last-child::after {
	content: url("./images/form/chevron-left-small.png");
	opacity: 0.8;
	margin: auto;
}

.v-select-twincol-buttons .v-button span {
	display: none;
}

.v-select-twincol-buttons .v-button:hover::after {
	opacity: 1;
}

.v-select-twincol .v-select-twincol-caption-right, .v-select-twincol .v-select-twincol-caption-left
	{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.v-select-twincol option {
	padding: 2px 5px;
}

.v-select-twincol option:hover, .v-select-twincol option:focus,
	.v-select-twincol option:checked {
	background-color: rgba(255, 157, 81, 1);
}

.v-select-twincol-options:focus, .v-select-twincol-selections:focus {
	outline: rgba(255, 157, 81, 1) auto 1px !important;
}

.v-select-twincol-buttons {
	margin-top: 25px;
}

.v-select-twincol .v-button {
	background: inherit !important;
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
	padding: 0px !important;
	width: 100%;
}

.v-select-twincol>div:first-child {
	position: absolute;
	width: 50% !important;
}

.v-select-twincol-caption-left, .v-select-twincol-caption-right {
	width: calc(50% - 25px) !important;
}

/* Textarea */
.v-textarea {
	border: 1px solid rgb(216, 224, 229);
}

/*************
 * FOOTER
 *************/
#footer {
	background-color: rgb(237, 240, 242);
	min-height: 65px;
	border: 1px solid rgb(216, 224, 229);
	margin-top: 10px;
}

#footer footer {
	position: relative;
	max-width: 1380px;
	height: auto;
	margin: 0 auto;
	padding: 12px 15px 0px 5px;
	text-align: right;
	font-family: 'Open Sans' !important;
	font-family: sans-serif;
	font-size: 7pt;
	font-weight: 400;
	font-style: italic;
	color: rgba(52, 52, 50, 0.6);
	display: flex;
	justify-content: flex-end;
}

#version {
	margin-left: 2px;
}

/*************
 * Flashbag
 *************/
.clogtheme .v-flashbag {
	position: relative;
	color: #0F5076;
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 50px;
	background: url("./images/messages/info.png") #f1f3f4;
	background-repeat: no-repeat !important;
	background-position: 10px center !important;
	line-height: 1.55;
	width: 100%;
}

.clogtheme .v-flashbag-error {
	background: url("./images/messages/error.png") #f1f3f4;
	color: #CA2C1F;
}

.clogtheme .v-flashbag-error a {
	color: #CA2C1F;
	font-weight: 500;
	text-decoration: underline;
}

.clogtheme .v-flashbag-warning {
	background: url("./images/messages/warning.png") #f1f3f4;
	color: #B9590E;
}

.clogtheme .v-flashbag-warning a {
	color: #B9590E;
	font-weight: 500;
	text-decoration: underline;
}

.clogtheme .v-flashbag-success {
	background: url("./images/messages/success.png") #f1f3f4;
	color: #0A804A;
}

.clogtheme .v-flashbag-success a {
	color: #0A804A;
	font-weight: 500;
	text-decoration: underline;
}

.clogtheme .v-button-close-message {
	right: 10px;
	top: 0;
	padding: 0;
	position: absolute;
	cursor: pointer;
	opacity: 0.8;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	color: inherit;
}

.clogtheme .v-button-close-message:hover {
	opacity: 1;
}

.clogtheme .v-flashbag .v-icon {
	height: 10px !important;
}

.v-flashbag .v-label.v-widget.v-label-undef-w {
	white-space: normal;
	word-break: break-word;
}

/*************
 * Login
 *************/
.clogtheme  #LoginLogoContainer>.v-image-image-login {
	max-width: 100%;
	height: auto;
	padding-bottom: 1%;
	margin: auto;
	display: flex;
}

.clogtheme  #LoginLogoContainer>.v-image-image-login:hover { 
	cursor: pointer;
}

.clogtheme  #LoginViewContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 172px);
}

.clogtheme .full-size-without-borders .v-verticallayout-content-view > .v-slot:first-child {
    line-height: 0px;
}

.clogtheme  .v-slot.v-slot-content-view.v-slot-full-size-without-borders  .v-verticallayout .v-slot:FIRST-CHILD
	{
	height: auto !important;
}

.clogtheme .full-size-without-borders .isp-custom-layout {
	display: flex;
	justify-content: center;
}

.clogtheme .login-firsttime-error-label {
	color: #D8000C;
	text-align: left;
}

.clogtheme #LoginFieldsContainer #LoginButton .v-button-login-button {
	background-image: none !important;
	background-color: rgb(255, 157, 81);
	width: 100%;
	text-align: center;
}

.clogtheme #LoginFieldsContainer #LoginButton .v-button-login-button:hover
	{
	background-image: none !important;
	background-color: rgb(235, 123, 37);
}

.clogtheme #reinitLink .v-button-link {
	font-size: 13px;
	padding: 0;
	box-shadow: none;
	background: none;
	text-transform: none;
	float: right;
	margin-bottom: 0px;
}

.clogtheme #reinitLink {
	display: flex;
	justify-content: flex-end;
}

.clogtheme #LoginFieldUserName, .clogtheme #LoginFieldPassword {
	position: relative;
}

.clogtheme #LoginFieldsInnerContainer .username, .clogtheme #LoginFieldPassword .password
	{
	margin-top: 10px;
}

.clogtheme #LoginFieldsInnerContainer .input-icon {
	width: 44px;
	height: 38px;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
}

.clogtheme #LoginFieldUserName .input-icon {
	background-image: url(/VAADIN/themes/clogtheme/images/username.png)
		!important;
}

.clogtheme #LoginFieldPassword .input-icon {
	background-image: url(/VAADIN/themes/clogtheme/images/password.png)
		!important;
}

.clogtheme #LoginFieldsContainer input {
	width: 100%;
	padding: 10px 6px;
	border: 1px solid rgb(216, 224, 229);
	padding-left: 50px;
	outline: none;
	height: 38px;
}

.clogtheme #LoginActionsInnerContainer {
	padding: 10px 0;
}

#LoginFieldsContainer, #LoginMessagesContainer {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#LoginFailedLabel .v-flashbag-warning {
	margin: 0;
}

#LoginFailedLabel .v-image {
	display: none;
}

#LoginFailedLabel, #LoginFailedLabel .v-horizontal, #LoginFailedLabel .v-slot-v-flashbag-warning
	{
	width: 100%;
}

.v-app.ispui .loading-mask:before {
	content: '';
	background-color: #fff;
	position: fixed;
	opacity: 0.8;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
}

/* COMPANY SELECTION */
.clogtheme #companyName, .clogtheme #companyMenu {
	position: absolute;
	display: flex;
	align-items: center;
}

.clogtheme .company_menu {
	flex-direction: column-reverse;
}

.clogtheme .company_menu input {
	opacity: 0;
	width: 0px !important;
	height: 0px !important;
	padding: 0px !important;
}

.clogtheme .company_menu>.v-icon {
	display: none;
}

.clogtheme .company_menu .v-filterselect-button::after {
	top: -2px;
}

.clogtheme .company_menu .v-filterselect-button {
	border: 0px;
	width: 17px;
	background: transparent;
	cursor: pointer;
}

.clogtheme #companyName>* {
	width: auto !important;
	height: auto;
	margin-left: 20px;
	max-height: 20px;
	max-width: 130px;
}

.clogtheme .v-filterselect-company_menu>.v-filterselect-input {
	flex: inherit;
}

.clogtheme .v-filterselect-suggestpopup-company_menu .gwt-MenuItem {
	text-overflow: clip;
}

.clogtheme .v-filterselect-suggestpopup-company_menu .gwt-MenuItem .v-icon
	{
	max-height: 40px !important;
	max-width: 130px !important;
}

.clogtheme #companyName {
	max-width: calc(100% - 140px);
	min-height: 20px;
}

.clogtheme .titlecompany {
	text-transform: uppercase;
	color: gray;
	margin-bottom: 30px;
}

.clogtheme .v-slot-header-company ~ .v-slot-isp_v_menu .MenuItem {
	display: none !important;
}

.clogtheme .v-slot-header-company ~ .v-slot-isp_v_menu #MenuItem_ccs_menu_colibri,
	.clogtheme .v-slot-header-company ~ .v-slot-isp_v_menu #MenuItem_ccs_logout
	{
	display: block !important;
}

.clogtheme #companyName>.one {
	margin: 0px !important;
}

/*CAROUSEL**/
.clogtheme .slick-slide>div {
	height: 200px !important;
	/* 	width: 200px !important; */
	border: 2px solid lightgray;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none !important;
	padding: 5px;
	cursor: pointer;
}

.clogtheme .slick-slide {
	margin: 0px 20px;
}

.clogtheme .slick-slide img {
	max-width: 100%;
	max-height: 100%;
}

.clogtheme .slick-prev:before, .clogtheme .slick-next:before {
	color: black;
}

.clogtheme .slick-slide {
	transition: all ease-in-out .3s;
	opacity: 0.2;
}

.clogtheme .slick-active {
	opacity: 0.5;
}

.clogtheme .slick-current {
	opacity: 1;
}

/*VIEW*/
#listHeaderTitle .v-captiontext {
	text-transform: initial;
}

#listHeaderButtons {
	line-height: 0px;
}

.clogtheme .hidden-scroll {
	overflow: hidden !important;
}

.v-textfield.v-textfield-error, 
.v-filterselect-error-error {
	border: 1px solid #CA2C1F !important;
	outline: none;
}

.v-textfield.v-textfield-error+.v-caption {
	display: none;
}

.v-section-title-with-separator {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(255, 157, 81);
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 1px solid rgb(255, 157, 81);
	width: 100%;
}

.v-label-title-info {
	margin-left: 4px;
}

.v-text_area-without-caption {
	width: 100%;
}

/**Menu bar**/
.clogtheme .v-menubar {
	border: 0px !important;
	background: none !important;
	box-shadow: none !important;
	width: 100%;
	height: 100% !important;
	line-height: normal !important;
}

.clogtheme .v-menubar.goodNatureMenubar-error {
	border: 1px solid #CA2C1F !important;
	border-radius: 0;
}

.clogtheme .v-menubar-popup {
	border-radius: 0px !important;
}

.clogtheme .v-menubar>.v-menubar-menuitem {
	display: flex !important;
	align-items: center;
	width: 100%;
	text-align: left !important;
}

.clogtheme .v-menubar-menuitem-menu-categories {
	width: 270px;
	border-radius: 0px !important;
}

.clogtheme .v-menubar-menuitem-menu-categories .v-menubar-menuitem-caption
	{
	font-weight: 700;
}

.clogtheme .v-menubar>.v-menubar-menuitem-selected, .clogtheme .v-menubar-popup .v-menubar-menuitem-selected
	{
	background-color: rgba(0, 0, 0, 0.05) !important;
	background-image: none !important;
	box-shadow: none !important;
	border: none !important;
	color: #474747 !important;
}

.clogtheme .v-menubar-popup .v-menubar-menuitem:active:before {
	background: gray !important;
}

.clogtheme .v-menubar .v-menubar-submenu-indicator+.v-menubar-menuitem-caption:after
	{
	content:
		url("/VAADIN/themes/clogtheme/images/form/chevron-down-small.png")
		!important;
	float: right;
}

.clogtheme .v-menubar-menuitem-caption {
	width: 100%;
}

.clogtheme .v-menubar-popup .v-menubar-submenu-indicator+.v-menubar-menuitem-caption:after
	{
	opacity: 0.5;
	font-weight: 500;
	content:
		url("/VAADIN/themes/clogtheme/images/form/chevron-right-small.png")
		!important;
}

.clogtheme .v-menubar-popup .v-menubar-menuitem {
	padding-left: 15px !important;
	padding-right: 37px !important;
}

.clogtheme .v-menubar-popup .v-menubar-menuitem-without-children {
	padding-right: 15px !important;
}

.clogtheme .v-menubar:focus>.v-menubar-menuitem {
	outline-offset: -2px;
	outline: -webkit-focus-ring-color auto 5px;
}

.clogtheme .error-menubar-message {
	color: #ed473b;
}
/*************
 * 404 page
 *************/
.clogtheme .not-found-page {
	display: flex;
	margin-top: 20px;
}

.clogtheme .not-found-page .err-container {
	margin-left: 20px;
}

.clogtheme .not-found-page #logo404 {
	width: 200px;
	height: 200px;
}

.clogtheme .not-found-page .err-title {
	margin: 0.5em 0 0.5em 0;
	font-weight: 900;
	font-size: 50px;
	padding: 0px;
	line-height: 1;
}

/*Grid-Transporter*/
.clogtheme  .full-datefield.v-datefield [class*="button"] {
	width: 100% !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer !important;
	border: 0px;
	height: 40px;
	z-index: 10;
}

.clogtheme  .full-datefield.v-datefield [class*="button"]:before {
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e4e4e4;
	width: 27px;
	height: 22px;
	padding: 0px;
}

.clogtheme  .full-datefield.v-datefield [class*="textfield"] {
	position: absolute !important;
	width: 21%;
	cursor: pointer !important;
	height: 38px;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	background-color: white;
}

.clogtheme  .full-datefield.v-datefield [class*="button"]:focus {
	outline: 0px !important;
}

.clogtheme .tooltip {
	position: relative;
	display: inline-block;
}

.clogtheme .tooltip .tooltiptext {
	visibility: hidden;
	width: 450px;
	/* Position the tooltip */
	position: absolute;
	z-index: 11;
}

.clogtheme .tooltip:hover .tooltiptext {
	visibility: visible;
}

.clogtheme .service-option .v-radiobutton input:disabled+label::before,
	.clogtheme .service-option .v-radiobutton input:disabled+label {
	color: rgba(71, 71, 71, 0.3);
	opacity: 1 !important;
}

.clogtheme .service-option .v-radiobutton input:disabled+label>.radio-option,
	.clogtheme .service-option .v-radiobutton input:disabled+label>.transporter-row-column1 .v-image
	{
	opacity: 0.2 !important;
}
.clogtheme .operation-button-format{
	height: 38px;
}
.clogtheme .operation-button-format > .v-button-wrap{
	line-height: 38px;
}

.clogtheme .grid-container .pickup-radio-option::after{
	background-image: url(./images/form/radio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 157, 81, 1);
}

.clogtheme .grid-container .pickup-radio-option::after {
	content: "";
	background-color: white;
	border: 1px solid rgba(255, 157, 81, 1);
	display: inline-block;
	color: white;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.clogtheme .grid-container .pickup-radio-option::after {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.clogtheme .grid-container .pickup-radio-option {
	display: flex;
	padding: 0;
	align-items: center;
}

.clogtheme .grid-container .v-grid-row-selected .pickup-radio-option::after {
    background-color: rgba(255, 157, 81, 1);
}

.clogtheme .grid-container .pickup-option-code {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.clogtheme .v-textarea.v-widget{
	white-space: pre-wrap !important;
}
.clogtheme .v-caption-df-pickup > .v-errorindicator-error{
	display: none;
}

.clogtheme .shipment-icons > .gridbtscontainers{
	display: flex;
    flex-direction: row-reverse;
}


.clogtheme .cache-css {
		display: flex !important;
		flex-direction:column;
		flex:1;
}

.clogtheme .cache-css>.v-csslayout {
	display: flex;
	margin-bottom: 18px;
    align-items: center;
}

.clogtheme .cache-css>.v-csslayout > .v-caption {
	flex: 0.1;
}

.clogtheme .cache-css>.v-csslayout > .v-button {
	flex: 1;
	text-align: center;
	margin: 0 0 0 5px;
}

.clogtheme .cache-css>.v-csslayout .clear-user-cache{
	flex: 0.5;
}

.clogtheme .cache-css>.v-csslayout.clear-user-cache-token .clear-user-cache-token ,
 .clogtheme .cache-css>.v-csslayout.clear-user-cache-token .clear-user-cache{
	flex: 0.4;
}


.clogtheme .cache-css>.v-csslayout.clear-user-cache-token > .v-button {
	flex: 0.7;
}

.clogtheme .v-select-twincol-options , 
.clogtheme .v-select-twincol-selections{
	height: 200px;
}
