.navbar-header {
    margin-left: 5px;
}

.navbar-collapse.collapse {
    background: #417690;
}

.navbar-right {
    margin-right: 10px;
}

.user-tools {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#navheader {
    background: #417690;
    color: #f5dd5d;
}

body {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* paginator */
.current_page {
  background: #fff;
  border: 1;
}

.other_page {
  background: #414290;
  border: 1;
}


[data-toggle="toggle"] {
	display: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    height:100%;
}

.chat_logo {
    margin-top: -30px;
}

 .to-hide {
  display: none !important;
}

#footer {
   position:fixed;
   text-align: center;
   bottom:0px;
   height:30px;
   width:100%;
   padding: 10px;
   background:#999;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 760px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

.errorlist li {
    font-style: italic;
    color: red;
}

.form-check {
    margin-top: 10px;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="checkbox"] {
  width: 1.5em;
  text-align: center;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
    margin-right: 0;
    margin-left: 280px;
}

#changelist table thead th {
    padding: 0;
    white-space: nowrap;
    vertical-align: middle;
}

#changelist table thead th.action-checkbox-column {
    width: 1.5em;
    text-align: center;
}

#changelist table tbody td.action-checkbox {
    text-align: center;
}

#changelist table tfoot {
    color: #666;
}

table {
    border-collapse: collapse;
    border-color: #ccc;
}

#result_list table thead th.action-checkbox-column {
    width: 1.5em;
    text-align: center;
}

#result_list table tbody td.action-checkbox {
    text-align: center;
}

td, th {
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    font-weight: 600;
    text-align: left;
}

thead th,
tfoot td {
    color: #666;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #fff;
}

.row2 {
    background: #f9f9f9;
}

.text-muted {
    display: grid;
    padding-top: 3px;
    padding-bottom: 8px;
}

/* SORTABLE TABLES */
thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}

thead th a:link, thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #eee;
}

thead th.sorted .text {
    padding-right: 42px;
}

table thead th .text span {
    padding: 8px 10px;
    display: block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

table thead th .text a:focus, table thead th .text a:hover {
    background: #eee;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/static/commcf/img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p, form .button {
    border: 1px solid #ccc;
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

textarea {
    vertical-align: top;
}

input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], input[type=date], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus,
.vTextField:focus {
    border-color: #999;
}

.number{
  text-align: right;
}

select {
    height: 30px;
}

select[multiple] {
    min-height: 150px;
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #79aec8;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

a.button {
    padding: 4px 5px;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #609ab6;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
    opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #417690;
}

.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
    background: #205067;
}

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}

.ui-datepicker-trigger{
    top: -1px;
    height: 24px;
    padding: 0px 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.ui-datepicker-trigger:focus, .ui-datepicker-trigger:hover {
    color: #036;
}

.hasDatepicker{
  width: 80%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#mapContainer {
    height: 500px; width: 100%; padding: 20px 0;
}

#map {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.logged {
    font-weight: 500;
}

table thead th.action-checkbox-column {
    width: 1.5em;
    text-align: center;
}

table tbody td.action-checkbox, table tbody td.field-isactive, table tbody td.field-isverified {
    width: 1.5em;
    text-align: center;
}

.add-another, .related-lookup {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 14px;
}

.related-lookup {
    width: 16px;
    height: 16px;
    background-image: url(/static/commcf/img/search.svg);
}

.modal {
    /* position: fixed; */
    align-items: center;
}

.form-group-person {
  display: table;
  margin-bottom: 10px;
  margin-top: 15px;
  vertical-align: middle;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 0px;
}


/* -------------------------------- 
Responsive Tabbed Navigation - by CodyHouse.co
-------------------------------- */
header {
  position: relative;
  height: 160px;
  line-height: 180px;
  text-align: center;
}

header h1 {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  header {
    height: 200px;
    line-height: 225px;
  }
  header h1 {
    font-size: 2.6rem;
  }
}

.stf-tabs {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 1em 0em;
}

@supports (background: linear-gradient(to left, #000, #000)) or (background: -webkit-linear-gradient(to left, #000, #000)) {
  /* if linear-gradient is supported */
  .stf-tabs::after {
    /* subtle gradient layer on top right of the tabbed navigation- to indicate it's possible to scroll */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(#f8f7ee), to(rgba(248, 247, 238, 0)));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .stf-tabs.stf-tabs--scroll-ended::after {
    /* class added in JavaScript - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
}

.stf-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
          box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
  .stf-tabs::after {
    display: none;
  }
  .stf-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
            box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}

@media only screen and (min-width: 960px) {
  .stf-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .stf-tabs ul {
    margin-bottom: 0px;
    padding-left: 0px;
  }
}

.stf-tabs-navigation {
  width: 360px;
  padding-inline-start: 0px
}

.stf-tabs-navigation:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.stf-tabs-navigation li {
  float: left;
  display: -webkit-box
}

.stf-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c3c2b9;
  padding-top: 35px;
}

.stf-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}

.stf-tabs-navigation a.stf-selected {
  background-color: #ffffff !important;
  -webkit-box-shadow: inset 0 2px 0 rgba(38, 22, 95, 0.171);
          box-shadow: inset 0 2px 0 #283046;
  color: #29324e;
}

.stf-tabs-navigation a::before {
  /* icons */
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.stf-tabs-navigation a[data-content='client']::before {
  background-image: url("/static/commcf/img/person_white.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}

.stf-tabs-navigation a[data-content='application']::before {
  background-image: url("/static/commcf/img/folder_shared_white.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}


.stf-tabs-navigation a[data-content='verification']::before {
  background-image: url("/static/commcf/img/list_alt_white.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}

.stf-tabs-navigation a[data-content='image']::before {
  background-image: url("/static/commcf/img/camera_alt_white.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}


/* WHEN SELECTED */
.stf-tabs-navigation a[data-content='client'].stf-selected::before {
  background-image: url("/static/commcf/img/person_black.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0;
}

.stf-tabs-navigation a[data-content='application'].stf-selected::before {
  background-image: url("/static/commcf/img/folder_shared_black.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}

.stf-tabs-navigation a[data-content='verification'].stf-selected::before {
  background-image: url("/static/commcf/img/list_alt_black.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}

.stf-tabs-navigation a[data-content='image'].stf-selected::before {
  background-image: url("/static/commcf/img/camera_alt_black.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0px;
}

@media only screen and (min-width: 768px) {
  .stf-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .stf-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .stf-tabs-navigation a.stf-selected {
    -webkit-box-shadow: inset 0 2px 0 rgba(38, 22, 95, 0.171);
            box-shadow: inset 0 2px 0 #283046;
  }
  .stf-tabs-navigation a::before {
    top: 24px;
  }
}


@media only screen and (min-width: 960px) {
  .stf-tabs-navigation {
    /* tabbed navigation on top on big devices */
    width: auto;
    background-color: #6f748acc;
    -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
            box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .stf-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 1.4rem;
    padding: 0 2.8em 0 4.6em;
  }
  .stf-tabs-navigation a.stf-selected {
    -webkit-box-shadow: inset 0 2px 0 rgba(38, 22, 95, 0.171);
            box-shadow: inset 0 2px 0 #283046;
  }
  .stf-tabs-navigation a::before {
    top: 50%;
    margin-top: -8px;
    margin-left: 0;
    left: 40px;
  }
}

.stf-tabs-content {
  background: #ffffff;
}

.stf-tabs-content li {
  display: none;
  padding: 1.4em;
}

.stf-tabs-content li.stf-selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
          animation: cd-fade-in 0.5s;
}

.stf-tabs-content li p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .stf-tabs-content {
    min-height: 480px;
  }
  .stf-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}

@media only screen and (min-width: 960px) {
  .stf-tabs-content {
    min-height: 0;
  }
  .stf-tabs-content li {
    padding: 10px;
  }
  .stf-tabs-content li p {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



