﻿body {
    /*width: 800px;*/
}

table.grid
{
    border: none;
    margin-top: 10px;
}

table.grid th
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    border: none;
    border-bottom: 4px solid #ed6f00;
    padding: 5px 10px 5px 5px;
}

table.grid td
{
    border: none;
    font-size: 16px;
    padding: 5px 10px 5px 5px;
}

table.grid .classname {
    margin-top: 0px;
}

.classname {
        -webkit-appearance: none;
	    background-color:#ed6f00;
	    -webkit-border-top-left-radius:10px;
	    -moz-border-radius-topleft:10px;
	    border-top-left-radius:10px;
	    -webkit-border-top-right-radius:10px;
	    -moz-border-radius-topright:10px;
	    border-top-right-radius:10px;
	    -webkit-border-bottom-right-radius:10px;
	    -moz-border-radius-bottomright:10px;
	    border-bottom-right-radius:10px;
	    -webkit-border-bottom-left-radius:10px;
	    -moz-border-radius-bottomleft:10px;
	    border-bottom-left-radius:10px;
	    text-indent:0;
	    display:inline-block;
	    color:#ffffff;
	    font-family:Arial;
	    font-size:15px;
	    font-weight:bold;
	    font-style:normal;
	    height:40px;
	    line-height:40px;
	    width:175px;
	    text-decoration:none;
	    text-align:center;
        margin-top: 10px;
    }

.classname:hover {
	    background-color:#247bb1;
        cursor: pointer;
    }
.classname:active {
	    position:relative;
	    top:1px;
    }

fieldset.nobordergray
{
    width: 486px;
    border: 0px;
    margin: 0px 0px 10px 0px;
    background-color: #eeeeee;
}

fieldset.noborderwhite
{
    width: 486px;
    border: 0px;
    margin: 0px 0px 10px 0px;
    background-color: #ffffff;
}

fieldset.border
{
    border-top: 0px;
    border-right: 0px;
    border-bottom: 4px solid #eeeeee;
    border-left: 4px solid #eeeeee;
    margin: 0px 0px 10px 25px;
    background-color: #ffffff;
}

fieldset .label
{
    margin-top: 15px;
    margin-bottom: 3px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    margin-left: 0px;
}

fieldset .textbox 
{
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    padding: 6px;
    border: 4px solid #7E9DB9;
    width: 215px;
    margin-right: 10px;
}

fieldset .fulltextbox 
{
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    padding: 6px;
    border: 4px solid #7E9DB9;
    width: 465px;
}

fieldset .dropdown
{
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    padding: 6px;
    border: 4px solid #7E9DB9;
    width: 235px;
    height: 44px;
}

#mobile {
    margin: 5px;
}

#mobile .label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Arial;
    font-size: 20px;
    color: #676767;
    margin-left: 0px;
}

#mobile .textbox 
{
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    padding: 6px;
    border: 4px solid #7E9DB9;
    width: 215px;
}

.button {
    -webkit-appearance: none;
    background-color: #ed6f00;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 175px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}

    .button:hover {
        cursor: pointer;
    }

.uploaddiv {
    padding: 0px;
    height: 55px;
    overflow: hidden;
    margin-left: 0px;
}

.uploaddiv .textbox {
    display: inline;
    width: 380px;
    position: relative;
    top: 2px;
    margin-right: 0px;
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.uploaddiv .button:before {
    content: 'Browse';
}

.uploaddiv .button {
    position: relative;
    top: 5px;
    margin-top: 0px;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 10px;
    height: 37px;
    margin-left: 0px !important;
}

.button input[type="file"] {
    visibility: hidden;
    width: 1px;
}

.error {
    border: 2px solid rgb(170,62,73);
    border-radius: 10px;
    font-family: Arial;
    font-size: 15px;
    color: rgb(170,62,73);
    background-color: rgb(242,222,223);
    padding: 10px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 570px;
    display: inline-block;
    position: -webkit-sticky;
    position: fixed;
    top: 0px;
    /*left: 725px;*/
    margin-right: 0px;
    right: 50px;
    z-index: 100;
}

