@font-face {
    font-family: 'fontello';
    src: url('/font/fontello.eot?85261627');
    src: url('/font/fontello.eot?85261627#iefix') format('embedded-opentype'),
    url('/font/fontello.woff?85261627') format('woff'),
    url('/font/fontello.ttf?85261627') format('truetype'),
    url('/font/fontello.svg?85261627#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav-link {
    color: #003462 !important;
    transition: border-bottom 1s;
    border-bottom: 2px solid transparent;
    font-size: 110%;
}

.nav-link:hover {
    color: #003462 !important;
    border-bottom: 2px solid #003462;
}

.btn-outline-primary {
    color: #003462 !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 1s;
    border-color: #003462 !important;
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #003462;
    background-image: none;
    border-color: #003462 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003462 !important;
    transition: color 1s;
    border-color: #003462;
}

.btn-primary:hover {
    color: #000;
    background-color: #b3babd !important;
    border-color: #b3babd !important;
}

.title-section {
    background-color: #003462;
    color: white;
    padding-top: 4rem;
    padding-bottom: 4rem;

}

.title-section-login {
    min-height: 10vh;
    padding-top: 3%;
}

.obsah {
    min-height: 60vh;
    padding-top: 2rem;
    padding-bottom: 4rem;

}

.obsah span {
    height: 5rem
}

.contact-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8f9fa;
}

.contact-form h2 {
    padding-bottom: 2rem;

}

.contact-form-1 input, .contact-form-1 textarea {

    margin-bottom: 1rem;
}

.poradenstvi {
    min-height: 80vh;
    padding-top: 2rem;
    padding-bottom: 4rem;

}

.polozky {

    margin-bottom: 3rem;
    min-height: 9rem;

}

.polozky h3 {

    color: #003462;

}

.footer-section {
    background-color: rgb(182, 182, 182) /*#003462*/;
    color: white;
    margin-top: 2rem;
    min-height: 15vh;
    padding-top: 4vh;
    padding-bottom: 0vh;

}

.f-nav-link {

    color: white;
    padding: 5px;
}

.f-nav-link:hover {
    color: white;
    text-decoration: underline;
}

.form-signin {
    max-width: 330px;
    padding: 30px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}

#login-dp .help-block {
    font-size: 12px;
}

#login-dp .login-bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
    width: 100%;
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 49%;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

@media (max-width: 768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

    #login-dp .login-bottom {
        background-color: inherit;
        border-top: 0 none;
    }
}

.dialog-full-screen {
    width: 98%;
    max-width: 98%;
}

.full-modal-dialog {
    padding-right: 0 !important;
}

.phone-registration-input {
    padding: 7px 0;
}

.rating-survey {
    padding: 2rem 0;
}

.form-group.required label:after {
    content: "*";
    color: red;
    padding-left: 5px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.tr {
    font-size: 2.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.tr {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.tr {
    color: #FF912C;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    width: 100%;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #5A55A3;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.card-background {
    background: #003462
}

.text-wrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.profile-nav.active {
    background: #003462 !important;
    color: #fff !important;
}

.profile-nav {
    margin-top: 10px;
}

.pad-10 {
    margin: 40px 0;
}

.course-inactive{
    opacity: .4;
    background-color: #f9f9f9!important;

}
/*.grecaptcha-badge { visibility: hidden; }*/
