/*=== variables ===*/
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700");
/*=== mixins ===*/
/*=== modules ===*/
body {
  background-color: #F1EDED !important;
}

.headerLoginWrapp {
  width: 100%;
  background-color: #fff;
  min-height: 130px;
}

.custom-inlog {
  height: 55px;
  line-height: 55px;
  background-color: #598e30;
  border-radius: 0;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
}
.panel-default > .panel-heading{
  background-color: #598e30;
  color: #FFF;
}
.formBG {
  background-color: #fff;
}


.inlogFormCont {
  margin-top: 20px;
  margin-bottom: 30px;
}

a.wachWord {
  color: #598e30;
  text-decoration: underline;
  padding-left: 0 !important;
}
a.wachWord:hover {
  color: #A70A62 !important;
}

.btn-inlog {
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  border: 0;
  padding: 22.5px 30px;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  background-color: #101967;
  transition: all 0.3s ease;
  border: 2px solid #101967 !important;
}
.btn-inlog:hover {
  background-color: #fff;
  border: 2px solid #ccc !important;
  color: #959292;
}

.titleWhite {
  color: #fff;
  font-size: 20px;
}

#chartdiv, #chartdiv2, #chartdiv3, #chartdiv4, #chartdiv5, #chartdiv6 {
  height: 340px;
  border: 1px solid #ddd;
}

.amcharts-chart-div > a {
  display: none !important;
}

.spaceTop {
  margin-top: 20px;
}

.titleDivu {
  background-color: #9A9A9A;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #fff;
  margin-top: -25%;
}

.descDivu {
  background-color: #DDDDDD;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 18px;
}

.mobileLink {
  display: none;
}

.redMobileLink {
  display: none !important;
}

.spanEdit i.fa.fa-pencil {
  width: 30px;
  height: 30px;
  border: 1px solid #E0D2D2;
  line-height: 30px;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
}

.spanDelete i.fa.fa-times {
  width: 30px;
  height: 30px;
  border: 1px solid #E0D2D2;
  line-height: 30px;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  color: #101967;
}

.bottomTidjdlin {
  min-height: 114px;
  background-color: #fff;
  color: #736464;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.txtBottIcons {
  min-height: 114px;
  background-color: #F1EDED;
  text-align: center;
  padding-top: 18px;
  border-top: 1px solid #E0D8D8;
  border-bottom: 1px solid #E0D8D8;
  border-right: 1px solid #E0D8D8;
}
.txtBottIcons .deleteButton {
  background: transparent;
  border: 0;
}

.deteleteSCBtn {
  background: transparent !important;
  border: 0 !important;
  position: absolute;
  right: 0;
  top: 10px;
}
.deteleteSCBtn span {
  font-size: 21px;
  color: #DCD3C8;
}
.deteleteSCBtn span:hover {
  color: #797777;
}

.txtBottomBg {
  min-height: 114px;
  border-top: 1px solid #E0D8D8;
  border-right: 1px solid #E0D8D8;
  border-bottom: 1px solid #E0D8D8;
  padding-top: 13px;
  background-color: #E0D8D8;
  color: #736464;
  font-size: 13px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/*reset*/
/*for firefox outline*/
button::-moz-focus-inne,
input::-moz-focus-inne,
a::-moz-focus-inne {
  border: 0;
  outline: none;
}

button:focus,
input:focus,
a:focus {
  outline: none;
}

/*for fileds and buttons styles*/
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=time],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:invalid {
  color: #9b9b9b;
}

/*for textarea scroll and bottom margin*/
textarea {
  vertical-align: top;
  overflow-y: auto;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  color: #000;
  background: #f1eded;
}

.responsive-img {
  width: 100%;
}

.img-responsive {
  width: 100%;
}

.full {
  width: 100%;
}

.pad-vertical20 {
  padding-top: 20px;
}

.pad-vertical15 {
  padding-top: 15px;
}

.pad-vertical10 {
  padding-top: 10px;
}

a {
  color: #8a6d3b;
}
a:hover, a:focus {
  color: #8a6d3b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 16px 0;
  }
}

h2 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}

.container30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .container30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 480px) {
  .container-xs-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row0 {
  margin-right: 0;
  margin-left: 0;
}
.row0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row-sm {
  margin-right: -4px;
  margin-left: -4px;
}
.row-sm > div {
  padding-left: 2px;
  padding-right: 2px;
}

.row-md {
  margin-left: -5px;
  margin-right: -5px;
}
.row-md > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .col-xxs-6 {
    width: 50%;
    float: left;
  }
}

.pad-top20 {
  padding-top: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
html {
  height: 100%;
}
html.is-fancybox {
  height: auto;
}
html.is-fancybox body {
  height: auto;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer,
header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.btn {
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  line-height: 20px;
  border: 0;
  padding: 16px 30px 16px;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  position: relative;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  color: #fff;
}
.btn-clear {
  display: inline-block;
  vertical-align: middle;
}
.btn-proc100 {
  width: 100%;
}
.btn.btn-icon {
  padding-left: 60px;
}
.btn.btn-icon i {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  border-radius: 4px 0 0 4px;
}
.btn.btn-icon i::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
.btn-default {
  background-color: #d6cece;
  color: #736464;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 30px;
  border-radius: 4px;
  transition: all 0.35s;
  margin-left: 15px;
}
.btn-default.btn-icon i {
  background-color: #e0d8d8;
  color: #7b6c6c;
}
.btn-default:hover {
  background-color: #E0D8D8;
}
.btn-primary {
  background-color: #101967;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 30px;
  transition: all 0.35s;
  margin-left: 15px;
}
.btn-primary:hover {
  background-color: #222D86;
}
.btn-primary.btn-icon i {
  background-color: #222D86;
}
.btn-blueDefault {
  background-color: #101967;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 30px;
  transition: all 0.35s;
}
.btn-blueDefault:hover {
  background-color: #222D86;
  color: #fff;
}
.btn-pinkDefault {
  background-color: #598e30;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 30px;
  transition: all 0.35s;
}
.btn-pinkDefault:hover {
  background-color: #C70C76;
  color: #fff;
}
.btn em {
  font-style: normal;
}
.btn em:last-child {
  margin-left: 10px;
}
.btn em:first-child {
  margin-right: 10px;
}

.margLeft0 {
  margin-left: 0 !important;
}

.indicateNr {
  position: absolute;
  top: -12px;
  right: 7px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background-color: #A70A62;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.control-label {
  line-height: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
  margin-bottom: 0;
  color: #736464;
  text-align: left !important;
  font-size: 13px;
}

.radio-inline {
  padding-left: 0;
}

.form-control {
  font-family: "Heebo", sans-serif;
  line-height: 20px;
  color: #000;
  font-size: 13px;
  box-shadow: none;
  height: 36px;
}
.form-control.square {
  border-radius: 0;
}
.form-control:focus {
  background-color: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
}
.form-control.error {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background-color: #f2dede;
  color: #a94442;
}
.form-control.error:focus {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}

.form-control-error {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background: #f2dede;
  color: #a94442;
}

.error .form-control-error,
.error .form-control {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background: #f2dede;
  color: #a94442;
}
.error .form-control-error:focus,
.error .form-control:focus {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}

select.form-control, select.form-control:focus {
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5NTlCMDczNEQ5MzExRTZCMTc2REYzQUUzM0VBMTQ0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5NTlCMDc0NEQ5MzExRTZCMTc2REYzQUUzM0VBMTQ0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTk1OUIwNzE0RDkzMTFFNkIxNzZERjNBRTMzRUExNDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTk1OUIwNzI0RDkzMTFFNkIxNzZERjNBRTMzRUExNDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Py07qAAAARklEQVR42mLcu3fvawYGBhEG/OANE5AIATHwKQLiUJDCg3gUgxUB8QGQQgYnJydsiuGKQBywwn379jGgmfwGyj4A0wUQYADkcBWyUuaMBAAAAABJRU5ErkJggg==");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #959292;
}

select.form-control, select.form-control:focus {
  color: #443B3B;
}

input.form-control {
  color: #443B3B;
}

input.form-control[type=file] {
  box-sizing: border-box;
  padding: 15px 18px 14px;
  height: auto;
}
@-moz-document url-prefix() {
  input.form-control[type=file] {
    padding: 13px 18px 12px;
  }
}
textarea.form-control {
  min-height: 180px;
  height: 180px;
}

.relative-group {
  position: relative;
}

.form-group {
  position: relative;
}
.form-group.form-md {
  margin-bottom: 10px;
}
.form-group.form-sm {
  margin-bottom: 5px;
}
.form-group label.error {
  position: absolute;
  left: 0;
  bottom: 102%;
  width: 100%;
}
.form-group .titleLabel {
  font-size: 16px;
  color: #a70a62;
  border-bottom: 2px solid #F1EDED;
}

.input-group .input-group-btn .btn {
  padding: 9px 5px 6px;
  width: 34px;
  text-align: center;
  border-radius: 0 4px 4px 0;
}

span.userSpan {
  margin-left: 5px;
}

.sweet-alert h2 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}

input[type="radio"] {
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.panel-body .form-group.row label {
  font-weight: 400 !important;
}

.leftLinkA {
  display: inline-block;
  width: 98%;
}

.notAlloweinput {
  cursor: not-allowed;
}

.colapsTitle {
  background-color: #E0D8D8;
  width: calc(100% - 1px);
  overflow: hidden;
  text-align: center;
}

.colapsTitle {
  padding: 5px 0;
  border-bottom: 2px solid #ddd;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.select2-container--default .select2-selection--single {
  color: #443B3B !important;
}

.titleDivu {
  margin-top: 0 !important;
}

.pagination > .active > span {
  background-color: #101967;
  border-color: transparent;
}

ul.pagination {
  display: table;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
ul.pagination li.active span {
  border-radius: 4px;
}
ul.pagination li.disabled a {
  background-color: #F1EDED;
  color: #736464;
  border: 0;
}
ul.pagination li.disabled a:hover {
  background-color: #F1EDED;
}
ul.pagination li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
}
ul.pagination li a {
  border-radius: 4px;
  background-color: #fff;
  color: #736464;
}
ul.pagination li:first-child {
  float: left;
}
ul.pagination li:first-child a {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  background-color: #F1EDED;
}
ul.pagination li:first-child a .leftTxt {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
ul.pagination li:first-child a .prevIcon {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #E0D8D8;
  width: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pagination li:last-child {
  float: right;
}
ul.pagination li:last-child a {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  background-color: #F1EDED;
}
ul.pagination li:last-child a .rightTxt {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
ul.pagination li:last-child a .nextIcon {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #E0D8D8;
  width: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.pagination li .leftTxt {
  padding-left: 25px;
  font-size: 13px;
}
ul.pagination li .rightTxt {
  padding-right: 25px;
  font-size: 13px;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  border-radius: 0 !important;
  color: #959292;
  -webkit-box-shadow: -1px 0px 10px 0px rgba(46, 50, 50, 0.75);
  -moz-box-shadow: -1px 0px 10px 0px rgba(46, 50, 50, 0.75);
  box-shadow: -1px 0px 10px 0px rgba(46, 50, 50, 0.75);
}

body .tooltip > .tooltip-arrow {
  border-right-color: #fff !important;
}

.panel-custom {
  background-color: #F1EDED;
}
.panel-custom .pinkTitle {
  color: #a70a62;
  font-size: 16px;
}

.panel-body {
  padding: 30px 30px;
}

.formTxt {
  font-size: 13px;
  line-height: 21px;
  color: #736464;
}

.btn-inlog {
  float: right;
}

.panel-custom {
  border: 0;
}
.panel-custom .panel-heading {
  border-bottom: 2px solid #f1eded;
  background-color: #fff;
  padding: 10px 30px;
}
.panel-custom .panel-body {
  border: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.panel-custom .panel-body i.glyphicon-plus-sign,
.panel-custom .panel-body i.glyphicon-remove,
.panel-custom .panel-body i.icon-solid-pencil-3 {
  color: #101967;
  font-size: 15px;
}
.medicalInformationTable .noItems {
    display: none;
}
.medicalInformationTable .dateRequested,
.medicalInformationTable .dateReceived {
    display: inline-block;
}

.rightAccordeon .panel-title a:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}
.rightAccordeon .panel-title a:focus {
  text-decoration: none;
}
.rightAccordeon .panel-body {
  padding: 20px;
}

.rightAccordeonBig a:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}
.rightAccordeonBig a:focus {
  text-decoration: none;
}

.form-group .alert {
  margin: 15px 0 0;
  font-size: 13px;
}

.alert-md {
  padding: 11px 17px;
}
.alert-warning {
  background-color: #F1EDED !important;
  border-color: #DBD8D8;
}
.alert-center {
  text-align: center;
}
.alert-center .spanLeft {
  display: inline-block;
  float: left;
}
.alert-big {
  padding-top: 25px;
  padding-bottom: 25px;
}
.alert-active {
  background-color: #CFE2FC !important;
  position: relative;
}
.alert-active:before {
  content: '\f101 ';
  position: absolute;
  top: 10px;
  right: 40px;
  font-family: FontAwesome;
  font-size: 20px;
}

select.form-control, select.form-control:focus {
  background-position: 95% 50%;
}

.modal-header {
  border-bottom: 0;
  padding: 15px 25px;
}

.modal-body {
  padding: 15px 25px;
}
.modal-body span#select2-customersSelect-container {
  color: #736464;
}

.modal-footer {
  border-top: 0;
  padding: 15px 25px;
}

table.table thead {
  background-color: #E0D8D8;
}
table.table thead tr th {
  color: #736464;
  font-size: 13px;
  border-right: 1px solid #fff;
  font-weight: 400;
}
table.table tbody {
  background-color: #F1EDED;
}
table.table tbody tr td {
  vertical-align: middle;
  border-right: 1px solid #fff;
}
table.table.table-striped thead > tr > th:first-child {
  border-radius: 4px 0 0 0;
}
table.table.table-striped thead > tr > th:last-child {
  border-radius: 0 4px 0 0;
}
table.table.table-striped tbody > tr > td {
  vertical-align: middle;
}

.cell-flex {
  width: 1%;
  white-space: nowrap;
}
.cell-flex i {
  font-size: 17px;
  color: #101967;
}
.cell-flex .btn {
  margin-left: 5px;
}
.cell-flex .btn:first-child {
  margin-left: 0;
}

.cell-photo {
  width: 150px;
  padding: 7px 0 !important;
}

.borderTRTop {
  border-top: 3px solid #ddd;
}

.tabelun .width90 {
  width: 90%;
}
.tabelun .width10 {
  width: 10%;
}
.tabelun .tdCenter {
  text-align: center;
}
.tabelun tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.tabelun tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.tabelun tr:nth-child(even) td {
  background: #F1EDED;
}
.tabelun tr:nth-child(even) td:first-child {
  border-radius: 10px 0 0 10px;
}
.tabelun tr:nth-child(even) td:last-child {
  border-radius: 0 10px 10px 0;
}
.tabelun tr:nth-child(odd) td {
  background: #fff;
}
.tabelun tbody tr:last-child {
  border-bottom: 10px solid #F1EDED;
}
.tabelun th:first-child {
  border-left: 10px solid #E0D8D8;
}
.tabelun th:last-child {
  border-right: 10px solid #E0D8D8;
}
.tabelun td:first-child {
  border-left: 10px solid #F1EDED;
}
.tabelun td:last-child {
  border-right: 10px solid #F1EDED;
}
.tabelun tbody tr td i.fa.fa-chevron-circle-right {
  margin-right: 6px;
}
.tabelun thead {
  border-bottom: 11px solid #F1EDED;
}

.rosu {
  background-color: #F3CAC9 !important;
}

.tabel2 tbody tr td i {
  margin-left: 10px;
}

.emptyTabel h2 {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}

.editFilesTable tbody {
  font-size: 13px;
}

table#otherCostTable {
  position: relative;
}

.addIconTableRow {
  position: absolute;
  bottom: 141px;
  right: 24px;
}

.medischeBlockAll {
  position: relative;
  margin-bottom: 10px;
}

.addIconTableRow2 {
  position: absolute;
  bottom: 89px;
  right: -22px;
}

.table > tbody > tr > td {
  border-top: 0;
}

.tdPaddRight {
  padding-right: 247px !important;
}

/*=== plugins ===*/
.checkClassic.checked .jq-checkbox__div {
  background: none;
  box-shadow: none;
  border-radius: 0;
  font: normal normal normal 14px/1 FontAwesome;
}
.checkClassic.checked .jq-checkbox__div::before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #A70A62;
}

.responsive-taber {
  display: block;
  overflow: hidden;
  height: 42px;
}
.responsive-taber.loaded {
  display: table;
  foont-size: 0;
  width: 100%;
  overflow: visible;
}

.responsive-taber__item {
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.responsive-taber__item:first-child {
  padding-left: 0;
}
.responsive-taber__item > a {
  padding: 11px 19px;
  line-height: 20px;
  background: #263238;
  color: #fff;
}
.responsive-taber__item > a:hover, .responsive-taber__item > a:focus {
  text-decoration: none;
  background: red;
}
.responsive-taber__item.active > a {
  background: red;
  color: #fff;
}

.responsive-taber__arrow {
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
}
.responsive-taber__arrow > a {
  font-size: 0;
  background: #263238;
  color: #fff;
  display: block;
  position: relative;
  height: 42px;
}
.responsive-taber__arrow > a:hover, .responsive-taber__arrow > a:focus {
  background: red;
  color: #fff;
}
.responsive-taber__arrow > a::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}

.responsive-taber__dropdown.open .responsive-taber__arrow > a {
  background: red;
  color: #fff;
}
.responsive-taber__dropdown .dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.responsive-taber__dropdown .dropdown-menu > .active > a {
  background-color: red;
}

.responsive-taber__dropdown-item > a {
  display: block;
  padding: 3px 20px;
  color: #263238;
  white-space: nowrap;
  transition: all 0.3s;
}
.responsive-taber__dropdown-item > a:hover, .responsive-taber__dropdown-item > a:focus {
  text-decoration: none;
  color: #fff;
  background: #7D124E;
}

/*
@import "plugins/owl-carousel"
@import "plugins/humburger"

*/
/*=== elements ===*/
.header {
  min-height: 130px;
  background: #fff;
}
.header .btn {
  margin: 34px 0;
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  border: 0;
  padding: 22.5px 15px;
  border-radius: 4px;
  color: #959292;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.header .btn:hover {
  background-color: #101967;
  border: 1px solid #101967;
  color: #fff;
}
.header .btn-active {
  background-color: #101967;
  border: 1px solid #101967;
  color: #fff;
}
.header .btn + .btn {
  margin-left: 10px;
}
.header .navLogo {
  display: block;
  width: 100%;
  padding-top: 10px;
}
.header .logoLeft {
  display: inline-block;
  float: left;
}
.header .menuCont {
  display: inline-block;
  float: left;
}
.header .rightAdminButton {
  padding: 12px 20px 12px 20px;
}
.header .rightAdminButton i.icon-stroke-logout-2.pull-right {
  padding: 11px 0px 11px 70px;
  font-size: 20px;
  line-height: 14px;
}
.header .rightMenuItem {
  margin-left: 40px;
}

.commHeaderWrapp {
  background-color: #fff;
}

/*******red submenu styles*********/
.subNavigationWrapp {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  font-weight: 400;
  background-color: #598e30;
}
.subNavigationWrapp a {
  color: #fff;
}
.subNavigationWrapp .redSubmenuCont {
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
  display: table;
  font-size: 0;
}
.subNavigationWrapp .redSubmenuCont .responsive-taber__item,
.subNavigationWrapp .redSubmenuCont .responsive-taber__arrow {
  padding-left: 0px;
}
.subNavigationWrapp .redSubmenuCont .responsive-taber__item > a,
.subNavigationWrapp .redSubmenuCont .responsive-taber__arrow > a {
  background-color: #598e30;
  transition: all 0.3s;
  padding: 0 20px;
  line-height: 55px;
  height: 55px;
}
.subNavigationWrapp .redSubmenuCont .responsive-taber__item > a:hover,
.subNavigationWrapp .redSubmenuCont .responsive-taber__arrow > a:hover {
  background-color: #333;
}
.subNavigationWrapp .redSubmenuCont .dropdown-menu {
  background-color: #598e30;
}

a.activeSMBtn {
  background-color: #333 !important;
}

/********end red submenu*******/
/********Klanten part styles*******/
.topHeadKlanten {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
}
.topHeadKlanten .leftTitle {
  color: #101967;
  font-size: 30px;
  font-weight: 700;
}
.topHeadKlanten .nieuwKlanten {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 4px;
}
.topHeadKlanten .nieuwKlanten i.fa.fa-plus {
  height: 20px;
  width: 20px;
  border: 1px solid #736464;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}
.topHeadKlanten .nieuwKlanten a {
  color: #736464 !important;
}
.topHeadKlanten .nieuwKlanten a:hover {
  text-decoration: none;
}
.topHeadKlanten .backKlanten {
  padding: 10px 35px 10px 0;
  background-color: #101967;
  transition: all 0.35s;
  margin-left: 20px;
  border-radius: 4px;
}
.topHeadKlanten .backKlanten a {
  color: #fff;
  display: inline-block;
}
.topHeadKlanten .backKlanten a:hover {
  text-decoration: none;
}
.topHeadKlanten .backKlanten:hover {
  background-color: #222D86;
}
.topHeadKlanten .saveKlanten {
  margin-left: 20px;
}

.contKlantenIndex {
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.subTinyCont {
  margin-top: 20px;
}

.bottomTidjdlin {
  widows: 100%;
  overflow: hidden;
  border: 1px solid #E0D8D8;
  border-radius: 4px;
  padding: 20px 15px;
}

.tabelun tbody {
  /*
  tr:nth-child(even){
    background-color: #fff;
  }
  */
}
.tabelun tbody tr {
  color: #736464;
}
.tabelun tbody .tdCenter a i.icon-solid-pencil-3 {
  padding-right: 5px;
}
.tabelun i.fa {
  font-size: 20px;
}
.tabelun i.icon-solid-pencil-3 {
  font-size: 16px;
  color: #101967;
}
.tabelun a i.fa {
  color: #101967;
}
.tabelun i.icon-solid-trash-3 {
  color: #A70A62;
  font-size: 17px;
}
.tabelun i.icon-solid-info-1 {
  color: #101967;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  bottom: -4px;
}
.tabelun button {
  background: transparent;
  border: none;
}
.tabelun button i.fa {
  color: #A70A62;
}

.leftTitle {
  text-transform: lowercase;
}
.leftTitle:first-letter {
  text-transform: uppercase;
}

/******end**********/
.rightAccordeon {
  height: 352px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 15px;
}

.rightAccordeonBig {
  height: 711px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 15px;
}

.js_arrows {
  position: relative;
  padding-left: 20px;
}

.js_arrows::before {
  content: '\f078';
  font-size: 15px;
  width: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  color: #000;
  font-family: FontAwesome;
}

.main {
  padding: 30px 0;
}

@media all and (max-width: 1200px) {
  .mobileLink {
    display: inline-block;
  }

  .menuCont {
    display: none !important;
  }

  .mm-panels a.mm-title {
    font-size: 16px;
    padding-top: 8px;
    color: #8a6d3b;
  }

  .mm-panels {
    background-color: #F1EDED;
  }
  .mm-panels a {
    display: block;
    padding: 3px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }
  .mm-panels a.mm-title {
    border-bottom: 0;
  }

  .mobileLink {
    float: right;
    margin-top: 55px;
  }
  .mobileLink i.fa.fa-navicon {
    font-size: 20px;
    color: #A70A62;
  }

  /****red submenu****/
  .redMobileLink {
    display: inline-block;
    float: right;
  }
  .redMobileLink i.fa.fa-navicon {
    font-size: 20px;
  }

  /***end***/
  /****under red menu block****/
  .topHeadKlanten .text-right {
    text-align: left !important;
    padding-left: 0;
  }

  /***end****/
}
@media all and (max-width: 767px) {
  .header .logoLeft {
    display: block;
    float: none !important;
    text-align: center;
  }

  .rightMenuItem .rightAdminButton {
    margin: 0;
    margin-bottom: 10px;
  }

  .header .navLogo {
    width: auto;
    display: inline-block;
    padding-top: 0 !important;
  }

  .mobileLink {
    margin-top: 20px;
  }

  .header .rightAdminButton {
    padding: 8px 15px 8px 15px;
  }

  .header .rightAdminButton i.glyphicon.glyphicon-log-out.pull-right {
    padding-left: 40px;
  }

  .header .rightMenuItem {
    margin-left: 20px;
  }
}
@media all and (max-width: 768px) {
  .row.header.loginHeadd {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 550px) {
  .loginNavLogo {
    width: 100%;
    float: none !important;
  }

  .loginNav2Btn {
    width: 100%;
    float: none !important;
  }

  .row.header.loginHeadd {
    text-align: center;
  }

  a.btn.btn-primary {
    padding: 15px !important;
  }

  .container.loginFormGeneral {
    overflow: hidden;
  }
}
@media all and (max-width: 340px) {
  .header .btn {
    margin-bottom: 5px;
    width: 100% !important;
  }

  a.btn.btn-primary.btn-active {
    margin-left: 0;
    margin-top: 10px;
  }

  .headerLoginWrapp {
    margin-bottom: 100px;
  }
}
.footer {
  padding: 30px 0;
}

.margin_bottom
{
  margin-bottom: 10px;
}

.margin_top
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.transparent_label
{
  color: transparent;
}


/*# sourceMappingURL=styles.css.map */

.request-page .custom-inlog{
  background: #598e30;
}
.panel-custom .panel-heading{
  color: #598e30;
}
.header .btn-active, .btn-primary, .btn-primary.btn-icon i{
  background-color: #333;
}
.header .btn:hover, .header .btn-active:hover, .btn-primary:hover, .btn-primary.btn-icon i:hover{
  background-color: #598e30;
}
