
body, html {
    width: 100%;
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    overflow: auto;
}

body {
    display: block;
    position: relative;
    min-width: 320px;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

body,h1,h2,h3,h4,a,p,ul,ol,div,font,textarea,label {
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
            scrollbar-base-color:buttonface;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#9C9E9C;
        scrollbar-face-color:button;
        scrollbar-highlight-color:#EFEBEF;
        scrollbar-shadow-color:#E7E3E7;
        scrollbar-track-color:#9C9E9C;
    }

::-webkit-scrollbar {
    background: #FFFFFF;
}

td,tr {
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
    margin: 0px;
}

p {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
    padding: 0px;
    margin-bottom: 10px;
}

ul, ol {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 18px;
    margin: 10px 0px 10px 15px;
    padding: 0px 0px 0px 10px;
}

label {
    cursor: pointer;
}

form, input {
    margin: 0px;
}


input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  width: auto;
  border: 1px solid #c7c7c7;
  padding: 6px 16px 6px 6px;
  background-color: white;
  background-image: url(../images/bg/bg_dropdown.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
}
select:hover {
    border: 1px solid #5B80A3;
    cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  width:auto;
  float: left;
  margin-right: 10px;
  background: transparent;
  border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
    display: block;
    cursor: pointer;
    padding: 0px 0px 0px 25px;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    border: 1px solid #c7c7c7;
    background: white;
    margin-right: 8px;
    margin-left: -25px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
    background: #5B80A3;
    box-shadow: inset 0 0 0 3px white;
    border: 1px solid #5B80A3;
}

input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background: #5B80A3;
  box-shadow: inset 0 0 0 3px white;
}

input[type='checkbox']:disabled + label::before,
input[type='checkbox']:read-only + label::before,
input[type='radio']:disabled + label::before,
input[type='radio']:read-only + label::before {
    border: 1px dashed #5B80A3;
}

/* graceful degradation for ie8 */
input[type='text'],
input[type='password'],
input[type='textarea'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #c7c7c7;
}

input[type='text']:read-only,
input[type='text']:disabled,
input[type='password']:read-only,
input[type='password']:disabled,
input[type='textarea']:read-only,
input[type='textarea']:disabled,
textarea:read-only,
textarea:disabled {
  border: 1px dashed #c7c7c7;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='textarea']:hover,
textarea:hover {
    border: 1px solid #5B80A3;
}

.Scrolling {
    font-size: 13px;
    text-decoration: none;
    font-weight : normal;
    color: #333333;
    line-height: 18px;
            scrollbar-base-color:buttonface;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#9C9E9C;
        scrollbar-face-color:button;
        scrollbar-highlight-color:#EFEBEF;
        scrollbar-shadow-color:#E7E3E7;
        scrollbar-track-color:#9C9E9C;
    }

fieldset {
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight : normal;
    color: #333333;
    line-height: 18px;
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;

    border: 1px solid #c7c7c7;
    box-sizing: border-box;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: left;
}

legend {
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #5B80A3;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    padding: 0px 10px;
    margin: 0px;
    margin-bottom: 3px;
    text-align: left;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

header, main, section, footer, div, p, a, li, ul, img, input, textarea, select, button, nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

table .Top {
    padding-top: 7px;
    vertical-align: top;
}

table .Bottom {
    padding-bottom: 7px;
    vertical-align: bottom;
}

.NoPadding {
    padding: 0px !important;
}

.Hidden {
    display: none !important;
}

.FloatLeft {
    float: left !important;
}

.FloatRight {
    float: right !important;
}

.Clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.Columns:after,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .Columns,
.ie7 .clearfix { zoom: 1; } /* IE7 */

.Columns {
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0px auto;
}

.Column50Left,
.Column50Right {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 0px 2% 0px 0px;
    text-align: left;
    box-sizing: border-box;
}

.Column50Right {
    margin: 0px 0px 0px 2%;
}

.Inverted {
    filter:invert(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
    -webkit-filter:invert(100%);
    -o-filter:invert(100%);
    -moz-filter:invert(100%);
    -ms-filter:invert(100%);
}

.Highlight {
    color: #5B80A3;
    font-weight: bold;
}

.NoDisplay {
    display: none;
}

.NoSpace, .Space1, .Space,
.Space5, .Space10, .Space15, .Space20,
.Space30, .Space40, .Space50, .Space60 {
    text-decoration: none;
    color: #333333;
    padding: 0px;
    margin: 0px;
    display: block;
    clear: both;
}

.NoSpace {
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

.Space1 {
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}

.Space {
    line-height: 2px;
    font-size: 2px;
    height: 2px;
}

.Space5 {
    line-height: 5px;
    font-size: 5px;
    height: 5px;
}

.Space10 {
    line-height: 10px;
    font-size: 10px;
    height: 10px;
}

.Space15 {
    line-height: 15px;
    font-size: 15px;
    height: 15px;
}

.Space20 {
    line-height: 20px;
    font-size: 20px;
    height: 20px;
}

.Space30 {
    line-height: 30px;
    font-size: 30px;
    height: 30px;
}

.Space40 {
    line-height: 40px;
    font-size: 40px;
    height: 40px;
}

.Space50 {
    line-height: 50px;
    font-size: 50px;
    height: 50px;
}

.Space60 {
    line-height: 60px;
    font-size: 60px;
    height: 60px;
}

.Line {
    text-decoration: none;
    line-height: 1px !important;
    height: 1px !important;
    min-height: initial !important;
    font-size: 0px !important;
    background: none !important;
    background-image: url(../images/bg/bg_glue_horz.png) !important;
    padding: 0px !important;
    margin: 0px !important;
    min-height: auto !important;
}

.LineSolid {
    text-decoration: none;
    line-height: 1px !important;
    height: 1px !important;
    min-height: initial !important;
    font-size: 0px !important;
    background: none !important;
    background-color: #c5c5c5 !important;
    padding: 0px !important;
    margin: 0px !important;
    min-height: auto !important;
}

.LineVertikal {
    text-decoration: none;
    line-height: 1px;
    font-size: 1px;
    width: 1px;
    background: none !important;
    background-image: url(../images/bg/bg_glue_vert.png) !important;
    padding: 0px;
    margin: 0px;
    min-height: auto !important;
}

.Border {
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px solid #c7c7c7;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.Display {
    display: block;
}

.Header {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}

.Titlebar {
    display: block;
    position: relative;
    z-index: 50;
    top: 0px;
    left: 0px;
    height: 80px;
    max-height: 80px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url(../images/blank.gif) no-repeat left top;
}

.Content {
    display: block;
    position: absolute;
    top: 130px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    min-height: 500px;
    /*overflow: auto;*/
    z-index: 10;
    padding: 2%;
    margin: 0px 0px 0px 15px;
    text-align: left;
}

.Content.NoTitlebar {
    top: 40px;
}

.Content .Container {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2% 0px;
    width: auto;
    text-align: left;

    -webkit-transition: opacity 0s 0s ease-in-out, margin 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, margin 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, margin 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, margin 0.3s linear;
    transition: opacity 0s 0s ease-in-out, margin 0.3s linear;
}

.Content .Sidebar {
    display: block;
    position: fixed;
    z-index: 6000;
    width: 340px;
    height: auto;
    min-height: 450px;
    top: 120px;
    bottom: 0px;
    left: -395px;
    text-align: left;
    overflow: auto;
    margin: 0px;
    padding: 40px 40px 30px 30px;
    cursor: pointer;
    background: rgba(45, 64, 82, 0.85) url(../images/bg/bg_sidebar.png) no-repeat 100% 50%;

    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);

    -webkit-transition: opacity 0.2s 0.3s ease-in-out, left 0.3s linear;
    -moz-transition: opacity 0.2s 0.3s ease-in-out, left 0.3s linear;
    -ms-transition: opacity 0.2s 0.3s ease-in-out, left 0.3s linear;
    -o-transition: opacity 0.2s 0.3s ease-in-out, left 0.3s linear;
    transition: opacity 0.2s 0.3s ease-in-out, left 0.3s linear;
}

.Content.NoSidebar {
    margin: 0px auto 30px auto;
    max-width: 1200px;
    position: relative;
}

.Content.ShowSidebar {
    margin: 0px 0px 0px 410px;
    max-width: initial;
}

.Content.ShowSidebar .Sidebar {
    left: 0px;

    -webkit-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    transition: opacity 0s 0s ease-in-out, left 0.3s linear;
}

.Content .Info {
    display: block;
    position: fixed;
    z-index: 6000;
    width: 0px;
    height: auto;
    min-height: 450px;
    top: 130px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    overflow: hidden;
    margin: 2% 2% 2% 0%;
    padding: 0px;
    cursor: auto;

    background-color: #FFFFFF;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

    -webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.4);

    -webkit-transition: opacity 0.2s 0.3s ease-in-out, margin 0.3s linear, width 0.3s linear;
    -moz-transition: opacity 0.2s 0.3s ease-in-out, margin 0.3s linear, width 0.3s linear;
    -ms-transition: opacity 0.2s 0.3s ease-in-out, margin 0.3s linear, width 0.3s linear;
    -o-transition: opacity 0.2s 0.3s ease-in-out, margin 0.3s linear, width 0.3s linear;
    transition: opacity 0.2s 0.3s ease-in-out, margin 0.3s linear, width 0.3s linear;
}

.Content.ShowInfo .Info {
    width: 66%;

    -webkit-transition: opacity 0s 0s ease-in-out, margin 0.3s linear, width 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, margin 0.3s linear, width 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, margin 0.3s linear, width 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, margin 0.3s linear, width 0.3s linear;
    transition: opacity 0s 0s ease-in-out, margin 0.3s linear, width 0.3s linear;
}

.Content.ShowInfo .Sidebar {
    -webkit-transition: opacity 0s 0s ease-in-out, left 0.3s 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, left 0.3s 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, left 0.3s 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, left 0.3s 0.3s linear;
    transition: opacity 0s 0s ease-in-out, left 0.3s 0.3s linear;
}

.Content.ShowInfo .Sidebar:hover {
    left: 0px;

    -webkit-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -moz-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -ms-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    -o-transition: opacity 0s 0s ease-in-out, left 0.3s linear;
    transition: opacity 0s 0s ease-in-out, left 0.3s linear;
}

.Content.ShowInfo .Container {
    margin: 0px 72% 0px 0px;
}

.Content.NoTitlebar .Sidebar,
.Content.NoTitlebar .Info {
    top: 40px;
}

.Button {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    border: 1px solid #919090;
    line-height: 18px;
    padding: 8px 25px 8px 45px;
    cursor: pointer;
    outline: none;
    margin: 0px;
    text-align: center;
    background-color: #FFFFFF;
    background: transparent url(../images/buttons/button.png) no-repeat left center;

    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.Button:hover {
    text-decoration: none;
    color: #5B80A3;
}

.Button.Inline {
    padding: 5px 20px 5px 45px;
}

.ButtonSmall {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    border: 1px solid #919090;
    line-height: 13px;
    padding: 4px 15px 4px 35px;
    margin: 0px;
    cursor: pointer;
    outline: none;
    background-image: url(../images/buttons/button.png);

    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.ButtonSmall:hover {
    color: #5B80A3;
}

.ButtonImage {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 5px 0px 5px;
    color: #333333;
    cursor: pointer;
}

.ButtonBox,
.ButtonBoxActive,
.ButtonBoxInactive,
.ButtonIcon,
.ButtonIconActive,
.ButtonIconInactive {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    border: 1px solid #ADBFD1;
    line-height: 18px;
    padding: 7px;
    cursor: pointer;
    outline: none;
    margin: 0px;
    text-align: center;
    background-color: #FFFFFF;
    background: transparent url(../images/buttons/button.png) no-repeat left center;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.ButtonIcon,
.ButtonIconActive,
.ButtonIconInactive {
    padding: 4px;
}

.ButtonBox:hover,
.ButtonBoxActive:hover,
.ButtonBoxInactive:hover,
.ButtonIcon:hover,
.ButtonIconActive:hover,
.ButtonIconInactive:hover {
    text-decoration: none;
    color: #5B80A3;
    border: 1px solid #5B80A3;
}

.ButtonBoxActive,
.ButtonBoxInactive,
.ButtonIconActive,
.ButtonIconInactive {
    color: #5B80A3;
    border: 1px solid #5B80A3;
}
.ButtonBoxInactive,
.ButtonIconInactive {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.ButtonBoxInactive:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.ButtonCalendar {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    padding: 4px;
    cursor: pointer;
    outline: none;
    margin: 4px 0px 4px 7px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent url(../images/actions/calendar.png) no-repeat center;

    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.CheckboxContainer {
    display: inline-block;
    clear: both;
    line-height: 24px;
}

.FixedCheckboxes .CheckboxContainer {
    width: 200px;
    margin: 0px 20px 0px 0px;
}

.Checkbox {
    display: inline-block;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.Field,
.FieldActive,
.FieldInactive,
.FieldSlider,
.FieldColor,
.FieldSearch {
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    padding: 6px;
    line-height: 18px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
    max-width: 90%;
    box-sizing: border-box;
}

.FieldInactive {
    color: #666666;
    font-style: italic;
    /*border-style: dashed !important;*/
}

.FieldActive {
    background: none;
    background-color: #e6e6e6;
}

.FieldLoginUser {
    background: transparent url(../images/bg/bg_login_user.png) no-repeat 7px 50%;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 6px 6px 30px;
    border-style: solid !important;
}

.FieldLoginPassword {
    background: transparent url(../images/bg/bg_login_password.png) no-repeat 6px 50%;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 6px 6px 30px;
    border-style: solid !important;
}

.FieldColor {
    cursor: pointer;
}

.FieldFile,
.FieldFileIcon {
    cursor: pointer;
    top: 0;
    left: 0;
    display: block;
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 240px;
    text-align: right;
    background: url(../images/input/file.png) no-repeat right center;
    cursor: pointer;
}

.FieldFileActive,
.FieldFileIconActive {
    cursor: pointer;
    top: 0;
    left: 0;
    display: block;
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 240px;
    text-align: right;
    cursor: pointer;
    background: url(../images/input/file_active.png) no-repeat right center;
}

.FieldFileIcon,
.FieldFileIconActive {
    height: 30px;
    width: 30px;
}

.FieldFileInput,
.FieldFileInputIcon {
    display: block;
    float: right;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 1;

    border: none;

    padding: 0px;
    line-height: 18px;

    height: 30px;
    width: 240px;

    -moz-opacity: 0;
    opacity: 0;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
        cursor: pointer;
}

.FieldFileInputIcon {
    padding: 0px;
}

.FieldFileText {
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;

    font-size: 13px;
    text-decoration: none;
    color: #333333;
    padding: 5px 6px;
    line-height: 18px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;

    width: 240px;

    -moz-opacity: 1;
    opacity: 1;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    
    pointer-events: none;
}

.FieldFilterContainer {
    position: relative;
    display: inline-block;
    z-index: 1;
    max-width: 95%;
}

.FieldFilterInput {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    padding: 6px;
    line-height: 18px;
    border: 1px solid #c7c7c7 !important;
    background-color: #FFFFFF;
    max-width: 75%;
}

.FieldFilterText {
    position: relative;
    display: block;
    z-index: 10;
}

.FieldFilterList {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 500;
    display: none;
    margin: 0px;
    padding: 5px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
}

.FieldExplorerPreview {
    display: block;
    float: left;

    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    padding: 6px;
    line-height: 18px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
    max-width: 75%;
}

.FieldExplorerPreview img {
    margin: -3px -3px -6px -3px;
    max-width: 100%;
}

.FieldExplorerAction {
    display: block;
    float: left;
}

.FieldSearchAlphabet {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    border: 1px solid #c7c7c7;
    padding: 1px;
    margin: 2px 2px;
    float: left;
    display: block;
    width: 13px;
    text-align: center;
}

.Select,
.SelectCheckboxes {
    font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    padding: 6px 20px 6px 6px;
    line-height: 18px;
    height: 32px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
            scrollbar-base-color:buttonface;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#9C9E9C;
        scrollbar-face-color:button;
        scrollbar-highlight-color:#EFEBEF;
        scrollbar-shadow-color:#E7E3E7;
        scrollbar-track-color:#9C9E9C;
        margin: 0px;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 90%;
}

.SelectCheckboxes {
    position: relative;
    width: auto;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: url(../images/bg/bg_dropdown.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 6px 25px 6px 6px;
}
.SelectCheckboxes:hover {
    border: 1px solid #5B80A3;
    cursor: pointer;
}
.SelectCheckboxes::-ms-expand {
    display: none;
}

.SelectCheckboxes ul {
    display: block;
    position: relative;
    z-index: 5100;
    padding: 0px;
    margin: 7px 0px 0px -7px;
    top: 0px;
    left: -2000px;
    width: auto;
    min-width: 420px;
    max-width: initial;
    max-height: 300px;
    overflow: auto;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: 1px solid #c7c7c7;

    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);

    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: opacity 0.2s 0.3s ease-in-out, left 0s linear 0.1s;
    -moz-transition: opacity 0.2s 0.3s ease-in-out, left 0s linear 0.1s;
    -ms-transition: opacity 0.2s 0.3s ease-in-out, left 0s linear 0.1s;
    -o-transition: opacity 0.2s 0.3s ease-in-out, left 0s linear 0.1s;
    transition: opacity 0.2s 0.3s ease-in-out, left 0s linear 0.1s;
}

.SelectCheckboxes:hover ul {
    left: 0px;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;

    -webkit-transition: opacity 0s 0s ease-in-out, left 0s linear 0s;
    -moz-transition: opacity 0s 0s ease-in-out, left 0s linear 0s;
    -ms-transition: opacity 0s 0s ease-in-out, left 0s linear 0s;
    -o-transition: opacity 0s 0s ease-in-out, left 0s linear 0s;
    transition: opacity 0s 0s ease-in-out, left 0s linear 0s;
}

.SelectCheckboxes ul li {
    width: 180px;
    margin: 0px 20px 0px 0px;
    /*white-space: nowrap;
    overflow: hidden;*/
    display: block;
    line-height: 24px;
    /*overflow-x: hidden;
    overflow-y: visible;*/
}

.SelectCheckboxes ul li label {
    font-size: 14px;
}

.SelectAssigning {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    padding: 5px;
    line-height: 18px;
    border: 1px solid #c7c7c7;
    background: #FFFFFF;
            scrollbar-base-color:buttonface;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#9C9E9C;
        scrollbar-face-color:button;
        scrollbar-highlight-color:#EFEBEF;
        scrollbar-shadow-color:#E7E3E7;
        scrollbar-track-color:#9C9E9C;
        margin: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.SelectBold {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    padding: 0px 20px 0px 3px;
    line-height: 18px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
            scrollbar-base-color:buttonface;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#9C9E9C;
        scrollbar-face-color:button;
        scrollbar-highlight-color:#EFEBEF;
        scrollbar-shadow-color:#E7E3E7;
        scrollbar-track-color:#9C9E9C;
        margin: 0px;
    max-width: 90%;
    box-sizing: border-box;
}

.Fieldtextarea,
.FieldtextareaInactive {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    line-height: 18px;
    padding: 6px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
            scrollbar-base-color:buttonface;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#9C9E9C;
        scrollbar-face-color:button;
        scrollbar-highlight-color:#EFEBEF;
        scrollbar-shadow-color:#E7E3E7;
        scrollbar-track-color:#9C9E9C;
        max-width: 90%;
    box-sizing: border-box;
}

.FieldtextareaInactive {
    color: #666666;
    font-style: italic;
}

.FloatChilds * {
    float: left;
    margin-right: 5px;
}

A {
    text-decoration: none;
    color: #5B80A3;
}
A:link {}
A:visited {}
A:hover {
    text-decoration: underline;
    color: #ADBFD1;
}

.Error {
    font-size: 13px;
    text-decoration: none;
    color: #cc0000;
    font-weight: bold;
}

.Preloader {
    position: absolute;
    z-index: 99990;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow:hidden;
    background-color: #333333;
    opacity: 0.5;

    display: none;
}

.LoadingRequest {
    background: #FFFFFF url(../images/loading.gif) no-repeat center;
    min-width: 100%;
    min-height: 60px;

    font-size: 13px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 0px 60px 0px;
}

.Loading {
    position: fixed;
    z-index: 99999;
    width: 140px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    display: block;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    background: #FFFFFF url(../images/loading.gif) no-repeat 10px 10px;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);

    padding: 15px 15px 15px 60px;

    font-size: 13px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}

.Actions {
    position: absolute;
    z-index: 99999;
    width: 1px;
    height: 1px;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    display: none;
    overflow: hidden;
}

.ErrorBackground,
.MessageBackground,
.ConfirmBackground {
    position: fixed;
    display: none;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    cursor: pointer;

    -webkit-opacity: 0.70;
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.ErrorContainer,
.MessageContainer,
.ConfirmContainer {
    display: block;
    overflow: auto;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: auto;
    max-width: 70%;
    height: auto;
    max-height: 70%;
    padding: 30px 30px;
    text-align: center;

    background-color: #FFFFFF;

    border: 1px solid #919090;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}


.ErrorContainer .Message,
.MessageContainer .Message,
.ConfirmContainer .Message {
    display: block;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    color: #e20202;
    font-weight: bold;
    line-height: 20px;
}

.MessageContainer .Message,
.ConfirmContainer .Message {
    color: #333333;
}

.ErrorContainer .Close,
.MessageContainer .Close,
.ConfirmContainer .Yes,
.ConfirmContainer .No {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    border: 1px solid #919090;
    line-height: 18px;
    padding: 8px 25px 8px 45px;
    cursor: pointer;
    outline: none;
    margin: 20px 5px 0px 5px;
    text-align: center;
    background-color: #FFFFFF;
    background: transparent url(../images/buttons/button_accept.png) no-repeat left center;

    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.ConfirmContainer .No {
    background: transparent url(../images/buttons/button_cancel.png) no-repeat left center;
}

.ErrorContainer .Close:hover,
.MessageContainer .Close:hover,
.ConfirmContainer .Yes:hover,
.ConfirmContainer .No:hover {
    text-decoration: none;
    color: #5B80A3;
}

.Title {
    font-size: 15px;
    text-decoration: none;
    color: #5B80A3;
    font-weight: bold;
    font-style : normal;
    line-height: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.Subtitle {
    font-size: 13px;
    text-decoration: none;
    color: #5B80A3;
    font-weight: bold;
    font-style : normal;
    line-height: 18px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.Textnormal {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    line-height: 18px;
}

.TextnormalWhite {
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 18px;
}

.Textbold {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    line-height: 18px;
}

.TextboldActive {
    font-size: 13px;
    text-decoration: none;
    color: #5B80A3;
    font-weight: bold;
    line-height: 18px;
}

.TextboldWhite {
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
}

.Textsmall {
    font-size: 11px;
    text-decoration: none;
    color: #333333;
    line-height: 13px;
}

.TextsmallBold {
    font-size: 11px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    line-height: 13px;
}

.TextsmallBoldActive {
    font-size: 11px;
    text-decoration: none;
    color: #5B80A3;
    font-weight: bold;
    line-height: 13px;
}

.Points {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    line-height: 18px;
    padding: 2px 0px;
    background-image: url(../images/bg/bg_point.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.PointsText {
    display: inline;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    font-weight: normal;
    line-height: 18px;
    background-color: #FFFFFF;
}

.Sidebar .Title {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
}

.Sidebar .Title,
.Sidebar .Subtitle,
.Sidebar .Textbold,
.Sidebar .Textnormal {
    color: #FFFFFF;
}

.Sidebar .Subtitle,
.Sidebar .Subtitle.Line {
    font-size: 18px !important;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px !important;
    margin: 0px 0px 10px 0px;
}

.Sidebar .Subtitle.Line {
    text-decoration: none;
    height: auto !important;
    background: none !important;
    margin: 0px -10px 15px -10px !important;
    padding: 7px 10px !important;
    border-bottom: 1px solid #FFFFFF;
}

.Sidebar .Search {
    display: block;
    clear: both;
}

.Sidebar .Search .FieldSearch {
    display: inline-block;
    float: left;
    width: 266px;
}

.Sidebar .Search .ButtonImage {
    display: inline-block;
    float: left;
    margin: 6px 0px 6px 10px;
}

.Sidebar input[type='image'],
.Sidebar img {
    filter:invert(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
    -webkit-filter:invert(100%);
    -o-filter:invert(100%);
    -moz-filter:invert(100%);
    -ms-filter:invert(100%);
}

.SelectObject {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    font-weight: normal;
    padding: 2px 4px 2px 4px;
    line-height: 18px;
}

.SelectObjectActive {
    font-size: 13px;
    text-decoration: none;
    color: #5B80A3;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    line-height: 18px;
    cursor: pointer;
}

.Info {
    width:  20px;
    height: 20px;
    padding: 0px;
    margin: 2px 2px 2px 2px;
    border: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;

    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.Info:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.Content .Info .Subtitle {
    font-size: 15px !important;
    font-weight: bold;
    color: #333333;
    line-height: 20px !important;
    margin: 0px 0px 10px 0px;
}

.Duty {
    display: inline-block;
    margin: 0px 0px 0px 3px;
    color: red;
    font-weight: normal;
    font-size: 15px;
    line-height: inherit;
}

.MapToolbar {
    padding: 0px 1px 1px 0px;
    background-color: #e6e6e6;
    border: solid 1px #cccccc;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 0px;
}

.MapToolbarActive {
    padding: 1px 0px 0px 1px;
    background-color: #e5e5e5;
    border: solid 1px #d3d3d3;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 0px;
}

.RegisterSubDialogs {
    background-color: #FFFFFF;
}

#SubdialogRegisters .Register {
    border-color: #5B80A3;
    border-bottom: 0px;
}
#SubdialogRegisters .Register.Active {
    border-color: #5B80A3;
    border-bottom: 1px solid #FFFFFF;
}

.Toggle {
    display: block;
    position: relative;
    z-index: 5000;
    top: 0px;
    left: 0px;
    padding: 5px 10px;
    margin: 0px;
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    text-align: left;
    cursor: pointer;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    font-size: 13px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 18px;
}

.Toggle:hover {
    color: #5B80A3;
    text-decoration: none;
    background-color: transparent;
}

.Toggle .PullRight,
.Toggle.Expanded .PullRight,
.Toggle.Collapsed .PullRight {
    margin-right: 0px;
    margin-top: 6px;
    border-top: 0 dotted;
    border-bottom: 6px solid #000000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    float: right !important;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 20px;
}

.Toggle.Collapsed .PullRight {
    border-bottom: 0 dotted;
    border-top: 6px solid #000000;
}

.Toggle:hover .PullRight,
.Toggle.Expanded:hover .PullRight,
.Toggle.Collapsed:hover .PullRight {
    border-bottom: 6px solid #5B80A3;
}

.Toggle.Collapsed:hover .PullRight {
    border-bottom: 0 dotted;
    border-top: 6px solid #5B80A3;
}

.Register,
.Register.Active {
    display: block;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 18px;
    margin: 0px 5px 0px 0px;
    white-space: nowrap;
    display: block;
    cursor: pointer;

    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/

    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    border-bottom: 0px;

    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;

    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.Register:hover,
.Register.Active {
    color: #5B80A3;
    text-decoration: none;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;

    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.Register.Active {
    font-weight: bold;
}

.RegisterLine {
    display: block;
    clear: both;
    text-decoration: none;
    line-height: 1px;
    height: 1px;
    font-size: 0px;
    background-color: #cccccc;
}

.BoxContent .RegisterLine,
.Info .RegisterLine {
    margin: 0px -15px;
}

.Info fieldset {
    display: inline-block;
    width: auto;
}

.BoxContent form .Column {
    display: inline-block;
    margin-right: 10px;
    width: 32%;
}

.BubbleContainer {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    background: #4C545A;
    padding: 5px 10px;
    z-index: 30000;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.BubbleContainer .Title {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: white;
    white-space: pre;
    margin: 0px;
    padding: 0px;
}

.BubbleContainer .Tail {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top: 5px solid #4C545A;
    font-size: 0px;
    line-height: 0px;
    color: white;
    white-space: pre;
    padding: 0px;
    margin: 0 auto;
    margin-left: -5px;
    margin-top: 0px;
}

.FieldSliderContainer .SliderContainer {
    position: relative;
    top: 0px;
    left: 0px;
    height: 18px;
    border: 1px solid #c7c7c7;
    background-color: #FFFFFF;
}
.FieldSliderContainer .SliderHandle {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    width: 40px;
    height: 18px;
    background: #CC0000;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    padding: 0px 3px;
    line-height: 18px;
    text-align: center;
}
.FieldSliderContainer .SliderHandle .disabled {
    background: #898989;
}

.ColorPickerContainer {
    display: block;
    background: #5B80A3;
    z-index: 25000;

    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 18px;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.ColorPickerContainer .FieldColorPicker .PadHs {
    background: transparent url(../images/colorpicker/hs.png) no-repeat 0px 0px;
}
.ColorPickerContainer .FieldColorPicker .PadHv {
    background: transparent url(../images/colorpicker/hv.png) no-repeat 0px 0px;
}
.ColorPickerContainer .FieldColorPicker .PadCross {
    background: transparent url(../images/colorpicker/cross.png) no-repeat center;
}
.ColorPickerContainer .FieldColorPicker .Slider {
    background: transparent url(../images/colorpicker/arrow.png) no-repeat center;
}


ul.TreeItem {
    display: block;
    position: relative;
    clear: both;
    list-style: none;
    margin: 0px 0px 5px 15px;
    padding: 0px;
    overflow: visible;
    background: none;
}

ul.TreeItem li {
    position: relative;
    display: table;
    width: 100%;
    overflow: visible;
    clear: both;
    list-style: none;
    margin: 2px 0px;
    padding: 0px 0px 0px 0px;
}

ul.TreeItem li:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

ul.TreeItem dl {
    position: absolute;
    top: 1px;
    left: 0px;
    display: block;
    width: 35px;
    height: 20px;
    clear: both;
    margin: 0px;
    padding: 0px 0px 0px 25px;

    background: transparent url(../images/info/folder.png) no-repeat 0px -40px;

    /*background: none;*/
}

ul.TreeItem dl.Opened {
    background: transparent url(../images/info/folder.png) no-repeat 0px -80px;
}

ul.TreeItem dl.Closed {
    background: transparent url(../images/info/folder.png) no-repeat 0px -60px;
}

ul.TreeItem dl.Empty {
    background: none;
    padding: 0px;
}

ul.TreeItem dl img,
ul.TreeItem dl img.Opened,
ul.TreeItem dl img.Closed
ul.TreeItem dl img.Checked,
ul.TreeItem dl img.Unchecked,
ul.TreeItem dl img.CheckedInactive,
ul.TreeItem dl img.UncheckedInactive {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    float: left;
    margin: 0px;
    width: 35px;
    max-width: 35px;
    height: 20px;
    max-height: 20px;
    overflow: hidden;
    vertical-align: middle;
    border: none;
}

ul.TreeItem dl img.Opened {
    background: transparent url(../images/info/folder.png) no-repeat 50% -20px;
}
ul.TreeItem dl img.Closed {
    background: transparent url(../images/info/folder.png) no-repeat 50% 0px;
}
ul.TreeItem dl img.Empty {
    background: none;
}

ul.TreeItem dl img.Checked,
ul.TreeItem dl img.Unchecked,
ul.TreeItem dl img.CheckedInactive,
ul.TreeItem dl img.UncheckedInactive {
    width: 20px;
}

ul.TreeItem dl img.Checked {
    background: transparent url(../images/info/checkbox.png) no-repeat 50% 0px;
}
ul.TreeItem dl img.Unchecked {
    background: transparent url(../images/info/checkbox.png) no-repeat 50% -20px;
}
ul.TreeItem dl img.CheckedInactive {
    background: transparent url(../images/info/checkbox.png) no-repeat 50% -40px;
}
ul.TreeItem dl img.UncheckedInactive {
    background: transparent url(../images/info/checkbox.png) no-repeat 50% -60px;
}

ul.TreeItem div,
ul.TreeItem dd,
ul.TreeItem dd.Hidden {
    display: table;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 65px;
    padding: 3px 0px;
    min-height: 18px;

    font-size: 13px;
    text-decoration: none;
    color: #333333;
    line-height: 18px;
}
ul.TreeItem dd.Hidden {
    font-style: italic;
    color: #CCCCCC;
}

ul.TreeItem li:hover div,
ul.TreeItem li:hover dd {
    color: #5B80A3;
}

ul.TreeItem dt {
    display: none;
    position: relative;
    float: right;
    z-index: 50;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    background: none;
}
ul.TreeItem li:hover dt {
    display: block;
}

ul.TreeItem dt.Display {
    display: block;
}

ul.TreeItem dt .Settings {
    position: relative;
    display: block;
    z-index: 5;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    background: transparent url(../images/info/settings.png) no-repeat center;
    cursor: pointer;
}

ul.TreeItem dt .Settings .Menu {
    position: absolute;
    display: none;
    z-index: 10;
    right: 0px;
    bottom: 0px;
    top: auto;
    left: auto;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    overflow: visible;
    background-color: green;
    cursor: auto;
}
ul.TreeItem dt .Settings:hover .Menu {
    display: block;
}

ul.TreeItem dt .Column,
ul.TreeItem dt .Column.Last {
    display: inline-block;
    padding: 3px 0px;
    width: 60px;
    min-height: 18px;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
    color: #333333;
    line-height: 18px;
    text-align: center;
    border-right: 1px dashed #c7c7c7;
}
ul.TreeItem dt .Column.Last {
    border: none;
}
ul.TreeItem dt .Column.Glue {
    width: 20px;
    border: none;
    cursor: auto;
}

ul.TreeItem dt .Column .Checkbox,
ul.TreeItem dt .Column.Last .Checkbox {
    margin: 0px;
    float: none;
}

ul.TreeItem .CheckboxContainer {
    margin: 0px 0px 0px 10px;
}

ul.Filter {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: initial;
    margin: 0px 0px 10px 0px;
    float: none;
    padding: 10px 20px 0px 20px;
    text-align: left;
    list-style: none;
    border: 1px solid #c7c7c7;
}

.Filter li {
    display: list-item;
    float: left;
    width: auto;
    padding: 0px;
    margin: 0px 35px 10px 0px;
    list-style: none;
    text-align: -webkit-match-parent;
}

.Filter li.Last {
    margin: 0px 0px 10px 0px;
}

.Filter li.Label {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    line-height: 20px;
    padding: 6px 0px;
    margin: 0px 10px 10px 0px;
}

.LoadingRequest,
.Box,
.BoxContainer,
.Register,
.cke,
.cke * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.Frontend .Title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}

.Frontend .Filter li.Label {
    font-weight: normal;
    font-size: 16px;
}

.Frontend .Filter .Select,
.Frontend .Filter .SelectCheckboxes {
    max-width: 175px;
    font-weight: normal;
    font-size: 16px;
}

.Frontend table {
    display: table;
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.Frontend table td,
.Frontend table th {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    color: #225373;
    line-height: 24px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
    border: none;
}

.Frontend table th {
    font-weight: normal;
    background-color: none;
    padding: 2px 10px;
}

.Frontend .ListHeader {
    font-size: 15px;
    color: #225373;
    height: auto;
    background: none;
}

.Frontend .ListHeader td,
.Frontend .ListHeader th {
    vertical-align: middle;
}

.Frontend .Textleft {
    text-align: left;
}

.Frontend .ListSort.Textleft {
    font-weight: bold;
}

.Frontend .LineSolid {
    background-color: #225373 !important;
}

.Frontend span.ListSort,
.Frontend a.ListSort {
    font-weight: normal;
    font-size: 15px;
    color: #225373;
    height: auto;
    background: none;
    padding: 0px;
    line-height: 20px;
}

.Frontend .ListBody.Odd {
    background-color: #ececec !important;
}

.Frontend .TextsmallRed {
    font-size: 13px;
    text-decoration: none;
    color: #cc1638;
    line-height: 18px;
}

#BoxResultsSqlToolbox,
#ReplicationResults,
#BoxContentLogging {
    display: block;
    overflow: auto;
    height: 300px;
    width: 100%;
    max-width: 1154px;
    box-sizing: border-box;
    border: 0px;
    margin: 0px;
    padding: 0px;
}


/* open-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v27-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v27-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v27-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin-ext_latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans-v27-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v27-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin-ext_latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
