﻿#MainContent {
    margin-top: 80px;
}
.minus-body-top-margin {
    margin-top: -80px !important;
}

@media screen and (max-width: 992px) {
    #MainContent {
        margin-top: 180px;
    }

    .minus-body-top-margin {
        margin-top: -180px !important;
    }
}

.validation-error {
    font-size: 80%;
    color: #dc3545;
}

.language-name {
    padding: 10px;
    vertical-align: middle;
}

.navbar .dropdown-menu {
    background: #f7ffff;
}

.navbar .dropdown-menu a {
    padding: 10px;
    width: 200px;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}


#grid [type=checkbox]:checked,
#grid [type=checkbox]:not(:checked) {
    position:initial; 
    opacity:initial; 
    pointer-events:initial;
}


.limiter {
    width: 100%;
    margin: 0 auto;
}

.version {
    font-size: 9px;
}

.page-sizer input {
    width: 50px;
    height: 18px;
}

.e-row.confirmed {
    background-color: #EAFFF1;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: center;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
}

*, ::after, ::before {
    box-sizing: inherit;
}

.wrap-login100 {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #7579ff;
    background: -webkit-linear-gradient(top, #7579ff, rgba(0, 85, 153, 0.2));
    background: -o-linear-gradient(top, #7579ff, rgba(0, 85, 153, 0.2));
    background: -moz-linear-gradient(top, #7579ff, rgba(0, 85, 153, 0.2));
    background: linear-gradient(top, #7579ff, rgba(0, 85, 153, 0.2));
    
}


    #Username, #Password {
        background: 0 0;
        color: #fff;
        font-size: 18px;
    }

#label_Username, #label_Password, #label_NewPassword1, #label_NewPassword2 {
    font-size: 18px;
}

    .login100-form-title {

    font-family: Poppins-Medium;
    font-size: 30px;
    color: 

         #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;

}

.p-b-34 {
    padding-bottom: 34px;
}

.p-t-27 {
    padding-top: 27px;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: 
         #555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;

    outline: none !important;

    border: none;
}

.settings {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.settings-buttons {

}

.control-section .dual-list-wrapper {
    display: flex;
}
.dual-list-groupa,
.dual-list-groupb {
    width: 50%;
}
.dual-list-groupb .e-listbox-wrapper,
.dual-list-groupb h4 {
    width: 87%;
    margin-left: 15px;
}
@media screen and (max-width: 590px) {
    .control-section .dual-list-wrapper {
        width: 100%;
    }
    .dual-list-groupa {
        width: 56%;
    }
    .dual-list-groupb {
        width: 44%;
    }
}
@media screen and (max-width: 400px) {
    .dual-list-groupa {
        width: 59%;
    }
    .dual-list-groupb {
        width: 41%;
    }
}

.admin {
    margin-top: 20px;
    margin-left: 60px;
}

.form-content {
    padding: 50px;
    max-width: 800px;
    margin: auto;
}

fieldset {
    border: 1px solid grey;
    margin-bottom: 20px;
    padding: 20px;
}

.e-float-input input:focus ~ label.e-float-text, .e-float-input input:valid ~ label.e-float-text, .e-float-input input ~ label.e-label-top.e-float-text, .e-float-input input[readonly] ~ label.e-label-top.e-float-text, .e-float-input input[disabled] ~ label.e-label-top.e-float-text, .e-float-input input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, .e-float-input.e-input-focus input ~ label.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0, -12px, 0) scale(0.92);
}

fieldset fieldset {
    background-color: #f5f8fb;
}

.dropdown-item i {
    color: #4285f4;
    margin-right: 5px;
}

.icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #4285f4;
    margin-right: 5px;
}

    .icon.gość:before {
        content: "\f2bb";
    }

    .icon.dostawca:before {
        content: "\f0d1";
    }

    .icon.serwis:before {
        content: "\f0ad";
    }

    .icon.podwykonawca:before {
        content: "\f0ad";
    }

    .icon.pracownik:before {
        content: "\f007";
    }

    .icon.wejście:before {
        content: "\f2f6";
    }

    .icon.wyjście:before {
        content: "\f2f5";
    }

    .icon.MANUAL:before {
        content: "\f4ff";
    }

    .icon.IMPORT:before {
        content: "\f56f";
    }

    .icon.FORM:before {
        content: "\f509";
    }

    .icon.AUTOAWIZACJA:before {
        content: "\f0d1";
    }
    

.phone-box input {
    box-shadow: 0 0 0 #949494 !important;
    border-bottom: 1px solid #949494 !important;
}

.iti--allow-dropdown {
    width: 86%;
}

.phone-box.input-red label {
    color: #e3165b;
}

.phone-box.input-red input {
    box-shadow: 0 0 0 #e3165b !important;
    border-bottom: 1px solid #e3165b !important;
}

.e-checkbox-wrapper.white-checkbox .e-label {
    color: #fff;
}

.notification-icon-modal {
    font-size: 36px;
}

.e-gridcontent {
    overflow-y: auto;
}

.created {
    background-color: lightgreen;
}

.deleted {
    background-color: lightcoral;
}

.card-header {
    background-color: rgba(66, 133, 244,.1);
}

.e-grid .e-headercell {
    background-color: rgba(66, 133, 244,.1);
}

.e-accordion .e-acrdn-header {
    background-color: rgba(66, 133, 244,.1);
}

.e-grid .e-search::before, .e-grid-menu .e-search::before {
    content: '\e993';
}

.e-grid .e-files::before, .e-grid-menu .e-files::before {
    content: '\e70a';
}

.error {
    color: red;
}

.admin-setting {
    margin-top: 10px;
}

.admin-input {
    display: block;
    width: 80%;
}

.single-time > div {
    width: 90%;
    display: inline-block;
}

.single-time > i {
    color: red;
    margin-left: 20px;
    cursor: pointer;
}

#footer {
    position: fixed;
    height: 50px;
    background-color: transparent;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.form-box {
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.delete-file {
    margin-left: 10px;
    cursor: pointer;
}


.e-grid .e-grid .e-headercell {
    background-color: rgba(133, 66, 244,.1);
}

#UserImage, #Image {
    max-width: 200px;
    max-height: 200px;
    display: block;
    text-align: center;
    margin: 20px auto;
}

.e-ccdlg {
    position: fixed !important;
}

.mb-5, .my-5 {
    margin-bottom: 1.5rem !important;
}

#dropDown2 {
    min-width: 50px;
    width: 50px;
}