body{
    font-family: 'Lato', sans-serif;
}

.save-user-course-button{
    width:100%;
}

.user-courses-header{
    margin-top:50px;
}

.save-user-course-button{
    margin-top:30px;
}

.course-box,
.blocked-course-box,
.lesson-box,
.blocked-lesson-box{
    height:15vh;
    margin:10px;
    display: table;
    padding:0;
}

.course-box,
.lesson-box{
    background-color:rgba(60,141,188,0.4);
}

.blocked-course-box a,
.blocked-lesson-box a{
    cursor: initial !important;
    background-color:rgba(0,0,0,0.3);
}

.course-box:hover,
.lesson-box:hover{
    background-color:rgba(60,141,188,0.5);
}

.course-box a,
.blocked-course-box a,
.lesson-box a,
.blocked-lesson-box a{
    display: table;
    height:100%;
    text-align: center;
    width:100%;
}

.done-lesson{
    background-color: rgba(67, 192, 85, 0.4);
}

.done-lesson:hover{
    background-color: rgba(67, 192, 85, 0.5);
}

.course-box-caption,
.lesson-box-caption{
    display: table-cell;
    color:#ffffff;
    font-size:2rem;
    vertical-align: middle;
    text-align: center;
    height:100%;
}

.box-header i{
    margin-right: 20px;
}

.collapse{
    display: none;
}

.classroom-lesson .video{
    text-align: center;
}

.classroom-lesson .box-header{
    background-color: rgba(0,0,0,0.1);
}

.files-row{
    display: table;
    margin-bottom:25px;
}

.file-box{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.file-box a{
    color:#ffffff;
}

.files-row i{
    position: relative;
    color: red;
    right: 6px;
    top: 2px;
}

.files a{
    width:100%;
    height:100%;
}


.answer-row{
    display: flex !important;
    text-align: right;
    position: relative;
    width: 75%;
    margin-bottom:2px !important;
}

.answer-row > .input-group-addon{
    width: 35px;
}

.answer-row > .input-group-addon > input{
    position: relative;
    top: 3px;
}

.action-buttons{
    position: relative;
    top: 7px;
    padding-left:10px;
}

.remove-question{
    position: relative;
    top:18px;
}

.dragdrop {

}
.ui-state-hover {
    background:lightyellow;
}
.ui-state-active {
    background:lightgray
}

.date-filter{
    margin: 15px 0px;
}

.date-filter .inputs{
    width: 100%;
    display: inline-flex;
    position:relative;
    padding: 0 30%;
}

.date-filter form #date_start_input,
.date-filter form #date_end_input{
    width: 50%;
}

#date_filter_submit{
    display: block;
    margin:auto;
    width: 40%;
}

.row{
    cursor: pointer;
}

.glyphicon-remove{
    color: rgba(255,0,0,0.7);
    cursor: pointer;
}

.box.box-final {
    border-top-color: rgba(255,0,0,0.7);
}

.box.box-warning {
    border-top-color: rgba(255, 196, 48, 0.7);
}

.poll-with-name{
    position: relative;
    top:3px;
}

.toggle{
    margin-right:25px;
}

.answer-index td{
    white-space: pre-wrap;
}

.test-modal-btn{
    width:100%;
}

.save-test{
    margin-top: 20px;
}

.dragdrop .box-body,
.dragdrop .box-header{
    background-color: rgba(0,0,0,0.05);
}

.add-answer{
    margin-right: 24px;
    margin-top: 20px;
    width: 70%;
}

.answer-row label{
    width: 75px;
    position: relative;
    top: 8px;
    margin-right: 15px;
}

.dragdrop .box{
    border-left:    1px solid #d2d6de;
    border-right:   1px solid #d2d6de;
    border-bottom:  1px solid #d2d6de;
}

.btn-xs{
    margin-left:10px;
    position: relative;
    top: -2px;
}

dl{
    text-align: center;
}

dt{
    margin-top:10px;
}

dd:before{
    content: '— ';
}

.lesson-view .box{
    min-height: 300px;
}

.content-header h1 a{
    margin-left:20px;
}

.poll-answers input[type="radio"]{
    position: relative;
    top: 4px;
    left: -5px;
}

/* ////////////////// */

.lesson-link .info-box-text{
    font-size: 13px;
}

#vid-collapse .info-box-text{
    white-space: pre-line;
    height: 138px;
    display: table-cell;
    vertical-align: middle;
}

#vid-collapse .info-box-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height:180px;
}

.carousel-course .info-box-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height:160px;
}

.info-box-icon i{
    color:white;
}

#vid-collapse .info-box-icon i{
    padding-top:20px;
}

a.course-link:hover{
    text-decoration: none;
}

.carousel-course:focus,
.carousel-course:hover{
    text-decoration: none;
    color: #ffffff;
}

.course-link .info-box-text,
.carousel-course .info-box-text{
    text-decoration: none;
    color: #ffffff;
}

.course-link:hover .info-box-text,
.carousel-course:hover .info-box-text{
    text-decoration: none;
    color: #ffffff;
}



.course-length-info{
    font-size: 12px;
    min-height:90px;
}

.lesson-link .info-box-icon{
    height:132px;
}

.lesson-link .info-box-text{
    height:90px;
    white-space: initial;
}

.carousel-course .info-box-text{
    height:118px;
    white-space: initial;
}

.carousel-course{
    color: #ffffff;
}

.carousel-unfinished-course .info-box-text{
    height: 80px !important;
}

.carousel-unfinished-course .info-box-icon{
    height: 122px !important;
}

.carousel-unfinished-course .more-info{
    position: relative;
    bottom: -45%;
}




/* ////////////////// */


.info-box-icon a:hover i{
    color:orange;
}

#frontpoll .input-group-addon.wrapped-text{
    line-height: 0rem;
    text-align: center;
    background-color: unset;
    width:200px;
}

.file-container{
    display: inline-table;
    width: 200px;
    height:10vh;
    background-color: rgba(0,0,0,0.3);
    color:#ffffff;
    word-break: break-word;
    margin-right:15px;
    margin-bottom:5px;
    margin-top:5px;
}

.file-container:hover{
    background-color: rgba(0,0,0,0.4);
}

.small-box{
    margin-top: 10px;
    margin-bottom: 10px;
}

.small-box .icon{
    font-size: 70px;
}

.small-box>.inner{
    height: 80px;
}

.small-box:hover .icon {
    font-size: 80px;
}

.box-image{
    height:150px;
    background-color:rgba(0,0,0,0.1);
    background-size: cover;
    background-position: top;
}

.info-box-content{
    min-height: 90px;
}

.add-to-cart{
    color:#ffffff;
}

.add-to-cart:hover{
    text-decoration: none;
}

.dropdown-menu .footer{
    padding-top:0;
}

.btn-checkout{
    background-color: green !important;
    border-color: darkgreen !important;
    border-bottom: 0px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color:#ffffff !important;
}

.btn-clear{
    background-color: orange !important;
    border-color: orangered !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0px !important;
}

.payment-arrow{
    margin-left:10px;
}

.full-package-banner{
    display: table;
    width:1000px;
    height:150px;
    margin: 0 auto;
    padding:0;
    margin-bottom: 30px;

    background: #F2C14E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #F2C14E, #F78154); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #F2C14E, #F78154); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #F2C14E, #F78154); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #F2C14E, #F78154); /* Standard syntax */

    opacity: 0.95;
}

.banner-text{
    display: table-cell;
    height:100%;
    vertical-align: middle;
    text-align: center;
}

.full-package-banner h1{
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Verdana,sans-serif;
    font-size: 2rem;
    color: white;
}

.btn-primary {
    color: #fff !important;
    background-color: #ec5252;
    border: 1px solid transparent !important;
    /*margin-top:15px;*/
}

#icon-set,
#upload-file{
    margin-top:0 !important;
}

hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: 'Source Sans Pro',sans-serif;
}
.small-box>.inner {
    padding: 10px;
    height: 102px;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box .icon {
    font-size: 88px;
}

.small-box p {
    font-size: 15px;
    margin: 0 0 10px !important;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
/*.small-box .icon{*/
    /*font-size: 90px;*/
    /*color: rgba(0,0,0,0.15);*/
/*}*/

hr {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

.action-column{
    text-align:center;
}

.action-column .fa-file-text{
    position:relative;
    right:-9px;
}

#login-form .texts{
    display: inline-flex;
    width:100%;
}
#login-form .texts p{
    position: relative;
    top: 10px;
    text-align: right;
    width: 65%;
}

.course-description{
    font-size:1.8rem;
}

.choose-file{
    margin-bottom:25px;
}

.choose-file img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.image-to-select{
    height:90px;
    margin-bottom:15px;
}

.comments .comment-author-avatar img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 0px solid #e2e2e2;
}

.imageBox
{
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    margin: 0 auto;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 13%;
    width: 300px;
    height: 150px;
    margin-top: -75px;
    /* margin-left: -100px; */
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

#crop-container{
    width:100%;
    text-align:center;
}

#crop-container .action{
    margin-top:15px;
}

.crop-prev{
    margin-top:35px;
    display: inline-grid;
}

#save-cropped-img{
    margin-top:10px;
}

/* ========================================================================================== */
/* ========================================Carousel========================================== */
/* ========================================================================================== */

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
    height: 40px;
}
.carousel-control.left,
.carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none !important;
    background-color: none !important;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 100%;
	height: 230px;
}

.img-responsive{
    height:200px !important;
    background-size: cover;
}

.carousel-control .glyphicon-chevron-right{
    margin-right:-65% !important;
}
.carousel-control .glyphicon-chevron-left{
    margin-left:-65% !important;
}



/* ========================================================================================== */
/* ==========================================Rating========================================== */
/* ========================================================================================== */

.box-image{
    text-align: right;
}
.rating-container{
    position:relative;
    right: -25px;
    transform: scale(0.75);
    bottom: -115px;
}
.rating-container .empty-stars{
    color: rgba(0,0,0,0.5);
}
.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: default;
}

form#course-rate-form .rating-container{
    transform: none;
    bottom: 0;
    left:-20px;
}

#save-course-rate{
    position:relative; 
    top:8px;
    padding:1px !important; 
    height:30px;
}

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

ul.menu{
    background-color: rgba(0, 0, 0, 0.1);
}

a.course-link:hover{
    text-decoration: none;
}

.bg-default .info-box-content{
    background-color: rgba(0,0,0,0.2);
}
.bg-default .box-image{
    background-color: rgba(0,0,0,0.25);
}

.bg-default .info-box-icon{
    background-color: rgba(0,0,0,0.3);
}

.rating-container .rating-stars{
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.wrapper{
    overflow: initial;
}

.more-info{
    font-size: 12px;
    line-height: 15px;
}

.more-info-lesson{
    position: relative;
    top:-30px;
    font-size: 12px;
    line-height: 15px;
}

/* .tooltip{
    width:300px;
} */

.tooltip-inner {
    text-align: left !important;
    min-width: 300px !important;
}

.treeview-menu li.header{
    background-color:rgba(0,0,0,0.3);
    color:#4b646f;
}

.sidebar-menu .treeview-menu{
    padding-left:0;
}


/*certyfikat*/ /*regulamin*/ /*responsiv design*/
#regulaminRR {
    font-family: tahoma !important; 
    font-size: 10pt !important; 
    text-align: justify !important; 
    line-height: 20px !important; 
    margin-left: -21px !important;
}

#regulaminRR table { 
    border: 0px !important; 
    background:url("") !important;
    background:url("") !important;
}

#regulaminRR table tr { 
    border: 0px !important;
    text-align: justify !important;
    background:url("") !important;
}

#regulaminRR table td { 
    border: 0px !important;
    background:url("") !important;
    text-align: justify;
    padding: 3px !important;
    font-family: tahoma !important; 
    font-size: 10pt !important;
    background:url("") !important;
    color: #6f6f6f !important; 
    width: auto !important
}

#regulaminRR b {
    color: #6f6f6f !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height:200px !important;
}

#regulaminRR section{
    margin: 15px 0 !important;
    padding: 15px 0 !important;
}

.modal-privacy{
    color: #23527c;
    text-decoration: underline;
}