﻿/* 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;
}

@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: 18px;
    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;
}
#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;
    }
}
