﻿@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-Regular.ttf");
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-Italic.ttf");
    font-style: oblique;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-BoldItalic.ttf");
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../../fonts/SourceSansPro-Light.ttf");
    font-weight: 300;
}

body {
    background: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}



.proposal_cont{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 30px;
    font-size: 15px;
    color: #2f5f86;
}

.proposal_title{
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.proposal_panel{
    text-align: right;
    color: #333;
}

.proposal_btn_cont input.ui-button{
    border-radius: 4px;
    border: 1px solid #70b8e0;
    box-shadow: inset 0 0 3px rgba(30,82,124,0.32);
    color: #3389b9;
    background: linear-gradient(to bottom,#f5fafd,#c7e3f3);
    font-family: "Source Sans Pro" !important;
    font-size: 15px;
    vertical-align: middle;
}
.proposal_btn_cont{
    text-align: center;
}

.proposal_btn_cont input[type=submit]{
    background: #fe5000 !important;
    color: white;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 5px 30px;
}
.proposal_btn_cont input[type=submit]:hover{
    background: #286090 !important;
}
.proposal_btn_cont input {
    border-radius: 4px;
    border: 1px solid #70b8e0;
    color: #3389b9;
}

.div_table_row_cell_lb{
    display: table-cell;
    padding-top: 10px;
    padding-left: 4px;
    width: 200px;
}


.div_table{
    display: table;
}

.div_table_row{
    display: table-row;
}

.div_table_row_cell_txt
{
    display:table-cell;
    padding-top:10px;
    vertical-align: middle;
    padding-left:4px;
    width:402px;
}

.div_table_row_cell_txt input {
    width:inherit;
}

.div_table_row_cell_txt textarea {
	width: 100%;
	height:200px;
}

.div_table_row_cell_txtAddress
{
    display:table-cell;
    padding-top:4px;
    padding-top:4px;
    vertical-align: middle;
    padding-left:4px;
}

.div_table_row_cell_txtAddress input
{
    width: 131.3px;
}

.error {
    border-color: #FF6347;
}

#mceu_18{
    margin-left: 1px;
}

.proposal_comment {
    width:inherit;
    max-width:402px;
}

.proposal_btn_cont input{
    border-radius: 4px;
    border: 1px solid #70b8e0;
    box-shadow: inset 0 0 3px rgba(30,82,124,0.32);
    color: #3389b9;
    background: linear-gradient(to bottom,#f5fafd,#c7e3f3);
    font-family: "Source Sans Pro" !important;
    font-size: 15px;
    width:118px;
    height:30px;
}

.proposal_btn_cont input:hover{
    background: linear-gradient(to bottom,#6186a4,#6fabcc);
    color: white;
}