/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,17): run-time error CSS1039: Token not allowed after unary operator: '-fontColor'
(24,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize'
(113,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize'
(121,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize'
(148,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize'
(169,21): run-time error CSS1039: Token not allowed after unary operator: '-mainMenuWidth'
(443,21): run-time error CSS1039: Token not allowed after unary operator: '-fontColor'
(556,19): run-time error CSS1039: Token not allowed after unary operator: '-contentSpacerPadding'
(629,17): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(642,28): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(650,17): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(815,17): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(829,17): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(879,29): run-time error CSS1039: Token not allowed after unary operator: '-fontColor'
(1069,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize'
(1137,17): run-time error CSS1039: Token not allowed after unary operator: '-fontColor'
(1270,18): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(1293,21): run-time error CSS1039: Token not allowed after unary operator: '-fontColor'
(1304,18): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(1345,17): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(1350,17): run-time error CSS1039: Token not allowed after unary operator: '-validationErrorColor'
(2509,21): run-time error CSS1039: Token not allowed after unary operator: '-contentSpacerPadding'
 */
	:root {
    --topBarHeight: 40px;
    --contentSpacerPadding: 15px;
    --mainMenuWidth: 180px;
    --selectedMenuBgColor: rgba(234, 234, 201, 0.5);
    --fontColor: #333;
    --fontSize: 13px;
	--validationErrorColor: #e80c4d;
}

html, body html, body
{
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
    color: var(--fontColor);
    font-size: var(--fontSize);
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

header, footer, hgroup, nav, section {
    display: block;
}

*:focus {
	outline: none !important;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/*header area*/

header { background: yellow; }

/* layout ---------------------------------------------------------- */

#footer a {
    color: #fff;
}

#la-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    display: flex;
    flex-direction: column;
    font-size: var(--fontSize);
}

.la-topbar {
    /* height: 50px; */
    position: relative;
    /* z-index: 1; */
    /* flex: 0 0 auto; */
    font-size: var(--fontSize);
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.10);
}

.la-main {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    position: relative;
    /* flex: 1 1 auto; */
    min-height: 0;
    height: 100%;
    margin-bottom: 20px;
}

.la-content {
    /* background-color: #ecf3ce; */
    flex: 1 1 auto;
    overflow: hidden;
    z-index: 0;
    position: relative;
    height: 100%;
	top: 0;
}

.la-sidebar {
    height: 100%;
    font-size: var(--fontSize);
    box-sizing: border-box;
    top: 0;
    z-index: 0;
    position: relative;
    max-width: initial;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	clip-path: inset(0 -3px 0 0);
	margin-right: 3px;
}

.k-rtl .la-sidebar {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
	clip-path: inset(0 0 0 -3px);
	margin-right: inherit;
    margin-left: 3px;
}

.la-sidebar-bar {
    max-width: var(--mainMenuWidth);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    box-shadow: none;
}

.la-sidebar .main-menu {
    overflow: auto;
    padding: 0;
    margin-top: 8px;
    list-style: none;
    padding-bottom: 20px;
}

.la-sidebar-middle {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#laSecondaryMenu .la-sidebar-middle {
    margin: 0 3px;
}

.la-sidebar .main-menu li {
    list-style: none;
    -webkit-user-drag: element;
    padding: 5px 0;
	-webkit-padding-end: 12px;
    font-weight: 600;
}

    .la-sidebar .main-menu li.selectedTop {
        color: blue;
        /* background-color: var(--selectedMenuBgColor); */
    }

    .la-sidebar .main-menu li:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.la-sidebar-icon {
    list-style: none;
    color: inherit;
    flex: 0 0 26px;
    display: inline-block;
    align-self: flex-start;
    -webkit-margin-start: 10px;
}

    .la-sidebar-icon span.k-icon {
        font-size: 26px;
    }

    .la-sidebar-icon span.ak-fact-icon {
        font-size: 22px;
    }

        .la-sidebar-icon span.ak-fact-icon:before {
            margin: 0;
        }

.la-sidebar-label {
    list-style: none;
    color: inherit;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    -webkit-margin-start: 8px;
}

.la-sidebar-item-link {
    display: flex;
    align-items: center;
    list-style: none;
    text-decoration: none;
    color: inherit;
}

.la-content-scroller {
    overflow-y: auto;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: block;
    /* padding: 10px; */
}

.la-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: yellow;
    width: 100%;
}

.la-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-padding-start: 5px;
    background-image: linear-gradient(to right, #fff, #E8E5E3);
}
.k-rtl .la-toolbar {
    background-image: linear-gradient(to left, #fff, #E8E5E3);
}

    .la-toolbar .k-dropdown {
        width: inherit !important;
        background-color: transparent;
    }

    .la-toolbar .k-dropdown-wrap {
        background-color: transparent;
        border: none;
        height: 22px;
        font-size: 0.85em;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    }

    .la-toolbar .k-dropdown .k-input .k-icon {
        margin-top: 2px;
    }

    .la-toolbar .k-dropdown .k-select .k-icon {
        margin-top: 3px;
    }

    .la-toolbar .k-select {
        /* padding: 3px; */
    }

    .la-toolbar .k-input {
        padding: 1px 3px 0 0;
    }

    .la-toolbar .k-icon {
        vertical-align: top;
    }

.la-toolbar-loginbar {
    display: flex;
    align-items: center;
    gap: 15px;
}

.la-toolbar-loginbar-divider {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    width: 1px;
    height: 25px;
}

.la-toolbar-actions {
    display: flex;
    gap: 10px;
    -webkit-margin-start: 4%;
    -webkit-margin-end: 1%;
}

.la-toolbar .k-list-filter span.k-clear-value {
    display: none;
}

.la-toolbar-actions a {
    margin: 0 10px;
    text-decoration: none;
    color: inherit;
    font-size: 0.95em;
    text-align: center;
    font-weight: 600;
}

    .la-toolbar-actions a .k-icon {
        font-size: 24px !important;
        margin: 0 auto;
        display: block;
    }

    .la-toolbar-actions a .ak-fact-icon {
        font-size: 18px !important;
        margin: 0 auto;
        display: block;
    }

.la-toolbar .k-list-container, .la-toolbar .k-popup {
    background-color: #fff !important;
}

.la-mainmenu-titlebar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .la-mainmenu-titlebar span[data-role=hidemenu-btn] {
        padding: 3px 1px;
    }

.la-leftmenu-titlebar span[data-role=hidemenu-btn] {
    padding: 7px 1px 0 1px;
}

.la-leftmenu-titlebar {
    cursor: pointer;
}

.titlebar-caption {
    padding-top: 4px;
    padding-bottom: 2px;
    -webkit-padding-start: 10px;
    font-size: 16px;
    font-weight: 600;
    color: navy;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-rtl .ak-i-angle-double-left:before {
    content: '\f101';
}

.k-rtl .ak-i-angle-double-right:before {
    content: '\f100';
}

.la-hidden-action-title {
	white-space: nowrap;
}

@media (max-width: 1250px) {
    .la-hidden-search {
        display: none;
    }
}
@media (max-width: 1100px) {
    .la-hidden-action-title {
        display: none;
    }
}
@media (max-width: 950px) {
    .la-hidden-actions {
        display: none;
    }
}

/* topMenu ----------------------------------------------------------*/

div#topMenu
{
    clear: both;
    height: 28px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: inherit;
    background-color: #9CCA1F;
    padding: 0 30px;
}

div#topMenu span { display: inline; padding: 0 10px 0 10px; }

div#topMenu span a { background: none; color: #fff; text-decoration: none; }

div#topMenu span.selectedTop a { background: none; color: #374C00; text-decoration: none; }

    div#topMenu span a:hover {
        color: var(--fontColor);
        text-decoration: none;
    }

/* leftMenu ----------------------------------------------------------*/

#aside
{
    float: inherit;
    margin-top: 0;
    width: 180px;
    height: 100%;
	padding: 0 3px;
}

ul#leftMenu {
	position: relative;
    font-weight: 500;
    margin-top: 0;
    padding: 0 0 15px 0;
    text-align: inherit;
}

    ul#leftMenu li {
        list-style: none;
	    display: flex;
    }

    ul#leftMenu > li.leftmenu-section {
	    font-weight: 600;
        padding: 3px 0;
        background-color: #fff;
        align-items: center;
        margin-bottom: 2px;
        color: #000;
    }

    ul#leftMenu > li .section-divider {
	    height: 0;
	    flex: 1;
	    text-size-adjust: 100%;
	    -webkit-margin-start: 5px;
	    margin-top: 3px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    ul#leftMenu > li .section-divider-start {
        -webkit-margin-end: 3px;
        -webkit-margin-start: -3px;
	    width: 4px;
        height: 0;
        text-size-adjust: 100%;
        margin-top: 3px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    ul#leftMenu > li .section-label {
        background-color: #fff;
        white-space: nowrap;
	    cursor: default;
	    font-size: 12px;
    }

ul#leftMenu>li.selectedLeft { color: yellow; }

ul#leftMenu li.leftmenu-item {
        padding: 2px 12px 4px 12px;
        background-color: #fff;
        border: 0;
        margin-bottom: 0;
        /* min-height: 20px; */
        line-height: 15px;
    }

.selectedLeftSub {
    color: blue;
    /* background-color: var(--selectedMenuBgColor)!important; */
}

ul#leftMenu li.leftmenu-item a {
	flex: 1;
    background: none;
    color: #666;
    text-decoration: none;
}

ul#leftMenu li.leftmenu-item:hover {
    color: blue !important;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
}

ul#leftMenu li.leftmenu-item a:hover {
    color: navy !important;
    text-decoration: none;
}

ul#leftMenu li a:active { background-color: none; color: blue; text-decoration: none;}
ul#leftMenu li.selectedLeftSub a {
    color: blue;
}
ul#leftMenu li a:hover { color: navy; text-decoration: none; }

/* content ----------------------------------------------------------*/

#content {
	/* background: #fff;  */
	height: inherit; 
	/* padding: 10px 0 0 0; */
	height: 100%;
}

.ak-content-spacer {
    padding: var(--contentSpacerPadding);
}

#body { height: 100%; }

/* footer ----------------------------------------------------------*/
#footer
{
    background-color: #9CCA1F; /*#65A304;*/ /*#1aa0aa;*/
    color: #fff;
    font-size: 0.85em;
    padding: 3px;
    width:100%;
    position: fixed;
    left: 0;
    bottom: 0;
	z-index: 2;
    text-align: center;
}

.k-i-map-marker:before {
	content: "\e702";
}
.k-i-chevron-left:before {
	content: "\e016";
}
.k-i-chevron-right:before {
	content: "\e014";
}
.k-i-puzzle-piece:before {
    content: "\e670";
}
.k-i-building-blocks:before {
    content: "\e66f";
}
.k-i-import:before {
    content: "\e94d";
}
.k-i-unlink:before {
    content: "\e110";
}

.k-i-paperclip-alt:before {
    content: "\e10e";
}

#culture, #SystemType {
	display: none;
}

#cultureHolder, #systemTypeHolder {
    display: inline-block;
    margin: 3px;
}

/* content */
article { float: left; width: 70%; }

aside { float: right; width: 25%; }

aside ul { list-style: none; padding: 0;}

aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}

/* styles for validation helpers */
.field-validation-error {
    color: var(--validationErrorColor);
    font-weight: bold;
    font-size: 0.85em;
    display: block;
    position: absolute;
    z-index: 1000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid var(--validationErrorColor);
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: var(--validationErrorColor);
    font-weight: bold;
    display: block;
    position: absolute;
    z-index: 1000;
}

/* login page */
#loginForm {
}
    #loginForm .k-block
    {
        width: 500px;
        height: 300px;
        margin-top: 10px;
        background-color: #ffffff;
        background: rgba(255, 255, 255, 0.9);
    }

    #loginForm .k-header
    {
        background-color: #F0F0F0;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }


    #loginForm .validation-error {
        display: block;
    }

    #loginForm .validation-summary-errors {
        margin-top: -35px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 10px;
    }

    #loginForm .loginFormContent
    {
        padding: 30px;
    }

    #loginForm .k-edit-field
    {
        margin-bottom: 15px;
    }

    #loginForm .k-edit-label
    {
        width: auto;
    }

    #loginForm .k-button
    {
        width: 100px;
    }

    #loginForm .loginFormCheckboxHolder
    {
        display: inline-block;
        margin-top: -10px;
        padding: 0 7px 0 7px;
        font-size: 0.85em;
        width: 100%;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}

label {
    display: inline-block;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

.k-textbox {
    margin: 1px 0 0 0;
}

textarea {
    font-family: inherit;
    width: 500px;
}

input[type="checkbox"]:not(.k-checkbox) {
    margin-top: 8px!important;
	width: initial !important;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600!important;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: var(--validationErrorColor);
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: var(--validationErrorColor);
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: 0.85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: var(--fontColor);
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p { margin: 0; }
}

/*BELLA Css*/
table.main-wrapper
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
/*
    border-collapse: collapse;
*/
    border-spacing: 0;
}

    table.main-wrapper tr
    {
        vertical-align: top;
    }

    table.main-wrapper td#tdLeftMenu
    {
        border-right: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        /* background-color: #efefef; */
        width: 180px;
        padding: 0;
    }

    table.main-wrapper td#content
    {
        width: 100%;
    }

#userImage
{
    position: absolute;
    margin: 0 6px;
    right: 0;
    top: 25px;
    height: 40px;
}

/* ak-mainpage-title */
.ak-mainpage-title {
	padding: 10px 20px 0 20px;
	font-size: 26px;
}

#mainPageTitleMenu {
	display: none;
}

#mainPageTitleMenu li {
	background-color: #fff;
}

#mainPageTitleMenu .k-i-plus {
	font-size: 14px;
	position: absolute;
	left: 11px;
	top: 16px;
	color: gray;
	text-shadow: 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
}

.k-rtl #mainPageTitleMenu .k-i-plus {
	left: inherit;
	right: 10px;
}

#mainPageTitleMenu .k-link {
    font-weight: normal;
    font-size: var(--fontSize);
    font-family: arial;
    padding: 6px 15px;
    color: #555;
}

#mainPageTitleMenuHolder {
	display: inline-block;
	position: relative;
}

#mainPageTitleMenuHolder span {
	cursor: pointer
}


#loginMenu
{
    background-image: none;
	display: inline-block;
    background-color: inherit;
    font-size: 12px;
    border: none;
}
    #loginMenu>li {
        border: none;
    }
#ChangePasswordWindow
{
    padding: 0;
}

    #ChangePasswordWindow .k-edit-field
    {
        margin-bottom: 15px;
    }

    #ChangePasswordWindow #changePasswordWindowContent
    {
        margin: 30px;
    }

    #ChangePasswordWindow h3
    {
        padding-bottom: 70px;
    }

    #ChangePasswordWindow .k-textbox
    {
        width: 250px;
    }

    #ChangePasswordWindow .validation-summary-errors
    {
        margin-top: -70px;
    }

    #ChangePasswordWindow .validation-summary-valid
    {
        display: none;
    }


.ak-adminpage-title {
    padding: 0;
    margin-top: 10px;
    font-size: 26px;
    font-weight: normal;
    color: var(--fontColor);
}

.ak-table-with-edit {
    padding: 0;
}

    .ak-table-with-edit th
    {
        padding: 0.5em 10px;
        background-color: #E5E5E5;
        text-align: left;
    }

    .ak-table-with-edit td
    {
        padding: 0.5em 10px;
        border-bottom: 1px solid #E5E5E5;
    }

    .ak-table-with-edit input[type="checkbox"]
    {
        margin: 0;
    }

#ClientAdminMenu
{
    padding: 0; 
    list-style: none; 
    font-weight: bold;
}

    #ClientAdminMenu li:first-child
    {
        display: inline;
        padding: 0 5px 0 0;
    }

    #ClientAdminMenu li
    {
        padding: 0 5px 0 5px;
        display: inline;
    }

.ak-admin-details
{
    display: table;
    margin: 30px 0;
    border-top: 1px solid #E5E5E5;
}

.ak-table {
    border: 1px solid #333;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    /*width: 100%; */
    height: 100%;
    display: table;
    table-layout: fixed;
    padding-bottom: 10px; 
}

.ak-table-row {
    display: table-row;
    width: 100%;
    padding: 0;
    border-spacing: 1px;
}

.ak-tr {
    display: table-row;
    width: 100%;
}

.ak-td {
    display: table-cell;
    padding: 4px 10px 4px 0 ;
    vertical-align: middle;
}

.ak-td-label {
    display: table-cell;
    padding: 4px 10px 4px 0;
    vertical-align: middle;
}
.ak-td-splitter {
    display: table-cell;
    width: 30px;
    vertical-align: top;
}

.ak-admin-details .display-label
{
    padding: 0.5em;
    display: table-cell;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 600;
}

.ak-admin-details .display-field
{
    padding: 0.5em 3em;
    display: table-cell;
    border-bottom: 1px solid #E5E5E5;
}

.ak-admin-edit
{
    display: table;
    margin: 10px 0;
}

.ak-admin-edit .editor-label
{
    padding: 0.5em;
    display: table-cell;
    font-weight: 600;
}

.ak-admin-edit .editor-field
{
    width: 250px;
    padding: 0.5em 1em;
    display: table-cell;
}

.ak-admin-edit .editor-field .k-textbox
{
    width: 250px;
}

    .ak-admin-edit .field-validation-error {
	    color: var(--validationErrorColor);
        font-weight: bold;
        font-size: 0.85em;
        display: block;
        position: relative;
        z-index: 1000;
    }

.ak-admin-edit input[type="checkbox"],
.ak-admin-details input[type="checkbox"]
{
    margin: 0;
}


#companyStructureEdit
{
    padding: 0;
}

    #companyStructureEdit h5 {
        margin: 0 0 10px 0;
        padding-top: 0;
        color: var(--fontColor);
        display: table-caption;
        vertical-align: top;
    }

.ak-admin-edit-content
{
	padding-bottom: 20px;
}

    .ak-admin-edit-content .validation-summary-errors {
	    color: var(--validationErrorColor);
        font-weight: bold;
        display: block;
        position: relative;
        z-index: 1000;
    }

.ak-admin-edit-content .validation-summary-errors li
{
    list-style: none;
}

.ak-admin-edit-content #treeview
{
    max-height: 450px;
}

.ak-admin-edit-content #parentFarmerTree
{
    max-height: 300px;
}

.ak-combo-tree
{
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ak-combo-tree input
{
    border-right: 1px solid #c5c5c5;
    border-radius: 4px;
}

.ak-info-message
{
    color: blue;
}

.ak-error-message {
    color: var(--validationErrorColor);
    font-weight: bold;
}

.ak-admin-error {
    color: var(--validationErrorColor);
    font-weight: bold;
}

.ak-admin-edit #treeview {
    font-size: 0.85em;
    max-height: 300px; 
    overflow-y: auto; 
    position: relative;
}

.k-treeview .k-sprite {
    background-image: url("../content/icons/coloricons-sprite.png");
}

#treeviewHolderCombo {
    display: none;
    position: absolute;
    width: 245px;
    z-index: 1000;
    background-color: white;
}

#treeviewHolder {
    width: 300px;
    float: left;
    margin: 10px 20px 0 0;
}

.ak-treeview-holder {
    margin: 0 auto 15px auto;
    /* padding: 3px 0 3px 3px; */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45), inset 0px 0px 30px rgba(0, 0, 0, 0.07);
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

    .ak-treeview-holder .k-treeview {
        padding: 5px;
    }

.ak-treeview-holder .rootfolder { background-position: 0 0; }
.ak-treeview-holder .folder { background-position: 0 -16px; }
.ak-treeview-holder .pdf { background-position: 0 -32px; }
.ak-treeview-holder .html { background-position: 0 -48px; }
.ak-treeview-holder .image { background-position: 0 -64px; }
.ak-treeview-holder .user { background-position: 0 -80px; }
.ak-treeview-holder .users { background-position: 0 -96px; }

#adminBackToList {
    margin-bottom: 20px;
	display: inline-block;
}

#SelectPlotGrid input[type="checkbox"]
{
    margin: 0;
}
.ak-textbox-readonly {
    background-color: #f1f1f1!important;   
}
.ak-manual-price {
/*
    background-color: rgb(240, 238, 182);   
*/
    color: red;
}


/* maps ----------------------------------------------------------*/
#mapCanvas
{
    margin: 0;
    padding: 0;
}
#mainDashboard #mapCanvas
{
    display: none;
    width: 600px;
    position: relative;
    top: -10px;
    border: 1px solid silver;
    min-height: 350px;
}
.mapInfoWinContent {
    min-width: 250px;
    max-width: 350px;
	z-index: 99999;
	margin-top: 5px;
    /* width: 200px; */
    /* margin: 0 10px 10px 10px; */
}
.mapInfoWinHeader
{
    text-align: center;
    margin: 0;
}
.mapInfoWinContent div
{
    padding: 3px 0;
    border-bottom: 1px dotted silver;
    font-size: 1.0em;
    /* white-space: nowrap; */
}
.mapInfoWinContent div span {
	font-weight: 600;
}
img.ak-map-crop-image
{
    float: left;
	text-align: center;
    padding: 0 10px 0 0;
}
/*
.gm-style-iw {
	padding: 5px 0 12px 16px!important;
}
.k-rtl .gm-style-iw {
	padding: 5px 0 0 0!important;
}
*/
.gm-style-iw > button.gm-ui-hover-effect {
	margin: 5px !important;
}
.k-rtl .gm-style-iw > button.gm-ui-hover-effect {
    left: -6px!important;
	right: inherit!important;
}
a.map-pestfile
{
    visibility: hidden;
    text-decoration: none;
}

    a.map-pestfile img
    {
        border: 0;
        margin: 0;
        padding: 2px;
        vertical-align: bottom;
    }

a.edit-pest-file img
{
    border: 0;
    vertical-align: bottom;
    padding-right: 5px;
}
a.grid-pest-file img
{
    border: 0;
    vertical-align: middle;
    padding-right: 5px;
}
a.grid-pest-file
{
    text-decoration: none;
}
a.grid-pest-file span
{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 3px;
    width: 16px;
    height: 16px;
    background-image: url("../content/icons/img.png");
    background-repeat: no-repeat;
}


#mailInformer
{
    position: absolute;
    right: 30px; 
    top: 51px;
}

#mailInformerBtn
{
    position: relative;
    height: 15px;
    border: none;
}

#mailInformerCnt
{
    position: relative;
    left: -12px;
    top: -9px;
    height: 15px;
    border: none;
}

#mailInformerCntN
{
    position: relative;
    left: -26px;
    top: -14px;
    font-size: 10px;
    font-family: arial;
    color: white;
    border: none;
}

.ak-check-ok
{
    display:inline-block;
    width:16px;
    height:16px;
    text-align:center;
    vertical-align: middle;
    background-image: url('../content/icons/gridicons.png');
    background-position: -32px -32px;
}

.k-tooltip{
    background: InfoBackground!important;
}
#StoreTooltip.abutton {
    background-position: -64px -208px; 
    cursor: help;
}

.ak-button-side {
    float: left;
}

.k-grid .k-grid-footer td {
    border-top: 1px solid #c1c1c1;
    background-color: #faf5b9;
}

.ak-select-color-box{
    cursor: pointer; 
    border: 1px solid silver; 
    display: inline-block; 
    width: 30px; 
}

/* RamatHaGolan old site link */
#GolanOldSiteMenu {
    right: 220px;
    left: inherit;
}
#GolanOldSiteMenu a {
    color: yellow!important;
}
/* RamatHaGolan old site link */

#clientName
{
	display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
}

#corporateClientsList {
    margin: 15px 10px;
    width: 500px;
    padding: 0;
}
    #corporateClientsList th
    {
        padding: 0.4em 10px;
        background-color: #E5E5E5;
        text-align: left;
    }
    #corporateClientsList td
    {
        padding: 0.1em 10px;
        border-bottom: 1px solid #E5E5E5;
    }
    #corporateClientsList tr:first-child td
    {
        padding: 0.2em 10px;
        border-top: 1px solid #E5E5E5;
    }

hr.style-one {
    border: 0;
    height: 0;
    border-top: 1px solid #C1C1C1;
    margin: 15px 0 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

#pesticidesCorporativeMessage
{
    color: red;
    font-size: 0.85em;
    padding: 0 10px;
    display: none;
}
.ak-test-exception
{
    color: red;
    font-weight: bold;
}
#hideMenuBtn
{
    background-color: rgb(216, 216, 216);
    cursor: pointer;
    cursor: hand;
    background-position: 1px 2px;
    background-image: url("../Content/icons/menu-s.png");
    border: 1px solid #c0c0c0;
    position: absolute;
    top: 98px;
    left: 160px;
    width: 21px;
    height: 23px;
    border-left: 0;
}

/*.ak-excel {
        width: 180px;
        height: 50px;
        font-size: 20px;
        font-weight: bold;
    }*/

#excel {
    width: 50px;
    height: 50px;
    background-image: url("/Content/icons/excel-3-32.png");
    background-repeat: no-repeat;
}

.ak-delay-message {
    display: none;
    position: fixed; 
    left: 50%;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    background-color: #FF772B; 
    color: white; 
    padding: 50px 100px;
    -ms-border-radius: 15px;
    border: 1px solid #ffffff;
    border-radius: 11px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
    z-index: 999999;
}

/* Personal Menu */

#addToPersonalMenu {
    width: initial;
    display: none;
    border: 1px solid silver;
    background-color: #efefef;
	position: absolute;
	padding: 5px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    z-index: 999999;
}
#addToPersonalMenu {
    cursor: pointer;
}
#addToPersonalMenu:hover {
    background-color: #c7c1bd;
}

#personalMenu {
    position: absolute;
	top: 0;
    /* top: calc(var(--topBarHeight) + 11px); */
    background-image: none;
    background-color: inherit;
    border: none;
    width: 20px;
    position: absolute;
    z-index: 10;
}
    #personalMenu:hover, #personalMenu li:first-child:hover {
        background-color: transparent;
    }
    #personalMenu:active {
        background-color: transparent;
    }

    #personalMenu #rootItem > .k-link {
        cursor: default;
	    padding: 1px 1px 3px 1px;
	    -webkit-padding-start: 9px;
        color: #8eb205 !important;
    }

#personalMenu > li
{
    /* position: absolute; */
    /* top: 67px; */
    /* left: 0; */
    border: none;
    /* background: transparent; */
}
.k-rtl #personalMenu > li
{
    /* left: inherit; */
    /* right: 0!important; */
}
#personalMenu > li > span {
    /* padding-right: 3px; */
	border: none;
	background: transparent;
}
.k-rtl #personalMenu > li > span
{
    /* padding-right: 16px; */
    /* padding-left: 3px; */
}
#personalMenu > li .k-i-arrow-s, #personalMenu > li .k-i-arrow-60-down {
    display: none;
}

#personalMenu .menusetup-title {
    /* background-color: gray; */
    /* color: white; */
}
#personalMenu .menusetup-title.k-state-disabled {
        background-color: #333333!important;
}
#personalMenu .menusetup-title:hover {
    background-color: gray;
    color: white;
}
#personalMenu .menusetup-title span {
    /* padding: 0 10px 2px 10px; */
    text-align: start;
    color: #ffffff;
    cursor: default;
}
#personalMenu .menusetup-item span {
    padding: 2px 40px 4px 10px;
}
.k-rtl #personalMenu .menusetup-item span {
    padding: 2px 8px 4px 40px;
}
/* Personal Menu */

/* Menu setup */
#menuSetupHolder {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
	-ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
}
#menuSetupHeader span {
    padding: 5px;
	background-color: #d8d8d8;
	display: block;
	font-weight: 600;
}
#menuSetupFooter {
    background-color: #d8d8d8;
    width: 100%;
    text-align: end;
}
#menuSetupFooter a {
        margin-top: 7px;
        margin-bottom: 7px;
        -webkit-margin-end: 7px;
    }
#MenuSetup {
    /* position: absolute; */
    max-height: 600px;
    /* padding-top: 40px; */
    overflow-y: auto;
}
#MenuSetup .menusetup-title {
    background-color: gray;
    color: white;
	text-align: start;
}
#MenuSetup .menusetup-title:hover {
    background-color: gray;
    color: white;
}
#MenuSetup .menusetup-title span {
    padding: 0 10px 2px 10px;
	text-align: start;
    color: white;
    cursor: default;
}
#MenuSetup .menusetup-item span {
    padding: 2px 40px 4px 10px;
}
.k-rtl #MenuSetup .menusetup-item span {
    padding: 2px 8px 4px 40px;
}
/* Menu setup */

/* GridColumnMenu */
.ak-gridcolumn-menu {
    position: absolute;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
}
.ak-gridcolumn-menu .menusetup-title {
    background-color: gray;
    color: white;
}
.ak-gridcolumn-menu .menusetup-title:hover {
    background-color: gray;
    color: white;
}
.ak-gridcolumn-menu .menusetup-title span {
    padding: 0 10px 2px 10px;
    text-align: center;
    color: white;
    cursor: default;
}
.ak-gridcolumn-menu .menusetup-item span {
    padding: 2px 40px 4px 10px;
}
.k-rtl .ak-gridcolumn-menu .menusetup-item span {
    padding: 2px 8px 4px 40px;
}
/* Menu setup */
.k-i-tick::before {
    content: "\e118";
}
.fixed-header {
    top:0;
    position:fixed;
    width:auto;
    z-index: 1;
    }
.k-calendar .k-month .k-link {
	height: 2.4em!important;
}
/*
.k-color-input input {
	width: 125px !important;
}
*/
.k-flatcolorpicker .k-controls {
	padding: 7px 10px 3px 10px;
	text-align: right;
	margin: 4px 0 0 0;
	border-top: 1px silver solid;
}
.k-rtl .k-flatcolorpicker .k-controls {
	text-align: left;
}
.k-dialog.k-alert, .k-dialog.k-prompt {
    min-width: 300px;
}
.k-dialog.k-prompt input{
    margin-bottom: 10px;
}
.k-dialog .k-dialog-titlebar {
    font-size: 0.9em;
    background: #eae8e8 !important;
    border-bottom: solid 1px #d5d5d5 !important;
    padding: 0.5em !important;
}
.k-dialog .k-dialog-titlebar .k-dialog-actions {
    top: 0.3em;
    right: 0.25em!important;
}
.k-dialog-buttongroup .k-button {
	padding: 4px 16px;
}
.k-dialog.k-prompt input::-webkit-outer-spin-button,
.k-dialog.k-prompt input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.k-rtl .k-dialog .k-dialog-titlebar .k-dialog-actions {
    left: 0 !important;
    right: auto !important;
}
.k-dialog .k-dialog-button-layout-normal {
	padding: 0.6em;
}
/*k-datetimepicker - remove time icon*/
.k-datetimepicker {
	width: 160px !important;
}
.k-datetimepicker .k-link-date {
	width: 16px !important;
}
.k-datetimepicker .k-link-date .k-icon {
	margin: 0 !important;
}
.k-datetimepicker .k-link-time {
	display: none !important;
}
.k-datetimepicker span .k-select {
	width: 28px !important;
}
.k-datetimepicker .k-picker-wrap {
	padding-right: 28px !important;
}
.k-rtl .k-datetimepicker .k-picker-wrap {
	padding-left: 28px !important;
	padding-right: inherit !important;
}
.k-datetimepicker input {
	direction: ltr !important;
}
.k-tabstrip:focus {
    box-shadow: none;
}
.ak-info-icon {
	color: inherit !important;
	position: absolute;
    right: -23px;
    top: 0.37em;
    cursor: pointer;
}
.k-i-help {
	color: inherit!important;
}
.ak-border-top {
	border-top: 1px solid #d5d5d5;
}

/*
@font-face {
    font-family: "fontello";
    src: url("/content/fonts/fontello.woff") format("woff"), 
         url("/content/fonts/fontello.ttf") format("truetype");
}
*/
.ak-groupbox {
	position: relative;
	border: 1px solid silver;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.ak-groupbox-title {
	position: absolute;
	top: -10px;
	left: 20px;
	background-color: #fff;
	padding: 0 7px;
	font-size: 0.95em;
	font-weight: 700;
}

.k-rtl .ak-groupbox-title {
	right: 20px;
	left: inherit;
}
.k-button .k-icon {
	padding-right: 6px;
}
.k-rtl .k-button .k-icon {
    padding-right: 0 !important;
    padding-left: 4px;
    margin-left: 0 !important;
}
.k-button .k-icon:before {
    margin: 0 !important;
}
.ak-gridcell-btn {
	top: calc(50% - 14px);
	right: 1px;
	width: 23px;
	height: 23px;
	padding: 6px 4px 2px 4px;
	min-width: 0 !important;
	position: absolute;
}
.ak-gridcell-btn:hover {
	background-color: #f5f5f5;
}
.ak-gridcell-with-btn {
    position: relative;
    padding-right: 1.8em!important;
}
.k-rtl .ak-gridcell-btn {
    left: 1px;
    right: inherit;
}
.k-rtl .ak-gridcell-with-btn {
    position: relative;
    padding-right: 0.6em !important;
    padding-left: 1.8em !important;
}

.ak-buttongroup-menu {
	display: inline-block;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0 20px;
	/* font-size: 1.2em; */
	font-weight: 600;
	margin-bottom: 15px!important;
}

    .ak-buttongroup-menu li {
        margin: 3px !important;
        padding: 2px 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 0 !important;
    }
.asterisk:before {
	content: "* ";
	color: #e32;
	font-weight: bold;
}
.ak-idea-badge {
	position: absolute;
	top: -0.3em;
	left: 0;
	border-spacing: 0;
	white-space: nowrap;
	-webkit-user-select: none;
	text-size-adjust: none;
	visibility: visible;
	/*
	cursor: pointer;
	*/
	word-spacing: normal;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	font-size: 9.4px;
	text-shadow: none;
	padding: 0!important;
	box-sizing: border-box;
	z-index: 10;
	color: yellow;
	background: red;
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
}
.ak-idea-badge-column {
	margin-left: 3px;
	margin-right: 3px;
	position: relative;
}
.ak-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	display: block;
	z-index: 10002;
	opacity: 0.5;
}
.k-menu {
	background-color: #fff;
}
.ak-warning-alert:after, .ak-error-alert:after, .ak-question-confirm:after, .ak-info-alert:after {
    font-family: "WebComponentsIcons";
    font-size: 20px;
    float: left;
    margin-top: -2px;
    -webkit-margin-end: 5px;
    color: red;
}
.k-rtl .ak-warning-alert:after, .k-rtl .ak-error-alert:after, .k-rtl .ak-question-confirm:after, .k-rtl .ak-info-alert:after {
    float: right;
}
.ak-question-confirm:after {
	color: navy;
    content: "\e402";
}
.ak-warning-alert:after {
    content: "\e403";
}
.ak-error-alert:after {
    content: "\e11d";
}
.ak-info-alert:after {
	color: navy;
    content: "\e401";
}
.ak-atwork {
	background-color: #fcf0ac !important;
}

.ak-atwork.k-state-selected {
	background-color: #f7e788 !important;
	color: #000;
}

.ak-weighed {
	background-color: #83fefe !important;
}

.ak-weighed.k-state-selected {
	background-color: #6cfcfc !important;
	color: #000;
}

.ak-approved {
	background-color: #d9fad9 !important;
}

.ak-received {
    background-color: #F2EDF5 !important;
}

.ak-approved-user {
	background-color: #ebf8eb !important;
	color: #f35800 !important;
}

.ak-approved-user.k-state-selected {
	background-color: #c6ffc6 !important;
	color: #d54f02 !important;
}

.ak-closed {
    background-color: #E5C5EE !important;
    color: #2e2e2e !important;
}

.ak-approved.k-state-selected {
	background-color: #a6fba6 !important;
	color: #000;
}

.edit-window-column {
	display: inline-block; 
	height: initial;
	vertical-align: top;
}
.edit-window-column:first-child {
	-webkit-padding-start: 50px;
}

/* FieldClimate styles*/
.fc-station-card {
	direction: ltr;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 14px;
	max-width: 560px;
	font-family: system-ui, Segoe UI, Arial;
}

.sc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.sc-title {
	font-weight: 600;
	font-size: 18px;
}

.sc-status {
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	color: #fff;
}

.sc-status.online {
	background: #2e7d32;
}

.sc-status.stale {
	background: #f9a825;
}

.sc-status.offline {
	background: #c62828;
}

.sc-status.unknown {
	background: #607d8b;
}

.sc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sc-block {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 10px;
}

.sc-label {
	color: #666;
	font-size: 12px;
}

.sc-value {
	font-size: 14px;
	font-weight: 600;
}

.sc-foot {
	margin-top: 8px;
	color: #666;
	font-size: 12px;
}

.sc-stinfo-link {
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 23px;
	cursor: pointer;
	display: none;
}

.k-rtl .sc-stinfo-link {
	right: inherit;
	left: 10px;
}
/* End FieldClimate styles*/

div.centered
{
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.ak-radio-group
{
    display: inline-block;
    padding: 10px;
    font-size: 1em;
}

.ak-radio-group input[type="radio"]
{
    float: left;
    width: 15px;
}


.k-edit-label
{
    display: inline-block;
    font-size: 1em;
}

html, body 
{
     margin:0; 
     padding:0; 
     height:100%; 
     min-height:100%;
}

div[id^="Edit_"] {
    padding: 0;
}

div[id^="Details_"] {
    padding: 0;
}

div[id^="ViewPrices"] {
    padding: 0;
}

div[id^="SelectionSectors_"] {
    padding: 0;
}

div[id^="SelectionEmployees_"] {
    padding: 0;
}

div[id^="Details_"] .k-edit-field {
    margin-top: 0.41em;
}

#tabstrip-holder-e, #tabstrip-holder-d /*must object*/
{
    padding: 5px 5px 0 0;
    background-color: #efefef;
    display: table-cell; 
    vertical-align: top;
}

#tabstrip-e, #tabstrip-d 
{
    height: 100%;
    border: none;
    background: none;
    padding-left: 5px;
}

/*not delete for kendo tabstrip*/
#tabstrip-e-1 { height: 100%; padding: 10px; margin-bottom: 0; }
#tabstrip-e-2 { padding: 10px; margin-bottom: 0; }
#tabstrip-e-3 { padding: 10px; margin-bottom: 0; }
#tabstrip-e-4 { padding: 10px; margin-bottom: 0; }
#tabstrip-e-5 { padding: 10px; margin-bottom: 0; }
#tabstrip-e-6 { padding: 10px; margin-bottom: 0; }
#tabstrip-d-1 { padding: 10px; margin-bottom: 0; }
#tabstrip-d-2 { padding: 10px; margin-bottom: 0; }
#tabstrip-d-3 { padding: 10px; margin-bottom: 0; }
#tabstrip-d-4 { padding: 10px; margin-bottom: 0; }
#tabstrip-d-5 { padding: 10px; margin-bottom: 0; }
#tabstrip-d-6 { padding: 10px; margin-bottom: 0; }

#perfTargetContainer
{
    border-width: 0;
}

.main-table-e, .main-table-d, .main-table-s-s, .main-table-s-e
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; 
    height: 100%;
    display: table;
}
.main-row-e, .main-row-d, .main-row-s-s, .main-row-s-e {
    vertical-align: top;
    display: table-row;
}
.button-row-e , .button-row-d, .button-row-s-s, .button-row-s-e
{
    position: absolute; bottom: 0;
    border-top: 1px solid #c1c1c1;
    height: 50px;
    width: 100%;
	left: 0;
}

.grid-row-e, .grid-row-d, .grid-row-s-s, .grid-row-s-e {
    vertical-align: top;
    display: table-row;
}

.left-pane-e, .left-pane-d
{
    width: 280px;
/*
    border-right: 1px solid #c1c1c1;
*/
    padding: 25px 0 0 10px;
    display: table-cell;
}

.pane-sub1, .pane-sub-s-s, .pane-sub-s-e, .pane-sub-employee
{
    margin-bottom: 9px;
    width: 100%;
    display: inline-block;
}
.pane-sub3
{
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 2px;
    width: 100%;
}

.pane-sub3 div:first-child
{
    width: auto;
    padding-bottom: 0;
    margin-left: 3px;
}
.pane-sub3 div:last-child
{
    float: left;
    margin-left: 5px;
    padding-bottom: 0;
}

.custom-splitter-e, .custom-splitter-d
{
    background-color: #FFFFFf;
    width: 5px;
    height: 20px;
    cursor: pointer;
    background-image: url("/Content/kendo/2020.1.219/Default/sprite.png");
    background-position-x: -6px;
    background-position-y: -174px;
    background-repeat: no-repeat;
}

.custom-splitter-holder-e, .custom-splitter-holder-d
{
    width: 5px;
    background-color: #d5d5d5;
    vertical-align: middle;
    display: table-cell;
    border-right: 1px solid #c1c1c1;
}

.buttons-holder
{
    margin: 10px 15px 0 15px;
    text-align: right;
}
.buttons-holder a:first-child
{
    margin-right: 5px;
}

.ak-align-client {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 0.5em;
    height: 100%;
}

.fixed-width-div {
    width: 500px;
    float: left;
}

#pane-pricelist, #pane-perfTragets {
    display: inline-block; 
    padding-top: 15px
}

.ak-basedetails-panel {
    padding: 15px;   
}

.ak-basereports-panel {
    padding: 5px 0 0 0;   
}

/*reports*/
.ak-label-description {
    color: #737373;
    font-family: "Segoe UI";
    font-size: 22px;
    padding: 0 var(--contentSpacerPadding);
}

.ak-reportsdate-panel {
    display: inline-block;
    padding-top: 15px;
    padding-right: 50px;
}

.ak-test-panel {
    display: inline-block;
    padding: 15px 10px 10px 10px;
    vertical-align: top;
}

.ak-paddingtop-panel {
    padding-top: 15px;
}

.ak-button {
    width: 150px;
}

.ak-button-down {
    width: auto;
}
 
#preview, #previewclose {
    width: 180px;
    height: 50px;
    font-size: 20px;
}


/*NEW*/

.edit-table
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; 
    display: table;
    font-size: 1em;
}

.edit-table-nonwidth
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

.edit-row {
    vertical-align: top;
    display: table-row;
}

.edit-cell
{
    display: table-cell;
    background-color: white;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
}

.edit-cell-transparent
{
    display: table-cell;
    background-color: transparent;  
    padding: 5px 5px 5px 10px;
    vertical-align: top;
    white-space: nowrap;
}

.edit-cell-right {
    padding: 25px 0 10px 10px;
    display: table-cell;
    background-color: white;
    width: 300px;
    min-width: 300px;
    vertical-align: top;
}

.edit-cell-empty
{
    display: table-cell;
    background-color: white;
    vertical-align: top;
    width: 100%;
}

.edit-cell-bottom
{
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 100%;
}
.v-spacer
{
    display: table-cell;
    width: 10px;
    min-width: 10px;
}

.h-spacer
{
    display: table-row;
    height: 10px;
    min-height: 10px;
}

.edit-cell-0
{
    display: table-cell;
    background-color: white;
    vertical-align: top;
}

.ak-workreport-datetimepicker{
    width: 168px; 
    direction: ltr;    
}

.ak-wrapper {
    padding: 15px 30px 0px 30px;
}

div.k-grid-footer {
    border-bottom: none;
}

div.k-grid-footer .k-footer-template td {
    border-top: none;
}

.div-float {
    float: left;
}

#tabsFooterPanel {
    border: 1px solid silver; 
    /*height: 115px; */
    margin: 10px 3px 10px 10px;
    padding: 5px;
}

.ak-selectall {
    float: right; 
    margin: 5px 10px 0 10px;        
}   
.ak-selectall span {
    margin-right: 5px;
    margin-left: 0;
}   
.k-rtl .ak-selectall {
    float: left; 
}     
.k-rtl .ak-selectall span {
    margin-right: 0;
    margin-left: 5px;
}   
.ak-batch-selector {
    position: absolute; 
    /* left: 160px;  */
}
.k-content {
    overflow: hidden!important;
}
#MemoEdit textarea {
    width: 100%;
    height: calc(100% - 50px);
}
.memoedit-content {
    height: 100%;
}
.k-window-titlebar .k-window-actions {
	top: 6px;
}
.k-window-titlebar .k-window-actions .k-icon{
	padding: 0;
}
.ak-edit-win-divider {
	width: 100%;
	height: 8px;
	border-bottom: 1px solid silver;
	clear: both;
	margin-bottom: 15px;
	position: relative;
}
.ak-edit-win-divider span {
	position: absolute;
	font-size: 0.85em;
	font-weight: 600;
	top: 0;
	padding: 0 5px;
	background-color: #fff;
}
#WysiwygEditor .ak-wysiwyg-editor {
    height: calc(100% - 103px);
	overflow-y: auto;
}
