﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    #content {
        margin: 5px !important;
    }
}
/*********************************************/
.field-validation-error {
    color: red;
}

.form-control {
    padding: 2px 7px;
    background-color: white !important;
}

body.smart-style-6 nav > ul > li > a {
    font-weight: bold;
    text-transform: none;
}
body.smart-style-6 .txt-color-magenta, body.smart-style-6 nav ul li.active > a:before {
    color: #2196F3 !important;
}

/* start qle+ custom, override martadmin-skin*/
/*body.smart-style-6 nav > ul > li.active > a {
    background-color:gainsboro;
}*/
/* end qle+, override martadmin-skin*/

@media (min-width: 768px) {
    #logo {        
        margin-left: 4px;
    }
        .panel-input-table-condensed .panel-heading {
        background-color: rgba(76, 79, 83, 0.7019607843137254);
        color: white;
    }

        .panel-input-table-condensed .panel-heading .panel-title {
            font-weight: bold !important;
        }

    div.input-label label, .panel-input-table label {
        font-weight: normal;
    }

    div.input-label {
        text-align: right;
    }
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-treemap-tile, html .km-pane-wrapper .k-header {
    /*background-color: white !important;*/
}

.PageHeader {
    font-size: 14px;
    font-weight: bold;
}
.PageHeader i {
    font-size: 208%;
}

.modal-content form > .panel, .modal-content form > .panel-group, .modal-content .panel {
    margin-bottom: 0;
}

.k-window .k-window-titlebar {
    background-color: #4c4f53b3
}

.k-notification-wrap .k-icon {
    margin-top: -2px;
    margin-right: 10px;
}
.k-notification-wrap {
    padding: 10px;
    min-width: 100px;
}
h2 {
    font-weight: 500;
}
.k-grid .k-button {
    margin: 0 .16em;
}
.k-checkbox-label, .k-radio-label {
    margin-right: 10px;
}

label.has-required:after {
    content: "*";
    font-size: 1.2em;
    color: red;
}

#honeypotsome-div{
    display:none
}
@media print {
    a [href]:after {
        content: "";
    }

    body {
        padding-top: 0;
        padding-bottom: 0
    }

    .fixed-ribbon #content {
        padding-top: 0px;
    }

    .fixed-header #main {
        margin-top: 0px;
        margin-left: 0
    }

    #header, #ribbon, .fixed-navigation #left-panel, .fixed-page-footer .page-footer, hr {
        display: none;
    }

    .well {
        border: 0px
    }

    input[type=text], input[type=email] {
        width: 100% !important
    }

    #main {
        padding-bottom: 0;
    }
}

/**********Start Dropdown Menu**********/
.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu > li > a.font-bold {
    font-weight: 600;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}


.top-navigation .nav > li > a {
    padding: 15px 20px;
    color: #676a6c;
}


.top-navigation .navbar-nav .dropdown-menu > .active > a {
    background: white;
    color: #337ab7;
    font-weight: bold;
}


.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec;
}

.top-navigation .dropdown-menu > li > a {
    margin: 0;
    padding: 7px 20px;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 20px;
}

.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec;
}


.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
    background: #fff;
    color: #337ab7;
    text-decoration: none;
}

.top-navigation .nav > li.active {
    background: #fff;
    border: none;
}

.top-navigation .nav > li.active > a {
    color: #337ab7;
}

.top-navigation .navbar-right {
    margin-right: 10px;
}

.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec;
}

.top-navigation .dropdown-menu > li > a {
    margin: 0;
    padding: 7px 20px;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.top-navigation .navbar-brand {
    background: #337ab7;
    color: #fff;
    padding: 15px 25px;
}

.top-navigation .navbar-top-links li:last-child {
    margin-right: 0;
}


.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background: #fff;
}

.white-bg {
    background-color: #ffffff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.navbar {
    position: relative;
    min-height: 50px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.dropdown-menu.ontheright.show {
    left: 90%;
    top: 5px;
}
/**********End Dropdown Menu**********/

/**********iBox**********************/
.ibox {
    clear: both;
    margin-bottom: 1px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after, .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
/**********end iBox*******************/

/**********start row*******************/
div.row.rowpadding {
    padding-top: 5px;
}
/**********end row*******************/


fieldset.subsection-border {
    /*border: 2px groove threedface #444;*/
    border: 1px solid lightblue !important;
    padding: 0 1.0em 1.0em 1.0em !important;
    margin: 0 0 1.0em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.subsection-border {
    font-size: 1.0em;
    font-weight: bold !important;
    text-align: left !important;
    /*width:inherit;  Or auto */
    padding: 0 0.5em; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-bottom: 0.5em;
    white-space: normal !important;
    width: auto;
    display: table;
}

span.QLEMessage {
    font-size: 2em;
    font-weight: bold;
    white-space: pre-wrap;
}

.input-round-corner {
    padding: 0px 5px 0px 5px;
    height: 28px !important;
}

.space-between {
    padding: 5px 5px 5px 5px;
}

/*[qle, start custom overwite disability error validation - Remove {!} */
.k-i-warning::before {
    /* content: "\e403"; */
    content: "";
}

/*[qle note: OverWriteStyles]*/
.k-upload .k-upload-files ~ .k-clear-selected, .k-upload .k-upload-files ~ .k-upload-selected {
    font-size: 1.1em !important;
    border-bottom-style: solid;
    background-color: #1b6ec2;
    /* border-color: #1861ac; */
    color: blue; /* #ffffff; */
    margin-left: 2px;
    margin-right: 2px;
    width: 200px;
}

/*TEST*/
/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

/*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;
}*/
