@media print {
  .header, .not_print {
    display: none
  }

  h2 {
    background-color: white
  }

  .calc_result{
    margin-bottom: auto;
  }

  table.print {
    /*width: 100%;*/
    border: none;
  }
}

@media screen {
  .print {
    display: none
  }
}

.toggle{
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 16px;
  min-height: 16px;
  background: url("../images/q.gif?_=") center no-repeat;
  background-size: cover;
  cursor: pointer;
  /*margin-bottom: inherit;*/
}

h1 .toggle,
h2 .toggle,
h3 .toggle,
h4 .toggle,
h5 .toggle{
  vertical-align: bottom;
}

.required:before{
  content: '* ';
  color: #ff0000;
  display: inline;
}

.addition-info {
  font-style: italic;
  padding: 15px;
  background-color: #fffad8;
}
.addition-info p:last-child {
  margin-bottom: 0;
}

.row_label{
  font-weight: bold;
  background-color: #fdf2d0;
  border: 1px solid #c3b9b9;
  text-align: center;
  color: #664E04;
}

.calc_result_print {
  margin: 30px 0;
}

.calc_data,.calc_result{
  margin-bottom: 30px;
}

.required:before{
  content: '* ';
  color: #ff0000;
  display: inline;
}
input.dp-applied {
  width: 140px;
  text-indent:0;
}
.input-inline-block label {
  width: auto;
  margin-right: 15px;
  float: left;
}

.input-inline-block input {
  float: left;
  margin-right: 15px;
}

.input-inline-block .form-control-static {
  display: inline-block;
}

.form-group p {
  margin: 0 0 10px;
}
.form-group p.no-margin {
  margin: 0 !important;
}

.datepicker.datepicker-dropdown{
  padding: 0;
}

.datepicker.datepicker-dropdown table {
  width: 100%;
  border-color: transparent;
}

.datepicker.datepicker-dropdown thead th {
  background-color: #fdf2d0;
  border-radius: 0;
}
.datepicker.datepicker-dropdown thead th.prev:hover,
.datepicker.datepicker-dropdown thead th.datepicker-switch:hover,
.datepicker.datepicker-dropdown thead th.next:hover
{
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker.datepicker-dropdown thead tr th:first-child{
  border-top-left-radius: 4px;
}

.datepicker.datepicker-dropdown thead tr th:last-child{
  border-top-right-radius: 4px;
}

.datepicker.datepicker-dropdown thead tr:last-child th:first-child{
  border-top-left-radius: 0;
}

.datepicker.datepicker-dropdown thead tr:last-child th:last-child{
  border-top-right-radius: 0;
}


.input-inline-block .input-group.date {
  float: left;
  margin-right: 15px;
}

.input-group.date {
  width: 140px;
}

.input-inline-block .year-inline {
  width: 140px;
}

@media (min-width: 768px) {
  .form-horizontal .label-top .control-label {
    padding-top: 0;
  }
  .form-horizontal .label-top input{
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, .nav, div#actinfo {
  margin-left: 0;
  margin-right: 0;
}

.btn-container{
  margin-bottom: 30px;
}

.collection_item .delete_item{
  display: none;
}

.collection_item:hover{
  background-color: #f1f1f1;
}

.collection_item:hover .delete_item{
  display: inline-block;
}

.form-group.collection_item{
  padding: 10px 0;
  margin-bottom: 5px;
}

p.date {
  font-size: 11px;
  margin: 0 16px 0 0;
  color: #848484;
}

@media (max-width:767px){
  .input-inline-block label,
  .input-inline-block input,
  .input-inline-block .form-control-static,
  .input-inline-block .input-group.date  {
    float: none;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-multiline-label .control-label {
    padding-top: 0;
  }
  .form-group-multiline-label div {
    padding-top: 4px;
  }
}

.btn-primary{color:#000;background-color:#fdf3b6;border-color:#ffec79}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover{color:#000;background-color:#f7d511;border-color:#f7d511}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary{color:#000;background-color:#f7d511;background-image:none;border-color:#f7d511}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover{color:#000;background-color:#f7d511;border-color:#f7d511}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover{background-color:#fdf3b6;border-color:#ffec79}
.btn-primary .badge{color:#fdf3b6;background-color:#000}