﻿
.container
{
    width: 1000px;
    min-height: 630px;
    margin: 0 auto;
    padding: 0;
}
.main-header-txt
{
    font-size: 17px;
    font-weight: normal;
    color: #2196F3;
    margin: 10px auto 10px auto;
    font-family: Verdana;
    line-height: 25px;
    text-align: center;
}

.main-header-txt-home
{
    font-size: 16px;
    font-weight: normal;
    color: #2196F3;
    margin: 10px auto 10px auto;
    font-family: Verdana;
    line-height: 22px;
    text-align: center;
    background-color:#f5f5f5;padding:5px;
    border:1px solid #e8e4e4;
    
}
/*****/
.E00JVtable, .E00JVtable4, .E00JVtable_6td
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 13px;
}
.E00JVtable th, .E00JVtable4 th, .E00JVtable_6td th
{
    padding: 8px;
    background-color: #0084cf;
    border: #ddd 1px solid;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
     font-size: 14px;
}
.E00JVtable td, .E00JVtable4 td, .E00JVtable_6td td
{
    padding: 4px;
    border: #ddd 1px solid;
    text-align: left;
    
}
/* provide some minimal visual accomodation for IE8 and below */

.E00JVtable tr, .E00JVtable4 tr, .E00JVtable_6td tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.E00JVtable tr:nth-child(odd), .E00JVtable4 tr:nth-child(odd), .E00JVtable_6td tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.E00JVtable tr:nth-child(even), .E00JVtable4 tr:nth-child(even), .E00JVtable_6td tr:nth-child(even)
{
    background: #f7f7f7;
}




.E00JVtable4 td 
{
 width:25%;
    
}
.E00JVtable_6td td
{  width: 16.66%;
}

/** grid table **/

.gridtable
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 13px;
}
.gridtable th
{
    padding: 8px;
    background-color: #0084cf;
    border: #ddd 1px solid;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
     font-size: 14px;
}
.gridtable td
{
    padding: 4px;
    border: #ddd 1px solid;
    text-align: left;
    width:auto;
   
}
.gridtable td input
{
    width:80% !important;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
   

/* provide some minimal visual accomodation for IE8 and below */

.gridtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.gridtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.gridtable tr:nth-child(even)
{
    background: #f7f7f7;
}

.table_wdth
{
    width: 600px !important;
}
input[type="text"], input[type="password"], textarea
{   width:90%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
input:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
    border: #ddd 1px solid;
}
input:hover
{
    border-radius: 5px;
}

select
{
    width: 90%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}
select:hover
{
    border: #ddd 1px solid;
    border-radius: 5px;
}
textarea:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ffd0b4;
    border-color: #ffd0b4;
}
textarea:hover
{
    border: 1px solid #ffd0b4;
    border-radius: 5px;
}


.btn
{
    background-color: #0084cf;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover, .btn:active
{
    background-color: #00629A;
}
.algn-center
{
    text-align: center !important;
}
.algn-right
{
    text-align: center !important;
}

