﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
/*Snow flake*/
* {
    box-sizing: border-box;
}


.fa-snowflake {
    font-family: 'Muli';
    color: #66CCFF;
    position: absolute;
    top: -20px;
    animation: fall linear forwards;
    z-index: -1;
}

@keyframes fall {
    to {
        transform: translateY(99vh);
        margin-left: -100px;
    }
}
/*Snow flake*/ 


p {
    margin: 0;
}

.d-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}


.lblData {
    text-align: center;
}


.logo {
    height: 300px;
    width: 600px;
    display: block;
    margin: 0 auto;
    margin-top: 82px;
}

.wrapp {
    margin: 18px auto 0;
    width: 300px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.form {
    padding: 10px 30px 25px;
}

.form__in-block {
    margin-top: 15px;
}

    .form__in-block i {
        height: 35px;
        width: 35px;
        background-color: #676056;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #d7d7d7;
    }

.form__title {
    margin: 0;
    height: 45px;
    background-color: #d92424;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
}

.form__input {
    height: 35px;
    width: 100%;
    border: 0;
    background-color: #f7f3eb;
    color: #676056;
    padding: 0 8px;
}

    .form__input:focus {
        outline: none;
    }

.form__btn {
    border: 0;
    width: 100%;
    height: 35px;
    color: #fff;
    box-shadow: inset 0px 0px 0px 0px #d92d2d;
    background-color: #b82020;
    margin-top: 15px;
    -webkit-animation: shadowFadeOut 0.4s;
    -moz-animation: shadowFadeOut 0.4s;
}

.sendGreen {
    background-color: #1c9d1c;
}

.sendBlue {
    background-color: #1c3a9d;
}



.form__btnAdmin {
    border: 0;
    width: 100%;
    height: 35px;
    color: #fff;
    box-shadow: inset 0px 0px 0px 0px #b79292;
    background-color: #b29b9b;
    margin-top: 15px;
    -webkit-animation: shadowFadeOutAdmin 0.4s;
    -moz-animation: shadowFadeOutAdmin 0.4s;
}




    .form__btn:hover, .form__btn:focus {
        box-shadow: inset 0px 46px 0px 0px #d92d2d;
        -webkit-animation: shadowFade 0.4s;
        -moz-animation: shadowFade 0.4s;
    }


.form__btnAdmin:hover, .form__btnAdmin:focus {
    box-shadow: inset 0px 46px 0px 0px #b79292;
    -webkit-animation: shadowFadeAdmin 0.4s;
    -moz-animation: shadowFadeAdmin 0.4s;
}

.form__label {
    font-size: 11px;
    color: #d92424;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.wrapp_admin {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    height: 100vh;
}

.radio-list__item {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

    .radio-list__item label {
        margin-left: 5px;
    }

.radio-list {
    margin: 15px auto 0;
}

.admin-btns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 20px;
    margin-top: 10px;
}

.admin-btns__btn {
    margin: 7px auto 0;
}

.admin-btns__btnAdmin {
    margin: 7px auto 0;
}

.form__in-block_admin {
    padding: 0 15px;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

    .form__in-block_admin input {
        width: 150px;
    }

    .form__in-block_admin select {
        width: 100px;
        height: 35px;
        background-color: #f7f3eb;
        border: 0;
    }

/* all users */

#ContentPlaceHolder1_GridView1 {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border: 0;
    font-size: 14px;
    overflow-x: hidden;
    height: 80vh;
}


#ContentPlaceHolder1_GridView1 td {
    border: 0;
    padding: 0 5px;
}

    #ContentPlaceHolder1_GridView1 th {
        display: none;
    }


#ContentPlaceHolder1_GridView1User, #ContentPlaceHolder1_GridView2User, #ContentPlaceHolder1_GridView3User, #ContentPlaceHolder1_GridView4User {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border: 0;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 80vh;
}

    #ContentPlaceHolder1_GridView1User td, #ContentPlaceHolder1_GridView2User td, #ContentPlaceHolder1_GridView3User td, #ContentPlaceHolder1_GridView4User td {
        border: 0;
        padding: 0 5px;
    }

    #ContentPlaceHolder1_GridView1User th, #ContentPlaceHolder1_GridView2User th, #ContentPlaceHolder1_GridView3User th, #ContentPlaceHolder1_GridView4User th {
        display: none;
    }

#ContentPlaceHolder1_GridViewPrint1, #ContentPlaceHolder1_GridViewPrint2, #ContentPlaceHolder1_GridViewPrintF1, #ContentPlaceHolder1_GridViewPrintF2 {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#ContentPlaceHolder1_GridViewFooter, #ContentPlaceHolder1_GridViewFooterF, #ContentPlaceHolder1_GridViewFooterF1 {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
}




    #ContentPlaceHolder1_GridViewPrint1 td, #ContentPlaceHolder1_GridViewPrint2 td, #ContentPlaceHolder1_GridViewFooter td, #ContentPlaceHolder1_GridViewFooter2 td, #ContentPlaceHolder1_GridViewPrintF1 td, #ContentPlaceHolder1_GridViewPrintF2 td, #ContentPlaceHolder1_GridViewFooterF1 td {
        border: 0;
        padding: 0 5px;
    }

    #ContentPlaceHolder1_GridViewPrint1 th, #ContentPlaceHolder1_GridViewPrint2 th {
        /*display: none;*/
    }







.table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-wrapp {
    width: 500px;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    margin: 35px auto 0;
}

.table-head {
    border-collapse: collapse;
    border: 0;
    width: 100%;
    font-size: 13px;
}

    .table-head th {
        background-color: #d92424;
        text-align: left;
        height: 35px;
        color: #fff;
        font-weight: 400;
        padding: 0 5px;
    }

.col-1 {
    width: 25px !important;
}

.col-2 {
    width: 158px !important;
}

.col-3 {
    width: 60px !important;
}

.col-4 {
    width: 60px !important;
}

.col-5 {
    width: 32px !important;
}



.col-1-allUser {
    width: 240px !important;
}

.col-2-allUser {
    width: 100px !important;
}

.col-3-allUser {
    width: 430px !important;
}

.col-4-allUser {
    width: 350px !important;
}



.admin-btns_users {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

    .admin-btns_users .admin-btns__btn {
        width: 150px;
        margin-left: 0;
        margin-right: 0;
    }


.admin-btns__btnAdmin {
    margin-left: 0;
    margin-right: 0;
}

.wrapp_products {
    width: 400px;
    padding-top: 15px;
    border: 1px solid #dedede;
}

    .wrapp_products select {
        height: 35px;
        margin-left: auto display: block;
        background-color: #f7f3eb;
        width: 160px;
        border: 0;
    }

.admin-btns_products {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

    .admin-btns_products .admin-btns__btn {
        margin-left: 0;
        margin-right: 0;
        width: 160px;
    }

    .admin-btns__btnAdmin {
        margin-left: 0;
        margin-right: 0;
    }

.form__in-block_admin input {
    background-color: #f7f3eb;
    border: 0;
    height: 35px;
    padding: 0 5px;
}

#ContentPlaceHolder1_GridView2 th, #ContentPlaceHolder1_GridView3 th, #ContentPlaceHolder1_GridView4 th, #ContentPlaceHolder1_GridView5 th {
    display: none;
}

#ContentPlaceHolder1_GridView2, #ContentPlaceHolder1_GridView3, #ContentPlaceHolder1_GridView4, #ContentPlaceHolder1_GridView5 {
    /*height: 400px;*/
    overflow-x: hidden;
    display: block;
    border: 0;
}

    #ContentPlaceHolder1_GridView2 td, #ContentPlaceHolder1_GridView3 td, #ContentPlaceHolder1_GridView4 td, #ContentPlaceHolder1_GridView5 td {
        border: 0;
        padding: 0 5px;
    }

    #ContentPlaceHolder1_GridView2 tr:nth-child(odd), #ContentPlaceHolder1_GridView3 tr:nth-child(odd), #ContentPlaceHolder1_GridView4 tr:nth-child(odd), #ContentPlaceHolder1_GridView5 tr:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.02);
    }

#ContentPlaceHolder1_GridView1User tr:nth-child(odd), #ContentPlaceHolder1_GridView2User tr:nth-child(odd), #ContentPlaceHolder1_GridView3User tr:nth-child(odd), #ContentPlaceHolder1_GridView4User tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#ContentPlaceHolder1_GridViewPrint1 tr:nth-child(odd), #ContentPlaceHolder1_GridViewPrint2 tr:nth-child(odd), #ContentPlaceHolder1_GridViewPrintF1 tr:nth-child(odd), #ContentPlaceHolder1_GridViewPrintF2 tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}

#ContentPlaceHolder1_GridView2 tr td:nth-child(1) {
    min-width: 22px;
}
#ContentPlaceHolder1_GridView2 tr td:nth-child(2) {
    min-width: 280px;
}
#ContentPlaceHolder1_GridView2 tr td:nth-child(3) {
    min-width: 60px;
    text-align: center;
}
#ContentPlaceHolder1_GridView2 tr td:nth-child(4) {
    min-width: 98px;
    text-align: center;
}


#ContentPlaceHolder1_GridView3 tr td:nth-child(1) {
    min-width: 22px;
}

#ContentPlaceHolder1_GridView3 tr td:nth-child(2) {
    min-width: 280px;
}

#ContentPlaceHolder1_GridView3 tr td:nth-child(3) {
    min-width: 60px;
    text-align: center;
}

#ContentPlaceHolder1_GridView3 tr td:nth-child(4) {
    min-width: 98px;
    text-align: center;
}


.tables {
    margin: 20px auto 0;
    width: 500px;
}

.tablesUser {
    margin: 20px auto 0;
    width: 90%;
    justify-content: center;
}

.table-wrapp_products {
    margin: 0 5px;
}

.table-wrapp_products2 th:nth-child(1){
    min-width: 22px;
}
.table-wrapp_products2 th:nth-child(2) {
    min-width: 220px;
}
.table-wrapp_products2 th:nth-child(3) {
    min-width: 64px;
    text-align: center;
}
.table-wrapp_products2 th:nth-child(4) {
    min-width: 64px;
    text-align: center;
}

/*-----------*/

/* button animation */

@keyframes shadowFade {
    0% {
        box-shadow: inset 0px 0px 0px 0px #d92d2d;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 46px 0px 0px #d92d2d;
        color: #fff;
    }
}



@keyframes shadowFadeAdmin {
    0% {
        box-shadow: inset 0px 0px 0px 0px #b79292;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 46px 0px 0px #b79292;
        color: #fff;
    }
}

@keyframes shadowFadeOut {
    0% {
        box-shadow: inset 0px 46px 0px 0px #d92d2d;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 0px 0px 0px #d92d2d;
        color: #fff;
    }
}


@keyframes shadowFadeOutAdmin {
    0% {
        box-shadow: inset 0px 46px 0px 0px #b79292;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 0px 0px 0px #b79292;
        color: #fff;
    }
}

@-webkit-keyframes shadowFade {
    0% {
        box-shadow: inset 0px 0px 0px 0px #d92d2d;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 46px 0px 0px #d92d2d;
        color: #fff;
    }
}

@-webkit-keyframes shadowFadeOut {
    0% {
        box-shadow: inset 0px 46px 0px 0px #d92d2d;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 0px 0px 0px #d92d2d;
        color: #fff;
    }
}

@-moz-keyframes shadowFade {
    0% {
        box-shadow: inset 0px 0px 0px 0px #d92d2d;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 46px 0px 0px #d92d2d;
        color: #fff;
    }
}

@-moz-keyframes shadowFadeOut {
    0% {
        box-shadow: inset 0px 44px 0px 0px #d92d2d;
        color: #fff;
    }

    100% {
        box-shadow: inset 0px 0px 0px 0px #d92d2d;
        color: #fff;
    }
}


#hideDiv {
    background: red;
    width: 400px;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
    text-align: center;
    -webkit-animation: scaleme 1s;
    -webkit-animation-fill-mode: forwards;
}


/* ---------------------------------------------- */
