.bg-gradient-primary {
    background-color: #03403d;
    background-image: linear-gradient(180deg, #03403d 10%, #03403d 100%);
    background-size: cover;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.bg-login {
    background: url("../img/books-918521_1920.jpg") no-repeat center center;
    background-size: cover;
}

.btn {
    /* border-radius: 75px !important; */
}

.btn-green {
    background: #06968e;
    border-color: #06968e;
    color: #fff;
}

.btn-green:hover {
    background: #4bb0aa;
    border-color: #00b08d;
    color: #fff;
}

.bg-silver {
    background-color: #f2f3f6 !important;
}

.border-green {
    border-color: #06968e;
}

.btn-circled {
    border-radius: 75px;
}

a {
    color: #06968e;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #4bb0aa;
    text-decoration: none;
    background-color: transparent;
}

.option-button {
    height: 100%;
    width: 100%;
}

.card {
    border-radius: 5px;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../img/preloader.gif');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

.form-control {
    padding: 0.175rem 0.75rem !important;
}

@media (min-width: @screen-xs-min) {

    .h1-xs,
    .h2-xs,
    .h3-xs {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

    small,
    .small {
        font-size: 65% !important;
    }
}

.h4-xs,
.h5-xs,
.h6-xs {
    margin-top: (@line-height-computed / 2);
    margin-bottom: (@line-height-computed / 2);

small,
.small {
    font-size: 65%;
}

}

.h1-xs {
    font-size: @font-size-h1;
}

.h2-xs {
    font-size: @font-size-h2;
}

.h3-xs {
    font-size: @font-size-h3;
}

.h4-xs {
    font-size: @font-size-h4;
}

.h5-xs {
    font-size: @font-size-h5;
}

.h6-xs {
    font-size: @font-size-h6;
}

}

@media (min-width: @screen-sm-min) {

    .h1-sm,
    .h2-sm,
    .h3-sm {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

    small,
    .small {
        font-size: 65%;
    }
}

.h4-sm,
.h5-sm,
.h6-sm {
    margin-top: (@line-height-computed / 2);
    margin-bottom: (@line-height-computed / 2);

small,
.small {
    font-size: 75% !important;;
}

}

.h1-sm {
    font-size: @font-size-h1;
}

.h2-sm {
    font-size: @font-size-h2;
}

.h3-sm {
    font-size: @font-size-h3;
}

.h4-sm {
    font-size: @font-size-h4;
}

.h5-sm {
    font-size: @font-size-h5;
}

.h6-sm {
    font-size: @font-size-h6;
}

}

@media (min-width: @screen-md-min) {

    .h1-md,
    .h2-md,
    .h3-md {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

    small,
    .small {
        font-size: 65%;
    }
}

.h4-md,
.h5-md,
.h6-md {
    margin-top: (@line-height-computed / 2);
    margin-bottom: (@line-height-computed / 2);

small,
.small {
    font-size: 75%;
}

}

.h1-md {
    font-size: @font-size-h1;
}

.h2-md {
    font-size: @font-size-h2;
}

.h3-md {
    font-size: @font-size-h3;
}

.h4-md {
    font-size: @font-size-h4;
}

.h5-md {
    font-size: @font-size-h5;
}

.h6-md {
    font-size: @font-size-h6;
}

}

@media (min-width: @screen-lg-min) {

    .h1-lg,
    .h2-lg,
    .h3-lg {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

    small,
    .small {
        font-size: 65%;
    }
}

.h4-lg,
.h5-lg,
.h6-lg {
    margin-top: (@line-height-computed / 2);
    margin-bottom: (@line-height-computed / 2);

small,
.small {
    font-size: 75%;
}

}

.h1-lg {
    font-size: @font-size-h1;
}

.h2-lg {
    font-size: @font-size-h2;
}

.h3-lg {
    font-size: @font-size-h3;
}

.h4-lg {
    font-size: @font-size-h4;
}

.h5-lg {
    font-size: @font-size-h5;
}

.h6-lg {
    font-size: @font-size-h6;
}

}

.ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 145px;
    height: 145px;
    top: -3px;
    right: -3px;
}

.ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 25px;
    width: 190px;
    line-height: 20px;
    background-color: #03403d;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.text-info {
    color: #3498DB !important;
}

.text-success {
    color: #26B99A !important;
}

.nav-tabs {
    margin-bottom: 1px;
}

.nav-tabs .nav-link {
    background-color: #07968E;
    color: #fff;
    margin-right: 4px;
    border: 0;
    line-height: 32px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #6e707e;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #dddfeb #dddfeb #fff;
    border-bottom: 0;
    font-weight: bold;

}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: #0b2e13;
}

/* Styles go here */

.flex-1 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.bg-home {
    background-color: rgba(7, 150, 142, 0.8);
}


.box-hover {
    transition: transform .1s; /* Animation */
}

.box-hover:hover {
    background: #fff;
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.box-hover a {

}

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {

    #menu-top.navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    #menu-top.navbar .nav-item:hover .nav-link {
        color: #000;
    }

    #menu-top.navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    #menu-top.navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    #menu-top.navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

/* ============ desktop view .end// ============ */

.main-page {
    padding-top: 69px !important;
}


.modal {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

.not-pdf-padding-5-percent {
    padding-top: 5%;
    padding-bottom: 5%;
}

.not-pdf-padding-2-percent {
    padding-top: 2%;
    padding-bottom: 2%;
}

.width-50 {
    width: 50%;
    padding-top: 7%;
    padding-bottom: 7%;
    margin-left: 0px;
}

.width-50-right {
    width: 50%;
    padding-top: 7%;
    padding-bottom: 7%;
    margin-left: 50%;
    margin-bottom: -1px;
}

@media (min-width: 950px) {
    .samouczek_btn {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}


.analysis-title-header {
    border-bottom: 1px solid silver;
    padding-bottom: 15px;
    text-align: center;
}