﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');

body {
    background: url(../icons/bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
}

.body-round {
    background-color: rgba(255,255,255,0.75);
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
    margin-top: 20px;
    margin-bottom: 30px;
}

p {
    font-size: 16px;
}

h3, h4 {
    text-transform: uppercase;
}

.container {
    max-width: 1180px;
}

.top-bottom-5 {
    margin: 5px 0 5px 0;
}

.top-bottom-10 {
    margin: 10px 0 10px 0;
}

.top-bottom-20 {
    margin: 20px 0 20px 0;
}

.top-bottom-30 {
    margin: 30px 0 30px 0;
}

.top-bottom-10-50-auto {
    margin: 10px auto 50px auto;
}

.border-round-2 {
    border-radius: 15px;
    border: 2px solid;
    padding: 5px 0 0 0;
}

.border-round-1 {
    border-radius: 15px;
    border: 1px solid #b5b5b5;
    padding: 12px 5px 5px 5px;
    display: inline-block;
    min-height: 180px;
}

.left-block, .right-block {
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
}

.red {
    color: #d0142c;
    font-weight: bold;
}

.green {
    color: #297825;
    font-weight: bold;
}

.yellow {
    color: #f39205;
    font-weight: bold;
}

h1.word {
    color: #db4c14;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 60px;
    background: rgba(0,0,0,1.00);
    border: none;
    border-radius: 0px;
}

.header-block {
    background: #db4c14 none repeat scroll 0 0;
    border-radius: 12px 12px 0 0;
    display: list-item;
    height: 40px;
    list-style: outside none none;
    margin: 0 -15px;
    padding: 10px;
}

    .header-block div {
        display: block;
    }

.break-session a {
    text-decoration: none;
    color: #ffffff;
    padding: 4px 4px;
}

    .break-session a:hover {
        text-decoration: none;
        color: #db4c14;
        background-color: #ffffff;
        border-radius: 4px 4px;
    }


.progress-session {
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
}

.center-icon {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 60px;
	left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    opacity: 1;
    z-index: 999;
}

.center-icon .glyphicon.glyphicon-ok {
	color: limegreen;
}

    .center-icon .glyphicon {
        font-size: 30px;
    }

.false {
    color: #d0142c;
}

.true {
    color: #297825;
}

.false .glyphicon-text {
    font-size: 16px;
    font-weight: bold;
}

.thumbnail.true, .thumbnail.selected.true {
    opacity: 0.75;
	box-shadow: 0px 0px 0px 2px limegreen;
	filter:none;
	border:none;
}

.thumbnail.false {
    opacity: 0.35;
	filter:none;
	border:none;
}

.thumbnail.selected.false {
    opacity: 0.35;
	filter:none;
	border:none;
}

.btn.btn-default.btn-lg {
    background: #0069b4;
    color: #ffffff;
    border-radius: 15px;
    font-size: 16px;
}

    .btn.btn-default.btn-lg:hover {
        opacity: 0.8;
    }

.btn.btn-primary.btn-lg.rectangle {
    border-radius: 0px;
    font-size: 24px;
    text-transform: uppercase;
    width: 200px;
    background: #0069b4;
}

    .btn.btn-primary.btn-lg.rectangle:hover {
        opacity: 0.8;
    }

/*.progress {margin: 0 -15px; border-radius:0px; height:40px; border-radius: 15px;}*/

@media screen and (max-width: 800px) {
    .button-row {
        display: block !important;
        
    }

    .button-row li {
        margin-bottom: 10px !important;
    }
}


.button-row {
    list-style: none;
    display: inline-flex;
}

    .button-row li {
        margin: auto 10px;
    }

.btn-lg.rectangle-red {
    border-radius: 0px;
    font-size: 14px;
    height: 45px;
    width: 200px;
    background: #d0142c;
    border: 0px;
}

.btn-lg.rectangle-yellow {
    border-radius: 0px;
    font-size: 14px;
    height: 45px;
    width: 200px;
    background: #f39205;
    border: 0px;
}

.btn-lg.rectangle-green {
    border-radius: 0px;
    font-size: 14px;
    height: 45px;
    width: 200px;
    background: #297825;
    border: 0px;
}

    .btn-lg.rectangle-red:hover, .btn-lg.rectangle-yellow:hover, .btn-lg.rectangle-green:hover {
        opacity: 0.8;
    }

.progress-fiszka {
    height: 20px;
    border-radius: 0 0;
    margin-left: -15px;
    margin-right: -15px;
}

.text-center img.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.register-login-btns a {
    white-space: normal;
    width: 164px;
}

.register-reset-btns a {
    white-space: normal;
    width: 148px;
}

.navbar-brand img {
    max-height: 40px;
}

.multiimg a {
	transition: all .25s ease-in-out;
}

.multiimg .selected {
	border: 1px orangered solid;
    filter: sepia(75%);
	box-shadow: 0px 4px 0px 0px grey;
}

.multiimg a:hover {
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.7);
}

ul.button-row {
	padding-left: 0;
    padding-right: 0;
}

.draglist {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1rem !important;
	display: table !important;
	padding-left: 0 !important;
}

[ng-drag] {
	opacity: 0.7;
}

[ng-drop] {
	border-radius: 1rem !important;
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
	background: rgba(0, 0, 0, 0.15);
}

.drag-enter {
	background-color: rgba(0,0,0,0.3) !important;
	border: solid 3px rgba(0,0,0,0.3) !important;
}

.drag-enter.div {
	background-color: limegreen !important;
	color: white !important;
}

[ng-drop] div {
	border-radius: 0.5rem !important;
}

.navbar-right {
    float: right !important;
}

.navbar-right li {
    display: inline-block !important;
}

.start-loader {
    background: url(../icons/bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: 15px;
}