body, th, td, tr{
    /*background-color: #b9c9ce42;*/
    color: #6d6d6d;
}
body{
    margin-bottom: 5rem;
}
.top-wrapper{
    background: url(../img/img-sky.jpg);
    background-repeat-y: no-repeat;
    padding: 30px;
    margin-bottom: 15px;
    background-size: contain;
    transition: linear 0.5s;
    /*box-shadow: 0 1px 10px 0 #00000030;*/
}
.logo{
    background: url(../img/logo.png);
    padding: 33px;
    background-repeat: no-repeat;
}
.header-content{
    text-align: center;
}
.container{
    margin-bottom: 10px;
}
#container-main{
    width: auto;
    margin-left: 200px;
    transition: margin-left .5s;
}
.bottom-wrapper{
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c1111b;
    padding: 5px;
    /*border-top: 1px solid #7d8e81;*/
}
/*.footer-content{
    font-size: 11px;
    text-align: center;
}*/
.footer-content, .footer-content a{
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.box{
    margin: 10px 0 5px;
    padding: 5px;
}
.login-box{
    margin-top: 50px !important;
    padding: 35px !important;
    border-radius: 10px !important;
    /*box-shadow: 4px 4px 6px -1px #b3b3b3;*/
    box-shadow: 0px 0px 4px -1px #b3b3b3;
    max-width: 540px;
}
.required{
    color:#f0ad4e;
}
/* Button */
.sbtn{
    padding: 5px 12px 5px 10px;
    min-width: 140px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 5px;
    border: 1px solid #9a9a9a;
    border-radius: 6px;
}
.sbtn-1{
    background-color: #f3f3f3;
    color: #6d6d6d;
}
.sbtn-2{
    background-color: #d7646b;
    color: white;
}
.sbtn-3{
    color: #ffffff;
    background-color: #b80909;
    border-color: #a00808;
}
.sbtn-3:hover{
    background-color: #870707;
    border-color: #650505;
}

/* Button */

.card-img-box{
    text-align: center;
}
.img-container{
    display: inline-block;
    padding: 50px;
    background: #d0d0d0;
    margin: 5px;
    font-size: 50px;
}
.text-danger {
    color: #c1111b!important;
}
.actionLink{
    margin-right: 10px;
    vertical-align: baseline;
    padding: 0;
}
.badge-danger{
    background-color: #c1111b;
}
/* for new features */
.newFeature{

}
.newFeature::after{
    content: "NEW";
    position: absolute;
    margin-left: -4em;
    color: #c1111b;
    font-size: 14px;
    font-family: monospace;
    font-weight: 300;
    border-bottom: 1px dashed;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #bf1f29;
    background-color: #c1111b;
}
/*.bullet-red{
    padding: 5px;
    background: #c1111b;
    border: 1px solid #d43636;
    position: absolute;
    border-radius: 50%;
    margin: 5px 0px 0px -17px;
}*/
.bullet-red {
    padding: 4.5px;
    background: #c1111ba6;
    border: 1px solid #c1111b;
    position: absolute;
    border-radius: 34%;
    margin: 6px 0px 0px -19px;
}