html {
    height: 100% !important;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    background-color: #ebebeb;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0px;
    padding: 0px;
}

#site-preloader {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 102px;
    height: 102px;
    margin: auto;
    text-align: center
}

[data-name="stage"] {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

[data-name="popupLayer"] {
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 1;
}

a {
    color: inherit;
    text-decoration: none !important;
    -moz-transition-property: color;
    -moz-transition-duration: 380ms;
    -webkit-transition-property: color;
    -webkit-transition-duration: 380ms;
    -o-transition-property: color;
    -o-transition-duration: 380ms;
    -ms-transition-property: color;
    -ms-transition-duration: 380ms;
    transition-property: color;
    transition-duration: 380ms;
}

a:hover {
    /*color: #e72222;*/

}

input[type='checkbox'] {
    margin: 0;
    padding: 0;
}

input[type='text'], input[type='password'], select {
    outline: none
}

.Shared_overflowHiddenS {
    overflow: hidden !important;
}

.Shared_borderBoxS {
    box-sizing: border-box;
}

.Shared_contentBoxS {
    box-sizing: content-box;
}

.FormComponent_inputS {
    margin: 0;
    outline: 0;
}

.Shared_gradientSeparatorTopDownS {
    background: linear-gradient(#485578, rgba(255, 255, 255, 0));
}

.checkboxHover:hover {
    text-decoration: underline !important;
}

.Shared_zIndexTop {
    z-index: 2;
}

.Shared_transitionAllS {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.Shared_rotate180S {
    transform : rotate(180deg);
}

.Shared_boxShadowS {
    box-shadow: 0px 0px 10px  0px rgba(0,0,0,.5);
}

.Shared_BgTopS {
    background-image: url("img/bg_top.png");
    background-repeat: repeat-x;
    background-position: top left;
}

.nicescroll-rails {
    background-color: #a6b5d1;
    border-radius: 3px;
}

input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::placeholder {
    color: #485578;
}

.tableButtons {
    top: auto !important;
    bottom: 40px !important;
    left: -58px !important;
}

.FormComponent_areaS {
    resize: none;
}

.GenericStyles_verticalTS {
    transform: rotate(-90deg);
    transform-origin: center;
}

.GenericStyles_disableUserSelectS {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

.Shared_popupShadowS {
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}

*:not(input):not(select):not(textarea) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.testLabel {
	position: fixed !important;
	width: 100%;
	text-align: center;
	bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: Montserrat, sans-serif;
}

.topElement, div[data-name=windowLayer] {
	z-index: 2;
}

div[data-name=dragLayer] {
	z-index: 3;
}

input[type='checkbox']:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	outline: 2px solid #dc7633;
}


.topElement2 {
	z-index: 3;
}

.backgroundClear {
	background: none !important;
}

.breakWord {
	word-wrap: break-word;
}