* {
    font-family: "Arial Unicode MS", "Lucida Sans Unicode", "DejaVu Sans", "Quivira", "Symbola", "Code2000";
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*********** RESET BROWSER DEFAULT **********/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

input {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="file"] {
    padding-top: 2px;
    height: 26px;
}

fieldset {
    position: relative;
    padding: 5px;
    padding-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    border-radius: 8px;
}

legend {
    padding: 2px 12px;
    position: absolute;
    left: 10px;
    min-width: 235px;
    top: -11px;
    font-size: 13px;
    border-radius: 4px;
    line-height: initial;
}

.SubLegend {
    min-width: initial;
}

i {
	font-size:16px !important;
	margin:5px;
}

select {
    background-image: url("/images/arrow_down.png");
    background-position: calc(100% - 7px) 8px;
    background-size: 12px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance:none;
	font-size: 15px;
    text-indent: 0;
    padding-right: 23px;
}

select::-ms-expand {
    display: none;
}

/*********** CUSTOM SCROLLBAR **********/

::-webkit-scrollbar {
    width: 10px;
	height:10px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
	border-radius:4px;
}

body {
    -ms-overflow-style: scrollbar;
}

/* LOGIN */
#LoginData {
    position: relative;
    display:block;
    padding: 30px 35px 35px 20px;
    border-radius:10px;
    width:250px;
    margin:0 auto;
}

#LoginItemLanguage {
    margin: 5px 0 0 26px;
    width: 221px;
    height: 30px;
    border-radius: 4px;
}

/*********** HSNM GENERAL LAYOUT **********/
html {
    min-height:100%;
	display:block;
}

body {
	min-height:100%;
	position:fixed;
    font: 12px Arial,sans-serif;
    line-height:18px !important;
	display:block;
	width:100%;
	min-height:100%;
    height: 100%;
}

table {
    font-size:13px;
    line-height:22px;
    margin:0;
    text-align:left;
}

hr {
    border:0;
    height:1px;
    margin-bottom:22px;
}

a {
	text-decoration: none;
}

/*********** LOGO & UTILITY MENU  **********/
#SidebarTopMenu  {
	height: 62px;
}

#SidebarTopMenuContainer {
	float:left;
	width:100%;
}

#SidebarContainerMinData {
    display: none;
}

#SidebarContainerMinData .SidebarContainerMinHamburger {
    height:42px;
    width: 30px;
    border: 2px solid transparent;
    margin: 2px 10px 0 2px;
}

#SidebarContainerMinData .SidebarContainerMinHamburger i {
    padding-top: 4px;
}

#LogoContainer, #SidebarCompress, .SidebarContainerMinHamburger {
    text-align: center;
    float: left;
    margin-left: 55px;
}

#SidebarCompress, #SidebarContainerMin .SidebarContainerMinHamburger {
    height: 61px;
    width: 40px;
    border: 2px solid transparent;
    margin: 3px 3px 2px 2px;
}

#SidebarCompress i, #SidebarContainerMin .SidebarContainerMinHamburger i {
    padding-top: 10px;
}

.SidebarContainerMinHamburger {
    border-radius: 5px;
    cursor: pointer;
}

#SidebarCompress i, .SidebarContainerMinHamburger i {
    font-size: 23px !important;
}

#LogoContainer img {
    height: 70px;
    max-width: 240px;
    display: block !important;
}

#SidebarTopMenuItemContainer {
    bottom: 0;
    left: 0;
    position: fixed;
}

.SidebarTopMenuItem {
	width: 25px;
	padding: 1px 4px 0 4px;
	cursor: default;
	text-align:center;
}

#SidebarTopMenuItemInfo, #SidebarTopMenuItemUtility, #SidebarTopMenuItemLogOut {
    float: right;
}

#SidebarTopMenuPin {
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px;
}

#SidebarTopMenuItemInfo i, #SidebarTopMenuItemUtility i, #SidebarTopMenuItemLogOut i {
    border-radius: 4px;
    width: 23px;
    height: 20px;
    padding-top: 3px;
    cursor: pointer;
    margin-top: 5px;
}

#SidebarTopMenuItemLogOut {
    margin-right: 10px;
}

#PageLanguage {
    padding: 2px 0 0 2px;
    min-width: 0px;
    height: 24px;
    display: none;
}

#PageLanguage img {
    margin: 3px 0px 0px 4px;
    width: 22px;
    height: 16px;
}

#PageLanguage i {
    margin: 1px 5px 5px 5px;
}

#SidebarTopMenuItemLanguage {
    height: 26px;
    width: 45px;
    margin-top: 3px;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}

#SidebarTopMenuItemLanguages {
    display: none;
    position: fixed;
    width: 222px;
    z-index: 10;
    border-radius: 3px;
    top: 50px;
    right: 11px;
    overflow-y: auto;
    max-height: 280px;
}

.SidebarTopMenuItem img {
	width:20px;
	padding-top:6px;
}

/*********** PagesTopBar & PagesTopBarContainer **********/
#PagesTopBar {
    height: 62px;
    font-size: 13px;
    z-index: 100;
}

#PagesTopBarContainerHead {
	width:inherit;
    white-space:nowrap;
    text-overflow: ellipsis;
}

#PagesTopBarContainerHead i, #PDFPrintTitle i {
	font-size:35px !important;
}

.PagesTopBarContainerHeadIcon {
	float: left;
	width: 44px;
	height: 44px;
	margin-right:10px;
}

.PagesTopBarContainerHeadIcon img {
	width:48px;
}

#PagesTopBarContainerCommands {
	right: 5px;
	padding-top:6px;
    position: absolute;
    top: 9px;
}

.PagesTopBarContainerCommands {
	float:right;
	margin-right:10px;
}

#PagesTopBarContainerHeadTitle, .PDFPrintTitle {
	font-size: 30px;
    margin-top: 1px;
}

#PagesTopBarContainerHeadSubTitle, .PDFPrintSubTitle {
	font-size:15px;
    padding-top: 10px;
}

#PDFPrintTitle {
    padding: 15px;
    margin: 3px 0.25% 3px 0.25%;
    border: 0;
    width: 97.5%;
    min-width: 700px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

.MainSubmitMenu {
    border: 2px solid transparent;
    padding: 4px;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px;
    width: auto;
    min-width: 90px;
    max-height: 30px;
    cursor: pointer;
    z-index: 100;
}

.MainSubmitMenuSave, .MainSubmitMenuAdd, .MainSubmitMenuPaste, .PagesTopBarContainerCommandsImg {
    z-index: 100;
    padding: 0;
    padding: 0px 5px 0 5px;
    float: right;
    min-width: 38px;
}

.PagesTopBarContainer {
    padding: 9px 0 0 5px;
}

/*********** INFOBAR  **********/
#InfoBar {
    position: fixed;
    min-width: 400px;
    max-width: 450px;
    overflow: auto;
    z-index: 10;
    height: 100%;
    padding: 0 10px 0 10px;
    opacity: 0.99;
}

.InfoBarAccordion {
	float:left;
	width:100%;
}

#SidebarTopMenuItemLanguages .InfoBarAccordionLanguage {
	list-style-type: none;
	margin-left: 0;
	padding-top: 0;
	width: 100%;
}

#SidebarTopMenuItemLanguages .InfoBarAccordionLanguage ul li {
    width: 100%;
    float: left;
    margin-bottom: 1px;
    margin-right: 5px;
    border: 1px solid transparent;
}


#SidebarTopMenuItemLanguages .InfoBarAccordionLanguage img {
    float: left;
    margin: 2px;
	width: 22px;
	margin-top:6px;
	margin-left:7px;
}

#SidebarTopMenuItemLanguages .InfoBarAccordionLanguage span {
	float: left;
	padding: 5px;
}

#SidebarTopMenuItemLanguages .InfoBarAccordionLanguage a {
    float: left;
    width:100%;
	cursor:pointer;
}

.InfoBarAccordionTitle {
	font-size: 13px;
	padding: 10px;
}

.InfoBarAccordionMenu {
	list-style-type: none;
	margin-left: 0;
    width: 100%;
}

#InfoBar .InfoBarAccordionMenu ul li {
    width: 100%;
    float: left;
    margin-bottom: 1px;
    margin-right: 5px;
    border: 1px solid transparent;
}

#InfoBar .InfoBarAccordionMenu img, #InfoBar .InfoBarAccordionMenu i {
    float: left;
    margin: 5px 1px 1px 1px;
    padding-top: 1px;
	margin-left:7px;
	width:25px;
	text-align:center;
}

#InfoBar .InfoBarAccordionMenu span {
    float: left;
    padding: 6px;
    max-width: calc(100% - 45px);
}

#InfoBar .InfoBarAccordionMenu a {
    float: left;
    font-size:14px;
    width: 100%;
}

#InfoBar .InfoBarAccordionMenu .MenuSeparator {
    margin: 20px 0 0 0;
    width:100%;
}

#InfoBar .InfoBarAccordionMenu .MenuTitle {
    padding: 15px 0 10px 8px;
    font-size: 18px;
}

/*********** CONTENT **********/
#mainindex {
	float:left;
    display: none;
    text-align: center;
}

#MainIndexLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    z-index: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#MainIndexLoader i {
    font-size: 40px !important;
}

.SearchLoader {
    display:none;
    height: 26px;
    margin-right: 27px;
    text-align: center;
}

.SearchLoader i {
    font-size: 21px !important;
    margin: 3px;
}

#main {
	position:absolute;
	overflow:auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#DataMainContainer {
    border: 0;
    height: 100%;
}

.DashboardFooterContainer {
    clear: both;
}

#PagesTabsContainer {
    display:flex;
    height: 28px;
}

.PagesTabsTab {
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 14px;
    border-top-left-radius: 4px;
    font-size: 13px;
    z-index: 1;
    border-bottom: none !important;
    border-left: none !important;
    cursor: pointer;
    max-width: 200px;
    min-width: 35px;
}

.PagesTabsLoader {
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    z-index: 1;
}

.PagesTabsLoaderIcon {
    margin: 0 4px 0 0px;
    font-size: 15px !important;
}

.PagesTabsTabIcon {
    margin: 2px 4px 0 0px;
    font-size: 15px !important;
}

.PagesTabsTabTitle {
    white-space: nowrap;
    overflow: hidden;
}

.PagesTabsTabClose {
    margin: 0px -2px 0px 2px;
    font-size: 17px !important;
    border-radius: 6px;
    padding: 0px 3px 4px 3px;
    min-width: 15px;
    height: 15px;
}

.PagesTabsTab .tooltiptext {
    visibility: hidden;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 33px;
    margin-left: -5px;
    max-width: 300px;
}

.PagesTabsTab .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 13px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}

.PagesTabsTab:hover .tooltiptext {
    visibility: visible;
}

.maindata {
    width: 100%;
    height: 100%;
    display: none;
}

#Loader {
    padding: 20px;
	font-size: 14px;
	text-align: center;
}

.ProcessMessage {
    padding:15px;
}

fieldset .ProcessMessage {
    padding-top:30px;
}

#PageData {
    display: none;
}

.PageDataTable {
    float:left;
    line-height:15px;
    width:100%;
    margin-top:20px;
    margin-bottom: 5px;
}

.ConnectionStatusActive {
	width:10px;
	height:10px;
	border-radius:10px;
	background-color: #8be366;
}

.ConnectionStatusInactive {
	width:10px;
	height:10px;
	border-radius:10px;
	background-color: #D10000;
}

/*********** FOOTER **********/
#sms {
	float:left;
	margin-left:40px;
}

/*********** MEDIA PRINT CSS FOR CARDS **********/
@media print {
    .divform_tip, #aside, #logo, .menu-item, .commands, #sidebarleft, .PagesTopBarContainer, #infobar, #SidebarTopMenuItemLanguages, #SidebarButton, #PagesTopBar {
        display: none;
        float: none;
    }

    #TitleBar {
		margin:0;
		padding: 0;
    }

	#main {
		box-shadow: 0px;
		margin:0;
		padding: 0;
		position: relative;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		overflow:hidden;
		float: none;
	}

	body {
		background: none;
		border: none;
		position: relative;
		width: 100%;
		float: none;
	}

    #DataMainContainer {
		background: none;
    }
}

.VouchersTablePrintContainerPreview, .CardsTablePrintContainerPreview {
    margin: 2px 2px 2px 0;
}

.VouchersTablePrintContainer, .CardsTablePrintContainer {
    width: auto;
    margin: 5px 2px 2px 0;
}

.VouchersTablePrintContainer td, .CardsTablePrintContainer td, .VouchersTablePrintContainerPreview td, .CardsTablePrintContainerPreview td {
    vertical-align: top;
}

/*********** CUSTOM IMAGE **********/
.CustomImageContainer {
	float:left;
	width:12%;
	margin:5px;
	min-width:250px;
	font-size:11px;
	padding:3px;
	height:200px;
    cursor: pointer;
}

.CustomImageContainer img:hover {
	opacity: 0.8;
	cursor:pointer;
}

.CustomImageThumbContainer {
	height:155px;
	float:left;
	overflow:hidden;
}

.CustomImageTitleRow {
	float:left;
	width:100%;
	font-size:13px;
}

.CustomImageFilesizeRow {
	float:left;
	width:50%;
	clear:both;
}

.CustomImageLinkRow {
	float:left;
	width:50%;
	overflow:hidden;
}

.CustomImageButtonRow {
	float:right;
	width:20%;
    margin-top:-11px;
}

/*********** SIDEBAR LEFT **********/
#single-top	{
	width: 100%;
	float:left;
	font-size:10px;
}

#SidebarContainerMin {
    float: left;
    width: 50px;
    height: 100%;
    display: none;
}

#sidebarcontainer {
    display: block;
    width: 384px;
    min-width: 290px;
    z-index: 2;
}

#sidebarleft {
    float: left;
    width: 100%;
	height: 100%;
    border: 0;
}

.SidebarTab {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 1px;
    width: 30%;
    text-align: center;
    float: left;
    height: 30px;
    border: 2px solid transparent;
    border-bottom: 4px solid transparent;
}

.SidebarTabLabel {
    padding: 5px;
    font-size:22px;
}

.SidebarTabContainer {
    width: 100%;
    overflow-y: auto;
    overflow-x:hidden;
    padding:0;
    height:auto;
    -webkit-overflow-scrolling: touch;
}

#SidebarTabTreeview, #SidebarTabSearchData {
	clear: both;
    -webkit-overflow-scrolling: touch;
}

#SidebarTabSearchData {
    padding-top:5px;
}

.SidebarTabSearchDataSeparator {
    padding-left: 3px;
    width: 95%;
    font-size: 13px;
}

#SidebarTabTreeview .SidebarTabTreeview-commands, #SidebarTabSearchData .SidebarTabSearchData-commands {
	display:none;
	float:right;
	position:absolute;
	right:-100px;
}

.treeviewcommand {
    margin: 4px 5px 0 5px !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 18px !important;
    min-height: 18px !important;
    display: flex;
    align-items: inherit;
    justify-content: center;
    border-radius: 19px;
    padding: 6px 5px 5px 5px;
    text-align: center;
    margin-left: 5px;
}

.treeviewcommandmin {
    width: 14px !important;
    min-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    padding: 2px 3px 4px 3px;
}

#SidebarTabSearchData .k-item {
    padding: 0;
    margin-left: 5px;
}

#SidebarTabTreeview span.k-in i, #SidebarTabSearchData span.k-in img, #SidebarTabSearchData span.k-in i {
	margin: 5px;
	float: left;
	height: 21px;
    min-width: 21px;
    font-size: 16px;
	margin-top:8px;
}

#SidebarTabSearchData span.k-in i {
	margin: 9px 5px 5px 5px;
	float: left;
	height: 21px;
    min-width: 21px;
    font-size: 16px;
}

#SidebarTabTreeview span.k-in, #SidebarTabSearchData span.k-in {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 3px;
    height: 36px;
    border-radius: 4px 0px 0px 4px;
}

.BKSettings input {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.k-panelbar>.k-item>.k-state-focused {
    background-image: none;
    box-shadow: none;
}

.BKSettingsPanelBar {
    cursor:pointer;
    line-height:36px;
}

.BKSettingsPanelBarText {
    margin-left: 10px;
    white-space: nowrap;
}

.PanelBarInitials {
    height: 27px;
    line-height: 26px;
    margin-top: 5px;
    width: 27px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    border-radius: 13px;
    float: left;
}

.PanelBarIndent1 {
    margin: 0 20px 0 25px !important;
}

#SidebarTabTreeview span.k-state-hover, #SidebarTabSearchData span:hover {
    background-image: none;
}

#SidebarTabTreeview span.k-in.k-state-focused, #SidebarTabSearchData span.k-in.k-state-focused {
    background-image: none;
    box-shadow: none;
}

.SidebarTabTreeviewItemText, .SidebarTabSearchDataItemText {
	height: 20px;
	margin-top: 11px;
	overflow: hidden;
	max-width:69%;
    font-size: 14px;
    float: left;
    overflow:hidden;
}

.SidebarTabTreeviewIntMenu, .SidebarTabSearchDataIntMenu {
    float: right;
    cursor: pointer;
    z-index: 1;
    margin-top: 3px;
}

.PropertiesButton {
    font-size: 14px !important;
}

.SidebarTabTreeviewItemLocked, .SidebarTabSearchDataItemLocked {
	float:right;
	width:3px;
	height:100%;
    padding: 0;
}

.aside .current_page_item, .menu-item:hover {
    cursor: pointer;
    width: 100%;
}

.menu {
    margin-left: 5px;
    display: flex;
    flex-direction:column;
}

.menu-item {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:baseline;
    margin-bottom: 3px;
    height: 38px;
    border-radius: 4px 0px 0px 4px;
}

.menu-item-img-container {
	display: flex;
    align-items: inherit;
    justify-content:center;
    border-radius: 20px;
    padding: 5px;
    width: 17px;
    height: 17px;
    text-align:center;
    margin-left: 5px;
}

.menu-item-img {
    padding: 0 !important;
    margin: 0 !important;
    height: 16px;
}

.menu-icon {
	float: left;
}

.menu-icon i {
    padding-top: 5px;
    height: 18px;
    margin-top: 3px;
    width: 18px;
    text-align: center;
}

.menu-link {
    cursor: pointer;
    font-size: 1.35em;
}

.menu-link-highlight {
    -webkit-animation: Highlight 5s infinite; /* Chrome, Safari, Opera */
    animation: Highlight 5s infinite;
}

#DataTabSearchMenuContainer {
    height: 65px;
}

#DataTabMenuContainer {
    float: right;
}

.DataTabMenuItem {
	width: 30px;
	float: right;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

#DataTabMenuItemRefresh, #DataTabMenuItemCollapse {
    position: relative;
    float: right;
    cursor: pointer;
    z-index: 1;
    margin-top: 3px;
}

#DataTabMenuItemSearchType, #DataTabMenuItemSearch {
    float: left;
    padding: 4px;
    margin-left: 5px;
    height: 20px;
    min-width: 100px;
    border-radius: 4px 0px 0px 4px;
    border: 0;
    padding-left: 10px;
}

#DataTabMenuItemSearchType {
    width: calc(100% - 5px);
    height: 28px;
    margin-bottom: 3px;
	font-size:13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box !important;
    padding: 0 22px 0 8px;
    background-position: calc(100% - 9px) 11px;
}

#DataTabMenuItemSearch {
    width: calc(100% - 45px);
    padding-right:30px;
}

#DataTabMenuItemSearchButton {
    border: 0;
    margin-top: -28px;
    z-index: 10;
}

/*********** MESSAGES **********/
.InfoMessage, .ErrorMessage, .WarningMessage {
    padding: 12px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: calc(100% - 24px);
}

.InfoMessage div, .ErrorMessage div, .WarningMessage div {
    padding-right: 25px;
}

.InfoMessage {
    z-index: 100;
}

.WarningMessage {
    z-index: 101;
}

.ErrorMessage {
    z-index: 102;
}

.InfoAndErrorMessageClose, .WarningMessageClose {
    padding: 2px 4px 4px 3px;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 10px;
    position: fixed;
    right: 0;
}

#InfoMessageText, #ErrorMessageText, #WarningMessageText {
    font-size: 16px;
}

.StaticInfoMessage {
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	padding: 8px 18px;
	margin:10px 0;
	clear:both;
}

.CustomFormActions {
	border-radius: 4px;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}

/*********** CONTENT UTILS **********/
.LoginButton {
	height: 35px;
	width: 222px;
	border:2px solid transparent;
	border: 0;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 4px;
	border-radius: 5px;
    cursor: pointer;
}

.AdminPreviewImg {
    max-width: 190px;
	max-height: 80px;
    margin-top:2px;
}

.AppBarIcons {
    max-width: 64px;
	max-height: 64px;
    border-radius:15px;
}

.LoginForm i {
	float:left;
	padding-top:10px;
	margin-left:0;
    width: 20px;
}

.divform {
    float:left;
	width:100%;
    margin-bottom: 10px;
}

.divform_title {
    padding: 2px 0;
    width:25%;
    padding: 7px 0 2px 0;
    line-height: 18px;
    vertical-align:top;
}

.divform_input_container {
    width:25%;
    padding: 1px 10px 0 0;
}

.divform_tip {
    padding: 2px 0;
	vertical-align: middle;
    width: 50%;
    text-align: justify;
}

.divform_input_combobox {
	width: 100%;
	height: 27px;
	margin-bottom: 1px;
	font-size:13px;
	border-radius:4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box !important;
    padding: 0 22px 0 4px;
    outline-style:none;
}

#LoginName, #LoginPassword {
	width:222px;
	height:35px;
    padding-left: 4px;
    padding-right: 4px;
	font-size:14px;
	border-radius:4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:5px;
}

.divform_input, #Password {
	width:100%;
	height:27px;
	margin-bottom:1px;
    padding-left: 4px;
	font-size:13px;
	border-radius:4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box !important;
    outline-style:none;
}

.divform_input[readonly], .divform_input_combobox[readonly], .divform_input:disabled, .divform_input_combobox:disabled {
    cursor: not-allowed;
}

.k-widget.divform_input {
	width:100%;
	height:25px;
	margin: 0 0 3px 0;
    padding: 0 !important;
	font-size:13px;
	border-radius:4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    outline-style:none;
}

.k-input.divform_input {
    height: 25px;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    padding: .2em .1em .2em;
}

.k-grid-header th.k-header, .k-filter-row th {
    padding: 0 .6em .4em .35em;
}

.k-grid-header th.k-header > .k-link {
    padding: .5em .6em .3em .6em;
}

.PanelBarItem > .k-header {
    line-height: 36px !important;
}

.MultiSelectTagImage {
    width: 21px;
    height: 21px;
    margin: 1px 5px 1px -2px;
    vertical-align: middle;
}

.MultiLangInput {
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px;
    background-position-x: 5px;
    background-position-y: 5px;
}

.MultiLangArrowImage {
    width: 12px;
    cursor: pointer;
    padding: 4px 5px;
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    background-position-x: 5px;
}

.MultiLangArrowDownImage {
    background-image:url("/images/arrow_down.png");
}

.MultiLangArrowLoader {
    height: 14px;
    width: 19px;
    background-image:url("/images/loader.gif");
    cursor:default;
    background-size: 14px;
    padding: 0px 5px;
}

.MultiLangArrowUpImage {
    background-image:url("/images/arrow_up.png");
}

#CustomAppToLoad-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: none;
    border-width: 0;
    vertical-align: top;
    min-height: 80px;
    width: 80px;
    padding: 5px 0 0 0;
}

#CustomAppToLoad-list .k-item > span:first-child {
    border-left-width: 0;
}

#CustomAppToLoad-list img {
    width: 70px;
    height: 70px;
}

#CustomAppToLoad-list h3 {
    font-size: 20px;
    margin: 5px 0 0 0;
    padding: 0;
}

#CustomAppToLoad-list p {
    margin: 0;
    padding: 0;
}

.form_table {
    width: 98.5%;
    line-height: 15px;
    margin: 0 10px 5px 10px;
    border-collapse: collapse;
    cursor: default;
}

#divform_close	{
	height:13px;
	width:280px;
	margin:0;
	padding:0;
	clear:both;
	margin-bottom:4px;
}

.select_form {
    width:300px;
	height:27px;
	border-radius:4px;
	font-size:13px;
}

.divform_input_edit	{
	width:240px;
	height:19px;
	margin-bottom:4px;
	font-size:13px;
	border-radius:4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gridcommand {
	cursor: pointer;
    padding-left: 4px;
}

.gridcommand img {
	margin: 3px;
	height: 21px;
    min-width: 21px;
}

.GridCellLocked {
	float: right;
	width: 3px;
	height: 26px;
    margin: 0;
    padding: 0;
}

.GridItemDetailsTitle {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.GridItemDetails {
    margin: 0px 5px 0px 0px;
    padding: 5px;
	float: left;
}

.GridDetailsTitle {
	text-align: left;
	float: right;
	overflow: hidden;
	word-break: break-all;
}

.GridDetailsTitleCol {
    width: 180px;
}

.GridDetailsData {
	padding: 0;
	float: left;
	width: 90%;
    max-height: 20px;
}

.GridDetailsDataIcon {
	float: left;
	margin: 2px 5px 0px 5px;
}

.highcharts-container, .highcharts-container svg {
  width: 100% !important;
}

/*********** KENDO UI **********/
div.k-grid-header, div.k-grid-footer {
    padding-right: 10px !important;
}

#main .k-widget {
	font-size:13px;
    border: 0;
}

.k-grid td {
    padding: 6px 3px;
}

#main .k-pager-wrap {
    margin: 0;
    padding: 3px 0 2px 2px;
}

#main .k-sprite {
	margin-top: 1px;
}

#main .k-picker-wrap .k-select,
#main .k-numeric-wrap .k-select,
#main .k-dropdown-wrap .k-select{
	min-height: 1.25em;
	line-height: 1.5em;
}

#main .k-combobox .k-dropdown-wrap:before,
#main .k-picker-wrap:before,
#main .k-numeric-wrap:before{
	height: 21px;
	margin: 0;
	padding: 0;
}

#main  .k-select .k-icon{
	margin-top:3px;
}

#main  .k-textbox>input,
#main  .k-input[type="text"],
#main  .k-input[type="number"],
#main  .k-textbox,
#main  .k-picker-wrap .k-input,
#main  .k-button {
	font: 12px Arial,sans-serif;
}

#main  .k-datetimepicker .k-select {
	width: 3.4em;
}

#main .k-datetimepicker .k-picker-wrap {
	padding-right: 3.4em;
    height: 25px;
}

.k-grid {
    min-height: 142px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.k-grid-content {
    min-height: 80px;
}

.k-grid .DataTableColNoPadding {
    padding: 0 !Important;
}

#DataTable {
    touch-action: initial !important;
}

.k-grid-header-wrap tr {
	height:30px;
}

.k-colorpicker, .k-selected-color {
    width: 100% !important;
}

.k-editor-toolbar li {
    display: inline-flex;
}

.k-editor-toolbar > li {
    margin-right: 2px;
}

/*********** GOOGLE MAPS **********/
.MapsInfoWindowContainer {
    margin-top: 8px;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.MapsInfoWindowTitle {
    font-size: 15px;
    font-weight: 600;
    padding:10px;
}

.MapsInfoWindowAddress, .MapsInfoWindowData {
    padding: 10px;
}

.MapsInfoWindowShowDetails {
    font-style: italic;
    padding: 0 10px 10px 10px;
    cursor: pointer;
}

/* Surveys management */
.survey-placeholder {
	padding: 1em;
}

.survey-add-answer {
    clear: both;
    padding-top: 10px;
}

.survey-add-answer {
    border: 0;
    padding: 5px 15px 5px 15px;
    margin: 2px 5px 2px 5px;
    text-align: center;
    border-radius: 5px;
    width: auto;
    min-width: 90px;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: 6px 45% !important;
    z-index: 100;
}

.survey-remove-answer, .survey-remove-question {
    border: 0;
    padding: 7px 5px 5px 3px;
    margin: 5px 5px 2px 5px;
    text-align: center;
    border-radius: 5px;
    width: auto;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: 6px 45% !important;
    z-index: 100;
}

.survey-question-item-answers {
    clear: both;
    margin: 20px 15px 15px 10px;
    padding: 15px 10px 10px 15px;
}

/*  Toggler buttons */
a.TogglerButtonAuth, a.TogglerButtonTimeTables, a.TogglerButtonMonthsTimeTable, a.TogglerButtonDaysOfWeekTimeTable, .TogglerButtonAuthDisabled {
	height: 19px;
	background: transparent;
	padding: 0 5px;
	text-decoration: none;
	transition: all .5s ease;
	display: inline-block;
	text-align: center;
	padding-top: 6px;
	margin-right: 1px;
	border-radius: 3px;
}

a.TogglerButtonAuth, .TogglerButtonAuthDisabled {
	width: 14%;
	min-width: 32px;
}

a.TogglerButtonTimeTables {
	width: auto;
	min-width: 16px;
}

a.TogglerButtonMonthsTimeTable, a.TogglerButtonDaysOfWeekTimeTable {
	width: auto;
	min-width: 74px;
}

a.TogglerButtonAuth.TogglerButtonOn, a.TogglerButtonTimeTables.TogglerButtonOn, a.TogglerButtonDaysOfWeekTimeTable.ToggleButtonOn, a.TogglerButtonMonthsTimeTable.TogglerButtonOn {
	border-radius: 3px;
}

.TogglerButtonReadOnly {
    pointer-events: none;
    cursor: pointer;
}

.apmarker {
    position: fixed;
    transform-origin: 0 0;
    translate3d(0px, 0px, 0px);
    z-index: 200;
}

/*  Maps */
#ImageMap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
    z-index: 1;
}

.leaflet-zoom-hide {
    z-index: 1;
    position: absolute !important;
    background-color: transparent;
}

.MapAddHoundSensor i {
    padding: 1px 0px 0px 3px !important;
}

.leaflet-bottom>leaflet-right {
    display:none;
}

.leaflet-popup-content-wrapper {
    padding: 0 !important;
    border-radius: 0 !important;
}

.leaflet-popup-content {
    margin: 0 !important;
    white-space: nowrap;
}

.leaflet-container a.leaflet-popup-close-button {
    margin-top: 10px !important;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}

.MapPasteAccessPoint {
    display: none;
}

/* Custom messages */
#ManagerPrepaidBalanceMsg {
    float: right;
    margin-right: 15px;
    font-size: 22px;
    padding-top: 11px;
}

.PasswordMeterContainer {
    margin: 0 2px;
}

.PasswordMeter {
    margin: 0 2px 1px 2px;
    width: 100%;
    height: 3px;
    border: none;
    border-radius: 2px;
}

.ace_editor div, .ace_editor span {
    font-family: Courier New, Courier, monospace !important;
}

/*********** CSS3 ANIMATION **********/
@-webkit-keyframes FadeIn {
    from {width: 25px;}
    to {width: 30px;}
}

@-webkit-keyframes MainButtonHover {
    from {border-radius:5px;}
    to {border-radius:0px;}
}

@media only screen and (min-width: 1px) and (max-width: 768px) {

    #PagesTopBar {
        height: 50px;
    }

    #InfoBar {
        min-width: initial;
    }

    #PagesTopBarContainerHeadTitle {
        font-size: 18px;
        margin-top: 0px;
    }

    .PagesTabsTabIcon {
        margin: 2px 2px 0 0px;
    }

    .PagesTabsTabClose {
        margin: 0px -2px 0px 0px;
    }

    #PagesTopBarContainerHeadSubTitle {
        font-size: 11px;
        padding-top: 0;
    }

    #PagesTopBarContainerCommands {
        padding-top: 0;
    }

    #SidebarTopMenuItemLanguages {
        max-height: 273px !important;
    }

    .PagesTopBarContainerHeadIcon {
        display: none;
    }

    #SidebarContainerMin {
        width: 34px;
    }

    .form_table {
        min-width: 97%;
    }

    td.divform_title {
        max-width: 200px;
    }

    .divform_title, .divform_input_container {
        width: 50%;
    }

    .divform_tip {
        display: none;
        width: 0;
    }

    #SidebarTopMenuPin {
        display: none;
    }

    #SidebarContainerMinData {
        display:block;
    }
}
