﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:200,400,300,700);

body {
    background-color: #f3f2f1;
    /*padding-top: 5px;*/
    /*color: #514c49;*/
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-family: "Roboto",sans-serif;
    /*font-weight: 300;*/
    line-height: 24px;
}

.headerwrap {
    background-color: #27201b;
}

.headright {
    float: right;
}

.headercenter {
    min-width: 268px;
    float: left;
    line-height: 34px;
}

.headerwrap a:first-child {
    padding: 10px 6px 10px 0;
}

.headerwrap a {
    color: white;
    font-size: 12px;
    color: #9e9c9b;
    padding: 10px 6px;
    text-decoration: underline;
}


.headermedia {
    float: left;
}

    .headermedia .mediaicon {
    }

        .headermedia .mediaicon a {
            display: inline-block;
            padding: 8px 6px;
        }

        .headermedia .mediaicon img {
            width: 18px;
            height: 12px;
        }


.footerwrap {
    background-color: #27201b;
    clear: both;
    float: left;
    width: 100%;
}

#block-boxes-box-footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #9e9c9b;
    line-height: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottomlogo {
    float: left;
    width: 65px;
}

.bmlogo {
    padding: 3px;
    background: #fff;
    margin-right: 30px;
}

.footerextra {
    float: left;
    width: 80%;
}

#block-boxes-box-footer ul {
    padding: 0;
    margin: 0;
}

    #block-boxes-box-footer ul li {
        line-height: 20px;
        position: relative;
    }

.footerleft li, .footerright li {
    float: left;
    list-style: none;
    padding: 0 10px;
}

#block-boxes-box-footer a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #9e9c9b;
}

.footermedia {
    float: right;
    width: 164px;
}

    .footermedia .mediaicon {
        float: right;
        padding: 10px 0 10px 10px;
    }

#footer li a:hover {
    text-decoration: underline;
}


.bottomnav ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #b9b7b6;
    line-height: 16px;
}

.bottomnav ul li:first-child a {
    color: #fff;
    font-size: 14px;
}

    .bottomnav ul li:first-child a:hover {
        color: #f27900;
        font-size: 14px;
    }

.bottomnav ul li:not(:first-child) a:hover {
    text-decoration: underline;
}

.bottomnav {
    width: 100%;
    background-color: #514c49;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

    .bottomnav a {
        font-weight: 700;
    }

        .bottomnav a, .bottomnav a.active {
            color: #fff;
            text-decoration: none;
            font-family: 'Roboto Slab', serif;
            font-size: 14px;
        }

/*.list-inline>li {
    display: block;
}*/


#cfb_navId {
    background-color: #f27900;
    padding-left: 0px;
}

    #cfb_navId .navbar-header { /*done*/
        height: 81px;
    }

.site-logo { /*done*/
    background-color: #fff;
    padding: 20px 40px 18px 20px;
}

.cfb-menu { /*done*/
    padding-left: 20px;
}

.navbar-inverse { /*done*/
    background-color: #f27900;
    border-color: #f27900;
    background-image: -webkit-linear-gradient(#f27900, #f27900 50%, #f27900);
    background-image: -o-linear-gradient(#f27900, #f27900 50%, #f27900);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f27900), color-stop(50%, #f27900), to(#f27900));
    background-image: linear-gradient(#f27900, #f27900 50%, #f27900);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27900', endColorstr='#f27900', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 0px solid #f27900;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.navbar { /*done*/
    border-radius: 0px;
    margin-bottom: 0px;
}

#cfb_navId .navbar-toggle:hover,
#cfb_navId .navbar-toggle:focus { /*done*/
    background-color: #f27900;
}

#cfb_navId .navbar-toggle { /*done*/
    background-color: #f27900;
    border-color: #f27900;
}

#cfb_navId .navbar-toggle { /*done*/
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}

    #cfb_navId .navbar-toggle .icon-bar { /*done*/
        width: 38px;
        border-radius: 0px;
    }

        #cfb_navId .navbar-toggle .icon-bar + .icon-bar { /*done*/
            margin-top: 5px;
        }

#cfb_navId .navbar-header .navbar-toggle { /*done*/
    padding: 32px 24px;
}

ul.cfb-menu ul.cfb-submenu ul { /*done*/
    background: #fce4cc;
}

#cfb_navId ul.dropdown-menu li ul.dropdown-menu li a:hover {
    background: #fce4cc;
}

.cfb-menu .cfb-submenu:before { /*done*/
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid #f27900;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
    z-index: 100;
    position: absolute;
    top: -1px;
    left: 150px;
}

.cfb-menu .cfb-submenu li:first-child { /*done*/
    padding-top: 5px;
}

.cfb-menu .cfb-submenu li { /*done*/
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 30px;
}

#cfb_navId .navbar-nav > li a {
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    line-height: 17px;
}

#cfb_navId .navbar-nav > li > a {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #fff;
}

.cfb-menu .cfb-submenu li a {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #6b6a6a;
}
    /*.cfb-menu .cfb-submenu li:last-child a{
    border-bottom: 0px solid #ccc;
}*/

    .cfb-menu .cfb-submenu li a:hover {
        background-color: #fff;
        color: #ff7e00;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #f27900;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /*background-color: #fff; 
     background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%); 
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
     background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)); 
     background-image: linear-gradient(to bottom,#fff 0,#fff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
     background-repeat: repeat-x;*/
}

#ECdropdownlist > li > a:hover {
    color: #333333;
    text-decoration: underline;
}

#ECdropdownlist > li.disabled > a:hover {
    color: #333333;
    text-decoration: none;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top,#f27900 0,#f27900 100%);
    background-image: -o-linear-gradient(top,#f27900 0,#f27900 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f27900),to(#f27900));
    background-image: linear-gradient(to bottom,#f27900 0,#f27900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27900', endColorstr='#f27900', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}

.dropdown-menu {
    border-radius: 0px;
}

#cfb_navId .cfb-menu > li {
    padding: 0 10px 0 0;
}

.first-bar .caret {
    border-top: 0px dashed;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}

.navbar-nav:not(.sm-collapsible) ul .first-bar .caret {
    position: absolute;
    right: 0;
    margin-top: 0px;
    margin-right: 15px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px dashed;
}

/**********************************tablet < **************************************/
@media (max-width: 767px) {

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #f27900;
        border-color: #ccc;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #dddddd;
    }
}
/**end media**/
/***********************************tablet < *************************************/

/***********************************desktop > *************************************/
@media (min-width: 768px) {

    #cfb_navId ul.dropdown-menu {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: -5px 5px 10px -5px #333, 5px 0 5px -5px #333;
    }

    #cfb_navId ul.cfb-submenu {
        width: 300px !important;
        min-width: 300px !important;
        margin-left: -150px !important;
    }

        #cfb_navId ul.cfb-submenu ul.dropdown-menu {
            left: 10px !important;
        }

    #cfb_navId .navbar-nav > li > a {
        font-weight: bold;
        font-size: 100%;
        width: 100%;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-family: 'Roboto Slab', serif;
        padding: 22px 0 25px 0;
        line-height: 17px;
        text-shadow: -3px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color: #ccc;
    }

    #cfb_navId li.menu-mlid-2460 {
        max-width: 97px;
    }

    #cfb_navId li.menu-mlid-300 {
        max-width: 136px;
    }

    #cfb_navId li.menu-mlid-2462 {
        max-width: 96px;
    }

    #cfb_navId li.menu-mlid-701 {
        max-width: 117px;
    }

    #cfb_navId li.menu-mlid-304 {
        max-width: 68px;
    }

    #cfb_navId li.menu-mlid-2461 {
        /*min-width: 51px;*/
        /*width: 8%;*/
        max-width: 58px;
    }
}
/**end media**/
/**************************************desktop > **********************************/

/******************************* body start*****************************************/

html, body {
    height: 100%;
}

.container-fluid, .full {
    min-height: 100%;
}

#sidebar {
}

@media (min-width:992px) {
    #sidebar {
        width: inherit;
        min-width: 350px;
        max-width: 350px;
        float: left;
        height: 100%;
        position: relative;
        overflow: auto;
    }

    #main {
        width: calc(100% - 350px);
    }

    .show-filters {
        width: calc(100% - 360px);
    }

    .hide-filters {
        width: 100%;
    }
}

.input-group-addon:first-child {
    background-color: #0071b2;
    color: #fff;
}

#search-filters-top {
}

#search-filters-input {
    width: 350px;
    float: left;
    padding-right: 15px;
    margin-top: 44px;
}

#search-results {
    width: calc(100% - 350px);
    float: left;
}

#results-table-controls {
    margin-bottom: 4px;
}

    #results-table-controls i {
        color: #f27900;
    }

    #results-table-controls .dataTables_totalAmount {
        /*display: inline;*/
        float: right;
        /*margin-top: 4px;*/
        font-size: 14px;
        font-weight: normal;
        height: 34px;
        line-height: 34px;
    }

    #results-table-controls #search-totalRecords{
        /*border-right:2px solid #ccc;*/ 
        padding-right:4px;
    }
    #results-table-controls #search-total{
        padding-left:8px;
        border-left: 2px solid #ccc;
    }

    #results-table-controls .dataTables_length {
        display: inline;
        float: left;
        margin-right: 10px;
    }

        #results-table-controls .dataTables_length select {
            width: auto;
            display: inline-block;
            padding: 6px 10px;
        }

        #results-table-controls .dataTables_length label {
            margin-bottom: 0;
        }


.export-button-group {
    display: inline;
}

    .export-button-group button {
        margin-right: 5px;
        position: relative;
    }

    .export-button-group #exportedFile {
        display: none;
    }

    .export-button-group button span.exporting-text {
        margin-left: 25px;
    }


#results-table-footer .dataTables_info {
    display: inline;
    float: left;
    font-weight: bold;
}

#results-table-footer .dataTables_paginate {
    display: inline;
    float: right;
}

    #results-table-footer .dataTables_paginate .paginate_button.disabled {
        cursor: not-allowed !important;
    }

#results-table-footer .dataTables_info {
    padding-top: 20px;
}

#results-table-footer .dataTables_paginate .paginate_button {
    position: relative;
    /*float: left;*/
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4c4c4c;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #ccc;
}

#results-table-footer .dataTables_paginate span.ellipsis {
    position: relative;
    padding: 6px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4c4c4c;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #ccc;
}

#results-table-footer .dataTables_paginate {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

    #results-table-footer .dataTables_paginate .paginate_button.current {
        color: #FFF;
        cursor: default !important;
        background-color: #0071b2 !important;
        border-color: #0071b2 !important;
    }

    #results-table-footer .dataTables_paginate .paginate_button:hover {
        background-color: #DDD;
        cursor: pointer;
    }

.refinement-group {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

    .refinement-group .refinement-header {
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }

        .refinement-group .refinement-header h4 {
            font-family: 'Roboto Slab', serif;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

    .refinement-group .refinement-sub-header h5 {
        font-size: 15px;
    }

    .refinement-group .refinement-content {
        padding-bottom: 20px;
    }

#body {
    clear: both;
}

.nav-tabs > li {
    padding-left: 5px;
}

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 0px;
    }


.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.submit-button {
    background-color: #f27900;
    color: white;
    border-radius: 0px;
    width: 140px;
    padding: 6px;
    /*margin-left: 20px;*/
}

    .submit-button:hover {
        background-color: #f27900;
        color: white;
    }


#search-filters {
    margin-bottom: 25px;
}

    #search-filters .filter-tag {
        margin: 10px 10px 10px 0;
        position: relative;
        display: inline-block;
        /*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);*/
    }

.filter-tag {
    background-color: #D3DAE2; /*#D3DAE2;*/ /*#f3f2f1;*/
    border-radius: 0px;
    padding: 6px 8px;
}

    .filter-tag .filter-type {
        font-weight: bold;
        margin-right: 3px;
    }

    .filter-tag .filter-remove {
        margin-right: 5px;
    }

.filter-go-button {
    margin-bottom: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #f27900;
    color: #fff;
    border: 1px solid #ccc;
}

    .filter-go-button:hover {
        color: #333;
        background-color: #f3f2f1;
    }

.filter-go-button-color {
    margin-bottom: 5px;
    background-color: #f27900;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.go-button {
    background-color: #f27900;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 34px;
    padding-top: 7px;
}

    .btn-default:hover,
    .filter-go-button-color:hover,
    .go-button:hover {
        color: #333;
        background-color: #f3f2f1;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#min-max-amounts .form-control {
    padding: 6px 6px;
}

#min-max-amounts label {
    font-weight: normal;
}

#min-max-amounts .input-group-addon {
    padding: 6px 6px;
}

#min-max-amounts .input-group-addon {
    padding: 6px 6px;
}

.col-no-padding {
    padding: 0;
}

.go-button-2 {
    background-color: #f27900;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 34px;
    padding-top: 7px;
    margin-top: 28px;
    margin-right: 10px;
}

    .go-button-2:hover {
        color: #333;
        background-color: #f3f2f1;
    }


.date-range .form-control {
    padding: 6px 6px;
}

.date-range label {
    font-weight: normal;
}

.date-range .input-group-addon {
    padding: 6px 6px;
}

.date-range .input-group-addon {
    padding: 6px 6px;
}

#TransactionFilter div #MinAmount,
#TransactionFilter div #MaxAmount {
    width: 100%;
}

#TransactionFilter .input-group-addon {
    padding: 2px 4px;
    border-radius: 0px;
}

.loader {
    position: fixed;
    border-top: 16px solid #f27900;
    border-right: 16px solid #514c49;
    border-bottom: 16px solid #f27900;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3b5998;
    border-color: #3b5998;
}

.pagination > li > a, .pagination > li > span {
    color: #3b5998;
}

.input-group-addon {
    color: #514c49;
    background-color: #f3f2f1;
    border: 1px solid #ccc;
    border-radius: 0px;
}

#filter-and-results {
    margin-bottom: 10px;
}

.results-table {
    background-color: #fff;
}

    .results-table th {
        background-color: #FAFAFA;
    }

.table-bordered {
    border: 1px solid #ccc;
}

#ftmDataTable {
    width: 100% !important;
}


/*#TransactionFilter,
#ContributorFilter,
#RecipientTypeFilter,
#EC,
#CandidateFilter,
#CommunicationType,
#PayeeNameFilter,
#SupportOppose {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #ccc;
}

    #TransactionFilter > div:first-child,
    #ContributorFilter > div:first-child,
    #RecipientTypeFilter > div:first-child,
    #EC > div:first-child,
    #CandidateFilter > div:first-child,
    #CommunicationType > div:first-child,
    #PayeeNameFilter > div:first-child,
    #SupportOppose > div:first-child {
        border-bottom: 1px solid #dddddd;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 5px;
    }*/

#ClearAllFilters > div:first-child {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cfb-filter-item {
    border: 1px solid #dddddd;
    margin: 5px;
    height: 50px;
    background-color: #f3f2f1;
}

    .cfb-filter-item div {
        float: left;
        width: 94%;
    }

    .cfb-filter-item > div:first-child {
        width: 6%;
    }

.panel-default > .panel-heading {
    color: #666666;
    background-color: #f3f2f1;
    border-color: #dddddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 4px 22px;
    background-image: -webkit-linear-gradient(top,#f3f2f1 0,#f3f2f1 100%);
    background-image: -o-linear-gradient(top,#f3f2f1 0,#f3f2f1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3f2f1),to(#f3f2f1));
    background-image: linear-gradient(to bottom,#f3f2f1 0,#f3f2f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f1', endColorstr='#f3f2f1', GradientType=0);
    background-repeat: repeat-x;
}

.panel-heading span {
    /*margin-top: -20px;
    font-size: 15px;*/
}

#filters span i,
#filtersLeadership span i,
#filtersMajorFunders span i,
#search-menu span i {
    color: #f27900;
    cursor: pointer;
}

#SubMenuLink ul > li > span {
    padding-left: 5px;
    padding-right: 5px;
}

#SubMenuLink ul > li:last-child span {
    display: none;
}

#Filter_Show {
    padding-top: 10px;
}

.extratitle h1 {
    color: #25467a;
    font-weight: bold;
}

#FTM .jumbotron {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f3f2f1;
    padding-bottom: 0px;
    padding-top: 0px;
    
}

    #FTM .jumbotron h1 {
        color: #25467a;
        font-size: 30px;
    }

.extratitlesection {
    border-bottom: 1px solid #b3b2b2;
}

.extratitleblurb h4 {
    margin-top: 0;
    line-height: 1.3em;
}

.extratitleicon {
    border-bottom: 5px solid #f27900;
}

.image-bg-fluid-height {
    text-align: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background: url('../Images/FollowtheMoney.jpg') no-repeat center center scroll;
    padding: 50px 0;
}

    .image-bg-fluid-height > div {
        margin-right: 40px;
        height: 200px;
        width: 200px;
    }

.BL {
    padding-bottom: 0px;
    padding-top: 5px;
    border-bottom: 1px dotted #b3b2b2;
    margin-bottom: 30px;
}

    .BL h3 {
        color: #0071b2;
        font-size: 24px;
        font-weight: bold;
    }

.btprimary a.btn-default {
    background: none repeat scroll 0 0 #fad028;
    /*max-width: 300px;*/
    font-family: 'Roboto Slab', serif;
    color: #4c4c4c;
    border-color: #f3f2f1;
    border-radius: 0px;
}

.custom-bullet li {
    display: block;
}

    .custom-bullet li:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: 9px;
        float: left;
        /*margin-top: 4px;*/
        margin-left: -15px;
        color: #f27900;
    }

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    min-height: 240px;
}

.paddingH15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.paddingH10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.validation-summary-errors {
    color: red;
}

.field-validation-error {
    color: red !important;
    font-weight: bold;
}

.input-validation-error {
    background: pink;
    border: 1px solid red;
}

#ecDiv .popover-title {
    font-weight: bold;
}

#searchTips {
    padding-top: 20px;
    color: #08477d !important;
}

    #searchTips .glyphicon-info-sign, #searchTips .closebtn {
        line-height: 40px;
        font-size: 24px;
    }

    #searchTips .alert-info {
        background-color: #e7f3fe;
        border-left: 6px solid #f27900;
        padding: 10px;
        border-radius: 0px;
    }

    /* The close button */
    #searchTips .closebtn {
        margin-left: 15px;
        color: #f27900;
        font-weight: bold;
        float: right;
        cursor: pointer;
        transition: 0.3s;
    }

        /* When moving the mouse over the close button */
        #searchTips .closebtn:hover {
            color: #3b5998;
        }

#liIndependentSpenders a,
#liCandidate a {
    color: #b9b7b6;
}

#liIndependentSpenders.active > a,
#liCandidate.active > a {
    color: #514c49;
}

.pnlIncludeContributions {
    margin-bottom: 0px;
    margin-top: 10px;
}

    .pnlIncludeContributions .btn-warning,
    .toggle .btn-warning {
        background-color: #f27900;
        border-color: #eea236;
    }

.toggle.btn-sm {
    width: 60px !important;
    height: 30px !important;
}

.toggle.btn-xs {
    width: 30px !important;
    height: 20px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #f27900;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
}


/******************************* body end*****************************************/

/* ---- datatable start ---- */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    position: fixed;
    border-top: 16px solid #f27900;
    border-right: 16px solid #514c49;
    border-bottom: 16px solid #f27900;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1002;
}

.smallLoader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #f27900;
    border-right: 4px solid #514c49;
    border-bottom: 4px solid #f27900;
    position: absolute;
    width: 25px;
    height: 25px;
    /*margin: -25px 0 0 -25px;*/
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 5px;
    margin-left: 5px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #f3f2f1 50% 50% repeat;
    opacity: 0.5;
    /*filter: Alpha(Opacity=50);*/
}

/*.ui-widget-overlay {
    background: #f3f2f1 url(images/ui-bg_diagonals-thick_20_f3f2f1_40x40.png) 50% 50% repeat;
    opacity: 0.5;
}*/

.dataTables_wrapper .dataTables_processing {
    height: 0px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333 !important;
    border-radius: 0px;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 1px solid #f27900;
        background-color: #f27900;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f27900), color-stop(100%, #f27900));
        background: -webkit-linear-gradient(top, #f27900 0%, #f27900 100%);
        background: -moz-linear-gradient(top, #f27900 0%, #f27900 100%);
        background: -ms-linear-gradient(top, #f27900 0%, #f27900 100%);
        background: -o-linear-gradient(top, #f27900 0%, #f27900 100%);
        background: linear-gradient(to bottom, #f27900 0%, #f27900 100%);
    }*/

.dataTables_wrapper .dataTables_totalAmount {
    float: right;
    text-align: right;
    /*font-weight: bold;*/
}

#intermediaryDetailSearchResult .dataTables_paginate .paginate_button.disabled {
    cursor: not-allowed !important;
}

#intermediaryDetailSearchResult .dataTables_info {
    padding-top: 20px;
    float: left;
}

#intermediaryDetailSearchResult .dataTables_paginate .paginate_button {
    position: relative;
    /*float: left;*/
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4c4c4c;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #ccc;
}

#intermediaryDetailSearchResult .dataTables_paginate span.ellipsis {
    position: relative;
    padding: 6px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4c4c4c;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #ccc;
}

#intermediaryDetailSearchResult .dataTables_paginate {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    float: right;
}

    #intermediaryDetailSearchResult .dataTables_paginate .paginate_button.current {
        color: #FFF;
        cursor: default !important;
        background-color: #0071b2 !important;
        border-color: #0071b2 !important;
    }

    #intermediaryDetailSearchResult .dataTables_paginate .paginate_button:hover {
        background-color: #DDD;
        cursor: pointer;
    }


/* ---- datatable end ---- */

/* ---- grid ---- */
.grid {
    background: #fff;
    max-width: 1200px;
}

    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

.grid-sizer,
.grid-item {
    width: 360px;
}

.grid-item {
    /*width: 360px;*/
    height: 50px;
    float: left;
    margin-bottom: 10px;
    background: #f3f2f1;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px;
}

.grid-item-height2 {
    height: 100px;
}

.grid-item-height3 {
    height: 150px;
}
/* ---- grid ---- */


.font-bold {
    font-weight: bold;
}


ul.checktree {
    overflow: hidden;
    /*padding-bottom: 10px;*/
}

    ul.checktree li label {
        font-weight: normal;
    }

    ul.checktree li .arrow {
        margin: 5px 8px 0 0;
    }

[uib-typeahead-popup].dropdown-menu {
    width: 90%;
}

#inputsDiv {
    padding-top: 15px;
    margin-left: 5px;
    /*height: 85px;*/
}

i.glyphicon-remove {
    cursor: pointer;
    color: #f27900;
    font-size: 11px;
    transition: 0.3s;
}

    i.glyphicon-remove:hover {
        color: #3b5998;
    }

#pageTopLinks {
    margin-top: 10px;
    margin-bottom: 20px;
}

    #pageTopLinks ul li a {
        color: #08477d;
        font-size: 14px;
    }

        #pageTopLinks ul li a:hover {
            text-decoration: none;
            border-bottom: 2px solid #f27900;
            padding-bottom: 2px;
        }

.activeAction {
    text-decoration: none;
    border-bottom: 4px solid #f27900;
    padding-bottom: 2px;
}

#search-menu .panel {
    margin-bottom: 10px;
    border-radius: 0px;
}

#search-menu .alert {
    margin-bottom: 5px;
}

#TransactionFilter .dropdown-menu {
    left: 0px !important;
}

#ecDiv #ddlElectionCycle ul li:not(.disabled) {
    padding-left: 50px;
}

.modal-header .close {
    color: #f27900;
    font-size: 40px;
    opacity: 1.0;
}

#ftmDataTable tr td a {
    /*color: #08477d;*/
    font-size: 14px;
    text-decoration: underline;
    /*border-bottom: 2px solid #f27900;
    padding-bottom: 2px;*/
}

    #ftmDataTable tr td a:hover {
        text-decoration: none;
        border-bottom: 3px solid #f27900;
        padding-bottom: 2px;
    }

@media (min-width: 992px) {
    .modal-lg {
        width: 1000px;
    }
}

.○♪ { 
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    top: -15px;
    text-align: center;
    background-color: transparent;
}

    .○♪ h5 {
        line-height: 40px;
    }

@media (max-width: 992px) {
    .○♪ { 
        top: 0px;
    }
}
.sub_table table { /**/
    width: 500px;
}

#sidebar .input-group .form-control {
    z-index: initial; /**/
}

.visualbox {
    width: 300px;
    max-height: 400px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

    .visualbox img {
        width: 290px;
        height: 280px;
    }

.link-hover a {
    color: #08477d;
    font-size: 14px;
    text-decoration: none;
}

    .link-hover a:hover {
        text-decoration: none;
        border-bottom: 2px solid #f27900;
        padding-bottom: 2px;
    }

#search-filters-top ul.dropdown-menu,
#inputsDiv ul.dropdown-menu,
#ecDiv ul.dropdown-menu {
    overflow-y: auto;
    max-height: 300px;
}

.vague {
    background: #f3f2f1 50% 50% repeat;
    opacity: 0.5;
    border: 1px solid #ddd;
    padding: 5px;
}

    .vague:hover {
        cursor: not-allowed;
    }

#_searchForm {
    padding-top: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    color: #f27900;
}

.modal-header {
    border-left: 5px solid #f27900;
    /*padding: 5px 15px 5px 5px;*/
}

.modal-content {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
}

    .modal-content,
    .modal-content .panel {
        border-radius: 0px;
    }

.page-header-links {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #337ab7;
}

    .page-header-links li a {
        text-decoration: none;
    }

        .page-header-links li a:hover {
            text-decoration: none;
            border-bottom: 2px solid #f27900;
            padding-bottom: 2px;
        }

    .page-header-links > li {
        display: inline-block;
    }

ul.page-header-links li + li:before {
    /*content: "|";*/
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
}

ul.page-header-links li+li{
    border-left:2px solid #ccc; 
    padding-left:10px;
    padding-right:10px;
    height:24px;
}
ul.page-header-links li:first-child{
    padding-right:10px;
}

#footer_menu {
    list-style: none;
}

    #footer_menu > li {
        display: inline-block;
    }

    /*#footer_menu a {
            color: #b2b2b1 !important;
        }*/

    #footer_menu li + li:before {
        content: "|";
        padding-top: 0;
        padding-right: 5px;
        padding-bottom: 0;
        padding-left: 5px;
    }

.input-group .form-control {
    z-index: initial;
}



#exportToExcel,
#exportToPdf {
    position: relative;
}

    #exportToExcel button,
    #exportToPdf button,
    #exportToPdf a {
        border-color: #f27900;
        padding-left: 28px;
    }

.excelLoader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #f27900;
    border-right: 4px solid #514c49;
    border-bottom: 4px solid #f27900;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#success-export .alert {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 5px;
}

#search-filters-input .bs-select-all,
#search-filters-input .bs-deselect-all,
#ecDiv .bs-select-all,
#ecDiv .bs-deselect-all {
    color: #f27900;
}

#IndependentSpendersType .dropdown-menu > li > a {
    /*padding: 3px 10px;*/
    padding-left: 8px;
}

#expenditureDetailsContainer th span {
    padding-right: 10px;
}

#pdfTable {
    font-family: "calibri ligh";
}

    #pdfTable th {
        border-bottom: 2pt solid black;
    }

    #pdfTable td {
        border-bottom: 1pt solid #ddd;
    }

#ddlElectionCycleMenu .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 3px;
}
#ddlElectionCycleMenu .bootstrap-select.btn-group .dropdown-menu li a {
    padding-left: 25px;
}

#expenditureTbody tr td:last-child table tr td:last-child{
    width: 22%;
}
#expenditureTbody tr td:last-child table tr td:first-child{
    width: 50%;
}

#noData{
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-top: 0px; 
}

.addthis_toolbox a{
    color:#514c49;
    font-size: 14px;
    padding-left:10px;
}

#search-wrapper .bootstrap-select.form-control.input-group-btn {
    max-width: 276px !important;
}

/******** start scrollbar ********/
.flexcroll {
    scrollbar-face-color: #f27900;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

    .flexcroll::-webkit-scrollbar {
        width: 4px;
        height: 8px;
    }

    /* Track */
    .flexcroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* Handle */
    .flexcroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #f27900;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
    }
/******** end scrollbar ********/

#CommunicationLinks ul li .link-hover:before{
    /*content: "|";
    padding-right: 10px;*/
}

#CommunicationLinks ul li+li{
    border-left:2px solid #ccc; 
    padding-left:10px;
    padding-right:10px;
    height:24px;
}
#CommunicationLinks ul li:first-child{
    padding-right:10px;
}

#addThisDiv .fa{
    color:#908d8d;
}
#addThisDiv .fa-facebook:hover{
    color:#3b5998;
}
#addThisDiv .fa-twitter:hover{
    color:#1da1f2;
}
#addThisDiv .fa-envelope:hover{
    color:#000;
}

td .table-striped > tbody > tr:nth-of-type(even),
td .table-striped > thead > tr > th {
    background-color: #f3f2f1; /*#eeeeee;*/
}

/*media page start*/
#results-table-controls {
    margin-bottom: 10px;
    margin-top: -5px;
}

.card {
    width: 365px;
}

@media screen and (min-width: 1000px) {
    .card {
        width: 265px;
    }
}

@media screen and (min-width: 720px) {

    .card {
        width: 365px;
    }
}

@media screen and (min-width: 720px) {

    .card {
        width: 365px;
    }
}

@media screen and (min-width: 480px) {

    .card {
        width: 365px;
    }
}

#results-table-controls .dataTables_totalAmount .btn-group {
    /*top: -3px;*/
}
/*media page end*/

#showHideBtnText{
    color: #f27900;
}

#showHideButton {
    width: 335px;
    background-color: #fff;
}

.signpost { 
  background-color: #f3f2f1;
  margin:20px auto;
  position: relative;
  line-height: 30px;
  text-align:center;
}

    .signpost:after { 
      content:"";
      position: absolute; 
      top:0; 
      left:100%; 
      height:0; 
      width:0; 
      border-width: 15px;
      border-style:solid;
      border-color:#f3f2f1; 
      border-top-color:transparent;
      border-bottom-color:transparent;
      border-right-color:transparent;
    }

#v_player{
    width: 80%;
}

@media (max-width: 768px) {

    .signpost {
        width: 50px;
        margin-left: 0px;
    }

    #v_player{
        width: 90%;
    }

    #search-results {
        width: 100%;
    }

    .btn_mobile {
        padding-left: 15px;
        padding-right: 5px;
        text-align: right;
    }

    .go-button-2 {
        margin-top: 29px;
    }

    .export-button-group {
        /*display: inline;*/ 
        float: right;
    }

    .export-button-group button {
        float: left;
        padding: 6px 3px;
        margin-right: 0px; 
        /*margin-left: 5px;*/
    }
    .export-button-group button + button{
        margin-left: 5px;
    }

    #results-table-controls .dataTables_length {
        margin-right: 8px;
    }

    #ftmDataTable_length{
        margin-bottom: 10px;
    }

    #results-table-controls .dataTables_totalAmount {
        /*float: left;*/
    }

    #ftmDataTable_paginate {
        float: left !important;
        text-align: left;
    }
    /*#ftmDataTable_paginate > span{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }*/

    #ftmDataTable_info{
        width: 300px;
        text-align: left;
    }

    .site-logo {
        padding: 20px 0px 18px 10px;
    }

    .page-header-links li{
        width: 300px
    }

    #search-filters-input {
        margin-top: 0px;
        width: 100%;
    }

    #freshwidget-button {
        top: 220px !important;
    }

    #search-filters .link-hover{
        display: block;
    }

    #IS-Visual{
        margin-top: 10px;
    }

    .○♪ {
        border-radius: initial;
        border: none;
        width: 100%;
        height: 15px;
        text-align: left;
        padding-left: 15px;
    }
    .○♪ h5 {
         line-height: 16px; 
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    #results-table-controls {
        font-size: 14px;
        /*overflow: hidden;*/
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #results-table-controls #search-totalRecords {
        padding-right: 2px;
    }
    #results-table-controls #search-total {
        padding-left: 4px;
    }

    #results-table-controls .dataTables_length select {
        width: 52px;
        padding: 6px 2px;
    }

    #tips_msg{
        padding-left:20px;
    }

    #ecDiv{
        width:645px !important;
    }

    .responsive .mobile-widget-close {
        color: #f27900 !important;
        right: 30px;
        left: initial !important;
    }

    .table-responsive {
        border: 0px solid #ddd;
    }

    .affiliatedContributorsSubtable tr:first-of-type td {
        display:table-cell !important;
    }

    #showHideButton {
        width: 100%;    /*335px;*/
    }

    .card {
        width: 345px;
    }

    ul.page-header-links > li:first-of-type {
        display: block;
    }

    #cfb_navId .navbar-header {
        width: 100%;
    }

    #search-wrapper .bootstrap-select.form-control.input-group-btn {
         max-width: initial !important; 
    }

    #CommunicationLinks{
        text-align:left !important;
    }
    #CommunicationLinks ul li {
        display: block;
    }
    #CommunicationLinks ul li:first-of-type {
        border-left: 2px solid #ccc;
        padding-left: 10px;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr.child>td:first-child {
        padding-left: 8px;
    }
 
    /*#communicationImage a{
        display: block; 
        height: 40px;  
        opacity: 0.6;
        color: #666666;
        background-color: #f3f2f1;
        border-color: #dddddd;
        padding: 4px 22px;
        margin: 4px 10px;
    }*/
}

@media (max-width: 425px) {

    #v_player{
        width: 100%;
    }

    .export-button-group {
        float: right; 
    }

    #ftmDataTable_paginate > span{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #cfb_navId .navbar-header {
        width: initial;
    }

    .go-button-2 {
        margin-top: 0px;
    }

    .btn_mobile {
        text-align: left;
    }

    #ecDiv{
        width:345px !important;
    }

    #expenditureTbody tr td:last-child table tr td:last-child{
        width: initial;
    }
    #expenditureTbody tr td:last-child table tr td:first-child{
        width: 20%;
    }

    #btnList, #btnVisual{
        padding: 6px 12px;
    }
    .dataTables_totalAmount > div {
        margin-right: 2px !important;
    }

    #results-table-controls .dataTables_totalAmount > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #ftmDataTable {
        margin-top: 10px !important;
    }

}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #f27900;
}

