/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

p, .text {
    font-size: 16px;
}



.form-group.required label:after {
    content: "*";
    color: red;
}


.page-wrapper {
    background-color: #FDFDFD;
}

.main-footer {
    background-color: #FAFAFA;
}

.btn-change{

    width:150px;
    height:150px;

}

.hidden-secondary-language {
    display: none;
    margin-top:-20px
}
@media print {
    .invoice-wrap {
        background-color: white;
        /*height: 100%;*/
        width: 100%;
        /*position: fixed;*/
        top: 0;
        left: 0;
        margin: 0;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}


/*@media print {
    body {
        visibility: hidden;
    }

    .invoice-wrap {
        visibility: visible;*/
/*position: absolute;*/
/*left: 0;
        top: 0;
    }
}*/
