﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.size18 {
    width: 18px;
    height: 18px;
}

.size75 {
    width: 80%;
    max-width: 75px;
    margin: 50px auto;
}

.size100 {
    width: 80%;
    max-width: 100px;
    margin: 50px auto;
}

.size250 {
    width: 80%;
    max-width: 250px;
    margin: 50px auto;
}

.header-line-big {
    border-bottom: 4px solid;
    border-color: #f1a81e;
    width: calc(100% + 15px);
    margin-bottom: 15px;
    margin-top: 2px; /*.5rem from telerik dropdown = 8px + 2px =10 */
}

.header-line-small {
    border-bottom: 4px solid;
    border-color: #f1a81e;
    width: calc(100% - 15px);
    margin-bottom: 4px;
    margin-top: 2px; /*.5rem from telerik dropdown = 8px + 2px =10 */
}

.column-link {
    color: #0056b3 !important;
}

    .column-link:hover {
        color: #0056b3 !important;
        text-decoration: underline !important;
        cursor: pointer;
    }

.column-link-grey {
    color: lightgrey !important;
}

    .column-link-grey:hover {
        color: lightgrey !important;
        text-decoration: underline !important;
        cursor: pointer;
    }

.leg-pagetitleouter {
    width: 100%;
    background-color: #14487e;
    padding: 2px 0;
}

.leg-pagetitle {
    width: 95%;
    margin-left: 15px;
}

    .leg-pagetitle h1 {
        font-size: 1.0rem;
        line-height: 1.5rem;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

.leg-logo {
    float: left;
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
}

.k-tooltip {
    background: #fce875 !important;
}

.k-tooltip-content {
    text-align: left;
    color: black !important;
}

.hide {
    display: none;
}

.out-hover:hover {
    text-decoration: none !important;
}

.margin-button-0 {
    margin-bottom: 0rem !important;
}

.bottom-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.row.margin-right-0 {
    margin-right: 0px !important;
}

.margin-rl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-rl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#sidebar.active {
    min-width: 100px;
    max-width: 70px;
    text-align: center;
}

.row.custom-row-margin {
    margin-left: 30px;
    margin-right: 30px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

#undo {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    padding: 1em;
    cursor: pointer;
}

.armchair {
    float: left;
    margin: 30px 30px 120px 30px;
    text-align: center;
}

    .armchair img {
        display: block;
        margin-bottom: 10px;
    }

.k-window-content a {
    color: #BBB;
}

.k-window-content p {
    margin-bottom: 1em;
}

.btn-link {
    width: 100%;
    color: #000;
    font-weight: 700;
    background-color: yellow;
    border-color: yellow;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 20px;
}

.leg-details {
    padding-top: 200px
}

.leg-container {
    height: 200px;
}

@media screen and ( max-width: 1400px ) {
    div.leg-container {
        padding-top: 10px;
    }
}
/*@media screen and (max-width: 1023px) {
    div.k-window {
        display: none !important;
    }
}*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

ul li.phone-list {
    list-style: none;
}

.phone {
    font-size: inherit;
}

.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee;
}

input[type="checkbox"].input-validation-error {
    outline: 2px solid #f00;
}

select.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee;
}

.field-validation-error {
    color: #f00;
    display: block;
}

.centered {
    text-align: left;
}

.styled-heading {
    padding: 10px 0;
}

.styled-logo {
    /*border: 3px solid #ff6a00;*/
    margin: 10px 0;
    float: left;
}

.buttons-pnl {
    display: block;
    text-align: center;
}

.panel {
    display: block;
}

#panelbar {
    max-width: 400px;
    margin: 10px 0;
}

.specialChar {
    font-family: arial;
    color: #ff6a00;
}

span.path {
    margin-top: 50px;
    color: #ff6a00;
}

.details-part {
    border: 3px solid #fff;
    margin: 20px 0;
    padding: 30px 30px 30px 10px;
}

span.link {
    display: block;
    padding: 5px 0;
}

span.details {
    display: block;
    padding: 10px 0;
}

#example {
    width: 60%;
    position: relative;
    padding-top: 1px;
    margin: auto;
}

.box {
    margin: 30px auto;
    padding: 3em;
    background-color: rgba(20,53,80,0.038);
    border: 1px solid rgba(20,53,80,0.05);
}

.demo-section .k-content {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}

#example .demo-section {
    margin: 0 auto 4.5em;
    padding: 3em;
    border: 1px solid rgba(20,53,80,0.14);
}

#example .k-content {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: #fff;
}


#autocomplete .demo-section {
    margin: auto;
    padding: 1em;
    border: 1px solid rgba(20,53,80,0.14);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}

#autocomplete .k-content {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}

#autocomplete .k-autocomplete {
    margin: 1em 0;
    width: 100%;
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}

.left-panel {
    min-width: 300px;
}
