﻿/* 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;
    }
}
/*********************************************/
.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;
}
@media (min-width: 768px) {
    .panel-input-table-condensed .panel-heading {
        text-align: left;
        background-color: #3f51b5;
        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: -1px;
    margin-right: 2px;
}

.k-notification-wrap {
    padding: 10px 37px 10px 10px;
    min-width: 100px;
}
.menu-on-top .menu-item-parent {
    max-width: initial;
    text-overflow: initial;   
}
#fullscreen{
    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
        }
    }


.k-tabstrip {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05) !important;
}

.k-notification-wrap {
    padding: 10px 31px 10px 10px;
}

.k-notification-wrap .k-icon {
    margin-top: 0px;
    margin-right: 4px;
}