﻿.mainbody {
    background-color: #fbfbfb;
    height: 100%;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid black;
    box-shadow: 5px 5px 15px 5px #888888;
}

.headermanu {
    background-color: #222;
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 5px 5px;
    border-radius: 5px;
    height: 40px;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: auto;
    height: auto;
}

.lbl {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #025a25;
}

.textboxcss {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #5a5656;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 30px;
    outline: none;
    padding: 10px 10px 10px 10px;
    width: 280px;
    -webkit-appearance: none;
}

.ddlcss {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    /*background-image: url('../Upload/arrow.jpg');*/
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}

.selectbox {
    width: 98%;
    height: 30px;
    font-size: 13px;
    background-color: #FFF;
    font: 400 12px/18px 'Open Sans', sans-serif;
    color: #6183a5;
    font-weight: normal;
    border: 1px solid #ccc;
    margin: 5px 0 0 0;
    padding: 5px;
}

.selectDrop {
    border: 2px solid orangered;
    color: darkblue;
    border-radius: 5px;
    -webkit-appearance: none;
    background: url('../Upload/arrow.jpg') no-repeat right;
    background-position: right;
    background-repeat: no-repeat;
    font-family: 'Comic Sans MS';
}

.bgimageCustom {
    /* The image used */
    background-image: url("~/LoginStyle/images/bg-01.jpg");
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgtextCustom {
    background-image: url("~/Upload/1.jpg");
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /*width: 80%;*/
    padding: 20px;
    text-align: center;
}

.containerlogin100Custom {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /*background-image: url("~/Upload/1.jpg");*/
    background: url(../Upload/bg.jpg) no-repeat 100% 0;
}

.wraplogin100Custom {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    transform: translate(-50%, -50%);
    z-index: 2;
    /*width: 80%;*/
    /*padding: 20px;
    text-align: center;*/
}

.alignCenter{
    width:100%;
}

/*EmployeeFeedback css starts from below*/
