/* Minification failed. Returning unminified contents.
(570,34): run-time error CSS1046: Expect comma, found '0'
(570,38): run-time error CSS1046: Expect comma, found '/'
(570,62): run-time error CSS1046: Expect comma, found '0'
(570,66): run-time error CSS1046: Expect comma, found '/'
 */
/*  
 *  FPH Generic Stylesheet
 *  - Utilizing CSS3 for Modern Browsers with fallbacks if required.  
 *  - Reponsive styles for future mobile development.
 */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: Arial,Helvetica,sans-serif;
}

html, body {
    padding: 0;
    margin: 0;
}

body {
    color: #666666;
    font-size: 14px;
    font-size: 1.5rem;
    /*Uncomment below code for local host header testing*/
    /*background-image: url('../Images/background.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 175px;*/
}

#body-content {
    margin-top: 10px;
}

#wrapper {
    position: relative;
    max-width: 1060px;
    min-width: 300px;
    margin: 0 auto;
    /*left:60px;*/
    min-height: 100%;
}

#login {
    padding: 5px;
}
/* Links */

a:link, a:visited, a:active {
    text-decoration: none;
    /*color: #8495ba;*/
    color: #53739b;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nav {
    padding: 5px;
    margin-bottom: 30px;
    background: #dadada;
    border: 1px solid #dadada;
}

/*
 * Font / Formatting
 */

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-weight: 400;
}

h1 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #003d6b;
    font-family: sans-serif;
    margin-bottom: 1em;
    line-height: 1.12em;
}

h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #003d6b;
    font-family: sans-serif;
    font-weight: 700;
    display: inline;
}

h3 {
    font-size: 12px;
    font-size: 1.125rem;
    color: #003d6b;
    font-family: sans-serif;
}

p {
    margin-bottom: 10px;
}

strong {
    font-weight: 700;
}

/*
 * Forms 
 */

form {
}

.editor-row {
    position: relative;
    width: 100%;
    display: block;
    margin: 5px 0;
}

    .editor-row .editor-label:first-child {
        position: relative;
        display: inline-block;
        width: 182px;
    }

.input-container {
    float: right;
    width: 200px;
}


.editor-label, .editor-field {
    display: inline-block;
    vertical-align: text-top;
}

/*label
{
    margin-right: 10px;
   display: inline-block;    
}*/


input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-right: 10px;
    padding: 4px;
    width: 200px;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}

textarea {
    height: 75px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    border: none !important;
    line-height: 0px !important;
    margin-right: 2px;
    vertical-align: text-top;
    margin-top:2px;
}

input[readonly] {
    background-color: #e4e4e4;
}

/*input[type="submit"],
input[type="button"],
button {
    padding: 4px 10px;
    font-family:Arial, Helvetica, sans-serif;
    width:80px;
    background-color:#e4e4e4;
    color:#333;
    font-size:14px;

}*/

input[type="radio"] {
    background-color: transparent;
    width: auto !important;
    border-collapse: collapse !important;
    border: none !important;
    margin-right: 2px;
    line-height: 0px !important;
    vertical-align: text-top;
    margin-top: 2px;
}

input::-webkit-input-placeholder, input:-moz-placeholder {
    color: #AAA;
}

.placeholder {
    color: #AAA;
}

input:-ms-input-placeholder {
    color: #AAA;
}


ul.two-column li {
    width: 50%;
    display: inline-block;
    float: left;
}

ul.two-column {
    margin-bottom: 20px;
}

li label {
    width: 135px;
    font-weight: 700;
}


/*
 * Tables
 */


/*
 * Validation / Error
 */
.field-validation-error {
    color: #e80c4d;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.error {
    color: #e80c4d;
    font-size: 14px;
    font-size: 1.5rem;
    display: block;
    font-weight: 400;
}

.error-box {
    text-align: center;
    word-wrap: break-word;
}



/* Clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Default Table */

table {
    /*margin-bottom: 20px;*/
}

/* Custom Tables */
.full-width {
    width: 100%;
}

.border th {
    border-bottom: 2px solid #003d6b;
}

.border tbody td {
    border: 1px solid #DDD;
    border-collapse: collapse;
    border-top: none;
    width: 33%;
    padding: 2px 10px;
}

.border tr:last-child td {
    border-bottom: none;
}

.border tr td:first-child {
    border-left: none;
}

.border tr td:last-child {
    border-right: none;
}

.left {
    float: left;
}

.align-right {
    text-align: right;
}

.full-width {
    max-width: 100%;
    min-width: 100%;
    resize: none;
}

.medium-container {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

input, textarea {
    color: #000;
}

.title-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

.options {
    display: none;
    float: right;
    right: 0;
    text-align: right;
    margin-right: 0;
    padding: 0;
}

.ui-icon {
    float: right;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.ui-icon-tick {
    margin-right: 10px;
}

.field-data {
    position: relative;
    width: auto;
    float: left;
    word-wrap: break-word;
}


.title-box {
    display: block;
    background-color: #E4e4e4;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0 0;
}

.sub-title {
    background-color: #f2f6f8;
}

.chk-middle {
    vertical-align: middle;
}

.search {
    background: url('../Images/search.png') no-repeat;
    background-position: -160px -112px;
    padding-right: 25px;
}

    .search:focus {
        background: none;
        padding-right: 0;
    }

input[type="text"]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.middle {
    margin: 0 auto;
}


.one.columns {
    width: 40px;
}

.two.columns {
    width: 100px;
}

.three.columns {
    width: 160px;
}

.four.columns {
    width: 220px;
}

.five.columns {
    width: 280px;
}

.six.columns {
    width: 340px;
}

.seven.columns {
    width: 400px;
}

.eight.columns {
    width: 460px;
}

.nine.columns {
    width: 520px;
}

.ten.columns {
    width: 580px;
}

.eleven.columns {
    width: 640px;
}

.twelve.columns {
    width: 700px;
}

.thirteen.columns {
    width: 760px;
}

.fourteen.columns {
    width: 820px;
}

.fifteen.columns {
    width: 880px;
}

.sixteen.columns {
    width: 940px;
}

.one-third.column {
    width: 300px;
}

.two-thirds.column {
    width: 620px;
}

.col-padding {
    padding: 0 20px;
}

.hidden-form {
    padding: 10px;
    display: none;
    background-color: #fcf9da;
    margin-bottom: 10px;
}

    .hidden-form li {
        line-height: 30px;
    }

.section-wrapper {
    display: block;
    padding: 0 5px;
    margin: 15px auto;
    border: 1px solid #aaa;
}

.section-head {
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
}

.col-viewmore {
    width: 25px;
    max-width: 25px;
}

.innerDetails .columns {
    float: left;
}

.innerDetails {
    padding: 10px 0 0;
}

.extra-details {
    width: 95%;
    margin: 0 auto 10px;
}

    .extra-details th {
        text-align: left;
        padding: 2px 5px;
        border: 1px solid #c4c4c4;
        background-color: #ebeef1;
    }

.Custom tr:hover td.details td {
    background-color: #fff;
}

.details {
    column-span: all;
}

.business-errors {
    background-color: #f8baba;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.Block {
    /*border-style: solid;
    border-width: 1px;
    border-color: #003d6b;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    vertical-align: top;
    width: 100%;*/
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 8px 24px rgb(0 0 0 / 8%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 1.5rem !important;
    margin-top: 5px;
}

    .Block tbody {
        display: inline-table;
    }

    .Block td {
        vertical-align: top;
    }

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    /*margin-left: -10px;*/
}

.formbutton {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-wrap: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #53739b;
    border: 0;
    color: #FFF;
    cursor: pointer;
    margin-top: 5px;
    /*margin-left: 5px;*/
    padding: 9px 12px 9px 12px;
    text-align: center;
    width: 120px;
}

    .formbutton:hover:enabled {
        background-color: #003d6b;
    }

    .formbutton:disabled {
        background-color: lightgray;
        cursor: not-allowed;
    }

.hidden {
    display: none;
}

.processingSuccess {
    font-weight: 600;
    font-size: 16px;
    color: #77BE41;
    border: 1px solid;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
    background-color: #ECF8E2;
}

.successInfo {
    font-weight: 600;
    font-size: 16px;
    color: #F58125;
}

.float-right {
    float: right;
}

#logoutForm {
    display: inline;
}

.ui-datepicker {
    font-size: 12px;
}

input, select, textarea {
    border-radius: 4px;
}

.text-box.single-line, select, .datepicker {
    height: 32px;
}

