.menu-item {
	width: 82px;
	display: table-cell;
	text-align: center;
}

.menu-section {
	display: flex;
	flex-wrap: wrap;
}

.hsplitter {
	height: 1;
	border-width: 0;
	background-color: #F0F0F0;
}

.k-grid-filter.k-state-active {
	background-color: #f2f2f2;
	color: #007cc0;
}

.k-menu .k-menu-group .k-item>.k-link {
	color: #007cc0;
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
	color: #007cc0;
}

.k-grid td {
	padding: 0px 8px 0px 8px;
}

.k-input.k-textbox {
	width: 100%;
}

.k-grid-header th.k-header {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.k-edit-form-container {
		width: 760px;
	}
}

@media screen and (min-width: 568px) and (max-width: 767px) {
	.k-edit-form-container {
		width: 560px;
	}
}

@media screen and (max-width: 567px) {
	.k-edit-form-container {
		width: 320px;
	}
}

.k-window-titlebar.k-header {
	background-color: #f2f2f2;
}

.k-dialog .k-dialog-buttongroup .k-button:not(.k-primary),
.k-window .k-edit-buttons {
	background-color: #f2f2f2;
	color: #0089d4;
	text-shadow: unset;
}

.k-dialog:hover .k-dialog-buttongroup:hover .k-button:not(.k-primary):hover {
	background-color: #0089d4;
	color: white;
}

.cat-value {
	color: #007cc0;
}

.k-dropdown .k-dropdown-wrap,
.k-numeric-wrap,
.k-numeric-wrap.k-state-default,
.k-autocomplete,
.k-input,
.k-select,
.k-numerictextbox .k-link,
.k-state-default > .k-select,
.k-picker-wrap.k-state-default,
.k-tool.k-group-start,
.k-button-group .k-tool,
.k-dropdown-wrap.k-state-default {
	border-color: #e6e6e6;
}

.k-button {
	border-width: 0;
	background-color: transparent;
}

.k-grid .k-grid-toolbar .k-grid-add,
.k-grid tbody .k-grid-edit,
.k-grid tbody .k-grid-update,
.k-grid tbody .k-grid-cancel,
.k-grid tbody .k-grid-delete,
.k-grid tbody .k-grid-more,
.k-grid tbody .k-grid-openitem,
.k-grid tbody .k-grid-custombtn1,
.k-grid tbody .k-grid-custombtn2,
.k-grid tbody .k-grid-custombtn3 {
	min-width: 0;
}

.k-grid .k-grid-toolbar .k-grid-add .k-icon,
.k-grid tbody .k-grid-edit .k-icon,
.k-grid tbody .k-grid-update .k-icon,
.k-grid tbody .k-grid-cancel .k-icon,
.k-grid tbody .k-grid-delete .k-icon,
.k-grid tbody .k-grid-more .k-icon,
.k-grid tbody .k-grid-openitem .k-icon .k-grid tbody .k-grid-custombtn1 .k-icon .k-grid tbody .k-grid-custombtn2 .k-icon .k-grid tbody .k-grid-custombtn3 .k-icon {
	margin: 0;
}

.k-primary {
	background-color: #f2f2f2;
	color: #0089d4;
	border-color: #bfbfbf;
	font-weight: bold;
}

.cat-section-top,
.cat-section-bottom {
	background-color: #f2f2f2;
	color: black;
	height: auto;
	padding: .714em;
	overflow: hidden;
}

.cat-section-innerright {
	float: right;
	width: 30px;
}

@media screen and (min-width: 768px) {
	.cat-section-bottom-left {
		width: 95%
	}
}

@media screen and (min-width: 568px) and (max-width: 767px) {
	.cat-section-bottom-left {
		width: 81%
	}
}

@media screen and (max-width: 567px) {
	.cat-section-bottom-left {
		width: 65%
	}
}

.cat-section-top-left {
	width: 91%
}

.cat-section-innerleft {
	float: left;
}
/* DEFAULTS
----------------------------------------------------------*/
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 30%;
  left: 45%;
  z-index: 100;
}  

#full-page {
	background: #d4d4d4;
	height: 100vh;
}

#content-itself.index-picture {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem;
	width: auto;
}

#index-picture-m {
	margin: 0 auto;
	display: table;
}

.k-widget,
.k-header,
.k-grid-header,
.k-grid-header-wrap {
	border-color: transparent;
}

.k-menu.k-header {
	background-color: #F0F0F0;
}

@media screen and (max-width: 567px) {
	#top-section-content {
		width: 93%;
	}
}

@media screen and (min-width: 568px) and (max-width: 1024px) {
	#top-section-content {
		width: 96%;
	}
}

@media screen and (min-width: 1025px) {
	#top-section-content {
		width: 98%;
	}
}

#top-section-content {
	margin: 0 20px;
	float: left;
}

#top-section {
	width: 100%;
	float: left;
	height: auto;
	background-color: #F0F0F0;
	margin: 0px auto;
}

#logo-title {
	float: left;
	width: auto;
	margin: 8px auto;
}

#site-menu,
#site-menu-m {
	float: right;
	text-align: right;
	width: auto;
}

#site-menu {
	margin: 4px auto;
}

#site-menu-m {
	margin: 10px 10px;
}

#hamburger {
	display: none;
}

#content-page {
	width: 98%;
	margin: 0 20px;
	overflow: hidden;
	float: left;
	clear: both;
}

#content-itself {
	width: 98%;
	margin: 15px auto;
}

#menu-page {
	width: 98%;
	margin: 0 20px;
	overflow: hidden;
	float: left;
	clear: both;
	height: 0;
	display: block;
	transition: max-height, 0.1s linear;
}

.menu-itself-css {
	max-width: 67%;
	margin: 15px auto;
	width: fit-content;
}

.menu-itself-cssm {
	max-width: 77%;
	margin: 15px auto;
	width: fit-content;
}
/* ----------------------------------------- */

#details_white {
	background-color: white;
	color: #000000;
}

#big {
	font-size: x-large;
}

#int-site {
	/*background-image: url(../Images/bg1.png);
    background-repeat: repeat;
    background-position: left top;*/
	
	margin-bottom: -21px;
	text-align: center;
}

#int-site-container,
#int-site-container-LT {
	display: inline-block;
	/* width:95%; */
	
	color: #abc;
	text-align: justify;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
}

#int-site-container-LT {
	width: 98%;
}

#logo {
	height: 45px;
	/*	background-image: url(../Images/hbg2.png);
            background-repeat: repeat-x;
            background-position: left top; */
	
	background-color: #F0F0F0;
	margin-bottom: 0px;
}

#logo-bar {
	width: 95%;
	margin: 0 auto;
	color: #FF9900;
	font-size: xx-large;
	font-weight: bold;
}

#logo-picture {
	float: left;
	width: 130px;
}

#footer {
	height: 39px;
	background: url(hbg1.png) left top repeat-x;
}

#menu-holder {
	/* behavior: url(/Styles/border-radius.htc);
     border-radius: 15px;
         -moz-border-radius: 15px;
         background-color: #5B6366;*/
	
	padding: 10px;
	float: left;
	width: 150px;
}

#content-holderLT,
#content-holder-frontLT,
#mholderLT {
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 10px;
}

#content-holder-frontLT,
#mholderLT {
	padding: 20px;
	background-color: #D4D4D4;
	color: #000000;
}

#content-holder,
#content-holder-front,
#mholder {
	behavior: url(/Styles/border-radius.htc);
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 10px;
	margin: 0 0 0 0px;
}

#content-holder-front,
#mholder {
	padding: 20px;
	background-color: #D4D4D4;
	color: #000000;
}

html,
body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:link,
a:visited {
	/* color: #034af3; */
	
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.no-decor {
	text-decoration: none;
}

.clear {
	clear: both;
}
/* ---------------- switch ----------------------------- */

.cat-switch {
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.cat-switch i {
	position: relative;
	display: inline-block;
	margin-right: .5rem;
	width: 46px;
	height: 26px;
	background-color: #e6e6e6;
	border-radius: 23px;
	vertical-align: text-bottom;
	transition: all 0.3s linear;
}

.cat-switch i::before {
	content: "";
	position: absolute;
	left: 0;
	width: 42px;
	height: 22px;
	background-color: #fff;
	border-radius: 11px;
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	transition: all 0.25s linear;
}

.cat-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 11px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
	transform: translate3d(2px, 2px, 0);
	transition: all 0.2s ease-in-out;
}

.cat-switch:active i::after {
	width: 28px;
	transform: translate3d(2px, 2px, 0);
}

.cat-switch:active input:checked + i::after {
	transform: translate3d(16px, 2px, 0);
}

.cat-switch input {
	display: none;
}

.cat-switch input:checked + i {
	background-color: #007cc0;
}

.cat-switch input:checked + i::before {
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.cat-switch input:checked + i::after {
	transform: translate3d(22px, 2px, 0);
}

#btnAdd-Icon {
	color: #007cc0;
	transform: scale(1.3);
	padding: 0px 0px 0px 4px;
}