/* colors */
/* block colors */
/* white and blacks */
/* body */

.rating-color {
    color: #fde16d !important;
}

.togglePosition {
    top: -5px;
}

.panel {
    border-color: #1f3a51;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #3071a9;
    border-color: #1f3a51;
    background-image: none;
    font-weight: bold;
    filter: inherit;
}

.panel-body {
    margin: 1px;
    background-color: #dfedf3;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #689DD1;
}

.nav-tabs > li.inactive > a,
.nav-tabs > li.inactive > a:hover,
.nav-tabs > li.inactive > a:focus {
  color: #555555;
  border: 1px solid black;
  border-bottom-color: transparent;
  cursor: pointer;
  /*background-color: #d9edf7;*/
  background-color: #ffffff;
}

.nav-tabs > li.tabborder
{   
   border-bottom: 3px solid #689DD1;
}

.nav-tabs > li > a {
  border-radius: 20px 20px 0 0;
}


.informationSeparator {
    border-bottom-width: 1px;
    border-bottom-color: #99a1a8;
    border-bottom-style: solid;
    margin-bottom: 10px;
}
/*Error Messag bold*/

.fontEmphasis {
    font-weight: bold;
}

.gridIcon {
    width: 30px;
    height: 30px;
}

.imageHover {
    cursor: pointer;
}

.alert {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.redText {
    color: red;
}

.imageSize {
    width: 16px;
    height: 16px;
}

.successText {
    color: green;
}

.blueText {
    color: blue;
}

.textAlignCenter {
    text-align: center;
}
.textAlignLeft {
    text-align: left;
    padding-top:15px;
    color: #3071a9;
}
.leftPadding15 {
    padding-left: 15px;
}

.bottomPadding10 {
    padding-bottom: 10px;
}

.bottomPadding20 {
    padding-bottom: 20px;
}

.tableTitle {
    font-size: 14px;
    margin: 8px 0 20px 15px;
}

body {
    background-color: #dfedf3;
    color: #205493;
    font-family: 'open_sansregular';
    padding-bottom: 100px;
    margin-top: 0;
    padding-top: 0;
}

    body.cover {
        background: url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

/* text */
h1 {
    font-family: 'open_sansregular';
    font-size: 34px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #068 !important;
}

h2 {
    font-family: 'open_sansbold';
    font-size: 22px;
    margin: 6px 0 6px 15px;
    color: #068 !important;
}

    h2.search {
        margin-left: 0;
    }

    h2.client-name {
        margin-right: 15px;
    }

        h2.client-name span {
            font-size: 13px;
            margin-top: -5px;
        }

h3 {
    font-family: 'open_sansbold';
    font-size: 14px;
}

a {
    color: #3b76b2;
}

    a:hover {
        text-decoration: underline;
        color: #344d66;
    }

    a.logo {
        color: #344d66;
    }

.small-container {
    width: 620px;
}

strong.adjustRight {
    text-align: right;
    float: right;
    letter-spacing: -1px;
    color: #344d66;
}

/*hamburger*/
span.hamburger-name {
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    margin: 0 0 2px 0;
    padding: 0;
}

/*select drop down */
select {
    background: #f5f5f5;
}

.margintop10 {
    margin-top: 10px;
}

.btn-grey-bg {
    background: #ecf0f3;
    color: #068;
}

    .btn-grey-bg:hover, .btn-grey-bg:focus, .btn-grey-bg:active, .btn-grey-bg.active, .open > .dropdown-toggle.btn-grey-bg {
        color: #068;
        background-color: #ffffff;
        border-color: #cfcfcf;
    }
/* forms */
.form-control:hover {
    border: 1px solid #cfcfcf;
}

.form-control:hover {
    border: 1px solid #8296a5;
}

/* float classes */
.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* logo */
.logo {
    margin-top: -3px;
}

.logo-seal {
    background: url(../images/logo-seal.png) no-repeat left;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: 35px auto;
    float: left;
    height: 40px;
    position: relative;
    top: 2px;
    width: 40px;
}
.logo-seal-citizen-user { 
     background: url(../images/info.png) no-repeat left;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: 35px auto;
    float: left;
    height: 40px;
    position: relative;
    top: 2px;
    width: 40px;
}

.logo-text-lineone {
    font-size: 12px;
    position: relative;
    top: 2px;
    font-family: 'open_sansregular';
}

.logo-text-linetwo {
    font-size: 12px;
    font-family: 'open_sanssemibold';
    position: relative;
    top: -1px;
}

.control-label {
    margin-left: 15px;
    font-family: 'open_sanssemibold';
}

/* font weights */
.strong {
    font-family: 'open_sansbold';
}

/* breadcrumb */
.breadcrumb {
    background: none;
    margin-bottom: 30px;
    padding: 8px 0px;
    text-align: left;
}

    .breadcrumb a {
        text-decoration: underline;
        color: #0077dd;
    }

/* input color */
.control-label {
    color: #344d66;
    font-size: 13px;
    letter-spacing: -1px;
}

/* line breaks */
.break-sm, .break-md, .break-lg {
    float: left;
    width: 100%;
}

.break-sm {
    height: 10px;
}

.break-md {
    height: 20px;
}

.break-lg {
    height: 20px;
}

.break-xlg {
    height: 60px;
}

.clear {
    clear: both;
}

/* spacing */
.removepaddingmargin {
    padding: 0 !important;
    margin: 0 !important;
}

.full-width {
    width: 100%;
}

/* navigation */
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #068;
    font-family:'open_sansbold';
}

.navbar-default {
    margin-top: -1px;
}

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        font-size: 14px;
    }

.navbar-nav {
    float: left;
    font-size: 14px;
    margin: 0;
}

    .navbar-nav.navbar-right > li {
        margin-top: 20px;
    }

        .navbar-nav.navbar-right > li > a {
            padding: 0;
            margin: 0;
            margin-top: -5px;
            padding-left: 10px;
        }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, .navbar-header {
    margin-right: 5%;
}

.small-container {
    width: 620px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    box-shadow: none;
    color: #ffffff;
}

.navbar-nav > li.activeState, li.activeState {
    background-color: #068;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 48px;
    filter: none !important;
}

    .navbar-nav > li.activeState a, li.activeState a, li.subActiveState a {
        color: #ffffff !important;
    }

.navbar-nav > li.subActiveState, li.subActiveState {
    background-color: #068;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 25px;
    filter: none !important;
}

.follow-up-count {
    background: #068;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 6px 2px 6px;
    border-radius: 2px;
}

.navbar-default .navbar-nav > li > a {
    border-top: 4px solid transparent;
}

.navbar-default .navbar-nav > li.activeState > a:hover {
    color: #ffffff;
    text-shadow: none;
}

.navbar-default {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-right li a {
    font-size: 13px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -65px;
}

.dropdown-menu > li > a{
    color:#068;
}
.dropdown-menu li a:hover {
                color: #ffffff;
                background-image:none;
                background-color:#068 !important;
            }

/* info blocks (blue blocks) */
.block {
    color: #ffffff;
    float: left;
    height: 100%;
    padding: 25px 0 0 25px;
    width: 100%;
    min-height: 450px;
    display: table-cell;
}

    .block a {
        color: #ffffff;
        text-decoration: underline;
    }

    .block h3 {
        font-family: 'open_sansregular';
        font-size: 16px;
        margin-bottom: 20px;
    }

    .block h4 {
        font-family: 'open_sansbold';
        font-size: 16px;
        font-variant: small-caps;
        letter-spacing: .5px;
        margin-bottom: 1px;
    }

    .block p {
        font-family: 'open_sansregular';
        font-size: 18px;
        margin-bottom: 10px;
    }

        .block p a {
            font-size: 14px;
            color: #c4d1da;
        }

            .block p a:hover {
                color: #ffffff;
            }

    .block button {
        background: #5381b1;
        border: 1px solid #295f99;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        box-shadow: 0px 1px 0px 0px #32659a;
        -webkit-box-shadow: 0px 1px 0px 0px #32659a;
        -moz-box-shadow: 0px 1px 0px 0px #32659a;
        margin-top: 15px;
        padding: 3% 5%;
    }

        .block button a {
            text-decoration: none;
        }

        .block button:hover {
            background: #3b76b2;
        }

/* blocks positioning */
.block-left {
    padding-right: 0;
}

.block-mid {
    padding: 0;
}

.block-right {
    padding-left: 0;
}

/* individual block styling */
.block-one {
    background: #3972ad;
    border: 1px solid #1f456e;
    border-radius: 4px 0 0 4px;
}

.block-two {
    background: #356ba3;
    border-top: 1px solid #1f456e;
    border-bottom: 1px solid #1f456e;
    border-right: 1px solid #1f456e;
}

.block-three {
    background: #326193;
    border-top: 1px solid #1f456e;
    border-bottom: 1px solid #1f456e;
}

.block-four {
    background: #2d5988;
    border: 1px solid #1f456e;
    border-radius: 0 4px 4px 0;
}

/* tables */
table.dataTable {
    margin-top: -53px !important;
}

table {
    border-collapse: separate;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 20px 15px;
}

/* sorting arrows */
table.dataTable thead .sorting {
    background: url(../images/sort_both.png) no-repeat 9px 6px;
}

table.dataTable thead .sorting_asc {
    background: url(../images/sort_asc.png) no-repeat 9px 6px;
}

table.dataTable thead .sorting_desc {
    background: url(../images/sort_desc.png) no-repeat 9px 6px;
}

/* td */
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

    .table > tbody > tr > td a:hover {
        text-decoration: none;
    }

/* th */
.table > thead:first-child > tr:first-child > th {
    border-bottom: none;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 25px;
}

/* table filtered */
.table-filtered > thead > tr > th span {
    position: relative;
    top: -4px;
}

th span.filter {
    /* if a filter is in th */
    float: left;
    margin-top: 7px;
}

/* thead */
.table > thead:first-child > tr:first-child > th {
    font-family: 'open_sanssemibold';
    font-size: 13px;
    letter-spacing: -1px;
}

/* tbody */
.table > tbody > tr > td {
    border-top: none;
}

tbody tr {
    border-bottom: none;
    border-top: none;
}

    tbody tr:first-child, tbody tr:first-child td {
        border-top: 1px solid #cfcfcf;
    }

    tbody tr td, tbody tr td:last-child {
        border-right: 1px solid #cfcfcf;
    }

    tbody tr:last-child td {
        border-bottom: 1px solid #cfcfcf;
    }

    tbody tr td:first-child {
        border-left: 1px solid #cfcfcf;
    }

    tbody tr:first-child td:first-child, tbody tr:first-child td:last-child {
        border-color: #cfcfcf;
    }

    tbody tr:first-child td:first-child {
        border-radius: 4px 0 0 0;
    }

    tbody tr:first-child td:last-child {
        border-radius: 0 4px 0 0;
    }

    tbody tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

    tbody tr:last-child td:last-child {
        border-radius: 0 0 4px 0;
    }

/* datatables overrides */
.dataTable > thead:first-child > tr:first-child > th:hover {
    text-decoration: underline;
}

.table-striped > tbody > tr:nth-child(even), .table-striped > tbody > tr:nth-child(even) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-child(odd), .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    /*background-color: #f2f5f7;*/
    /*background-color: #e4e9ed;*/
    background-color: #e9edf2;
}

table.dataTable thead > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}

/* bootstrap override */
div.dataTables_info {
    font-family: 'open_sansregular';
    font-size: 13px;
    letter-spacing: 0px;
    text-align: right;
    margin-right: 120px;
    position: relative;
    top: -32px;
}

#clientSearchResults_info {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 15px;
    top: 5px;
}

#eDocumentsList_info {
    font-family: 'open_sansregular';
    font-size: 13px;
    letter-spacing: 0px;
    text-align: right;
    margin-right: 0;
    position: relative;
    top: -32px;
}

div.dataTables_length {
    position: absolute;
    bottom: -40px;
}

.table-links > tbody > tr > td, .table-links > tfoot > tr > td {
    padding: 0px;
}

    .table-links > tbody > tr > td a {
        display: block;
        padding: 15px 0px 15px 15px;
        min-height: 50px;
        color: #205493;
    }

.table-nolinks > tbody > tr > td, .ServiceInvolvementTable-links > tbody > tr > td {
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
}

.table-links > tbody > tr > td {
    border-bottom: 1px solid #cfcfcf;
}

.followUpList tbody tr td:nth-last-child(3):hover {
    background: #f2f5f7 url(../images/x.png) no-repeat 125px 15px;
}

/* export link in table results */
.export, .exportServiceByProvider, .exportServiceInvolvement, .exportSchoolActivity, .exportView911Data,.exportView911DataAddress, .exportLifeEvent {
    font-size: 13px;
    text-align: right;
    text-decoration: underline;
    position: relative;
    top: -53px;
}

    .export button, .exportServiceByProvider button, .exportServiceInvolvement button, .exportSchoolActivity button, .exportView911Data button, .exportView911DataAddress button, .exportLifeEvent button{
        border: none;
        background: transparent;
        color: #0077dd;
        text-decoration: underline;
    }

.print {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 14px;
    margin-left: 20px;
}

.print-table {
    width: 37%;
    height: 20px;
    float: right;
    margin-top: 11px;
}

    .print-table a {
        float: left;
    }

        .print-table a img {
            float: left;
        }

/* pagination styles */
.pagination #searchResults_first, .pagination #searchResults_last {
    display: none;
}

.pagination .paginate_button.previous a, .pagination .paginate_button.next a {
    background: #ffffff;
    color: #068;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #068;
    cursor: default;
    box-shadow: 0px 1px 2px #e0e4e7;
}

.pagination > li > a, .pagination > li > span {
    background: #ffffff;
    color: #068;
}

.clientProfileSummary {
    height: 45px !important;
    margin-top: 4px;
    padding-top: 6px !important;
}
/* dropdown client profile */
.dropdown-clientprofile {
    float: left;
    width: 175px;
    margin-left: 2%;
    height: 52px;
    font-size: 16px;
    text-align: left;
    padding-left: 2.5%;
}

    .dropdown-clientprofile span.caret {
        float: right;
        margin-top: 9px;
    }

.open > .clientprofile {
    top: 46px;
    left: 4px;
    width: 175px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/* form with checkbox */
form.oneItemForm {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: 0px 1px 2px #e0e4e7;
    padding: 1px 0px;
    height: 45px;
    width: 160px;
}

    form.oneItemForm .checkbox {
        margin-left: 12px;
        margin-top: 5px;
    }

        form.oneItemForm .checkbox label {
            font-size: 13px;
            padding-right: 20px;
        }

    form.oneItemForm .dropdown {
        background: none;
        border: none;
        width: 160px;
    }

        form.oneItemForm .dropdown .caret {
            float: right;
            position: relative;
            top: 8px;
        }

        form.oneItemForm .dropdown .btn-default {
            border: none;
            padding-bottom: 0;
            width: 170px;
            box-shadow: none;
            text-align: left;
        }

            form.oneItemForm .dropdown .btn-default:hover, form.oneItemForm .dropdown .btn-default:focus, form.oneItemForm .dropdown .btn-default:active, form.oneItemForm .dropdown .btn-default.active, form.oneItemForm .dropdown .open > .dropdown-toggle.btn-default {
                background: none;
                box-shadow: none;
            }

    form.oneItemForm:hover {
        background: #f2f5f7;
    }

/* table filters and button */
.filter-block .btn-filter:hover {
    background: #c4d1da;
    text-shadow: none;
}

.filter-block.open .btn-filter {
    background: #f0aa0f;
    text-shadow: none;
}

.filter-block {
    float: right;
    margin-left: 5%;
    position: relative;
    text-align: right;
    top: 4px;
}

    .filter-block .btn-filter {
        background: #f2f5f7;
        border: 1px solid #c4d1da;
        border-radius: 2px;
        text-shadow: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        box-shadow: 0 1px 1px #e0e4e7;
        color: #344d66;
        float: right;
        font-family: 'open_sansregular';
        font-size: 13px;
        margin-right: -5px;
        padding: 2px 6px;
        margin-top: -4px;
    }

    .filter-block .dropdown-menu {
        padding: 15px;
    }

        .filter-block .dropdown-menu li {
            font-size: 13px;
            font-family: 'open_sansregular';
            margin-bottom: 15px;
        }

            .filter-block .dropdown-menu li span.clearChecks {
                color: #3b76b2;
                display: inline;
                font-size: 13px;
                text-align: right;
                float: right;
                cursor: pointer;
            }

                .filter-block .dropdown-menu li span.clearChecks:hover {
                    color: #344d66;
                }

            .filter-block .dropdown-menu li input {
                margin-right: 8px;
            }

    .filter-block .dropdown-wide {
        width: 260px;
    }

    .filter-block .dropdown-last {
        position: absolute;
        left: -85px;
    }

#announcementsBox {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e0e4e7;
    height: 40px;
    height: auto !important;
    min-height: 40px;
    margin-bottom: 80px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

/* specific tables */
/* search results table - all elements */
#clientSearchResults_wrapper {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e0e4e7;
    height: 40px;
    height: auto !important;
    min-height: 40px;
    margin-bottom: 80px;
    margin-top: 20px;
    padding: 0;
    width: 100%;
}

    #clientSearchResults_wrapper #clientSearchResults_filter {
        margin-top: 20px;
        margin-right: 8px;
    }

    #clientSearchResults_wrapper .clientSearchResultsBlock {
        float: left;
        margin-top: -5px;
        width: 70%;
        padding-top: 20px;
        padding-left: 2%;
        padding-bottom: 11px;
    }

        #clientSearchResults_wrapper .clientSearchResultsBlock span.yourSearch {
            font-size: 13px;
            margin-right: 20px;
        }

        #clientSearchResults_wrapper .clientSearchResultsBlock span.resultLabel {
            font-size: 17px;
            margin-right: 20px;
        }

            #clientSearchResults_wrapper .clientSearchResultsBlock span.resultLabel strong {
                font-family: 'open_sanssemibold';
                letter-spacing: -1px;
            }

        #clientSearchResults_wrapper .clientSearchResultsBlock a.modifySearch {
            text-decoration: underline;
            font-size: 13px;
            color: #0077dd;
        }

    #clientSearchResults_wrapper #formModifySearch {
        margin-top: 20px;
    }

    #clientSearchResults_wrapper #clientSearchResults_filter label {
        margin: -8px -3px 0 0;
        font-size: 13px;
        padding: 0;
    }

        #clientSearchResults_wrapper #clientSearchResults_filter label input {
            box-shadow: inset 0 1px 2px #cfcfcf;
            -webkit-box-shadow: inset 0 1px 2px #cfcfcf;
            -moz-box-shadow: inset 0 1px 2px #cfcfcf;
            font-family: 'open_sansregular';
            font-size: 15px;
            height: 34px;
            margin-left: 5px;
            width: 140px;
        }

.input-group .form-control.dob:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group .form-control.dob {
    background: #ffffff url(../images/ic_date.png) no-repeat 108px 6px;
    width: 135px;
    background-size: 20px 20px;
    cursor: pointer;
}

.btn-approxage {
    width: 100px;
}

.modifySearchWrapper {
    float: left;
    height: 170px;
    height: auto !important;
    min-height: 170px;
    margin-top: 3px;
    width: 100%;
}

    .modifySearchWrapper .form-group {
        margin-bottom: 20px;
        margin-right: 8px;
    }

        .modifySearchWrapper .form-group label {
            font-family: 'open_sanssemibold';
            font-size: 14px;
            letter-spacing: -1px;
            margin-left: 10px;
        }

        .modifySearchWrapper .form-group .form-control {
            border-radius: 2px;
            -moz-box-shadow: inset 0 1px 2px #cfcfcf;
            -webkit-box-shadow: inset 0 1px 2px #cfcfcf;
            box-shadow: inset 0 1px 2px #cfcfcf;
            width: 200px;
        }

        .modifySearchWrapper .form-group input#ssn {
            width: 215px;
        }

        .modifySearchWrapper .form-group input#address {
            width: 190px;
        }

        .modifySearchWrapper .form-group input#city {
            width: 90px;
        }

        .modifySearchWrapper .form-group input#zip {
            width: 80px;
        }

        .modifySearchWrapper .form-group select#state {
            width: 120px;
            background: #f5f5f5;
        }

        .modifySearchWrapper .form-group input#dob {
            width: 135px;
        }

        .modifySearchWrapper .form-group input#approximateage {
            width: 75px;
        }

        .modifySearchWrapper .form-group input#mcii {
            width: 210px;
        }

#clientProfileDetail_wrapper .oneItemForm {
    width: 195px;
}

p.clientProfileAddressTitle {
    margin-left: 15px;
    font-family: 'open_sansbold';
    font-size: 14px;
    margin-top: -20px;
}

p.clientProfileAddress {
    margin: 20px 15px 5px 15px;
    font-size: 13px;
}

/* table bottom */
.tableBottom {
    position: absolute;
    bottom: -45px;
    right: 10px;
}

/* datatables pagination override */
div.dataTables_paginate {
    float: none;
}

/* datatables wrapper override */
.dataTables_wrapper {
    margin-bottom: 12px;
}

/* top and bottom areas of modify search box */
.modifySearchBottom, .modifySearchTop {
    float: left;
}

.modifySearchTop {
    margin-left: 42px;
    margin-bottom: 20px;
}

.modifySearchBottom {
    width: 100%;
    background: #f5f5f5;
    border-top: none;
    padding: 20px 35px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .modifySearchBottom .btn {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        width: 180px;
        background: #344d66;
        border: 1px solid #1f3a51;
        float: right;
        margin-right: 10px;
    }

        .modifySearchBottom .btn:hover {
            background: #1f3a51;
        }

    .modifySearchBottom a#cancelModify {
        text-decoration: underline;
        color: #0077dd;
        float: right;
        margin-top: 5px;
        margin-right: 15px;
    }

.calendar {
    width: 16px;
    height: 16px;
}

/* search page */
/* main search form on search landing page */
form.mainSearch {
    width: 300px;
    margin: 50px auto;
}

    form.mainSearch a.buttonPlaceHolder {
        color: #ffffff;
        padding: 20% 44% 20% 43%;
    }

        form.mainSearch a.buttonPlaceHolder:hover {
            text-decoration: none;
        }

    form.mainSearch hr {
        border-top: 1px solid #ccc;
        height: 1px;
    }

    form.mainSearch .btn-calendar {
        background: #f5f5f5;
        border: 1px solid #cfcfcf;
    }

    form.mainSearch p {
        font-size: 13px;
        margin: 8px 0 20px 15px;
    }

    form.mainSearch .showhideBottom, form.mainSearch .showhide, form.mainSearch .showhidePortal {
        background: #f2f5f7;
        padding: 2%;
        width: 100%;
        margin-left: 0;
        padding: 10px 15px;
    }

    form.mainSearch .showhideBottom {
        border-bottom: 1px solid #c4d1da;
        border-left: 1px solid #c4d1da;
        border-right: 1px solid #c4d1da;
        position: relative;
        top: -12px;
        margin-bottom: 5px;
        padding: 10px 15px;
    }

    form.mainSearch .showhide, form.mainSearch .showhidePortal {
        border: 1px solid #c4d1da;
        margin-bottom: 12px;
        cursor: pointer;
    }

    form.mainSearch .btn-darkblue {
        background-color: #068;
        border-color: #068;
        padding: 3% 0;
    }

        form.mainSearch .btn-darkblue:hover {
            background-color: #068;
            border-color: #068;
        }

.modal-backdrop, .modal-backdrop.fade.in {
    background: #000000;
}

/* #Media Queries
================================================== */
/* Retina Logo  */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {
    .logo-seal {
        background: url(../images/logo-seal2x.png) no-repeat left;
        background-position-x: 0px;
        background-position-y: 0px;
        background-size: 35px auto;
        float: left;
        height: 40px;
        position: relative;
        top: 2px;
        width: 40px;
    }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .modal {
        width: 80% !important;
        left: 10%;
        top: 10%;
    }

    .col-md-3 {
        padding-right: 15px;
    }

    .nav > li > a {
        padding: 10px 8px;
        font-size: 13px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

    .block {
        height: 360px;
        height: auto !important;
        min-height: 360px;
        padding: 20px 0 0 20px;
    }

        .block h3 {
            font-size: 14px;
            margin-bottom: 18px;
        }

        .block h4 {
            font-size: 14px;
        }

        .block p {
            font-family: 'open_sanslight';
            font-size: 15px;
            margin-bottom: 8px;
        }

            .block p a {
                font-size: 11px;
            }

        .block button {
            padding: 2% 4%;
            font-size: 12px;
        }

    .block-left {
        padding: 0;
    }

    .block-mid {
        padding: 0;
    }

    .block-right {
        padding: 0;
    }

    .block-one, .block-two, .block-three, .block-four {
        width: 24.5%;
    }

    .block-one {
        border-bottom: none;
    }

    .block-two {
        border-bottom: none;
    }

    .block-three {
        border-bottom: none;
    }

    form.mainSearch {
        width: 70%;
        margin: 50px auto;
    }
}

.modal.fade.in {
    top: 35%;
}

@media only screen and (max-width: 979px) {
    .modal {
        width: 80% !important;
        left: 10%;
    }

        .modal.fade.in {
            top: 65px;
        }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /*.print {
        display: none;
    }*/

    .dataTables_wrapper h2 {
        margin: 0 0 10px 0;
    }

    .print-table {
        width: 48%;
        height: 20px;
        float: right;
        margin-top: 9px;
    }

    .modifySearchWrapper .form-group input#zip {
        width: 117px;
    }

    .modifySearchWrapper .form-group select#state {
        width: 288px;
    }

    .modal {
        width: 80% !important;
        left: 10%;
    }

        .modal.fade.in {
            top: 65px;
        }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, .navbar-header {
        margin-right: 0;
    }

    form.mainSearch {
        width: 300px;
        margin: 50px auto;
    }

    #clientSearchResults_wrapper .clientSearchResultsBlock span.resultLabel {
        font-size: 13px;
        margin-right: 20px;
    }

    #clientSearchResults_wrapper .clientSearchResultsBlock a.modifySearch {
        font-size: 13px;
        color: #0077dd;
    }

    #clientSearchResults_wrapper #clientSearchResults_filter label {
        padding: 0;
        position: relative;
        top: -40px;
        left: 128px;
    }

        #clientSearchResults_wrapper #clientSearchResults_filter label input {
            font-size: 15px;
            width: 130px;
            position: relative;
            top: 28px;
            right: 132px;
        }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    div.dataTables_length {
        display: none;
    }

    h1 {
        margin-top: 0;
    }

    h2.table-title {
        margin-left: 20px;
    }

    .showUnitCostDetails {
        margin-left: 20px;
    }

    form.mainSearch .showhide, form.mainSearch .showhidePortal {
        padding: 20px 10px;
    }

    form.mainSearch .showhideBottom {
        top: 0;
        border: 1px solid #c4d1da;
        padding: 20px 10px;
    }

    .navbar-toggle {
        padding: 2px 14px 11px;
    }

        .navbar-toggle .icon-bar {
            width: 30px;
        }

    .follow-up-count {
        font-size: 14px;
        padding: 0px 6px;
    }

    .navbar-collapse.collapse {
        width: 120%;
    }

    .navbar-collapse.in {
        width: 120%;
    }

    .navbar-nav.navbar-right > li {
        margin-top: 0;
        height: 65px;
        padding-top: 20px;
    }

        .navbar-nav.navbar-right > li > a {
            font-family: 'open_sansregular';
            font-size: 17px;
        }

    .nav > li {
        /*background-color: #334d66;*/
        /*padding: 10px 0 10px 20px;*/
        /*border-bottom: 1px solid #51687d;*/
    }

        .nav > li > a {
            font-size: 14px;
            font-family:'open_sansbold';
            padding-left:10px;
             text-shadow: none;
        }

    /*.navbar-nav > li.activeState, li.activeState {
        background-color: #068;
        height: 50px;
        height: auto !important;
        min-height: 50px;
        border-radius: 0;
        filter: none !important;
    }*/

    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color:#068;
        background-color:#fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li.subActiveState > a{
        color:#fff;
        background-color:#068;
    }


    .container {
        padding: 0;
        margin: 0;
    }

    .container-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .small-container {
        width: 100%;
    }

    .container-nav {
        padding-right: 0;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .table-links > tbody > tr > td, .table-nolinks > tbody > tr > td, .ServiceInvolvementTable-links > tbody > tr > td {
        border-bottom: none;
    }

    tbody tr td {
        border-bottom: none;
    }

    .dropdown-clientprofile {
        float: left;
        width: 96%;
        margin-top: 11px;
    }

    .clientProfileSummary {
        float: left;
        margin-left: 2%;
    }

    tbody tr:first-child, tbody tr:first-child td {
        border-top: none;
    }

    .dataTables_wrapper h2 {
        margin: 0 0 10px 20px;
    }

    .print, .print-table, .export, .exportServiceInvolvement, exportServiceByProvider, .exportSchoolActivity, .exportView911Data, .exportView911DataAddress, .exportLifeEvent, .dataTables_info {
        display: none;
    }

    tbody tr {
        border-top: none;
        border-bottom: 1px solid #ccc;
    }

        tbody tr:last-child td {
            border-bottom: none;
        }

        tbody tr td, tbody tr td:last-child {
            border-right: none;
        }

    .table-striped > tbody > tr:first-child, .table-striped > tbody > tr:first-child {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
        border-top: 1px solid #ccc;
    }

    .table-striped > tbody > tr:last-child, .table-striped > tbody > tr:last-child {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    #clientSearchResults_wrapper .clientSearchResultsBlock span.yourSearch {
        font-size: 18px;
    }

        #clientSearchResults_wrapper .clientSearchResultsBlock span.yourSearch strong, #clientSearchResults_wrapper .clientSearchResultsBlock span.yourSearch {
            float: left;
            margin-left: 15px;
        }

    #clientSearchResults_wrapper .clientSearchResultsBlock span.resultLabel {
        font-size: 16px;
        margin-bottom: 20px;
        width: 98%;
        float: left;
        margin-left: 15px;
    }

    #clientSearchResults_wrapper .clientSearchResultsBlock a.modifySearch {
        float: left;
        margin-left: 15px;
    }

    .table-links > tbody > tr > td a {
        text-align: right;
    }

    .table-nolinks > tbody > tr > td, .ServiceInvolvementTable-links > tbody > tr > td {
        padding-right: 20px;
    }

    tbody tr:first-child td:first-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    tbody tr:last-child td:last-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    tbody tr td:first-child, tbody tr:first-child td {
        border-left: none;
        border-right: none;
    }

        tbody tr:first-child td:first-child {
            border-top: none;
            border-bottom: none;
        }

    tbody tr td {
        text-align: right;
    }

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border-bottom: 1px solid #light-grey;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        padding-top: 40px;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 15px;
            left: 20px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-family: 'open_sansbold';
        }

    .table-links > tbody > tr > td a {
        padding: 15px 20px 5px 40%;
    }

    /*
  Label the data
  */
    td:before {
        content: attr(data-title);
    }

    .modifySearchWrapper .form-group {
        float: left;
        width: 94%;
    }

        .modifySearchWrapper .form-group input#lastname, .modifySearchWrapper .form-group input#firstname, .modifySearchWrapper .form-group input#ssn, .modifySearchWrapper .form-group input#address, .modifySearchWrapper .form-group input#city, .modifySearchWrapper .form-group input#zip, .modifySearchWrapper .form-group select#state, .modifySearchWrapper .form-group input#approximateage, .modifySearchWrapper .form-group input#mcii {
            width: 98%;
        }

        .modifySearchWrapper .form-group select#state {
            background-color: #f5f5f5;
        }

        .modifySearchWrapper .form-group .input-group {
            width: 98%;
            float: left;
        }

        .modifySearchWrapper .form-group input#dob {
            width: 100%;
        }

        .modifySearchWrapper .form-group input#approximateage {
            float: left;
        }

    .modal {
        width: 80% !important;
        left: 10%;
    }

    .container-nav {
        padding-right: 0;
        width: 92%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

    h2 {
        margin: 6px 0 0 4px;
    }

    .navbar-nav {
        background: transparent;
        width: 110%;
        margin-left: -10px;
    }

    .navbar-collapse {
        padding-right: 0;
        margin-left: -10px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        border-top: none;
        box-shadow: none;
        color: #ffffff;
        text-shadow: none;
    }

    .navbar-default .navbar-nav > li.last-name {
        display: none;
    }

    /*.navbar-default .navbar-nav > li > a {
        border-top: 4px solid transparent;
        color: #ffffff;
        text-shadow: none;
    }*/

        /*.navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
            text-shadow: none;
        }*/

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        background-image: none;
        box-shadow: none;
    }

    .navbar-right li a {
        font-size: 14px;
    }

    form.mainSearch {
        width: 300px;
        margin: 20px auto;
    }

    .block-left {
        margin-left: 2%;
    }

    .block-right {
        margin-right: 2%;
    }

    .block {
        height: 340px;
        height: auto !important;
        min-height: 340px;
        padding: 20px 2.5% 0 2.5%;
        width: 24.2%;
    }

        .block h3 {
            font-size: 14px;
            margin-bottom: 18px;
        }

        .block h4 {
            font-size: 12px;
            font-family: 'open_sansregular';
        }

        .block p {
            font-family: 'open_sansregular';
            font-size: 11px;
            margin-bottom: 8px;
        }

            .block p a {
                font-size: 11px;
            }

        .block button {
            padding: 4% 5%;
            font-size: 10px;
        }

    .tableBottom {
        display: none;
    }

    #clientSearchResults_wrapper {
        padding-bottom: 0px;
    }

        #clientSearchResults_wrapper .clientSearchResultsBlock {
            float: left;
            margin-top: -5px;
            width: 100%;
            margin-left: 5px;
            margin-bottom: 15px;
        }

            #clientSearchResults_wrapper .clientSearchResultsBlock span.yourSearch {
                margin-right: 8px;
                margin-bottom: 20px;
            }

            #clientSearchResults_wrapper .clientSearchResultsBlock span.resultLabel {
                font-size: 16px;
                margin-right: 6px;
                margin-bottom: 20px;
            }

            #clientSearchResults_wrapper .clientSearchResultsBlock a.modifySearch {
                font-size: 16px;
                margin-bottom: 20px;
                color: #0077dd;
            }

        #clientSearchResults_wrapper #clientSearchResults_filter {
            width: 98%;
        }

            #clientSearchResults_wrapper #clientSearchResults_filter label {
                margin: 0 0 0 0px;
                font-size: 13px;
                position: relative;
                left: 14px;
                top: -20px;
                width: 100%;
            }

                #clientSearchResults_wrapper #clientSearchResults_filter label input {
                    font-size: 12px;
                    width: 98%;
                    position: relative;
                    top: 9px;
                    left: -5px;
                }

    input#dob {
        width: 100%;
        background: #ffffff url(../images/ic_date.png) no-repeat 100px 6px;
        background-size: 20px 20px;
    }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar-collapse.collapse {
        margin-left: -2px;
        width: 120%;
    }

    .navbar-collapse.in {
        margin-left: -2px;
        width: 120%;
    }

    .container-nav {
        padding-right: 0;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0;
    }

    .navbar-collapse {
        padding-right: 0;
        margin-left: -10px;
    }

    #clientSearchResults_wrapper #clientSearchResults_filter {
        width: 98%;
    }

        #clientSearchResults_wrapper #clientSearchResults_filter label {
            margin: 0 0 0 0px;
            font-size: 13px;
            position: relative;
            left: 14px;
            top: -20px;
            width: 100%;
        }

            #clientSearchResults_wrapper #clientSearchResults_filter label input {
                font-size: 12px;
                width: 96%;
                position: relative;
                top: 9px;
                left: -5px;
            }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    h2.table-title {
        margin-left: 20px;
    }

    .oneItemForm {
        margin-left: 10px;
    }

    .navbar-nav {
        margin-left: 0px;
    }

    .container-nav {
        padding-right: 0;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0;
    }

    .navbar-collapse.collapse {
        margin-left: -12px;
        width: 120%;
    }

    .navbar-collapse.in {
        margin-left: -12px;
        width: 120%;
    }

    .block-one, .block-two, .block-three, .block-four {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .block-one {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .block-four {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .dropdown-clientprofile {
        float: left;
        width: 96%;
        margin-top: 11px;
    }

    .clientProfileSummary {
        float: left;
    }

    #clientSearchResults_wrapper #clientSearchResults_filter {
        width: 98%;
    }

        #clientSearchResults_wrapper #clientSearchResults_filter label {
            margin: 0 0 0 0px;
            font-size: 16px;
            position: relative;
            left: 14px;
            top: -20px;
            width: 100%;
        }

            #clientSearchResults_wrapper #clientSearchResults_filter label input {
                font-size: 12px;
                width: 94.5%;
                position: relative;
                top: 9px;
                left: -5px;
            }

    .modifySearchTop {
        margin-left: 25px;
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .modifySearchWrapper .form-group {
        width: 94%;
    }

        .modifySearchWrapper .form-group .input-group {
            width: 98%;
        }

        .modifySearchWrapper .form-group input#lastname, .modifySearchWrapper .form-group input#firstname, .modifySearchWrapper .form-group input#ssn, .modifySearchWrapper .form-group input#address, .modifySearchWrapper .form-group input#city, .modifySearchWrapper .form-group input#zip, .modifySearchWrapper .form-group select#state, .modifySearchWrapper .form-group input#approximateage, .modifySearchWrapper .form-group input#mcii {
            width: 100%;
        }

        .modifySearchWrapper .form-group input#dob {
            width: 100%;
            background: #ffffff url(../images/ic_date.png) no-repeat right center;
        }

    .modal {
        left: 2%;
        width: 96% !important;
    }

    .block-left, .block-right {
        margin: 0;
    }

    .block {
        height: 220px;
        height: auto !important;
        min-height: 220px;
        padding: 20px 2.5% 20px 2.5%;
        width: 100%;
        margin: 0;
    }

        .block a {
            color: #ffffff;
            text-decoration: underline;
        }

        .block h4 {
            font-family: 'open_sansregular';
            font-size: 16px;
            margin-bottom: 20px;
        }

        .block h5 {
            font-family: 'open_sansbold';
            font-size: 16px;
            font-variant: small-caps;
            letter-spacing: .5px;
            margin-bottom: 1px;
        }

        .block p {
            font-family: 'open_sanslight';
            font-size: 18px;
            margin-bottom: 10px;
        }

            .block p a {
                font-size: 14px;
            }

        .block button {
            background: #5381b1;
            border: 1px solid #295f99;
            box-shadow: 0px 1px 0px 0px #32659a;
            -webkit-box-shadow: 0px 1px 0px 0px #32659a;
            -moz-box-shadow: 0px 1px 0px 0px #32659a;
            margin-top: 15px;
            padding: 3% 5%;
            font-size: 16px;
            width: 97%;
        }
}
/* ---------- END MEDIA QUERIES ---------- */

@media print {
    .hideInPrint {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */

.btn-primary, .btn-primary:hover{
    border-color: #068 !important;
    background-color: #068 !important;
    color: white !important;
    font-family: 'open_sanssemibold';
}

.modal , .modal-content{
    background-color: #dfedf3;
}

.modal-header {
    border-color: #068;
    margin-right: 2%;
    margin-left: 2%;
}

.btn {
    text-shadow: none;
}

.btn-golden, .btn-golden:hover {
    border-color: #b8860b;
    background-color: #b8860b;
    color: white;
    font-family: 'open_sanssemibold';
}

.btn-darkblue-trans, .btn-darkblue-trans:hover {
    border-color: #068;
    background-color: transparent;
    color: #068;
    font-family: 'open_sanssemibold';
}

.text-darkblue {
    color: #068;
}
.close {
    opacity: 1;
    font-size:2.5rem;
    padding:1rem;
}

.jconfirm .jconfirm-box-container, .jconfirm .jconfirm-box {
    background: #dfedf3 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    border-color: #068 !important;
    background-color: #068 !important;
    color: white !important;
}

.alert-info {
    background: #b8860b;
    border-color: #b8860b;
    color:#ffffff;
}

.alert-info a{
    color:#ffffff;
}
option{
    color:#068;
}
.NDAHeaderAlign{
 text-align: justify;
}