.km-pane-wrapper .km-header .k-icon, 
.km-pane-wrapper .k-grid-toolbar .k-icon, 
.km-pane-wrapper .k-grid-edit .k-icon, 
.km-pane-wrapper .k-grid-delete .k-icon {
	display: inline-block;
}
.intl-tel-input {
	width: 100%;
}

.k-pager-wrap .k-dropdown {
    width: 5.5em;
}

body>.content > .k-splitter {
/*.k-pane > div {*/
	border: 0;
}

.k-breadcrumb {
	background-color: transparent !important;
}

.k-tabstrip > .k-content, 
.k-panelbar .k-tabstrip > .k-content {
	padding: 0;
	margin-bottom: 0;
}

.k-tabstrip-wrapper,
.k-tabstrip {
/*
	height: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}
*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
}
.k-wizard-content .k-tabstrip-wrapper,
.k-wizard-content .k-tabstrip {
	position: inherit;
	top: inherit;
	bottom: inherit;
	height: 100%;
	
}

.k-window .k-tabstrip-wrapper,
.k-window .k-tabstrip {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.k-splitter .k-tabstrip { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}

.k-splitter .k-tabstrip .k-content {
/*	
	position: absolute;
	top: 28px;
	bottom: 0;
	*/
}

/*
.k-filter-row .k-dropdown-operator {
	right: 0;
}
.k-filtercell > .k-operator-hidden {
    padding-right: 0;
	text-align: center;
}
.k-filtercell > span {
	padding-right: 2.3em;
}
*/

.k-filter-row label > input[type="radio"] {
    margin-left: 3px;
	margin-right: 8px;
	margin-top: 0;
}

.k-popup .k-list .k-item.disable {
    color: grey;
}


/*
.k-window > div.k-window-content {
    padding: 0px 0 2px;
}
*/
.k-window {
	font-size: 12px;
}
.k-window .k-window-title {
	font-style: oblique;
	font-weight: bold;
}
/*
.k-window > div.k-window-content.k-popup-edit-form {
    padding: 14px 0;
	overflow: visible;
}
*/

/*
.k-window .k-edit-form-container {
	max-height: 600px;
}

.k-window .k-edit-form-container .k-edit-buttons {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	margin-top: -50px;
}
	*/

.k-popup-edit-form .k-primary {
	float: none;
}

.k-header .caption {
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}
.k-block {
	margin: 10px;
}
.k-block .forms {
	padding-bottom: 10px;
}
/*
.k-edit-form-container .k-edit-form-content,
.k-edit-form-container .k-form {
	margin: auto;
	width: 460px;
}
*/
.k-edit-form-container .k-header {
	margin-bottom: 15px;
}
/*
.k-edit-form-container .k-button {
	min-width: 110px;
}
*/
.k-widget.k-tooltip-validation {

	position: fixed;
/*	position: absolute;
	right: 10px;
	margin-top: 1px;
	padding-right: 25px;
 *	*/
}
.k-numerictextbox .k-icon {
	display: inline-block;
	height: 1em;
}
.k-numeric-wrap .k-widget.k-tooltip-validation .k-i-warning {
	right: auto;
	width: 1em;
	position: relative;
}
.k-widget.k-form {
	margin: auto;
	width: auto;
}
.k-widget.k-form-editor {
	min-height: 100px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.k-header .k-title {
	vertical-align: middle;
	padding: 0 1.143em;
    font-size: 1.3em;
}
.k-form .k-header {
/*	line-height: 2.571em;*/
/*	min-height: 44px;*/
}
.k-form .k-header .k-button {
/*	margin: 0.3em; */
}
.k-form > .k-content {
	padding: 1.333em;
/*	line-height: 30px;*/
}
.forms.k-block .k-header {
	height: 35px;
}
.k-widget.k-form {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 0.1em;
}
.k-widget .k-form .k-input.k-textbox {
	overflow: visible !important;
}

.content-container > .content > .k-widget.k-form {
    margin-bottom: 50px;
}

/*.k-form,*/
.k-edit-form-container {
	margin: auto;
	/*
	min-height: 100px;
	min-width: 700px;
	*/
	min-height: auto;
	min-width: auto;
	max-width: 1200px;
	min-width: 700px;
}
.content .k-edit-form-container {
	width: auto;
	min-height: 100px;
	/*min-width: 700px;*/
}
.k-editor-dialog.k-popup-edit-form .k-edit-form-container,
.k-viewhtml-dialog .k-edit-form-container {
	min-height: auto;
	min-width: auto;
}

/*
.k-edit-form-container .k-edit-field .k-input[type="text"], 
.k-edit-form-container .k-edit-field .k-input[type="number"], 
.k-edit-form-container .k-edit-field .k-picker-wrap .k-input, 
.k-edit-form-container .k-edit-field .k-textbox, 
.k-edit-form-container .k-edit-field .k-textbox > input {
	width: 100%;
}
*/

.k-window-maximized .k-edit-form-container{
	max-width: none;
	width: 100%;
}
.fwDialog.k-popup-edit-form .k-edit-form-container {
	position: relative;
	height: 100%;
}
.fwDialog.k-popup-edit-form .k-edit-form-container .msg {
	padding: 10px;
	min-height: 100px;
}
.fwDialog.k-popup-edit-form .k-edit-form-container > .k-edit-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.fwDialog.k-popup-edit-form .k-edit-form-container .k-form-buttons {
	margin-right: 0;
	margin-left: 0;
}
/*
.k-popup-edit-form .k-edit-form-container > div:not(.k-edit-buttons)  {
	margin-bottom: 40px;
}
.k-popup-edit-form .k-edit-form-container .k-edit-buttons {
	padding-right: 0;
	padding-left: 0;
	position: absolute;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
}
*/
.k-popup-edit-form .k-edit-form-container .k-tabstrip > .k-content, 
.k-popup-edit-form .k-edit-form-container .k-panelbar .k-tabstrip > .k-content {
	padding: 0.3em 0.92em;
}

.k-readonly,
.k-input[readonly]
{
	color: gray;
}

.k-content > .k-grid,
.k-pane > .k-pdf-viewer,
.k-window .k-pdf-viewer {
	border: 0;
}

.k-grid .tiny {
	font-size: 0.8em;
}

.k-grid .k-i-share,
.k-grid .k-i-expand,
.k-grid .k-i-collapse {
	font-size: 15pt;
}

/*
.k-grid .k-button.no-text,
.k-grid .k-button.no-text {
	padding: 0;
	border: 0;
	background: none;
	min-width: 25px;


	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;

}
.k-grid-header th.k-header {
	vertical-align: top;
	font-weight: bold;
	line-height: unset;
	margin-right: 18px;
	text-align: center;
	text-overflow: inherit;
	white-space: initial;
}
*/

.k-grid .k-button.no-text span,
.k-grid .k-button.no-text span {
	margin: 0;
}

/*
.k-grid [data-role="sortable"] tr {
	cursor: move;
}
*/


.k-grid .k-grid-content,
.k-grid .k-grid-container {
   min-height: 150px;
}

.k-grid .k-grid .k-grid-content,
.k-grid .k-grid .k-grid-container {
   min-height: auto;
}


.k-edit-label,
.k-edit-field,
.k-edit-form-container .editor-label,
.k-edit-form-container .editor-field
{
	float: none;
    display: inline-block;
	vertical-align: middle;
/*	padding-bottom: 1em;*/
}

.k-edit-label,
.k-edit-form-container .editor-label
{
/*
	vertical-align: top;
	width: 30%;
	text-align: right;
	padding-right: 3%;
	*/
}
.k-edit-label label,
.k-edit-form-container .editor-label label
{
	padding-right: 1em;
}

/*	
.k-edit-field,
.k-edit-form-container .editor-field
{
 	width: 60%;
}
.k-edit-field .k-textbox {
	width: auto;
	padding-right: 1em;
}*/
.k-grid .k-edit-cell {
	overflow: visible;
}

.k-grid-toolbar .k-sprite.glyphicons {
	font-size: 1.3em;
	display: unset;
	height: auto;
	vertical-align: sub;
	width: auto;
}
.k-grid-toolbar .k-button-icontext .k-sprite.glyphicons {
	margin: 0 5px 0 0;
}


.k-panelbar .k-sprite {
	text-indent: 0;
	font-size: 1.4em;
	display: inherit;
}

.k-edit-field .flag-container {
	height: 2.1em;
}

.k-icon-24 {
	font-size: 1.2em; /* Sets icon size to 24px */
	padding: 5px;
}

.k-icon-32 {
	font-size: 1.3em; /* Sets icon size to 32px */
	padding: 10px;
}

.k-icon-40 {
	font-size: 3em; /* Sets icon size to 40px */
}

.k-icon-48 {
	font-size: 1.5em; /* Sets icon size to 48px */
}

.k-icon-64 {
	font-size: 1.6em; /* Sets icon size to 64px */
}

.k-icon-110 {
	font-size: 2em; /* Sets icon size to 110px */
}

@media (max-width: 767.98px) {
	.k-edit-form-container {
		min-width: 350px;
	}
}
