﻿body {
    font-family: Verdana;
}

/*span*/
.Span1 {
    float: left;
    width: 40%;
    height: auto;
    border: solid 1px #CBC7BF;
    margin: 2px 2px 2px 2px;
}

    .Span1:hover {
        box-shadow: 5px 5px #1B2631;
        cursor: pointer;
    }

/*label input span*/
.LabelInSpan {
    background-color: #1B2631;
    color: #fff;
    border: 1px solid #1B2631;
    padding: 5px;
    width: 100%;
    font-size: xx-large; /*95%;*/
}


/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 160px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


/*h1 styles*/
h1 {
    color: #1B2631;
    position: center;
}

/*Header DIV style 1/2/3/4/5*/

.DivA {
    border: solid 1px #4B4C4C;
    margin-left: 5px;
    width: 25%;
    height: auto;
    padding: 5px 5px 5px 5px;
}

.DivB {
    border: solid 2px #cbc7bf;
    margin-left: 5px;
    width: 98%;
    height: auto;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.DivheaderS1 {
    border: solid 1px #CBC7BF;
    /*height: 50px;*/
    padding: 5px 5px 5px 5px;
}

.DivheaderS2 {
    border: solid 1px #CBC7BF;
    padding: 25px;
    width: 700px;
    height: 500px;
    position: absolute;
    top: 20%;
    right: 30%;
}

.DivheaderS3 {
    border: solid 1px #CBC7BF;
    padding: 25px;
    width: 700px;
    height: 500px;
}

.DivheaderS4 {
    border: none;
    padding: 25px;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 14%;
    left: 65%;
}

.DivheaderS5 {
    /*border: solid 1px #CBC7BF;*/
    padding: 25px;
    width: 700px;
    height: 500px;
    position: absolute;
    top: 82%;
    right: 36%;
}


/*Button style 1/2/3*/
.ButtonS1 {
    background-color: #1B2631;
    color: #fff;
    border: 1px solid #1B2631;
    padding: 5px;
    width: 100%;
    font-size: large;
    visibility: visible;
}

    .ButtonS1:hover {
        cursor: pointer;
        color: #fff;
        font-weight: bolder;
        background-color: #3498DB;
        transition: background-color 0s ease-out;
    }

.ButtonS2 {
    background-color: #FF6319;
    color: #fff;
    border: 1px solid #FF6319;
    padding: 5px;
    width: 150px;
    font-size: medium;
    visibility: visible;
}

    .ButtonS2:hover {
        cursor: pointer;
        color: #FF6319;
        font-weight: bolder;
        background-color: #fff;
        transition: background-color 0s ease-out;
    }

.ButtonS3 {
    background-color: #1B2631;
    color: #fff;
    border: 1px solid #1B2631;
    padding: 5px;
    width: 150px;
    font-size: medium;
    visibility: visible;
}

    .ButtonS3:hover {
        cursor: pointer;
        color: #1B2631;
        font-weight: bolder;
        background-color: #fff;
        transition: background-color 0s ease-out;
    }


.ButtonS4 {
    width: 30px;
    height: 20px;
    background-color: #fff;
    border: none;
    font-size: small;
    color: #1B2631;
}

    .ButtonS4:hover {
        font-size: x-large;
        cursor: pointer;
        font-weight: bolder;
    }


/*Image style 1*/
.ImgS1 {
    height: 50px;
    width: 150px;
}

/*textbox style 1/2*/
.TextA {
    Width: 400px;
    border: 1px solid #cbc7bf;
    font-size: large;
}

.TextS1 {
    Width: 200px;
    border: 1px solid #cbc7bf;
    font-size: x-large;
}

.TextS2 {
    Width: 400px;
    border: 1px solid #cbc7bf;
    font-size: x-large;
}

/*Label style 1/2/3*/
.LabelA {
    font-size: large;
    width: 220px;
}

.LabelS1 {
    font-size: large;
    font-weight: bold;
    Color: #1B2631;
}

.LabelS2 {
    font-size: large;
    Color: #1B2631;
}

.LabelS3 {
    font-size: xx-large;
    font-weight: bold;
    Color: #1B2631;
}

/*Dropdown list style 1*/
.DdListS1 {
    width: 200px;
    border: 1px solid #cbc7bf;
    font-size: x-large;
    color: #1B2631;
}

/*Listbox style 1*/
.ListBoxS1 {
    border: 1px solid #cbc7bf;
    font-size: large;
    color: #1B2631;
}

/*log in screen*/
.logins-screen {
    border: 1px solid #1B2631; /*#3498DB;*/
    padding: 25px;
    width: 300px;
    height: 350px;
    position: absolute;
    top: 20%;
    right: 40%;
}
