/*
 * Copyright(c) 2021. KONNEK.
 * All Rights Reserved Unauthorized copying of this file, via any medium
 * is strictly prohibited Proprietary and confidential.
 */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #888;
    height: 100%;
    overflow: auto;
    background-color: #eceff4;
    -webkit-overflow-scrolling: touch;
}

header, footer {
    width: 100%;
    background: white;
}

footer.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d5d7dc;
    height: 28px;
    line-height: 24px;
    color: #4a7fb6;
    text-align: center;
    vertical-align: middle;
    z-index: 98;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
textarea.form-control {
    height: 30px;
    margin-top: 0px;
    padding: 0 6px;
    width: 100%;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d6e2e8;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    color: #6b7a86;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[disabled] {
    background: #fcfcfc;
    border: 1px solid #efefef;
    -webkit-text-fill-color: #6b7a86;
    -webkit-opacity: 1;
}

textarea,
textarea.form-control {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 2px solid #4a7fb6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="number"]:read-only,
input[type="email"]:read-only,
input[type="tel"]:read-only,
textarea:read-only,
textarea.form-control:read-only {
    outline: 0;
    background: #fff;
    padding: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #d6e2e8;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #d6e2e8;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #d6e2e8;
}

select.form-combo {
    font-weight: normal;
    height: 30px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d6e2e8;
    width: 100%;
    color: #6b7a86;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a, a:hover, a:focus {
    text-decoration: underline;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

hr {
    margin: 10px 0;
}

table > thead:first-child > tr:first-child > th {
    background: #eceff4;
}

.bootgrid-table {
    font-weight: bold;
    color: #888;
    font-size: 14px;
}

.bootgrid-table th > .column-header-anchor {
    color: #4a7fb6;
    font-weight: normal;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-condensed > tbody > tr > td {
    word-wrap: break-word;
    white-space: normal;
}

.nav-tabs {
    font-size: 1.0em;
    margin: 2px 0px 0px 0px;
    padding: 0.2em 0.2em 0;
    border-color: #477eb8;
}

.panel-body > .nav-tabs {
    margin: calc(-15px + .3em) 0 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #477eb8;
    color: white;
}

.nav-tabs > li > a {
    border-radius: 5px 5px 0 0;
    float: left;
    padding: 0.2em 0.4em;
    text-decoration: none;
    color: #2e6e9e;
    background: #dfeffc;
    border: 1px solid #c5dbec;
    border-bottom-color: #477eb8;
    margin: 0px 2px;
    font-weight: normal;
    font-size: 90%;
}

.nav-tabs > li > a:hover {
    opacity: 0.5;
    color: #2e6e9e;
    background: #dfeffc;
}

.panel {
    border-radius: 7px;
    margin: 15px;
}

[class*="col-"] > .panel {
    margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0.3em;
    margin-top: 0;
}

.ui-dialog-content > .panel {
    margin: 0 -0.7em 0;
    height: 100%;
}

.ui-dialog-content > .panel > .panel-body {
    height: calc(100% - 28px);
    padding: 10px;
}

.tab-content {
    height: calc(100% - 18px);
}

.tab-content > .tab-pane {
    height: 100%;
    position: relative;
}

.tab-pane > .kon-buttonbar-bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
}

.tab-pane .panel {
    margin: 8px;
}

.panel-default {
    background: white;
    border: 1px solid rgb(123, 136, 148);
}

.panel-title {
    background: rgba(71, 126, 184, 1);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    color: white;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    font-weight: normal;
    padding: 5px;
}

.panel-footer {
    background: white;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.panel-body .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.panel-title .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 500px) {

    .panel-body {
        padding: 10px;
    }

    .panel-title {
        font-size: 16px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
    .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
    .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    body {
        font-size: 12px;
    }
}

.panel > .table {
    margin-bottom: 20px;
    /* note re-set of bootstrap override back to base table settings

   */
}

.btn-default {
    background: rgba(71, 126, 184, 0.3);
    color: black;
    border-color: transparent;
}

.btn {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    white-space: normal;
    -webkit-box-shadow: 0 1px 3px 0 rgba(2, 2, 2, 0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(2, 2, 2, 0.3);
    box-shadow: 0 1px 3px 0 rgba(2, 2, 2, 0.3);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 500px) {

    .btn {
        padding: 0 10px;
    }
}

@media (max-width: 320px) {

    .btn {
        padding: 0 5px;
    }
}

.row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.row.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Temporary */
.ui-dialog-buttonset button.ui-button {
    height: 36px;
    margin: 0 0 0 5px;
    padding: 0 20px;
    vertical-align: middle;
    background: rgba(71, 126, 184, 0.3);
    color: black;
    /*    background: -moz-linear-gradient(top,  rgba(236,239,245,0.3) 0%, rgba(236,239,245,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,239,245,0.3)), color-stop(100%,rgba(236,239,245,1)));
        background: -webkit-linear-gradient(top,  rgba(236,239,245,0.3) 0%,rgba(236,239,245,1) 100%);
        background: -o-linear-gradient(top,  rgba(236,239,245,0.3) 0%,rgba(236,239,245,1) 100%);
        background: -ms-linear-gradient(top,  rgba(236,239,245,0.3) 0%,rgba(236,239,245,1) 100%);
        background: linear-gradient(to bottom,  rgba(236,239,245,0.3) 0%,rgba(236,239,245,1) 100%);*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    white-space: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(2, 2, 2, 0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(2, 2, 2, 0.3);
    box-shadow: 0 1px 3px 0 rgba(2, 2, 2, 0.3);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ui-datepicker select.ui-datepicker-year {
    background: #5c9ccc;
    color: white;
    opacity: 0.6;
    border: unset;
}

.btn-default:hover, .ui-dialog-buttonset button.ui-button:hover {
    opacity: 0.5;
    background: rgba(71, 126, 184, 0.3);
    color: black;
}

.btn-default:active, .ui-dialog-buttonset button.ui-button:active {
    outline: 0;
    /*opacity: 0.6;*/
    /*color: #fff;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:focus, .ui-dialog-buttonset button.ui-button:focus {
    outline: 0;
    opacity: 0.6;
    background: orange;
    color: white;
}

/*.btn-default:active:focus, .ui-dialog-buttonset button.ui-button:active:focus, .ui-dialog-buttonset button.ui-button.active:focus {*/
/*outline: 0;*/
/*opacity: 0.6;*/
/*background: orange;*/
/*color: white;*/
/*-moz-box-shadow: none;*/
/*-webkit-box-shadow: none;*/
/*box-shadow: none;*/
/*}*/

/***** JQuery-UI modifications *****/

/*.ui-dialog .ui-dialog-content {
    padding: 0.5em;
}*/

/*
.ui-dialog-title {
    display:none;
}

.ui-dialog-titlebar {
    background:transparent;
    border:none;
}

*/

.ui-dialog .ui-dialog-titlebar-close {
    right: 0;
    resize: none;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-header {
    color: #ffffff;
    background: #477eb8;
    border: 1px solid rgb(123, 136, 148);
}

.ui-tabs .ui-tabs-nav {
    background: transparent;
    border-width: 0 0 1px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-tabs .ui-tabs-panel {
    margin: 0 0.2em 0.2em 0.2em;
    padding: 0.5em 0 0 0;
}

.ui-tabs.ui-widget.ui-widget-content {
    border-style: none;
    padding-top: 0;
    padding-bottom: 5px;
}

.ui-widget-header .ui-state-active, .ui-state-active, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: white;
    background: #477eb8;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-widget-header .ui-state-default, .ui-state-default, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    font-weight: normal;
}

.ui-widget-content {

    font-family: 'Roboto', sans-serif !important;
    color: #888 !important;

}

.ui-widget button {
    font-size: 16px;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {

    .specifictd {
        width: 360px; /* adjust to desired wrapping */
        display: table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

}

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 110px 0;
    }

    .rowoveride {
        padding-right: 15px;
    }

}

/*** jquery-ui autocomplete css ***/
.ui-autocomplete-loading {
    background: white url("../images/processanimated3.gif") right center no-repeat;
}

.ui-menu {
    color: #2e6e9e;
    background: #dfeffc;
}

.ui-menu .ui-menu-item {
    width: 100%;
}

.ui-menu .ui-menu-item a {
    width: 100%;
    color: #2e6e9e;
    background: #dfeffc;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus,
.ui-menu .ui-menu-item a:active {
    color: white;
    background: #477eb8;
}

/* Group box styles - general */
fieldset {
    display: block;
    padding-block-start: 0.35em;
    padding-block-end: 0.625em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    min-inline-size: min-content;
    border: 1px solid #d6e2e8;
    border-radius: 7px;
    margin-top: 0.3em;
}

legend {
    display: block;
    padding-inline-start: 4px;
    padding-inline-end: 4px;
    border: initial;
    width: initial;
    margin-bottom: initial;
}

/* new bottom area */
.bottom-area.viewer {
    position: fixed;
    position: -ms-device-fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}