﻿body {
    font-family: Verdana !important;
    font-size: 13px !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'Trebuchet MS', Verdana !important;
    font-size: 24px !important;
    font-weight: bold;
    color: #006AC6 !important;
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 3px #006AC6;
}

.h3-no-norder {
    font-family: 'Trebuchet MS' , 'Verdana !important';
    font-size: 24px !important;
    font-weight: bold;
    color: #006AC6 !important;
    padding-bottom: 5px;
    border-bottom: none;
    display: inline;
    
}

h4 {
    font-size: 13px !important;
    font-weight: bold !important;
   /* background-color: #ececec; */
    padding: 7px 7px 7px 10px;
    background-image: url('../../Images/heading-bg.png');
    background-repeat: no-repeat;
}

h5 { 
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 7px 7px 7px 10px;
    background-image: none;
}

.main-border
{
    border-top:5px solid #006AC6;
}

.color
{
    color: #006AC6;
}

.bgcolor
{
    background-color: #006AC6;
}

.bgcolor2
{
    background-color:#a96bbb;
}

.welcomeblock:hover
{
    background: #641A7A;
}

.center {
    text-align: center !important; 
}
.left {
    text-align: center !important;
    padding-left: 25px !important;
}
.left-align {
    text-align: left !important;
}

.h3-red {
    color: red;
    display: inline;
}

.white-txt {
    color: white;
    padding-top: 8px ;    
    padding-bottom: 8px ;    
}

.purple-txt {
    color: #641a7a;
}

.input-color {
    color: #000000;
}

body {
    background: #eee none repeat scroll 0 0 !important;
}

.btn-purple {
    background-color: #641a7a;
    top : -5px;
}

.divider {
    padding: 5px 0 5px 0px;
}
.product-table {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
   background-color: #f1f1f1;
   padding: 0.01em 16px;
}

table, th, td {
    border: medium none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 100%;
}

.table-white {
    background-color: #fff !important;
    color: #000 !important;
}

.table-padding {
    padding: 8px 16px !important;
}

.btn-home {
    top: -7px !important;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul.dash > li:before {
    display: inline-block;
    content: "- ";
    width: 1em;
    margin-left: -1em;
}
ul.dash > li:last-child {
    margin-bottom: 6px;
}
.color-red {
    color: red;
}
.color-purple {
    color: #006AC6;
    font-weight: bold;
    margin-top: 20px;

}

.div-msg {
    background-color: #FFFFCC;
    border: 1px solid #F1F1CF;
    color: maroon;
    padding: 6px;
    text-align: center;
}

.disabled {
    background-color: #f1f1f1;
}

.appEnvironment {
    background-color: #a94442;
    color:#eee; 
    text-align: center;
    font-size: 13px; 
    position: fixed;
    display:block;
    vertical-align:top; 
    width: 100%;
    top: 0px;
    left: 0px;    
    padding: 4px;
    margin-bottom: 5px;
}