﻿img {
    border: 0px;
}

body {
    font-family: 'Segoe UI';
    color: #555;
}

table, th, td {
    border: 0px solid black;
    margin: 0px;
}

input.bordered {
    border: 1px solid #243F5C;
    width: 250px;
    height: 25px;
    font-size: 16px;
    padding: 3px;
}

.button {
    border: 1px solid #243F5C;
    background-color: #2B4C6E;
    color: #FFF;
    cursor: pointer;
    padding: 0px 15px 0px 15px;
    height: 25px;
    font-size: 16px;
    margin-right: 0px;
    left: 10px;
    font-weight: normal!important;
}

#tblHomepage td {
}

a {
    color: #243F5C;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

.taxipro-iframe {
    width: 258px;
    height: 322px;
    border: 0px;
    margin-top: 40px;
    margin-right: 3px;
}
.notice{
    font-size: 12pt;
    text-align: left!important;
    width: 100%;
    display: block;
    padding-left: 10px;
}
.email-development{
    position: fixed;
    border: solid 1px;
    padding: 10px;
    border-radius: 3px;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: #828282 3px 3px 8px;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

header, article{
    max-width:1050px;
    margin-left:auto;
    margin-right: auto;
    width:100%;
}
.header-left, .section-left{
    width:60%;
    float:left;
    padding-top:25px;
    margin-right: 100px;
}
.header-right, .section-right{
    width: calc(40% - 100px);
    float:left;
    padding-top:60px;
}
.section-right{
    padding-top:25px;
}
section.inputs{
    margin-bottom: 5px;
}
section.buttons{
    text-align: right;
    margin-bottom:5px;
}
form{
    max-width: 260px;
}
section.inputs input {
    margin-top: 5px;
    width: calc(100% - 8px);
}
section.inputs select{
    width:100%;
    height:33px;
    border: 1px solid #243F5C;
    font-size:14px;
}
.notice{
    padding-left:0!important;
    margin-bottom:15px;
}
.select2-selection{
    border: 1px solid #243f5c!important;
    border-radius: 0!important;;
    height: 33px!important;;
    padding-top: 2px!important;;
}
.select2-selection__arrow {
    height:33px!important;
}
.select2-selection__rendered{
    padding-left: 3px!important;
}