.test
{
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
.starLoading{
    top: 49%;
    left: 50%;
    position: absolute;
}
.img
{
    width: 40px;
}
.fireImg{
    margin-top: 17px;
    margin-left: 35px;
    width: 80px;
}
.export{
    margin-left: 12px;
    border: 1px solid black;
}
.btnpdf
{
    font-weight: bold;
}
.Textera-mixture{
    height: 80px!important;
}
.list
{
    height: 170px;
}
.tipPiktogram
{
    border-style: solid;
    border-color: #38B0DE;
    border-width: 1px;
    text-align: center;
    border-radius: 3px;
}
.tipText
{
    margin-top: 1px;
    color: #38B0DE;
    padding-top: 4px;
}
.waringPiktogram
{
    border-style: solid;
    border-color: #4dc072;
    border-width: 1px;
    text-align: center;
    border-radius: 3px;
}
.waringText
{
    margin-top: 1px;
    color: #4dc072;
    padding-top: 4px;
}
.noteSubstance
{
    border-style: solid;
    border-color: red;
    border-width: 1px;
    text-align: center;
    border-radius: 3px;
}
.textSubstance
{
    margin-top: 1px;
    color: red;
    padding-top: 4px;
}
.infoSubstance
{
    border-style: solid;
    border-color: #4dc072;
    border-width: 1px;
    text-align: center;
    border-radius: 3px;
}
.infoText
{
    margin-top: 1px;
    color: #4dc072;
    padding-top: 4px;
}
.tableGenerator
{
    margin-top: 20px;
    background-color: white;
}
.btn-generate
{
    border-style: solid;
    border-color: #4dc072;
    border-radius: 5px;
    border-width: 2px;
    color: white;
    width: 62px;
    padding: 4px;
    background-color: #4dc072;
}
.nextPage
{
    border-style: solid;
    border-color: #4dc072;
    border-radius: 5px;
    border-width: 2px;
    color: white;
    padding: 4px;
    background-color: #4dc072;
}
.btn-generate:hover
{
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-color: #39a15a;
    border-width: 2px;
    border-style: solid;
}
.seartchSubstance
{
    width: 186px;
    height: 25px;
}
.seartchName
{
    border-style: solid;
    border-color: #4dc072;
    border-radius: 5px;
    border-width: 2px;
    color: white;
    padding: 4px;
    background-color: #4dc072;
}
.seartchName:hover
{
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-color: #39a15a;
    border-width: 2px;
    border-style: solid;
}
tr
{
    height: 40px;
}
.change
{
    display: none;
}
.changeSkil
{
    display: none;
}
.changePikto
{}
.turnOff
{
    display: none;
}
.turnSkill{}
.turnOn{}
.TextMin{display: none}
.TextMinNone{}
.TextMaxList{display: none}
.TextMaxListNone{}
.cursorPo{cursor: pointer}
.TextTera{}
 /*
 ################################### stylizacja info
 */
.ikon
{
    position: absolute;
    top: 55px;
    right: -10px;
    cursor: pointer;
}
.BacgroundIkon
{
    position: relative;
}
.ikon2
{
    position: absolute;
    top: 93px;
    right: -25px;
    cursor: pointer;
}
.ikon3
{
    position: absolute;
    top: 305px;
    right: -25px;
    cursor: pointer;
}
.ikon4
{
    position: absolute;
    cursor: pointer;
    top:32px;
}
.ikon4Auto{
    position: absolute;
    bottom: 408px;
    right: -10px;
    cursor: pointer;
}
.framenameCap
{
    position: fixed;
    background: rgba(255, 254, 255, 0.95);
    top: 45px;
    border-radius: 5px;
    width: 37%;
    text-align: center;
    left: 31%;
    border-color: #39a15a;
    border-width: 2px;
    border-style: solid;
    height: 500px;
    box-shadow: 1px 1px 10px black;
}
.textInfo
{
    width: 95%;
    margin-left: 2.5%;
    text-align: justify;
}
.ikon-cancel
{
    margin-top: 15px;
    margin-right: 15px;
}
.info-center
{
    text-align: center;
}
.imgInfo
{
    width: 500px;
}
.hiddynSubstance{display: none}
.hiddynSubstanceNon{}
.hiddynSubstanceDescription{display: none}
.hiddynSubstanceDescriptionNon{}
.hiddynSubstanceImpor{display: none}
.hiddynSubstanceImporNon{}
.hiddynSubstanceCap{display: none}
.hiddynSubstanceCapNon{}
/*
    #################################### stylizacja checbox
*/

.section input[type="radio"],
.section input[type="checkbox"]{
    display: none;
}


.container2 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   /* width: 196px;*/
}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #B0BEC5;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: #ccc;
    border-color: #39a15a;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #4dc072;
    border-color: #39a15a;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

.container2 input:disabled ~ .checkmark {
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    cursor: default;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.testqr{
    height: 100px;
}
/*
########################### playorder
*/
.loadcontent{display: none;}
.loadcontentNon{
    position: fixed;
    left: 45%;
    top:40%;
}
.preloader {
    margin: 80px auto 0;
    font-size: 50px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    animation: animation 1.7s infinite ease;
}

@keyframes animation {
    0% {
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #4dc072, 0 -0.83em 0 -0.42em #4dc072, 0 -0.83em 0 -0.44em #4dc072, 0 -0.83em 0 -0.46em #4dc072, 0 -0.83em 0 -0.477em #4dc072;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em #4dc072, 0 -0.83em 0 -0.42em #4dc072, 0 -0.83em 0 -0.44em #4dc072, 0 -0.83em 0 -0.46em #4dc072, 0 -0.83em 0 -0.477em #4dc072;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em #4dc072, -0.087em -0.825em 0 -0.42em #4dc072, -0.173em -0.812em 0 -0.44em #4dc072, -0.256em -0.789em 0 -0.46em #4dc072, -0.297em -0.775em 0 -0.477em #4dc072;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em #4dc072, -0.338em -0.758em 0 -0.42em #4dc072, -0.555em -0.617em 0 -0.44em #4dc072, -0.671em -0.488em 0 -0.46em #4dc072, -0.749em -0.34em 0 -0.477em #4dc072;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em #4dc072, -0.377em -0.74em 0 -0.42em #4dc072, -0.645em -0.522em 0 -0.44em #4dc072, -0.775em -0.297em 0 -0.46em #4dc072, -0.82em -0.09em 0 -0.477em #4dc072;
    }
    100% {
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #4dc072, 0 -0.83em 0 -0.42em #4dc072, 0 -0.83em 0 -0.44em #4dc072, 0 -0.83em 0 -0.46em #4dc072, 0 -0.83em 0 -0.477em #4dc072;
    }
}


/*////////////////////   create table for zestawienie podstawowe*/
.dangerSubstane{
    /*border: 1px solid #2c7b45;*/
    border-radius: 3px;
    background-color: #DCDCDC;
    padding: 5px;
    font-weight: 600;
}
.bg-table{
    background-color: white;
}
.name-table{
    text-align: center;
}
.table-position{
    margin-left: auto;
    margin-right: auto;
}
.flex-conteiner{
    position: fixed;
    width: 80%;
    margin-left: 10%;
    height: 315px;
    box-shadow: 1px 1px 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.95);
}
.showmanager{}
.table-form{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.table-find{
    border: 1px solid black;
    width: 80%;
}
.border-finish{
    border-top: 1px solid black;
}
.menu-table{
    background-color: white;
}
.cancel-find{display: none}
.cancel-findNoe{}
/*
/////////////pole kreatora
*/
.AllDiv
{
    width: 48%;
    margin-left: 4%;
    float: left;
}
.kreatorDiv{
    float: left;
    width: 48%;
}
select > option{
    font-weight: bold;
    cursor: pointer;
}
.kreatorDiv__counter{
    border: 1px solid #39a15a;
    color: #39a15a;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    margin-top: 5px;
}
.kreatorDiv__error{
    border: 1px solid red;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    margin-top: 5px;
}
.kreatorDiv__error__text{
    color: red;
}
.contentNavbar{
    margin-left: 1%;
}
.rightNumber{
    border: 1px solid #39a15a;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    margin-top: 20px;
    color: #39a15a;
}
.listHr{
    background-color: #DEDEDE;
    height: 1px;
    width: 100%;
    margin-top: 40px;
}
.listHr2{
    background-color: #DEDEDE;
    height: 1px;
    width: 100%;
    margin-top: 5px;
}
.marginNavbar{
    margin-top: 10px;
    margin-bottom: 10px;
}
.nameSubstance{
    font-size: 13pt;
}
.marginNavbar2{
    margin-top: 17px;
}
/**/
.dominationInfo{
    transition-duration: 2s;
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    top: 0px;
    width: 100%;
    height: 100%;
}
.dominationInfo:hover{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    width: 100%;
    height: 100%;
}
.dominationInfo > div{
    text-align: center;
    background-color: #EFEFEF;
    position: relative;
    top: 40%;
    border: 2px solid #39a15a;
    border-radius: 3px;
    width: 45%;
    padding-bottom: 15px;
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.75);
}
.importantinfo__button{
    margin-top: 45px;
}
.importantinfo__button--primary{
    margin-left: 70px;
    display: inline-block;
}
.importantinfo__button--danger{
    margin-right: 70px;
    display: inline-block;
}
.ikonaDelete{
    position: absolute;
    top: 10px;
    right: 10px;
}
.errorCas{
    border: 1px solid #a94442 !important;
}
.errorCas__text{
    color: #a94442;
}
.form-searchsubstance{
    width: 130px;
    height: 27px;
    border-radius: 5px;
    font-size: 12px;
    text-align: left;
}
.ikonCancelInput{
    top: 9px;
    right: 3px;
    position: absolute;
    font-size: 15px!important;
    cursor: pointer;
}
.ikonCancelInput2{
    top: 11px;
    right: 7px;
    position: absolute;
    font-size: 15px!important;
    cursor: pointer;
}
.border-table > td{
    border: 1px solid #e5e5e5;
}
.createButton{
    float: right;
}
.createNewUser{
    width: 95%;
    margin-top: 20px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 1px 1px 10px #BDBDBD;
    border-radius: 3px;
}
.navbar .navbar-nav > li a:current{
    border-bottom: 3px solid #4dc072;
    margin-bottom: -3px;
}
.extraAttributActive{
    color: white;
    background-color: #39a15a;
    border: 1px solid #39a15a;
    padding: 5px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
}
.extraAttribut{
    padding: 5px;
    font-size: 13px;
    border-radius: 4px;
    transition-property: background-color,color;
    transition-duration: 0.5s;
}
.extraAttribut:hover{
    padding: 5px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.active_risk_no{
    color: #39a15a!important;
    border: 1px solid #39a15a!important;
}
.active_risk_no:hover{
    color: white!important;
    background-color: #39a15a!important;
    border: 1px solid #39a15a!important;
}
.active_risk_minimal{
    color: #FF9900!important;
    border: 1px solid #FF9900!important;
}
.active_risk_minimal:hover{
    color: white!important;
    background-color: #FF9900!important;
    border: 1px solid #FF9900!important;
}
.active_risk_max{
    color: red!important;
    border: 1px solid red!important;
}
.active_risk_max:hover{
    color: white!important;
    background-color: red!important;
    border: 1px solid red!important;
}
.hedingAttributs{
    font-size: 21px;
}
.assignMixtureOwner{
    color: #FF6600;
    border: 2px solid #FF6600;
    left: 3%;
    width: max-content;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    transition-property: background-color,color;
    transition-duration: 0.5s;
}
.assignMixtureOwner:hover{
    color: white;
    background-color: #39a15a;
    border: 1px solid #39a15a;
    padding: 7px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}
.notificationUpload{
    background-color: #39a15a;
    color: white;
    padding: 5px;
    border-radius: 4px;
}
.notificationUploadDanger{
    background-color: #FF3333;
    color: white;
    padding: 5px;
    border-radius: 4px;
}
.notificationMixture{
    margin-top: -1px;
    margin-left: 10px;
}
.dot{
    color: #FF3333!important;
    cursor: pointer;
    font-size: 16px!important;
}
.scrollAtribute{
    overflow-y: scroll;
    max-height: 410px;
}
.error-form-token{
    border: 1px solid #FF3333!important;
    text-align: center;
}
.dateHistory{
    margin-bottom: 10px;
    border-radius: 3px;
    border: 0.5px solid #DCDCDC;
    padding: 10px;
}
.dateHistory__divCenter{
    width: max-content;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.dateHistory__input{
    float: left;
}
.dateHistory__label{
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.dateHistory__input > input{
    color: #0ea432;
    font-weight: 600;
}
.input__token{
    text-align: center;
    font-weight: 700;
}
.errorFormUser{
    text-align: center;
}
.errorFormUserName{
    color: #FF3333;
    border: 1px solid #FF3333;
    border-radius: 3px;
    padding: 6px;
    width: -webkit-fill-available;
    background-color: #FFEBEE;
}
.error-page{
    background-image: url("main/images/bg_main.jpg");
    background-repeat: no-repeat;
}
.text-non-found{
    background-image: url("main/images/green_benzen.png");
    background-repeat: no-repeat;
    background-size: 70% 100%;
    height: 530px;
    margin-left: 23%;
}
.text-non-found > h4 {
    position: absolute;
    left: 29%;
    top: 43%;
    font-size: 25px;
}
.img-error{
    height: 130px;
    float: left;
}
.psemisionInfo{
    font-size: 12px;
}
.style{
    font-size: 12px!important;
}
.errorTr{
    background-color: #FFCCCC!important;
    font-weight: 700;
    color: #FF3333;
}
.errorTrDate{
    background-color: #CCCCFF!important;
    font-weight: 700;
    color: #6633FF;
}
.notificationMixture{
    position: absolute;
    right: 15px;
    top: 1px;
    color: red;
    border: 1px solid red;
    padding: 3%;
    border-bottom-left-radius: 3px;
}
.paneNotification{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.paneNotification > h3{
    padding: 10px;
}
.linkNext:hover {
    cursor: pointer;
    color: #39a15a!important;
    background-color: white!important;
    text-decoration: none;
}
.wareHouse:hover{
    cursor: pointer;
    background-color: #39a15a!important;
    font-weight: 600;
    color: white;
}