/**********
 IMPORTANT STYLE GUIDE NOTES
  The green should used as the primary color when used with the Driver side of the business and the dark blue is used with Employer side.
    Primary Blue
    PANTONE 2955
    RGB: r: 0, g: 56, b: 101
    CMYK: c: 100, m: 60, y: 10, k: 53
    Hex: #003865

    Accent Color – Bright Blue
    PANTONE 299
    RGB: r: 0, g: 163, b: 224
    CMYK: c: 86, m: 8, y: 0, k: 0
    HEX: #00A3E0

    Primary Green
    PANTONE 7737
    RGB: r: 107, g: 165, b: 57
    CMYK: c: 60, m: 0, y: 98, k: 7
    Hex: #6ba539

    Accent Color – Bright Green
    PANTONE 367
    RGB: r: 164, g: 214, b: 94
    CMYK: c: 41, m: 0, y: 68, k: 0
    HEX: #a4d65e

    Dark Gray
    Type: 50% Black
    HEX: #888888;
    RGB 128,128,128
**********/


/************ BRAND QUICK STYLES *************/
.main-color-blue{
    background-color:#003865 !important;
    color:white !important;
}
.btn.main-color-blue:hover{
    color:white !important;
    text-decoration: underline !important;
}
.accent-color-blue{
    background-color: #00A3E0 !important;
    color:white !important;
}
.btn.accent-color-blue:hover{
    color:white !important;
    text-decoration: underline !important;
}
.main-color-green{
    background-color: #6ba539 !important;
    color:white !important;
}
.btn.main-color-green {
    border-color: #619236;
}
.btn.main-color-green:hover{
    color:white !important;
    text-decoration: underline !important;
}
.accent-color-green{
    background-color: #a4d65e !important;
    color:white !important;
}
.accent-color-yellow{
    background-color: #f0ad4e !important;
    color:white !important;
}
.btn.accent-color-blue:hover{
    color:white !important;
    text-decoration: underline !important;
}
.btn-compact {
    font-size: smaller;
    padding: 4px;
}
.border-blue {
    border: 1px solid #003865;
    background: #fbfbfb;
    padding:15px;
    border-radius: 6px;
}
.open-sans{
    font-family: 'Open Sans', sans-serif;
}
.oswald{
    font-family: 'Oswald', sans-serif;
}
.highlight-main-green{
    color:#6ba539;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.highlight-main-blue{
    color:#003865;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.highlight-accent-blue{
    color:#00A3E0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.highlight-red{
    color:#d9534f;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.highlight-accent-green{
    color:#a4d65e;
    font-weight: 400;
}
.blue{
    color:#003865;
}
.green{
    color:#6ba539;
}

.filters {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding:0 15px;
    border-radius: 6px;
}

#apply-filter, #reset-filter {
    margin-top:35px;
}
/*********************************************/

.white{
    color:white;
}
.home-section-buttons{
    padding-top:25px;
    padding-bottom:25px;
}
.footer .list-unstyled li,
.footer .list-unstyled a,
p.unstyled {
    color:white;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
}
.footer .list-unstyled a:hover,
.social-icons a:hover,
ul.copyright li a:hover
{
    color:#ccc;
}
.footer .list-inline a{
    padding-right:10px;
    color:white;
}
.footer .list-inline a:hover{
    color:white;
}
.no-margin{
    margin:0 !important;
}
.no-padding{
    padding:0 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
.main-container{
    min-height:900px;
}
.two-col.main-container{
    max-width: 1200px;
}
.footer {
    font-family: "Oswald", sans-serif;
    width: 100%;
    clear: both;
    /* Set the fixed height of the footer here */
    background-color: #4f4f4f;
    color:white;
}


.bordered {
  border: 1px solid #777;
  border-radius: 8px;
  padding: 20px;
}
.bordered h3 {
  text-align: center;
}

button.save {
    margin-left: 20px;
}
/*

/****** Home Page****/
#home {
    background: -moz-linear-gradient(left, rgba(0,56,101,1) 0%, rgba(0,56,101,0) 100%), url(/images/home_page_background.jpg) 50% 0 fixed; /* FF3.6+ */
    background:  -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,56,101,1)), color-stop(100%,rgba(0,56,101,0))), url(/images/home_page_background.jpg) 50% 0 fixed; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,56,101,1) 0%,rgba(0,56,101,0) 100%), url(/images/home_page_background.jpg) 50% 0 fixed; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,56,101,1) 0%,rgba(0,56,101,0) 100%), url(/images/home_page_background.jpg) 50% 0 fixed; /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,56,101,1) 0%,rgba(0,56,101,0) 100%)url(/images/home_page_background.jpg) 50% 0 fixed; /* IE10+ */
    background: linear-gradient(to right, rgba(0,56,101,1) 0%,rgba(0,56,101,0) 100%), url(/images/home_page_background.jpg) 50% 0 fixed ; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003865', endColorstr='#00003865',GradientType=1 ); /* IE6-9 */
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-top:50px;
    padding-bottom: 500px !important;
    padding-left: 0;
}
#home .button-group a{border-radius: 0; font-size:20px; margin:20px;}
#home .button-group a span{font-size:30px;}
#home h1{font-size:50px; font-family: "Open Sans",sans-serif; font-weight: 600;}
#home h1 span{color:#6ba539; }
#home h2{ font-size:30px; font-family: "Open Sans",sans-serif; font-weight: 600;}
#home h3{ font-size:20px; font-family: "Open Sans",sans-serif; font-weight: 600;}



/****End home page****/
/*--------------------------PARALLAX PAGES---------------------- */
#intro {
    background: url(/images/intro.png) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
}
#drivers-info{
    background: url(/images/wheel_greenlugnut800x1200.png) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 400px 0;
}
#construction{
    background: url(/images/construction-image-1920x1080.png) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 400px 0;
}
#about {
    background: url(/images/home_page_background.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 300px 0;
}
.dark-bg{
    background-color: #4a4c59;
}

/*********GENERAL STYLES *************/
.red-header{
    color:#d9534f;
    font-weight: 600;
}
h3.bordered-text{
    margin: 0 !important;
    padding: 30px 0 30px 0 !important;
}
.navbar-default{
    border-radius: 0;
    border: 0;
    background-color: #DDDDDD;
}
.navbar-brand{
    height:auto;
}
.navbar-brand img{
    height: 60px;
}
.navbar-phone{
    font-weight: 600 !important;
    color:#6ba539;
    margin-top: 0;
}
.navbar-phone-employer{
    font-weight: 600;
    color:#003865;
}
.navbar-phone-driver{
    font-weight: 600;
    color:#003865;
}
.navbar{
    margin-bottom: 0;
    min-height: 80px;
}
.navbar-default .navbar-nav>li>a{
    color:#003865;
    font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#a4d65e;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color:#a4d65e;
}
.navbar-header {
    min-width: 360px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
        min-width: 360px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        display: none;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 768px){
    .navbar-buttons{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .navbar-brand{
        padding: 10px;
    }
    .navbar-brand img{
        height:60px;
    }
    .navbar{
        margin-bottom: 0;
    }
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.social-icons{
    font-size:16px;
}
.social-icons a i{
    color:white;
}


.content{ padding:10px 0 50px;}
.content h2{font-family: "Oswald",sans-serif; text-transform: uppercase; color:#003865;}
.content .body{color:black; font-family: "Open Sans",sans-serif; }
.content .body .btn-group a{border-radius: 0;}
.content h3{font-family: "Open Sans",sans-serif; font-weight:600; color:#003865; text-transform: uppercase; padding-top: 30px;}
.content h3:first-child{padding-top:0 !important;}
.content .subody{color:black;}
.content .subody h4{font-family: "Open Sans", sans-serif; font-weight: 600; color:black; font-size:18px;}
.content .subody .btn-group a{border-radius: 0;}
.content-sidebar{padding-top:50px !important;}
.content-sidebar h2{font-family: "Oswald",sans-serif; text-transform: uppercase; color:#003865;}
.content-sidebar .body{color:black; font-family: "Open Sans",sans-serif;}
.content-sidebar .body .btn-group a{border-radius: 0;}
.content-sidebar h3{font-family: "Open Sans",sans-serif; font-weight:600; color:#003865; text-transform: uppercase; padding-top: 30px;}
.content-sidebar h3:first-child{padding-top:0 !important;}
.content-sidebar .subody{color:black;}
.content-sidebar .subody h4{font-family: "Open Sans", sans-serif; font-weight: 600; color:black; font-size:18px;}
.content-sidebar .subody .btn-group a{border-radius: 0;}
.circle {position: relative; display: inline-block;  padding: 10%; border-radius: 20%;  text-align: center;}
.panel .panel-heading .panel-title.highlighted:after{content: '';  position: absolute;  bottom: -16px;  left: 0px;  height: 3px;  background: #003865;  width: 100%;  z-index: 2;}
.panel .panel-heading a.panel-title{text-decoration: none;  transition: background-color 0.5s ease;  }
.panel .panel-heading a.panel-title:hover{text-decoration: none; background-color: #FFF; color: #6ba539;}
.div-table .table-header{font-weight: 600;}
.div-table .lead{color:#003865; font-family: 'Open Sans', sans-serif;  font-size: 18px; font-weight: 600;}
.div-table.div-table-striped .table-body .row:nth-of-type(2n+1){background-color: #FFF;}
.div-table.div-table-striped .table-body .row:nth-of-type(2n){background-color: #f6f6f6;}
.grid{}
.grid table{}
.grid table thead{}
.grid table tbody{}
.grid table tfoot{}
.grid table thead tr{}
.grid table thead tr th{}
.grid table tbody tr{}
.grid table tbody tr:hover{cursor:pointer; background-color: #DDDDDD}
.grid table tbody tr td{}
.grid table tfoot tr{}
.grid table tfoot tr td{}



/*************TWO COLUMN EVEN**********/
.container-fluid .left-even{
    padding-top:40px;
}
.container-fluid .right-even{
    padding-top:40px;
}
/*********FORM STYLES *************/
#employerRegistrationForm{
    border: 1px solid #c8c8c8;
    background-color: #ebebeb;
    color: #000000;
    font-size: 14px;
    text-align: center;
    padding:0;
}
#employerRegistrationForm label{
    color:rgb(115, 115, 115);
    font-weight: 200;
}
#employerRegistrationForm input{
    border-radius: 0;
}
#employerRegistrationForm .form-group{
    padding:10px;
}
.form{
    font-size: 14px;
    padding:0;
}
.form .form-group{
    padding:10px;
}
.form .section .title{
    color:rgb(115, 115, 115);
    font-weight: 600;
    font-size:18px;
}
.form .section{

}
.form label{
    font-weight: 200;
    color:rgb(115, 115, 115);

}
label.required:after {
    color: #FF0000;
    content: " *";
    font-size: 16px;
}
/************ DASHBOARD STYLES ************/
.dashboard-main{
    padding-top:20px;
}
.dashboard-sidebar .dashboard-buttons{
    margin-top:20px;
}
.dashboard-sidebar .dashboard-buttons a{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#dashboard-wrapper .page-header{
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    color:#003865;
}


/************ END DASHBOARD STYLES ********/

/************ SEARCH STYLES ***************/
.results{
    padding-top:20px;
}
.results .results-header{

}
.results .results-header .search-information{

}
.results .job-result{
    background-color:#ebebeb;
    margin-top:20px;
    margin-bottom: 20px;
}
.results .job-result .score{
    height:34px;
}
.score img{height:34px;}
.score .value{
    float: left;
    text-align: center;
    width: 32px;
    font-size: 24px;
    color: white;
    border-radius: 30px !important;
    margin: 0 9px !important;
    line-height: 1;
    padding-top: 1px;
    padding-bottom: 5px;
}
/************ END SEARCH STYLES ***********/

/************ PUBLIC PROFILES ************/
@media(max-width:767px) {
    .profile{font-family:"Open Sans",sans-serif}
    .profile .profile-header.employer{background-color:#003865}
    .profile .profile-header.driver{background-color:#6ba539}
    .profile .profile-header .user-image{padding:25px}
    .profile .profile-header .user-image img{margin:auto;display:block;max-width:300px}
    .profile .profile-header .user-name{color:#fff;font-size:20px;text-align:center}
    .profile .profile-header .message{font-size:20px;text-align:center}
    .profile .profile-header .message a{color:#fff}
    .profile .profile-header .message a:hover{color:#fff}
}
@media(min-width:768px) {
    .profile{font-family:"Open Sans",sans-serif}
    .profile .profile-header.employer{background-color:#003865}
    .profile .profile-header.driver{background-color:#6ba539}
    .profile .profile-header .user-image{padding:25px}
    .profile .profile-header .user-image img{margin:auto;display:block;max-width:60%}
    .profile .profile-header .user-name{color:#fff;font-size:20px;text-align:center}
    .profile .profile-header .message{font-size:20px;text-align:center}
    .profile .profile-header .message a{color:#fff}
    .profile .profile-header .message a:hover{color:#fff}
}
@media(min-width:1200px) {
    .profile .profile-header .user-name{padding-top:15px;text-align:left}
    .profile .profile-header .message{text-align:left}
}
@media screen and (max-width:360px) {
    .hidden-ultra-small {
        display:none;
    }
}
.top-buffer{margin-top:20px}

#billing-form{
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    max-width: 100%;
    margin: auto;
    z-index: 1;
    position: relative;
}
.billing-sidebar .panel-heading.main-color-blue .badge{
    background-color: white;
    color:#003865;
    font-weight: 600;
}
.billing-sidebar .panel-heading.main-color-green .badge{
    background-color: white;
    color:#6ba539;
    font-weight: 600;
}
.billing-sidebar .panel-heading.main-color-green a{
    color:white;
}
.billing-sidebar .panel-heading.main-color-blue a{
    color:white;
}
/***************************
* Employer Matches Interface
**************************/
.matches-table{
    font-size:12px;
}
.matches-table .highlight-main-green{
    font-size: 14px;
}


.navbar-default a {
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400 !important;
    color: #003865;
}
.navbar-default a:hover {
    color: #071C2D;
}
.navbar-default .dropdown-menu a {
    background-color: #ddd;
    border: none;
    color: #003865;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    padding: 16px;
    font-weight: 400;
}
.navbar-nav>li>.dropdown-menu {
    background-color: #ddd;
    border: none;
    font-weight: 400;
}
.navbar-phone {
    float:right;
    font-size: 15px;
    font-family: Oswald;
    color: #6FA938;
    font-weight: 400;
}
.navbar-brand {
    padding: 10px 0;
}
.navbar-brand img {
    /*width:100%;*/
    height: auto;
    max-width: 344px;
    max-height: 60px;
}
/*
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
*/
.dropdown.improve-profile {
    background-color: #eee;
}
.dropdown.improve-profile a {
    color: #01A3DF;
}
.dropdown-menu.complete-profile li {
    padding: 6px 6px 6px 28px;
}
.dropdown-menu.complete-profile {
    background-color: #eee !important;
}
.dropdown-menu.complete-profile a {
    padding: 0;
    position: relative;
    background: #eee;
}
.dropdown.improve-profile a:active,
.dropdown.improve-profile a:hover {
    background: #eee;
    color: #003865 !important;
}
.dropdown-menu.complete-profile a:hover {
    background: #eee;
    color: #003865;
}
.dropdown-menu.complete-profile a i.fa {
    position: absolute;
    left: -18px;
    top: 3px;
}

footer.footer {
    background-color: #6ba539;
    padding-bottom: 4px;
    padding-top: 4px;
}

ul.copyright, ul.copyright li, ul.copyright li a{
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

p.unstyled a {
    color: #fff;
}
.social-icons a {
    background-color: #6ba539 !important;
    border-radius: 0px;
    color: #ffffff !important;
    border: 0px #ffffff solid !important;
    font-size: 30px;
    padding: 15px;
}

#improve-header-button {
    background-color: #337ab7;
    color: #fff;
    width: 280px;
    text-align: center;
}
#improve-header-button:hover {
    color: rgba(255,255,255,0.9) !important;
}
.complete-profile .label {
    padding: 0.4em 0.4em;
    font-weight: 300;
}


/* tab color */
.messenger .nav-tabs>li>a {
  background-color: #333333;
  border-color: #777777;
  color:#fff;
}

/* active tab color */
.messenger .nav-tabs>li.active>a,
.messenger .nav-tabs>li.active>a:hover,
.messenger .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #666;
  border: 1px solid #888888;
}

/* hover tab color */
.messenger .nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}


#preRapidAdd .modal-body {
    padding: 0 15px 15px;
}
#preRapidAdd .modal-body #logoutBtn {
    position: absolute;
    top:10px;
    right: 10px;
}

@media (max-width: 600px) {
    h1.page-header {
        font-size: 26px;
    }
}

@media (max-width: 375px) {
    #croppic {
        width: 250px !important;
        height: 250px !important;
    }
}

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

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}

h3.panel-title {
    font-size: 18px;
}

#messagesTabs {
    margin-top: 33px;
    font-family: 'oswald';
    border-bottom-color: #eee;
}
#messagesTabs li {
    font-size: 24px;
}

/* CSS used here will be applied after bootstrap.css */

.nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .name, .tab-pane .subject { margin-left: 20px; }
.tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
.tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
.tab-pane .list-group .glyphicon { margin-right:5px; }
.tab-pane .list-group .glyphicon:hover { color:#FFBC00; }
td .button-group { float:right; margin-left: 15px; }
td .button-group button {
    margin-right: 5px;
    margin-left: 5px;
}
.tab-pane .list-group .status {
    float:right;
}
a.list-group-item.read { color: #222;background-color: #F3F3F3; }
hr { margin-top: 5px;margin-bottom: 10px; }
.nav-pills>li>a {padding: 5px 10px;}
.ad { padding: 5px;background: #F5F5F5;color: #222;font-size: 80%;border: 1px solid #E5E5E5; }
.ad a.title {color: #15C;text-decoration: none;font-weight: bold;font-size: 110%;}
.ad a.url {color: #093;text-decoration: none;}
.messenger .list-group-item > .badge {
    float: none;
}
.message-cell {
    cursor: pointer;
}
.message-cell.message {
    line-height: 14px;
}
.bs-example {
    padding-top: 32px;
    position: relative;
}
.bs-example::after {
    color: #959595;
    content: attr(data-content);
    font-size: 12px;
    font-weight: 700;
    left: 20px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}
.required-label,
.required {
    margin-left: 10px;
    color: #F00;
    font-style: italic;
    font-weight: normal;
}
.input-group-btn select {
    border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body {
    height: 98%;
    overflow-y: auto;
}
.bodyscroll .modal-body {
    max-height: calc(100vh - 258px);
    overflow-y: auto;
}
.modal-lg {
    max-height: 90%;
    margin: 20px auto;
}
.modal-content {
    height: 95%;
}
.notification-indicator .mail-status {
    display:inline-block !important;
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 2;
    display: none;
    width: 14px;
    height: 14px;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(#d9534f, #A8403D);
    background-image: linear-gradient(#d9534f, #A8403D);
    background-clip: padding-box;
    border: 2px solid #FFF;
    border-radius: 50%;
    text-decoration: none;
}
.membership-pricing-table {
    width: 920px
}
.membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes {
    font-size: 22px
}
.membership-pricing-table table .icon-no {
    color: #a93717
}
.membership-pricing-table table .icon-yes {
    color: #209e61
}
.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}
.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}
.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #61a1d1;
    border-color: #3989c6
}
.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}
.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}
.membership-pricing-table table,.membership-pricing-table table td {
    border: 1px solid #ebebeb
}
.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: left;
    width: 24%
}
.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}
.membership-pricing-table table tr:first-child td,.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}
.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}
.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}
.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}
.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}
.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}
.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}
.membership-pricing-table table .header-plan-inner {
    position: relative
}
.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}
.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}
.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}
.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}
.activity-cards .panel {
    -webkit-box-shadow: 2px 3px 6px rgba(0,0,0,.2);;
    box-shadow: 2px 3px 6px rgba(0,0,0,.2);
}
.activity-cards .panel-body {
    padding-bottom: 0;
    background-color: rgba(246, 247, 253, 0.4);
    height: calc(100% - 31px);
}
.activity-cards .panel-footer {
    font-size: 1.6em;
    padding: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
}
.activity-cards .panel-footer .col-xs-12,
.activity-cards .panel-footer .col-xs-6 {
    padding-right: 14px;
    padding-left: 14px;
}
.activity-cards .panel-footer .decline, .decline-qualification {
    background-color: #E50600;
}
.activity-cards .panel-footer .apply {
    background-color: #6ba539;
}
.activity-cards .panel-footer .interest{
    background-color: #3D70AD;
}
.activity-cards .panel-footer .notify {
    background-color: #3D70AD;
}
.activity-cards .panel-footer .apply.disabled {
    color: #fff;
    background-color: #b0cd97;
}
.activity-cards .panel-footer .interest.disabled {
    color: #fff;
    background-color: #8eabcd;
}
.activity-cards .panel-footer .decline.disabled {
    color: #fff;
    background-color: #e98a86;
}
.activity-cards .panel-footer .notify.disabled {
    color: #fff;
    background-color: #8eabcd;
}
.activity-cards .panel-footer .notify-requested.disabled {
    color: #fff;
    background-color: #8eabcd;
}
.activity-cards .panel-footer .disabled,
.activity-cards .panel-footer .viewactivity {
    color: #aaa;
    text-transform: uppercase;
}
.activity-cards .panel-footer .viewactivity {
    cursor: pointer;
}
.activity-cards .panel-footer .viewactivity:hover:not(.disabled) {
    background-color: #929292;
    color: #fff;
}
.activity-cards .panel-footer .decline:hover:not(.disabled) {
    background-color: #FB0700;
}
.activity-cards .panel-footer .apply:hover:not(.disabled) {
    background-color: #85b759;
}
.activity-cards .panel-footer .interest:hover:not(.disabled) {
    background-color: #447DC3;
}
.activity-cards .panel-footer .notify:hover:not(.disabled) {
    background-color: #447DC3;
}
.activity-cards .panel-footer a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 200%;
    border-radius: 0 0 4px 4px;
}
.activity-cards .panel-footer .split.left {
    padding-right:0;
}
.activity-cards .panel-footer .split.left a {
    border-radius: 0 0 0 4px;
}
.activity-cards .panel-footer .split.right {
    padding-left:0;
}
.activity-cards .panel-footer .split.right a {
    border-radius: 0 0 4px 0;
}
.activity-cards .panel-heading div {
    margin-left: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.activity-cards .panel-heading img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #ddd;
}
.activity-cards .panel-heading a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.activity-cards .job-info {
    text-align: center;
    font-size: 1.0em;
}
.activity-cards .job-info label {
    display: block;
    font-weight: 300;
    font-family: "Open Sans",sans-serif;
    color: #aaa;
    margin-bottom: 0;
    font-size: 0.7em !important;
}
.activity-cards .job-info.description {
    font-size: 0.9em;
    font-weight: 400;
    height: 104px;
    overflow-y: hidden;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    color: #666;
}
.activity-cards .job-info.description.short-description {
    height: 72px;
}
.activity-cards .job-info.description .more {
    height: 30px;
    /*background-color: rgba(255,255,255,0.8);*/
    margin-left:-15px;
    margin-right:-15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 15px;
}
.activity-cards .job-info.description .more .grade {
    height: 30px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(104,104,104,0.46) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(104,104,104,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(104,104,104,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#75686868',GradientType=0 ); /* IE6-9 */
    padding: 5px 0;
    width: 100%;
    text-align: center;
}
.activity-cards .job-info.description .more .grade a {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 1px 2px 6px #666;
    -moz-box-shadow: 1px 2px 6px #666;
    -webkit-box-shadow: 1px 2px 6px #666;
}
.activity-cards .job-name {
    margin-bottom: 15px;
    height: 40px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    padding-right: 3px;
}
.activity-cards .job-name a {
    font-size: 1.2em;
    text-decoration: underline;
    display: block;
    line-height: 1.1em;
    height: 38px;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}
.activity-cards .job-name a .fa {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0.7em;
}
.activity-cards .job-status {
    margin-top: 15px;
    background-color: #E8F7E7;
    display:block;
    padding: 10px;
}
.activity-cards .job-status.declined,
.activity-cards .job-status.rejected,
.activity-cards .job-status.closed,
.activity-cards .job-status.expired,
.activity-cards .job-status.unknown {
    background-color: #e2e2e2;
}
.activity-cards .job-status.requested,
.activity-cards .job-status.messaged,
.activity-cards .job-status.invited {
    background-color: #fcf8e3;
}
.activity-cards .job-status.interested,
.activity-cards .job-status.applied,
.activity-cards .job-status.cruising_notify_requested {
    background-color: #d9edf7;
}
.activity-cards .job-status .status-icon {
    font-size: 2.5em;
    text-align: center;
    padding: 0;
    right: 0;
}
.activity-cards .job-status .status-text {
    text-align: center;
    line-height: 1.2;
}
.activity-cards .job-status small {

}
.cruising-banner {
    color: #5e863b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}
.activity-cards .cruising-banner {
    padding: 5px 0;  
    margin-top: -4px;
}
.activity-cards .job-status h3 {
    margin: 0;
    text-align:center;
    color: #003865;
    font-weight: 700;
}
.btn-success {
    background-color: #6ba539 !important;
}

.btn-success.not-available {
    background-color: #b0cd97 !important;
}

.btn-primary.not-available {
    background-color: #8eabcd !important;
}

/*
.activity-cards .card {
    max-width: 320px;
}
*/

.jumbotron {
    padding: 28px 0;
}

.col-lg-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-xs-1-5{
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
  position:relative;
  width:20%;
  box-sizing:border-box;
}
.item{
  width:100%;
  height:100px;
  background-color:#cfcfcf;
}
.col-xs-1-5{
  width: 20%;
  float:left;
}

@media (min-width: 767px){ .col-sm-1-5{width: 20%;float:left;min-height:395px;} }
@media (min-width: 992px){ .col-md-1-5{width: 20%;float:left;min-height:395px;} }
@media (min-width: 1200px){ .col-lg-1-5{width: 20%;float:left;min-height:395px;} }

.col-xs-1-5 .panel-body {
    min-height:320px;
}

.job-filters {
    margin-left: 15px;
}
.job-filters input {
    margin-right: 8px;
    box-shadow: 1px 1px 2px #000;
}
.job-filters label {
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    font-size: 130%;
}

.fa-6 {
    font-size: 7em;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

@media (min-width: 767px){
    .less-popular {
        margin-top: 72px;
    }
    .one-month-void {
        height: 117px;
    }
}

h5.promo-bonus-offer {
    margin-top: 0;
}
ul.checked-list {
    padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}
ul.checked-list li {
    padding-left: 18px;
    text-indent: -9px;
}


.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
.card blockquote {
    margin-bottom:0;
    font-size: 95%;
}

#sidebar-nav {
    background-color: #ddd;
    width:250px;
}

.bootbox.modal {
    text-align: center;
    padding: 0!important;
}

.bootbox.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.bootbox .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.bootbox .modal-body {
    overflow-y:hidden;
}

.bootbox-body h3 {
    margin-top: 0;
    color: #003865;
}

.bootbox .modal-body .btn {
    border-radius: 25px;
}

.activity-cards .panel-default {
    position:relative;
    min-height:425px;
}
.activity-cards .panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.grecaptcha-badge { visibility: hidden !important; }

.round-badge {
    padding: 9px 10px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.round-badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.round-badge-danger {
    background-color: #b94a48;
}
.round-badge-danger:hover {
    background-color: #953b39;
}
.round-badge-warning {
    background-color: #f89406;
}
.round-badge-warning:hover {
    background-color: #c67605;
}
.round-badge-success {
    background-color: #468847;
}
.round-badge-success:hover {
    background-color: #356635;
}
.round-badge-info {
    background-color: #3a87ad;
}
.round-badge-info:hover {
    background-color: #2d6987;
}
.round-badge-inverse {
    background-color: #333333;
}
.round-badge-inverse:hover {
    background-color: #1a1a1a;
}

.btn-purple{
    border-color: #8e44ad;
    background-color: #9b59b6;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}
.btn-outline.btn-purple{
    border-color: #9b59b6;
    color: #9b59b6;
    background-color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}
.btn-purple:hover{
    border-color: #6a2d81;
    background-color:#8e44ad;
    color:#FFF;
}
.modal-dialog.full-page-modal-dialog {
    min-width: 80%; 
    max-width: 90%; 
    max-height: 90%;
}