/* 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. */

:root {
    --psOrange:  #D31628;  /*  Full On Red   #FF5900; */
    --psOrange80: hsl(21, 100%, 50%,0.8);
    --psOrange50: hsl(21, 100%, 50%,0.5);
    --psOrange30: hsl(21, 100%, 50%,0.3);
    --psOrange20: hsl(21, 100%, 50%,0.2);
    --psDark: #191919;
    --psDark80: hsl(0, 0%, 50%,0.8);
    --psDark80: hsl(0, 0%, 50%,0.5);
    --psDark30: hsl(0, 0%, 50%,0.3);
    --psDark20: hsl(0, 0%, 50%,0.2);
    --psGrey: #CCCCCC;
}

@font-face {
    font-family: 'Titillium';
    font-style: normal;
    src: local('TitilliumWeb Regular'), local('TitilliumWeb-Regular') url(../Styles/fonts/TitilliumWeb-Regular.ttf) format('truetype');
}

body {
    padding-bottom: 20px;
    font-family: Titillium, sans-serif;
}

* {
    box-sizing: border-box;
}

.span-1 {
    width: 8.33%;
}

.span-2 {
    width: 16.66%;
}

.span-3 {
    width: 25%;
}

.span-4 {
    width: 33.33%;
}

.span-5 {
    width: 41.66%;
}

.span-6 {
    width: 50%;
}

.span-7 {
    width: 58.33%;
}

.span-8 {
    width: 66.66%;
}

.span-9 {
    width: 75%;
}

.span-10 {
    width: 83.33%;
}

.span-11 {
    width: 91.66%;
}

.span-12 {
    width: 100%;
}




/*---------------- Erste Reihe mit Menu & Logo ---------------*/
#header {
    width: 100%;
    float: left;
    height: 48px;
    background-color: white;
    vertical-align: middle;
    text-align: center;
    padding-left: 20px;
    /*padding-top: 10px;
    padding-bottom: 50px;*/
    margin-right: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: var(--psOrange);
}

.headleft {
    color: #666666;
    background-color: var(--psOrange);
    float: left;
    height: 45px;
    vertical-align: middle;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-top: 15px;
}

.headinfo {
    float: left;
    padding-top: 10px;
    background-color: var(--psOrange);
}

.headright {
    float: right;
    width: 10%;
    padding-left: 10px;
    padding-right: 20px;
}

#headerold {
    float: none;
    width: 100%;
    height: 45px;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-left: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #135c95;
}

#header h1 {
    font-family: inherit;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
}

#header .buttons {
    float: right;
    margin: 8px 10px 0 0;
}


.headline {
    font-family: inherit;
    font-size: larger;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}



.psLogo {
    height: 30px;
    width: auto;
    margin-top: 1px;
}


#Logo {
    float: right;
    padding-top: 10px;
}

.psLogo1 {
    height: 30px;
}


#hor_navbar {
    float: right;
    font-family: inherit;
    font-size: small;
    font-weight: normal;
}


/*----------------- Breadcrumb -------------------*/
#breadcrumb {
    width: auto;
    float: right;
}

    #breadcrumb a {
        padding: 8px 20px 8px 10px;
        display: inline-block;
        background-image: url('../images/breadcrumb.png');
        background-position: center right;
        background-repeat: no-repeat;
        font-size: 11px;
        color: #666666;
    }

    #breadcrumb span {
        padding: 8px 20px 8px 10px;
        display: inline-block;
        background-image: url('../images/breadcrumb.png');
        background-position: center right;
        background-repeat: no-repeat;
        font-size: 11px;
        color: #666666;
    }

    #breadcrumb a:hover {
        color: #333333;
    }

    #breadcrumb a:last-child {
        background-image: none;
    }

    #breadcrumb a.current {
        font-weight: bold;
        color: #444444;
    }

    #breadcrumb a i {
        margin-right: 5px;
        opacity: .6;
    }

    #breadcrumb a:hover i {
        margin-right: 5px;
        opacity: .8;
    }


/* Bannerleiste für Dashboardseiten (_LayoutsideNav)*/

#banner {
    width: 100%;
    height: 40px;
    background-color: var(--psOrange);
    float: left;
    font-family: inherit;
    font-style: normal;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #e74d0f;
}

/* Ueberschrift*/


/* Footer */
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    color: #777777;
    padding: 10px 10px;
    background: #2e363f;
}


.hddate {
    margin-top: 10px;
    float: right;
}

.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



    /*---------------- versteckte Sidebar Navigation  ------------*/

    #mySidenav {
    color: #FFFFFF;
}


.sidenavOpenbtn {
    margin: 15px 10px 5px 10px;
    font-size: 15px;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    color: #ffffff;
    background-color: var(--psDark);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav #mySearch {
        color: #000000;
    }

    .sidenav ul li a {
        padding: 4px 8px 4px 8px;
        text-decoration: none;
        font-size: 12px;
        color: #FFFFFF;
        display: block;
        transition: 0.3s;
    }

        .sidenav ul li a:hover {
            color: #f1f1f1;
        }

    .sidenav li {
        list-style-type: none;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


/*--------- Loader ----------------------------*/

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*----------------------- Widgets --------------------*/
.widget-box {
   
    border: 1px solid #bce8f1;
    border-radius: 5px;
   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #ffffff;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    margin-right: 10px;
    font-family: inherit;
    top: 0px;
    left: 0px;
}

.widget-high-400 {
    float: left;
    width: 400px;
    height: 340px;
}

.widget-high-auto {
    height: 800px;
}

.widget-high-600 {
    height: 600px;
    overflow:scroll;
}

.widget_2_columns {
    float: left;
    width: 815px;
    height: 340px;
}

.widget-image {
    float: left;
    width: 530px;
    height: 340px;
    display: block;
    overflow: hidden;
}

/* Allgemeiner Inhalt*/
.widget-content {
    border-bottom: 1px solid #cdcdcd;
    border-bottom-width: 0px;
    border-bottom-style: none;
    margin-left: 2px;
    margin-right: 2px;
}

.widget-content-table600 {
    height: 600px;
    width:100%;
    overflow: scroll;
}

.widget-title {
    /*background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;*/
    background-color: #d9edf7;
    border-bottom: 1px solid var(--psDark30);
    height: 36px;
}

    .widget-title span.icon {
        border-right: 1px solid #cdcdcd;
        float: left;
        width: 40px;
        padding: 9px 10px 7px 11px;
        /*padding-left: 2px;
    padding-bottom: 2px;*/
    }

    .widget-title h5 {
        color: #191919;
        /*  text-shadow: 0 1px 0 #ffffff;*/
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 12px;
        line-height: 12px;
        margin: 0;
    }

    .widget-title .buttons {
        float: right;
        margin: 8px 10px 0 0;
    }

    .widget-title form {
        width: 40%;
        float: right;
    }

.widget-buttonline {
    width: 60%;
    float: right;
    display: inline;
    padding: 5px 0px 5px 5px;
    border-top: thin solid #eeeeee;
}

.widget-title .formActions {
    float: right;
    margin: 8px 10px 0 0;
    width: 20%;
}

/* Search Field in Widget Title*/
.widget-title span.search {
    width: 300px;
    float: right;
    padding: 0px 10px 0px 20px;
    
}


/* Widget für Kamerabilder*/

.widget-cam {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
    display: block;
}

.widget-CamHead {
    float: none;
    width: auto;
    height: 20px;
    background-color: var(--psOrange);
    font-family: inherit;
    padding: 0px 0px 0px 5px;
    color: #ffffff;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f9f9f9;
    vertical-align: middle;
    font-size: small;
}

.widget-snapshot {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding-top: 56.25%;*/ /* 16:9 Aspect Ratio */
    /*max-height: 56.25%;*/ /* 16:9 Aspect Ratio */
    cursor: zoom-in;
    transition: 0.3s;
    display: block;
    object-fit: cover;
}

    .widget-snapshot img {
        /*width: 336px;
        height: 189px;*/
        width: 100%;
        max-height: 149px;
    }

    .widget-snapshot:hover {
        opacity: 0.7;
    }

.widget-video {
    float: left;
    width: 710px;
    height: 612px;
    display: block;
    overflow: hidden;
}




.widget-text {
    padding: 20px 20px 5px 30px;
}


/* Dash für Kamerabilder*/
.dbCamPic {
    width: 25%;
    /*min-height: 1px;*/
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    overflow: hidden;
    display: block;
}


/* override Bootstrap Wert*/

.glyphicon {
    top: 0px;
}

.thumbnail {
    cursor: zoom-in;
}

/*----------------------- Suchfeld im Widget-Titel -------------------------------------------------*/
#mySearch {
    margin: 5px 10px 7px 5px; /* Add some margin */
}

    #mySearch input[type=text] {
        border-radius: 1px 1px 1px 1px;
        padding: 0px 10px;
        border: 1px solid #ddd;
        line-height: 24px;
    }

/*------------------ Suchfeld in Tabelle ----------------------------------*/

.search-1 {
    width: 20%;
}

/*-------------- Formular ----------------------
    basierend auf Bootstrap mit einigen Anpassungen

*/

.addon-width {
    min-width: 210px;
}

.form-inline .formActions {
    width: 50%;
}

.form-horizontal .control-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding-top: 2px;
    width: 100%;
    min-height: 40px;
}

    .form-horizontal .control-group:last-child {
        border-bottom: 0;
    }


.form-horizontal .controllabel {
    padding-top: 15px;
    width: 180px;
}

.form-horizontal .controls {
    height: 30px;
    margin-left: 20px;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-horizontal .controls-area {
    width: 99%;
    height: 60px;
    font-size: small;
    padding: 5px 2px 2px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-horizontal .formActions {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0px 10px 40px;
    width: 99%;
    height: 55px;
}

.form-buttons {
    float: right;
    margin: 8px 10px 0 0;
}

.form-control {
    top: 0px;
}

.help-block, .help-inline {
    color: #999999;
}


.input-append .add-on:last-child, .input-append .btn:last-child {
    border-radius: 0px;
    padding: 6px 5px 2px;
}

.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: auto;
}

.input-append input, .input-append select, .input-prepend span, .input-prepend input {
    border-radius: 0px !important;
}

/*------------------ Radio Buttons & Checkbox ------------------*/
.RB_DataList {
    font-family: inherit;
    font-size: x-small;
    color: #0000FF;
    margin-right: 5px;
    width: 500px;
    height: 28px;
}

.CB_DataList {
    font-family: inherit;
    font-size: x-small;
    color: #0000FF;
    margin-right: 5px;
}

/*----------------- Tooltip -----------------------*/

.test + .tooltip > .tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}
/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}
/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}
/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}
/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

/*-------------- CamMainpage --------------*/

.link-sidebar {
    width: 100%;
    background-color: #e74d0f;
    color: white;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FFFFFF;
}

/*------------------------ Tabelle -------------------------*/

.dl-horizontal dt {
    padding: 6px 0px 0px 4px;
}

.dl-horizontal dd {
    padding: 6px 0px 0px 0px;
}

.table th {
    height: auto;
    font-size: 11px;
    padding: 5px 10px 2px;
    border-bottom: 0;
    text-align: center;
    color: #666666;
}

.table td {
    height: auto;
    font-size: 12px;
    border-right: 1px solid var(--psGrey);
}

    .table td:nth-last-child() {
        border-right: none;
    }

    .table td a {
        text-decoration: none;
        cursor: pointer;
        font-size: 12px;
        color: #000000;
    }

.table tr:nth-child(even) {
    background-color: #f2f2f2
}

.tableright td {
    text-align: right;
}

/*----------------- Wrapping element --------------------------------*/
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    // background: url(../images/bodyBg.png) repeat #fff;
    min-height: 650px;
}

.page-wrapper {
    width: 95%;
    max-width: 700px;
    background: #FFFFFF;
    padding: 1em;
    margin: 1em auto;
    border-top: 15px solid #E9672E;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

/*------------ Accordion CSS -------------------*/

#accordion button[aria-expanded="true"]:after {
    content: " \2212";
    font-weight: bold;
}

#accordion button[aria-expanded="false"]:after {
    content: " \002B";
}

#accordion div {
    padding: 0 1em;
    /*background-color: white;*/
    overflow: hidden;
    text-align: center;
}

[aria-hidden="true"] {
    height: 0;
}

[aria-hidden="false"] {
    height: 100%;
}


.listpanel {
    margin-bottom: 10px;
    background-color: #808080;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px;
}

.listitemcolor {
    color: #000000;
}

panelbackground {
    background: #333;
}



/* 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;
}



/*------------------- Style the Image Used to Trigger the Modal --------------*/
#Preview {
    cursor: zoom-in;
    transition: 0.3s;
}


    #Preview:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* The Modal  */
.inputmodal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 900px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalBackgroundWhite {
    background-color: #fefefe;
    border: 1px solid #888;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 110px;
    right: 150px;
    color: #ffffff;
    z-index: 3;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }



/*--------------- Diagrammseiten -----------------------*/
#MenuRow {
    border: thin solid #FFFFFF;
    height: 50px;
    background-color: #f9f9f9;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#calendar {
    border: thin solid #FFFFFF;
    height: 45px;
    background-color: #f9f9f9;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

/*----------- Actionfields --------------*/

.actionfield {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 5px;
    border-right: 2px solid #bce8f1;
    height: 65px;
    text-align: center;
}

.actionfield_text {
    padding: 10px 5px;
}

.actionfield_first {
    border-left: 2px solid #bce8f1;
    padding: 10px 5px;
}

.actionfield button, .actionfield select, .actionfield [role="button"] {
    display: block;
    border: none;
    background-color: white;
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    text-align: center;
}

.actionfield_radiofield {
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.actionfield .radio{
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 5px;
    text-align: left;
}

.actionfield .glyphicon
{
    display:block;
    text-align: center;
    width: 100%;
}

.actionfield .sidenavOpenbtn
{
    margin: 0px;
}

.actionfield button:hover {
    background-color: var(--psDark20);
}

.actionfield [role="button"]:hover {
    background-color: var(--psDark20);
}


.myButton {
    font-size: 12px;
    padding: 8px 10px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #bce8f1;
    margin: 0px 5px;
    /*border-color: var(--psGrey);*/ /* PS Grey */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonline {
    border: thin solid #FFFFFF;
    height: 50px;
    background-color: #f9f9f9;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    border-left: 1px solid var(--psGrey);
    border-right: 1px solid var(--psGrey);
}

.B_leftright {
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
}

.B_dwm {
    background-color: #f0f0f0;
    /*width: 110px;*/
}






/*------------------ Ticketliste ----------------------*/
.ticket {
    border-top: thin;
    border-bottom: thin;
}

.ticketHead {
    width: 100%;
    font-weight: bolder;
    background-color: #F1F1F1;
    padding: 20px 10px 5px 20px;
}

.ticketTitel {
    width: 100%;
    color: var(--psDark);
    font-weight: bolder;
    padding: 5px 10px 5px 20px;
}

.ticketContent {
    width: 50%;
    height: auto;
    font-size: smaller;
    padding: 5px 10px 5px 20px;
}

.borderlessButton {
    border: none;
    background-color: transparent;
}

/*---------- Calendar -----------------*/


.generated {
    color: #999;
}

    .generated a {
        color: #999;
    }

/* layout */
.wrap {
    display: flex;
}

.left {
    margin-right: 10px;
}

.right {
    flex-grow: 1;
}


/* checklist */

.area-action {
    cursor: pointer;
}

    .area-action:hover {
        opacity: 0.7;
    }

.month_default_event {
    overflow: hidden;
}

.month_default_event_inner {
    padding-top: 4px;
    align-items: start;
    border-radius: 3px;
}

.month_default_event {
    border-radius: 3px;
}

.month_default_event_bar {
    border-radius: 3px;
}


/* date picker busy days */
.navigator_default_busy.navigator_default_cell .navigator_default_cell_text {
    border-bottom: 4px solid rgba(238,142,46,0.8);
    box-sizing: border-box;
}



@media print {
    .body-content {
        background-color: white;
    }

    .buttons {
        visibility: hidden;
    }

    #maindataHead {
        visibility: hidden;
    }

    #sidenavOpenbtn {
        visibility: hidden;
    }

    
    
 
}
