html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 35px; /* Margin bottom by footer height */
}

#mdm-menu {
    min-height: 60px;
}

#mdm-content {
    top: 30px;
}

body > .container {

   /* padding: 60px 15px 0; */
}

.container-fluid {
    /* padding: 60px 15px 0; */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px; /* Fixed height of the footer */
    line-height: 35px; /* Centers the text vertically */
    background-color: #f5f5f5;
}

.form-signin {
    min-width: 300px;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}

.show-pointer {
    cursor: pointer;
}

.sticky {
    position: sticky;
}

.kendo-label {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.input-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.buttonDomi {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: blue;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.vertical-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
}
.vertical-text-inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
}

.vertical-text-inner:after { /* This element stretches the parent to be square by using the mechanics of vertical margins  */
    content: "";
    display: block;
    margin: -1.5em 0 100%;
}

/* Kendo UI specific styles */
.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-color: transparent;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.icon-light {
    color: #c2d6d6;
}

/* Square pager-buttons */
.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected{
    border-radius: 0;
}

.k-pager-wrap > .k-link {
    border-radius: 0;
}

.card-body-no-padding {
    padding: 0;
}

.table-no-bottom-margin {
    margin-bottom: 0;
}

.col-bordered {
    border: 1px solid rgba(86,61,124,.2);
}

.fat-border {
    border: 3px solid;
}

.field-box {
    height: 4em;
    width: 10em;
    position: relative;
    margin: 0.5em;
    padding-top: 1em;
}
.field-wrap { /* Arrow general */
    position: absolute;
    top: 0;
    left: 25%;
    height: 25%;
    width: 50%;
    overflow: hidden;
}
.field-touch {
    position: absolute;
    top: 0;
    left: 50%;
    height: 200%;
    width: 200%;
    transform: rotate(45deg);
    transform-origin: top left;
    background: gray;
    cursor: pointer;
}
.field-wrap:nth-child(2) { /* Right arrow */
    transform: rotate(90deg);
    transform-origin: top left;
    top: -13%;
    left: 100%;
}
.field-wrap:nth-child(3) { /* Down arrow */
    transform: rotate(180deg);
    transform-origin: top left;
    top: 100%;
    left: 75%;
}
.field-wrap:nth-child(4) { /* Left arrow */
    transform: rotate(-90deg);
    transform-origin: top left;
    top: 112%;
    left: 0;
}
.field-touch:hover {
    background: tomato;
}

.field-text {
    border:1px solid;
    height: 2em;
    width: 8em;
    margin-left: 1em;
}

.field-remove {
    position: absolute;
    top: 0.8em;
    right: 1.2em;
}

.field-optional {
    position: absolute;
    top: 0.8em;
    left: 1.2em;
}

.item-hidden {
    display: none;
}

.form-image {
    max-height: 100px;
    max-width: 300px;
    height:auto;
    width:auto;
}

.input-graybackground {
    background:#f2f2f2;
}

.input-redbackground {
    background: #ffcccc;
}

.input-compare1 {
    background: #ffffcc;
}

.input-compare2 {
    color: red;
    background: #ffdd99;
}

.input-highcontrast {
    background: white;
    color: black;
}

.input-readonly {
    background: #ededff;
    color: #999999;
    border-top-color: red;
    border-top-width: 2px;
}

.span-comment {
    font-size: 0.85em;
    color: #888888;
    font-style: italic;
}

.selected-tab {
    background: lightblue;
}

.table-fixed th {
    position: sticky;
}

.duplicate-selected {
    font-weight: bold;
}

.scrolldiv {
    background: #EEEEEE;
    height: 187px;
    overflow: auto;
}

.field-highlight {
    background: lightblue;
    padding: 4px;
    border-radius: 8px;
}

.tt-blue {
    background: #5887ad;
}

.hoverable:hover { background-color: #b9b9b9 !important; }

.circle {
    position: absolute;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -34px;
    background: #fff;
    border: 1px solid #A0A0A0;
    color: #000;
    text-align: center;
    font-size: 1.9em;
    line-height: 1em;
}

.circle-active {
    background: goldenrod;
}

.width-set {
    max-width: 250px;
}

.btn-darkiso {
    background: #BB22BB;
    font-weight: bold;
}

.isoindex {
    color: #BB22BB;
}

.btn-darkdin {
    background: #ff751a;
    font-weight: bold;
}

.dinindex {
    color: #ff751a;
}

.btn-darkscheme {
    background: #00cc00;
    font-weight: bold;
}

.schemeindex {
    color: #00cc00;
}

.btn-darkwintool {
    background: #55AAFF;
    font-weight: bold;
}

.wintoolindex {
    color: #55AAFF;
}

.rotate_90 {
    transform: rotate(90deg);
}

.my-custom-scrollbar {
    position: relative;
    height: 400px;
    overflow-y: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #ff7777;
}

.cc-input {
    background-color: #F2F2F2;
    border-radius:4px;
    border-color: #BBBBBB;
}