﻿body {
}


#wrapper {
    width: 100%;
    clear: both;
}

#first {
    width: 20%;
    float: left;
}

#second {
    width: 60%;
    float: left;
}

#third {
    width: 20%;
    float: left;
}

.wrapperclass {
    width: 100%;
    clear: both;
}

.first {
    width: 20%;
    float: left;
}

.second {
    width: 60%;
    float: left;
}

.third {
    width: 20%;
    float: left;
}


/*Login Page*/
.loginhtmlbody {
    /* Location of the image */
    background-image: url(http://orders.omexgears.com/images/texas_american_flags.jpg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    background-color: #464646;
}

.logintop {
    width: 100%;
    height: 40px;
    float: left;
    /*For Vertical Alignment text*/
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
    /*Font*/
    color: whitesmoke;
    font-family: 'Segoe UI';
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, black, grey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, black, grey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, black, grey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, black, grey); /* Standard syntax */
}

.logoimage {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.logindiv {
    width: 400px;
    height: 260px;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, grey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, grey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, grey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, grey); /* Standard syntax */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #464646;
    padding: 20px;
}

fieldset {
    padding: 10px;
    width: 400px;
    margin-top: 10px;
}

    fieldset legend {
        border: 1px #1a6f93 solid;
        color: black;
        font-family: Segoe UI;
        font-weight: 700;
        font-size: 13px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        -moz-border-radius: 3px;
    }

.AlertFormat {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: red;
    background-color: yellow;
    font-weight: 700;
}


/*Dashboard*/
.TopMenu {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, black, grey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, black, grey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, black, grey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, black, grey); /* Standard syntax */
    /*Font*/
    color: white;
    font-family: 'Segoe UI';
}

.TitleDash {
    /*For Vertical Alignment text*/
    text-align: left;
    vertical-align: middle;
    line-height: 50px;
}

.MenuDash {
    /*Font*/
    color: white;
    font-family: 'Segoe UI';
}

.wrapperDash {
    width: 100%;
    clear: both;
}

.MenuLeft {
    width: 10%;
    float: left;
}

.ContentSec {
    width: 90%;
    float: left;
}

.DashHtmlBody {
    /* Location of the image */
    /*background-image: url(http://localhost:4773/images/texas_american_flags.jpg);*/
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    background-color: white;
}

.footerDash {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px: background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, black, grey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, black, grey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, black, grey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, black, grey); /* Standard syntax */
    /*Font*/
    color: white;
    font-family: 'Segoe UI';
    font-size: 12px;
    text-align: right;
}

.dashwrapperclass {
    width: 100%;
    clear: both;
}

.dashfirst {
    padding:10px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.dashsecond {
    padding:10px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.dashthird {
    padding:10px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.dashfourth {
    padding:10px;
    float: left;
    text-align: center;
    font-size: 12px;
}


.dashGraph1 {
    width: 45%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.dashGraph2 {
    width: 15%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.dashGraph3 {
    width: 40%;
    float: left;
    text-align: center;
    font-size: 12px;
}

/*Forms*/
formfieldset {
    -moz-border-radius: 7px;
    border: 1px #dddddd solid;
    padding: 10px;
    width: 550px;
    margin-top: 10px;
}

    formfieldset legend {
        border: 1px #1a6f93 solid;
        color: black;
        font-family: Verdana;
        font-weight: none;
        font-size: 13px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        -moz-border-radius: 3px;
    }
/* Main DIV */
.formm {
    width: 560px;
    padding: 20px;
    height: auto;
}
/* Left DIV */
.forml {
    width: 200px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: right;
}
/* Right DIV */
.formr {
    width: 500px;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left;
}

.forma {
    clear: both;
    width: 750px;
    padding: 10px;
}

/*Notifications*/
.SuccessMessages {
    /*Font*/
    color: green;
    font-family: 'Segoe UI';
    /*font-size: large;*/
    font-size: medium;
}

.validationAstreix {
    /*Font*/
    color: red;
    font-family: 'Segoe UI';
    font-size: small;
}

.labelMessages {
    text-align: center;
}

/*CustomerView*/
.customerwrapperclass jumbotron {
    width: 100%;
    clear: both;
}

.customerfirst {
    width: 45%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.customersecond {
    width: 10%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.customerthird {
    width: 45%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.custl {
    width: 150px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
}
/* Right DIV */
.custr {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left;
    font-weight: 700;
}

.custa {
    clear: both;
    width: 500px;
    padding: 10px;
}
/*EventView*/
.eventwrapperclass {
    width: 100%;
    clear: both;
    background-color: darkcyan;
}

.eventfirst {
    width: 30%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.eventsecond {
    width: 40%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.eventthird {
    width: 30%;
    float: left;
    text-align: left;
    font-size: 12px;
}

.eventl {
    width: 150px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
}
/* Right DIV */
.eventr {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left;
    font-weight: 700;
}

.eventa {
    clear: both;
    width: 500px;
    padding: 10px;
}

.btnEvent {
    Width: 200;
    Height: 65;
    background-color: #7AC0DA;
    font-weight:bold;
    Font-Size: Medium;
}
