/* Fonts */

@font-face {
    font-family: Commisioner;
    font-weight: bold;
    src: url("../fonts/Commissioner-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Commisioner;
    font-weight: normal;
    src: url("../fonts/Commissioner-Regular.ttf") format("truetype");
}

/* General HTML */

html, body {
    height: auto;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    font-family: 'Commisioner', Arial, Verdana, sans-serif;
    font-size: 90%;
}

p {
    line-height: 24px;
}
a.blocked {
    cursor: not-allowed !important;
}

p#copy_info {
    color: grey;
    font-size: 75%;
}

thead {
    font-weight: bold;
}

thead a:hover {
    text-decoration: underline;
}

input.table-checkbox {
    cursor: pointer;
}

input, textarea, select {
    padding: 10px !important;
    transition: ease-in-out, width .35s ease-in-out;
    outline-width: 0;
    border-radius: 3px;
}

input:focus, textarea:focus, select:focus {
    box-shadow: 0px 0px 10px 3px #bfdeff;
    border: 1px solid #80bdff !important;
}

.errorfield {
    border: 1px solid red !important;
    color: red;
}

.form-standard-form tr td {
    vertical-align: top;
}

div.button {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

input[type=color] {
    padding: 0 !important;
}

input[type=submit], input[type=button], button, div.button {
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 3px;
    padding: 9px;
}

input[type=submit].bblue, button.bblue, div.bblue {
    background-color: #428bca;
    border: 1px solid #357ebd;
    color: white;
}

input[type=submit].bgreen, button.bgreen, div.bgreen {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: white;
}

input[type=submit].bred, button.bred, div.bred {
    background-color: #d9534f;
    border: 1px solid #BE2F2B;
    color: white;
}

input[type=submit].borange, button.borange, div.borange {
    background-color: #f0ad4e;
    border: 1px solid #eea236;
    color: white;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #98A3A6;
    -webkit-appearance: none;
    border-radius: 3px;
}

input[type=submit]:hover, button:hover, div.button:hover {
    background: #C0C0C0;
}

input[type=submit].bred:hover, button.bred:hover, div.bred:hover {
    background-color: #BE2F2B;
}

input[type=submit].bgreen:hover, button.bgreen:hover, div.bgreen:hover {
    background-color: #4cae4c;
}

input[type=submit].bblue:hover, button.bblue:hover, div.bblue:hover {
    background-color: #357ebd;
}

input[type=submit].borange:hover, button.borange:hover, div.borange:hover {
    background-color: #ec971f;
}

i {
    width: 17px;
}

select {
    padding: 7px;
    background-color: #ffffff;
    border: 1px solid #98A3A6;
    border-radius: 3px;
}

a, a:visited {
    text-decoration: none;
    color: #0f70b7;
}

a:link {
    cursor: pointer;
}

/* unvisited link */
a:hover {
    color: #000099;
    cursor: pointer;
}

/* mouse over link */
a:active {
    color: black;
}

/* selected link */
#wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

nav {
    width: 100%;
    background-color: #072133;
    border-bottom: 1px solid #cccccc;
    position: fixed;
    height: 45px;
    z-index: 2;
}

a.navi {
    color: #a7a7a7;
    display: block;
    padding: 10px 15px 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.navi:hover {
    background-color: #f6f6f6;
    color: #787878;
}

a.active {
    border-left: 5px solid #0f70b7;
    padding: 10px 15px 10px 10px;
    background: #ffffff;
    color: #4d4d4d;
}

a.active:hover {
    background: #ffffff;
    color: #4d4d4d;
}

#navigator {
    background-color: #efefef;
    border-right: 1px solid #cccccc;
    width: 200px;
    margin-bottom: 0px;
    top: 45px;
    bottom: 0;
    float: left;
    position: fixed;
    padding-top: 10px;
    z-index: 1;
}

#editor {
    width: 100%;
    height: 100%;
    position: relative;
}

.content {
    position: absolute;
    top: 60px;
    left: 215px;
    bottom: 15px;
    right: 15px;
}

.loadFadeIn {
    animation: fadeIn;
    animation-duration: 0.5s;
}

.table {
    border: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px;
}

.thead {
    padding: 12px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    color: #565656;
}
.thead_title {
    display: inline-block;
}

.tbody {
    padding: 15px;
    overflow-y: auto;
}

td {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    white-space: nowrap;
}

.bulk-selectable {
    cursor: pointer;
}

.bulk-selectable:hover {
    background: #ccc;
}

.bulk-selected {
    background: #feefb3;
}

.bulk-contextmenu {
    display: none;
}

.right {
    float: right;
}

.navigator {

}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;

}

.inner {
    margin-left: auto;
    margin-right: auto;
}


.dialog-overlay-big {
    max-width: 1200px !important;
}

.dialog-overlay {
    width: 99%;
    max-width: 700px;
    height: auto;
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: #c3c3c3;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
}

.dialog_close_button {
    float: right;
    padding: 15px;
    margin: -15px;
}

.selected {
    text-decoration: underline;
}

.contextmenu {
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: -15px -15px 15px -15px;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    width: 100%;
}

a.contextlink {
    color: #0f70b7;
    margin-right: 20px;
}

div.rightoverlaycontent .contextmenu, div.casModal-content .contextmenu {
    margin: 0 !important;
    width: auto !important;
}
div.rightoverlaycontent .viewControllerListWrapper {
    padding: 15px;
}

.event, .notification {
    background-color: #fcfcfc;
    margin-bottom: 15px;
    width: auto;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #c3c3c3;
    padding: 10px 10px 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
    font-size: 90%;
    cursor: pointer;
}

#red, .notification-error {
    border-width: 1px;
    border-color: #f5c6cb;
    color: #721c24;
    background: #f8d7da;
}

#green, .notification-success {
    border-width: 1px;
    border-color: #c3e6cb;
    color: #155724;
    background: #d4edda;
}

#highlight, .notification-warning {
    border-width: 1px;
    border-color: #ffeeba;
    color: #856404;
    background: #fff3cd;
}

#notif, .notification-info {
    border-width: 1px;
    border-color: #bee5eb;
    color: #0c5460;
    background: #d1ecf1;
}

div#casNotifications {
    position: fixed;
    width: 100%;
    max-width: 450px;
    z-index: 99999999999;
    right: 15px;
    top: 60px;
}

div#casNotifications .notification {
    box-shadow: 2px 2px 10px #acacac;
}

.casModal-big {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    z-index: 9999;
}

.casModal-content {
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0 0 15px #222;
    overflow-x: auto;
    overflow-y: auto;
}

.overlay-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

#dialog_global_loader {
    z-index: 1000000 !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.dialog-overlay-blocking {
    background-color: #555;
}

.description {
    font-size: 60%;
    text-align: left;
    transition: color 0.3s ease;
    line-height: 15px;
    color: #a7a7a7;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 8px;
}

#eula {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid;
    border-width: 1px;
    border-color: #c3c3c3;
    border-radius: 3px;
    padding: 10px;
}

#eula li {
    list-style-type: circle;
    margin-left: 20px;
    line-height: 18px;
    margin-bottom: 10px;
}

#eula ul {
    margin-top: 7px;
    margin-bottom: 7px;
}

input:read-only {
    background: #ddd;
}

/*.description:hover {
	transition: color 0.3s ease;
	color: rgba(255,255,255,1);
}*/


.table-filter label {
    padding-right: 10px;
}

.table-filter {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 30px;
}

#hamburger, #hamburger_spacer, #hamburger2 {
    display: none;
}

#main_menu_items {
    display: inline-block;
}


@media screen and (max-width: 1400px) {
    .casModal-big {
        padding: 0 !important;
    }

    .content {
        left: 15px;
        right: 15px;
    }

    #navigator {
        display: none;
    }

    .right {
        display: inline-block;
    }

    #hamburger {
        display: inline-block;
        position: fixed;
        background-color: #072133;
        padding-left: 5px;
    }

    #hamburger2 {
        display: inline-block;
        position: fixed;
        background-color: #072133;
        padding-left: 5px;
        margin-left: 50px;
    }

    #hamburger_spacer {
        display: inline-block;
        width: 100px;
    }

    nav {

    }

    #main_menu_items {
        display: none;
        width: 100%;
        position: fixed;
        background: black;
        top: 45px;
    }

    a.menu {
        width: 100%;
        display: block;
    }

    .scrollableTableContainer {
        overflow-x: auto;
        overflow-y: visible;
        position: relative;
    }

    .scrollableTableContainer .listview-pagination {
        padding-bottom: 150px;
    }
}

#block_left {
    float: left;
    width: 49%;
}

#block_right {
    float: right;
    width: 49%;
}

.blocklet {
    width: 140px;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 11px;
}


.tile {
    width: 220px;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 11px;
    border: 1px solid gray;
    padding: 10px;
}

.tile:hover {
    background: #ffffcc;
}

.blocklet_top {
    height: 140px;
    padding-top: 10px;
    text-align: center;
    color: white;
}

.orange {
    background-color: #f56e00
}

.blue {
    background-color: #00acec
}

.darkblue {
    background-color: #337ab7
}

.gray {
    background-color: #999999
}

.green {
    background-color: #5daf2b
}

.red {
    background-color: #e93d3d
}

.blocklet_bottom {
    background-color: #dbdbdb;
    color: #5b5b5b;
    font-variant: small-caps;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tlarge {
    width: 100%;
    margin-bottom: 10px;
}

.tlarge tr:nth-child(odd) {
    background-color: #f5f9fc;
}

.tlarge thead tr {
    background-color: white !important;
}

.tlarge tbody tr:hover {
    background-color: #0f70b7;
    color: white;
    cursor: pointer;
}

.tlarge tbody tr:hover a {
    color: white !important;
}

.tlarge thead td {
    padding-bottom: 25px;
}

.tlarge td {
    /* border-top: 1px solid #dee2e6; */
    /* border-bottom: 1px solid #dee2e6; */
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
}

.tnormal {
    width: 100%;
    table-layout: fixed;
}

.tnormal td {
    border: 1px solid #dddddd;
}

.tnormal tr.odd {
    background-color: #f5f9fc;
}

.tnormal td {
    border: 1px solid #dddddd;
    padding: 7px;
    padding-right: 20px;
}

table.thover {
    width: 100%;
}

table.thover td {
    padding: 7px;
}

table.thover tbody tr:hover {
    background-color: #ccc;
    color: white;
    cursor: pointer;
}

tr.blue-hover:hover {
    cursor: pointer;
    background: #238ae6;
    color: white;
}

tr.gray-hover:hover {
    cursor: pointer;
    background: #eee;
}

tr.table-title td {
    font-size: 132%;
    padding-top: 30px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1400px) {
    #block_right, #block_left {
        float: none;
        width: 100%;
    }

    .blocklet {
        width: 100%;
    }

    .tile {
        width: 100%;
    }
}


.rightoverlay {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    right: 0;
    box-shadow: -10px 0px 10px -9px #111;
}


.rightoverlaytitle {
    padding: 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #565656;
}

.rightoverlaytitle_text {
    display: inline;
}


.rightoverlaycontent {
    position: absolute;
    bottom: 0;
    top: 45px;
    right: 0;
    left: 0;
}

a.menu {
    padding: 15px 25px 15px 25px;
    display: inline-block;
    color: #cdcdcd;
}

a.menu:hover {
    color: white;
    border-bottom: 5px solid white;
    padding-bottom: 11px;
}

a.menu.top_active {
    color: white;
    border-bottom: 5px solid white;
    padding-bottom: 11px;
}

.overlay-top {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
}

.overlay-top-msg a {
    color: white;
}

.overlay-top-msg {
    display: inline-block;
    background: rgba(0.0, 0.0, 0.0, 0.6);
    margin-top: 20px;
    color: white;
    padding: 15px;
    border-radius: 3px;
}

.fa-clickable {
    cursor: pointer;
}

.fa-clickable:hover {
    color: #fff;
}

.form_hidden {
    display: none;
}


.rb_maximized {
    max-width: 100% !important;
}

.table-helper {
    display: none;
}

#table-search-bar, .table-search-bar {
    border-bottom: 1px solid #ccc;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    background: #f6f6f6;
}

.statusblock {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 7px;
    color: black;
    background: white;
    overflow: hidden;
    min-width: 185px;
    max-width: 185px;
}

.sgray {
    background: #ccc;
}

.sblue {
    background: #337ab7;
    border: 1px solid #2e6da4;
    color: white;
}

.sgreen {
    background: #5cb85c;
    border: 1px solid #4cae4c;
    color: white;
}

.slightblue {
    background: #5bc0de;
    border: 1px solid #46b8da;
    color: white;
}

.syellow {
    background: #f0ad4e;
    border: 1px solid #eea236;
    color: white;
}

.sred {
    background: #d9534f;
    border: 1px solid #d43f3a;
    color: white;
}

.ssecond {
    display: inline-block;
    margin: -7px;
    float: right;
    margin-left: 15px;
    min-width: 45px;
    text-align: right;
    border-radius: 0px;
}

p.navigation {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.password-hover {
    position: absolute;
    z-index: 10;
    margin-left: -40px;
    margin-top: -6px;
    color: gray;
    cursor: pointer;
    padding: 15px;
}

.password-hover:hover {
    color: #999999;
}

.password-hover:active {
    color: orange;
}

pre {
    font-family: 'Courier New';
}

.block_tab {
    display: inline-block;
    padding: 15px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.block_tab:hover {
    border-bottom: 2px solid #0f70b7;
    cursor: pointer;
}

.block_tab_active {
    border-bottom: 2px solid #0f70b7;
}

.rightbar_padded {
    padding: 20px;
    max-height: 95%;
    overflow-y: auto;
}
.rightbarcloseablearea {
    position: fixed;
    left: 0;
    right: 1280px;
    height: 100%;
}

p.mini {
    font-size: 70%;
    color: gray;
}

em {
    color: #999;
    font-style: italic;
}

img#print-header-logo {
    max-width: 200px;
    max-height: 100px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

div#print-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

div#print-header-text h3 {
    margin-top: 5px;
}

div#print-header-text {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.print-only {
    display: none;
}

canvas.signpad {
    border: 1px solid #db4a39;
}

.signpad_description {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.signpad_wrapper {
    width: 295px;
}

@media print {
    html {
        font-size: 80%;
    }

    .print-only {
        display: block !important;
    }

    .content {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #navigator {
        display: none;
    }

    #main_menu {
        display: none;
    }

    .table {
        border: none;
    }

    .thead {
        display: none;
    }

    .tbody {
        padding: 0px;
    }

    td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    body {
        margin-top: -5mm;
    }

    .contextmenu {
        display: none;
    }
}


/* search bar */
div.searchbar-dropdown-option {
    padding: 10px;
    background: white;
}

div.searchbar-dropdown-option-active {
    color: white;
    background: #0f70b7;
}

div.searchbar-dropdown-option-spacer {
    border: 1px solid #ccc;
    width: 100%;
}

.searchbar-dropdown-options {
    display: inline-block;
    border: 1px solid #ccc;
    position: absolute;
    cursor: pointer;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.searchbar-dropdown-option p {
    margin-top: 0;
}

.listview-pagination {
    padding-bottom: 50px;
}

hr {
    border: 1px solid #eee;
}

.ui-block-draggable {
    cursor: move;
}

.form-html-element {
    display: block;
    width: 10px;
    padding-bottom: 10px;
}

.cas_js_form_table td {
    padding-bottom: 15px;
    vertical-align: top;
}

.cas_js_form_table input, .cas_js_form_table textarea, .cas_js_form_table select {
    min-width: 250px;
}

.casExceptionHandler {
    border: 5px solid red;
    padding: 30px;
    height: 100%;
}

.casExceptionHandler pre {
    line-height: 30px;
}

.casExceptionHandlerTitle {
    color: red;
}

.casExceptionHandlerTitle i {
    font-size: 150%;
}

.casExceptionHandlerTitle h3 {
    display: inline-block;
}

#main-progress-bar {
    height: 4px;
    background-color: rgba(5, 114, 206, 0.5);
    width: 100%;
    overflow: hidden;
}

#main-progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: rgb(19 61 118);
    animation: indeterminateAnimation 1.5s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }
    40% {
        transform: translateX(0) scaleX(0.4);
    }
    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

.multiTagField {
    background-color: #ffffff;
    border: 1px solid #98A3A6;
    -webkit-appearance: none;
    border-radius: 3px;
    transition: ease-in-out, width .35s ease-in-out;
    outline-width: 0;
    cursor: text;
    display: inline-block;
    min-width: 139px;
    min-height: 13px;
    position: relative;
    vertical-align: top;
}

.multiTagField input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0 !important;
    border: none !important;
    background: transparent;
}

.multiTagField input:focus {
    box-shadow: none;
    outline: none 0 !important;
}

.multiTagField-element {
    background: #ccc;
    padding: 4px;
    display: inline;
    vertical-align: top;
    margin-left: 5px;
    line-height: 35px;
}

.multiTagField-selected {
    display: inline;
}

.multiTagField-delete {
    cursor: pointer;
    padding-left: 3px;
}

.multiTagField-autoCompleteElement, .autoCompleteElement {
    border: 1px solid #dedede;
    padding: 10px;
    background: white;
    cursor: pointer;
    width: 100%;
}
.autoCompleteLoader {
    text-align: center;
}

.autoCompleteLoader img {
    max-width: 30px;
}
.autoCompleteNoResults {
    color: gray;
    text-align: center;
    cursor: not-allowed;
}

.multiTagField-autoComplete {
    position: absolute;
    left: 0;
    top: 100%;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 10px 5px 15px;
    z-index: 999999;
}
.autoComplete {
    position: absolute;
    left: 0;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 10px 5px 15px;
    z-index: 999999;
}

.multiTagField-autoCompleteElement:hover, .autoCompleteElement:hover, .autoCompleteElementActive {
    background: #357ebd;
    color: white;
}



.multiTagField-text {
    cursor: pointer;
    display: inline-block;
}

.casMenuProfileAction {
    cursor: pointer;
    padding: 15px;
}

.casMenuProfileAction:hover {
    color: white;
    background: #357ebd;
}

#casMenuProfile {
    position: absolute;
    background: white;
    display: none;
    border: 1px solid #ccc;
    top: 45px;
    right: 10px;
    min-width: 250px;
    box-shadow: 0px 1px 15px #00000069;
}

#casMenuProfileHeader {
    border-bottom: 1px solid #ccc;
    cursor: default;
}

.casProfilePicture {
    background: url("../images/default-avatar.jpg") 50% 50% / cover;
    border-radius: 1000px;
    display: inline-block;
    vertical-align: top;
}

.casProfilePicture-small {
    width: 20px;
    height: 20px;
}

.casProfileUserName {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

#casMenuProfileLink {
    height: 15px;
}

#casProfileAlert {
    display: none;
    color: white;
    background: red;
    position: absolute;
    font-size: 60%;
    padding: 3px;
    border-radius: 20px;
    bottom: 5px;
    left: 35px;
    width: 8px;
    text-align: center;
}

#casMenuProfileButton {
    position: relative;
}


.dropdownoptions_closed, .dropdown_options_closed {
    display: none
}

.dropdowntitle, .dropdown-title {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.dropdown_closed {
    border: 1px solid #d2d2d2;
    background: #f2f2f2
}

.dropdown_closed:hover {
    background: #f7f7f7
}

.dropdown_open {
    border: 1px solid #c7c7c7;
    background: #e6e6e6
}

.dropdownoptions_open, .dropdown_options_open {
    display: inline-block;
    border: 1px solid #c7c7c7;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    z-index: 1000000;
    box-shadow: 0px 1px 15px #00000069;
}

.dropdownoption {
    padding: 7px 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.dropdownoption:hover {
    background: #0082c4;
    color: #fff
}

.dropdownoption:active {
    background: #42a1d7;
    color: #fff
}

.dropdown_control {
    display: block
}

.dropdown_forbidden {
    cursor: not-allowed;
    border: 1px solid #c7c7c7;
    background: #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.dropdownspacer {
    background-image: url('../images/dd-bg.png');
    background-position-y: 70%;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    height: 18px;
}

.dropdown {
    color: black;
}
.dropdowntitle_mobile {
    display: none;
}


@media screen and (max-width: 1400px) {
    .dropdown_options_open {
        position: fixed !important;
        top: 0;
        bottom: 0;
        right: 1px;
        overflow-y: scroll;
        min-width: 300px;
        animation: fadeInRight;
        animation-duration: 0.3s;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 0px !important;
        padding-top: 45px;
    }

    .dropdownoption {
        padding: 12px 12px !important;
    }

    .dropdowntitle_mobile {
        padding: 12px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #dddddd;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
    }

    .rightbarcloseablearea {
        display: none;
    }
    .dropdownspacer {
        margin-top: 7px;
    }

    .contextmenu {
        line-height: 30px;
    }

    a.contextlink {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.cas_dropdown_mobile {

    .dropdown_options_open {
        position: fixed !important;
        top: 0;
        bottom: 0;
        right: 1px;
        overflow-y: scroll;
        min-width: 300px;
        animation: fadeInRight;
        animation-duration: 0.3s;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 0px !important;
        padding-top: 45px;
    }

    .dropdownoption {
        padding: 12px 12px !important;
    }

    .dropdowntitle_mobile {
        padding: 12px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #dddddd;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
    }

    .rightbarcloseablearea {
        display: none;
    }
    .dropdownspacer {
        margin-top: 7px;
    }

    .contextmenu {
        line-height: 30px;
    }

    a.contextlink {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.tox-tinymce-aux{
    z-index:99999999999 !important;
}
.tox.tox-tinymce {
    border-radius: 3px;
    border: 1px solid #bec5c7;
}