﻿
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Barlow', sans-serif;
    margin-bottom: 135px;
    font-weight: 300;
}

h1 {
    font-size: 23px;
    line-height: 26px !important;
    color: #3c444d;
    font-family: 'Barlow', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 21px;
    line-height: 28px !important;
    color: #3c444d;
    font-family: 'Barlow', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 19px;
    line-height: 24px !important;
    color: #3c444d;
    font-family: 'Barlow', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 17px;
    line-height: 22px !important;
    color: #3c444d;
    font-family: 'Barlow', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}


.btn-MergeField {
    background-color: #e84e1b;
    color: #ffffff !important;
    border: 1px solid #e84e1b;
    border-radius: 20px;
    display: inline-block;
    min-width: 120px;
    max-width: 130px;
    text-align: center;
    padding: 2px;
    margin-bottom: 4px;
    margin-right: 30px;
}

    .btn-MergeField > a {
        color: #ffffff !important;
    }

.mailmege-header {
    color: #e84e1b;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-left: 10px;
    text-decoration: underline;
}

.FBIPreviewPopup {
    z-index: 1000;
    top: -510px;
    position: absolute;
    background: #fff;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    /* height: 85%;*/
    overflow-y: hidden;
    overflow-x: hidden;
    border: #B0B1B5 1px solid;
    border-radius: 20px;
}

.FBIPreviewPopupMain {
    z-index: 1000;
    top: -510px;
    position: absolute;
    background: #fff;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    /* height: 85%;*/
    overflow-y: hidden;
    overflow-x: hidden;
    border: #B0B1B5 1px solid;
    border-radius: 20px;
}


.fbi-preview-container {
    /* overflow-y: scroll;*/
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    text-indent: 0 !important;
}

    .fbi-preview-container.row {
        line-height: 30px;
    }

.modal-content {
    font-size: 16px;
    /*width:600px;*/
}

.modal-title {
    margin-top: 0;
    color: #fff;
}

.modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e84e1b;
}

.cvs-menu-item.disabled {
    background-image: url('/assets/images/orange-pointer.png');
    background-repeat: no-repeat;
    color: #B0B1B5 !important;
    background-position: left;
    padding-left: 20px;
}

    .cvs-menu-item.disabled:hover {
        background-image: url('/assets/images/orange-pointer.png');
        background-repeat: no-repeat;
        color: #B0B1B5 !important;
        background-position: left;
        padding-left: 20px;
    }

.cvs-menu-item {
    background-image: url('/assets/images/orange-pointer.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}


#capsLockWarning {
    background-color: #fff;
    border: #e84e1b 1px solid;
    border-radius: 3px;
    color: #e84e1b;
}


.tool-tip {
    color: #e84e1b;
    font-size: 1.3em;
    cursor: pointer;
}

a:hover {
    color: #e84e1b;
}

.csv-item {
    cursor: pointer;
}

.csv-icon.fa-check {
    color: forestgreen;
}

.csv-icon.fa-exclamation-triangle {
    color: orangered;
}

.error-link {
    margin-right: auto !important;
}

#ImportCSVpreviewModal .modal-body {
    max-height: 400px; /* Adjust height as needed */
    overflow-y: auto;
}

#ImportCSVpreviewModal .modal-header {
    background-color: #3c444d;
}


#ImportCSVpreviewModal .close-icon {
    background-color: #4e5863;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
}


.custom-width-modal .modal-dialog {
    width: 800px !important;
}

.custom-width-modal .modal-content {
    width: 800px !important;
}

.csv-icon.fa-exclamation {
    color: orangered;
}

.loan-ledger {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px;
}


.csv-icon {
    float: right;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}


.error_panel {
    min-height: 350px;
    border: solid 1px red;
    border-radius: 5px;
    z-index: 9999;
    position: absolute;
    width: 80%;
    background-color: #fff;
}

    .error_panel li {
        padding-bottom: 4px;
    }

.home-sub-nav.buy-licences a {
    background-color: #e84e1b;
    color: #fff;
}

    .home-sub-nav.buy-licences a:hover {
        border-bottom: 5px solid #B0B1B5;
        margin-bottom: 0;
        color: #fff;
    }

.licence-extended-text {
    display: none;
}

.csv-uploads {
    margin-top: 30px;
}

    .csv-uploads .list-group-item {
        margin: 2px !important;
        padding: 2px !important;
    }

        .csv-uploads .list-group-item a {
            color: #3c444d;
        }

    .csv-uploads .panel-heading {
        margin: 0px !important;
        padding: 4px !important;
        background-color: #F1F1F1 !important;
        padding-left: 10px;
        font-weight: 700;
        font-size: 1.1em;
    }

        .csv-uploads .panel-heading span {
            font-size: 0.8em;
        }


@media(min-width:998px) {
    .tab-sml {
        max-width: 148px !important;
    }

    .tab-lrg {
        max-width: 190px !important;
        width: 190px !important;
    }

    .tab-lrg-2 {
        max-width: 190px !important;
        width: 190px !important;
    }

    .tax-year-tab {
        max-width: 148px !important;
        width: 148px !important;
    }
}


@media(min-width:1200px) {

    .tab-sml {
        max-width: 148px !important;
    }

    .tab-lrg {
        max-width: 310px !important;
        width: 310px !important;
    }

    .tab-lrg-2 {
        max-width: 270px !important;
        width: 270px !important;
    }

    .licence-extended-text {
        display: inline-block;
    }

    .tax-year-tab {
        max-width: 178px !important;
        width: 178px !important;
        margin-left: 10px;
    }
}

.font-red {
    color: red !important;
    font-weight: 700;
}


.btn-default {
    color: #e84e1b;
    background: none;
    border: 0;
    text-shadow: none;
    font-size: 25px;
    box-shadow: none;
    position: relative;
    top: -10px;
}

.errorbox {
    border-radius: 10px;
    background-color: red;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}


.login-alert {
    background-color: #fff !important;
    color: red;
    padding-bottom: 20px;
    border-bottom: solid 5px red;
}

    .login-alert h4 {
        font-size: 28px;
        color: red;
    }


.errorbox h3 {
    margin-top: 12px !important;
}

.input-error {
    border: solid 1px red;
    color: red;
}


.btn-orange {
    border-radius: 20px;
    background-color: #e84e1b !important;
    color: #fff;
    font-weight: 600 !important;
    font-size: 17px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 38px;
    float: left;
    line-height: 28px;
    border: 0;
    border-color: #e84e1b;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

    .btn-orange:hover {
        color: #fff;
        font-weight: bold !important;
    }


.fbi-overlay {
    width: 70%;
    background-color: #fff;
    height: 300px;
    border: 1px solid #e84e1b;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    z-index: 2000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}



.LiveSubmitted {
    background-image: url('/assets/images/icons/FBI-Tick.png') !important;
    background-position: left !important;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
}

.ProcessingSubmitted {
    background-image: url('/assets/images/icons/loading_icon.gif') !important;
    background-position: left !important;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
}

.ProcessingFailed {
    background-image: url('/assets/images/icons/Error_status.png') !important;
    background-position: left !important;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
}

.AnErrorHasOccured {
    background-image: url('/assets/images/icons/incomplete.png') !important;
    background-position: left !important;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
}

.benefitCheckboxMain {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 8px;
    margin: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 10px;
    float: left;
    text-indent: 5px;
    background-color: #ddd;
}

.benefitCheckbox {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 8px;
    margin: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 10px;
    float: left;
    text-indent: 5px;
    background-color: #ddd;
}

    .benefitCheckbox input {
        display: inline;
    }

    .benefitCheckbox label {
        display: inline;
        margin-left: 15px;
    }


.ImportCheckbox input {
    display: inline;
}

.ImportCheckbox label {
    display: inline;
}

.benefitCheckboxMain input {
    display: inline;
}

.benefitCheckboxMain label {
    display: inline;
    margin-left: 15px;
}


.ImportCheckbox {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 8px;
    margin: 5px;
    line-height: 20px;
    text-indent: 10px;
}


.inlineradio {
    display: inline !important;
}

    .inlineradio label {
        display: inline !important;
    }

.btn-ok {
    color: #76bd1d !important;
}

btn-default > .glyphicon {
    width: 50px !important;
}

.print-list {
    float: left;
    width: 235px;
    background: #ddd;
    border-bottom: solid 1px #ddd;
    clear: both;
}

.print-header {
    float: left;
    background: #e84e1b;
    height: 34px;
    padding-top: 5px;
    color: #fff;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
    border-radius: 8px 8px 0 0;
}

.Print-list {
    float: left;
    height: 28px;
    border-bottom: solid 1px #B0B1B5;
}

.ui-widget-header {
    background: none !important;
    background-color: #3c444d !important;
}

.ui-dialog {
    border-color: #3c444d;
}

.ui-dialog-titlebar {
    background-color: #3c444d !important;
}

.ui-dialog-titlebar-close {
    background-color: #e84e1b !important;
    border-width: 0;
    margin-bottom: 4px;
    margin: 5px;
    border-radius: 5px;
    width: 22px !important;
    height: 22px !important;
}

    .ui-dialog-titlebar-close::after {
        color: #fff;
        content: "X";
        top: -1px;
        left: 6px;
        position: absolute;
    }

.ui-dialog td {
    font-size: 15px;
}


.panel-heading {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
}

    .panel-heading > .panel-title {
        padding: 3px !important;
        font-size: 17px;
    }

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel {
    border: 0 !important;
}

.panel-group {
    margin-bottom: 0;
}

#imgselectall3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}

.show-all-employees {
    color: #e84e1b;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}

.validate-all-employees {
    color: #76bd1d;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}

/*#TransactionRequest ul {
padding:0;
margin:0;
}

#TransactionRequest li {
padding:0 !important;
margin:0 !important;
line-height:10px;
}*/
.padKey[style*="width:64px"], .padKey[style*="width: 64px"] {
    width: 100px !important;
}

#TransactionRequest .text, #TransactionRequest .yesno, #TransactionRequest .numeric, #TransactionRequest .datetime {
    line-height: 22px;
    padding: 2px;
    min-height: 26px;
    height: 26px;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

legend {
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    padding: 2px;
    min-height: 26px;
    height: 26px;
    font-weight: normal;
    margin-bottom: 0;
}

.ui-dialog-buttonset button {
    border-radius: 20px;
    background-color: #e84e1b !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border: 0;
    border-color: #e84e1b;
    width: 80px;
}

#btnImport, #btnRollforward2, #btnLoad {
    background-color: #e84e1b !important;
    color: white;
    font-weight: 400;
    border-radius: 17px;
    height: 38px;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
}





.home-header {
    background-image: url('/assets/images/p11d-home-header-bg.png');
    background-repeat: repeat-x;
    /*min-height: 178px;
    height: 178px;*/
    background-position: bottom;
    padding-bottom: 36px;
    background-color: #3c444d;
}

.home-logo {
    padding-top: 20px;
}

@media(min-width:768px) {

    .home-logo {
        padding-top: 30px;
    }
}

.home-login-area {
    height: 105px;
}

a {
    cursor: pointer;
}

.navbar-nav {
    float: right;
}

    .navbar-nav:first-child {
        /*border-left: 1px solid #bbb;*/
    }

    .navbar-nav > li {
        /*border-right: 1px solid #bbb;*/
        font-size: 16px !important;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > .active > a:hover,
        .navbar-nav > .active > a:hover {
            /*background-color: #bbb !important;*/
            color: #fff !important;
        }

    .navbar-nav > .active a {
        background-image: none !important;
    }

.search-header > h1 > span:last-child {
    color: #e84e1b !important;
}

.Orange-text {
    color: #e84e1b !important;
}

.benefitScreen > div > a {
    color: #e84e1b !important;
    font-size: 14px;
    font-weight: 500;
    float: right;
    /*margin-right: 160px;*/
}

.ExpenseScreen > div > a {
    color: #e84e1b !important;
    font-size: 14px;
    font-weight: 500;
    float: right;
    /*margin-right: 160px;*/
}

.footer-background {
    background-color: #e84e1b;
    height: 135px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-family: 'Barlow', sans-serif;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-color: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent !important;
        box-shadow: none !important;
    }

.navbar-default {
    background-image: none !important;
    border-radius: unset !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: none !important;
    border-width: 0 !important;
    font-size: 13px !important;
    float: right;
    /*background-color:#3c444d !important;*/
}

.push-right {
    margin-left: 30px;
}

.p11d-back-arrow {
    display: normal;
    padding-right: 10px;
    padding-bottom: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e84e1b;
}

.navbar-default .navbar-toggle {
    border-color: #e84e1b;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #3c333d;
    }

.employer-letter-select {
    float: left;
    height: 24px;
    padding-top: 10px;
    border: 0 solid #333;
    text-align: center;
}


.home-sub-nav a:hover {
    border-bottom: 5px solid #e84e1b;
    margin-bottom: 0;
}


.home-sub-nav a {
    color: #3c444d;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 13pt;
}


@media (min-width: 100px) {
    .home-sub-nav {
        padding: 0;
    }

        .home-sub-nav a {
            padding-top: 20px;
            padding-bottom: 10px;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Barlow', sans-serif;
            min-height: 80px;
            text-align: center;
            display: inline-block;
            width: 100%;
            /**/
            border: 1px solid #ddd;
            border-radius: 20px 20px 0 0;
            background-color: #e9e9e9;
        }


    .entry-sub-nav {
        min-height: 82px;
    }

    .navbar-default {
        background-color: #3c444d !important;
        /*margin-top: -11px;*/
    }

    .push-right {
        margin-left: 0;
    }

    .p11d-back-arrow {
        display: none;
    }

    .employer-letter-select {
        width: 20px;
        font-size: 23px;
    }

    .employee-list > .employee-letter-select {
        width: 20px;
        font-size: 25px;
    }

    .employee-list-item > .ni-number, .employee-list-header > .ni-number {
        /*width: 13% !important;*/
        width: 28% !important;
    }

    .employee-list-item > .full-name, .employee-list-header > .full-name {
        /*width: 25% !important;*/
        width: 47% !important;
    }

    .report-dropdown {
        padding: 5px;
        margin: 5px;
        border-radius: 5px;
        border: #4c5c66;
    }
}

.report-batch-title {
    font-size: 17px;
}

.icon-link span {
    display: none;
}

.icon-link i {
    display: inline-block;
}

@media (min-width: 768px) {

    .icon-link span {
        display: inline-block;
    }

    .icon-link i {
        display: none;
    }

    .home-sub-nav {
        padding: 0;
    }

        .home-sub-nav a {
            min-height: 83px;
            border: 1px solid #ddd;
            border-radius: 20px 20px 0 0;
            background-color: #e9e9e9;
            min-height: 80px;
        }

    .entry-sub-nav {
        min-height: 65px;
    }

    .employer-letter-select {
        width: 19px;
        font-size: 21px;
    }

    .employee-list > .employee-letter-select {
        width: 20px;
        font-size: 25px;
    }

    .employee-list-item > .ni-number, .employee-list-header > .ni-number {
        width: 13% !important;
        /*width: 28% !important;*/
    }

    .employee-list-item > .full-name, .employee-list-header > .full-name {
        width: 25% !important;
        /*width: 47% !important;*/
    }
}

@media (min-width: 992px) {

    /*.home-sub-nav {
        width: 14% !important;
    }*/

    .entry-sub-nav {
        min-height: 65px;
    }

    .employer-letter-select {
        width: 25px;
        font-size: 23px;
    }

    .employee-list > .employee-letter-select {
        width: 26px;
        font-size: 29px;
    }
}

@media (min-width: 1200px) {
    .employer-letter-select {
        width: 30px;
        font-size: 25px;
    }

    .entry-sub-nav {
        min-height: 65px;
    }

    .home-sub-nav a {
        min-height: 83px;
        border: 1px solid #ddd;
        border-radius: 20px 20px 0 0;
        background-color: #e9e9e9;
        min-height: 75px;
    }

    .employee-list > .employee-letter-select {
        width: 31px;
        font-size: 31px;
    }
}

.entry-sub-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}


    .entry-sub-nav:hover {
        border-bottom: 5px solid #e84e1b;
        margin-bottom: 0;
    }


    .entry-sub-nav a {
        color: #3c444d;
        text-decoration: none;
    }


.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.logo-header {
    border-bottom: 2px solid #4c5c66;
}

.p11d-logo {
    float: right;
    padding-bottom: 3px;
}

    .p11d-logo img {
        float: right;
        padding-bottom: 3px;
    }

.year-select-nav {
    background-color: #4c5c66;
    color: #fff;
    min-height: 36px;
    line-height: 32px;
}

.year-select > .form-control {
    width: auto !important;
    display: inline-block;
    width: 200px !important;
}

.year-select-nav .form-group {
    margin-bottom: 0 !important;
}

.year-select-nav h4 {
    font-size: 16px;
}

#Div1 {
    box-shadow: none !important;
}

.year-select {
    text-align: right;
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.year-select-label {
    text-align: right;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
}

.welcome-text {
    color: #3c444d;
    font-size: 16px !important;
    line-height: 28px !important;
    padding-top: 15px;
    padding-bottom: 10px;
}

.main-content {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 14px;
}

.main-footer {
    border-top: 0 solid #4c5c66;
}


.login-box div {
    padding: 1px;
}

.login-box .form-control[type="submit"] {
    color: #fff;
    background-color: #4c5c66;
}

.SubHeaderTD {
    text-align: center;
}

.sub-nav-area {
    font-family: 'Barlow', sans-serif;
    /*margin-bottom: 30px;*/
}

/*.home-sub-nav-container > .col-xs-3 {
    width:20% !important;

}
.home-sub-nav-container > .col-xs-2 {
  

}
.home-sub-nav-container > .small-logo {
    width:25% !important;

}*/



.home-sub-nav-container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media only screen and (max-width : 575px) {

    #togglePassword {
        position: relative;
        top: -30px;
        left: 350px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .home-sub-nav-container > .small-logo {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.p11d-load-btn {
    text-align: left;
    vertical-align: bottom;
    margin-left: 10px;
}

.year-select-dropdown {
    width: 200px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-10 {
    padding-left: 10px;
    margin-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
    margin-left: 20px;
}

.padding-right-10 {
    padding-right: 10px;
    margin-right: 10px;
}

.padding-right-20 {
    padding-right: 20px;
    margin-right: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.grey-bg {
    background-color: #F1F1F1;
}

.ImportantMsg > h1 {
    font-size: 21px !important;
    font-weight: 400;
    color: #a41e34 !important;
    font-family: 'Barlow', sans-serif;
}

.dark-red {
    color: #a41e34 !important;
}

.bold {
    font-weight: 500;
}

.ImportantMsg > h3 {
    font-size: 17px !important;
    font-weight: 500 !important;
    font-family: 'Barlow', sans-serif !important;
}

.ImportantMsg {
    padding: 29px;
    text-align: left !important;
    font-size: 17px !important;
    line-height: 30px !important;
}

.logged-in-box {
    background-color: #fff;
    border: 1px solid #B0B1B5;
    /*float: right;
    padding-right: 0;*/
}

.logged-in-box-white {
    background-color: #fff;
    padding: 10px;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
}

.logged-in-box-orange {
    background-color: #e84e1b;
    padding: 10px;
    margin-right: 0;
    text-align: center;
}

.logged-in-box-white a {
    color: #e84e1b !important;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Barlow', sans-serif !important;
}

.logged-in-box-orange a {
    color: #fff !important;
    font-weight: 500;
}

h2[style="text-decoration: underline;"] {
    font-size: 17px;
}

.left-menu {
    float: left;
    text-align: left !important;
    background-color: #fff;
    padding-top: 20px;
    margin-top: 0;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.Qlinks > div {
    text-align: left !important;
    padding-bottom: 16px;
    font-size: 15px;
}

.status-details {
    line-height: 28px !important;
    font-size: 16px;
}

.search-footer {
    border-bottom: 1px solid #B0B1B5;
    margin-top: 0;
    margin-bottom: 10px;
}

.view-fbi-status-btn {
    margin-top: 10px;
}

.employee-filter {
    margin-bottom: 20px;
}

    .employee-filter > div > .form-control {
        border-radius: 0 !important;
        height: 35px;
        font-size: 17px;
    }

#imgselectall2 {
    cursor: pointer;
}

.employee-list > .employee-letter-select {
    float: left;
    padding-top: 10px;
    border: 0 solid #333;
    text-align: center;
}

.employee-header-left {
    background-image: url(/assets/images/employee-header-left.png);
    height: 75px;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #3c444d;
}

.employee-header-right {
    background-image: url(/assets/images/employee-header-right.png);
    height: 75px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #3c444d;
}

.employee-select-all {
    margin-right: 20px;
    margin-top: -26px;
}

.employee-show-all {
    margin-right: 20px;
    margin-top: 18px;
}

.employee-list-header > div {
    background-color: #686f76;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-right: 0;
}

.employee-list-head {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
}

.employee-list-item {
    background-color: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
}

.employee-list-search {
    background-color: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Email-Dropdown {
    max-width: 250px;
}

.employee-list-item > div {
    height: 42px;
    line-height: 42px;
    padding-right: 0;
    overflow: hidden;
}

.employee-list-item:hover {
    background-color: #e5e5e5;
}


.employee-list-item > .set-status, .employee-list-header > .set-status {
    width: 8% !important;
}



.employee-list-item > .email, .employee-list-header > .email {
    width: 12% !important;
}

.employee-list-item > .list-edit {
    width: 8% !important;
}

.employee-list-header > .list-edit {
    width: 8.65% !important;
}


.search-header {
    border-bottom: 1px solid #B0B1B5;
    /*margin-bottom: 15px;*/
}

    .search-header h1 {
        color: #3c444d;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-size: 23px;
    }

.Emp-head > div {
    height: 42px !important;
    border-bottom: 1px solid #B0B1B5 !important;
    /*background-color: #f7f7f7;*/
    float: left;
    border: solid 0 #eee;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    line-height: 40px;
}

.EmpRow > div {
    height: 40px !important;
    border-bottom: 1px solid #B0B1B5 !important;
    background-color: #f7f7f7;
    float: left;
    border: solid 0 #eee;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    line-height: 40px;
}

.EmpRowEx > div {
    height: 40px !important;
    border-bottom: 1px solid #B0B1B5 !important;
    background-color: #f7f7f7;
    float: left;
    border: solid 0 #eee;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    line-height: 40px;
}

.employer-listview > div {
    float: left;
    height: 40px;
    border: solid 0 #eee;
    color: #fff;
    vertical-align: middle;
    background-color: #686f76;
    font-size: 17px;
    line-height: 40px;
}

.RedSelect {
    background-color: #e84e1b;
    height: 40px;
}

.red-highlight {
    color: red;
}

    .red-highlight:hover {
        color: red;
    }

    .red-highlight:active {
        color: red;
    }

    .red-highlight:visited {
        color: red;
    }

    .red-highlight:link {
        color: red;
    }

.left-benefits-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

    .left-benefits-list > .left-menu {
        line-height: 30px;
        /*font-weight: 500;*/
        font-size: 16px !important;
        color: #3c444d;
    }

        .left-benefits-list > .left-menu a {
            color: #3c444d;
            font-size: 16px !important;
        }

        .left-benefits-list > .left-menu > li:hover {
            background-color: #f1f1f1 !important;
            background-image: url(/assets/images/left-menu-icon.png) !important;
            background-repeat: no-repeat;
            background-position: left;
        }

.left-benefits-list-header > .left-menu > li {
    padding-left: 30px !important;
    margin-left: -20px !important;
    font-size: 15px !important;
    width: 100%;
    background-color: #fff;
}

.li-add-expenses-header > .left-menu > li {
    padding-left: 30px !important;
    margin-left: -20px !important;
    font-size: 15px !important;
    width: 100%;
    background-color: #fff;
}

.left-benefits-list > .left-menu > li {
    padding-left: 30px !important;
    margin-left: -20px !important;
    font-size: 15px !important;
    width: 100%;
    background-color: #fff;
}

.benefitScreen label {
    font-weight: normal !important;
    display: inline;
}

.ExpenseScreen label {
    font-weight: normal !important;
    display: inline;
}

.EmpRow:hover > div:first-child {
    background-image: url(/assets/images/employer-list-icon.png) !important;
    background-repeat: no-repeat;
    background-position: left;
}

.EmpRow:hover > div {
    background-position: left;
    background-color: #e5e5e5;
}
/*.Emprow {
    float: left; 
    border: solid 0px #eee; 
    width: 45%; 
    font-size: 12px; 
    color: #fff; 
    vertical-align: middle; 
    background-color: #eeeeee;
}*/

.header-row {
    background-image: none !important;
    background-color: #fff !important;
}

    .header-row:hover {
        background-image: none !important;
        background-color: #fff !important;
    }

.taxyear h1 {
    padding-top: 0;
    margin-top: 0;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
}

.employer-list > tbody > tr > td {
    border-bottom: 1px solid #B0B1B5 !important;
}

.Qlinks a {
    color: #3c444d;
    text-decoration: none;
    font-weight: 500 !important;
}

.Qlinks {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.left-menu > .Qlinks {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.p11d-left-nav {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}

    .p11d-left-nav > ul > li > a, .p11d-left-nav > ul > li > a:hover {
        padding-left: 0 !important;
        margin-left: 0 !important;
        color: #3c444d !important;
    }

    .p11d-left-nav > ul > li {
        padding-left: 40px !important;
        margin-left: -20px !important;
        font-size: 15px !important;
        width: 100%;
        background-color: #fff !important;
    }

        .p11d-left-nav > ul > li:hover {
            background-color: #f1f1f1 !important;
            background-image: url(/assets/images/left-menu-icon.png) !important;
            background-repeat: no-repeat;
            background-position: left;
        }

/*.li-add-employer {
             background-image:url(/assets/images/left-menu-icon-white.png);
}
.li-edit-employer {
             background-image:url(/assets/images/left-menu-icon-white.png);
}
.li-delete-employer {
             background-image:url(/assets/images/left-menu-icon-white.png);
}
.li-add-department {
             background-image:url(/assets/images/left-menu-icon-white.png);
}
.li-reports {
             background-image:url(/assets/images/left-menu-icon-white.png);
}
.li-status-control {
             background-image:url(/assets/images/left-menu-icon-white.png);
}
.li-global-fbi {
             background-image:url(/assets/images/left-menu-icon-white.png);
}*/

.menu-outer-container {
    padding-left: 0 !important;
}

.top-left-links {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

    .top-left-links > div {
        font-size: 14px;
        min-height: 65px;
    }

        .top-left-links > div > a {
            color: #e84e1b;
            text-decoration: none;
        }

.TabButton2 {
    width: auto !important;
}

.list-items-row > div {
    border-top: 1px solid #808080;
    background-color: #f7f7f7;
    line-height: 30px;
}


.list-items-row:hover > div {
    background-color: #B0B1B5;
}

/*Employer Forms*/

.employer-details > li > a {
    padding: 0;
}




.report-validation li {
    border-bottom: 1px solid #B0B1B5;
    height: 35px;
    line-height: 35px;
}

.fbi-report-validation li {
    border-bottom: 1px solid #B0B1B5;
    /*height: 35px;*/
    line-height: 35px;
}

.top-left-links > div:hover {
    border-bottom: 5px solid #4c5c66;
    margin-bottom: 0;
}

.employer-details-tabs > div > .form-group > label {
    padding: 2px !important;
}

.employer-details-tabs > div > .form-group > div {
    padding: 2px !important;
}

div > .form-group > label {
    padding: 2px !important;
}

div > .form-group > div {
    padding: 2px !important;
}

.employer-details-tabs > div > .form-group > div > .form-control {
    border-radius: 0 !important;
    /*height: 45px;*/
    font-size: 17px;
}

.main-font {
    font-family: 'Barlow', sans-serif;
    font-weight: normal !important;
    font-size: 15px;
}

.validation-error {
    color: red;
    font-size: 20px !important;
}

.employer-details-tabs > div > .alert-box {
    border: 1px solid #B0B1B5 !important;
    background-color: #fcfaee !important;
    padding: 5px;
    margin: 5px;
    padding-bottom: 5px;
}

.percent-sign {
    z-index: 1000;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* P11D Checkbox*/
.check-box {
    /*width: 100%;*/
    line-height: 28px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox-select {
    width: 25px;
    float: left;
    height: 25px;
    cursor: pointer;
}

    .checkbox-select > span {
        position: absolute;
        top: 0px;
        left: 55px;
        color: #3c444d;
    }

.check-box > div {
    width: 25px;
    float: left;
    height: 25px;
    margin-right: 15px;
    border: 2px solid #cccccc;
}

    .check-box > div > a.checked {
        background-color: #e84e1b;
        width: 21px;
        height: 21px;
        border: 2px solid #ffffff;
    }


/* P11D Checkbox*/


/* P11D Checkbox*/
.check-radio {
    width: 100%;
    line-height: 28px;
    float: left;
    height: 100%;
}

.checkradio-select {
    width: 25px;
    float: left;
    height: 25px;
    cursor: pointer;
}

.check-radio > div {
    width: 19px;
    float: left;
    height: 19px;
    border: 2px solid #cccccc;
    margin-right: 15px;
    margin-left: 10px !important;
    border-radius: 15px;
}

    .check-radio > div > div.checked {
        background-color: #e84e1b;
        width: 16px;
        float: left;
        border-radius: 15px;
        height: 16px;
        border: 3px solid #ffffff;
    }
/* P11D Checkbox*/

/* P11D non-clickable Checkbox*/
.check-radio2 {
    width: 100%;
    line-height: 28px;
    float: left;
    height: 100%;
}

.checkradio-select {
    width: 25px;
    float: left;
    height: 25px;
    cursor: pointer;
}

.check-radio2 > div {
    width: 19px;
    float: left;
    height: 19px;
    border: 2px solid #cccccc;
    margin-right: 15px;
    margin-left: 10px !important;
    border-radius: 15px;
}

    .check-radio2 > div > div.checked {
        background-color: #e84e1b;
        width: 16px;
        float: left;
        border-radius: 15px;
        height: 16px;
        border: 3px solid #ffffff;
    }
/* P11D non-clickable Checkbox*/

/*Employer Forms*/


/* Report page */


.pdf-header {
    color: white;
    background-color: #686f76;
    height: 35px;
    font-family: 'Barlow', sans-serif;
    line-height: 35px;
    font-size: 16px;
    text-indent: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
}

.pdf-item {
    color: #3c444d;
    background-color: #f7f7f7;
    border-bottom: 1px solid #B0B1B5;
    font-weight: 300;
    font-family: 'Barlow', sans-serif;
    height: 43px;
    line-height: 41px;
    font-size: 15px;
    text-indent: 10px;
}

    .pdf-item:hover {
        background-color: #e5e5e5;
    }

.hide {
    display: none;
}

.Employer-report-header {
    color: white;
    background-color: #686f76;
    height: 45px;
    font-family: 'Barlow', sans-serif;
    line-height: 45px;
    font-size: 16px;
    text-indent: 10px;
}

.Employer-report-item {
    color: #3c444d;
    background-color: #f7f7f7;
    border-bottom: 1px solid #B0B1B5;
    font-weight: 300;
    font-family: 'Barlow', sans-serif;
    height: 45px;
    line-height: 45px;
    padding-top: 12px;
    font-size: 15px;
    text-indent: 10px;
}

.Employer-report-footer {
    color: #3c444d;
    background-color: #f1f1f1;
    font-weight: 300;
    font-family: 'Barlow', sans-serif;
    height: 60px;
    line-height: 45px;
    padding-top: 12px;
    font-size: 15px;
    text-indent: 10px;
    border-radius: 30px;
    margin-top: 30px;
}

.Employer-report-item:hover {
    background-color: #e5e5e5;
}

.highlighted-employer, .highlighted-employer:hover, .highlighted-employer:active, .highlighted-employer:visited {
    color: #e84e1b;
}


.Employer-report-item > check-radio > div > div.checked {
}


.report-panel {
    padding-left: 0;
    padding-right: 0;
}

    .report-panel > div {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }


.img-left-float {
    float: left;
}

.img-right-float {
    float: right;
}


/* Report page */



/* Employee Forms*/

.employee-details-tabs > div > .form-group > label {
    padding: 2px !important;
}

.employee-details-tabs > div > .form-group > div {
    padding: 2px !important;
}

    .employee-details-tabs > div > .form-group > div > .form-control {
        border-radius: 0 !important;
        /*height: 45px;*/
        font-size: 17px;
    }



.employee-details-tabs > div > .panel > .form-group > label {
    padding: 5px !important;
}

.employee-details-tabs > div > .panel > .form-group > div {
    padding: 5px !important;
}

    .employee-details-tabs > div > .panel > .form-group > div > .form-control {
        border-radius: 0 !important;
        /*height: 45px;*/
        font-size: 17px;
    }



/* Employee Forms*/

.vehicle-list-header {
    background-color: #3c444d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
    color: #eee;
    line-height: 40px;
    /*margin-top:40px;*/
}

.car-form .form-label {
    padding: 5px;
    font-weight: normal;
}

    .car-form .form-label > label {
        font-weight: normal;
        line-height: 20px;
        font-size: 17px;
    }

.car-form .Form-text {
    padding: 5px;
}

    .car-form .Form-text > input {
        padding: 5px;
        border: 1px solid #B0B1B5;
        border-radius: 5px;
    }

.car-search-text {
    height: 35px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B0B1B5;
}

    .car-search-text > input {
        /*padding: 5px;*/
        border: 1px solid #B0B1B5;
        border-radius: 5px;
    }

.car-form .Form-text > select {
    padding: 5px;
    border: 1px solid #B0B1B5;
    border-radius: 5px;
}

.car-form .save {
    width: 120px;
    background-color: #76bd1d;
    color: #fff;
    border: 0 !important;
    border-radius: 20px !important;
}

.car-form .cancel {
    width: 120px;
    background-color: red;
    color: #fff;
    border: 0 !important;
    border-radius: 20px !important;
}

.vehicle-delete {
    width: 130px;
    background-color: Red;
    color: #fff;
    border: 0 !important;
    border-radius: 20px !important;
    height: 35px;
    margin-top: 10px;
    line-height: 35px;
}

.vehicle-list-header .add-new {
    width: 120px;
    background-color: #fff;
    color: #000;
    border: 0 !important;
    border-radius: 20px !important;
    height: 30px;
    margin-top: 5px;
    line-height: 30px;
}

.select-links {
    font-size: 17px;
    color: #e84e1b;
    height: 40px;
    line-height: 40px;
}

    .select-links a {
        font-size: 17px;
        color: #e84e1b;
    }

.selected-links {
    font-weight: bold;
    text-decoration: underline;
}

/* Tabs */
.p11d-tabs {
    margin-top: 20px;
}

    .p11d-tabs li {
        display: inline-block;
    }

    .p11d-tabs > li > a, .nav-tabs > li > a:focus, .p11d-tabs > li > a:hover {
        background-color: #e5e5e5 !important;
        border-top-left-radius: 10px !important;
        font-family: 'Barlow', sans-serif !important;
        border-top-right-radius: 10px !important;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 500;
        font-size: 17px;
        height: 50px;
        color: #3c444d;
        vertical-align: middle;
        display: inline-block;
        float: left;
        padding-top: 15px;
    }

        .p11d-tabs > li > a.active, .p11d-tabs > li > a.active:focus, .p11d-tabs > li > a.active:hover {
            background-color: #e84e1b !important;
            border-top-left-radius: 10px !important;
            border-top-right-radius: 10px !important;
            padding-left: 30px;
            padding-right: 30px;
            font-size: 17px;
            font-weight: 500;
            font-family: 'Barlow', sans-serif !important;
            color: #fff;
            vertical-align: middle;
            height: 50px;
            display: inline-block;
            float: left;
            padding-top: 15px;
        }


.fbi-validation {
    font-size: 20px;
    color: red;
}

.fbi-text {
    font-size: 20px;
    color: red;
}

.btn-hidden {
    background-color: transparent !important;
    border: 0 !important;
}

.fbi-checked {
    font-size: 24px;
    color: forestgreen;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: solid 1px forestgreen;
    margin-bottom: 10px;
}

.form-group > .titleTD {
    font-size: 19px !important;
    text-decoration: underline;
    font-weight: 500 !important;
    padding-top: 15px;
}

/* Tabs */

/* buttons */

.btn-save {
    border-radius: 20px;
    background-color: #76bd1d !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border-color: #76bd1d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.btn-need-save {
    border-radius: 20px;
    background-color: red !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border-color: red;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.fbi-data-header {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 0 !important;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 15px;
    /*    margin-top: 20px;*/
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.hr-line-border {
    border-bottom: 1px #B0B1B5 solid;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.currency-value {
    color: #e84e1b;
}

.error-line {
    color: #ff0000;
}

.top-border {
    border-top: 1px solid #B0B1B5;
}

.fbi-data-response {
    /*    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-radius: 15px;*/
    padding: 15px;
    margin-top: 20px;
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    /*min-height: 1000px;*/
    /*    max-height: 1000px;
    overflow-y: scroll;*/
}

.fbi-preview-close {
    float: right;
    padding: 10px;
    text-align: center;
    padding-right: 20px;
    width: 50px;
}

/*XML Viewer*/
.xml-node {
    color: blue;
    font-weight: normal;
}

.xml-name {
    color: red;
    font-weight: normal;
}

.xml-quote {
    color: blue;
    font-weight: normal;
}

pre {
    color: black;
    overflow-x: scroll;
    font-weight: bold;
    font-size: 14px;
}




.btn-fbirefresh {
    border-radius: 20px;
    background-color: #76bd1d !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: left;
    line-height: 15px;
    border: 0;
    border-color: #76bd1d;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.fbi-help-link {
    padding-top: 10px;
    border-radius: 20px;
    background-color: #76bd1d !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    line-height: 15px;
    float: right;
    border: 0;
    border-color: #76bd1d;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

    .fbi-help-link:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-print {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #e84e1b !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border: 0;
    border-color: #e84e1b;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

    .btn-print[disabled="disabled"] {
        background-color: #aaa !important;
        color: #666 !important;
        cursor: not-allowed;
    }

    .btn-print:hover {
        color: #fff;
        text-decoration: none;
    }


.btn-fbidata {
    border-radius: 20px;
    background-color: #76bd1d !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border: 0;
    border-color: #76bd1d;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    padding-top: 8px;
}

    .btn-fbidata:hover {
        color: #fff;
        text-decoration: none;
    }


.btn-buyButton {
    border-radius: 20px;
    background-color: #e84e1b !important;
    color: #fff !important;
    font-weight: bold !important;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 28px;
    float: right;
    line-height: 28px;
    border: 0;
    border-color: #e84e1b;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    padding-top: 0 !important;
    margin-top: 0 !important;
}





.btn-general {
    border-radius: 20px;
    background-color: #3c444d;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border: 0;
    border-color: #3c444d;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.btn-border {
    border-radius: 20px;
    background-color: #3c444d;
    color: #B2B3B6 !important;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border: 2px solid #B2B3B6;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}


.btn-select {
    border-radius: 20px;
    background-color: #a41e34;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    border: 0;
    line-height: 15px;
    border-color: #a41e34;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}


.btn-car-select {
    border-radius: 20px;
    background-color: #e84e1b;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    border: 0;
    line-height: 15px;
    border-color: #e84e1b;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    padding-top: 9px;
    float: left;
    margin-top: 0;
}

.orange-border {
    color: #e84e1b;
}


.red-border {
    border-color: Red;
}



.btn-new {
    border-radius: 20px;
    background-color: #B0B1B5;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border-color: #B0B1B5;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.btn-view {
    border-radius: 5px;
    background-color: #e84e1b;
    color: #fff;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border-color: #e84e1b;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
    width: 120px !important;
    border-style: solid;
}

select {
    font-size: 17px !important;
}

.Items-box {
    background-color: #F1F1F1;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 8px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .Items-box .btn-view {
        margin-top: 2px;
    }

.Items-box-bm-0 {
    background-color: #F1F1F1;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 8px;
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-top: 20px;
}


    .Items-box-bm-0 .btn-view {
        margin-top: 2px;
    }
/* buttons */

.align-left {
    float: left !important;
}

.align-center {
    float: none !important;
}

.align-right {
    float: right !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

/*Login Forms*/
.formTemplate {
    border: 1px solid #B0B1B5;
}

.formHeader {
    background-color: #F0F0F0;
    padding: 20px;
    text-align: center;
    font-size: 2.1em !important;
    font-weight: normal;
    border-bottom: 1px solid #B0B1B5;
}

.formFields {
    padding: 30px 20px 20px 20px;
}

.form-buttons {
    text-align: center;
}

.search-field {
    width: 80% !important;
}

.search-button {
    width: 35px !important;
    text-align: left !important;
    background-color: #e84e1b !important;
    color: white !important;
    font-weight: 500 !important;
}

.search-icon {
    width: 42px !important;
    height: 36px !important;
    text-align: left !important;
    background-color: #e84e1b !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    margin-top: 4px !important;
    text-decoration: none !important;
}

.search-control {
    height: 38px;
    padding: 8px 12px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 0 !important;
}

.search-box label {
    font-weight: normal !important;
    color: #4c5c66;
    font-size: 15px;
}

.form-inline .form-control {
    width: 100% !important;
}

.form-inline .control-label {
    text-align: left !important;
    font-weight: normal !important;
    line-height: 25px;
    justify-content: flex-start;
}



.form-inline .form-group {
    /*display: block;*/
    /*margin-bottom: 20px;*/
    /*float: left;*/
    width: 100% !important;
    font-weight: normal !important;
}

.control-label {
    font-size: 16px !important;
    font-weight: normal !important;
}

.dashboard-orange-link {
    color: #e84e1b;
    font-weight: 500;
    font-size: 16px !important;
}
/*End Login Forms*/

/* FBI Page */

.fbi-header {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
}

/* FBI Page */


/* Button/Link Arrow Styles */

.button-arrow {
    display: inline-block;
    background-color: #3E464F;
    /*padding-left: 10px;*/
    margin: 5px;
    color: white;
    font-weight: normal;
}

    .button-arrow a {
        /*padding-right: 15px;*/
        padding-left: 15px;
        color: white;
        font-size: 19px;
    }

        .button-arrow a:active, .button-arrow a:hover {
            text-decoration: none;
        }

        .button-arrow a:after {
            text-align: center;
            display: inline-block;
            width: 40px;
            content: '>';
            font-size: 19px;
            padding: 10px;
            margin-right: -3px;
            margin-left: 15px;
        }

.bg-p11d a:after {
    background-color: #E74F21;
}

.bg-personal a:after {
    background-color: #91BE24;
}

.bg-partnership a:after {
    background-color: #884182;
}

.bg-blue a:after {
    background-color: #e84e1b;
}

/* End Button/Link Arrow Styles */

/* Help Page*/

.faqQuestion-heading {
    border: solid 0px #e84e1b !important;
    background-color: #3c444d !important;
    background-image: none !important;
    color: #fff !important;
    padding-left: 0;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    font-size: 15px !important;
}

    .faqQuestion-heading a {
        color: #fff;
    }

.panel-collapse {
    padding-left: 0;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    font-size: 17px !important;
}

.faqQuestion-heading > .panel-title {
    padding-left: 10px;
}

.faqQuestion-heading a:hover {
    color: #e84e1b;
}


/* Help Page*/


.grey-text {
    color: #555 !important;
}

.scrolling-section {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn-department {
    width: 200px;
    padding-left: 0;
    margin-left: 0;
    text-align: center !important;
}

.dept-select {
    height: 35px !important;
}



.btn-testfbi {
    width: 180px;
    padding-left: 10px;
    margin-left: 0;
    text-decoration: none !important;
    padding-right: 10px;
    color: #fff !important;
    border-radius: 20px;
    background-color: #e84e1b !important;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Barlow', sans-serif !important;
    height: 35px;
    float: right;
    line-height: 15px;
    border: 0;
    border-color: #e84e1b;
    min-width: 100px;
}

    .btn-testfbi:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

.icon-grey {
    color: #999;
}

.icon-yellow {
    color: #DFBA06;
}

.icon-green {
    color: #6EBD1D;
}

.icon-red {
    color: #D20000;
}

.icon-blue {
    color: #2889FF;
}

.fa-1-5x {
    font-size: 1.6em;
}


.show-Icon {
    display: inline;
}

.hide-Icon {
    display: none;
}


.submission-icon-green {
    color: #6EBD1D;
    font-size: 32px;
    font-weight: bold;
    padding-top: 5px;
}


.submission-icon-red {
    color: #D20000;
    font-size: 32px;
    font-weight: bold;
    padding-top: 5px;
}


.email-activity-btn {
    margin-top: 20px;
    min-height: 60px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 17px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 20px;
    color: #e84e1b;
    margin-bottom: 20px;
}

/*.form-group > .col > .tool-tip {
    display:none;
}*/
