body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Helvetica", "Arial", sans-serif;
}
.navbar-form .form-control {
/*    font-family: "Roboto","Helvetica","Arial",sans-serif;*/
    width: 170px;
}
body.full-image {
/*    background-image: linear-gradient(#fff 50%, #000 50%, #000);*/
}
.navbar-toggle {
    z-index: 2;
}

.navbar-header .navbar-brand.navbar-brand-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align:center;
    margin: auto;
    height: 80px;
}
.navbar-header .navbar-brand.navbar-brand-center img {
    display: inline-block;
}
.navbar .navbar-nav > li > a {
    text-transform: none;
}
@media (min-width: 768px) {
    .navbar-header .navbar-brand.navbar-brand-center {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}
h1.navbar-brand {
    margin: 0;
}
h1.navbar-brand small {
    font-size: 16px;
}
h1.error-code {
    font-size: 10em;
    color: #ccc;
}
footer {
    padding: 0;
}
.logo span {
    font-size: 0.9em;
    font-weight: bold;
}
.btn-xl {
    font-size: 16px;
    padding: 26px 42px;
}
.agreement {
    max-height: 400px;
    overflow-y: scroll;
}
.tooltip {
    position: fixed;
}
.closing-error {
    color: red;
}
.closing-error li span {
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
}
.top-mgn-minus10 {
    margin-top: -10px;
}
.btm-mgn-plus20 {
    margin-bottom: 20px;
}
.table > thead > tr > th {
    border-bottom-width: 2px;
}
table tbody.pointer > tr > td {
    cursor: pointer;
}
table tbody.pointer > tr > td.normal-cursor {
    cursor: default;
}
table > tfoot > tr {
    border-top: 2px solid #9c27b0;
    font-weight: bold;
}
table.information div.updated {
    color: #999999;
    font-size: 12px;
    line-height: 22px;
}
table.information div.updated .material-icons {
    font-size: 16px;
    position: relative;
    top: 4px;
}
table.information .noread {
    font-weight: bold;
    color: #9c27b0;
}

.table tr.ban td,
.table tr.cancel td {
    background-color: rgba(0, 0, 0, 0.2);
}
.table > thead > tr > th {
    font-weight: bold;
}
th > a.asc::after {
    color: #555;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
}
th > a.desc::after {
    color: #555;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
}

table td .btn {
    margin: 0 1px;
}
/*
table th {
    text-align:center;
}
th.text-right {
    text-align:center;
}
*/
a.text-pink {
    color: #e91e63;
}
a.text-pink:focus, a.text-pink:hover {
    color: #bd134f;
}
a.search-address {
    cursor: pointer;
    padding: 0 !important;
}
.form-control.width-clear {
    width: none;
}
.form-control-static {
    background-color: transparent;
    background-image: none;
    border-bottom: 1px dotted #d2d2d2;
    float: none;
    font-weight: 400;
    transition: background 0s ease-out 0s;
    padding-bottom: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.form-label {
    text-align: center;
    margin: 27px 0 0;
}
.form-group label.label-on-left {
    font-size: 14px;
    line-height: 1.42857;
    margin: 13px 0 0;
}
.form-group .checkbox label, .form-group .radio label, .form-group label, .form-group label.control-label {
    color: #888888;
}

.form-group .error-block {
    position: absolute;
    display: none;
}
.form-group.has-error .help-block {
    display: none;
}
.form-group.has-error .error-block {
    display: block;
}
.form-group .error-block {
    margin-top: 0;
    font-size: 11px;
    color: #f44336;
}
.form-group .bootstrap-select.btn-group {
    margin-top: 0;
}
.form-group .bootstrap-select .btn {
    padding: 8px 2px;
    box-shadow: none;
}
.form-group.tasa-note {
    margin-top: 0;
}
.has-unit .form-control-feedback {
    color: #555;
    opacity: 1;
}
label.required::after {
    content: "*";
    padding: 0 0.2em 0.2em;
}
span.label-default {
    color: #333;
}
table.list tr > th.actions {
    width: 200px;
}
table.list tr > th.actions.one-action {
    width: 100px;
}
.pagination-info, .pagination-limit {
    margin: 20px 20px 0 0;
    display: inline-block;
}
.strong {
    color: #9c27b0;
    font-weight: bold;
    font-size: 1.2em;
}
ul.information {
    text-align: left;
    margin: 20px 0;
}
ul.information li {
    margin-bottom: 15px;
}
.card .card-header span {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}
.card .col-sm-3 {
    width: 24%;
}
.card-stats .card-content.text-left {
    text-align: left;
}
.checkbox-inline label{
    padding-right: 24px;
}
.checkbox-inline label:last-child{
    padding-right: 0;
}
.modal-title {
    color: #9c27b0;
}
.bg-smork {
    background-color: #eeeeee;
}

.steps {
    margin-bottom: 20px;
}
.steps .step {
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: #aaaaaa;
}
.steps .step span{
    display: block;
    border-bottom-width: 1px;
    border-bottom-style:  dotted;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.steps .step.current {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #66bb6a, #43a047) repeat scroll 0 0;
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    color: #fff;
}
.steps .step.passed {
    background-color: #999999;
    color: #fff;
}
.steps i {
    position:absolute;
    top: 25px;
    right:-5px;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.receipt-nav {
    padding: 15px;
}
.receipt-nav > li > a > span {
    font-size: 16px;
    padding-right: 2px;
}
.nav-tabs .receipt-month {
    float: right;
    padding: 8px 0;
    color: #9c27b0;
}
.card-header .nav-tabs {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ab47bc, #8e24aa) repeat scroll 0 0;
    padding: 10px;
    margin: -15px;
    text-align: left;
}
.card-header .nav-tabs > li > a {
    font-size: 16px;
}
.card .card-footer.receipt-footer {
    border-top: 2px solid #9c27b0;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
}
.card .card-footer.receipt-footer .category {
    font-size: 14px;
}

.card form [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}


/* Add from material-kit.css */
.card .card-header.card-header-icon {
    float: left;
}
.card .card-header.card-header-icon i {
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
}
.card .header-primary {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.card .header-info {
  background: linear-gradient(60deg, #29b6f6, #0288d1);
}
.card .header-success {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}
.card .header-warning {
  background: linear-gradient(60deg, #fdd835, #fbc02d);
}
.card .header-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}
.card [class*="header-"] {
  color: #FFFFFF;
}
.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-signup .header {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  padding: 20px 0;
}
.card-signup .text-divider {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
.card-signup .content {
  padding: 0px 30px 0px 10px;
}
.card-signup .checkbox {
  margin-top: 20px;
}
.card-signup .checkbox label {
  margin-left: 17px;
}
.card-signup .checkbox .checkbox-material {
  padding-right: 12px;
}
.card-signup .social-line {
  margin-top: 15px;
  text-align: center;
}
.card-signup .social-line .btn {
  color: #FFFFFF;
  margin-left: 5px;
  margin-right: 5px;
}
.card-signup .footer {
  margin-top: 10px;
}
.section-signup {
    padding-top: 20vh;
}
.section-request {
    padding-top: 15vh;
}
.section-full-screen {
/*    min-height: 100vh;
    background-image: url('../img/city.jpg');
    background-size: cover;
    background-position: top center;
*/
}

.pagination > li > a,
.pagination > li > span {
  border: 0;
  border-radius: 30px !important;
  transition: all .3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #999999;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #999999;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #9c27b0;
  border-color: #9c27b0;
  color: #FFFFFF;
  box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
}
.checkbox.checkbox-inline {
    cursor: default;
}
.checkbox.checkbox-inline label {
    margin-bottom: 24px;
}
.radio.radio-inline {
    cursor: default;
}
.radio.radio-inline label {
    margin-bottom: 24px;
}
.checkbox label.no-margin {
    margin-bottom: 0;
}
.form-group.is-focused .checkbox label {
  color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus {
  color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .checkbox label {
  color: rgba(0,0,0, 0.26);
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding-right: 5px;
  display: inline-block;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3,2.3,1);
  -moz-transform: scale3d(2.3,2.3,1);
  -o-transform: scale3d(2.3,2.3,1);
  -ms-transform: scale3d(2.3,2.3,1);
  transform: scale3d(2.3,2.3,1);
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,0,0, .54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -moz-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  -ms-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: #9c27b0;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -moz-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  -ms-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -moz-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  -ms-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -moz-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  -ms-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms;
  -moz-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  -ms-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}
fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
  border-color: #000000;
  opacity: .26;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0,0,0, 0.87);
  transform: rotate(-45deg);
}

.input-group .input-group-btn {
    top:4px;
    padding-left: 0px;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.btn.btn-pink,
.navbar .navbar-nav > li > a.btn.btn-pink {
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}
.btn.btn-pink, .btn.btn-pink:hover, .btn.btn-pink:focus, .btn.btn-pink:active, .btn.btn-pink.active, .btn.btn-pink:active:focus, .btn.btn-pink:active:hover, .btn.btn-pink.active:focus, .btn.btn-pink.active:hover, .open > .btn.btn-pink.dropdown-toggle, .open > .btn.btn-pink.dropdown-toggle:focus, .open > .btn.btn-pink.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.btn.btn-pink,
.navbar .navbar-nav > li > a.btn.btn-pink:hover,
.navbar .navbar-nav > li > a.btn.btn-pink:focus,
.navbar .navbar-nav > li > a.btn.btn-pink:active,
.navbar .navbar-nav > li > a.btn.btn-pink.active,
.navbar .navbar-nav > li > a.btn.btn-pink:active:focus,
.navbar .navbar-nav > li > a.btn.btn-pink:active:hover,
.navbar .navbar-nav > li > a.btn.btn-pink.active:focus,
.navbar .navbar-nav > li > a.btn.btn-pink.active:hover, .open >
.navbar .navbar-nav > li > a.btn.btn-pink.dropdown-toggle, .open >
.navbar .navbar-nav > li > a.btn.btn-pink.dropdown-toggle:focus, .open >
.navbar .navbar-nav > li > a.btn.btn-pink.dropdown-toggle:hover {
  background-color: #e91e63;
  color: #FFFFFF;
}
.btn.btn-pink:focus, .btn.btn-pink:active, .btn.btn-pink:hover,
.navbar .navbar-nav > li > a.btn.btn-pink:focus,
.navbar .navbar-nav > li > a.btn.btn-pink:active,
.navbar .navbar-nav > li > a.btn.btn-pink:hover {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}
.btn.btn-pink.disabled, .btn.btn-pink.disabled:hover, .btn.btn-pink.disabled:focus, .btn.btn-pink.disabled.focus, .btn.btn-pink.disabled:active, .btn.btn-pink.disabled.active, .btn.btn-pink:disabled, .btn.btn-pink:disabled:hover, .btn.btn-pink:disabled:focus, .btn.btn-pink:disabled.focus, .btn.btn-pink:disabled:active, .btn.btn-pink:disabled.active, .btn.btn-pink[disabled], .btn.btn-pink[disabled]:hover, .btn.btn-pink[disabled]:focus, .btn.btn-pink[disabled].focus, .btn.btn-pink[disabled]:active, .btn.btn-pink[disabled].active, fieldset[disabled] .btn.btn-pink, fieldset[disabled] .btn.btn-pink:hover, fieldset[disabled] .btn.btn-pink:focus, fieldset[disabled] .btn.btn-pink.focus, fieldset[disabled] .btn.btn-pink:active, fieldset[disabled] .btn.btn-pink.active,
.navbar .navbar-nav > li > a.btn.btn-pink.disabled,
.navbar .navbar-nav > li > a.btn.btn-pink.disabled:hover,
.navbar .navbar-nav > li > a.btn.btn-pink.disabled:focus,
.navbar .navbar-nav > li > a.btn.btn-pink.disabled.focus,
.navbar .navbar-nav > li > a.btn.btn-pink.disabled:active,
.navbar .navbar-nav > li > a.btn.btn-pink.disabled.active,
.navbar .navbar-nav > li > a.btn.btn-pink:disabled,
.navbar .navbar-nav > li > a.btn.btn-pink:disabled:hover,
.navbar .navbar-nav > li > a.btn.btn-pink:disabled:focus,
.navbar .navbar-nav > li > a.btn.btn-pink:disabled.focus,
.navbar .navbar-nav > li > a.btn.btn-pink:disabled:active,
.navbar .navbar-nav > li > a.btn.btn-pink:disabled.active,
.navbar .navbar-nav > li > a.btn.btn-pink[disabled],
.navbar .navbar-nav > li > a.btn.btn-pink[disabled]:hover,
.navbar .navbar-nav > li > a.btn.btn-pink[disabled]:focus,
.navbar .navbar-nav > li > a.btn.btn-pink[disabled].focus,
.navbar .navbar-nav > li > a.btn.btn-pink[disabled]:active,
.navbar .navbar-nav > li > a.btn.btn-pink[disabled].active, fieldset[disabled]
.navbar .navbar-nav > li > a.btn.btn-pink, fieldset[disabled]
.navbar .navbar-nav > li > a.btn.btn-pink:hover, fieldset[disabled]
.navbar .navbar-nav > li > a.btn.btn-pink:focus, fieldset[disabled]
.navbar .navbar-nav > li > a.btn.btn-pink.focus, fieldset[disabled]
.navbar .navbar-nav > li > a.btn.btn-pink:active, fieldset[disabled]
.navbar .navbar-nav > li > a.btn.btn-pink.active {
  box-shadow: none;
}
.btn.btn-pink.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-pink.btn-simple {
  background-color: transparent;
  color: #e91e63;
  box-shadow: none;
}
.btn.btn-pink.btn-simple:hover, .btn.btn-pink.btn-simple:focus, .btn.btn-pink.btn-simple:active,
.navbar .navbar-nav > li > a.btn.btn-pink.btn-simple:hover,
.navbar .navbar-nav > li > a.btn.btn-pink.btn-simple:focus,
.navbar .navbar-nav > li > a.btn.btn-pink.btn-simple:active {
  background-color: transparent;
  color: #e91e63;
}

/* Add end from material-kit.css */


.sidebar .nav
 {
  margin-top: 15px;
}
.sidebar .nav .caret
 {
  margin-top: 13px;
  position: absolute;
  right: 18px;
}
.sidebar .nav [aria-expanded=true] .caret {
    border-top: 0;
    border-bottom: 4px dashed;
}
.sidebar .nav [data-toggle="collapse"] ~ div > ul > li > a
{
  padding-left: 60px;
}
.sidebar .nav li > a
 {
  margin: 10px 15px 0;
  border-radius: 3px;
  color: #3C4858;
}
.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    height: calc(100vh - 105px);
}
.nav .nav {
    margin-top: 0;
}




/* Dashbord demo.css */
@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn{
    margin-bottom: 30px
}

.space-70{
    height: 70px;
    display: block;
}

.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.tim-row{
    margin-bottom: 20px;
}

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}

label.control-label.modal-table-label {
    margin: 0px 0 0 0;
}

.table.modal-table-row > tbody > tr > th {
    padding: 8px 2px 2px 2px;
    border-top: 0px;
}

.table.modal-table-row > tbody > tr > td {
    padding: 8px 2px 8px 2px;
}

.card .card-footer.receipt-footer.modal-table-sum{
    padding: 10px 2px;
    margin: 0;
}
.card .card-footer.receipt-footer.modal-table-sum table{
    float: right;
}

td.table-icon-col{
    white-space: nowrap;
}