/****************************************
Default Overrides
=======================================*/

html body {
  color: #203535;
  background-color: #dddddd;
  font-family: 'Calibri', 'Candara', 'Segoe', 'Segoe UI', 'Optima', 'Arial',
    sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.42857143;
  height: 100%;
}

/****************************************
Navigation
=======================================*/
html body .navbar.navbar-default {
  border-top: 5px solid #788536;
  padding: 0px;
}

html body .navbar-nav > li > a,
html body .navbar-brand {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  height: 30px;
}

html body .navbar {
  min-height: 30px !important;
}

html body .navbar-default .navbar-nav a,
html body .navbar-default .navbar-nav > a:focus,
html body .navbar-default .navbar-nav a:hover {
  color: #788536;
  text-decoration: none;
}

html body .navbar-default .navbar-nav > .active > a,
html body .navbar-default .navbar-nav > .active > a:focus,
html body .navbar-default .navbar-nav > .active > a:hover {
  color: #788536;
}

.logo-holder {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #203535;
}

.invalidCss {
  box-shadow: 0 0 10px red;
}

.highlightCss {
  background-color: #f0ffa6 !important;
}

/****************************************
Styles for Client Portal Mock -- Start
=======================================*/

.gridNav {
  padding: 10px 20px;
}

.gridNav .btn-group {
  float: left;
}
.btn-group span {
  cursor: pointer;
}
.btn-group {
  padding: 0px 10px;
}
.menuItems {
  padding-left: 5px !important;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: '\e114'; /* adjust as needed, taken from bootstrap.css */
  float: left; /* adjust as needed */
  color: #c8cac9; /* adjust as needed */
  padding-right: 5px;
  cursor: pointer;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: '\e080'; /* adjust as needed, taken from bootstrap.css */
}

.selected {
  background-color: #9da76e !important;
  color: #fff;
}

.tableCP {
  margin-top: -5px;
}

.tableCP tr th {
  font-size: 16px !important;
  text-align: center !important;
  font-family: 'Calibri', 'Candara', 'Segoe', 'Segoe UI', 'Optima', 'Arial',
    sans-serif !important;
}

.tableCP tbody tr td {
  font-size: 14px !important;
  text-align: center !important;
  font-family: 'Calibri', 'Candara', 'Segoe', 'Segoe UI', 'Optima', 'Arial',
    sans-serif !important;
}

.rows {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  /* Force table to not be like tables anymore */
  #tblSearchResult table,
  #tblSearchResult thead,
  #tblSearchResult tbody,
  #tblSearchResult th,
  #tblSearchResult td,
  #tblSearchResult tr {
    display: block !important;
  }

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

  #tblSearchResult tr {
    border: 1px solid #ccc;
  }

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

  #tblSearchResult 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;
  }

  #tblSearchResult td:before {
    content: attr(data-title);
  }
}

.form-horizontal .form-group .control-label {
  text-align: left;
  font-weight: 700;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/****************************************
Styles for Client Portal Mock -- End
=======================================*/

/****************************************
Links and text formatting
=======================================*/

html a {
  color: #788536;
  text-decoration: underline;
}

html a:hover {
  color: #a16125;
}

html a.btn {
  text-decoration: none;
}

html h1 a {
  color: #dbdbdb;
  font-weight: 100;
}

html body .danger {
  color: #bd0606;
  font-weight: 400;
}

html body .warning {
  font-weight: bold;
}

html body .warning .fa-warning {
  color: #e08b02;
  margin-right: 5px;
}

html body .nav-pills > li.active > a,
html body .nav-pills > li.active > a:focus,
html body .nav-pills > li.active > a:hover {
  background-color: #788536;
}

/****************************************
Button Overrides
=======================================*/

.btn.btn-lg {
  width: 100%;
  max-width: 300px;
}

.btn.btn-lg.btn-fullwidth {
  max-width: none;
}

div.panel-title > .btn-sm,
div.panel-title > .btn.btn-sm:focus,
div.panel-title > .btn.btn-sm:hover {
  margin-top: -5px;
}

.btn.btn-primary,
/*.btn.btn-primary:focus,
.btn.btn-primary:hover,*/
.btn.btn-link,
.btn.btn-link:focus,
.btn.btn-link:hover {
  border: #203535 1px solid;
  background-color: #788536;
  color: white;
  font-size: 14px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: btn;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.25s, border-color 0.25s, color 0.25s,
    opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
  -moz-transition: background-color 0.25s, border-color 0.25s, color 0.25s,
    opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
  -ms-transition: background-color 0.25s, border-color 0.25s, color 0.25s,
    opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
  -o-transition: background-color 0.25s, border-color 0.25s, color 0.25s,
    opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s,
    opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus {
  background-color: #697430;
}

.btn.btn-link {
  position: relative;
}

.btn.btn-link .fa {
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.btn-link .fa-arrow-circle-right:before {
  content: '\f0a9';
  position: relative;
  top: -6px;
}

.btn.btn-secondary/*, .btn.btn-secondary:hover, .btn.btn-secondary:focus*/ {
  background-color: #a0612c;
  color: #dbdbdb;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus {
  background-color: #8d5527;
}

/*.btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger:focus {
}*/

.btn.btn-smalldefault,
.btn.btn-smalldefault:focus,
.btn.btn-smalldefault:hover {
  background-color: #dbdbdb;
  border: #203535 1px solid;
  color: #203535;
  width: 100px !important;
  height: 30px !important;
}

.btn.disabled {
  background-color: #9b9b9b;
  color: #203535;
}

.btn-group .btn.btn-default {
  background-color: #bec4c2;
  color: #203535;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: solid 1px #788536;
}

html body .btn-group-lg > .btn,
html body .btn-lg {
  font-size: inherit;
}

.btn-group .btn.btn-default.active {
  background-color: #788536;
  color: #dbdbdb;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-group .btn.btn-default:focus {
  border: solid 1px #788536;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(120, 133, 54, 0.6);
  outline: 0 none !important;
}

.btn.btn-fa-icon {
  width: 30px;
  height: 30px;
  padding: 5px 1px 5px 5px;
  font-size: 22px;
}

.btn-fa-icon + .btn-fa-icon {
  margin-left: -5px;
}

.btn.ng-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}

/****************************************
On/Off Switch - https://proto.io/freebies/onoff/
=======================================*/

.onoffswitch {
  position: relative;
  width: 76px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  top: -4px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #203535;
  border-radius: 5px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #dbdbdb;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: 'ON';
  padding-left: 10px;
  background-color: #788536;
  color: #dbdbdb;
}

.onoffswitch-inner:after {
  content: 'OFF';
  padding-right: 10px;
  background-color: #dbdbdb;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 28px;
  margin: 1px;
  background: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  border: 2px solid #203535;
  border-radius: 5px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/****************************************
Sections and site-wide formatting.
=======================================*/

section {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 90%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-color: #bec4c2;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 15px;
}

section section {
  border: none;
}

section h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #203535;
  color: #dbdbdb;
  padding: 7px 6px;
  text-align: left;
  font-size: 24px;
}

section .row,
section p {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.row section {
  padding: 0px;
}

section .well h1 {
  margin: 0px;
}

section aside h1 {
  border: 3px solid #203535;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

section .well {
  border-radius: 0px;
  background-color: #dbdbdb;
}

section aside .well {
  border: 3px solid #788536;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0px;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  margin-top: 0px;
  background-color: inherit;
}

/****************************************
Tables
=======================================*/

section table {
  text-align: center;
}

section table.table > thead > tr > th {
  border: none;
  text-align: center;
}

section table.table > tbody > tr:first-of-type td {
  border-top: none;
}

/****************************************
Forms
=======================================*/

html body .control-group {
  margin-bottom: 15px;
}

html body .form-control {
  height: 45px;
}

html body .form-control.input-file {
  border: none;
}

/*html body .label-danger {
    color: #bd0606;
    background-color: inherit;
    margin: 5px auto;
}*/

html body label {
  font-weight: normal;
}

/*html body input.label-danger {
    border: 1px solid #bd0606;
}*/

html body label.checkbox {
  font-weight: normal;
}

html body .checkbox input[type='checkbox'],
html body .checkbox-inline input[type='checkbox'],
html body .radio input[type='radio'],
html body .radio-inline input[type='radio'] {
  position: static;
  margin: auto;
}

html body input[type='date'],
.datepicker-popup {
  max-width: 300px;
}

html body textarea:focus,
html body .form-control:focus,
html body input[type='text']:focus,
html body input[type='password']:focus,
html body input[type='datetime']:focus,
html body input[type='datetime-local']:focus,
html body input[type='date']:focus,
html body input[type='month']:focus,
html body input[type='time']:focus,
html body input[type='week']:focus,
html body input[type='number']:focus,
html body input[type='email']:focus,
html body input[type='url']:focus,
html body input[type='search']:focus,
html body input[type='tel']:focus,
html body input[type='color']:focus,
html body input[type='file']:focus,
html body .uneditable-input:focus {
  border-color: rgba(120, 133, 54, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(120, 133, 54, 0.6);
  outline: 0 none !important;
}

html body input.form-control.input-lg {
  width: 100%;
  max-width: 300px;
  font-size: inherit;
}

.custom-search-holder {
  margin-left: -3px;
  padding-bottom: 13px;
  padding-right: 14px;
  padding-top: 11px;
}

.custom-search-input input {
  border-right: transparent;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-search-input a .fa {
  color: #203535;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #203535;
  height: 30px;
  font-size: 22px;
}

.custom-search-input a {
  border: 1px solid rgb(204, 204, 204);
  border-left: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 45px;
  margin: 0px;
  padding-bottom: 13px;
  padding-right: 14px;
  padding-top: 11px;
}

/****************************************
Warnings, errors, panels etc
=======================================*/

html body .panel.panel-success {
  border-color: #788536;
}

html body .panel.panel-success .panel-heading {
  background-color: #788536;
  border-color: #788536;
  color: #dbdbdb;
}

html body .panel.panel-primary,
html body .panel.panel-default {
  border-color: #203535;
}

html body .panel.panel-primary .panel-heading,
.panel.panel-default .panel-heading {
  background-color: #203535;
  border-color: #203535;
  color: #dbdbdb;
}

html body .panel.panel-primary.danger {
  border-color: #bd0606;
  font-weight: normal;
}

html body .panel.panel-primary.danger .panel-heading {
  background-color: #bd0606;
  border-color: #bd0606;
}

html body .panel.panel-primary.warning {
  border-color: #e08b02;
  font-weight: normal;
}

html body .panel.panel-primary.warning .panel-heading {
  background-color: #e08b02;
  border-color: #e08b02;
}

/****************************************
Pagination
=======================================*/
html body .pagination > li > a,
.pagination > li > span {
  color: #788536;
}

html body .pagination > li > a:focus,
html body .pagination > li > a:hover,
html body .pagination > li > span:focus,
html body .pagination > li > span:hover {
  color: #788536;
}

/****************************************
Footer
=======================================*/
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -30px;
}

.page-wrap:after {
  content: '';
  display: block;
}

.site-footer,
.page-wrap:after {
  height: 30px;
}

.site-footer {
  background-color: #203535;
  border-top: 5px solid #788536;
  color: #dbdbdb !important;
  text-align: center;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tdnoborer {
  border: none;
}
.rowTotals {
  margin-left: -15px;
  margin-right: 0px;
}

.btn-dropdown-main {
  width: 80px !important;
}
.btn-dropdown-arrow {
  width: 30px !important;
}

.btn-search {
  width: 50px !important;
  height: 45px !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.panel-client-asset .panel-heading {
  background-color: #eee !important;
  border-color: #aaa !important;
  color: #203535 !important;
}

.panel-client-asset .panel-heading .accordion-toggle:after {
  color: #000 !important;
}

.panel-client-asset .panel-heading .accordion-toggle a span {
  font-weight: bold !important;
}

.fixed-panel {
  height: 275px;
  background-color: #e4e6d6;
}

.panel-menu {
  padding: 5px;
  border-radius: 0;
  border-color: #b7b7b7 !important;
}

.panel-menu .panel-heading {
  border-radius: 0px !important;
}

.panel-menu .panel-heading i {
  margin-top: -3px;
  color: #b27e4d;
  font-size: x-large;
}

.box-list {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  padding-top: 3px;
  border: 0 !important;
  color: #788536 !important;
  text-decoration: none !important;
  background: linear-gradient(#f4f4f4, #ffffff); /* Standard syntax */
}

.bullet {
  float: left;
  /* vertical-align: middle; */
  padding-top: 4px;
}

.fixed-panel .popover-title {
  color: white;
  padding: 9px 15px;
  margin: -1px;
  font-size: 14px;
  background-color: #203535;
  border-bottom: 5px solid #788536;
  border-radius: 5px 5px 0 0;
}
.fixed-panel .popover.bottom > .arrow:after {
  border-bottom-color: #203535;
}

.userClientSwitch-label .userClientSwitch-inner:before {
  content: 'I';
  text-align: left !important;
  padding-left: 20px;
}
.userClientSwitch-label .userClientSwitch-inner:after {
  content: 'C';
  text-align: right !important;
  padding-right: 20px !important;
  background-color: #a0612c !important;
  color: #dbdbdb !important;
}
.userClientSwitch {
  /*width:100px !important;*/
  margin-top: 7px;
}
.userClientSwitch-switch {
  width: 32px !important;
}

/*Business Card Css */
.business-card {
  border: 1px solid #ffffff;
  background: #f8f8f8;

  border-radius: 0px;
}

.business-card .panel-heading {
  font-size: 20px;
}
.profile-img {
  height: 120px;
  background: white;
  width: 110px;
  margin-right: 10px;
}
.job {
  color: #666666;
  font-size: 17px;
}
.mail {
  font-size: 16px;
}

.uib-datepicker-popup.dropdown-menu {
  padding: 0px !important;
  background-color: #203535 !important;
}

.uib-datepicker-popup thead tr {
  background: #203535 !important;
}

.uib-datepicker-popup th {
  color: #ffffff !important;
}

.datepickerButtons {
  margin-top: -5px !important;
  margin-bottom: 5px;
}

.uib-left,
.uib-right {
  padding-bottom: 8px !important;
}
.rfsResult {
  font-size: 65%;
}
.tags {
  margin-bottom: 5px;
  margin-top: 10px;
}

.tags .tag {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

.tag .close {
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
  color: black !important;
}
