/* Setting content width, unsetting floats and margins */
/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */


.navbar, .bxContent, .footer, .md-print .modal-header {
  display: none;
  padding: 0;
  margin: 0;
}

body {
    font-family: Arial;
    font-size: 13pt;
}

.print  {
  opacity: 1;
  visibility: visible;
  display: block !important;
  color: #333;
  margin-bottom: 100px;
  font-family: Arial,Helvetica,sans-serif;
  width: 100%;
  overflow: hidden;
}


body {
    font-family: Arial;
    font-size: 13pt;
}

.mathe_bor {
    background-color: #B5E3F6;
    border: none;
    float: left;
    margin: 0 0 10px 0;
    padding: 2px;
    width: 100%;
   
}

.mathe {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
   /* height: 300px;*/
    padding: 0 5px;
    font-family: Arial;
    color: #000;
}

.mathe p {
    color: #000000;
    font: 12px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 2px;
    text-align: center;
}

.mathe p a {
    color: #000000;
    text-decoration: none;
}

.mathe .logo-365 {
    width: 100%;
    text-align: center;
}
.red {
    color: #000;
}

.macode {
    color: #000;
    font: bold 15px/30px Arial,Helvetica,sans-serif;
    height: 30px;
    text-align: center;
}

.macode_ifone {
    color: #EE2932;
    font: bold 14px/20px Arial,Helvetica,sans-serif;
    padding: 3px 0;
    text-align: center;
}

.thongtin {
    font: 11px Arial,Helvetica,sans-serif;
    text-align: left;
    margin-top: 28px;
    line-height: 16px;
}

.hoadon_bor {
    /* background-color: #B5E3F6; */
    /* border: 1px solid #24AFE9; */
    border-radius: 7px;
    float: left;
    /*margin: 0 0 10px 0;
    padding: 2px;*/
    width: 90%;
    min-height: 450px;
    height: auto;
    margin-bottom: 15px;
}

.hoadon_info {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    height: auto;
    min-height: 425px;
    /* padding: 0 5px; */
    font-family: Arial;
    color: #000;
}

.hoadon_info p {
    color: #000000;
    font: 12px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 2px;
    text-align: center;
}

.hoadon_info p a {
    color: #000000;
    text-decoration: none;
}

.hoadon_info .logo-365 {
    width: 100%;
    text-align: center;
}