/*
 * Colors
 */
/* removed */
body {
  background-color: white;
  color: #252929;
  font-family: 'Yantramanav', sans-serif;
}

/* removed */
.h1, .h2, .h3, .h4 {
  font-family: 'Yantramanav', sans-serif;
}

/* removed */
a, a:hover, a:focus {
  color: #000A30;
  outline: none;
}

/* removed */
.page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 19px;
  padding-bottom: 0;
  position: relative;
  min-height: 61px;
}

/* removed */
.left-col {
  padding-left: 0 !important;
}

/* removed */
.border-left {
  border-left: 0;
  min-height: calc(100vh - 60px);
}

@media only screen and (min-width: 1200px) {
  /* removed */
  .border-left {
    border-left: 1px solid #eeeeee;
  }
}

/*******  TITLES/CONTENT STYLE  ******/
/* removed */
.feature-title {
  font-weight: 400;
  font-size: 20px;
  color: #252929;
}

/* removed */
.link-style {
  font-weight: 400;
  font-size: 14px;
  color: #71C5F5;
}

/* removed */
.link-style:hover {
  font-weight: 400;
  font-size: 14px;
  color: #000A30;
  text-decoration: none;
}

/*******  HEADINGS STYLE  ******/
/* removed */
h1, .h1 {
  font-size: 30px;
  font-weight: 400;
  color: #252929;
}

/* removed */
h2, .h2 {
  font-size: 30px;
  font-weight: 300;
  color: #686A6A;
}

/* removed */
h3, .h3 {
  font-size: 20px;
  font-weight: 400;
  color: #252929;
}

/* removed */
h4, .h4 {
  font-size: 15px;
  font-weight: 500;
  color: #252929;
}

/* removed */
h5, .h5 {
  font-size: 15px;
  font-weight: 700;
  color: #8A8E91;
}

/* removed */
p {
  font-size: 15px;
  color: #252929;
}

/*******  BUTTONS STYLE  ******/
/* removed */
.btn {
  font-size: 15px;
  text-transform: initial;
  font-style: normal;
  padding: 6px 15px 6px;
}

/* removed */
.btn .md-16 {
  vertical-align: top;
  line-height: 1.42857;
}

/* removed */
.btn-sm {
  font-size: 14px;
}

/* removed */
.btn-primary.btn-square:not(.btn-link):not(.btn-flat) {
  background-color: #000A30;
  border: 2px solid #000A30;
  color: #fff;
  padding: 6px 6px;
}

/* removed */
.btn-primary:not(.btn-link):not(.btn-flat) {
  background-color: #000A30;
  border: 2px solid #000A30;
  color: #fff;
}

/* removed */
.btn-primary:hover:not(.btn-link):not(.btn-flat) {
  background-color: rgba(121, 190, 243, 0.75);
  border: 2px solid #9ACEF6;
}

/* removed */
.btn-danger:not(.btn-link):not(.btn-flat) {
  background-color: #D64040;
  border: 2px solid #D64040;
  color: #fff;
}

/* removed */
.btn-danger:hover:not(.btn-link):not(.btn-flat) {
  background-color: rgba(255, 87, 87, 0.75);
  border: 2px solid rgba(255, 87, 87, 0.75);
}

/* removed */
.btn-info:not(.btn-link):not(.btn-flat) {
  background-color: white;
  border: 2px solid #BDC0C5;
  color: #BDC0C5;
}

/* removed */
.btn-info:hover:not(.btn-link):not(.btn-flat) {
  background-color: white;
  border: 2px solid #3193E5;
  color: #3BA6EA;
}

/*******  FORM STYLE  ******/
/* removed */
.form-control {
  font-size: 15px;
}

/* removed */
.has-error .form-control {
  border-color: #D64040;
  -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);
}

/* removed */
.has-success .form-control {
  border-color: #50E073;
  -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);
}

/* removed */
.remove {
  font-size: 25px;
  line-height: 25px;
}

/* removed */
.form-horizontal .checkbox {
  padding-top: 0px;
}

/* removed */
.devise h2 {
  font-size: 30px;
  color: black;
  margin-bottom: 40px;
}

/* removed */
.devise .form-group .control-label {
  font-size: 20px;
  color: #686A6A;
}

/* removed */
#error_explanation {
  border-bottom: 1px solid #D8DBDD;
  color: #D64040;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* removed */
#error_explanation h2 {
  font-size: 17px;
  color: #D64040;
  margin-bottom: 10px;
}

/*******  NAVBAR STYLE  ******/
/* removed */
.navbar {
  margin-bottom: 0;
}

/* removed */
.navbar.navbar .dropdown-menu li > a:hover, .navbar.navbar .dropdown-menu li > a:focus {
  color: #71c5f5;
}

/* removed */
/* removed */
.nav-pills > li.active > a {
  background-color: var(--avv-primary-light--color) !important;
  color: var(--avv-primary--color) !important;
  border-radius: 0;
}

/* removed */
.nav-pills > li.active > a:hover {
  background-color: #ebebeb !important;
  font-weight: 600;
  border-radius: 0;
}

/* removed */
.nav-stacked {
  padding-right: 0px;
}

/* removed */
.nav-stacked li > a {
  padding: 5px;
}

/* removed */
.nav-stacked li > a:hover {
  background-color: #ebebeb;
  font-weight: 600;
}

/* removed */
.nav-stacked li.active > a {
  font-weight: 600;
}

/* removed */
.nav-stacked a {
  color: #333;
}

/* removed */
.nav-stacked a {
  color: var(--avv-primary--color);
}

/* removed */
.nav-stacked a svg {
  fill: var(--avv-primary--color);
}

/* removed */
.nav-stacked i {
  display: inline-block;
  margin-right: 5px;
}

/* removed */
.like-paper,
.box {
  box-shadow: 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.14), 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.098), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.082);
}

/* removed */
.tab-content {
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
}

/* removed */
.tab-pane {
  border-left: 0px solid #eeeeee;
  margin: -20px -20px -20px -19px;
}

/* removed */
.btn-secondary:not(.btn-link):not(.btn-flat) {
  border: none;
  color: grey;
}

/* removed */
.btn-success:not(.btn-link):not(.btn-flat) {
  background-color: white;
  color: grey;
}

/* removed */
.btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab) {
  box-shadow: none;
  border-radius: 5px;
  color: #3BA6EA;
  background-color: #eee;
}

/* removed */
.like-paper {
  padding: 80px;
  margin-bottom: 77px;
  line-height: 28px;
  font-size: 15px;
}

/* removed */
.like-paper.demo {
  background-image: url(/images/demo.png);
}

/* removed */
.like-paper div {
  line-height: 28px;
}

/* removed */
.like-paper h1 {
  font-size: 2em;
}

/* removed */
.like-paper h2 {
  font-size: 1.5em;
}

/* removed */
.like-paper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* removed */
.like-paper table td {
  min-width: 50px;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 1.2;
  white-space: pre-line;
}

/* removed */
.like-paper avv-numbered {
  display: block;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  margin-bottom: 8px;
}

/* removed */
.like-paper avv-numbered::before {
  position: absolute;
  left: 0;
  color: #252929;
  content: attr(data-level-number);
}

/* removed */
avv-numbered {
  display: block;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}

/* removed */
avv-numbered::before {
  position: absolute;
  left: 0;
  color: #252929;
  font-family: inherit;
  content: attr(data-level-number);
}

/* removed */
.like-paper p {
  margin-bottom: 8px;
}

/* removed */
.like-paper td p {
  margin-bottom: 0px;
}

/* removed */
.devise .box {
  padding: 20px;
  margin: 20px 0;
}

/* removed */
.devise .other_actions a {
  display: inline-block;
}

/* removed */
body .well, .container .well, .container-fluid .well, body .jumbotron, .container .jumbotron, .container-fluid .jumbotron {
  box-shadow: none;
}

/* removed */
.well h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}

/* removed */
#advanced-tab {
  padding-top: 20px;
}

/* removed */
/* removed */
.table-100 {
  max-width: 100%;
  width: 100%;
}

/* removed */
.table th {
  font-weight: 600;
  background: #f2f2f2;
  vertical-align: top;
}

/* removed */
.table > thead > tr > th {
  border-bottom: none;
  vertical-align: bottom;
}

/* removed */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border-top: none;
}

/* removed */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

/* removed */
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #edf3f9;
}

/* removed */
.checkbox .checkbox-material .check {
  border: 2px solid rgba(0, 0, 0, 0.54);
}

/* removed */
.checkbox input[type="checkbox"]:checked + .checkbox-material .check, .checkbox-default input[type="checkbox"]:checked + .checkbox-material .check {
  border: 2px solid #4caf50;
}

/* removed */
/* removed */
.table > thead > tr > th {
  line-height: 20px;
}

/* removed */
.table > thead > tr > th span {
  display: inline-block;
  line-height: 20px;
}

/* removed */
.oi {
  font-size: 11px;
  line-height: 20px !important;
  top: 0px;
}

/* removed */
.new_user .checkbox label {
  color: #686a6a;
}

/* removed */
/* removed */
/* removed */
html, body, html .container, body .container {
  height: 100%;
}

/* removed */
.modal-content .modal-body {
  padding: 16px 24px 16px;
}

/* removed */
.left-pad-0 {
  padding-left: 0;
}

/* removed */
/* removed */
.modal-footer {
  margin-top: -16px;
}

/* removed */
/* removed */
.modal-body #myModalLabel {
  display: inline-block;
  padding-top: 8px;
}

/* removed */
.modal-body .btn.btn-primary.pull-right {
  margin: 0 5px;
}

/* removed */
@media print {
  /* removed */
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
  }
  @page {
    margin: 1cm;
  }
  /* removed */
  .no-print, .no-print * {
    display: none !important;
  }
}

/* removed */
.btn {
  margin: 0 1px 10px;
}

/* removed */
.buttons-bar.affix {
  background: white;
}

/* removed */
.bordered-box {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2em;
}

/* removed */
.bordered-box.finished {
  text-align: center;
}

/* removed */
.material-icons {
  vertical-align: middle;
}

/* removed */
#recipients-tab h1, #author-tab h1, #accountant-tab h1, #party-participants h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

/* removed */
#recipients-tab .control-label, #author-tab .control-label, #accountant-tab .control-label, #party-participants .control-label {
  line-height: 24px;
  vertical-align: baseline;
  margin-bottom: 0.5em;
}

/* removed */
#recipients-tab i.material-icons:not(.btn), #author-tab i.material-icons:not(.btn), #accountant-tab i.material-icons:not(.btn), #party-participants i.material-icons:not(.btn) {
  color: #000A30;
}

/* removed */
#recipients-tab .checkbox, #author-tab .checkbox, #accountant-tab .checkbox, #party-participants .checkbox {
  margin-top: 0;
}

/* removed */
#recipients-tab i.btn.btn-secondary.ion-plus.add-dynamic-participant, #author-tab i.btn.btn-secondary.ion-plus.add-dynamic-participant, #accountant-tab i.btn.btn-secondary.ion-plus.add-dynamic-participant, #party-participants i.btn.btn-secondary.ion-plus.add-dynamic-participant {
  margin-top: 53px;
}

/* removed */
#recipients-tab .btn-default.add-dynamic-participant, #author-tab .btn-default.add-dynamic-participant, #accountant-tab .btn-default.add-dynamic-participant, #party-participants .btn-default.add-dynamic-participant {
  color: #000A30;
}

/* removed */
.participant_selects {
  display: none;
}

/* removed */
.avv_right_clear {
  padding-right: 0;
}

/* removed */
.avv_message_to_dynamic {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 10px;
}

/* removed */
.avv_message_to_dynamic textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
}

/* removed */
/* removed */
.avv_message_to_recipients > .avv_message_to_recipients_inner {
  margin: auto;
  float: none;
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

/* removed */
.avv_message_to_recipients textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
}

/* removed */
.avv_message_to_recipients h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
}

/* removed */
.red-text {
  color: red;
}

/* removed */
/* removed */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(101, 101, 101, 0.9);
}

/* removed */
.padding-right-20 {
  padding-right: 20px;
}

/* removed */
.tooltip-upper {
  position: relative;
  display: inline;
  border-bottom: 1px dotted black;
}

/* removed */
.tooltip-upper .tooltip-text {
  visibility: hidden;
  width: max-content;
  max-width: 1500%;
  background-color: black;
  color: white;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 15%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* removed */
.tooltip-upper .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* removed */
.tooltip-upper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}