﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #0A0101;
}

a:link
{
    color: #0000FF;
}
a:visited
{
    color: #800080;
}
a:hover
{
    background: #ffff00;
}
a:active
{
    background: #d5ef00;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-variant: small-caps; /* font-size: 1.5em; 	color: #666666; 	 	text-transform: none; 	font-weight: 200; 	margin-bottom: 0px;*/
}

h1
{
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: small;
    font-style: oblique;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
}


h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #008000;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #fa601e;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/
div.hideSkipStock
{
    background-color: #6d3a2c;
    width: 100%;
}
div.hideSkiplink
{
    background-color: #496077;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #3598db;
    border: 1px #ffffff solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #E0F3F9;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #FFFF99;
    color: #0066FF;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/


fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.form
{
    float: left;
    text-align: left;
    width: 100%;
}
.fieldsetCss
{
    font-size: 11px;
    color: #053141;
    text-align: left;
    font-weight: normal;
    padding: 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #ccc;
}
.txtbox
{
    float: left;
    font-size: 11px;
    color: #033230;
    border: 1.5px solid #C5D5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 18px;
    margin-bottom: 0px;
}

.FormName
{
    height: 22px;
    background: url(../Images/HeaderNew.jpg) repeat-x; /*border-top-left-radius:5px;             -moz-border-radius-topleft:5px;             border-top-right-radius:5px;             -moz-border-radius-topright:5px;             margin:3px 3px 0 3px;*/
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 10px;
}


.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #29527A;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #3a4f63;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc;
}
.mGrid .pgr
{
    background: #424242;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}


.ddl
{
    float: left;
    font-size: 11px;
    color: #033230;
    border: 1.5px solid #C5D5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 22px;
    width: 150px;
}
/*text-transform: uppercase;*/
/*GridView Css*/


.gv
{
    width: 100%;
    background-color: White;
    border-color: Gray;
    border-style: solid;
    border-width: 2px;
    text-transform: uppercase;
}
.HeaderStyle
{
    background-color: #94B1D9;
    color: #00156E;
    font-size: 10px;
}
.FooterStyle
{
    background-color: #94B1D9;
    color: White;
}

.PagerStyle
{
    background-color: White;
    color: #000066;
    text-align: left;
}
.RowStyle
{
    background-color: White;
    font-size: 10px;
}
.AlternatingRowStyle
{
    background-color: #E3EAEB;
    font-size: 10px;
}
.SelectedRowStyle
{
    background-color: #FED37E;
    color: #00156E;
    font-size: 10px;
}
.SortedAscendingCellStyle
{
    background-color: #F1F1F1;
}
.SortedAscendingHeaderStyle
{
    background-color: #007DBB;
}
.SortedDescendingCellStyle
{
    background-color: #CAC9C9;
}
.SortedDescendingHeaderStyle
{
    background-color: #00547E;
}

/*Button Formate Start*/
.btn
{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 2px 6px 2px;
    text-decoration: none;
}

.btn:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
/*Button Formate END*/


.ListBox:hover
{
    font-size: 10px;
}
/*Text Box Align Start*/
.rt
{
    text-align: Right;
    font-weight: 700;
}
/*Text Box Align END*/

/*Table Formate Start*/
.TableRep1 td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}
/*Table Formate Start*/

table.landscape
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus
{
    border-color: #646464;
    background-color: #ffffc0;
}
/*Hiddin as hiddinfield */
.hidden
{
    display: none;
}
/*Hiddin as hiddinfield */



/*start TabContainer */


.Tabcss .ajax__tab_header
{
    font-size: 12px;
    border-radius: 5px;
    moz-border-radius: 5px;
    border-bottom: solid 1px;
}

.Tabcss .ajax__tab_outer
{
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    color: #666;
    margin-top: 8px;
    margin-left: 2px;
    background: #E7F1F8; /*border:1px solid #999;*/
}
.Tabcss .ajax__tab_inner
{
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    padding: 3px;
    margin: 1px 1px 0 1px;
    background: #E7F1F8;
    padding: 3px 15px;
}
.Tabcss .ajax__tab_hover .ajax__tab_outer
{
}
.Tabcss .ajax__tab_hover .ajax__tab_inner
{
    color: #F76707; /*On hover*/
}
.Tabcss .ajax__tab_active .ajax__tab_outer
{
    background-color: #3498db;
    color: #ffffff;
    height: 24px;
}
.Tabcss .ajax__tab_active .ajax__tab_inner
{
    top: 1px;
    background-color: #3498db;
    color: #ffffff;
    height: 18px;
}
.Tabcss .ajax__tab_tab
{
    cursor: pointer;
}

.Tabcss .ajax__tab_body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #C6E4F7; /*border and Color*/
}


/*end Tabcontainer*/

/* Calender Css*/

/*calender Css End*/


.aspTable
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    border-collapse: collapse;
    width: 100%;
}

.aspTable td, .aspTable th
{
    border: 1px solid #ddd;
    padding: 3px;
    word-break: break-all; /* 4. */
}

.aspTable tr:nth-child(even)
{
    background-color: #f2f2f2;
}

.aspTable tr:hover
{
    background-color: #ddd;
}

.aspTable th
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}


.fontLabel
{
    font-style: normal;
    font-weight: bold;
}

.button-83
{
    appearance: button;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff, #f8eedb);
    border: 0 solid #e5e7eb;
    border-radius: .3rem;
    box-sizing: border-box;
    color: #482307;
    column-gap: 1rem;
    cursor: pointer;
    display: flex;
    font-family: ui-sans-serif,system-ui,-apple-system,system-ui, "Segoe UI" ,Roboto, "Helvetica Neue" ,Arial, "Noto Sans" ,sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji";
    font-size: 100%;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    outline: 2px solid transparent;
    padding: .5rem 1.5rem;
    text-align: center;
    text-transform: none;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: -6px 8px 10px rgba(70,41,10,0.1),0px 2px 2px rgba(70,41,10,0.2);
}

.button-83:active
{
    background-color: #f3f4f6;
    box-shadow: -1px 2px 5px rgba(70,41,10,0.15),0px 1px 1px rgba(70,41,10,0.15);
    transform: translateY(0.125rem);
}

.button-83:focus
{
    box-shadow: rgba(72, 35, 7, .46) 0 0 0 4px, -6px 8px 10px rgba(70,41,10,0.1), 0px 2px 2px rgba(70,41,10,0.2);
}
