/*
                  /^----^\
                  | 0  0 |
    Who!!         |  \/  |
                  /       \
      Who!!      |     |;;;|
                 |     |;;;|          \   \
                 |      \;;|           \\//
                  \       \|           / /
 ------------------(((--(((------------\ \----------,
  --  ___  ----  __ ---   ____   ---- _____ -- __ - \
  __ --   __ -- _____ --- __  ----  ___  ---- __ -- /
 ---------------/ /---------------\  \--------------`
                \ \               / /
                 //\             //
                 \               \\
                                 /
Two Hoots, copyright 2015, all rights reserved
@twohootsapp
*/

/* kickstart */

html, body {
    /*overflow-x:hidden;*/
    overflow: initial;
}
.actions .btn {
    margin-right:4px;
}
.base {
    padding:70px 0;
}
.notifications {
    width:100%;
}
.footer {
    text-align: left;
}
.footer__company {
    font-size:14px;
    font-weight: bold;
}
.footer__tagline {
    font-size:12px;
}
.footer__tagline span {
    font-style: italic;
    font-size:10px;
}
.footer__social {
    margin-top:16px;
}
/* Switches */
.sw {
    display: none;
}
.switch {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    cursor: pointer;
    border-radius: 24px;
    transition: background 250ms 100ms;
    background-color: #c7c7c7;
    width: 72px;
    height: 28px;
    line-height: 50px;
    margin: 10px 0px 0px 0px;
}
.switch:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: 150ms linear;
    background-color: white;
}
input:checked + .switch {
    background: #4582ec;
}
input:checked + .switch:after {
    left: 46px;
}

/* ./kickstart */

/* hoots styles */

@font-face {
    font-family: 'LexendDeca-Regular';
    src: url('../..//fonts/LexendDeca-Regular.eot');
    src: url('../..//fonts/LexendDeca-Regular.eot?#iefix') format('embedded-opentype'),
        url('../..//fonts/LexendDeca-Regular.svg#LexendDeca-Regular') format('svg'),
        url('../..//fonts/LexendDeca-Regular.ttf') format('truetype'),
        url('../..//fonts/LexendDeca-Regular.woff') format('woff'),
        url('../..//fonts/LexendDeca-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.placeholder-for-bold {
    font-family: "LexendDeca-Regular";
}
.placeholder-for-light {
    font-family: "LexendDeca-Regular";
}

html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 58px;
    margin-bottom: 40px;
    color: #0f2667;
    font-family: "LexendDeca-Regular";
    font-weight:400; /*- See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}
h1, h2, h3, h4, h5 {
    color: #0f2667;
    font-family: 'LexendDeca-Regular';
}

h1, h2 {
    font-size: 22px;
    font-weight:500;
}
h2 {
    color: #fab940;
}

h3 {
    font-size: 18px;
    font-weight:500;/* - See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}

h4 {
    font-family: 'LexendDeca-Regular';
    font-weight:500;/* - See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}

h5 {
    font-size: 16px;
    font-weight:500;/* - See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}

h6 {
    font-size: 13px;
    font-weight:400; /*- See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}

p {
    font-size: 16px;
}
.p-no-mar {
    margin: 0;
}
.md-font {
    font-size: 14px;
}
.sml-font {
    font-size: 13px!important;
}
.bluer-title {
    font-weight: 600;
    color: #0f2667;
    line-height: 25px;
}
.bluer {
    font-weight: 400;
    color: #0f2667;
}

strong {
    font-family: 'LexendDeca-Regular';
    /*font-family: "Helvetica Neue", Helvetica, Arial, arial, sans-serif;*/
    font-weight:600; /*- See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}
hr {
    border-top: 1px solid #97CCCA;
}
.hr-long {
    border-top: 1px solid #C8C7CC;
    margin-left: -15px;
    margin-right: -15px;
}
.twohoots-font, .twohoots-font:focus, .twohoots-font:active, .twohoots-font:hover {
    color: #5EB2DA;
    top: 0;
}
.twohoots-font:hover {
    text-decoration: none;
}
.over-hid {
    overflow: hidden!important;
}
.clickable {
    cursor: pointer;
}
.division, .division-two {
    border-bottom: 1px solid #C8C7CC;
    width: 100%;
    padding-bottom: 5px;
}
.check-top-line {
    margin-top: 7px;
    border-top: 1px solid #C8C7CC;
}

.alert1{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
}
.well {
    background-color: #fff;
    border-radius: 0;
}
.date-well {
    border: 1px solid #73A0A0;
    padding: 0px;
}

/**** VARIOUS POSITIONING ****/
.mar-top-10 {
    margin-top:10px!important;
}
.mar-top-25 {
    margin-top: 25px;
}
.mar-top-35 {
    margin-top: 35px;
}

.pad-top-10 {
    padding-top: 10px;
}
.mar-bot-0 {
    margin-bottom: 0;
}
.mar-bot-10 {
    margin-bottom: 10px;
}
.mar-bot-25 {
    margin-bottom: 25px;
}
.pad-bot-25 {
    padding-bottom: 25px;
}

.pad-left-0 {
    padding-left: 0;
}
.pad-left-45 {
    padding-left: 45px;
}
.pad-left-30 {
    padding-left: 30px;
}
.pad-left-60 {
    padding-left: 60px;
}
.pad-left-120 {
    padding-left: 120px;
}

/***** BUTTONS *****/
.btn, .form-group, .btn-pagenav, .profile-hr {
    max-width: 450px;
}
.btn-block, .form-group {
    margin-left: auto;
    margin-right: auto;
}
.form-group.col-md-4.col-md-offset-4 {
    max-width: none;
}
@media (min-width: 768px) {
    .col-sm-offset-3 {
        margin-left: 25%!important;
    }
}
@media (min-width: 992px){
    .col-md-offset-4 {
        margin-left: 33.33333333%!important;
    }
}
.btn-half {
    width: 49%;
}
.btn-full {
    width: 100% !important;
}
.btn-update {
    z-index: 900;
    position: absolute;
    margin-top: -5px!important;
    cursor: pointer;
}
.navbar-brand, .btn-primary, .btn-default {
    font-family: 'LexendDeca-Regular';
    /*font-family: "Helvetica Neue", Helvetica, Arial, arial, sans-serif;*/
}
.btn-block+.btn-block {
    margin-top: 10px;
}
.btn-social+.btn-social {
    margin-left: 10px!important;
}
.btn-toolbar, .btn-toolbar>.btn {
    margin: 5px 0;
}
.btn-primary, .btn-default, .btn-save {
    font-size: 21px;
    height: 50px;
}
a.btn-primary, a.btn-default {
    padding-top: 9px;
}
.btn-primary, .btn-info {
    background-color: #96e2c9;
    border-color: #96e2c9;
    color: #0f2667;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary{
    color: #0f2667;
    background-color: transparent;
    border-color: #96e2c9;
}
.btn-default, .btn-danger {
    color:  #0f2667;
    border-color:  #96e2c9;
}
.btn-danger {
    background-color: #fff;
}
.btn-success {
    color: #ffffff;
    background-color: #EB6736;
    border-color: #EB6736;
}
.btn-search {
    color: #96e2c9;
    border-color: #fff;
    background-color: #0f2667;
    font-size: 16px;
    height: 38px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #96e2c9;
    border-color: #96e2c9;
    color: #0f2667;
}
.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .open .dropdown-toggle.btn-search {
    background-color: #fff;
    color: #73a0a0;
    border-color: #fff;
}
.btn-link, .btn-link:hover, .btn-link:focus {
    border-bottom: 1px solid;
    /*padding-bottom: 3px;*/
    color: #96e2c9;
    text-decoration: none;
}
.btn-social {
    min-width: 138px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    padding-right: 6px;
    font-family: 'LexendDeca-Regular';
    /*font-family: "Helvetica Neue", Helvetica, Arial, arial, sans-serif;*/
    font-weight:500;/* - See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
}
.btn-social>:first-child {
    left: 6px;
    width: 35px;
    font-size: 1.3em;
    padding-top: 9px;
    padding-right: 6px;
}
.btn-skipnext {
    background-color: #fff;
    /*border-bottom: 1px solid #C8C7CC;*/
    font-size: 17px;
    padding: 10px;
    margin-bottom: 15px;
}
.btn-skipnext:hover, .btn-skipnext:focus, .btn-skipnext:active {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}
.skip-line {
    margin-top: -15px;
    margin-bottom: 15px;
    border-top: 1px solid #C8C7CC;
}
.btn-skipnext > a {
    color: #73A0A0;
}
.btn-file { /* replace default "upload file" button */
    position: relative;
    overflow: hidden;
    font-size: 13px;
    height: 35px;
    line-height: 22px;
    background: url("/assets/img/icons/55px-Icon_plus.png") no-repeat 96.5% center;
    background-size: 33px;
    padding-right: 50px;
}
.btn-file input[type=file] { /* replace default "upload file" button */
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.delete-file:hover {
    text-decoration: none;
}
.btn-share {
    padding: 0!important;
}
.btn-share>:first-child {
    border-right: none;
    padding: 0!important;
    font-size: 1.6em;
    position: relative;
    left: 0;
}
.btn-date, .btn-signup-link {
    color: #319AD5;
    padding: 0;
    margin-top: -24px;
    font-size: 16px;
}
.btn-signup-link {
    margin-top: -4px!important;
}

.guest-link, .issues-link, .cancel-link {
    margin-top: 40px;
    font-size: 21px;
    padding-bottom: 0px;
}

.cancel-link {
    margin-top: 25px;
}

.address-link.last {
    margin-bottom: 25px;
}
.address-link {
    font-size: 21px;
    padding: 0px;
    margin: 10px 0px;
}
.password-link {
    font-size: 17px;
    margin-bottom: 25px;
    padding-bottom: 2px;
}
.url-txt {
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;  /* Non standard for webkit */
}
.change-date-txt {
    margin: 0 auto;
    width: 211px!important;
    font-size: 16px!important;
}
.terms-txt, .change-date-txt {
    font-size: 13px;
    margin: 15px auto 0;
    width: 257px;
}
.terms-txt > a, .change-date-txt > button {
    font-size: 13px;
    padding: 0;
    margin-top: -2px;
}
.sub-txt {
    margin: 0 auto 20px;
    width: 162px;
}
.med-sub-txt {
    margin: 0 auto 20px;
    width: 187px;
}
.lrg-sub-txt {
    margin: 0 auto 20px;
    width: 199px;
}
.wide-sub-txt {
    margin: 0 auto 20px;
    width: 221px;
}
.wide2-sub-txt {
    margin: 0 auto 20px;
    width: 218px;
}
.wider-sub-txt {
    margin: 0 auto 20px;
    width: 232px;
}
.widest-sub-txt {
    margin: 0 auto 20px;
    width: 247px;
}
.even-wider-sub-txt {
    margin: 0 auto 20px;
    width: 260px;
}
.regular-sub-txt {
    margin: 0 auto 20px;
    width: 340px;
    line-height: 1.2em;
}
.pw-sub-txt {
    margin: 0 auto;
    width: 199px;
}
.pw2-sub-txt {
    margin: 0 auto;
    width: 204px;
}
.slim-sub-txt {
    margin-bottom: 0px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
}

.rating {
    line-height: 1em;
}

.rating i {
    margin-right: 5px;
    color: #c4ffff;
}
.rating-yellow i {
    color: #FFCC33 !important;
}

.rating-label {
    padding-top: 0px !important;
}

.growl {
    padding-top: 50px;
}

.force-underline {
    text-decoration: underline;
}

/* -- a HR with text in middle: http://stackoverflow.com/a/22603610 -- */
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ccc;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/***** Alerts *****/
.bootbox-body {
    font-size: 18px;
}
/* .alert {
} */
.alert-default {
    text-align: center;
}
.alert-warning {
    text-align: center;
}

/* Move label in forms to align with text in associated input element */
.form-group label {
    padding-left: 14px;
    font-weight: normal;
    font-size: 13px;
    padding-left: 26px;
}
.remove-label-pad {
    padding-left: 0!important;
}

/* Blue background for complaint header pages */
.complaint-header {
    padding: 15px 0;
    background-color: #0f2667;
    color: #96e2c9;
    margin-top: -9px;
    font-family: 'LexendDeca-Regular';
    /*font-family: "Helvetica Neue", Helvetica, Arial, arial, sans-serif;*/
    font-weight:300;/*- See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf}*/
}

.complaint-header > div > p {
    font-size: 18px;
    margin: 0 auto 10px;
}

/* Generated out of http://blog.koalite.com/bbg/ with colour: #eb6736 */

.btn-action {
    color: #FFFFFF;
    background-color: #EB6736;
    border-color: #EB6736;
    font-size: 21px;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action {
    color: #FFFFFF;
    background-color: #EB6736;
    border-color: #EB6736;
}
.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action {
    background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
    background-color: #EB6736;
    border-color: #EB6736;
}
.btn-action .badge {
    color: #EB6736;
    background-color: #FFFFFF;
}
/* Generated out of http://blog.koalite.com/bbg/ with colour: #eb6736 */

.pagenav-container {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    cursor: pointer;
}
.btn-pagenav {
    background-color: #96e2c9;
    border-color: #96e2c9;
    color: #0f2667;
    height: 100%;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
}
.btn-save {
    background-color: #96e2c9;
    border-color: #96e2c9;
    height: 50px!important;
    border-radius: 4px!important;
    font-size: 21px;
}
.btn-pagenav:hover,
.btn-pagenav:focus,
.btn-pagenav:active,
.btn-pagenav.active,
.open .dropdown-toggle.btn-pagenav {
    background-color: #96e2c9;
    border-color: #96e2c9;
    color: #0f2667;
}

.btn-pagenav:focus, .btn-link:focus, .btn-link:active {
    outline: none;
}
.btn-pagenav:active,
.btn-pagenav.active,
.open .dropdown-toggle.btn-pagenav {
    background-image: none;
}
.btn-pagenav.disabled,
.btn-pagenav[disabled],
fieldset[disabled] .btn-pagenav,
.btn-pagenav.disabled:hover,
.btn-pagenav[disabled]:hover,
fieldset[disabled] .btn-pagenav:hover,
.btn-pagenav.disabled:focus,
.btn-pagenav[disabled]:focus,
fieldset[disabled] .btn-pagenav:focus,
.btn-pagenav.disabled:active,
.btn-pagenav[disabled]:active,
fieldset[disabled] .btn-pagenav:active,
.btn-pagenav.disabled.active,
.btn-pagenav[disabled].active,
fieldset[disabled] .btn-pagenav.active {
    background-color: #96e2c9;
    border-color: #96e2c9;
    color: #0f2667;
}
.btn-pagenav .badge {
    color: #EB6736;
    background-color: #ffffff;
}
.pagenav-i {
    line-height: 22px;
    margin-right: 25px;
    margin-left: -37px!important;
    font-size: 1.5em;
}
/******* TOP NAV ********/
.nav>li>a {
    padding: 8px 15px;
}
.th-header {
    min-height: 52px;
    padding-top: 8px;
    background-color: #ffffff;
}
.navbar-brand {
    color: #0f2667 !important;
    padding: 11px;
    height: 41px;
    padding-top: 9px;

}
.menu-hamburger, .chevron-back, .angle-right {
    color: #99CECC;
    cursor: pointer;
}
.hamburger-icon {
    padding: 6px 12px!important;
    top: -6px;
    position: absolute!important;
    right: 0;
}
.hamburger-icon img {
    height: 35px;
}
.chevron-back {
    padding: 0;
    /*padding: 5px 15px;*/
    margin-left: -15px;
    background: none;
}
.chevron-back img {
    height: 50px;
    position: absolute;
    top: -8px;
}
.chevron-back:hover, .chevron-back:focus, .chevron-back:active {
    outline: none;
    border-radius: 0;
    color: #99CECC;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.hamburger-dropdown {
    background-color: #96e2c9!important;
    border: 1px solid #96e2c9!important;
    min-width: 320px!important;
}
.dropdown-menu {
    top: 40px;
    border: 1px solid #96e2c9;
    background-color: #fff;
    border-radius: 0;
}
.dropdown-menu>li>a {
    color: #0f2667;
    font-size: 16px;
    font-family: 'LexendDeca-Regular';
    padding: 10px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #99CECC;
}
.dropdown-menu > li > div > table { /* to reach calendar styles via css (outer spacing of calendar content) */
    margin: 2px 5px 0px;
}
.dropdown-menu > li > span.btn-group { /* to reach calendar styles via css (Today/Clear Button) */
    float: left;
    margin-left: 36px;
}
.dropdown-menu > li > div > table > tbody > tr > td > button, .dropdown-menu > li > div > table > thead > tr > th > button {
    font-size: 14px;
    height: 30px;
}
.dropdown-menu > li > div > table > tbody > tr > td > button.btn-default[disabled]{ /* to reach calendar styles via css (disabled buttons, they looked strange after changing bg colour */
    color: #808080;
    background: #DCDCDC;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    padding: 0;
    white-space: nowrap;
    overflow: scroll;
    cursor: pointer;
}
.autocomplete-suggestion {
    padding: 6px 12px;
    color: #0f2667;
}
.autocomplete-selected {
    background: #0f2667;
    color: white;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #91d7ff;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .hamburger-icon, .pull-right>.dropdown-menu {
        right: -15px;
    }
}

/***** INDUSTRY TILE LAYOUT *****/
.industry-tile-left,
.industry-tile-right {
    border: 1px solid #fab940;
    margin-bottom: 10px;
    width: 48%;
    -webkit-box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.2);
    box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.2);
}
.industry-tile-left {
    margin-right: 5px;
}
.industry-tile-right {
    margin-left: 5px;
}
.industry-tile-left:hover,
.industry-tile-right:hover {
    border: 1px solid #D9D9D9;
}
.industry-tile-left a,
.industry-tile-right a {
    text-decoration: none;
    color:  #96e2c9;
}
.industry-tile-left i,
.industry-tile-right i {
    color: #96e2c9;
    font-size: 80px;
    padding: 10px 0px;
}

/***** FORMS/CHECKBOX/RADIO *****/

label.checkbox-text.clearfix.radio-label {
    height: auto;
    padding-right: 5px;
}

.list-form {
    margin-bottom: 40px;
}
.form-control,
.select2 .select2-selection{
    height: 50px;
    padding: 6px 8px;
    font-size: 21px;
    color: #96e2c9;
    background-color: #fff;
    border: 1px solid #96e2c9;
    border-radius: 0;
}
::-webkit-input-placeholder {
    color: #96e2c9 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #96e2c9 !important;
    opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #96e2c9 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #96e2c9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
select.form-control { /* form drop down chevron */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("/assets/img/icons/55px-Icon_Dropdown.png") no-repeat 96.5% center;
    background-size: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 25px;
    height: 15px;
    right: 11px;
    left: inherit;
    top: 20px;
}
.select2 .select2-selection__rendered {
    line-height: 37px !important;
}
select + .select2 {width: 100% !important;}
.radio, .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: 10px;
}
.radio label, .checkbox label {
    display: inline-block;
}
.checklist-hr.last, .division.last {
    border: none;
}
.check-list > div.checkbox,
.check-list > div.radio,
.click-list > div.listing  {
    font-size: 16px;
    margin-right: -15px;
}
.click-list .listing-heading {
    font-weight: 400;
}

.click-list > div.listing {
    padding-top: 9px;
}

.click-list > div.listing hr {
    margin-top: 9px;
}

.checklist-hr {
    border-top: 1px solid #C8C7CC;
    margin: 0;
    margin-top: 5px;
    margin-left: 45px;
}

.clicklist-hr {
    border-top: 1px solid #C8C7CC;
    margin: 0;
    margin-top: 5px;
}

.section-hr {
    border-top: 4px solid #97CCCA;
    margin-bottom: 6px;
    margin-top: 0px;
}
.clicklist-link {
    color:  #96e2c9;
}

.clicklist-link:hover {
    color: #0f2667;
    text-decoration: none;
}

.clicklist-link:hover .bluer,
.clicklist-link:hover .bluer-title {
    color: #0f2667;
}

.contact-hr.last, .contact2-hr.last {
    border: none;
}

.contact-hr {
    border-top: 1px solid #C8C7CC;
    margin: 0;
    margin-top: 5px;
    margin-left: 45px;
}
.contact2-hr {
    border-top: 1px solid #C8C7CC;
    margin: 0;
    margin-top: 5px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: -16px;
}

.dropdown-img {
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-expander {
    border-bottom: none !important;
    font-size: 20px;
    color: #fff;
    margin-right: -20px;
}

.list-expander:hover,
.list-expander:focus,
.list-expander:visited {
    color: #fff;
}

.list-expander i {
    vertical-align: text-top;
}

.response-terms {
    padding-left: 0!important;
}
.other-dropdown {
    display: none;
}
.other-dropdown.last {
    display: block;
}
.other-form {
    margin-left: 30px;
    margin-right: -30px;
}

/***** RADIO/CHECKBOX TICK STYLE *****/
input[type=checkbox], input[type=radio] {
    display:none;
}

input[type=checkbox] + label,
input[type=radio] + label {
    background: url("/assets/img/icons/55px-Icon_Unconfirmed.png") no-repeat;
    background-position: -7px -5px;
    background-size: 42px;
    display: inline-block;
    padding: 7px 0px 0px 45px;
    height: 32px;
    margin-top: 3px;
    margin-bottom: 0;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
    background: url("/assets/img/icons/55px-Icon_Confirmed.png") no-repeat;
    background-position: -7px -5px;
    background-size: 42px;
    display: inline-block;
    padding: 7px 0px 0px 45px;
    height: 32px;
    margin-top: 3px;
    margin-bottom: 0;
}
input[type=checkbox].has-active-membership:checked + label,
input[type=radio].has-active-membership:checked + label {
    background: url("/assets/img/icons/55px-Icon_Confirmed_grey.png") no-repeat;
    background-size: 27px;
    display: inline-block;
    padding: 7px 0px 0px 45px;
    height: 32px;
    margin-top: 3px;
    margin-bottom: 0;
}

/***** RADIO/CHECKBOX SMILEY STYLE *****/
/**** Emotion classes override the tick image *****/
input[type=checkbox].emotion-1 + label,
input[type=radio].emotion-1 + label {              /*emotion1 not checked*/
    background: url("/assets/img/icons/55px_Grey-Happy.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}
input[type=checkbox].emotion-1:checked + label,
input[type=radio].emotion-1:checked + label {      /*emotion1 checked*/
    background: url("/assets/img/icons/55px_Happy.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}

input[type=checkbox].emotion-2 + label,
input[type=radio].emotion-2 + label {              /*emotion2 not checked*/
    background: url("/assets/img/icons/55px_Grey-Unimpressed.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}
input[type=checkbox].emotion-2:checked + label,
input[type=radio].emotion-2:checked + label {      /*emotion2 checked*/
    background: url("/assets/img/icons/55px_Unimpressed.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}

input[type=checkbox].emotion-3 + label,
input[type=radio].emotion-3 + label {              /*emotion3 not checked*/
    background: url("/assets/img/icons/55px_Grey-Unhappy.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}
input[type=checkbox].emotion-3:checked + label,
input[type=radio].emotion-3:checked + label {      /*emotion3 checked*/
    background: url("/assets/img/icons/55px_UnHappy.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}

input[type=checkbox].emotion-4 + label,
input[type=radio].emotion-4 + label {              /*emotion4 not checked*/
    background: url("/assets/img/icons/55px_Grey-Frustrated.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}
input[type=checkbox].emotion-4:checked + label,
input[type=radio].emotion-4:checked + label {      /*emotion4 checked*/
    background: url("/assets/img/icons/55px_Frustrated.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}

input[type=checkbox].emotion-5 + label,
input[type=radio].emotion-5 + label {              /*emotion5 not checked*/
    background: url("/assets/img/icons/55px_Grey-Mad.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}
input[type=checkbox].emotion-5:checked + label,
input[type=radio].emotion-5:checked + label {      /*emotion5 checked*/
    background: url("/assets/img/icons/55px_Mad.png") no-repeat!important;
    background-position: -2px 0 !important;
    background-size: 32px!important;
}

/**** PROFILE SECTIONS ****/
.profile-header {
    margin-right: 15px;
    margin-left: 15px;
}
.list-group-item {
    padding: 5px 0px 5px 30px;
    border: none;
}
.list-group-item-heading {
    color: #0f2667;
    font-size: 18px;
    font-family: 'LexendDeca-Regular';
    /*font-family: "Helvetica Neue", Helvetica, Arial, arial, sans-serif;*/
    /*font-weight:400; - See more at: http://rachaelmoore.name/posts/design/css/web-safe-helvetica-font-stack/#sthash.vjgX7VAW.dpuf*/
    margin-left: 30px;
}
.list-group-item-text {
    font-size: 14px;
    margin-left: 30px;
    padding-right: 15px;
}
a.list-group-item {
    color:  #96e2c9;
    font-size: 14px;
    margin: 5px 0px 5px 30px;
    /*padding: 0;*/
}
a.list-group-item:hover {
    background: none;
}
.highlight {
    color: #0f2667;
}
.redlight {
    color: #EB6736;
}
.profile-hr {
    border-top: 1px solid #C8C7CC;
    margin: 0;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.profile-hr.last {
    border: none;
}
.profile-icon {
    height: 30px;
    margin: 5px 15px 5px 0;
}
.profile-line, .edit-line {
    border-top: 1px solid #C8C7CC;
    margin-right: -30px;
}
.edit-line {
    margin-left: 45px;
}
.edit2-line, .compare-hr {
    border-top: 1px solid #C8C7CC;
    margin-right: -15px;
}
.compare-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.profile-txt, .personal-txt {
    margin-left: 45px;
    padding-right: 15px;
}
.profile-txt p, .personal-txt p {
    font-size: 14px;
}
.personal-txt p {
    color: #0f2667;
}
.profile-txt strong {
    color: #333333;
}

.personal-txt strong {
    color:  #96e2c9;
}
.personal-name {
    font-size: 17px!important;
    color:  #96e2c9!important;
}
.edit-well {
    margin-left: 45px;
}
.page-header {
    border-bottom: 1px solid #fab940;
}

/**** LOCATION PAGE *****/

.location-progbar > i { /* only page where the progression bar is different */
    margin-right: 5px;
    color: #0f2667!important;
    margin-top: 15px!important;
}
.loc-header {
    margin-top: 10px;
}

/***** ENERGY PROVIDER PAGE *****/
.table-responsive {
    margin-top: 15px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px 12px 8px 12px;
    border-top: none;
    border-bottom: 1px solid #C8C7CC;
}
.comp-compare {
    margin-left: 30px;
    margin-right: -15px;
}
@media (max-width: 400px) {
    .table-responsive {
        overflow-x: scroll!important;
    }
}
@media (max-width: 767px) {
    .table-responsive {
        overflow-y: hidden;
        overflow-x: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
        -webkit-overflow-scrolling: touch;
    }
    .industry-tile-left,
    .industry-tile-right {
        margin: 10px 10px;
        width: auto;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .next-page  {
        padding-right: 20px;
    }
    .list-expander {
        padding-right: 25px;
    }
    .form-group label {
        padding-left: 15px;
        font-size: 14px;
    }
    select.form-control {
        padding: 6px 8px;
    }
    input[type="text"].form-control {
        padding: 6px 8px;
    }
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media handheld, only screen and (min-width : 652px) {
}
/* Small Devices, Tablets */
@media handheld, only screen and (min-width : 768px) {
    .btn-half {
        width: 25%;
    }
    .attachment-txt {
        padding-left: 0;
    }
    .btn-file-align {
        text-align: right;
        margin-top: 5px;
    }
    .sml-font {
        font-size: 14px!important;
    }
    .form-group label {
        font-size: 16px;
    }
}
/* Medium Devices, Desktops (was 992px by default)*/
@media handheld, only screen and (min-width : 877px) {
}
/* Large Devices, Wide Screens, big landscape tablets, laptops, and desktops */
@media only screen and (min-width : 972px) {
}
/* Large Devices, Wide Screens, big landscape tablets, laptops, and desktops */
@media only screen and (min-width : 1025px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1980px) {
}

/*small fixes*/
.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}
.nav-icons {
    margin-top: 5px;
}
.navbar-fixed-bottom {
    height: 10px;
    border-top: 1px solid #e7e7e7
}

/* UPLOADS */

@media (max-width: 767px) {
    /* .document-attachments {
        /* display: none;
    } */
}

/*QUICK ALERTS*/

#upload-alert {
    width: 100%;
    text-align: center;
    display: none;
    background-color: #e7e7e7;
}
.alert-visible {
    display: inline-block!important;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days {
    display: block;
}
.datepicker.months div.datepicker-months {
    display: block;
}
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffcd70;
    border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000000;
    background-color: #f4bb51;
    border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #858585;
    border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #999999;
    border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: 'LexendDeca-Regular';
    font-size: 13px;
    line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px;
}

.device-one{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.device-child{
    flex: 0 0 55px;
    max-width: 55px;
    padding: 4px;
    text-align: center;
}
.full-width {
    width: 100%;
}
.block {display: block;}
.mb0 {margin-bottom: 0;}
.test-one{
    display: inline-flex;
    align-items: center;
}
.test-two{
    padding: 4px;
    text-align: center;
}
.test-three{
    width: 60px;
    padding: 2px;
    margin: 0 10px;
    text-align: center;
}
.test-one.full-width input {
    max-width: 86px;
}
.box-area {
    border: 1px solid #b1bfbf;
    padding: 5px 10px;
    border-radius:5px
}
.vehicle-pblm .select2-container .selection .select2-selection.select2-selection--multiple{height: auto;}
.vehicle-pblm .select2-container .select2-selection--multiple .select2-selection__rendered{ padding: 0;}
.vehicle-pblm .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin: 0 2px;
    margin-bottom: 5px;
    line-height: 34px;
}
.vehicle-pblm .select2-container .select2-search--inline .select2-search__field{margin-top: 0;}
.issue-vehicle-bd .select2 .select2-selection, .issue-vehicle-bd .form-control{padding: 6px 8px;}
#currently_owned {padding: 6px 10px;}

@media(max-width:767px){
    .finance-status input.form-control, #location_frm input[type="number"].form-control{padding: 6px 8px;}
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    -webkit-text-fill-color: #96e2c9;
}

.form-group.single-org,
#organisationList {
    position: relative;
}
#organisationList ul {
    width: 100%;
    max-width: 407px;
    position: relative;
    top: -3px;
    overflow-x: auto;
}
#organisationList ul li a,
#organisationList .dropdown-menu li a {
    padding: 6px 12px;
    color: #0f2667;
    font-size: 14px;
    font-family: 'LexendDeca-Regular';
}
#organisationList ul li:hover a,
#organisationList .dropdown-menu li:hover a {
    background-color: #0f2667;
    color: #fff;
}
#organisationList .dropdown-menu {
    top: -3px;
    width: 100%;
}
.indus-complain p{color: #0f2667;}
.use-r-data .form-control{padding: 6px 20px 6px 8px;font-size: 15px;margin: 0;height: 40px;}
.pagination>li>a,
.pagination>li>span{color: #0f2667;border: 1px solid #96e2c9;}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{color: #0f2667;background-color: #96e2c9;border-color: #96e2c9;}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info{color: #0f2667;background-color: transparent;border-color: #96e2c9;}
.use-r-data .page-header h1 a.btn-primary{padding-top: 6px;font-size: 18px;height: 40px;}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus{color: #0f2667;border: 1px solid #96e2c9;background-color: transparent;}
.use-r-data #userData_filter label i.fa{margin-right: 5px;}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color: #0f2667;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
    color: #0f2667;
    background-color: #96e2c9;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{border: solid #96e2c9 1px;}
