﻿body {
    margin: 0 auto;
    padding: 0px;
    font-family: Montserrat !important;
}
table {
    /*background-color: antiquewhite;*/
    margin: 0 auto;
    color: #000 !important;
}
td{
    font-size:14px;
}
.text_center{
    text-align:center;
}
li{
    padding:6px !important;
}

.text_right{
    text-align:right;
}

.space_medium_right{
    padding-right: 6px;
}
.space_big_bottom{
    padding-bottom:10px;
}
.space_big_top{
    padding-top:10px;
}
.containing_table_width{
    width:90%;
}
.small_td_width{
    width:10%;
}
.banner{
    font-size:40px !important;
}
.btn {
    display: block;
    width: 100px;
    padding: 6px;
    margin-left: 10%;
    background-color: #1694BC;
    font-weight: bold;
    border-radius: 4px;
    border: gray 1px solid;
    height: 30px;
    font-size: 16px;
}
    .btn:hover, .btn_inline:hover {
        color: #fff;
    }
.btn_inline {
    display:inline-block;
    width: 100px;
    background-color: #1694BC;
    font-weight: bold;
    border-radius: 4px;
    border: gray 1px solid;
    height: 30px;
    text-align:center;
    color:#000;
    line-height:30px;
    font-size:16px;
}
.btn_back {
    background-color:#F8F9FA;
    font-size:16px;
}
.btn_back:hover{
   color:#000 !important;
 }
.btn_inside {
    height: 30px;
    font-size: 110%;
    font-weight: bold;
}

    .btn_inside:hover {
        color: white;
        font-weight: bold;
        background-color: #06447A;
    }
a {
    text-decoration: none !important;
    font-weight: bold;
    color: #1694BC;
}
a:hover{
    text-decoration:underline !important;
}
.GridHeader {
    background-color: #39B4E7;
}
    .GridHeader td {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        color:#000 !important;
/*        font-size: 135% !important;
*/    }
    .GridHeader a{
        color:#fff;
    }

ul[id$="CommodityCodesBulletedList"] li, ul[id$="PreferenceBulletedList"] li {
    padding: 0px !important;
}
.heading_inline {
    font-size: 125% !important;
    font-weight: bold;
}
a.heading_inline{
    font-size: 100% !important;
}

.width_90{
    width:90%;
}
.margin_left_0{
    margin-left:0px;
}
.width_75 {
    width: 75%;
}
.border{
    border: 1px solid #999;
}
.font_bold{
    font-weight:bold;
}
.footer {
    text-align: center;
    height: 30px;
    padding-top: 50px;
    font-weight: bold;
    font-size: 18px;
}
.footer_padding{
    padding-top:450px;
}

.grid_item {
    background-color: #fff;
}
.grid_item_alt {
    background-color: #f8F9FA;
}
.grid_item_td{
    line-height:50px;
}
hr {
    width:90%;
}
.padding_big{
    padding:20px;
}
/*new header*/
.gradient_bar {
    background: linear-gradient(to right, #39B4E7, #00BFB2);
    height: 8px;
    width: 100%;
    padding: 0px;
}

.DESHeader {
    color: #fff !important;
    height: 100px;
    font-weight: bold;
    background-color: #003B4A;
    line-height: 100px;
    font-family: sans-serif;
}
#DESLogo {
    width: 300px;
    height: 75px;
    padding-left:10px;
}
h3.step {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 10px;
}
span#lblMessages, span#lblMsg1, span#lblMsg2{
    color: #A90F0F !important;
}
.GridFile1 {
 BACKGROUND-COLOR: #F1F4F0
}
.GridFile2 {
 BACKGROUND-COLOR: #FFFFFF
}