html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 100%;*/
    font-size: 16px;
}

body {
    position: relative;
    /*height: 100%;*/
    /*color: #27445B;*/
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

hr {
    height: 1px;
}

/*a, a:hover {
    text-decoration: none;
    outline: none;
    color: #45aaf2;
    cursor: pointer;
}*/

*[class^="pure"] {
    /*border: 1px solid #000;*/
}

*[class^="pure-u"] {
    box-sizing: border-box;
}

/*margins and paddings*/
.w100 {
    width: 100% !important;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr10 {
    margin-right: 10px;
}

.ml10{
    margin-left: 10px;
}

.p20 {
    padding: 20px;
}

.p15 {
    padding: 15px;
}

.p10 {
    padding: 10px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.scalable_bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.report-table th {
    height: 50px !important;
    vertical-align: center !important;
}

.report-table td, .report-table th {
    text-align: center;
    height: 30px;
}

.report-table img {
    max-width: 100px !important;
    max-height: 30px !important;
}

table img {
    cursor: pointer;
}

.myPoint {
    border: 2px solid blue;
    width: 8px;
    height: 8px;
    color: #fff;
    border-radius: 4px;
}

.point-preview {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    font-weight: bold;
    background-color: #0c5ccc;
    text-align: center;
    opacity: .9;
}


.table-condensed .hour, .table-condensed .minute {
    display: block !important;
}

.text-remark {
    text-align: center;
    color: red !important;
    font-size: larger;
}/*

*[class^="layui"] {
    box-sizing: inherit !important;
}*/