/* Minification failed. Returning unminified contents.
(785,16): run-time error CSS1038: Expected hex color, found '#ffff'
 */

/*-------------------------* main layout--------------------------------------*/
html {
    background-color: white;
    margin: 0;
    padding: 0;
    height: 100%;
}

.RaportsHeightFix{
    height:calc(100vh-58px);
}

body {
    background-color: #fff;
    border-top: solid 0px white; /* top  menu*/
    color: #333;
    font-size: .85em;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    clear: both;
    padding-bottom: 2px; /* main  to  footer */
    background-size: cover;
}

.MachineStatusesStyle {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    max-width: 80vw;
    justify-content: center;
    margin: 0 auto;
}

.grid-itemStatus {
    width: calc(70vw/4);
    height: calc(70vw/4);
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.containerMachineStatus {
    display: block;
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 25px);
    top: 0;
    left: 0;
    background: none;
    margin: 0;
    padding: 25px;
}

.imageMachineStatus {
    display: block;
    position: absolute;
    /*width: calc(80vw/4 - 25px);*/
    height: calc(70vw/4 - 5px);
    top: 0;
    left: 0;
    z-index: 0;
}

.statusMachineStatus {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    font-size:x-large;
}

.nameMachineStatus {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 1;
    width: 100%;
    font-size: x-large;
}

.grid-itemStatus:hover a {
    color: white;
}

.grid-itemStatus:hover {
    opacity: 0.8;
}

.chartInfo{
    font-size:x-large;
}

.chartInfoSmall{
    font-size:large;
}

.chartProgressBar{
    width:150px;
}

@media (min-width: 768px) and (max-width:1200px) {

    .body{
        overflow-y:visible;
    }

    .mark{
        height:200px;
        width:100px;
    }

    .progress {
        height: 40px;
    }
    .progress-bar {
        font-size: 25px;
    }
    .chartProgressBar {
        width: 350px;
    }

    .chartInfoSmall {
        font-size: xx-large;
    }

    .chartInfo{
        font-size:xxx-large;
    }

    .chartMargin{
        margin-top:30px;
    }
    
    .fixChartBootstrap{
        width:100%;
    }

    .dxbs-chart.dxbs-loaded {
        width:100%;
        height:700px;
    }
}


@media (max-width: 1025px) {
    .MachineStatusesStyle {
        display: block;
        width: 100vw;
    }

    .grid-itemStatus {
        width: 75vw;
        height: 75vw;
        box-sizing: border-box;
        position: relative;
        margin: 5vw auto;
        display: block;
    }


    .imageMachineStatus {
        width: 75vw;
        height: 75vw;
    }

    .nameMachineStatus, statusMachineStatus {
        font-size: 2.4em;
    }
}

.footer {
    float: left;
    height: 25px;
    font-weight: bold;
    clear: both;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    font-family: Verdana,sans-serif;
    position: fixed;
    bottom: 0;
}

.content-wrapper {
    margin: 0px;
    max-width: 100%;
}

header .content-wrapper {
    padding-top: 0px; /*  nad menu*/
}

.FooterParagraph {
    margin: 0px;
    padding: 10px 0 0 0;
}

/*-----------------------------         menu         --------------------------------------------------------*/



.logo-image {
    width: 48px;
    height: 48px;
    border-radius: 1%;
    overflow: hidden;
    /*margin-top: -6px;*/
}


.topnav {
    background-image: linear-gradient(to right, #1a3442, #55829c 50%, #1a3442 80%);
    overflow: hidden;
    text-align: center;
    text-anchor: middle;
    line-height: 2.5;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 8px 8px;
        text-decoration: none;
        font-size: 16px;
    }
    /* Style the links inside the navigation bar */

        /* Change the color of links on hover */
        .topnav a:hover {
            border-radius: 6px;
            background-color: #4388B1;
            color: white;
        }

        /* Add an active class to highlight the current page */
        .topnav a:active {
            background-color: #28709A;
            color: black;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }

mark {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.float-left {
    float: left;
    margin-left: 80%;
}

.float-left0 {
    float: left;
}

.float-right {
    float: right;
}

a {
    color: #fff;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    /*text-decoration: underline;*/
}

    a:link, a:visited {
        color: #fff;
        text-decoration: none !important;
    }



.LoginButton:hover {
    background-color: #59cff6;
}

.LoginButton:active {
    background-color: #02a2df;
    box-shadow: 2px 2px #08b5ef;
    outline: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

.Current {
    border-radius: 6px;
    background-color: #4388B1;
    box-shadow: 2px 1px 2px #3079a5;
    color: white;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    font-family: "Segoe UI",Arial,sans-serif;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* ------------------------- login  button --------------------------*/


.buttonLogin {
    background-color: White;
    border: none;
    color: white;
    padding: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 5px;
    cursor: pointer;
}

    .buttonLogin:hover {
        background-color: #59cff6;
    }

    .buttonLogin:active {
        background-color: #02a2df;
        box-shadow: 2px 2px #08b5ef;
        outline: 0;
    }

.dxbf {
    border: 0 !important;
}

.button5Login {
    float: right;
    padding: 10px 10px;
    background: #08b5ef;
    font-size: 40px;
    border: 0 none;
    margin: 4px 5px;
    cursor: pointer;
    border-radius: 7px;
    outline: 0;
    width: 90px;
    line-height: 15px;
    align-content: center;
    max-height: 40px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}


/* ------------------------- All   button --------------------------*/


.buttonAll {
    background-color: White;
    border: none;
    color: white;
    padding: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
    outline: 0;
}

    .buttonAll:hover {
        background-color: #59cff6;
        outline: 0;
    }

    .buttonAll:active {
        background-color: #02a2df;
        box-shadow: 2px 2px #08b5ef;
        border: 0;
        outline: 0;
    }

.button4All {
    padding: 10px 25px;
    background: #08b5ef;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    min-Width: 130px;
    outline: 0;
}

.ButtonInStatic {
    margin-top: 15px;
    width: 95%;
}

.DivShift {
    margin-top: 5px;
    font-size: 10px;
}

.ShiftInput {
    font-size: 16px;
}

.ShiftSpan {
    font-size: 14px;
}

/*---------------DASHBOARDS---------------*/


#MainContent_ASPxWebDashboard1 {
    position: absolute;
    width: 100%;
    top: 100px;
    height: calc(100vh - 125px) !important;
}

.dx-dashboard-widget-container {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 150px;
    min-width: 300px;
    overflow: hidden;
}



/*----------------change Password -----------*/
.texty {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: gray;
    text-align: center;
    margin-bottom: 6px;
    font-size: 16px;
}

.LoginFormPSS {
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    width: 100%;
    text-align: center;
    border-color: lightgray;
}


/*--------------------------------- login form--------------------   */


.LoginFormCS {
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin-left: 15px;
    width: 100%;
    text-align: center;
}


/*------------------------ Machine drop down  list  ------------------------*/
/*.mydropdownlist {
    color: black;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
    font-weight: bold;
    font-size: 14px;
}


.showB {
    display: block;
    color: black; 
    text-align: left;
    background-color: coral;
}*/

/*-------------------------------dropdown button ------------------------------*/
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: deeppink;
        text-align: center;
        padding: 20px 20px;
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        cursor: pointer;
        font-size: 14px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
        background-color: #55829c;
        color: black;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.show {
    display: block;
}





/* -----------------login page ------------------------*/


.imgcontainer {
    text-align: center;
    margin: 0px 0 5px;
}


.container {
    text-align: center;
    margin: 12px 0 12px 0;
}

img.avatar {
    width: 10%;
    /*border-radius: 10%;*/
}

.loginTextLOG {
    width: 30%;
    border-radius: 7px;
    padding: 10px 10px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* ---  button ----*/

.formbuttonLogin {
    color: white;
    padding: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 5px;
    cursor: pointer;
    outline: 0;
}

    .formbuttonLogin:hover {
        background-color: #30c5f4;
    }

    .formbuttonLogin:active {
        background-color: #02b4ed;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
        outline: 0;
    }

.formbutton5Login {
    padding: 5px 20px;
    background: #30c5f4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
}

/* --------------------------------- validation--------------------------------*/


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}



/*---------------------------- DDL------------------------------------*/

.ddlist {
    font-size: 10px;
    padding: 10px 8px 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .ddlist .select {
        width: 120%;
        background: url('~/Images/arrow.png') no-repeat;
        background-position: 80% center;
    }

        .ddlist .select select {
            background: transparent;
            line-height: 1;
            border: 0;
            padding: 0;
            border-radius: 0;
            width: 120%;
            position: relative;
            z-index: 10;
            font-size: 1em;
        }

/*Setting  S*/

.ddlistS {
    float: left;
    width: 100%;
    font-size: 10px;
    padding: 10px 8px 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .ddlistS .select {
        width: 120%;
        background: url('~/Images/arrow.png') no-repeat;
        background-position: 80% center;
    }

        .ddlistS .select select {
            background: transparent;
            line-height: 1;
            border: 0;
            padding: 0;
            border-radius: 0;
            width: 120%;
            position: relative;
            z-index: 10;
            font-size: 1em;
        }




/* -----------------------------page elements--------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #fff;
        background-image: linear-gradient(to right, #1a3442, #55829c 50%, #1a3442 80%);
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;*/
        /*padding: 20px 40px 30px 40px;*/
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #ffff;
    }

    .featured p {
        font-size: 1.1em;
    }

/*--------------------------------page titles --------------------------------------*/

hgroup.title {
    margin-bottom: 10px;
    margin-left: 20px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 10px;
    }

/* features */
section.feature {
    width: 100%;
    float: left;
    padding: 10px;
}



/* content */
article {
    float: left;
    width: 100%;
}

aside {
    float: right;
    width: 50%;
}

    aside ul {
        list-style: none;
        list-style-type: none;
        padding: 0;
    }


.label {
    font-weight: 700;
}


.center {
    width: 50%;
    padding: 2px;
    float: right;
    float: left;
    clear: both;
}

.centerPic {
    width: 100%;
    padding: 2px;
    float: right;
    float: left;
    clear: both;
}

/*---------------------TABLE 4 Column  -----------------------*/

/*Style the container/contact section*/
.container4 {
    text-align: center;
    margin: 5px 0 5px 0;
    border-radius: 7px;
    border-color: lightgray;
    background-color: white;
    margin-right: 2px;
    padding: 5px;
}

/* Create 4 columns that float next to eachother */
.column4 {
    float: right;
    float: left;
    width: 22%;
    margin-right: 3px;
    margin-top: 7px;
    margin-left: 7px;
    padding-left: 7px;
}

/* Clear floats after the columns */
.row4:after {
    content: "";
    border-right: 3px;
    display: table;
    clear: both;
}




/* --------- test----- */




/*------------------------------contact  form --------------------------- */

/*Style the container/contact section*/
.container {
    border-radius: 7px;
    background-color: white;
    padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 800px) {
    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}*/


/* ---------------------- nowy login form  ---------------*/
#Site1_wrapper {
    text-align: center;
    margin: 0;
    border-radius: 0px;
    color: white;
    /*background-image: linear-gradient(to right, #1a3442, #55829c 50%, #1a3442 80%);*/
    background: rgb(85,130,156);
    background: radial-gradient(circle at top, rgba(85,130,156,1) 20%, rgba(13,44,60,1) 100%);
    padding: 0;
    height: auto;
    min-height: 100vh;
}


/*----------------------------- table  3 columns */
/*Style the container/contact section*/
.container3 {
    text-align: center;
    margin: 5px 0 5px 0;
    border-radius: 7px;
    border-color: lightgray;
    background-color: white;
    margin-right: 2px;
    padding: 5px;
}

/* Create 4 columns that float next to eachother */
.column3 {
    float: right;
    float: left;
    width: 30%;
    margin-right: 3px;
    margin-top: 7px;
    margin-left: 7px;
    padding-left: 7px;
}

/* Clear floats after the columns */
.row3:after {
    content: "";
    border-right: 3px;
    display: table;
    clear: both;
}

/*Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column3, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/*
@media screen and (max-width: 1200px) {
    .column3, input[type=submit] {
        width: 50%;
        margin-top: 0;
    }
}
    */





/* ----------------------------------------contact --------  forms  ---------------------------------*/
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


fieldset {
    border-radius: 30px;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        padding: 0.2em 0.2em;
        margin-left: 46%;
        margin-right: 40%;
        font-size: 1.2em;
        text-align: right;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 3px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}



/*------------------------------------------------ info and errors--------------------------------------- */
/*.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

*/

/* tables
----------------------------------------------tables------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
            outline: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}




/*---------------------------MOBILE ------------------------------*/


@media screen and (max-width:1200px) {


    /*.container {
        width: 40%;
        margin-top: 0;
    }*/





    .column4, input[type=submit] {
        width: 30%;
        margin-top: 0;
    }

    .column, input[type=submit] {
        width: 30%;
        margin-top: 0;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
        z-index: 1;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

