
html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 4rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding-top: 54px;
}
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.centerbox {
    width: 100%;
    max-width: 780px;
    padding: 15px;
    margin: auto;
}
.help-block ul li{
    color: red;
    list-style: none;
}
.content{margin-top: 50px;}
.text-tooltip{
    cursor: pointer;

}
.form-check-label {
    margin-left: 5px;
    margin-bottom: 2px;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}




footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}
.bg-complete{background-color: #B5FFC3;}
.bg-incomplete{background-color: #fd8a8a;}
.link{color: #2f62ff;cursor: pointer;}
.bg-theme{background-color: #35679a;}
/*.navbar-theme{background-color: #35679a;}*/