/* open-sans-regular - latin_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v15-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin_latin-ext-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Main */
body {
    background-color: #eee;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.container-fluid {
    background-color: #f8f8f8;
    clear: both;
}
#login-header {
    text-align: center;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    width: 400px;
}
#login-header a {
    font-size: 30px;
}
.login-error {
    width: 400px;
    text-align: center;
    margin: 10px auto -20px auto;
}

.block-login-outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.block-login-middle {
    display: table-cell;
    vertical-align: middle;
}
.block-login {
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
    margin-top: -40px;
    width: 400px;
    padding: 20px 30px;
    /* box-shadow: 0 0 10px #ccc; */
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.panel {
    margin-top: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 2px;
}
.panel {
    margin-bottom: 60px !important;
}
@media (max-width: 500px) {
    .block-login {
        width: 100%;
    }
    #login-header {
        width: 100%;
    }
}
.block-login p {
    text-align: center;
}
.block-login input[type="submit"] {
    width: 50%;
}
.nav-logo-carework {
    width: 160px;
    margin-top: -6px;
}
.logo-carework {
    width: 140px;
}
.btn-green {
    background-color: #8dbc08;
    border: 1px solid #7da20a;
    color: #fff;
}

.block-apps {
    margin-left:auto;
    margin-right:auto;
    padding: 20px 30px;
    text-align: center;
    font-size: 10px;
}
#google-play-badge, #app-store-badge {
    display: table-cell;
}
@media (min-width: 540px) {
    .block-apps {
        width: 540px;
    }
    #google-play-badge {
        padding-left: 16px;
    }
    #google-play-badge, #app-store-badge {
        width: 50%;
    }
}
@media (max-width: 539px) {
    .block-apps {
        width: 100%;
    }
    #google-play-badge, #app-store-badge {
        width: 100%;
        display: block;
    }
}

/* Bootstrap */

textarea.form-control:focus,
textarea:focus,
.selectize-input.focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(141, 188, 8, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(141, 188, 8,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(141, 188, 8,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(141, 188, 8,.6);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .selectize-control .selectize-input.disabled {
    background-color: #fafafa;
    opacity: 1.0;
}

.form-control, .selectize-input, .btn, .alert {
    border-radius: 3px;
}

.selectize-control.multi .selectize-input > div.active {
    background-color: rgba(141, 188, 8, 1) !important;
}

/**
    don't display remove button in selectize widget
 */
.selectize .remove-single {
    display: none;
}

.btn-green:hover {
    background-color: #7abc33;
    border: 1px solid #7da20a;
    color: #fff;
}
.btn-info {
    background-color: #8dbc08 !important;
    border: 1px solid #7da20a !important;
    color: #fff;
}

.btn-info.active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #7abc33;
    border: 1px solid #7da20a;
}

.user-info {
    float: right;
    margin-right: 10px;
}
.user-info ul {
    list-style: none;
}
.user-info ul li {
    float: left;
    color: #689200;
    font-size: 14px;
    margin: 15px 6px;
}
.user-info ul li span {
    font-size: 20px;
}
.user-info a {
    color: #000;
}
.user-info a span {
    margin-top: -2px;
}
@media (max-width: 500px) {
    .user-info-name {
        display: none;
    }
}

/* Menu */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 230px;
    max-width: 230px;
    min-height: 100vh;
}

#sidebar.active {
    margin-left: -230px;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 10px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}

#sidebarCollapse {
    position: absolute;
    left: 220px;
    top: 10px;
}
#sidebar i {
    width: 25px;
}
#sidebar .fa {
    font-size: 120%;
}

@media (min-width: 769px) {
    #sidebarCollapse {
        display: none;
    }
}
@media (max-width: 768px) {

    #sidebar {
        margin-left: -230px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


#sidebar p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

#sidebar a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 10px 0 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 20px 10px 0;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    /* background: #fff; */
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    /*
    color: #fff;
      background: #6d7fcc; */
}
#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}
#sidebar ul li i {
    padding-right: 10px;
}
.header-top {
    height: 300px;
}
#content {
    width: 100%;
    margin-top: -120px;
}
#content-title {
    height: 40px;
}
@media (min-width: 990px) {
    h1 {
        font-size: 28px;
    }
}
@media (min-width: 768px) and (max-width: 989px) {
    h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 20px;
    }
}

.buttons-right {
    float: right;
    margin-top: 22px;
}
.buttons-bottom {
    float: right;
    margin-top: -20px;
    margin-bottom: 40px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #689200;
    background-color: #84bd01;
}
.pagination > li > a, .pagination > li > a, .pagination > li > span, .pagination > li > span {
    color: #000;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #000;
}
.table a {
    color: #000;
}
.icon-green {
    color: #7da20a;
}
.row-red-color {
    color: red;
}
#panel-program .panel-title a {
    display: block;
}
#panel-program .panel-title a span {
    float: right;
}
#panel-program .panel {
    margin-bottom: 20px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#panel-program .panel .table {
    margin-bottom: 0;
}
.textarea-hidden {
    display: none;
}
#lp-points .panel {
    margin-bottom: 0 !important;
}
#lp-points h2 {
    font-size: 20px;
}
.logo-pomagaj {
    width: 260px;
}
.panel-heading-green {
    background-color: #7da20a !important;
    color: #fff !important;
}
h4.panel-title {
    font-size: 16px;
}
h2.panel-title {
    font-size: 20px;
}
@media (min-width: 992px) {
    .row-points  {
        display: flex;
    }
}
.row-points  {
    margin-bottom: 20px;
}
.col-points {
    height: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    vertical-align: middle;
}
.col-points-number {
    text-align: center;
    font-size: 20px;
    background-color: #7da20a;
    color: #fff;
    font-weight: bold;
}
#lp-points h4 a {
    display: block;
}
.col-points-hint {
    padding: 0;
    background-color: rgba(125, 162, 10, 0.25);
}
.col-points-hint a, .col-points-hint span {
    padding: 10px;
    color: #000;
    display: block;
}

.test-question-answer {
    margin-top: 30px;
    width: 30px !important;
}
#panel-questions .panel {
    margin-bottom: 20px !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #fbfbfb;
}
#kurs-panel {
    background-image: url("../img/etutor-banner.png");
    background-color: #808082;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
    padding: 20px;
}
#kurs-panel p {

}
@media (min-width: 930px) and (max-width: 1080px) {
    #kurs-panel {
        background-size: auto 80%;
    }
}
@media (min-width: 600px) and (max-width: 929px) {
    #kurs-panel {
        background-size: auto 60%;
    }
}
@media  (max-width: 599px) {
    #kurs-panel {
        background-size: auto 40%;
    }
}
.product-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    min-width: 320px;
    min-height: 450px;
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.product-card-inactive {
    background-color: rgba(0, 0, 0, 0.01);
}
.product-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.product-card-image {
    width: 100%;
    max-height: 220px;
    text-align: center;
    padding: 10px;
    height: 220px;
}
.product-card-image img {
    max-height: 200px;
    max-width: 100%;
    height: auto;
}
.product-card-thumbnails {
    width: 100%;
    max-height: 100px;
    text-align: center;
    padding-bottom: 10px;
    height: 60px;
}
.product-card-thumbnails img {
    max-height: 50px;
    max-width: 100%;
    height: auto;
    margin: 0 2px 0 2px;
    cursor: pointer;
}
.product-card-container {
    padding: 2px 16px;
    text-align: center;
}
.product-card-description {
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.product-card-more {
    text-align: left;
    font-size: 12px;
    cursor: pointer;
}
.product-card-description ul {
    padding-left: 15px;
}
.product-card-description p, .product-card-description ul {
    margin-bottom: 4px;
}

@media  (min-width: 1310px) {
    .product-card-three-clear {
        clear: both;
    }
}
@media  (max-width: 1309px) {
    .product-card:nth-child(2n+1) {
        clear: both;
    }
    .product-card-three-clear {
        clear: none;
    }
}

.radio-button {
    margin-bottom: 30px;
}
.col-test {

}
.video-container {
    max-width: 800px;
}
.file-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-bottom: 10px;
}
