/* Global Styles */
body {
margin-top: 50px;
background-color: #fff;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
a {
color: #029398;
}
.pagination>li>a {
color: #029398;
}
.pagination>li>a.selected {
background-color: #e8e8e8;
text-decoration: underline;
}
.nomarg {
  margin: 0 !important;
}
.navbar-header {
position: fixed;
top: 0;
left: 0;
background: #3b060d;
height: 140px;
width: 140px;
z-index: 1090;
box-shadow: inset 0px 7px 9px rgba(0,0,0,.1);
-webkit-box-shadow: inset 0px 7px 9px rgba(0,0,0,.1);
-moz-box-shadow: inset 0px 7px 9px rgba(0,0,0,.1);
}

.side-nav {
position: fixed;
top: 0;
left: 0;
width: 140px;
border: none;
border-radius: 0;
overflow-y: auto;
min-height: 100%;
background-color: #ebebeb;
}
.side-nav > li {
border-bottom: 1px solid rgba(0,0,0,.1);
}
.side-nav>li>a {
width: 200px;
font-family: 'Roboto', Helvetica, Arial, sans-serif;

}
.wrapper {
padding-left: 160px;
}
.nav>li {
position: relative;
display: inline-block;
}
.navbar {
min-height: 30px;
background-color: #f8f8f8;
border: 0;
}
.nav>li>a {
padding: 23px 22px 16px;
font-size: 14px;
font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
.top-nav>li>a {
padding: 18px 15px 12px;
font-size: 14px;
font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus {
color: #333;
background: transparent;
border: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
border: 0;
}
.navbar-right {
margin-right: 0;
}
.navbar-brand {
  padding: 10px;
}
.navbar-brand span {
display: inline-block;
margin-top: 6px;
  color: #e8e8e8;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
.navbar-brand img {
width: 26px;
padding: 0;
margin: 1px 2px 0 15px;
display: inline-block;
}
.hirebar {
background-image: url("../images/bar.png");
background-size: cover;
height: 6px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background: #01abae !important;
}
.btn-group>.btn {
  border: 1px solid #fff;
}
.btn-group>.btn i {
  color: #fff;
}
.content-wrapper {
margin-top: -40px;
padding-bottom: 100px;
}
h1,h2,h3,h4,h5 {
font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
h1.page-header {
margin-top: 0;
font-size: 26px;
margin-bottom: 0;
border: 0;
color: #666;
}
h4.page-header {
padding-bottom: 0;
margin-bottom: 0;
margin-top: 0;
border: 0;
font-size: 12px;
color: #666;
}
.content-wrapper h2 {
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #e8e8e8;
padding-top: 15px;
padding-left: 54px;

/* by jack
color: #666; */
color: #029398;
margin-top: 8px;
}

h2.title {
  text-transform: none;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 15px;
  padding: 20px 0;
  margin: 20px 0 0;
}

.nav>li>a>img {
max-width: 55px;
}
.navbar-inverse {
background: #fff;
box-shadow: 0px 1px 3px rgba(0,0,0,.1);
}
.navbar-inverse .navbar-nav>li>a {
color: #666;
text-align: center;
width: 140px;
}
.navbar-inverse .navbar-nav>li.active > a {
color: #fff;
background-color: rgba(0,0,0,.7);
}
.navbar-inverse .navbar-nav>li.active > a i {
color: #fad483;
}
.navbar-inverse .navbar-nav>li.active > a:after {
right: 0;
border: solid rgba(0, 0, 0, 0);
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-right-color: #FFF;
border-width: 10px;
top: 50%;
margin-top: -10px;
}
.navbar-inverse .navbar-nav>li > a:hover {
color: #333;
background-color: rgba(0,0,0,.1);
}
.navbar-inverse .navbar-nav>li.active > a:hover {
background-color: rgba(0,0,0,.7);
color: #fad483;
}
.navbar-inverse .navbar-nav>li>a i {
font-size: 28px;
display: block;
margin: 0 auto;
}
.breadcrumb {
border-radius: 0;
padding: 0;
background: transparent;
margin: 0;
color: #999;
}
.breadcrumb li a {
color: #999;
}
.guide-nav {
  margin: 0 -15px 40px -35px;
  background: #f8f8f8;
}
.guide-nav li {
  margin: 0;
  text-align: center;
  width: 100px;
  display: inline-block;
}
.guide-nav li span {
display: block;
background: #fff;
border-radius: 50%;
width: 22px;
height: 22px;
margin: 0 auto;
}
.guide-nav li a {
  display: block;
  padding: 10px 0;
}
.guide-nav li a:hover {
  text-decoration: none;
}
.guide-nav li.active {
border-top: 5px solid #fbd37e;
padding: 12px 20px;
background: #fff;
}
.guide-nav li.active span {
background: #f4f4f4;
}
input.guides-needed {
width: 230px !important;
}

.btn-success {
color: #fff;
background-color: #388f7b;
border-color: transparent;
}
.btn-primary {
color: #6c6a64;
background-color: #ffc809;
border-color: transparent;
}
.form-horizontal .control-label {
padding-right: 0;
}
.horizontal {
max-width: 700px;
}

.settings .horizontal{
  max-width: 900px;
}

.fifty-fifty input {
width: 49.5% !important;
display: inline !important;

  }
.row.process {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  margin: 0;
}
.row.process:last-child, .row.process.names:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}
.row.process.names {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  margin: 0;
}
.row.process.names span {
  width: 190px;
  display: inline-block;
  text-align: right;
  padding-right: 8px;
}
.row.process.names input {
  width: 190px;
  display: inline-block;
}
.row.process .row {
text-align: left;
padding-left: 219px;
padding-top: 9px;
}
.row.process .row label {
padding-right: 5px;
}
.row.process label {
padding-right: 10px;
}
.add-another {
margin-left: 212px;
margin-top: 10px;
}
.row.next {
text-align: center;
margin-top: 60px;
}
.row.next .btn-primary, .row.next2 .btn-primary, .row.names .btn-primary, .question-import .btn-primary, td.final-comments .btn {
background-color: #029398;
color: #fff;
}
table {
  border: 0 !important;
}
.table>tbody>tr>th {
  vertical-align: bottom;
}
table td.first-column {
  width: 220px;
}
table td.second-column {
  width: 70%;
}
table td.heading {
font-size: 120%;
font-weight: bold;
padding-top: 20px !important;
}
table td.heading.competency-cat {
font-size: 150%;
}
table td.candidate-name {
padding-top: 20px !important;
}
table td.centered {
  text-align: center;
}
table th.corner, table td.corner {
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}
table td.middle-heading {
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  padding-top: 20px !important;
}
table td .badge {
font-size: 13px;
margin-top: 10px;
}
table td .badge.red {
background: red;
color: #fff;
}
table td .badge.green {
background: #029398;
color: #fff;
margin-top: 0;
}
table td.recommendation {
border: 0 !important;
height: 76px;
vertical-align: bottom !Important;
}
table td.totals {
border: 0 !important;
background: #feedc9;
}
.filters-menu {
  padding: 10px 20px;
  min-width: 300px;
  }
.filters-menu li {
  padding: 4px 0;
  }
/*added by jack*/
.filters-menu li a {
    color: #029398 !important;
    padding-left: 0px !important;
}
/*-----*/
.filter-search {
  margin-bottom: 20px;
  display: block;
}
.search {
  margin-top: -10px;
}
.add-questions-menu {
  padding: 10px 20px;
  min-width: 420px;
  left:40px; /*added by jack*/
  }
.add-questions-menu  li {
  padding: 8px 0;
  }
/* added by jack */
.add-questions-menu  li h2 {
  padding-top:0px;
  padding-left:0px;
  border: none;
  text-decoration: none;
  }
  
td.add-question i {
  font-size: 24px;
}
.centered {
  text-align: center;
}
.subnav-vertical {
  list-style-type: none;
  padding: 0;
}
.subnav-vertical li {
display: block;
}
.subnav-vertical li a {
display: block;
border-top: 1px solid #e8e8e8;
padding: 10px 0 8px 10px;
background: #f8f8f8;
}
.subnav-vertical li a:hover {
text-decoration: none;
}
.subnav-vertical li.active a {
background: #fff;
color: #333;
border-left: 3px solid #fbd37e;
}
.subnav-vertical li.header {
margin: 20px 0 8px;
font-weight: bold;
}
.guide-review h3 {
  margin-top: 0;
}
.guide-review h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.guide-review h4 a {
font-size: 14px;
}
.guide-review .question {
padding: 10px 10px 0;
margin: 5px;
border: 1px solid #e8e8e8;
}
.guide-review .question:hover {
background: #f8f8f8;
}
.guide-review .question h5 {
font-weight: bold;
font-size: 15px;
margin-top: 3px;
text-align: right;
}
.guide-review .question p {
font-size: 16px;
}
.guide-review .question p i {
font-size: 22px;
/*text-align: right;*/
}
.guide-details h3 {
  margin-top: 0;
  color: #029398; /*jack*/
}
.position-summary {
  margin-top: -5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
ul.position-details {
  list-style-type: none;
  padding: 0;
}
ul.position-details li {
  margin-right: 18px;
  color: #666;
  display: inline;
}
p.link {
padding-top: 10px;
font-size: 12px;
}
li.subfilter {
  margin-left: 18px;
}
body.signin {
  margin-top: 0;
  min-width: 0 !important;
}
body.signin .horizontal {
  max-width: 400px;
  margin: 50px auto;
}
body.signin input {
margin-bottom: 20px;
}
body.signin .logo {
position: fixed;
top: 10px;
left: 5px;
}
body.signin .logo img {
width: 50px;
}
body.signin .client-logo {
text-align: center;
margin-bottom: 20px;
}
body.signin .forgot {
padding: 20px 0px;
}
body.signin .terms {
text-align: center;
opacity: .6;
}
.include-in {
margin-top: 17px;
}
.include-in .header {
background: #f8f8f8;
padding: 5px;
}
.row.names {
margin-left: 0;
margin-right: 0;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 13px;
padding-top: 10px;
}
.content-wrapper .names h2 {
border: 0;
}

.horizontal.names {
  max-width: none;
}
.horizontal.names .fifty-fifty input {
width: 32% !important;
display: inline !important;
}
.horizontal.names .checkbox {
margin-top: 0px;
width: 24px;
margin-left: 11px;
margin-bottom: 0;
}
.row.names.job-description {
border: 0;
}
.row .ortext {
margin-left: 0;
margin-right: 0;
}
p.ortext {
margin-left: 60px;
font-size: 20px;
color: #999;
text-transform: uppercase;
padding-bottom: 0;
margin-bottom: 0;
}
.sentence {
margin-bottom: 30px;
margin-left: -20px;
margin-right: 0px;
background: #f8f8f8;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 35px;
}
.sentence a {
display: inline;
border-bottom: 1px solid #029398;
}
.sentence a:hover {
text-decoration: none;
}
.sentence a:focus {
text-decoration: none;
border: 0;
}
.sentence .sentence-text, .sentence .dropdown {
font-size: 18px;
}
.sentence .dropdown-menu li a {
  font-size: 13px;
  border: 0;
  padding: 5px 15px;
}
.sentence .dropdown-menu li a.masterCheckbox {
  color: #029398;
}
.sentence .dropdown-menu li a.masterCheckbox:hover {
  color: #337ab7;
}
.sentence .dropdown-menu li a.btn {
  padding: 3px 20px;
  margin-top:5px;
}

.accordion-inner h3 {
font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 120%;
font-weight: bold;
padding-top: 20px;
}
.accordion-inner p.question {
font-size: 145%;
margin-top: 20px;
border-bottom: 1px solid #e8e8e8;
padding-left: 15px;
padding-bottom: 10px;
}
.accordion-inner h5 {
font-size: 120%;
padding-left: 40px;
padding-top: 8px;
color: #666;
}
.accordion-inner p.comment {
padding-left: 40px;
}
.accordion-inner p.comment .interviewer {
color: #999;
}
.average {
color: #666;
}
.average .badge {
margin-top: 0;
}
td.comments {
border: 0 !important;
padding: 0 !important;
margin-top: -1px;
position: relative;
}
.accordion-inner {
  margin-top: 20px;
  margin-bottom: 50px;
}
td.final-comments {
padding: 20px !important;
}
td.final-comments .form-control {
height: 200px;
}
.sharing {
margin: 60px 0 60px;
display: block;
}

/*added by jack*/
.letterhead h1 {
    font-size: 30px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding-bottom: 15px;
    padding-top: 15px;
}

.letterhead .side {
    text-align: right;
    padding-bottom: 30px;
}

.th-first-header {
    background-color: #f4f4f4;
}

.td-second-header {
    background-color: #f8f8f8;
}

.loading-icon {
    display:none;
    margin-top: 5px;
}

.notification-success{
  background: #dff0d8;
  border: 1px solid #b2dba1;
  color: #3c763d;
  padding: 5px;
  display: block;
}

.notification-error{
  background: #f2dede;
  border: 1px solid #dca7a7;
  color: #a94442;
  padding: 5px;
  display: block;
}

.li-right-button{
  background-color: #01abae;
  margin-top:18px;
}

/*expenses*/

.exp h2 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #029398;
  padding: 20px 0;
}

.btn-plus {
  background: #a9a9a9;
  color: #fff;
  border-radius: 100%;
  padding: 7px 7px 9px 8px;
  font-size: 12px;
}

.btn-plus:hover {
  background: #828181;
  color: #fff;
}

.btn-file {
  cursor: pointer;
}

td.date, td.daily-spend {
  width: 100px;
  text-align: center;
}

td.receipt {
  width: 70px;
  text-align: center;
}

.exp table.table td {
  padding: 5px 10px;
  vertical-align: middle;
}

.exp table.table td.date {
  width: 115px;
}

.exp table#table-data tr:first-child td {
  padding: 10px;
}

.exp table#table-data tr:first-child td:first-child {
  font-weight: bold;
}

.exp table#table-data tr:last-child, .brd-cnt #table-data tr:last-child {
  background: #eee;
}

.exp table#table-data tr:last-child td, .brd-cnt #table-data tr:last-child  td {
  border: 2px solid #000;
  font-weight: bold;
}

.hdtitle {
  padding: 20px 0;
}

.hdtitle h2 {
  margin: 0;
  padding: 0;
}

.hdtitle .left {
  float: left;
  width: 300px;
}

.hdtitle .right {
  float: right;
  width: 120px;
}

.clr {
  width: 100%;
  clear: both;
}

#add-col {
  color: #616161;
}

#add-col i {
  color: #fff;
  font-size: 12px;
  background: #029398;
  border-radius: 100%;
  padding: 5px 5px 6px 6px;
}

.exp .form-horizontal .control-label {
  text-align: left !important;
}

textarea {
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.alng-r {
  text-align: right;
  padding-right: 20px;
}

#totalexp {
  text-align: right;
  padding: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: bold;
}

#total {
  background: #eaeaea;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
}

#calculate {
  text-align: center;
  border: 1px dotted; 
  width:125px;
}

#calculate a {
  color: #029398;
  font-weight: bold;
}

#calculate a i {
  font-size: 30px;
}

.no-padding{
  padding: 0px;
}

.margin-right-20 {
  display: inline-block;
  margin-right: 20px;
}

/**/

.max {
  /* max-width: 1200px; */
}

.brd-cnt {
  padding: 20px 5%;
  border: 1px solid #000;
  margin-top: 10px;
}

.brd-cnt .client-logo {
  max-width: 400px;
  max-height: 81px;
  text-align: center;
  margin: 0 auto;
}

.brd-cnt h3 {
  color: #62bb00;
}

.brd-cnt h4 {
  color: #62bb00;
  margin-bottom: 20px;
}

.brd-cnt .brd {
  border: 1px solid #000;
  padding-top: 20px;
  margin-bottom: 10px;
}

.brd-cnt .cancel-job-edit, .brd-cnt #job-info-edit, .brd-cnt .cancel-info-edit, .brd-cnt #candidate-info-edit, .brd-cnt #edit-mileage-total, .brd-cnt .td-borderless a {
  font-size: 14px;
  text-decoration: none;
}

.brd-cnt .cancel-job-edit i, .brd-cnt #job-info-edit i, .brd-cnt .cancel-info-edit i, .brd-cnt #candidate-info-edit i, .brd-cnt #edit-mileage-total i, .brd-cnt .td-borderless a i {
  color: #d8d8d8;
}

.mileage .form-horizontal .control-label {
  text-align: left !important;
  padding-top: 0;
}

.info .form-horizontal .control-label {
  text-align: left !important;
}

.col-txt {
  padding-top: 5px;
}

.cost .form-horizontal .control-label {
  text-align: left !important;
}

.info .form-horizontal .form-group, .mileage .form-horizontal .form-group {
  margin-bottom: 10px;
}

.info { 
  /* padding: 30px 0; */
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
}

#totalexp2 {
  text-align: right;
  padding: 20px;
  margin-bottom: 20px;
}

.gicon i {
  color: #d8d8d8;
}

.gicon i:hover {
  color: #bfbfbf;
}

/*added by derp*/
td.new {
  color: red;
  font-weight: bold;
}

td.disputed {
  color: #e29509;
  font-weight: bold;
}

td.approved {
  color: #019401;
  font-weight: bold;
}

td.denied {
  color: #A9A9A9;
  font-weight: bold;
}

tr:last-child td {
  border-bottom: 1px solid #ddd;
}

td.td-borderless {
  border: none !important;
  width: 150px;
}

.insight h3 {
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  color: #029398;
  margin: 0;
}

.insight h1#ttl {
  color: #646563;
}

.insight h1#avr {
  color: #464446;
}

.insight .page-head {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

.insight .brd {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}

.insight li#custom {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
/*added by derp end*/


.color-green {
  color: #029398;
  font-weight: bold;
}

.color-gray {
  color: #a9a9a9;
}

td.no_results {
  font-size: 18px;
  padding: 30px 0 !important;
}

.long-text[data-title] {
  position: relative;
  cursor: zoom-in;
}

.long-text[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -46px;
  padding: 10px;
  background: #029398;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 300;
}
.long-text[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #000;
  z-index: 301;
}