@charset "UTF-8";
/* CSS Override */
.bg-blue{border-color:#03A9F4;color:#fff;}
.bg-teal-400{border-color:#26A69A;color:#fff;}
.bg-orange-300{border-color:#FFB74D;color:#fff;}
.fs-15{font-size:15px !important;}
.lh-24{line-height:24px !important;}
.page-container{padding-bottom:70px;}

.wizard > .steps > ul > li.current .number{border-color:#2196F3;color:#2196F3;}
.wizard > .steps > ul > li.done .number{background-color:#1E88E5;border-color:#1E88E5;}
.wizard > .steps > ul > li:before,.wizard > .steps > ul > li:after{background-color:#2196F3;}
@media (max-width:480px){
    .wizard > .steps > ul > li.current:after{background-color:#2196F3;}
}
.bottom-dashed-border{border-bottom:1px dashed #ccc;}

/* CSS Override */

body{word-break:break-word;}
table th{word-break:normal;}
.navbar-brand > img{margin-top:1px;height:20px;}
.pageHeaderBottom .page-title{padding:0;margin-bottom:0;}
.pageHeaderBottom{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:10px;}
.popover.tour-tour [data-role="next"]{color:#ffffff;background-color:#FF5722;border-color:#FF5722;}
.popover.tour-tour [data-role="end"]{margin-left:20px;}
.profileImageBox{background-color: #eeeded;width:100%;height: 0; position: relative; padding-top: 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;overflow:hidden;border-radius:105px;-webkit-border-radius:105px;-moz-border-radius:105px;-ms-border-radius:105px;-o-border-radius:105px;}
.profileImageBox img, .thumb .profileImageBox img:not(.media-preview){width:100%;height:100%;object-fit:cover;}
.navbar-nav > .dropdown-user .profileImageBox-small img{width: 34px;height: 34px;object-fit: cover; margin-right: 5px;}
.profileImageBox img{position: absolute;left: 0;top: 0;}

.table>:not(caption)>*>* {
    background-color: transparent;
    color: inherit;
}

.navbar-nav > .dropdown-user > .btn {
    text-transform: none !important;
}

.modal-footer {
    border-top: none !important;
}

.btn-link {
    text-decoration: none !important;
}