﻿@charset "utf-8";
/* CSS Document */
body, html, .body {
    height: 100%;
    min-height: 100%;
    font-size: 12px;
}

.admin-header { /*background:url(../images/adminheaderbg.jpg) repeat-x top #e3e3e3;*/
    background: #eeeeee;
    border-bottom: 1px solid #c9c9c9;
}

.navbar-brand {
    background: url(../images/jetstream-logo.jpg) no-repeat left center;
    width: 200px;
    height: 55px; /*text-indent:-99999px;*/
}
/*.container-fill{height: 100%; min-height: 100%;}*/
.left-nav {
    background: #ececec;
    border-right: 1px solid #b9b9b9;
}

    .left-nav li a {
        border-bottom: 1px solid #b9b9b9;
        border-top: 1px solid #fff;
        color: #000;
        background: url(../images/left-nav-arrow.png) no-repeat 95% center;
        padding: 8px 15px;
    }

        .left-nav li a:hover, .left-nav li a.active {
            background: url(../images/left-nav-arrow-active.png) no-repeat 95% center #b62e2e;
            color: #ffffff;
        }

.left-nav-title {
    background: url(../images/left-nav-title-bg.jpg) repeat-x #ebebeb bottom;
    padding: 5px 15px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.margin-top-15 {
    margin-top: 15px;
}

.no-padding {
    padding: 0;
}

.main-container {
    padding-top: 100px;
}

.header-welcome-text {
    padding: 18px 0 5px 0;
    font-size: 12px;
}

    .header-welcome-text li {
        line-height: 30px;
    }

.header-welcome-name {
    color: #820708;
    margin-right: 15px;
}

.admin-account { /*background:url(../images/admin-icon.png) no-repeat; width:41px; height:30px;*/
}

.breadcrumb {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.dropdown-menu > li > a:hover {
    background: #b62e2e;
    color: #fff;
}

table tr td a {
    text-decoration: underline;
}

.button-normal {
    background: #850000;
    color: #ffffff;
    border: 1px solid #530000;
    padding: 5px 10px;
}

.add-representative-form {
    border: 1px solid #ccc;
    margin: 0px 0 15px 0;
    padding: 5px;
}

.btn-sm, .btn-xs {
    padding: 1px 7px;
}

input.btn-sm, input.btn-xs {
    padding: 3px 7px;
}

.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: 6px;
}

.radio-inline table td {
    padding: 0 20px;
}

.radio-list table td, .form-inline table td {
    padding: 0 20px;
}

textarea {
    resize: none;
}

.radio-list table td input, .radio-list table td label, .form-inline table td input {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.lead {
    font-size: 14px;
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.error input, .error select {
    border: 1px solid red;
}




body {
    margin: 0px;
    color: #0c0c0c;
    background: #5b5b5b;
    padding: 0px;
    /*background: url(../images/bg.jpg) repeat;*/
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

a {
    color: #209db8;
}
/*table td a{ color:#820708;} */
.btn:hover, .btn:focus {
    color: #FFF;
}

a:hover, a:focus {
    color: #c11a1c;
}
/*.container{max-width:90%;}*/
.header a.navbar-brand { /*background:url(../images/logo.jpg) no-repeat;*/
    width: 278px;
    height: 55px; /*text-indent:-99999px;*/
}

.representative-header {
    background: #eeeeee;
    border-bottom: 1px solid #c9c9c9;
}

.navbar {
    min-height: 30px;
    border-radius: 0;
    border: 0px;
}

.menu-bg {
    background: #1e1e1e;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px !important;
}

.navbar-default .navbar-nav > li {
    border-left: 1px dotted #4b4b4b;
    border-right: 1px dotted #4b4b4b;
}

    .navbar-default .navbar-nav > li > a {
        padding: 5px 10px;
        font-size: 13px;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            background: #b62e2e;
            color: #fff;
        }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #b62e2e;
}

.navbar-default .navbar-nav > li > a:hover {
}

.navbar-default .navbar-nav {
    width: 100%;
}

    .navbar-default .navbar-nav > li.dropdown {
        float: right;
    }

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0px;
}

footer {
    background: #1e1e1e;
    color: #fff;
    line-height: 36px;
}

.table-responsive {
    border-radius: 5px !important;
    border: 1px solid #d6d6d6;
}

    .table-responsive table th {
        background: #eaeaea url(../images/table-th.png) repeat-x bottom;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.37;
}

.navbar-inverse .navbar-toggle {
    background: #820708;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.modal-dialog {
    width: 65%;
}

.navbar-inverse {
    border-radius: 0px !important;
    border: 0px !important;
}

.form-horizontal .control-label {
    text-align: left;
}

label {
    font-weight: normal;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 3px;
}

.well {
    margin-bottom: 10px;
}

.well-sm {
    border-radius: 5px;
    border: 0px;
}

.modal-header {
    background: #E5E5E5;
    border-radius: 6px 6px 0 0;
    padding: 5px 10px;
    margin-bottom: 1px;
}

button.close-btn {
    float: right;
    border: 0px;
    background: transparent url(../images/close-btn.png);
    width: 24px;
    height: 24px;
}

.modal-body {
    border-top: 1px solid #d5d5d5;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #820708;
    color: #fff;
    border-color: #820708;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
    color: #FFF !important;
}

a.toggleClass {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    background-position: 0% 0%;
    width: 33px;
    height: 24px;
    background-color: none !important;
    background-image: url('../images/toggle-normal.png') !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

    a.toggleClass:hover {
        border-style: none !important;
        border-color: inherit !important;
        border-width: 0 !important;
        background-position: 0% 0%;
        width: 33px;
        height: 24px;
        background-color: none !important;
        background-image: url('../images/toggle-active.png') !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

@media (max-width: 640px) {
    .navbar-default .navbar-nav > li.dropdown {
        float: none !important;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fdb3b3;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li.dropdown {
        float: none !important;
    }
}

a {
    outline: none;
}

.new-mar {
    margin: 100px 450px 25px 400px !important;
}


/* new style */
.no-mar {
    margin: 0px !important;
}

.no-pad {
    padding: 0px !important;
}

.no-pad-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-pad-bot {
    padding-bottom: 0px !important;
}

.pad2 {
    padding: 2px !important;
}

.lnkToggle.pad2 {
    padding: 2px 5px !important;
}

.lnkToggle, .lnkToggle:hover {
    margin-left: 5px !important;
    background: url(../images/toggle-icon.png) no-repeat !important;
    width: 27px;
    height: 23px;
    border: 0px !important;
}

.toggle-text {
    padding: 3px 0 0 5px;
    font-weight: bold;
}

.bor-none {
    border: 0px !important;
}

.bor-bot-none {
    border-bottom: 0px !important;
}

.bor-top-none {
    border-top: 0px !important;
}

.mar-left {
    margin-left: 15px !important;
}

.mar-top {
    margin-top: 20px !important;
}

.mar-top5 {
    margin-top: 5px !important;
}

.mar-bot {
    margin-bottom: 10px !important;
}

.mar-right {
    margin-right: 10px !important;
}

.no-mar-bot {
    margin-bottom: 0px !important;
}

.align-right {
    text-right: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.highlight {
    color: #820708;
}

.red {
    color: Red !important;
}

.highlightRush {
    color: #ff0000;
}

.title {
    font-size: 14px;
    font-weight: bold;
}

.applicant .form-group {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.bold-none {
    font-weight: normal !important;
}

.btn-black {
    background: url(../images/btn-black.jpg) repeat-x bottom #8e8e8e !important;
    color: #fff;
    padding: 5px 10px !important;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #8e8e8e;
}

.btn-yellow {
    background: #e5b33c !important;
    color: #fff;
    padding: 5px 10px !important;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #c89826;
}

    .btn-yellow:hover {
        background: #ffd200 !important;
        color: #fff;
        padding: 5px 10px !important;
        font-size: 12px;
        text-transform: uppercase;
        border: 1px solid #c89826;
    }

.btn-blacklower {
    background: url(../images/btn-black.jpg) repeat-x bottom #8e8e8e;
    color: #fff;
    padding: 5px 10px !important;
    font-size: 12px;
    border: 1px solid #8e8e8e;
}

.btn-black:hover {
    color: #fff;
    background: url(../images/btn-black-hover.jpg) repeat-x top #8e8e8e !important;
    border: 1px solid #8e8e8e;
}

.casemanagerBtnHolder .btn-black {
    padding: 5px 7px !important;
}

.btn-red {
    background: url(../images/btn-red.jpg) repeat-x bottom #bf2d2d;
    color: #FFF;
    color: #fff;
    padding: 4px 10px !important;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #bf2d2d;
}

.btn-red-color {
    background: #c02e2e url(../images/btn-red.jpg) repeat-x;
    border-radius: 5px;
    color: #FFF;
    color: #fff;
    padding: 0 5px 2px 3px !important;
}

    .btn-red:hover, .btn-red-color:hover {
        color: #fff;
        background: url(../images/btn-red-hover.jpg) repeat-x top #bf2d2d;
        border: 1px solid #bf2d2d;
    }

.btn-green {
    background: #4fa77b;
    color: #FFF;
    color: #fff;
    padding: 4px 10px !important;
    font-size: 12px;
    border: 1px solid #449a6f;
    text-transform: uppercase;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #459c70 !important;
        border-color: #398439;
    }

.btn-success {
    background: #4fa77b;
    border: 1px solid #449a6f;
}

    .btn-success:hover {
        background-color: #459c70 !important;
    }

.form-control {
    font-size: 12px; /*height:auto; padding:5px 12px;*/
}

select.form-control {
    padding: 3px;
}

.navy {
    color: #2f416c;
}

.width-87 {
    width: 87%;
}

.icon-up {
    background: url(../images/icon-up.png);
    display: block;
    width: 8px;
    height: 5px;
    margin-top: 5px;
}

.icon-down {
    background: url(../images/icon-down.png) no-repeat center top;
    display: block;
    text-decoration: none;
    outline: none;
    min-width: 8px;
    min-height: 15px;
}

    .icon-down:hover {
        text-decoration: none;
    }

.glyphicon-tic {
    background: url(../images/icon-right.png) no-repeat;
    width: 12px;
    height: 10px;
}

.cursor {
    cursor: pointer;
}

.dark-gray-pattern {
    background: #1e1e1e;
    color: #fff;
    padding: 3px 10px !important;
}

.gray-pattern { /*background:url(../images/gray-pattern.jpg) repeat;*/
    background: #c6f8f6;
    color: #fff !important;
    border: 1px solid /*#999*/ #91c4c2;
    border-radius: 6px 6px;
    font-size: 14px;
}
/*#tblCases:nth-child(odd) .gray-pattern, #ContentPlaceHolder1_updOrderCases table tr:nth-child(odd) .gray-pattern{ background:#e5fff6; border:1px solid #e5fff6;}*/
#tblCases .gray-pattern, #ContentPlaceHolder1_updOrderCases .gray-pattern {
    background: #e5fff6;
    border: 1px solid #e5fff6;
}

.gray-gradient {
    background: #eeeeee; /*color:#ffffff !important;*/
}

.box {
    padding: 5px 7px;
    float: left;
    width: 100%;
}

    .box .lead {
        font-size: 14px;
    }

.box-title {
    line-height: 32px;
}

.box-radius {
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
}

.white-box {
    background: #fff;
    border: 1px solid #bababa; /*height:180px;*/
    word-wrap: break-word;
}

    .white-box ul, .white-box li {
        word-wrap: break-word;
        max-width: 400px;
        padding-right: 5px;
    }

.box .mar-bot {
    margin-bottom: 10px;
}

.font-size-14 {
    font-size: 14px;
}

.dark-gray-color {
    color: #151515 !important;
}

.account-icon {
    background: url(../images/downArrow.png) no-repeat right 5px center #b62e2e;
    padding-right: 15px !important;
}

    .account-icon img {
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { /*background:#e7e7e7 url(../images/account-icon-active.png) no-repeat 6px 4px;*/
}

.account-icon:hover {
    background: #b62e2e url(../images/downArrow.png) no-repeat right 5px center !important;
    text-decoration: underline !important; /*url(../images/userAccIcon.png) no-repeat 8px center !important; padding-left:25px !important;*/
    color: #fff !important;
    padding-right: 15px !important;
}

.box table {
    border-collapse: collapse;
    border: 1px solid #c6c6c6;
    background: #fff;
    width: 100%;
}

    .box table th, .box table td {
        padding: 5px 5px;
        text-align: center;
    }

.deatails {
    line-height: 22px;
}

table td .deatails {
    line-height: 16px;
}

a.blue-tit {
    color: #157ebb;
    text-transform: uppercase;
    text-decoration: underline;
}

.blue-tit {
    color: #157ebb;
}

.box table thead th {
    background: #eeeeee;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.btn-con button {
    padding-top: 3px;
    padding-bottom: 3px;
}

.red-write-icon {
    background: url(../images/red-write-icon.png) no-repeat right;
    padding-right: 20px;
    width: 20px;
    height: 20px;
    float: right;
}

.small-delete-icon {
    background: url(../images/delete-icon-small.png) no-repeat left;
    padding-right: 10px;
    height: 13px;
    margin-top: 1px;
}

.red-delete-icon {
    background: url(../images/remove-icon.gif) no-repeat right;
    padding-right: 20px;
    width: 20px;
    height: 20px;
}

.write-icon {
    background: url(../images/write-icon.png) no-repeat left;
    padding-right: 10px;
    height: 13px;
    margin-top: 1px;
}
.email-icon {
    background: url(../images/email.png) no-repeat left;
    padding-right: 10px;
    margin-left: 10px;
    height: 15px;
    width: 30px;
    margin-top: 1px;
}
.copy-icon {
    background: url(../images/copy.png) no-repeat left;
    padding-right: 10px;
    margin-left: 10px;
    height: 15px;
    width: 30px;
    margin-top: 1px;
}

.userTypeRepresentative-icon {
    background: url(../images/client.jpg) no-repeat left;
    padding-right: 15px;
    height: 13px;
    margin-top: 1px;
}

.userTypeCMAndAdmin-icon {
    background: url(../images/jet.jpg) no-repeat left;
    padding-right: 15px;
    height: 13px;
    margin-top: 1px;
}

.userTypeNotAvailable-icon {
    background: url(../images/question.jpg) no-repeat left;
    padding-right: 15px;
    height: 13px;
    margin-top: 1px;
}

.edit-div {
    border: 1px solid #ccc;
    padding: 1px 2px;
    min-height: 22px;
}

.scroll-box {
    height: 100px;
    overflow: auto;
}

.height45 {
    height: 45px !important;
}

.height35 {
    height: 35px !important;
}

.scroll-box ul {
    margin: 0px;
    padding: 0px;
}

    .scroll-box ul li {
        background: url(../images/write-icon.png) no-repeat 3px 2px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

.editnone ul li {
    background: none !important;
    padding-left: 0px;
    padding-bottom: 5px;
}

.page-select {
    width: 80px;
}

.height-auto {
    height: auto !important;
}

.upload-box {
    padding: 10px;
    margin: 5px 0;
    background: #fff;
    overflow: auto;
    border: 1px solid #777;
}

.height200 {
    height: 200px;
}

.height95 {
    height: 95px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.grey-body {
    background: #b4b4b4;
}

.table {
    background: #fff;
}

    .table > tbody > tr > th {
        background: #eeeeee !important;
    }

.validation-icon {
    background: url(../images/warning-icon.png) no-repeat right;
    width: 16px;
    height: 16px;
    float: right;
}

.form-control {
    width: 90%;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.validation-error {
    border: 1px solid red !important;
}

@media (max-width: 360px) {
    .btn-red, .btn-green {
        padding: 4px 5px !important;
    }

    .page-select {
        margin-bottom: 10px;
    }

    .agencyloginDevider {
        border-left: 0px !important;
    }
}

@media (max-width: 1024px) {
    .res-pad {
        padding: 4px 4px !important;
    }
}

.dob input {
    padding: 3px !important;
}

.dob .no-pad {
    margin-right: 3px;
}

.font-small {
    font-size: 10px;
}

.dob-pad {
    padding: 10px 0 0 0 !important;
}

.grid-pagination {
    margin: 10px 10px;
}

    .grid-pagination a {
        padding: 2px 6px;
        background: #fff;
        border: 1px solid #ccc;
        cursor: pointer;
        display: inline-block;
        border-radius: 3px;
    }

        .grid-pagination a:hover, .grid-pagination a.active {
            background: #b62e2e;
            border: 1px solid #b62e2e;
            color: #fff;
        }

.tabcontent-applicationindex .grid-pagination a, .grey-body .grid-pagination a {
    border: 1px solid #999999;
}

.history-area {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.history-area-large {
    height: 140px !important;
    overflow-y: auto;
}

.history-area-small {
    height: 100px !important;
    margin-bottom: 5px;
    overflow-y: auto;
}

.history-area li {
    cursor: pointer;
}

.l-h25 {
    line-height: 25px;
}

.filter-fixed {
    position: fixed;
    top: 75px;
    width: 98%;
    z-index: 1;
    background: #fff;
    padding-top: 10px;
}

.casemanager-content-pannel {
    margin-top: 205px;
}

.mar-bot5 {
    margin-bottom: 5px !important;
}

.mar-bot3 {
    margin-bottom: 3px !important;
}

.carrier-list-table table {
    width: 100%;
}

    .carrier-list-table table td {
        padding: 5px;
        line-height: 18px;
        border: 1px dotted #ccc;
    }

        .carrier-list-table table td input {
            padding-top: 3px;
            float: left;
            margin-right: 8px;
        }

        .carrier-list-table table td label {
            float: left;
        }

a.btn, a.btn:hover {
    text-decoration: none;
}

tr.filter-head-bg th {
    background: #eaeaea !important;
}

.alert {
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert-dismissable {
    padding-right: 35px;
}

.no-border {
    border: 0px;
}

.iframe {
    border: 0px;
    overflow-x: hidden;
}

.edit-list {
    position: relative;
}

.edit-list-date {
    position: absolute;
    left: 33px;
    font-size: 12px;
    padding-top: 0px;
    color: #820708;
}

.edit-list-content {
    text-indent: 75px;
    width: 90%;
    word-wrap: break-word;
    max-width: 380px;
    line-height: 14px;
}

    .edit-list-content p:first-child {
        text-indent: 75px;
    }

    .edit-list-content p {
        text-indent: 0px;
        padding: 0;
        margin: 0;
        word-wrap: break-word;
    }

.dob-textbox input {
    width: 80%;
    margin-right: 3px;
}

.down-arrow {
    background: url(../images/sort-down.png) no-repeat right center;
    padding-right: 10px;
}

.up-arrow {
    background: url(../images/sort-up.png) no-repeat right center;
}

.sorting-header {
    background-color: transparent;
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    font-weight: bold;
    padding: 0px !important;
}

.font18 {
    font-size: 18px;
}

.font17 {
    font-size: 15px;
}

.pad-top10 {
    padding-top: 10px;
}

.cases-scroll {
    max-height: 52px;
    overflow: auto;
    border: 1px dashed #ccc;
}

.GreenHighLight {
    color: #115e09;
}

.specificNotes {
    border: 1px dashed #ccc;
    font-weight: bold;
    padding: 3px 5px !important;
    margin: 0 10px !important;
    word-wrap: break-word;
    max-width: 540px;
}


/* AutoComplete Style Start */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: #474747;
    color: windowtext;
    border: 1px solid #474747;
    cursor: 'default';
    overflow: auto;
    height: auto !important;
    text-align: left;
    list-style-type: none;
    padding: 0px;
    /*width: auto !important;*/
    z-index: 99999999 !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.autocomplete_completionListElement li:first-child, .autocomplete_completionListElement li:first-child:hover {
    background: #a82d2f;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
}

.autocomplete_completionListElement li {
    overflow: hidden;
    padding: 4px 7px;
    cursor: pointer;
    background: #404040;
    margin-bottom: 1px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

    .autocomplete_completionListElement li:hover {
        background: #323232;
    }

    .autocomplete_completionListElement li div.heading {
        float: left;
        font-weight: bold;
        width: 100px;
    }

    .autocomplete_completionListElement li div.label {
        float: left;
        width: 100px;
    }

    .autocomplete_completionListElement li div.field {
        float: right;
        width: 100px;
    }

/* AutoComplete Style End */
.displayNone {
    display: none;
}

/*Ajax loader design start*/
.ajaxProgressCenteredProgressBar {
    position: fixed;
    z-index: 99999;
    top: 35%;
    left: 35%; /*margin: -100px 0 0 -100px;
    opacity: 0.7;*/
    padding-top: 15px;
    text-align: center;
}

    .ajaxProgressCenteredProgressBar img {
        vertical-align: middle;
        margin-bottom: 5px;
    }

.ajaxProgressCentered {
    position: fixed;
    z-index: 99999;
    top: 35%;
    left: 45%; /*margin: -100px 0 0 -100px;
    opacity: 0.7;*/
    width: 110px;
    height: 95px;
    padding-top: 15px;
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid;
    border-color: #131313; /**/
    text-align: center;
    color: #c87907;
}

    .ajaxProgressCentered img {
        vertical-align: middle;
        margin-bottom: 5px;
    }

.mainDivBlocked {
    position: fixed;
    opacity: 0.7;
    width: 100%;
    height: 110%;
    background-color: Black;
    border: 1px solid;
    z-index: 9999;
    top: -5%;
}
/*Ajax loader design end*/

.pad-top4 {
    padding-top: 4px !important;
}

span.error {
    color: Red;
    clear: both;
    display: block;
}

.loginBar {
    background: #1e1e1e;
    padding: 4px 0 0px 0 !important;
    color: #fff;
}

    .loginBar .form-control {
        height: 24px;
    }

    .loginBar .title {
        font-size: 18px;
        color: #fff;
        margin-right: 25px;
    }

    .loginBar .forgotPassword {
        margin-left: 5px;
    }

.loginPanel a {
    color: #24b9ca;
    text-decoration: none;
}

    .loginPanel a:hover {
        text-decoration: none;
    }

.loginPanel .jumbotron {
    padding: 15px 0;
    background: #e3e3e3;
}

.loginPanel ul.titleList {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

    .loginPanel ul.titleList li {
        margin-bottom: 15px;
        background: url(../images/titleListIcon.png) no-repeat left 4px;
        padding-left: 30px;
    }

input.username {
    background: url(../images/userIcon.png) no-repeat 5px center #fff;
    padding-left: 25px;
}

input.password {
    background: url(../images/passwordIcon.png) no-repeat 5px center #fff;
    padding-left: 25px;
}

blockquote {
    border: 0px;
    background: url(../images/quote.png) no-repeat left top;
    padding: 0 20px;
    font-size: 12px;
}

    blockquote p, .loginPanel p {
        font-size: 14px;
        line-height: 20px;
    }

    blockquote .clientinfo {
        font-size: 12px;
    }

    blockquote .title {
        color: #209db8;
        display: block;
    }

.no-border {
    border: 0px !important;
}

a.enoah {
    color: #ff6c00;
    text-decoration: none;
}

    a.enoah:hover {
        color: #ff6c00;
        text-decoration: underline;
    }

a.a4h {
    color: #24b9ca;
    text-decoration: none;
}

a.enoah:hover {
    color: #24b9ca;
    text-decoration: underline;
}

.loginPanel .alert-danger {
    color: #ff0000;
    background: #fff;
    border: 1px solid #333;
}

.repContainer .header-welcome-text {
    padding: 6px 0;
}

.mar-right100 {
    margin-right: 100px;
}

.panel-body {
    padding: 8px;
}

table tr.odd .well {
    background: #fff;
    border: 1px solid #ccc;
}

.navbar-nav > li.repNavFilter { /*float:right;*/
    margin-top: 2px;
    margin-left: 30px;
    border-left: 0;
    border-right: 0;
}

    .navbar-nav > li.repNavFilter .labelText {
        color: #fff;
        padding-top: 3px !important;
        padding-right: 5px !important;
    }

.textarea-submit {
    background: url(../images/btn-black.jpg) repeat-x bottom #8e8e8e;
    border: 1px solid #8e8e8e;
    text-transform: uppercase;
    color: #fff;
}

    .textarea-submit:hover {
        background: url(../images/btn-black-hover.jpg) repeat-x top #8e8e8e;
    }

.input-group-submit .form-control, .input-group-submit .input-group-btn {
    border-radius: 4px !important;
}

    .input-group-submit .form-control:last-child, .input-group-submit:last-child > .btn, .input-group-submit .btn, .input-group-submit:last-child > .dropdown-toggle, .input-group-submit:first-child > .btn:not(:first-child) {
        border-radius: 4px !important;
    }

.input-group-submit .btn {
    margin-left: 2px !important;
    text-transform: capitalize !important;
    font-size: 12px;
    padding: 2px 5px !important;
}

.loginBar .btn {
    text-transform: capitalize !important;
}

.dropdown-menu {
    font-size: 12px;
}

ul.dropdown-menu li a {
    border-bottom: 1px solid #ccc;
}

ul.dropdown-menu li:last-child a {
    border-bottom: 0;
}

.pager {
    text-align: left;
}

.tabcontent-applicationindex {
    border: 1px solid #ccc;
    padding: 8px;
    clear: both;
    background: #b4b4b4;
    border-radius: 5px;
}

    .tabcontent-applicationindex table tr.versionRow td table, .tabcontent-applicationindex table tr.versionRow td table tr td {
        background: #fff !important;
    }
    /*.tabcontent-applicationindex table tr.versionRow td:first-child{ background:#effffe; }*/
    .tabcontent-applicationindex table tr.versionRow td:first-child {
        background: #fff;
    }

.tabcontent-informal table tr.versionRow td:first-child {
    background: #effffe;
}

.tabmenu-applicationindex {
    float: left;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 10px;
}

    .tabmenu-applicationindex a {
        display: block;
        cursor: pointer;
        padding: 4px 18px 4px 18px;
        background-color: #e4e4e4;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        text-decoration: none;
        color: Black;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
    }

    .tabmenu-applicationindex li {
        float: left;
        margin-right: 5px;
    }

    .tabmenu-applicationindex a:hover {
        background-color: #1e1e1e;
        color: #fff;
        border: 1px solid #1e1e1e;
        border-bottom: 0;
    }

    .tabmenu-applicationindex a.clicked {
        background-color: #b62e2e;
        border: 1px solid #882020;
        border-bottom: 0;
        color: #fff;
    }

.contentSection { /*min-height:680px;*/
}

.highlightRush .blue-tit {
    color: Red !important;
}

.width400 {
    width: 400px !important;
}

.labelLinkname {
    background: #edfbfe;
    border: 1px solid #9bc8d2;
    border-radius: 5px;
    color: #018aa8;
    padding: 3px 10px;
}

.divgrdPatientCaseDetails {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 5px;
    border-radius: 5px;
}
/*.divgrdPatientCaseDetails:nth-child(odd){ background:#c6f8f6; border:1px solid #91c4c2;}*/



.fidex-filter {
    top: 55px;
}

    .fidex-filter .dark-gray-pattern {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0px !important;
    }

        .fidex-filter .dark-gray-pattern .form-group {
            margin-bottom: 0;
        }

        .fidex-filter .dark-gray-pattern .form-control {
            margin-top: 1px;
        }

.indexTop {
    z-index: 9999 !important;
}

.repContentArea {
    padding-top: 92px;
}

.modal-dialog {
    padding-top: 110px;
}

.modal {
    z-index: 99999 !important;
}

.printClass {
    background: url(../images/print.png) no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
    margin-right: 15px;
}

.agencylogin {
    border: 1px solid #c5c5c5;
}

.agencyloginHead {
    background: #e5e5e5;
    border-bottom: 1px solid #cfcfcf;
    margin: -19px -19px 15px -19px !important;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.agencyloginDevider {
    border-left: 1px dashed #c5c5c5;
}

#popup_overlay {
    position: fixed !important;
}

.pos-right {
    right: 0 !important;
    ;
}


@media (max-width:767px) {
    .main-container {
        padding-top: 0px !important;
    }

    .fidex-filter {
        top: 100px;
    }

    .admin-main-container {
        padding-top: 0px !important;
    }

    .header-welcome-text {
        padding: 0 15px !important;
    }

    .admin-fixed-top, .casemanager-fixedtop, .rep-fixed-top {
        position: relative;
    }

    .fidex-filter {
        top: 0;
    }

    .repContentArea {
        padding-top: 0 !important;
    }
}

@media (max-width:1199px) {
    .main-container {
        padding-top: 110px;
    }
}

@media (max-width:979px) {
    .repContentArea {
        padding-top: 115px;
    }

    .left-nav-title {
        font-size: 15px;
    }
}

.navbar-fixed-top .form-horizontal .control-label {
    text-align: right;
}

.no-padRight {
    padding-right: 0px !important;
}

.caseDropdown {
    float: right;
}

    .caseDropdown .account-icon {
        padding: 7px 10px;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        float: right;
        text-transform: uppercase;
    }

.ui-dialog {
    z-index: 9999 !important;
}

.ui-dialog-titlebar-close {
    background: url(../images/close-btn.png) no-repeat !important;
    width: 24px !important;
    height: 24px !important;
    border: 0;
}



/* Header Style */
.identifer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.uat {
    background: #a2ff00;
}

.wip {
    background: #fffc00;
}

.dev {
    background: #ff00e4;
}

