﻿body {
    background-color: white;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

#divMasterContent {
    display: flex;
    flex-direction: row;
}

.Left {
    background-color: #b3cde0;
    height: 100%;
    width: 220px;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

.sidebar-closed {
    transform: translateX(-100%);
}

.sidebar-open {
    transform: translateX(0);
}

.with-sidebar {
    margin-left: 0;
}

div.Full {
    width: 100%;
    float: left;
}

div.ColourFull {
    background-color: #e3f2fd;
    color: #03396c;
}

div.HeadSize {
    font-size: x-large;
    text-align: center;
}

div.BodySize {
    text-align: center;
    font-size: small;
}

div.FootSize {
    font-size: x-small;
    text-align: center;
    background-color: #cce7ff;
    color: #03396c;
}

div.RightAlign {
    font-weight: bold;
    text-align: right;
    color: white;
    background-color: #4682b4;
    border-bottom-color: white;
    border-bottom-width: thick;
}

div.CenterAlign {
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #4682b4;
}

div.DataEntry {
    margin: 5px;
    padding: 0;
    width: 300px;
    height: auto;
    float: left;
}

div.Login {
    margin: 5px;
    padding: 0;
    width: 100px;
    height: auto;
    float: right;
    background-color: #bbdefb; 
}

div.DataEntryTop {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    background-color: #e3f2fdd4; 
    color: #03396c;
}

div.DataEntryTopMenu {
    margin: auto;
    padding: 0;
    width: 100%;
    float: right;
    text-align: center;
    font-weight: bold;
    background-color: #90caf9;
    align-items: center;
}

div.DataEntryTopNew {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    background-color: #90caf9;
}

div.DataEntryBottom {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    height: 40px;
}

div.Downloadfile {
    margin: 0;
    padding: 0;
    width: 68%;
    float: left;
    text-align: center;
}

div.DataEntryBottomNew {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #bbdefb;
}

.LabelText {
    font-weight: bold;
    text-transform: capitalize;
}

div.ErrorText {
    color: red;
    font-size: x-small;
}

div.ErrorTextBig {
    color: red;
    font-size: x-large;
}

div.DataGrid {
    background-color: #e3f2fd;
    margin: 0;
    padding: 0;
    width: 99%;
    height: 200px;
    float: left;
    border: solid 1px #3b7dd8;
    overflow: scroll;
}

div.DataGridBottom {
    background-color: #e3f2fd;
    margin: 0;
    padding: 0;
    width: 99%;
    height: 500px;
    float: left;
    border: solid 1px #3b7dd8;
    overflow: scroll;
}

div.MessagePanel {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: large;
    border: solid 1px #1565c0;
    background-color: #bbdefb;
}

div.HeaderPanel {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: large;
    border: solid 1px #1565c0;
    background-color: #64b5f6;
    color: white;
}

.TextClass {
    text-transform: capitalize;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

.linear_grad {
    height: 100px;
    background: linear-gradient(white, #e3f2fd);
}

div.TaskPanelTop {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: large;
    border: solid 1px #1565c0;
    background-color: #bbdefb;
}



.Left {
    background-color: #e3f2fd;
    height: 100%;
    width: 220px;
    float: left;
   
}

.Rest {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 0;
}


.main-layout {
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - 150px);
}


.breadcrumb {
    padding: 5px;
}

.right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 0;
}


.Rest {
    flex: 1;
    padding: 8px;
    width: auto !important;
    background-color: aliceblue;
}

.tm-btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #4682b4;
    color: white;
    padding: 6px 8px;
    border-radius: 3px;
    cursor: pointer;
}

    .tm-btn:hover {
        background: #64b5f6;
    }
