@import url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
* {
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
    font-family: 'Lato';
    background-color: #f9f9f9;
}

.boxshadow {
    box-shadow: 0px 2px 3px #aaa;
}

h2 {
    font-family: 'Lato';
    font-weight: 300;
    color: #29409C;
    margin-bottom: 18px;
}

.has-error {
    margin: 0px;
}

.trak1 {
    height: 150px;
    overflow: auto;
}
/* Navigation */

.bs-navbar {
    margin-bottom: 28px;
}

nav a {
    font-size: 19px;
    font-family: "Lato";
}

.navbar {
    margin-top: 20px;
}

.navbar-nav {
    position: relative;
    top: 12px;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-brand img {
    margin-top: -13px;
}

.navbar-uname {
    margin-top: 15px;
}

#headerUname {
    padding: 0;
    color: #00A4E4;
    margin-right: 10px;
}

.dropdown-menu li a {
    font-size: 16px;
    font-family: 'Lato';
}
/*Job Search */

#catsearch {
    padding-left: 0;
}

.jumbotronLogin {
    margin-top: -25px;
    background: url(images/banner.jpg) no-repeat scroll center center transparent;
    height: 300px;
    background-color: #02A0CD;
}

.jumbotron {
    margin-top: -25px;
    background: url(images/banner.jpg) no-repeat scroll center center transparent;
    height: 300px;
    background-color: #02A0CD;
}

.jumbotron h1 {
    color: #fff;
    font-size: 42px;
    font-family: 'Lato';
    font-weight: 300;
}

.jumbotron p {
    width: 35%;
    color: #fff;
}

.csserror {
    display: none;
}

.alert-err {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #777;
    color: #777;
}

.label-primary {
    padding-top: 4px;
}
/*Job List */

#jobList table tbody tr:first-child {
    background-color: #00A4E4;
    border-radius: 2px;
}

#jobList .tableheaderlink {
    color: #fff;
}
/*Login Page */

.login-cred-win {
    padding: 26px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    margin-top: 50px;
}

.login-new-acct {
    display: block;
    padding-top: 8px;
}

#login-error .alert-danger {
    margin-top: 3px;
    margin-bottom: -25px;
    padding: 15px;
}
/*Job View Page */

.jv-details td {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dashed #ccc;
}

.jv-details td.first {
    border-top: 1px dashed #ccc;
}

.jv-details-def {
    font-weight: bold;
    color: #E7472D;
}

.jv-h1 {
    color: #02A0CD;
    border-bottom: 1px solid #02A0CD;
    font-family: 'Lato';
    font-weight: 300;
}

.jv-h2 {
    margin-top: -10px;
    color: #666;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 300;
}

.jv-h3 {
    color: #E7472D;
    font-family: 'Lato';
    font-weight: 300;
}

.jv-gradient {
    background: -webkit-linear-gradient(#fff, #eee);
    /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(#fff, #eee);
    /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(#fff, #eee);
    /* For Firefox 3.6 to 15 */

    background: linear-gradient(#fff, #eee);
    /* Standard syntax */
}
/*Form Elements*/

label {
    color: #E7472D;
    padding-top: 10px;
}

.label-primary {
    background-color: #E7472D;
}

.form-control:focus {
    border-color: #02A0CD;
}
/* Buttons */

button a {
    color: #fff;
}

.btn-primary {
    background-color: #E7472D;
    border-color: #E7472D;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    border-color: #CC371F;
    background-color: #CC371F;
}

.cancel_btn {
    display: none;
}
/* Primary Panel */

.panel-heading {
    font-size: 18px
}

.panel-primary {
    border-color: #0288AE;
    background-color: #f9f9f9;
}

.panel-primary > .panel-heading {
    color: #fff;
    border-color: #0288AE;
    background: -webkit-linear-gradient(#02B4E8, #0288AE);
    /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(#02B4E8, #0288AE);
    /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(#02B4E8, #0288AE);
    /* For Firefox 3.6 to 15 */

    background: linear-gradient(#02B4E8, #0288AE);
    /* Standard syntax */
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0288AE;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0288AE;
}
/* Footer */

.footer {
    position: absolute;
  /*   left: 0;
    bottom: 0;
    width: 100%;
    height: 100px; */
}

.footer-img {
    min-height: 62px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: center right;
}

footer {
    width: 100%;
    background-color: #333;
    color: #999;
    padding-top: 30px;
    box-shadow: 0px -3px 2px #AAA;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer a:focus {
    color: #fff;
    text-decoration: none;
}
/*Tables */

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
    background-color: #f1f1f1;
}
/* Callouts */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #02A0CD;
    background-color: #eee;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-success:hover {
    box-shadow: 0px 3px 3px #aaa;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-danger:hover {
    box-shadow: 0px 3px 3px #aaa;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}
/* xs table for phones */

@media only screen and (max-width: 800px) {
    #xs-table table,
    #xs-table thead,
    #xs-table tbody,
    #xs-table th,
    #xs-table td,
    #xs-table tr {
        display: block;
    }
    #xs-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        margin: auto;
    }
    #xs-table tr {
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
    }
    #xs-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #xs-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #xs-table td:before {
        content: attr(data-title);
    }
    /* Removes background image on mobile login */

    .jumbotronLogin {
        background: none;
    }
    .login-cred-win {
        background-color: inherit;
        box-shadow: 0px 2px 3px #aaa;
    }
}

.nav.cat > li a {
    border-bottom: 1px dashed #d8d8d8;
    color: #666;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Job Search Nav */

.nav-js > li {
    float: left;
}

.nav-js > li > a {
    border-radius: 4px;
}

.nav-js > li + li {
    margin-left: 2px;
}

.nav-js > li.active > a,
.nav-js > li.active > a:hover,
.nav-js > li.active > a:focus {
    color: #fff;
    border-color: #0288AE;
    background-color: #0288AE;
    /* For 8 and below */

    background: -webkit-linear-gradient(#02B4E8, #0288AE);
    /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(#02B4E8, #0288AE);
    /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(#02B4E8, #0288AE);
    /* For Firefox 3.6 to 15 */

    background: linear-gradient(#02B4E8, #0288AE);
    /* Standard syntax */
}
/*Pagination */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #E7472D;
    border-color: #CC371F;
}

.paginationnew {
    margin: 20px 0;
    margin-left: -40px;
}

.paginationnew ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
}

.paginationnew ul > li {
    display: inline;
}

.paginationnew ul > li > a,
.paginationnew ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    cursor: pointer;
}

.paginationnew ul > li > a:hover,
.paginationnew ul > li > a:focus,
.paginationnew ul > .active > a,
.paginationnew ul > .active > span {
    background-color: #f5f5f5;
}

.paginationnew ul > .active > a,
.paginationnew ul > .active > span {
    color: #999999;
    cursor: default;
}

.paginationnew ul > .disabled > span,
.paginationnew ul > .disabled > a,
.paginationnew ul > .disabled > a:hover,
.paginationnew ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.paginationnew ul > li:first-child > a,
.paginationnew ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.paginationnew ul > li:last-child > a,
.paginationnew ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.paginationnew-centered {
    text-align: center;
}

.paginationnew-right {
    text-align: right;
}

.paginationnew-large ul > li > a,
.paginationnew-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.paginationnew-large ul > li:first-child > a,
.paginationnew-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.paginationnew-large ul > li:last-child > a,
.paginationnew-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.paginationnew-mini ul > li:first-child > a,
.paginationnew-small ul > li:first-child > a,
.paginationnew-mini ul > li:first-child > span,
.paginationnew-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.paginationnew-mini ul > li:last-child > a,
.paginationnew-small ul > li:last-child > a,
.paginationnew-mini ul > li:last-child > span,
.paginationnew-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.paginationnew-small ul > li > a,
.paginationnew-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.paginationnew-mini ul > li > a,
.paginationnew-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.modal-dialog { z-index: 9999;}
