body {
	background: #122337;
	color: #333333;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
/* PRELOADER */
#preloader{
position: fixed;
top: 0;
left: 0;
z-index: 100000;
width: 100vw;
height: 100vh;
background: #122337;
}

#preloader > div{
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    z-index: 1;
    border-radius: 50%;
    opacity: 0.6;
}


/* STAŁE */
.flex-out{
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between ;
    flex-wrap: wrap; 
}
.flex-out-st{
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start ;
    flex-wrap: wrap; 
}
.flex-out-cent{
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}

.flex-column{
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-2{
    width: 49%;
}

.wrapper{
    max-width:900px;
    min-height: calc(100vh - 80px);
    margin: 0 auto;
    left: 0;
    right: 0;
}

h1{
    font-size: 22px;
    padding: 20px 0 0 5px;
    font-weight: 700;
    color: #fff;
}

h2{
    background: #f8f8f8;
    font-size: 16px;
    border-bottom: solid 1px #e4e4e4;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 7px 7px 0 0;
}

.info{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: relative;
    background: #e4e4e4;
    border: solid 1px  #d5d5d5;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
}
.hid{
    opacity: 0;
    cursor: default  !important;
    background: #d2d2d2 !important;
}

.back{
display: inline-block;
width: 50px;
height: 30px;
position: relative;
top:5px;
left: -5px;
}
.back::before{
    font-family: "Material Symbols Outlined";
    content: "\f1e6";
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;

}

.blok{
    display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; 
}
.col-red{
    background: #E1146F;
    color: #fff;
}
.col-yellow{
    background: #FFD626;
    color: #fff;
}
.col-blue{
    background: #6BCBDB;
    color: #fff;
}
.col-purple{
    background: #484B9A;
    color: #fff;
}
.col-gray{
    background: #8EACB4;
    color: #fff;
}

/*informacje */
.warning{
    border: solid 1px #d40a0a;
    color: #d40a0a;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
}

.warning a{
    display: block;
    font-weight: 700;
    text-decoration: underline;
    margin: 10px auto;

}



/* tabela */
table{
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    width: 100%;
    position: relative;
}
table td, table th{
    border: solid 1px #e8e8e8;
    padding: 10px;
    font-weight: normal;
}

table tr:nth-child(even){
    background: #fbfbfb;
}


    table thead td, table thead th{
        background: #f2f1f1;
        position: -webkit-sticky;
        position: sticky;
        font-weight: 700;
        font-size: 13px;
          top: 5px;
          z-index: 2;
    }


/* SEKCJA GŁÓWNA */
#main-sec{
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
}
    


.cont{
    background: #fff;
    border-radius: 7px;
    margin: 20px 0;
    position: relative;
}

.cont > div{
    padding: 20px;
}


/* BUTTONY */

/* mega */
.buton-cont{
    border-radius: 7px;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;

}

.anime{
    animation: slideInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}

/*TREŚCI */
.tresci b{
font-weight: 700;
}
.tresci i{
font-style: italic;
}
.tresci u{
    text-decoration: underline;
}



/* FORMULARZ */
form{
    margin: 0;
    width: 100%;
}
form.odst{
    margin: 10px 0 20px 0;
    width: 100%;
}

form fieldset {
    margin: 30px 0;
    padding: 10px;
    position: relative;
    border: solid 1px #dbdbdb;
    
    }
        
    
    form label, .label{
    display: block;
    color: #515151;
    font-size: 13px;
    margin: 10px 0 5px 0;
    font-weight: normal;
    font-style: italic;
    }
    

    
    form input[type="text"],
    form input[type="password"],
    form select,
    form textarea
    {
    color:#333333;
    border: solid 1px #b0b0b0;
    background: #fcfcfc;
    padding: 12px 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    width: 100%;
    border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    form input[type="text"]:hover,
    form input[type="password"]:hover,
    form select:focus,
    form textarea:focus
    {
    border: solid 1px #b0b0b0;
    }
    
    
    form input[type="text"]:focus,
    form input[type="password"]:focus,
    form select:focus,
    form textarea:focus
    {
    border: solid 1px #000;
    background: #fff;
    }

    #passd{
        position: relative;
    }
    #passd #showp{
width: 40px;
height: 100%;
position: absolute;
right: 5px;
top: 0;
cursor: pointer;
z-index: 10;
    }
    #passd #showp::before{
        font-family: "Material Symbols Outlined";
        content: "\e8f4";
        font-size: 20px;
        position: absolute;
        left: 10px;
        top: 5px;
    
    }
    #passd #showp.shw::before{
        content: "\e8f5";
    }



    .fombut{
        width: 100%;
        margin: 30px 0 10px 0;
        height: 50px;
        line-height: 50px;
        background: #ffd626;
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        border-radius: 7px;
        cursor: pointer;
        font-weight: 700;
    }

#dalej{
    position:sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    height: 80px;
    line-height: 80px;
    background: #ffd626;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: 0 0 7px 7px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    z-index: 1000;
}

#zatwiedz{
    padding: 0;
    width: 100%;
    margin: 20px 0 0 0;
    height: 50px;
    line-height: 50px;
    background: #ffd626;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
}



/* LOGOWANIE */

#logowanie-out{
    max-width: 400px;
    height: calc(100vh - 60px);
 margin: 0 auto;
 left: 0;
 right: 0;
}
#logowanie-inc{
width: 100%;
background: url(../../source/img/logo-color.png) no-repeat top;
background-size: 120px auto;
padding: 120px 0 0 0;
}

/* ZGLOSZENIE */
#maszyny{
    max-height: calc(100vh - 355px);
    overflow-y: auto;
    margin: 10px 0 0 0;
}
#maszyny > div{
width: 100%;
padding: 15px;
font-size: 16px;
border: solid 1px #d2d2d2;
margin: 10px 0;
text-align: center;
border-radius: 5px;
cursor: pointer;
}
#maszyny div span{
    display: block;
    font-size: 13px;
}
#maszyny > div div{
    font-size: 12px;
}

#maszyny > div.sel{
    border: solid 1px #4b96a4;
    background: #6BCBDB;
    color: #fff;
}



#opis{
    margin-top: 20px;
    color: #fff;
}

#opis > div{
    margin: 0 15px;
}

#opis i{
    display: block;
    font-size: 10px;
    color: #9e9e9e;
}
#problem{
    height: 200px;
}

.dane{
    margin: 10px 0;
}

.dane > div:first-of-type{
    color: #9e9e9e;
    font-size: 13px;
    }

.Zfoto{
    margin: 10px 0;
    border-radius: 7px;
}

.Zfoto img{
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.zgloszenie{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: solid 1px #d2d2d2;
    margin: 10px 0;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;   
}

.zgloszenie span{
    display: block;
    font-size: 11px;
    color: #b0b0b0;

}
    
/* BUTONY POPUP */
.btn-pop{
    display: inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 10px;
    padding: 38px 7px 0 7px;
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    font-size: 10px;
    position: relative;
}
.btn-pop:hover{
    border: solid 1px #8CD335;
    color: #8CD335;
}
.btn-pop::before{
    font-family: "Material Symbols Outlined";
    font-size: 22px;
    position: absolute;
    left: 29px;
    top: 7px;
}

.btn-pop-lista::before{
    content: "\e8fe";
}
.btn-pop-dashboard::before{
    content: "\e9b0";
}
.btn-pop-add::before{
    content: "\e145";
}



/* MODUŁ FOTO */

.SortFoto li{
    display: inline-block;
    width: 140px;
    height: 180px;
    margin: 5px;
    border: solid 1px #F1F1F1;
    background: #F8F8F8;
    border-radius: 5px;
    position: relative;
}

.SortFoto li .im{
width: 100%;
height: 100px;
position: relative;
border-radius: 5px 5px 0 0;
}

.SortFoto li .f-txt{
padding: 5px;
font-size: 10px;
font-style: italic;
}

.SortFoto li .im img{
    width: 100%; 
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.SortFoto li .foot{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #e6e9eb;
    border-radius: 0 0 5px 5px;
}



.SortFoto li .foot div{
    display: inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    height: 30px;
    line-height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    margin: 0 2px;
    cursor: pointer;

    }
    .SortFoto li .foot div a{
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .SortFoto li .foot div::before{
            font-family: "Material Symbols Outlined";
            font-size: 22px;
            position: absolute;
            left: 4px;
            top: 2px;  
    }
    .SortFoto li .foot div.f-show::before{
        content: "\e8f4";
    }
    .SortFoto li .foot div.f-del::before{
        content: "\e872";
        color: #d50c0c;
    }


/* MENU DOLNE */
#bot-nav{
position: fixed;
bottom: 0;
left: 0;
z-index: 10;
height: 40px;
width: 100%;
background: #2f383f;
}
#bot-nav a{
display: inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
color: #fff;
height: 40px;
line-height: 40px;
width: 40px;
line-height: 40px;
position: relative;
font-size: 14px;
margin: 0 5px;
}
#bot-nav a span{
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;  
}
/* STOPKA */
#footer{
    height: 80px;
}
#footer-inc{
height: 70px;
width: 100%;
background: #6BCBDB;
color: #fff;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1001;
}

#footer a{
    width: 100px;
    height: 50px;
    text-align: center;
    position: relative;
    color: #fff;
    margin: 0 10px;
    font-size: 10px;
    padding-top: 36px;
}
#footer a::before{
    font-family: "Material Symbols Outlined";
    font-size: 26px;
    position: absolute;
    left: 36px;
    top: 6px;
    z-index: 1;
}


#ico-plus span{
    display: block;
    background: #E1146F; 
    height: 50px !important;
    top: -25px;
    width: 50px !important;
    border-radius: 50%;
    position: absolute;
    left: 25px;
}


#ico-zamow::before{
    content: "\e02f";
}
#ico-home::before{
    content: "\e88a";
}
#ico-plus::before{
    content: "\e145";
    left: 33px !important;
    font-size: 34px !important;
    top: -20px !important;
}


