body,
html {
    font-family: 'Poppins', sans-serif
}

tr.color-alert>td:not(.not-bg):not(.td-color-alert),
td.color-alert:not(.not-bg):not(.td-color-alert) {
    background: #ffffd2 !important
}

body tr.color-alert-click>td:not(.not-bg):not(.td-color-alert),
body td.color-alert-click:not(.not-bg):not(.td-color-alert) {
    background: yellow !important
}

.border {
    border: 2px solid #dddee2;
    border-radius: 2px;
    padding: 25px
}

.box-bg {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 2px
}

p,
li {
    color: #333;
    font-size: 11px;
    line-height: 16px
}

p b,
li b {
    color: #009919
}

#modal-tutorial p {
    font-size: 16px;
    line-height: 20px
}

#modal-tutorial img {
    margin: 5px auto 15px;
    display: table
}

.title-default {
    font-weight: bold;
    font-size: 15px;
    color: #009919;
    line-height: 30px;
    text-align: center
}

.title-default i {
    font-size: 25px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: -3px 5px 0 0
}

a,
button,
input[type="submit"] {
    transition: 300ms all
}

a {
    font-size: 12px;
    line-height: 18px;
    color: #009919
}

a:hover {
    color: #061;
    text-decoration: none
}

a.link-g {
    font-size: 14px;
    line-height: 20px
}

.checkbox-default {
    margin: 0 0 -2px 7px;
    cursor: pointer
}

.checkbox-default>input[type="checkbox"] {
    display: none
}

.checkbox-default>input[type="checkbox"]:checked+span {
    border-color: #333;
    background: #333
}

.checkbox-default>input[type="checkbox"]:checked+span:after {
    color: #8dc3ff
}

.checkbox-default>span {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 2px solid #fff;
    transition: 300ms all;
    display: block;
    background: transparent;
    position: relative
}

.checkbox-default>span:after {
    content: "\f00c";
    font: 900 10px/15px "Font Awesome 5 Free";
    display: block;
    border-radius: 100%;
    color: transparent;
    position: absolute;
    transition: 300ms all;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.checkbox-default:hover>span {
    transform: scale(1.08)
}

.table tbody tr>td {
    transition: 300ms background
}

.table tbody tr:nth-child(2n+1)>td:not(.not-bg):not(.td-color-alert) {
    background: #f7f7f7
}

.table.table-bordered th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddee2;
    color: #333;
    font-weight: bold;
    font-size: 13px
}

.table.table-bordered td {
    border: 1px solid #dddee2;
    font-weight: 400;
    font-size: 11px;
    color: #333;
    vertical-align: middle
}

.table.table-bordered td.td-color-alert {
    background-color: #8dc3ff;
    border-color: #fff;
    color: #000
}

.table.table-big td {
    font-size: 13px;
    color: #000
}

.form-group label {
    font-weight: 600;
    font-size: 11px;
    color: #333
}

.form-control {
    height: 55px;
    border: 1px solid #dddee2;
    border-radius: 2px;
    color: #333;
    font-size: 11px;
    transition: 300ms border-color;
    outline: 0 none !important;
    box-shadow: 0 0 0 transparent !important
}

.form-control:focus {
    border-color: #009919
}

.form-controls-small .form-control {
    height: 45px
}

.form-controls-border-bottom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/seta-select.png") no-repeat scroll right center #fff;
    background-size: 19px 7px
}

.form-controls-border-bottom .form-control {
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #dddee2;
    height: 30px;
    padding-left: 0;
    padding-right: 0
}

.form-controls-border-bottom .form-control:focus {
    border-bottom-color: #009919
}

.btn {
    border-radius: 3px;
    box-shadow: 0 0 0 transparent;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    min-height: 37px;
    padding: 10px 20px;
    border: 0 none
}

.btn.btn-small {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    padding: 4px 8px
}

.btn.btn-small i {
    font-size: 10px;
    line-height: 13px
}

.btn.btn-default {
    border: 1px solid #009919;
    color: #009919;
    font-weight: 400
}

.btn.btn-default:hover {
    background: #009919;
    color: #fff
}

.btn.btn-primary {
    border: 1px solid #009919;
    background: #009919;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #008015
}

#nav-mobile {
    position: fixed;
    top: 0;
    left: -100%;
    right: 100%;
    bottom: 0;
    transition: 300ms all;
    background: transparent;
    z-index: 99999
}

#nav-mobile.active {
    left: 0;
    right: 0
}

#nav-mobile .mask {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

#nav-mobile .menu-mobile {
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    padding: 0;
    overflow: scroll
}

#nav-mobile .menu-mobile .nav-mobile-header {
    padding: 20px;
    border-bottom: 1px solid #dddee2
}

#nav-mobile .menu-mobile .nav-mobile-header .title-default {
    margin: 0;
    font-size: 20px
}

#nav-mobile .menu-mobile .nav-mobile-header .btn-close {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px
}

#nav-mobile .menu-mobile ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#nav-mobile .menu-mobile ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #dddee2
}

#nav-mobile .menu-mobile ul li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    padding: 15px 20px
}

#nav-mobile .menu-mobile ul li a.active {
    color: #009919;
    font-weight: bold
}

.header {
    background: #fff;
    border-bottom: 1px solid #009919
}

.header #open-nav-mobile {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    color: #009919;
    cursor: pointer
}

.header #open-nav-mobile i {
    display: block;
    line-height: 40px;
    margin: 0 auto
}

.header .brand {
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .header .brand img {
        max-height: 40px;
        width: auto;
        min-width: auto
    }
}

.header ul {
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 992px) {
    .header .user-info li {
        font-weight: 400;
        font-size: 12px;
        color: #333;
        margin-left: 20px
    }

    .header .user-info li:first-child {
        margin-left: 0
    }

    .header .user-info li i {
        margin-left: 3px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .header .user-info a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        margin: 0;
        padding: 0;
        border: 0 none;
        border-radius: 0;
        background: transparent
    }

    .header .user-info a i {
        display: block;
        font-size: 25px;
        line-height: 40px;
        margin: 0 auto
    }
}

.header .menu-header li {
    padding: 0 24px
}

.header .menu-header li a {
    font-weight: 400;
    font-size: 12px;
    color: #333;
    position: relative;
    text-decoration: none
}

.header .menu-header li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: #333;
    left: 50%;
    transform: translateX(-50%);
    transition: 300ms all
}

.header .menu-header li a:hover:after {
    width: 100%
}

.header .menu-header li a.active {
    font-weight: bold;
    color: #009919
}

.header .menu-header li a.active:after {
    background: #009919;
    width: 46px
}

.footer {
    background: #ececec
}

.footer .footer-list-links{
    gap: 5px 15px;
}
@media( max-width: 767px ){
    .footer .footer-links h3{
        font-size: 16px;
        margin-top: 20px;
    }
    .footer .footer-list-links{
        gap: 0px 15px;
    }
    .footer .footer-list-links a{
        font-size: 12px;
    }
}

.footer p {
    margin: 0;
    font-size: 12px;
    color: #333;
    line-height: 20px
}

.footer p a {
    color: #333;
    text-decoration: underline
}

.footer p a:hover {
    color: #009919
}

.login-page .get-bg {
    background-color: #000;
    padding: 30px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url("../img/banners/banner-3.png");
    transition: 300ms all
}

@media (min-width: 992px) {
    .login-page .get-bg {
        background-size: 100% auto
    }
}

.login-page .carousel-title h2 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 30px;
    text-align: center
}

@media (min-width: 768px) {
    .login-page .carousel-title h2 {
        font-size: 31px;
        line-height: 31px
    }
}

@media (min-width: 992px) {
    .login-page .carousel-title h2 {
        text-align: left;
        margin: 0 0 10px
    }
}

.login-page .carousel-title h2 b {
    font-weight: 900
}

.login-page .carousel-title h2 span {
    display: block;
    font-size: 21px;
    line-height: 21px;
    color: #FFFFFF
}

.login-page .carousel-options {
    list-style: none;
    padding: 30px 0 20px;
    text-align: center
}

@media (min-width: 992px) {
    .login-page .carousel-options {
        margin: 0;
        padding: 0;
        text-align: left
    }
}

.login-page .carousel-options>li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.login-page .carousel-options>li button {
    width: 20px;
    height: 20px;
    border: 0 none;
    border-radius: 100%;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    color: #009919;
    text-align: center;
    line-height: 20px;
    text-align: center
}

.login-page .carousel-options>li button:hover {
    transform: scale(1.3)
}

.login-page .carousel-options>li button.active {
    background: #009919;
    color: #fff
}

.login-page .carousel-items .item {
    display: none;
    min-height: 80px;
    text-align: center
}

@media (min-width: 768px) {
    .login-page .carousel-items .item {
        min-height: 120px
    }
}

@media (min-width: 992px) {
    .login-page .carousel-items .item {
        position: relative;
        min-height: 340px;
        text-align: left
    }
}

.login-page .carousel-items .item.active {
    opacity: 1;
    visibility: visible;
    display: block
}

.login-page .carousel-items .item p,
.login-page .carousel-items .item b,
.login-page .carousel-items .item span {
    color: #fff
}

.login-page .carousel-items .item p {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    margin: 0
}

@media (min-width: 992px) {
    .login-page .carousel-items .item p {
        top: 50%;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        font-size: 21px;
        line-height: 21px
    }
}

.login-page .carousel-items .item p>span {
    display: block
}

.login-page .carousel-items .item b {
    font-weight: 900
}

.login-page .carousel-items .item .f30 {
    font-size: 10px;
    line-height: 13px
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f30 {
        font-size: 30px;
        line-height: 33px
    }
}

.login-page .carousel-items .item .f35 {
    font-size: 15px;
    line-height: 18px
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f35 {
        font-size: 35px;
        line-height: 38px
    }
}

.login-page .carousel-items .item .f40 {
    font-size: 20px;
    line-height: 23px
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f40 {
        font-size: 40px;
        line-height: 43px
    }
}

.login-page .carousel-items .item .f50 {
    font-size: 20px;
    line-height: 23px
}

@media (min-width: 768px) {
    .login-page .carousel-items .item .f50 {
        font-size: 30px;
        line-height: 33px
    }
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f50 {
        font-size: 50px;
        line-height: 53px
    }
}

.login-page .carousel-items .item .f60 {
    font-size: 20px;
    line-height: 23px
}

@media (min-width: 768px) {
    .login-page .carousel-items .item .f60 {
        font-size: 40px;
        line-height: 43px
    }
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f60 {
        font-size: 60px;
        line-height: 63px
    }
}

.login-page .carousel-items .item .f70 {
    font-size: 20px;
    line-height: 23px
}

@media (min-width: 768px) {
    .login-page .carousel-items .item .f70 {
        font-size: 50px;
        line-height: 53px
    }
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f70 {
        font-size: 70px;
        line-height: 73px
    }
}

.login-page .carousel-items .item .f90 {
    font-size: 20px;
    line-height: 23px
}

@media (min-width: 768px) {
    .login-page .carousel-items .item .f90 {
        font-size: 70px;
        line-height: 73px
    }
}

@media (min-width: 992px) {
    .login-page .carousel-items .item .f90 {
        font-size: 90px;
        line-height: 93px
    }
}

.login-page .padding-login-content {
    padding: 25px 0
}

@media (min-width: 992px) {
    .login-page .padding-login-content {
        padding: 25px
    }
}

.login-page .box-login .border {
    background: #fff
}

.login-page .form-group {
    position: relative
}

.login-page .form-group .form-control {
    padding-left: 30px;
    position: relative;
    z-index: 1
}

.login-page .form-group i {
    position: absolute;
    z-index: 2;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #333;
    width: 20px;
    text-align: center
}

.login-page .box-msg ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.login-page .box-msg ul li {
    padding: 5px 5px 5px 10px;
    position: relative
}

.login-page .box-msg ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #333
}

.no-result-box ul {
    margin: 0
}

.no-result-box ul li {
    line-height: 20px;
    font-size: 14px;
    padding: 5px 0
}

.no-result-box p {
    font-size: 16px;
    line-height: 20px
}

@media (max-width: 991px) {
    .result-study-params-list span {
        width: 100%;
        padding: 3px 0
    }
}

.additional-users-title h3 {
    font-weight: bold;
    font-size: 22px;
    color: #009919;
    margin: 0;
    line-height: 20px
}

.additional-users-title p {
    font-weight: 600;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin: 0
}

.table.table-hover {
    border: 1px solid #000;
    border-radius: 2px
}

.table.table-hover th {
    border-top-color: #000
}

.panel {
    border: 1px solid #000;
    border-radius: 2px;
    padding: 15px
}

.panel .panel-heading {
    margin: -15px -15px 15px -15px;
    padding: 15px;
    background: #eaeaea;
    color: #000;
    display: block;
    width: auto;
    border-bottom: 1px solid #000
}

.panel .panel-heading h5 {
    color: #000
}

.panel hr {
    border-top-color: #000;
    margin-bottom: 32px;
    margin-top: 32px
}

.panel h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 15px 0 20px;
    color: #000;
    font-weight: bold
}

.panel h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px
}

.panel b {
    color: #000
}

.panel p {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 5px;
    color: #000
}

.panel p b {
    color: #000
}

@media print {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .visible-xs {
        display: none !important
    }

    .hidden-xs {
        display: block !important
    }

    table.hidden-xs {
        display: table
    }

    tr.hidden-xs {
        display: table-row !important
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important
    }

    .hidden-xs.hidden-print {
        display: none !important
    }

    .hidden-sm {
        display: none !important
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}