﻿.inst_dv
{
    width:100%; float:left; margin-top:50px;
}
.table
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px; margin-top:4px;
}
.table th
{
    padding: 8px;
    border: #ddd 1px solid;
    color: #000;
    margin: 0 0 0 0;
    font-weight: 700;
    text-align: center;
}
.table td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: center;
}
.txt-lft
{
    text-align:left!important;
}
.txt-ctr
{
    text-align:center!important;
}
/* provide some minimal visual accomodation for IE8 and below */

.table tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.table tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.table tr:nth-child(even)
{
    background: #f7f7f7;
}
input[type="text"], input[type="password"], textarea, select
{
    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:86%;
}
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: #a52e19;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover,
.btn:active {
    background-color: #891e0d;
    border: none;
    padding: 8px 8px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px 5px;
}

input[type="text"] { width:80%;
}




.table2
{
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.table2 th
{
    padding: 8px;
    border: #ddd 1px solid;
    color: #000;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: center;
}
.table2 td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: center;
}
/* provide some minimal visual accomodation for IE8 and below */

.table2 tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.table2 tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.table2 tr:nth-child(even)
{
    background: #f7f7f7;
}
input[type="text"], input[type="password"], textarea, select
{
    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:86%;
}
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: #a52e19;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover,
.btn:active {
    background-color: #891e0d;
    border: none;
    padding: 8px 8px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px 5px;
}

input[type="text"] { width:80%;
}


/*************Container*************/
.container
{
    width:100%;
    height:100%;
    margin:0;
    padding:0; display:block;
    }