/* GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
*:focus{
    outline: none;
}
body{
    background-color: #f6f6f6!important;
}
body, p, table, .accordion-item{
    font-size: 15px;
    color: #3f3f3f;
    line-height: 1.5;
    font-family: Noto Sans,sans-serif;
}
body a, body .btn-link{
    color: #b30000;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
}
body a:hover, body .btn-link:hover{
    color: #6f0e0f;
}
body h1{
    color: #3f3f3f;
    font-family: Noto Sans,sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0px;
}
body h2{
    color: #3f3f3f;
    font-family: Noto Sans,sans-serif;
    font-size: 28px;
    font-weight: 700;
}
body h3{
    color: #b30000;
    font-family: Noto Sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
body h4{
    color: #3f3f3f;
    font-family: Noto Sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
}
body .card{
    border-radius: 3px;
    border: 0px;
}
body .btn-primary{
    background-color: #b30000;
    border-color: #b30000;
    padding: 10px;
    border-radius: 3px;
}
body .btn-primary:hover{
    background-color: #6f0e0f;
    border-color: #6f0e0f;
}
body .btn-secondary{
    background-color: #fff;
    border-color: #fff;
    color: #666;
    padding: 10px;
    border-radius: 3px;
}
body .btn-secondary:hover, body .btn-check:checked + body .btn, :not(.btn-check) + body .btn:active, body .btn:first-child:active, body .btn.active, body .btn.show {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.dropdown-toggle::after {
    color: #b30000;
}
body .form-control{
    background-color: #fff;
    border-color: #fff;
    color: #ccc;
    padding: 10px;
    border-radius: 3px;
}

.fieldicon{
    font-size: 20px!important;
    color: #b30000;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    z-index: 2;
}
body .form-control.icon-search{
    padding-left: 40px;
}
*{
    outline: none!important;
}
/* END GENERAL */
/* SIDEBAR/HEADER */
.sticky-top{
    background-color: #fff;
}
.sidebarlogo{
    width: 200px;
    margin: auto;
    max-width: 90%;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}
.sticky-top .nav-link{
    padding: 20px;
    width: 100%;
    font-size: 16px;
}
.nav-link span{
    color: #000;
    font-weight: 700;
}
.nav-link .fa-regular{
    color: #b30000;
    font-size: 24px;
    margin-right: 10px;
}
.lightgrey{
    font-size: 13px;
    color: #959595;
    text-align: right;
}
.lightgrey strong{
    color: #b30000;
    font-size: 16px;
}
/* END SIDEBAR/HEADER */
/* TABLES */
.table{
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
}
.break{
    white-space: normal;
}
.table .fa-regular{
    color: #b30000;
    font-size: 18px;
}
.table .fa-user-helmet-safety{
    color: #4d44b5;
    font-size: 24px;
}
.table .fa-flag-checkered{
    color: #44b561;
    font-size: 24px;
}
.table .fa-ban{
    color: #fb7d5b;
    font-size: 24px;
}
.table .fa-circle-pause{
    color: #fcc43e;
    font-size: 24px;
}
.table > tbody > tr > td {
     vertical-align: middle;
}
body .table th{
    padding-top: 20px;
    padding-bottom: 20px;
}
.table td:last-child, .table th:last-child{
    text-align: right;
    padding-right: 25px;
}
.table-striped td{
    text-align: left!important;
}
body .table-striped.table th{
    padding-top: 10px;
    padding-bottom: 10px;
}
.table td:first-child, .table th:first-child{
    padding-left: 25px;
}
.page-item{
    border: 0px;
    border-radius: 3px;
}
.page-link{
    border-radius: 3px;
}
.page-item .page-link{
    color: #b30000;
    border: 0px;
}
.page-item .page-link:hover{
    color: #b30000;
}
body .page-link.active, .active > .page-link{
    background-color: #b30000!important;
    border-radius: 3px;
}
body .table-striped > tbody > tr:nth-of-type(2n+1) > *{
    background-color: #f6f6f6;
    box-shadow: none;
}
/* END TABLES */
/* LOGIN SCREEN */
.body_login{
}
.loginlogo{
    width: 200px;
    margin-bottom: 30px;
}
.loginscreen input[type=email], .loginscreen input[type=password]{
    height: 55px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding-left: 50px;
    border-radius: 3px;
}
.form-control, .form-select{
    font-size: 15px;
}
.loginscreen .btn-primary{
    height: 55px;
}
.loginscreen .fa-solid{
    position: absolute;
    margin-left: 18px;
    margin-top: 18px;
    font-size: 18px;
    color: #c3c3c3;
}
.body_login main{
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
.loginimg{
    width: calc(100% + 32px);
    height: calc(100% + 64px);
    object-fit: cover;
    margin-top: -32px;
    margin-bottom: -30px;
    margin-right: -30px;
}
/* END LOGIN SCREEN */

/* EDIT SCREEN */
.editimage{
    background-color: #b30000;
    text-align: center;
    width: 30px;
    line-height: 30px;
    border-radius: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}
.aroundimage:before{
    width: 150px;
    position: relative;
    margin: auto;
    visibility: hidden;
}
.form-control-file .settings{
    width: 250px;
    height: 305px;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    padding: 275px 50px 0px 50px;
    margin: 12px;
}
.addtxt{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 13px;
	width: 100%;
	background-color: #e5e8ed;
	font-weight: 500;
}
.comments .card{
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.comments .card p{
    margin-bottom: 0px;
}
.comments ::-webkit-input-placeholder {
    text-align: center;
}
.comments :-moz-placeholder {
    text-align: center;
}
.comments ::-moz-placeholder {
    text-align: center;
}
.comments :-ms-input-placeholder {
    text-align: center;
}
.comments textarea{
    background-color: #f6f6f6;
    border-radius: 3px;
}
.card-img-top{
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.floatingicons{
    position: absolute;
    margin-right: 10px;
    right: 0px;
    margin-top: 10px;
}
.smalldate{
    font-size: 10px;
    margin-top: -10px;
}
.gallery .col-12 img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.gallery .col-3 img{
    height: 100px;
    width: 100%;
    object-fit: cover;
}
/* END EDIT SCREEN */

/* SUPPORT */
body .accordion-item{
    margin-bottom: 10px;
    border: 0px;
}
body .accordion-item .accordion-button{
    background-color: #f6f6f6;
    border-radius: 3px;
    border: 0px;
}
.accordion-body{
    background-color: #fff;
}
body .accordion-button:not(.collapsed){
    color: #b30000;
}
body .accordion-button:focus{
    box-shadow: none;
}

.lightbox .ratio{
    background-color: #fff !important;
    color: black impr !important;
}
.lightbox .carousel-control-prev-icon, .lightbox .carousel-control-next-icon{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
.lightbox .btn-close svg{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

img{
    object-fit: cover !important;
}
#fileUploader{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 250px;
    width: 250px;
    opacity: 0;
}
.projectuser{
    width: 62px;
    margin-top: -20px;
    text-align: center;
    line-height: 0.8!important;
}
.projectuser span{
  background-color: #3f3f3f;
    font-size: 9px;
    word-wrap: normal;
    white-space: normal!important;
  color: #fff;
  border-radius: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 5px 0 5px;
line-height: 7px!important;
}
/* END SUPPORT */
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    body h1{
        font-size: 20px;
    }
    body h2{
        font-size: 16px;
    }
    body h3{
        font-size: 14px;
    }
    body p, table, td, span, li, .accordion-body{
        font-size: 12px;
    }
    .accordion-body{
        padding: 10px;
    }
    .rounded-circle{
        width: 35px;
        height: 35px;
    }
    .table td:first-child, .table th:first-child {
      padding-left: 10px;
    }
    .profileinfo{
        padding-top: 10px;
    }
    .loginimg{
        width: calc(100% + 64px);
        height: 200px;
        object-fit: cover;
        margin-top: -32px;
        margin-bottom: 15px;
        margin-right: -32px;
        margin-left: -32px;
        border-radius: 0px 0px 3px 3px;
    }
    .sidebarlogo{
        padding: 0px;
        width: 150px;
        margin: 0px;
    }
    #menu{
        margin-right: 50px;
    }
    #dropdownUser1{
        position: fixed;
        top: 20px;
        right: 10px;
        z-index: 9999;
    }
    .nav-link .fa-regular{
        margin-right: 0px;
    }
    .container-fluid{
        padding: 0px!important;
    }
    .aroundimage img{
        width: 150px;
        height: 150px;
    }
}
