﻿body {
    background: #e9ecf3;
    margin: 0px 0;
    padding: 0;
    font: 13px 'Open Sans',sans-serif;
    color: #555555;
}

.mobile-dashboard {
    display: none;
    padding-bottom: 8px;
}

    .mobile-dashboard .inline-badge {
        margin-left: 0px;
        margin-bottom: 2px;
        margin-right: 2px;
        min-width: 80px;
        min-height: 40px;
        display: inline-block;
        text-align: center;
    }

        .mobile-dashboard .inline-badge i {
            font-size: 22px !important;
        }

        .mobile-dashboard .inline-badge a {
            display: inline-block;
            text-align: center;
        }

    .mobile-dashboard .inline-badge {
        padding: 10px 6px 3px 3px;
    }


.desktop-dashboard {
    display: block;
}

.content-pad {
    padding: 10px;
}

.v-bottom {
    vertical-align: bottom;
}

.dashboard-stat-small {
    margin-bottom: 5px;
}

.small90{
    font-size:90%;
}

.dashboard-stat-small .visual {
    display: block;
    float: left;
    font-size: 15px;
    height: 44px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
    width: 40px;
}

.dashboard-stat2 {
    padding: 0px;
}

    .dashboard-stat2 .display .icon {
        display: block;
        float: right;
        margin-top: 0px;
        padding-right: 5px;
        position: absolute;
        right: 15px;
        top: -3px;
    }

        .dashboard-stat2 .display .icon > i {
            font-size: 35px;
            color: #333;
            opacity: 0.5;
        }

    .dashboard-stat2 .blue-madison {
        background-color: #758493;
    }

    .dashboard-stat2 .more > i {
        display: inline-block;
        float: right;
        margin-top: 1px;
    }

    .dashboard-stat2 .display .number h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .dashboard-stat2 .display {
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 1px;
    }

    .dashboard-stat2 .more {
        clear: both;
        display: block;
        font-size: 11px;
        font-weight: 300;
        opacity: .7;
        padding: 3px 10px;
        position: relative;
        text-transform: uppercase;
    }

    .dashboard-stat2 .display .number small {
        color: #7a7d80;       
    }


.dashboard-stat-small .visual > i {
    font-size: 50px;
    line-height: 34px;
    margin-left: -7px;
    opacity: 0.5 !important;
}

.dashboard-stat-small .details .number {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 16px;
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
}

label {
    margin-bottom: 1px;
}

.label.label-icon > i {
    font-size: 14px;
    text-align: center !important;
}

.number-entry-spinner {
    width: 95px;
}

a.nohover:hover {
    color: inherit;
}

.number-entry-spinner input.input-sm {
    height: 20px;
    padding-left: 10px;
}

.number-entry-spinner button.btn-sm {
    height: 20px;
    padding: 1px 10px 5px;
}

.number-entry-spinner {
    margin-bottom: 2px;
}


.effect1 {
    -webkit-box-shadow: 5px 10px 6px -6px #777;
    -moz-box-shadow: 5px 10px 6px -6px #777;
    box-shadow: 5px 10px 6px -6px #777;
}

.highlight_msg {
    padding: 10px;
}

.font-white {
    color: #fff !important;
}

.top10 {
    margin-top: 10px;
}

.input-search {
    cursor: pointer;
}

.bg-fastrax-darkblue {
    background-color: #3c528f !important;
    color: #fff;
}

.font-fastrax-darkblue {
    color: #3c528f !important;
}


.fastrax-portlet-blue i {
    color: #3c528f;
}

.fastrax-portlet-blue .caption {
    color: #3c528f;
}

.radio-inline, .checkbox-inline {
    padding-left: 5px;
}

.data-entry-form ul, ol {
    margin-bottom: 0px;
}

.data-entry-form .list-inline > li {
    padding-right: 0px;
    display: table;
    float: left;
}

.list-inline select {
    float: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
}

a {
    color: #22313f;
    text-shadow: none;
}

.unvisited {
    color: blue;
    text-decoration: underline;
}

.input-img-button {
    margin-top: 5px;
    margin-left: 2px;
}

.btn-xs.input-group-button-inline {
    margin-left: 2px;
    margin-top: 2px;
}

.portlet-module .form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-top: 8px;
    padding: 5px 2px;
}

.xsmall, xsmall {
    font-size: 75%;
}

.fa-1halfx {
    font-size: 1.9em;
}

.tools-wide {
    width: 100px;
    text-align: left;
    padding-right: 10px;
}

    .tools-wide i:hover {
        color: #eee !important;
    }

.note.note-danger p {
    color: #a94442;
}

.fx-popup-dialog {
}

.note.note-grey {
    /*background-color: #f5f5f5 !important;*/
    background-image: none !important;
    border-left: 3px solid #5f6d7b;
    color: #555;
}

.note.note-blue {
    background-color: #a1b8cc !important;
    background-image: none !important;
    border-left: 3px solid #4061bb;
    color: #eee;
}


.note p {
    font-size: 13px;
}

.note > h4 {
    text-transform: uppercase;
}

.note.note-grey span {
    color: #31708f;
    line-height: 16px;
}

.note.note-grey span.required {
    color: #e53b2a;
    line-height: 16px;
    font-size:18px;
    font-weight:bold;
}

.pad-left5 {
    padding-left: 5px !important;
}

.pad-right5 {
    padding-right: 5px !important;
}

.pad-right10 {
    padding-right: 10px !important;
}

.pad-left10 {
    padding-left: 10px !important;
}

.pad-left20 {
    padding-left: 20px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.note {
    margin: 0 0 5px;
    padding: 10px;
}


label {
    font-size: inherit;
}

.header {
    min-height: 40px;
    margin-bottom: 1px;
    box-shadow: 0 0px 0px;
    border-bottom: 1px solid #eee;
}

    .header.navbar {
        background-color: #fff;
        height: 44px;
        min-height: 44px;
        width: 100%;
    }

 .navbar-collapse {
    border-top:none;
    box-shadow:none;
    padding-left: 15px;
    padding-right: 15px;
}

 .navbar-toggle{
     margin-bottom:1px;
     margin-top:1px;
 }

 .top-menu.navbar-collapse.in {
    overflow-y:hidden;
}

.inline-badge i {
    font-size: 18px !important;
}

    .inline-badge i.fa {
        font-size: 20px !important;
        color: #c0cddc;
    }

.inline-badge {
    padding: 15px 6px 6px 3px;
}

.inline-badge-list {
    padding: 0px;
}

    .inline-badge-list.list-inline > li {
        padding-left: 0px;
        padding-right: 0px;
    }

.inline-badge .inline-badge-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #5f6d7b;
    font-weight: 100;
}

.inline-badge:hover {
    background-color: #f5f5f5;
    color: #3c528f;
}

    .inline-badge:hover i {
        color: #3c528f;
    }

    .inline-badge:hover .inline-badge-title {
        display: inline-block;
        color: #3c528f;
    }

.inline-badge span.badge {
    right: 0px !important;
    top: -6px !important;
    position: relative;
}

.inline-badge a {
    line-height: 20px;
    text-decoration: none;
}

.pre-header {
    min-height: 40px;
}


    .pre-header .inline-badge:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        color: #08c;
    }


.dropdown-notification li:first-child a {
    border-top: medium none;
}

.pre-header .dropdown-menu {
    top: 28px;
    left: -25px;
}

.dropdown-notification .dropdown-menu {
    max-width: 275px;        
    z-index: 9995;
}

.dropdown-notification > li.dropdown .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block !important;
    position: absolute;
    right: 20px;
    top: -5px;
}

.dropdown-notification li > a {
    border-bottom: 1px solid #eff2f6 !important;
    color: #888888;
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 12px 12px 10px;
    text-shadow: none;
    white-space: normal;
}

.dropdown-notification > li.dropdown .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block !important;
    position: absolute;
    right: 10px;
    top: -6px;
}

.search-options .dropdown-menu {
    padding: 8px;
    font-size: inherit;
}

    .search-options .dropdown-menu > li {
        margin-bottom: 2px;
        padding: 5px;
    }

.nav > li > a {
    padding-left: 5px;
    padding-right: 2px;
}

div.dataTables_length label {
    float: left;
    text-align: left;
    padding-left: 20px;
}

.dataTable .details2 td, .dataTable .details2 th {
    background-color:#eee;
    border: 0 none;
    padding: 4px;
}

table.dataTable thead th.sorting::after {
    color: #b5b6c4;    
}

table.dataTable tr.highlight td {
    background-color: #b2c8dd;
    color: #FFFFFF;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 250px;
    height: 50px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #808080;
    z-index: 99999;
}

.DTTT {
    float: right;
    padding: 0;    
    z-index: 2;
}

.dataTables_filter label {
    line-height: 3px;
}

div.dataTables_filter {
    float: left;
    padding-bottom: 8px;
}

div.dataTables_info {
    float: left;
}

.table-advance thead tr th {
    font-weight: 600;
    background-color: #ddd;
    color: #555;
}

table.dataTable .details tr:nth-child(2n+1) td, .dataTable .details tr:nth-child(2n+1) th {
    background-color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {       
    padding-top:4px;
    padding-bottom:2px;
    padding-left:5px;
    padding-right:4px;
}

.table-advance tr td:first-child {
    border-left-width: 0px !important;
}

.fx-table.table tr.highlight td {
    background-color: #9abad7;
    color: #FFFFFF;
}

    .fx-table.table tr.highlight td * {
        background-color: #9abad7;
        border-color: #092e86;
        color: #FFFFFF;
    }

    .fx-table.table tr.highlight td a:hover {
        color: #0c277e;
    }

.dash-stat-list {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.list-unstyled h4 {
    padding-top: 2px;
}

.dashboard-stat.selected {
    opacity: 1;
}

.dashboard-stat {
    margin-bottom: 5px;
    opacity: .70;
}

.pagination > li {
    margin-left: 0;
    margin-right: 0px;
}

div.dataTables_paginate ul.pagination {
    margin: 5px 0;
}

div.dataTables_paginate {
    position: relative;
    float: right;
}

.header .navbar-toggle {
    border: 1px solid #d8d8d8;
    border-radius: 24px !important;
    margin-top: 5px;
    padding: 8px 6px 7px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 20px;
    padding: 15px;
}

.header .nav {
    font: 14px 'Open Sans',sans-serif;
    font-weight: 300;
}

    .header .nav > li {
        text-transform: none;
    }

.header.navbar .navbar-nav > li {
    margin: 0;
    padding: 0;
    padding-left: 1px;
}

.subnav {
    background-color: #4061bb;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 15px;
}

.header a.navbar-brand {
    font-size: 23px;
    font-weight: 400;
    margin-right: 15px;
    padding-bottom: 25px;
    padding-top: 5px;
}


.header .navbar-nav > li.active > a, .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus, .header .navbar-nav > li.open > a, .header .navbar-nav > li.open > a:hover, .header .navbar-nav > li.open > a:focus {
    background-color: #fff;
    color: #CF000F;
    border-bottom: 1px solid #CF000F;
    z-index: 1;
}

.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1f3470;
}

.top-menu .navbar-nav > li > a {
    color: #fff;
    text-transform: none;
    font-weight: 400;
}

.align-bottom {
    padding-top: 5px;
}

.col-md-3_5 {
    width: 30.3333%;
}

.form-group {
    margin-bottom: 6px;
}

.form-actions {
    margin-top: 10px;
    padding: 10px 10px;
}

.form-group.form-group-horizontal > div {
    float: left;
    padding-right: 15px;
}

.pre-header.navbar {
    border-radius: 4px;
    min-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    height: 40px;
}

.pre-header a {
    color: #fff;
}


.modal-header {
    border: 1px solid #d4d4d4;
    min-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 0px;
}

.modal-title {
    line-height: 0px;
}

    .modal-title i {
        padding-right: 6px;
        font-size: 16px;
        line-height: 7px;
    }

    .modal-title .h4 {
        line-height: 0px;
    }

.stat-box {
    text-align: center;
    white-space: nowrap;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.no-left-pad {
    padding-left: 0px !important;
}

.no-right-pad {
    padding-right: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.portlet.no-margin-bottom {
    margin-bottom: 0px;
}

.no-pad-bottom {
    padding-bottom: 0px;
}

.help-block-inline {
    font-size: 80%;
    color: #9c9c9c;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }   

    .row.small-gutters {
    margin-right: -4px;
    margin-left: -4px;
}

    .row.small-gutters > [class^="col-"],
    .row.small-gutters > [class*=" col-"] {
        padding-right: 3px;
        padding-left: 3px;
    }

.action-list.action-icon-bar .badge {
    position: absolute;
    border-radius: 17px !important;
    font-size: 9px !important;
    padding: 5px 3px;
}

.extra-pad-bottom-5 {
    padding-bottom: 5px;
}

.extra-pad-bottom-10 {
    padding-bottom: 10px;
}

.extra-pad-bottom-12 {
    padding-bottom: 10px;
}

.extra-pad-top-12 {
    padding-top: 12px !important;
}

.extra-pad-top-10 {
    padding-top: 10px !important;
}

.extra-pad-top-8 {
    padding-top: 8px !important;
}

.extra-pad-top-6 {
    padding-top: 6px !important;
}

.extra-pad-top-4 {
    padding-top: 4px !important;
}


.note-content {
    font-size: 13px;
    line-height: 20px;
    color: #222;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: 1;
}

.no-left-pad-always {
    padding-left: 5px;
}


.msgs-container {
    min-height: 140px;
}


.page-content {
    background-color: #e9ecf3;
    margin-top: 0;
    min-height: 600px;
    padding: 10px 5px 20px;
}

.main-content {
    background-color: #fff;
    margin-bottom: 10px;
}

.row-light {
    background-color: #fff;
}

.breadcrumb {
    font-family: "PT Sans",sans-serif;
    text-transform: none;
    font-size: 13px;
}

.page-content .page-breadcrumb.breadcrumb {
    background-color: #eee;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 2px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.navbar-collapse {
    padding-right: 0px;
}


.portlet {
    margin-bottom: 5px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-12 {
    margin-top: 12px;
}

.portlet > .portlet-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
}

.portlet.light .portlet-body.no-pad-top {
    padding-top: 0px;
}


.portlet .portlet-title h3 {
}

.portlet > .portlet-title > .caption {
    padding: 5px 0 0;
    line-height:20px;
}

.side-bar .portlet .portlet-title .caption {
    font-size: 14px;
    text-transform: uppercase;
}


.portlet.box.dialog {
    border: 1px solid #ccc !important;
}

.portlet.light.dialog {
    border: 2px solid #ccc !important;
}

.portlet.light > .portlet-title > .actions {
    padding: 6px 0 10px;
}

    .portlet.light > .portlet-title > .actions.no-pad {
        padding: 0px;
    }

    .portlet.light.no-pad {
        padding: 8px 8px 1px;
    }

.portlet.light > .portlet-title > .caption {
    padding: 5px 0;
}

    .portlet.light > .portlet-title > .caption > i {
        margin-top: 4px;
    }

.btn.margin-right {
    margin-right: 2px;
}

.portlet > .portlet-title {
    min-height: 30px;
}

.portlet.light > .portlet-title {
    min-height: 20px;
}

.portlet.light {
    padding: 10px 10px 15px;
}

    .portlet.light.portlet-module {
        padding: 8px;
    }

.portlet.portlet-module ul, ol {
    margin-bottom: 5px;
}

.portlet-module {
    min-width: 140px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-bottom: 11px;
}

.btn-group > .btn.btn-sm + .dropdown-toggle {
    padding-bottom: 9.5px;
}

.circle-text {
    font-weight: 600;
    left: -9px;
    position: relative;
    top: -2px;
}

.fa-1-halfx {
    font-size: 1.3em;
    color: #fff;
}

.text-sm {
    font-size: 12px;
}

.text-sm-med {
    font-size: 11.5px;
}

.text-xsm {
    font-size: 10px;
}

.text-normal {
    font-size: 13px;
}

.text-medium {
    font-size: 14px;
}

.text-large {
    font-size: 15px;
}

.text-blue {
    color: #4061bb;
}

.text-green {
    color: #35aa47;
}

.nav.dashboard-stat li {
    height: 25px;
}

.nav.dashboard-stat > li > a {
    display: block;
    padding: 4px 8px 2px 8px;
    position: relative;
    color: #555;
}

.dashboard-stat .blue {
    background-color: #27a9e3;
}

.text-yellow {
    color: #ccd835;
}

.text-red {
    color: #e02222;
}

.action-list > .text-on {
    font-weight:normal;
}

.action-list > i.text-off {
    color: #e4e6e8;
    font-weight: 100;
    font-size: 19px;
}

.action-list > i {
    padding-right: 1px;
    padding-left: 5px;
    font-size: 19px;
}

.action-list i.hit-icon {
    font-size: 14px;
    left: -10px;
    position: absolute;
    top: -6px;
}


.action-list > i.text-big {
    font-size: 24px;    
}

.request-details .action-list > i
{
    font-size: 24px;
}

.request-details-content{
    position:relative;
}

.action-list.action-icon-bar {
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0px;
    position:relative;    
}

.action-list > a {
    padding-right: 6px;
}

div.portlet.fluid div.portlet-body > [class^="col-"] {
    padding-left: 5px;
}

.form-section {
    margin: 10px 0 10px;
    padding-bottom: 10px;
}

.form-section2 {
    margin-top: 25px;
}

.msg-rotator {
    height: 120px;
}

.chksIndRpt label {
    padding-left: 5px;
}

input.form-control {
    height: 26px;
    padding: 3px;
    font: 13px Arial,sans-serif;
}

.input-group-addon {
    padding: 0;
}

.form-group .legacy-input-checkbox {
    position: absolute;
    bottom: 10px;
}

.input-xxsmall {
    width: 60px !important;
}

.form-control {
    height: 25px;
    padding: 3px;
    font: 13px Arial,sans-serif;
}


.input-icon i {
    margin: 5px 1px 5px 5px;
}

select.form-control {
    border-color: #e4e6e8;
    border-radius: 0;
    box-shadow: none;
    color: #5f6d7b;
    width: auto;
}


select.input-xsm {
    height: 22px;
    margin-bottom: 2px;
}


.no-border {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}


.with-border {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #eee;
}

.left-space {
    margin-left: 5px;
}

.table-scrollable.table-scrollable-borderless {
    border: 0 none;
}

.table-fastrax thead tr th {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 2px 2px 1px 2px;
}

.table-text-small > tbody > tr > th, .table-text-small > tfoot > tr > th, .table-text-small > thead > tr > td, .table-text-small > tbody > tr > td, .table-text-small > tfoot > tr > td {
    font-size:12px;
}

.table .btn-group .btn {
    margin-right: 2px;
}

.read-more a {
    color: #35aa47;
}

.required {
    color: #cb0001;
}

.note.note-grey .red {
    color: #cb0001;
}

.read-less a {
    color: #4061bb;
}

table.dataTable tbody > tr {
    border-left: 0px solid #d4d4d4;
    border-right: 0px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0px;
    box-shadow: none;
}

.search-options {
    position: relative;
    padding-bottom: 2px;
}

    .search-options .panel-title a:hover, .search-options .panel-title a:focus {
        text-decoration: none;
    }

    .search-options .accordion .panel .panel-title .accordion-toggle {
        display: block;
        padding: 5px;
    }

    .search-options .report-range.btn{
        padding: 4px 14px;
    }

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    padding-left: 7px;
    top:2px;
    position: relative;
    color: #5f6d7b; /* adjust as needed */
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-group {
    margin-bottom: 10px;
}

.search-options .panel-group {
    margin-bottom: 0px;
}

.search-options .data-entry-form .list-inline > li {
    padding-right: 15px;
    padding-top: 2px;
}

.padit-bottom {
    padding-bottom: 5px;
}

.add-pad {
    padding:10px;
}

.popover {
    max-width: 400px;
    z-index: 1100;
}

    .popover .popover-title {
        padding: 5px;
        border-bottom: 1px solid #eee;
    }

.list-unstyled.readonly-form {
    text-align: left;
}

    .list-unstyled.readonly-form label {
        margin-bottom: 1px;
    }

.readonly-form label {
    font-weight: 500;
    text-align: left;
    color: #222222;
}

.readonly-form .form-control-static {
    min-height: 14px;
    margin: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

.dataTable .details {
    background-color: #fff;
    width: 100%;
}

.readonly-form p {
    font-weight: normal;
    padding-left: 5px;
}

.portlet.box .portlet-body.report-details-body {
    background-color: #eee;
}

.portlet-module > .portlet-title > .caption {
    margin: 0 0 0;
}

.portlet-module > .portlet-title {
    margin-bottom: 2px;
}

.portlet.light.bordered > .portlet-title.no-border {
    border-bottom: 0px;
}

.readonly-form.li-striped li {
    background: #f7f7f7;
}

.ajax-loading {
    position: absolute;
    right: 32%;
    top: 100px;
    display: none;
    z-index: 999;
}

.fx-cursor-hand {
    cursor: pointer;
}

.wizard {
    padding: 0;
}

    .wizard i.progress-check {
        display: none;
    }


    .wizard .previous {
        background: #5f6d7b;
        color: white;
    }

        .wizard .previous i.progress-check {
            display: inline-block;
            position: absolute;
            top: 24px;
            right: -8px;
            z-index: 20;
            color: #fff;
        }

    .wizard a {
        padding: 10px 8px;
        margin-right: 5px;
        margin-top: 0px;
        background: #efefef;
        position: relative;
        display: inline-block;
    }

        .wizard a:hover {
            text-decoration: none;
        }

        .wizard a:before {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }

    .wizard .previous:after {
        border-top: 19px inset transparent;
        border-bottom: 19px inset transparent;
        top: -0px;
        width: 0;
        height: 0;
        position: absolute;
        content: "";
        right: -20px;
        z-index: 2;
        border-left: 20px solid #5f6d7b;
    }

    .wizard a:after {
        border-top: 19px inset transparent;
        border-bottom: 19px inset transparent;
        top: -0px;
        width: 0;
        height: 0;
        position: absolute;
        content: "";
        right: -20px;
        z-index: 2;
        border-left: 20px solid #efefef;
    }

    .wizard a:first-child:before {
        border: none;
    }

    .wizard a:first-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .wizard a:last-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .wizard i {
        margin: 0 5px 0 18px;
        position: relative;
        top: -1px;
        font-size: 14px;
    }

    .wizard a:first-child i {
        margin-left: 0;
    }

    .wizard .current {
        background: #007ACC;
        color: #fff;
    }

        .wizard .current:after {
            border-left-color: #007ACC;
        }

.bg-grey-blue {
    background-color: #758493 !important;
    background-image: none !important;
    border-color: #758493 !important;
    color: #fff !important;
}


/* Icon sizing */
.fa-xsm,
.icon-xsm {
    font-size: 10px;
    position: relative;
    top: -1px;
}


.pagination i.no-pad-bottom {
    padding-bottom: 0px;
}

.pagination > li > a, .pagination > li > span {
    height: 32px;
}

.jquery-notific8-container {
    top: 20px !important;
}



.top-menu-notifications {
    position: absolute;
    color: white;
}


.top {
    top: 5px;
}

.right {
    right: 5px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #fff;
    border-width: 5px 5px 0;
}

.tooltip-inner {
    color: #fff;
    background: #5f6d7b;
    border: solid 1px #5f6d7b;
}

.loading-message {
    margin: -90px auto;
    text-align: center;
    vertical-align: top;
}

.font-green-flourescent {
    color: #7cfc00 !important;
}

.font-yellow-flourescent {
    color: #F3F315 !important;
}

.font-red-flourescent{
    color: #FF0009 !important;
}

.bg-white{
    background-color:#fff;
}


.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.chart-placeholder{
    width:500px;
    height: 300px;
}

.data-point-label{
    font-size:10px;
    color:#2c3e50;
}

div.xAxis div.tickLabel
{    
    transform: rotate(-60deg);
    -ms-transform:rotate(-60deg); /* IE 9 */
    -moz-transform:rotate(-60deg); /* Firefox */
    -webkit-transform:rotate(-60deg); /* Safari and Chrome */
    -o-transform:rotate(-60deg); /* Opera */
    padding-bottom:20px;
    padding-top:15px;
    font-size:10px;
    /*rotation-point:50% 50%;*/ /* CSS3 */
    /*rotation:270deg;*/ /* CSS3 */
}


/* AJAX Calendar */
.CalendarStyle .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #222222;
    z-index: 999999999;
}

.CalendarStyle .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.CalendarStyle .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.CalendarStyle .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.CalendarStyle .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.CalendarStyle .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.CalendarStyle .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.CalendarStyle .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.CalendarStyle .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.CalendarStyle .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}

.report-details-content {
    width:900px;    
}

.report-details-content p {
    font-size:85%   
}

.report-details-content td {
    font-size:85%   
}

.fcra-letter-sent{
    font-size: 15px;    
    position: relative;  
    top:-5px;
    padding-left:2px; 
}

.blue {
    color: #337ab7;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* fix offset issue that makes it difficult to select a radio option */
.radio-fix input[type="radio"] {
    position: unset !important;
    margin-left: unset !important;
}

.min25vh {
    min-height: 25vh;
}

.footer-text {
    font-size: .75rem;
    text-align: center;
}