﻿.multilineNotes {
    height: 100px;
    width: 730px;
    resize: none;
    font-size: large;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    /*filter: alpha(opacity=80);*/
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.UploadbtnNotes {
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
    height: 200px;
    display: inline;
    color: orange;
    font-weight: bold;
    font-size: 24px;
}

.loadingcenter {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 30001;
    /*opacity: 0.8;*/
}

.loadingcenterhide {
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 30001;
    visibility: hidden;
    /*opacity: 0.8;*/
}

.loadingClass {
    /* this should be the icon*/
    height: 50px !important;
    width: 50px !important;
}


.btnno {
    border-collapse: collapse;
    padding: 0px;
    background-color: darkred;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.BtnYes {
    border-collapse: collapse;
    padding: 0px;
    background-color: forestgreen;
    width: 100%;
    height: 100%;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.navbuttons {
    height: 30px;
    width: auto;
}

.navbuttons1 {
    height: 50px;
    width: 100px;
}


.AboutContact {
    background-color: white;
    height: 710px;
    padding: 20px;
}


.warningClass {
    color: red;
}


.centergrid1 {
    background-color: white;
    text-align: left;
    width: auto; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    /*box-shadow: 5px 5px 5px grey;*/
}


.bodydiv1 {
    background-color: white;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
}



.navbuttons {
    text-align: center;
    vertical-align: central;
    height: 40px !important;
}

.hidden {
    visibility: hidden;
}

.numeric {
    text-align: right;
    align-content: flex-end;
}


.centerBtn {
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}


.tabinfo {
    width: 750px;
    height: 400px;
}



.dropdownCcs {
    height: 30px;
    font-size: medium;
    border: none;
}


.MenuClass {
    position: absolute;
    width: 300px;
}

.table_data {
    table-layout: auto;
    width: 80%;
    white-space: nowrap;
    color: black;
}

    .table_data td {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.Gridccs {
    width: 100%;
}

.textbox_90 {
    width: 90% !important;
}

.reportname {
    width: 300px !important;
}


.left {
    width: 50%;
    text-align: left;
    padding-right: 10px;
}

.right {
    width: 50%;
    text-align: right !important;
    padding-right: 10px;
}



.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.imagebutton {
    background-color: transparent !important;
    border-style: None;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 8px;
}

.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}

.main {
    background-color: white;
    min-width: 600px;
    min-height: 400px;
    padding: 10px;
}

.multilineNotes {
    height: 100px;
    width: 730px;
    resize: none;
    font-size: large;
}

/*
.auto-style1 {
    margin-left: 40px;
}
*/