﻿

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0 !important;
}

.ContainerBorder {
    border: 2px solid #b4b4b4;
    padding: 10px;

}

.margin-bottom7px {
    margin-bottom: 7px !important;
}

.margin-bottom20px {
    margin-bottom: 20px !important;
}

.margin-left-right30px {
    margin: 0 30px;
}

.width-20pc {
    width: 20%;
}

.width-50pc {
    width: 50%;
}

.width-80pc {
    width: 80%;
}

.width-100pc {
    width: 98%;
}

.width-285px {
    width: 964px;
}

.width-290px {
    width: 918px;
}

.margin-auto {
    margin: 0 auto !important;
}

.height-100px {
    height: 110px;
	width: 175px;
}

.text-red, .errorMsg {
    color: red;
}

.table-striped th {
    background-color: #1B7FBA !important;
    color: #ffffff;
}

.table-striped tr:nth-child(2n+1) td {
    background-color: #E9F1F7 !important;
}

.table-striped tr:nth-child(2n+2) {
    background-color: #ffffff;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.sidetable td, th,
.headtable td, th {
    padding: 0 4px !important;
}

.border-5px {
    border: solid 5px;
}

.padding-left-right10px {
    padding: 0 10px !important;
}

.headtable {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

label {
    display: inline-block !important;
}

.color-gray {
    color: #7E7E7C !important;
}

.color-offwhite {
    background-color:#F8F8F8 !important;
}

.align-top-right {
    vertical-align:top; 
    text-align:right
}

.vertical-align-middle {
    vertical-align:middle; 
}
 
