﻿
/* #Font-Face
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(http://allfont.net/allfont.css?fonts=agency-fb);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CRaleway%3A300&#038;ver=all);



/* #Basic Styles
================================================== */
body {
    /*font-family: 'Lato', arial;*/
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-family: 'Lato', arial;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Lato', arial;
    margin: 0;
    line-height: 1.1;
}

span {
    font-family: 'Lato', arial;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}


/* #Links
================================================== */
a, a:visited {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

    a:focus {
        outline: 0;
    }

    a:hover, a:focus {
        color: inherit;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }


/* #Lists
================================================== */


/* #Images
================================================== */
/*img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}*/

/* #Others
================================================== */
.main-menu ul:before, .main-menu ul:after, .radio-box1:before, .radio-box1:after {
    clear: both;
    display: block;
    content: "";
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}



/* #Site Layout
================================================== */


.first-input-section:before, .first-input-section:after, .secomd-input-section:before, .secomd-input-section:after {
    clear: both;
    display: block;
    content: "";
}

.form-section h2 {
    font-family: 'Agency FB', arial;
    background: #a28442 none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 56px;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
}

.nav-tabs > li {
    margin-bottom: 0;
}

    .nav-tabs > li a {
        font-size: 12px !important;
        font-weight: normal !important;
    }

.active {
    color: white !important;
}


.nav-tabs {
    border-bottom: medium none;
    padding: 0 0 0 20px;
}

.tab-content {
    /*background: #a28440;*/
    opacity: .9;
    border: 1px solid rgb(221, 182, 105);
    border-radius: 10px;
    padding: 0 0 15px;
}

h3 {
    color: #334a7a !important;
}

td {
    color: #2f2d2d !important;
}

.form-control {
    border: 1px solid rgb(221, 182, 105) !important;
}

.nav-tabs > li > a {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
    border: 0;
    border-radius: 5px 5px 0 0;
    color: rgb(221, 182, 105);
    /*color: rgb(0, 29, 89);*/
    line-height: 1.42857;
    border-bottom: 0;
    margin-right: 0;
}

.nav-tabs > li {
    margin-bottom: 0;
    margin-right: 20px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: rgba(0, 29, 89, 0.8) none repeat scroll 0 0;
        border-color: rgb(0, 29, 89) rgb(0, 29, 89) rgba(0, 0, 0, 0);
        border-width: 0;
        color: rgb(255, 255, 255);
    }

.nav-tabs li > a:hover {
    background: rgba(0, 29, 89, 0.8) none repeat scroll 0 0 !important;
    background: rgba(0, 29, 89, 0.8) none repeat scroll 0 0;
    border-color: rgb(0, 29, 89) rgb(0, 29, 89) rgba(0, 0, 0, 0);
    border-width: 0;
    color: rgb(255, 255, 255);
}

.nav > li > a {
    font-size: 18px;
    padding: 8px 30px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.tab-section {
    padding: 20px;
}

    .tab-section h3 {
        font-family: 'Agency FB', arial;
        border-bottom: 2px solid;
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 32px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        font-weight: bold;
    }

        .tab-section h3::before {
            border: 4px solid #4260a2;
            bottom: -4px;
            clear: both;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            width: 64px;
        }

.radio-box1 span {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}

.radio-box1 > li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 25px 5px 0;
    float: left;
}

.radio-box1 input {
    margin: 0;
    vertical-align: initial;
}

.first-input-section > p {
    float: left;
    text-align: left;
    width: 50%;
}

.tab-section label {
    color: #2f2d2d;
    font-weight: bold;
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 14px;
    ;
}

.first-input-section input, .secomd-input-section p > input {
    width: 75%;
}

input {
    height: 32px;
    padding: 0 5px;
}

    input[type=text] {
        /*background: rgb(239, 239, 239) none repeat scroll 0 0;*/
        /*border: medium none;*/
        height: 32px !important;
        border-radius: 3px;
        font-family: "Open Sans",sans-serif;
    }

.first-input-section, .second-input-section {
    margin: 0px;
}

.secomd-input-section > p {
    float: left;
    width: 30%;
}

    .secomd-input-section > p:last-child {
        width: 40%;
    }

.input-last-section span {
    display: inline-block;
    float: left;
    padding-right: 35px;
    width: 50%;
}

.input-last-section input {
    width: 100%;
}

.continue1 {
    background: #4260a2 none repeat scroll 0 0;
    border: 1px solid #4260a2;
    box-shadow: 4px 4px 4px 0 rgb(53, 75, 124);
    color: rgb(255, 255, 255) !important;
    display: inline-block !important;
    font-size: 18px;
    margin: 20px 25px 0 0 !important;
    padding: 5px 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 150px;
    border-radius: 3px;
}

    .continue1:hover {
        background: rgb(53, 75, 124) none repeat scroll 0 0;
        border: 1px solid rgba(30, 34, 45, 0.1);
        color: rgb(255, 255, 255) !important;
        transition: all 0.3s ease 0s;
    }

.court-table {
    border: 2px solid rgb(51, 51, 51);
    margin: 40px 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-right: 2px solid #333;
    border-top: medium none;
    color: #333;
    vertical-align: middle;
    font-size: 13px;
}

    .table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
        border-right: none;
    }

.table > thead > tr > th {
    border-bottom: medium none;
    font-size: 14px;
}

.table {
    margin-bottom: 0;
}

.court-table thead {
    background: rgb(204, 204, 204) none repeat scroll 0 0;
    color: rgb(51, 51, 51);
}

tbody tr:nth-child(2n+1) {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
}

tbody tr:nth-child(2n+2) {
    background: #fff;
}

.radio-box1 input {
    height: auto;
}

.radio-box1 label {
    margin-right: 10px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: rgb(0, 29, 89) none repeat scroll 0 0;
    text-decoration: none;
}

.radio-box1 {
    margin-bottom: 13px;
}

#step-5 .court-table {
    width: 85%;
}

#step-5 .first-input-section > p {
    float: none;
    text-align: left;
    width: 85%;
}

#step-5 .first-input-section input {
    height: 48px;
    width: 100%;
}

#step-5 .tab-section > a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 20px;
    margin: 50px 0 0;
}

.court-table tr td a {
    color: rgb(8, 83, 148) !important;
    text-decoration: underline;
    text-transform: uppercase;
}

    .court-table tr td a:hover {
        text-decoration: none;
    }

.check-box1 > li {
    display: block;
    list-style: outside none none;
    margin: 0 15px 10px 0;
}

.court-tab {
    margin: 0 0 25px;
}

.date-box1 {
    color: rgb(255, 255, 255);
    margin: 0 0 20px;
}

    .date-box1 > p {
        clear: both;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .date-box1 > span {
        color: rgb(255, 255, 255);
        display: block;
        margin: 0 0 5px;
    }

/*----- Custom select box styling -----*/
.ui-selectmenu-button {
    background: rgb(239, 239, 239) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: table-cell;
    font-weight: normal;
    height: 38px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 280px !important;
    height: 32px;
}

.ui-state-default .ui-icon {
    background: rgba(0, 0, 0, 0) url("images/down-arrow.png") no-repeat scroll right center;
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 14px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    color: rgb(104, 104, 104);
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: 5px 20px 0 3px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid;
    height: 32px;
}

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    font-family: "Open Sans",sans-serif;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu .ui-menu {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(153, 153, 153);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 1px;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #FDA100;
    color: rgb(255, 255, 255);
}

.select-form label {
    font-size: 16px;
}

select:focus {
    outline: none;
}

.input-group .form-control {
    border-radius: 0;
    width: 185px;
}

.input-group-addon {
    background-color: rgb(238, 238, 238);
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 32px;
    margin: 0 0 0 1px !important;
    padding: 5px 0 0 0;
    width: 32px;
    display: inline-block !important;
}

.glyphicon.glyphicon-calendar {
    color: rgb(51, 51, 51);
    font-size: 18px;
    padding: 1px 0 0;
}

.form-control {
    padding: 5px;
}

.input-group {
    display: inline-block;
}

.form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

    .form-group:last-child {
        margin-left: 10px;
    }

.input-group-addon, .form-control {
    border-radius: 3px !important;
}

.radio-box1 select {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
    font-size: 16px;
    height: 32px;
    width: 310px;
    font-family: "Lato","Open Sans",sans-serif;
}

.modal-dialog {
    z-index: 9999;
}

.popform-wrap label {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
}

.popform-wrap input, .popform-wrap select {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
}

.modal-header {
    background: rgb(20, 46, 101) none repeat scroll 0 0;
    color: #fff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

    .modal-header h4 {
        text-align: center;
        color: #fff;
    }

.modal-content {
    border-radius: 15px;
    margin-top: 10%;
}

textarea.new-reason {
    width: 100%;
    padding: 10px;
    min-height: 211px;
    border-radius: 4px;
}

.preview-wrap p {
    color: #fff;
    font-size: 18px;
}

span.ans {
    font-size: 14px;
    color: #FFF;
    margin-top: -7px;
    float: left;
    text-decoration: underline;
    letter-spacing: 1px;
}

.preview-wrap h2 {
    background: #ccc;
    color: #334A7A;
}

.preview-wrap label {
    float: left;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
}

.preview-wrap p {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.preview-wrap h3 {
    margin-bottom: 30px;
}

.property-sec h5 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 11px;
    letter-spacing: 2px;
}


.part-maker {
    margin-bottom: 24px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.preview-wrap h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: underline;
}

a.add-link:hover {
    color: #000 !important;
}

.instruction-wrap p {
    color: #282727;
    font-size: 14px;
}

p.error span {
    color: #FFF;
    padding: 3px 10px;
    border: 1px solid red;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
}

button.close {
    color: #fff;
    opacity: 1;
}

.rev-title-wrap {
    color: #fff;
    text-align: center;
}

p.no-margin {
    font-size: 23px;
    margin-bottom: 3px;
}

.rev-title-wrap input, .rev-title-wrap select {
    width: 30%;
    color: #000;
    font-size: 13px;
    padding: 6px 6px;
    border-radius: 3px;
}


.preview-wrap-second {
    color: #fff;
}

    .preview-wrap-second input[type=text] {
        color: #000
    }


    .preview-wrap-second h5 {
        color: #fff;
        text-decoration: underline;
        padding: 30px 0px;
        text-align: center;
        font-size: 32px;
    }


    .preview-wrap-second input[type=checkbox], .preview-wrap-second input[type=radio] {
        position: relative;
        top: 3px;
        margin-right: 7px;
        height: auto !important
    }

.row.full-width-input input[type=text] {
    width: 100%;
}

.half-width-input input[type=text] {
    width: 50%;
}

p.in-a-single-p input {
    margin: 0 7px;
    width: 25%;
}

.preview-wrap-second textarea {
    width: 100%;
    min-height: 200px;
    padding: 5px;
    border-radius: 4px;
    color: #282727;
}


.notice {
    padding: 10px;
    border: 1px solid #6B6D73;
    background: #2F2D2D;
    color: #FFF !important;
}

input.noborder {
    border-bottom: 1px solid #FFF;
    background: none;
    border-radius: 0px;
    width: 100%
}

    input.noborder:focus {
        outline: none;
    }
/* #Media Queries
================================================== */
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1199px) {
    .nav > li > a {
        padding: 8px 28px;
    }
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
    .input-last-section span {
        padding-right: 20px;
    }

    .first-input-section input, .secomd-input-section p > input {
        width: 85%;
    }

    .nav > li > a {
        padding: 8px 19px;
    }

    .nav-tabs > li {
        margin-right: 7px;
    }

    .over-form1 .date-box1 input {
        width: 88px;
    }

    .ui-selectmenu-button {
        width: 200px !important;
    }

    #step-5 .court-table {
        width: 100%;
    }

    #step-5 .first-input-section > p {
        width: 100%;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li {
        float: none;
        margin-bottom: 0;
    }

    .nav > li > a {
        border-bottom: 1px solid rgb(0, 29, 89);
        border-radius: 0;
        font-size: 16px;
        padding: 8px 19px;
        text-align: center;
    }

        .nav > li > a:focus, .nav > li > a:hover {
            background: rgb(0, 29, 89) none repeat scroll 0 0;
            text-decoration: none;
            border-bottom: 1px solid rgb(0, 29, 89);
        }

    .nav-tabs > li > a:hover {
        border-color: none;
    }

    .nav-tabs {
        padding: 0;
    }

    .first-input-section > p, .secomd-input-section > p, .secomd-input-section > p:last-child {
        float: none;
        width: 100%;
    }

    .input-last-section span {
        padding-right: 0;
        width: 85%;
        margin-bottom: 20px;
    }

    .tab-section h3 {
        font-size: 24px;
    }

    .over-form1 > li {
        margin: 0 20px 20px 0;
    }

    .nav-tabs > li {
        margin-left: 20px;
        margin-right: 20px;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
    .form-section h2 {
        font-size: 20px;
        margin: 15px 0;
    }

    .tab-section h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .radio-box1 span {
        font-size: 14px;
    }

    .first-input-section input, .secomd-input-section p > input, .input-last-section span {
        width: 100%;
    }

    .continue1 {
        margin: 20px 15px 0 0;
        width: 100px;
    }

    .radio-box1 > li {
        margin: 0 13px 5px 0;
    }

    .over-form1 .date-box1 input, .date-box1 input {
        width: 100px;
    }

    .tab-section {
        padding: 20px 10px;
    }
}

label {
    font-family: 'Open Sans', sans-serif;
    font-size: 9px !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold !important;
    font-size: 13px !important;
}

p {
    font-family: 'Open Sans', sans-serif;
}

span {
    color: #2f2d2d !important;
    font-weight: bold;
}

input, select {
    color: #2f2d2d !important;
}

.help-block {
    color: red;
    font-weight: bold;
    font-size: 9px;
}
