﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* 
    colors used:
        medium brown:  #90877E
        light brown:   #E5E2DD
        dark gray:     #525250
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: auto;
}

body {
    color: #333;
    font-family: "Open Sans", Tahoma, sans-serif;
    background-color: #232323;
}


header, footer, nav, section {
    display: block;
}

.header {
    background-image: url("https://kcoj.kycourts.net/content/images/header-background-v2.jpg");
}

.icon-gray {
    color: #acacaa;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;

}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    background-color: white;
}

#body {
    padding: 5px 5px 5px;
    min-height: 600px;
    background-color: white;
}

header .content-wrapper {
    background-image: url("https://kcoj.kycourts.net/content/images/header-background-v2.jpg");
    border-bottom: 0;
}

#footer {
    width: 100%;
    margin: 0 auto;
    padding: 3px 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 0.95em;
    text-align: center;
    font-weight: normal !important;
    background-color: #232323;
}

    #footer a, #footer a:visited {
        color: #00A9FF;
    }

footer {
    clear: both;
    padding: 5px 0;
    display: block;
}

.footer {
    border-top: 3px solid #626262;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 2.3em;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    line-height: 1em;
}

.site-subtitle {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1em;
}

.course-title {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 2.3em;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    line-height: 1em;
}

@media (min-width: 768px) {
    .site-title {
        text-align: right !important;
    }

    .site-subtitle {
        text-align: right !important;
    }
}

/* info and errors 
----------------------------------------------------------*/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c0c;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c0c;
}
.errorMessage {
    font-weight:100;
    color: #e80c0c;
}

/* login
----------------------------------------------------------*/
.welcome > h1, .instructions > h1  {
    margin-top: 0;
    padding-bottom: 10px;
}

.welcome > p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.login-help {
    color: #7F0000;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#loginForm label.control-label {
    width: 110px;
}

#loginForm {
    display: block;
    margin: 0 auto;
    width: 100%;
}

    #loginForm .controls {
        margin-left: 130px;
    }

#loginSubmit {
    width: 125px;
}

.login-notice {
    margin: 20px 5px;
    padding: 10px 5px;
    border-left: 3px solid;
    font-size: 1.05em;
}
.login-danger{
    background-color: #ffeded;
    border-left-color: #e80c0c;
}

    .login-notice strong {
        color: #e80c0c;
    }

.loginBlock {
    display: block;
    border-top: 3px solid #90877E;
}

    .loginBlock h3 {
        padding: 5px;
        margin: 0;
        margin-bottom: 10px;
        background-color: #f8f8f8;
    }

.login-error {
    color: #f00;
    font-weight: 500;
}

.login-information {
    margin: 20px 5px;
    padding: 10px 5px;
    border-left: 3px solid #BF9C00;
    font-size: 1.05em;
    background-color: #fffadd;
}

    .login-information strong {
        color: #BF9C00;
    }
/*----------------------------------------------------------

 ----------------------------------------------------------*/

.bordered {
    border: 1px solid #e2e2e2;
}

.navbar-outer {
    height: 50px;
    background-color: #723435; /* #893e3f */
    *zoom: 1;
    display: block;
}

    .navbar-outer:before,
    .navbar-outer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .navbar-outer:after {
        clear: both;
    }

/*.navbar-inner {
    padding-left: 0;
    padding-right: 0;
}*/

label {
    font-weight: 700;
}

.appBlockBlue {
    background-color: #3071a6;
    border: 1px solid #3783c1;
}

    .appBlockBlue:hover {
        background-color: #295f8c;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.appBlockBlue1 {
    background-color: #3071a6;
    border: 1px solid #3783c1;
}

.appBlockBlue:hover {
    background-color: #295f8c;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.appBlockBlue2 {
    background-color: #3071a6;
    border: 1px solid #3783c1;
}

.appBlockBlue:hover {
    background-color: #295f8c;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.appBlockBlue3 {
    background-color: #3071a6;
    border: 1px solid #3783c1;
}

.appBlockBlue:hover {
    background-color: #295f8c;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.app-block {
    display: block;
    padding: 2px;
    margin: 5px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    width: 155px;
    height: 155px;
    float: left;
    color: #fff;
    -webkit-box-shadow: 0 1px 5px #000000;
    -webkit-box-shadow: 0 1px 5px #000000;
    -moz-box-shadow: 0 1px 5px #000000;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px #000000;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.app-block h3 {
        margin-top: 0;
        color: #f3f3f3;
    }

    .app-block a {
        color: #f3f3f3;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .app-block a:hover {
            text-shadow: 0 1px 2px #000000;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        }

.app-block a:hover .caption h3,
            .app-block a:hover,
            .app-block a:focus,
            .app-block a:active {
                color: #fff;
                text-decoration: none;
            }

    .app-block .caption h3 {
        padding: 9px;
        font-weight: 700;
    }

    .app-block .caption {
        display: block;
        position: relative;
        height: 100%;
    }

.app-icon {
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 56px;
    vertical-align: middle;
}

    .app-icon span.fa-stack {
        position: relative;
        top: -5px;
    }

.fa.pull-right-far {
    margin-left: .9em;
    top: -.7em;
}

.fa-stack-sm {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .6em;
}

.fa-stack-aoc {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
}

.fa.fix-mail-icon {
    margin-left: -0.1em;
    top: 0.29em;
}

.clickable {
    cursor: pointer;
    background-color: skyblue;
}

.webGrid {
    margin: 4px;
    border-collapse: collapse;
}

.webGridWrapper {
    min-width: 320px;
    max-width: 800px;
    overflow: auto;
}

.webGridHeader {
    padding: 0.5em; /* add gradient */
    background-color: #808080;
    background-image: -moz-linear-gradient(top, #606060, #909090);
    background-image: -ms-linear-gradient(top, #606060, #909090);
    background-image: -o-linear-gradient(top, #606060, #909090);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
    background-image: -webkit-linear-gradient(top, #606060, #909090);
    background-image: linear-gradient(to top, #606060, #909090);
    color: #DADADA;
}

.webGrid th, .webGrid td {
    border: 1px solid #C0C0C0;
    padding: 4px 6px 4px 6px;
}

    .webGrid th a {
        color: #DADADA;
    }

        .webGrid th a:hover {
            color: #FFFFFF;
            -webkit-box-shadow: 0 0 15px #FFFFFF;
            -moz-box-shadow: 0 0 15px #FFFFFF;
            box-shadow: 0 0 15px #FFFFFF;
            background-color: #C0C0C0;
        }

    .webGrid td a {
        color: #08088A;
    }

        .webGrid td a:hover {
            color: #0000FF;
            -webkit-box-shadow: 0 0 15px #00BFFF;
            -moz-box-shadow: 0 0 15px #00BFFF;
            box-shadow: 0 0 15px #00BFFF;
            background-color: #58D3F7;
        }

.webGrid tfoot {
    line-height: .8em;
    text-align: center;
    color: #303030;
    text-shadow: 0 1px 1px #ffffff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    letter-spacing: .25em;
    font-size: small;
}

    .webGrid tfoot a {
        color: #0000FF;
        text-decoration: none;
    }

        .webGrid tfoot a:hover {
            color: #0000FF;
            font-weight: bold;
            text-decoration: underline;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
        }

.webGridAlt {
    background-color: #E8E8E8;
    color: #000;
}

.table a {
    display: block;
    text-decoration: none;
}

.dashboard-filters {
    padding: 10px 0;
    margin-bottom: 7px;
    float: right;
}

.dashboard-search {
    padding: 8px;
    border: 1px solid #e9e9e9;
    float: right;
}

.search-forms {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    height: 30px;
}


/* *********************************************************************
    Profile Views
   ********************************************************************* */
.profile-view {
    padding: 5px 0;
}

.profile-view-buttons {
    margin-bottom: 10px;
}

.profile-view-section {
      margin-top: 2px;
    margin-bottom: 12px;  
}
.profile_plan_section,
.profile_usage_section,
.profile_statement_section,
.profile_agreement_section {
    margin-top: 2px;
    margin-bottom: 12px;
}

.profile_plan_section, .profile_usage_section {
    margin-bottom: 2px;
}

.profile_link {
    line-height: 19px;
}

.profile-view p {
    line-height: 19px;
    margin: 0;
    padding: 3px 2px 7px;
}

.profile-view h2 {
    background-color: #f9f9f9; /* f9f9f9 */
    border-bottom: 2px solid #723435;
    border-top: 1px solid #f5ecec;
    color: #723435;
    font-weight: bold;
    padding: 3px 2px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.profile-view h3 {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #f6f6f6;
    border-left: 2px solid #723435;
}

.profile_info {
    width: 100%;
}

.profile-section {
    /*box-shadow: 0 1px 10px rgba(0,0,0,0.25);*/
    padding: 2px;
    margin-bottom: 10px;
}

.profile_info ul {
    padding: 0;
    padding-left: 6px;
    margin: 0;
    list-style: none;
}

.jurisdiction-add {
    display: block;
    padding: 20px 0 10px;
}

.preferred-jurisdiction {
    background-color: #d6eafb;
    font-weight: 700;
}

.preferred-j, .remove-j, .rank-j {
    width: 100px;
}

.removeButton {
    color: #d80000;
}

.preferred-li {
    font-weight: 700;
    color: #0fad0f;
}

    .preferred-li span {
        font-weight: 400;
        font-style: italic;
    }

.jurisdictions {
    margin-top: 10px;
}

    .jurisdictions a {
        display: inline-block;
        font-weight: 700;
    }

.sort-buttons {
    width: 110px;
}

.sort-down-btn, .sort-up-btn {
    width: 65px;
    display: inline-block;
}

.user_message {
    font-weight: 700;
    font-size: 1.05em;
}

.form-buttons {
    padding: 15px 0 10px;
}

.profile-block {
    padding: 3px 0;
    line-height: 1.35em;
}

.profile-label {
    font-weight: 700;
    display: inline-block;
    width: 185px;
    text-align: right;
    padding-right: 15px;
    color: #606060;
}

.profileLabelButton {
    top: 3px;
    display: block;
    left: 190px;
    position: relative;
}

.profile-jurisdictions {
    left: 190px;
    list-style-type: none;
    position: relative;
    top: -1.25em;
    padding-left: 0;
}

    .profile-jurisdictions li {
        line-height: 1.40em;
    }

#verified-status {
    margin-top: 5px;
}

.radio {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.plan-change {
    margin-top: 10px;
}

    .plan-change td, .plan-change th {
        text-align: center;
        vertical-align: middle;
    }

    .plan-change label {
        text-align: left;
        margin-bottom: 0;
    }

    .plan-change .success {
        font-size: 1.15em;
    }

.agreement-display {
    width: 99%;
    height: 300px;
    overflow-y: scroll;
    border: 2px solid #d8d8d8;
    padding: 5px;
    margin: 5px 0;
}

/*.bootbox*/ .modal-header {
    border-bottom: 0;
}

/*.bootbox */
.modal-footer {
    border-top: 0;
}

.table_narrow {
    width: 40%;
}

.important-info {
    margin: 20px 5px;
    padding: 10px 5px;
    padding-left: 10px;
    border-left: 3px solid #f0ad4e;
    font-size: 1.05em;
    background-color: #fdf5ec;
}

    .important-info strong {
        display: block;
        color: #ec991e;
    }

.field-validation-error {
    color: #e80c0c;
}

.input-validation-error {
    border-color: #d80000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #e96666;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.60);
    box-shadow: inset 0 1px 1px #000000, 0 0 8px #e96666;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.60);
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 700px;
    height: 700px;
    border: 0;
}

.datepicker {
    z-index: 1151 !important;
}

tr.hover {
    background-color: lightgray !Important;
}

.optionformatlikely {
    font-weight: bolder;
    border-bottom: 1px solid silver;
}

.optionformatremaining {
    font-style: italic;
    border-bottom: 1px solid silver;
}

td a {
    display: block;
}

.service-filter-header {
    border-top: 2px solid #cccccc;
    margin-top: 10px;
    line-height: 34px;
    padding-top: 3px;
}

.filterableServices {
    margin-bottom: 25px;
}

.filter {
    padding-top: 5px;
    padding-bottom: 5px;
}


.kbaInstructions1, .kcojInstructions {
    margin: 20px 5px;
    padding: 10px 5px 1px;
    border-left: 3px solid #0b601a;
    font-size: 1.05em;
    background-color: #e0fae5;
    display: none;
}

.kbaInstructions2 {
    margin: 20px 5px;
    padding: 10px 5px 5px;
    border-left: 3px solid #b06700;
    font-size: 1.05em;
    background-color: #fff0dc;
    display: none;
}

#pswd_info ul, #pswd_info li {
    margin:0;
    padding:2px 0;
    margin-right: 5px;
    list-style-type:none;
    display: inline-block;
}

#pswd_info, #username_info {
    font-size: 0.90em;
}

#username_info {
    padding: 2px 0;
    margin: 0;
}

.invalid {
    color:#ec3f41;
}
.fa-valid-custom:before {
    content: "\f00c";
    color: #3a7d34 !important;
    padding: 0 4px;
}
.fa-invalid-custom:before {
    content: "\f00d";
    padding: 0 4px;
}
.valid {
    color:#3a7d34;
}
.recaptcha-error {
    border: 1px solid #dd4b39;
    padding: 5px;
    width: 320px;
}
.validation-summary-errors {
    color: #FF0000;
}