div {
    margin: 0px;
}

div.round {
    border-radius: 4px 4px 0 0;
    margin: 10px 10px 0 0 0;
    padding-left: 10px;
    font-weight: 600;
}

/*------- End efekt tekstu długi --------*/

.iconify {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #aaa;
    margin: 8px;
}

.iconify.small {
    width: 20px;
    height: 20px;
	position:absolute;
}

.iconify.big {
    width: 4em;
    height: 4em;
}

.iconify.noglow {
    border-radius: 0%;
    box-shadow: 0 0 0;
	position:absolute;
}


.bacgroundDarkGrey {
    background-color: #222;
}

.myLinia {
    font-size: x-small;
    display: block;
    background-color: #285da9;
    color: #285da9;
}


/*----------top menu*/
#navDiv {
  padding: 10px;
  text-align: left;
}

#menu {
	overflow: hidden;
	width: 100%;
}

.content {
  padding: 16px;
}

.sticky {
  z-index:100;
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/* progress bar */
#progress{
    width: 300px;
    margin: auto;
}
progress{
    display: inline-block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 300px;
    height: 25px;
    padding: 3px 3px 2px 3px;
    background: #333; 
    background: -webkit-linear-gradient(#285da9,#444);
    background:    -moz-linear-gradient(#2d2d2d,#444);
    background:      -o-linear-gradient(#2d2d2d,#444);
    background:         linear-gradient(#2d2d2d,#444);
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255,255,255,.2);   
}


/*----------inputs*/

input {
    background-color: #343a40;
    color: #9a9da0;
    height: 40px;
    border-top-left-radius: 10px;
    font-weight: 900;
    margin: 5px;
}

input:hover {
    color: #000;
    box-shadow: 2px 2px 2px #343a40;
    cursor: pointer;
    /*    animation: booColor 1s ease-in 5s infinite;*/
}

input:disabled {
    color: #6e6f71;
    box-shadow: 2px 2px 2px #a7a7a7;
}

input.working {
    animation: booColor 1s ease-in 0s infinite;
}

@keyframes booColor {
    0% {
        background-color: #a7a7a7;
    }

    10% {
        background-color: #fff;
        /*        color: #6e6f71;*/
    }

    100% {
        background-color: #343a40;
        /*        color: #fff;*/
    }
}

input.myerror {
    animation: booColor2 5s ease-in 0s infinite;
}

@keyframes booColor2 {
    0% {
        background-color: #f88c8c;
    }

    10% {
        background-color: #fff;
        /*        color: #6e6f71;*/
    }

    100% {
        background-color: #ff75aa;
        /*        color: #fff;*/
    }
}



/*----------other*/

.paleTxt {
    
	color: #a7a7a7;
    font-style: italic;
}

div.Charts {
	border: 2;
	width: 100%;
    border-bottom-style: solid;
	margin : 5px;
}

.hideMe {
    visibility: hidden;
}

/*        BUTTON*/
.styled {
    height: 60px;
    border: 5px;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #a7a7a7;
    text-shadow: 1px 1px 1px #000;
    border-top-left-radius: 10px;
    background-color: #343a40;
    background-image: linear-gradient(to top left,
            rgba(0, 0, 0, .2),
            rgba(0, 0, 0, .2) 30%,
            rgba(0, 0, 0, 0));
    width: 100%;
	margin:10px;
}

.styled:hover {

    color: #fff;
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
        inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.miniSvg {
    position: absolute;
    left: 40px;
    width: 48px;
    height: 48px;
}


/* slider type*/
.slidecontainer {
	width: 30%;
	color:#a7a7a7;
	padding-left: 10px;
	font-weight: 900;
	}

.slider {
	display: inline-block;
	width: 100%;
	height: 25px;
	background:#a7a7a7;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	}

.slider:hover {
	opacity: 1;
	}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #4CAF50;
	cursor: pointer;
	}

/*----------------image*/

.bcgImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.frontImage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    box-shadow: -10px -10px 30px #fff, 10px 10px 30px #fff;
    transition: all .2s ease-in-out;
}

.frontImage:hover {
    width: 300px;
    /*    max-height: 300px;*/
}

/* Login passwaord type*/
.formRow {
	width: 100%;
	color:#a7a7a7;
	padding-left: 10px;
	font-weight: 900;
}

/* this is copied from Moje.csss that isn't usable there*/

.menuPadding{
    padding-top: 120px; 

}
.textWPionie {
    text-align: center;
    transform: rotate(0deg);
    color: #285da9;
    /*#217c00*/
}

.container {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
