/* RESET */

html, 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* FONT-FACE */

/*
@font-face {
	font-family: "Regular";
	src: url("fonts/pt-sans-regular.eot");
	src: url("fonts/pt-sans-regular.eot?#iefix") format("embedded-opentype"),
	url("fonts/pt-sans-regular.woff") format("woff"),
	url("fonts/pt-sans-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Italic";
	src: url("fonts/pt-sans-italic.eot");
	src: url("fonts/pt-sans-italic.eot?#iefix") format("embedded-opentype"),
	url("fonts/pt-sans-italic.woff") format("woff"),
	url("fonts/pt-sans-italic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Bold";
	src: url("fonts/pt-sans-bold.eot");
	src: url("fonts/pt-sans-bold.eot?#iefix") format("embedded-opentype"),
	url("fonts/pt-sans-bold.woff") format("woff"),
	url("fonts/pt-sans-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
*/

html {
    font-size: 13px;
}

body {
    color: #3A3A3A;
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 1.4em;
    background: #F2F2F2;
}

input, textarea, select, button {
    font-size: 100%;
    color: inherit;
    font-family: 'Trebuchet MS', sans-serif;
    outline: none;
}

b, strong {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

i, em {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.disable {
    color: gray !important;
}

.hide {
    display: none;
}

.indesktop {
    display: inherit !important;
}

.inmobile {
    display: none !important;
}

/* STICKY */

.sticky {
    position: fixed !important;
}

.stop {
    position: relative !important;
}

/* GRID */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    clear: both;
    margin-left: -1rem;
    margin-right: -1rem;
    /*overflow: hidden;*/
}

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col20 {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    float: left;
}

.col {
    width: 100%;
}

.col1 {
    width: 8.33333333%;
}

.col2 {
    width: 16.66666667%;
}

.col3 {
    width: 25%;
}

.col4 {
    width: 33.33333333%;
}

.col5 {
    width: 41.66666667%;
}

.col6 {
    width: 50%;
}

.col7 {
    width: 58.33333333%;
}

.col8 {
    width: 66.66666667%;
}

.col9 {
    width: 75%;
}

.col10 {
    width: 83.33333333%;
}

.col11 {
    width: 91.66666667%;
}

.col12 {
    width: 100%;
}

.col20 {
    width: 20%;
}

a {
    color: #0074A2;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

a:before {
    text-decoration: none ! important;
}

.width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    overflow: hidden;
}

/* HEADER */

header {
    color: #EEEEEE;
    background: #222222;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 65536;
}

header a {
    color: #EEEEEE;
    text-decoration: none;
}

header a:hover {
    color: #2EA2CC;
    text-decoration: none;
}

header h1 {
    color: #EEEEEE;
    font-size: 1.2rem;
    text-transform: uppercase;
    float: left;
    margin: 0 1rem 0 0;
    padding: 0;
}

header h1 a:hover {
    color: #EEEEEE;
}

header .name,
header .exit,
header .goto {
    float: right;
    margin-left: 1rem;
}

header .name {
    color: #8A8A8A;
}

/* NAV */

nav {
    clear: both;
    overflow: hidden;
    background: #404040;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 65536;
    height: 50px;
}

nav ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    height: 40px;
    overflow: hidden;
}

nav ul li {
    padding: 0;
    float: left;
    text-align: center;
    margin-right: 0;
}

nav ul li + li {
    border-left: solid 1px #333333;
}

nav ul li.divider {
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
}

nav ul li.right {
    float: right;
}

nav ul li a {
    color: #FFFFFF;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

nav ul li a:hover {
    color: #FFFFFF;
    background: #222222;
    text-decoration: none;
}

nav ul li.active a {
    background: #2EA2CC;
    color: #FFFFFF;
    text-decoration: none;
}

nav ul li.disable a {
    color: #8A8A8A;
    background: transparent !important;
}

/* SUBMENU */

#submenu {
    clear: both;
    overflow: hidden;
    background: #5A5A5A;
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 65536;
    height: 50px;
}

#submenu + #content {
    padding-top: 140px;
}

.submenu {
    overflow: auto;
    margin: 0;
}

#submenu ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    height: 40px;
    overflow: hidden;
}

#submenu ul li {
    padding: 0;
    float: left;
    text-align: center;
    margin-right: 0;
}

#submenu ul li + li {
    border-left: solid 1px #4D4D4D;
}

#submenu ul li.divider {
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
}

#submenu ul li.right {
    float: right;
}

#submenu ul li a {
    color: #FFFFFF;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

#submenu ul li a:hover {
    color: #FFFFFF;
    background: #222222;
    text-decoration: none;
}

#submenu ul li.active a {
    background: #2EA2CC;
    color: #FFFFFF;
    text-decoration: none;
}

#submenu ul li.disable a {
    color: #8A8A8A;
    background: transparent !important;
}

/* FOOTER */

footer {
    font-size: 0.9rem;
    padding: 1rem 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}

footer .copyright {
    border-top: solid 1px #D5D5D5;
    padding-top: 0.5rem;
}

footer .version {
    border-top: solid 1px #D5D5D5;
    padding-top: 0.5rem;
}

footer .copyright + .version {
    border: none;
    padding-top: 0;
}

/*footer > div {*/
/*    display: flex;*/
/*}*/
/**/
/*footer > div > * {*/
/*    width: 50%;*/
/*}*/

/*
footer .name {
	float: left;
}



*/

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */

.box-fixed {
    position: fixed;
}

.box-relative {
    position: relative;
}

#content {
    padding-top: 90px;
    padding-bottom: 20px;
    background: #F2F2F2;
    overflow: hidden;
}

#content ul li.right {
    float: left;
    clear: both;
}

.line {
    font-size: 1px;
    padding-bottom: 20px;
    margin: 0 10px;
    border-top: solid 1px #CBCBCB;
}

#top h2 {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    /*border-bottom: dotted 1px #C8C8C8;*/
    padding-bottom: 0;
}

#top h3 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
}

p.divider {
    font-size: 1px;
    margin-bottom: 10px;
}

/*
p {
  margin-bottom: 10px;
}

ul {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  list-style-type: square;
  list-style-position: outside;
}
*/

.pointer {
    cursor: pointer;
}

#top {
    padding-top: 30px;
}

#top2 h3 {
    font-size: 12px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#top + #top2 h3 {
    margin-top: -15px;
}

#center {
    overflow: auto;
}

#center .form {
    background: #FFFFFF;
}

#left {
    width: 170px;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-top: 0;
    padding-bottom: 10px !important;
}

#left + #center {
    /*margin-left: 210px;*/
}

#left select {
    padding: 2px 2px 2px 0;
    margin: 0 0 15px 0;
    border: solid 1px #C8C8C8;
    /*background: #F2F2F2;*/
}

#left input {
    margin: 0 2px 15px 0;
    padding: 0 5px 0 5px;
    border: solid 1px #C8C8C8;
    /*background: #F2F2F2;*/
    float: left;
    height: 28px;
}

#left input[type='checkbox'] {
    margin-top: 2px;
    height: 1rem;
    margin-right: 5px;
}

#left input[type='range'] {
    width: 100px;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

#rightcount {
    float: right;
    margin-bottom: 5px;
    padding: 5px 0;
}

#rightcount2 {
    float: right;
    margin-top: 5px;
    padding: 5px 0;
}

#rightmenu {
    float: right;
    /*margin-top: 10px;*/
    /*padding: 5px 0;*/
    margin-bottom: 5px;
    padding: 5px 0;
}

#rightmenu ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

#rightmenu ul li {
    padding: 0;
    float: left;
    text-align: center;
    margin-left: 7px;
    margin-right: 0px;
}

#rightmenu ul li + li {
}

#rightmenu ul li a.active {
    color: #000000;
}

.form {
    overflow: hidden;
    width: 100%;
}

.form input {
    float: left;
    padding: 0 5px 0 5px;
    margin: 0 5px 10px 0;
}

.form textarea {
    float: left;
    padding: 5px;
    margin: 0 5px 10px 0;
}

.form select {
    float: left;
    margin: 0 5px 10px 0;
    border: solid 1px #C8C8C8;
    height: 24px;
    height: 32px;
}

.form input[type='text'],
.form input[type='password'],
.form input[type='search'],
.form input[type='number'],
.form input[type='date'],
.form input[type='time'] {
    border: solid 1px #C8C8C8;
    /*height: 24px;*/
    height: 32px;
    background-color: #FFFFFF;
}

.form textarea {
    border: solid 1px #C8C8C8;
    resize: none;
    background-color: #FFFFFF;
}

.form input[type='checkbox'] {
    margin-top: 10px;
    margin-right: 5px;
}

.form input[type='radio'] {
    margin-top: 10px;
    margin-right: 5px;
}

.form input[type='submit'] {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    min-height: 31px;
    cursor: pointer;
    border: 2px solid #555555 !important;
}

.form input[type='submit']:disabled {
    color: #BBBBBB !important;
    background-color: #F2F2F2 !important;
    border: 2px solid #BBBBBB !important;
    cursor: default;
}

.form .buttons {
    clear: both;
    overflow: hidden;
    padding-left: 12%;
    padding-top: 10px;
    margin: 1rem 0;
}

.form .buttons2 {
    margin-left: 0 !important;
}

.form .cancel {
    margin-right: 10px;
}

.form .error {
    color: #FF0000;
    clear: both;
    text-align: left;
    margin-left: 110px;
    margin-bottom: 1rem;
}

.form .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.form .info {
    display: block;
    float: left;
    font-weight: bold;
    padding-top: 8px;
}

.form .divider {
    font-size: 1px;
    clear: both;
    float: left;
    padding-top: 10px;
    width: 100%
}

.form .divider2 {
    font-size: 1px;
    clear: both;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.form .divider-line {
    font-size: 1px;
    padding: 0;
    height: 1px;
    clear: both;
    /*border-top: dotted 1px #C8C8C8;*/
    border-top: solid 1px #E5E5E5;
    float: left;
    /*margin-left: 130px;*/
    margin-top: 7px;
    margin-bottom: 15px;
    width: 100%;
}

.form .buttons + .divider-line {
    margin-top: 0;
}

.form label {
    clear: both;
    float: left;
    /*width: 110px;*/
    width: 12%;
    padding-top: 8px;
    /*padding-right: 20px;*/
    padding-right: 1%;
    text-align: right;
    margin: 0 0 10px 0;
}

.form label.checkbox {
    clear: none;
    float: left;
    width: auto;
    max-width: 400px;
    padding-top: 8px;
    padding-right: 0;
    text-align: left;
    margin: 0 15px 0 0;
}

.form .asterisk {
    color: #FF0000;
}

.form .box-right {
    float: left;
    width: 80%;
    margin-right: 0;
    margin-bottom: 5px;
}

.form .box-right2 {
    margin-top: 5px;
    width: 100%;
}

.form .box-right3 {
    margin-top: 5px;
    width: 80%;
}

.form .box-right-image {
    padding-right: 20px;
    overflow: hidden;
    width: auto;
}

.form .group {
    clear: both;
    overflow: hidden;
}

.form .note {
    clear: both;
    float: left;
    margin-left: 12%;
    margin-top: -7px;
    margin-bottom: 10px;
    color: #686868;
    font-size: 11px;
}

.form .note-inline {
    margin-top: -7px;
    margin-bottom: 10px;
    color: #686868;
    font-size: 11px;
}

/* */

.form .ui-datepicker-trigger {
    margin-left: 5px !important;
}

.ui-datepicker-trigger {
    width: 25px;
    border: none;
    background: transparent;
    float: left;
    padding: 0;
    margin: 5px 5px 0 0;
}

#left .ui-datepicker-trigger {
    margin-top: 4px;
}

.ui-datepicker-trigger img {
    max-width: 20px;
    max-height: 20px;
    margin: 0;
}

.form .ui-datepicker-trigger img {
    margin: 0 0 0 -15px;
}

.ui-datepicker-trigger:hover {
    cursor: pointer;
}

/**/

#fasteditbox {
    padding: 0px 3px 0px 3px;
    border: solid 1px #C8C8C8;
    margin: 0;
}

/**/

#table-top {
    padding: 5px 0;
    margin-bottom: 5px;
}

#table-bottom {
    padding: 5px 0;
    margin-top: 5px;
}

.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto;
}

.table td,
.table th {
    border: solid 1px #C8C8C8;
    padding: 3px 5px;
    vertical-align: middle;

    overflow: hidden;
    text-overflow: ellipsis;

    /* white-space: pre; /* CSS 2.0 */
    /* white-space: pre-wrap; /* CSS 2.1 */
    /* white-space: pre-line; /* CSS 3.0 */
    /* white-space: -pre-wrap; /* Opera 4-6 */
    /* white-space: -o-pre-wrap; /* Opera 7 */
    /* white-space: -moz-pre-wrap; /* Mozilla */
    /* white-space: -hp-pre-wrap; /* HP Printers */
    /* word-wrap: break-word; /* IE 5+ */

    /*
      word-wrap: break-word;
      white-space: pre-wrap;
    */
}

.table.small td,
.table.small th {
    padding: 2px 4px;
}

.table thead {
    background: #E5E5E5;
    background: #D8D8D8;
}

.table thead td,
.table thead th {
    height: 20px;
    font-weight: normal;
    text-align: left;
}

.table tbody tr {
    background: #FFFFFF;
}

.table tbody tr:hover {
    background-color: #F2F2F2;
}

.table .modify {
    /*background: #F8F3EC;*/
}

.table .modify td:nth-child(1) {
    border-left: solid 5px #2EA2CC;
}

.table .view {
    /*background: #F5F7EB; */
}

.table .view td:nth-child(1) {
    border-left: solid 5px #F1CE36;
}

.table .record-hide {
    background-image: url(images/record-hide.png);
}

.table .record-hide img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
}

.table .record-hide2 {
    background-color: #E5E5E5 !important;
}

.table .record-hide2 img {
    filter: grayscale(100%);
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
}

.table .record-edit {
    text-decoration: underline;
    cursor: pointer;
}

.table .record-disable {
    background-color: #FCFCFC;
}

.table tbody td {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table tfoot {
    border: solid 1px #CBCBCB;
}

.table tfoot td {
    border: none;
    padding: 2px 5px;
}

.table .indent {
    padding-left: 10px;
}

.table .group {
    background: #E5E5E5;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}

.table .checkbox {
    width: 25px;
    text-align: center;
}

.table .checkbox input {
    margin: 5px 0 !important;
}

.table .repos-col {
    width: 25px;
    text-align: center;
}

.table .repos-icon {
    cursor: pointer;
}

.table .button {
    width: 26px;
    text-align: center;
    white-space: nowrap;
    padding: 0 0;
}

.table .button-top {
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}

.table .buttons {
    text-align: center;
    white-space: nowrap;
    padding: 0 0;
}

.table-box {
    width: 100%;
    border: solid 1px #CBCBCB;
    border-spacing: 0;
    padding: 10px;
}

.table .image {
    border: solid 1px #CBCBCB;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    /*float: left;*/
}

.center img.image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.paginator {
    padding-top: 10px;
    overflow: auto;
    text-align: right;
}

.paginator a {
    padding: 3px;
    margin-right: 3px;
    width: 18px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 3px;
}

.paginator a:hover {
    background: #FFFFFF;
}

.paginator a.active {
    color: #000000;
    text-decoration: none;
    background: #FFFFFF;
}

.paginator select {
    border: solid 1px #C8C8C8;
    background: transparent;
    padding: 3px 2px;
    margin: 0;
}

ul.select {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

ul.select li {
    padding: 3px 5px 3px 15px;
    border: 1px solid transparent;
    background: url(images/select-sub.png) 4px 8px no-repeat;
}

.select li.active {
    background: #E5E5E5 url(images/select-sub.png) 4px 8px no-repeat;
    border: 1px solid #C8C8C8;
}

.select li.active a {
    color: #000000;
}

ul.select li.sub {
    padding-left: 25px;
    background: url(images/select-sub.png) 15px 8px no-repeat;
}

ul.select li.subactive {
    padding-left: 25px;
    background: #E5E5E5 url(images/select-sub.png) 15px 8px no-repeat;
    border: 1px solid #C8C8C8;
}

.select li.subactive a {
    color: #000000;
}

ul.select li.sub2 {
    padding-left: 35px;
    background: url(images/select-sub.png) 25px 8px no-repeat;
}

ul.select li.sub2active {
    padding-left: 35px;
    background: #E5E5E5 url(images/select-sub.png) 25px 8px no-repeat;
    border: 1px solid #C8C8C8;
}

.select li.sub2active a {
    color: #000000;
}

.select-search {
    width: 16px;
    height: 20px;
    display: block;
    float: left;
    background: url(images/select-search.png) center center no-repeat;
}

.select-search-icon {
    margin-top: 5px !important;
    margin-left: 2px;
    color: #8C8C8C !important;
}

.select-search-clear {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: -20px;
    background: url(images/select-clear.png) center 3px no-repeat;
    opacity: 0.6;
}

.select-date-clear {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: -50px;
    background: url(images/select-clear.png) center 3px no-repeat;
    opacity: 0.6;
}

.select-date-clear-2 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: -15px;
    background: url(images/select-clear.png) center 3px no-repeat;
}

.select-date-clear-3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: -24px;
    background: url(images/select-clear.png) center 3px no-repeat;
}

.clear {
    margin-left: -10px;
    padding-left: 26px;
    margin-top: 10px;
    background: url(images/select-clear.png) 15px 4px no-repeat;
    clear: both;
}

.fixed {
    position: fixed;
}

.small {
    font-size: 12px;
    line-height: 14px;
}

.normal {
    font-size: 13px;
    line-height: 16px;
}

.medium {
    font-size: 14px;
    line-height: 17px;
}

.big {
    font-size: 15px;
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.nomargin {
    margin-bottom: 0;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.upper {
    text-transform: uppercase;
}

.margin {
    margin: 5px;
}

.mbottom {
    margin-bottom: 10px;
}

.mtop {
    margin-top: 10px;
}

.mvertical {
    margin-top: 5px;
    margin-bottom: 5px;
}

.marker {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    background: #E5E5E5;
    color: #535353;
    padding: 2px 5px;
    margin: 5px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.gray {
    color: #BBBBBB;
}

.hide {
    display: none !important;
}

.noupper {
    text-transform: none;
}

.nobold {
    font-weight: normal;
}

.image-files img {
    max-width: 300px;
    max-height: 300px;
    border: solid 1px #C8C8C8;
    overflow: auto;
}

.image-files2 img {
    max-width: 200px;
    max-height: 200px;
    border: solid 1px #C8C8C8;
    overflow: auto;
}

.image-files-big img {
    max-width: 500px;
    max-height: 500px;
    border: solid 1px #C8C8C8;
    overflow: auto;
}

.image-files-small img {
    max-width: 120px;
    max-height: 120px;
}

.image-files-small2 img {
    max-width: 80px;
    max-height: 80px;
}

.image-button {
    clear: both;
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #0074A2;
    text-decoration: underline;
}

.image-delete {
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #0074A2;
    text-decoration: underline;
}

.image-delete:hover {
    cursor: pointer;
    color: #FF0000;
    text-decoration: underline;
}

.image-status {
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    min-height: 1.4rem;
}

.image-button:hover {
    color: #FF0000;
    text-decoration: underline;
}

.image-note {
    clear: both;
    margin-bottom: 10px;
    color: #686868;
    font-size: 11px;
}

.image-notfound {
    margin-top: 3px;
}

.doc-button {
    clear: both;
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #0074A2;
    text-decoration: underline;
}

.doc-delete {
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #0074A2;
    text-decoration: underline;
}

.doc-delete:hover {
    cursor: pointer;
    color: #FF0000;
    text-decoration: underline;
}

.doc-status {
    float: left;
    margin-top: 3px;
    margin-bottom: 7px;
}

.doc-button:hover {
    color: #FF0000;
    text-decoration: underline;
}

.doc-files a {
    padding-top: 3px;
    display: inline-block;
}

.doc-notfound {
    padding-top: 3px;
}

input:read-only,
input:disabled,
select:disabled {
    background-color: #F2F2F2 !important;
    /*color: #000000;*/
}

input.hasDatepicker {
    background: #FFFFFF !important;
}

.icon-mini {
    font-size: 14px;
}

a.icon {
    color: #404040;
    text-decoration: none;
}

a.icon:hover {
    color: #FF0000;
    text-decoration: none;
}

a.icon2:before {
    margin-right: .4em;
    font-size: 15px;
    vertical-align: middle;
}

a.button {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    padding: 3px 6px;
    background: #E5E5E5;
    border-radius: 5px;
    border: solid 1px #CBCBCB;
}

a.button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #2EA2CC;
    border: solid 1px #2EA2CC;
}

a.button:before {
    font-size: 14px;
    margin-left: 0;
    margin-right: 5px;
}

a.button-icon {
    font-size: 17px;
    color: #545454;
    text-decoration: none;
    padding: 1px 0;
    margin: 0 1px;
    min-width: 22px;
    min-height: 22px;
    border: 1px solid #E2E2E2;
    border: 1px solid #D8D8D8;
}

a.button-icon:hover {
    color: #2EA2CC;
    background-color: #E2E2E2;
    text-decoration: none;
}

a.button-icon2 {
    font-size: 17px;
    color: #545454;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 0;
}

a.button-icon2:hover {
    color: #2EA2CC;
    text-decoration: none;
}

.button a.icon-doc-text {
}

input.access {
    float: none;
    margin: 3px 0 0 5px;
    padding: 0;
}

input.select {
    float: none;
    display: inline;
    padding: 0;
    margin: 0;
}

label.select {
    float: none;
    display: inline;
    padding: 0;
    margin: 0;
    width: inherit;
}

ul.list {
    margin-top: -10px;
}

ul.list li {
    margin-bottom: 5px;
}

.list {
    display: block;
    margin: 2px 0;
    background: url(images/list.png) 0 5px no-repeat;
    padding-left: 8px;
    clear: both;
    overflow: hidden;
}

.list.small {
    background: url(images/list.png) 0 3px no-repeat;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ADADAD;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #ADADAD;
}

.noborder {
    border: none !important;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

.ui-sortable-helper {
    background: #FFFFFF !important;
    width: auto !important;
    max-width: 700px;
    max-height: 150px;
    overflow: hidden;
}

.form .datetime + .ui-datepicker-trigger {
    margin-left: 75px !important;
}

.form .hasDatepicker {
    background-color: #FFFFFF !important;
}

.mce-panel {
    border: solid 1px #C8C8C8 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.mce-foot {
    border-top: solid 1px #C8C8C8 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    background: #E5E5E5 !important;
}

.mce-menubar {
    background: #F2F2F2 !important;
    border: none !important;
}

.mce-edit-area {
    border: none !important;
}

.mce-toolbar-grp {
    background: #E5E5E5 !important;
    border-top: solid 1px #C8C8C8 !important;
    border-bottom: solid 1px #C8C8C8 !important;
    border-left: none !important;
    border-right: none !important;
}

.mce-statusbar {
    background: #E5E5E5 !important;
    border-top: solid 1px #C8C8C8 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.table td .content.min {
    position: relative;
    max-height: 100px !important;
}

.table td .content.min:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
}

#scrolltop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #5A5A5A;
    background-image: url(images/scrolltop.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: none;
}

#scrolltop.active {
    display: block;
}

#left .select2-container {
    margin-bottom: 5px !important;
}

.select2-container:after {
    content: "";
    font-size: 0;
    clear: both;
    height: 5px;
    display: table;
}

.select2-selection,
.select2-dropdown,
.select2-selection__choice {
    border: 1px solid #C8C8C8 !important;
    border-radius: 0 !important;
    line-height: 1.4em;
}

.select2-search input {
    margin: 0;
}

.select2-container .select2-selection--multiple {
    /*min-height: 32px !important;*/
}

.select2-container .select2-search--inline .select2-search__field {
    height: 1em !important;
    margin-top: 8px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// /*/

.login header {
    position: static;
    width: 100%;
}

.login header h1 {
    margin-left: 0;
}

.login .width {
    max-width: 400px;
}

.login #content {
    padding: 2rem 0;
}

.login .form {
    background: transparent !important;
}

.login .form label {
    width: 110px;
    padding-right: 10px;
}

.login .form .buttons {
    margin-left: 110px;
    margin-bottom: 1rem;
    padding: 0;
}

sub, sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.5em;
}

sup {
    bottom: 0.5em;
}

div.mce-fullscreen {
    z-index: 65536 !important;
}
