 /* Fonts ---------------------------------------------------------------- */
 

/* Resets ---------------------------------------------------------------- */

*, *:after, *:before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: 'beograd_proregular';
	color: #999;
}

ul li {
	list-style: none;
}
ol {
 list-style: decimal inside none;
}
ol li {
	text-indent: 20px;
	text-align: justify;
}
a {
	text-decoration: none;
}

a:hover, a:visited, a:active {
	text-decoration: none;
}

/* Reusable Classes ---------------------------------------------------------------- */

.full-width {
	width: 100%;
}

.flex-h {
	display: flex;
	flex-direction: column;
}

.flex-w {
	display: flex;
	flex-direction: row;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.font-bigger {
	font-size: 1.2em;
}

.text-center {
	text-align: center;
}

.margin-top-n {
	margin: 25px 0 45px 20px;
}

.my-button {
	background: #2D6CA2;
	background: #c12e2a;
	background: #31b0d5;
	color: #fff;
	text-shadow: 0px 0px #000000;
}

.side-margin {
	margin: 0 40px 0 40px;
}

.margin-n-top {
	margin-top: 35px;
}

.user-delete-buttons {
	position: absolute;
	/* visibility: hidden; */
	transition: all 0.5s;
}

.btn-sure {
	left: 50px;
}

.btn-yes {
	left: 100px
}

.btn-no {
	left: 150px;
}

.button-width {
	width: 75px;
}

.text-align {
	text-align: center;
}

.label-like {
	margin-top: 8px;
	width: 165px;
}

.bigger-btn {
	width: 120px;
}

.icon-style {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #2D6CA2;
	border-radius: 100%;
	text-align: center;
	transition: all 0.3s;
}

/* .right-n-pixels {
	position: relative;
	right: 25px;
} */

/* Style ---------------------------------------------------------------- */

.navigation-wrapper {
	position: relative;
	position: fixed;
	width: 200px;
	height: 415px;
	background: #2D6CA2;
	z-index: 10;
}

.navigation-wrapper:before {
    content: '';
    position: absolute;
    top: 350px;
    left: -127px;
    width: 300px;
    height: 200px;
    background: #2D6CA2;
    z-index: -10;
    transform: rotateZ(135deg);
}

.logo-wrapper {
	position: relative;
	top: 35vh;
	width: 200px;
	background: #2D6CA2;
	height: 400px;
}

.logo-wrapper:before {
	content: '';
    position: absolute;
    top: -135px;
    left: -127px;
    width: 300px;
    height: 200px;
    background: #2D6CA2;
    z-index: -10;
    transform: rotateZ(-135deg);
}

.logo-image-wrapper {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #fff;
}

.logo-wrapper .logo-image-wrapper img {
    position: relative;
    top: 40px;
    left: 40px;
}

.ul-main-navigation {
	margin-top: 100px;
	align-items: center;
}

.ul-main-navigation li a {
	display: block;
	width: 170px;
	margin-left: 30px;
	padding: 15px 0;
	color: #fff;
	transition: all 0.3s;
}

.ul-main-navigation li a:hover {
	transform: translateX(10px);
}

.ul-main-navigation li a:hover i {
	/* box-shadow: inset -5px -5px 5px 0px rgba(0,0,0,0.25); */
}

.ul-main-navigation li a i {
	margin-right: 10px;
	line-height: 2.5;
	font-size: 1.2em;
	transition: all 0.3s;
}

.headline-head {
	position: absolute;
    left: 200px;
    top: 0px;
    width: calc(100% - 200px);
}

.headline-head h1 {
	position: relative;
}

.partial-view {
	/* height: 70vh; */
}

/* Login ---------------------------------------------------------------- */

.login-form {
	position: relative;
	top: 25%;
	left: 25%;
	width: 50%;
	padding: 25px;
	/* background: #f2f2f2; */
}

.login-form > * {
	padding: 5px 0;
}

.form-group input[type="password"],
.form-group input[type="email"] {
	min-width: 250px;
	height: 45px;
}

/* Users ---------------------------------------------------------------- */

.user-search {
	position: relative;
	width: 250px;
	background: #2D6CA2;
	border-radius: 5px;
}

.user-search i {
	font-size: 1.2em;
	margin-left: 15px;
    margin-top: 10px;
    color: #fff;
}

.user-search input {
	width: 200px;
	float: right;
}

.table {
	width: calc(100% - 80px);
}

.current-user {
	position: relative;
    top: -20px;
    left: 30px;
    /* width: 300px; */
    padding: 5px 10px;
    margin-right: 40px;  
}

/* Dictionaries ---------------------------------------------------------------- */

.dict-wrapper {
	position: relative;
    width: 50%;
    flex: 1 1 500px;
    background: #2D6CA2;
    background: #f9f9f9;
    margin: 20px 40px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

.dict-wrapper h3 a {
	display: inline-block;
	min-width: 220px;
	color: #fff;
	padding: 5px 10px;
	background: #31b0d5;
	border-radius: 2px;
	transition: all 0.3s;
}

.dict-wrapper h3 a:hover {
	background: #e0e0e0;
	color: #000;
}

/* .dict-wrapper:before {
    content: '';
    position: absolute;
    top: 233px;
    left: 75%;
    width: 300px;
    height: 200px;
    background: #fff;
    z-index: 10;
    transform: rotateZ(135deg);
} */

.dict-details {
	float: left;
	text-align: left;
}

.dict-details span {
	position: relative;
	bottom: 15px;
	margin: 5px 0;
	background: #f9f9f9;
	transition: all 0.3s;
}

.dict-details .show-prompt {
	position: absolute;
    width: 200px;
    top: 5px;
    left: 120px;
    color: #2D6CA2;
}

.dict-details span i {
 position: relative;
    right: 18px;
 /* border-left: 2px solid #2D6CA2;
 border-top: 2px solid #2D6CA2; */
 border: 2px solid #fff;
 margin-right: -10px;
 line-height: 2.4;
 font-size: 1.2em;
 background: #31B0D5;
 color: #fff;
    /* box-shadow: inset 2px 2px 5px 0px rgba(256,256,256,0.5); */
}

.dict-details span a {
    position: absolute;
    bottom: 0px;
    right: -150px;
    height: 40px;
    color: #2D6CA2;
    border-radius: 100%;
    padding: 10px 50px;
    width: 200px;
    white-space: nowrap;
}

.child-inline

/* .dict-details span:hover a {
	box-shadow: inset -5px -5px 5px 0px rgba(0,0,0,0.25);
} */

/* Add Dictionary ---------------------------------------------------------------- */

.create-dic {
	margin-left: 22px;
}

.create-dic-form label {
	/* position: relative;
	left: 100px; */
	/* margin-left: 100px */
}

.two-dots {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 4;
}

/* Users on Dictionaries ---------------------------------------------------------------- */

.users-on-dic--form {
	margin-bottom: 45px;
}

.users-on-dic--table {
	margin-left: 15px;
	width: calc(100% - 35px);
}

.add-user-on-dic {
    position: absolute;
    left: 315px;
    top: 104px;
}

/* Dictionary View ---------------------------------------------------------------- */

.move-f-right {
	position: relative;
	/* right: 109px; */
	width: 360px;
}

.dic-view div {
	/* margin-right: 20px; */
}

select[multiple] {
	height: 200px;
}

.delete-yes-no {
	position: absolute;
	left: 125px;
	width: 250px;
}

.delete-yes-no button {
	width: 52px;
}

/* Dictionary Comment ---------------------------------------------------------------- */

.dict-comment {
	width: 83%;
	/* min-width: 600px; */
}

.dict-comment input {
	margin-right: 20px;
}

.comment-buttons {
	margin: 10px 0 5px 0;
}

.add-save-expression {
	position: relative;
	right: 11px;
	top: -10px;
}

.add-save-expression div {
	margin: 0 23px 0 10px;
}

.add-save-expression button {
	position: relative;
    bottom: 40px;
    left: 175px;
}

.add-cancel-expression {
    position: relative;
    top: -25px;
    left: 164px;
    padding: 25px 0;
}

.add-cancel-expression .cancel-btn {
	padding: 2px;
    position: relative;
    top: 1px;
}

.add-expression-back, .expression-up {
	padding: 10px;
	background: #f9f9f9;
	/* border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25); */
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

.add-expression-back  input {
	/* background: #999;
	color: #fff; */
}

.add-expression-back html body {
	background: #999;
	color: #fff;
}

.homo {
	left: 60px;
}

.word-save-cancel {
	position: relative;
    /* top: -15px; */
    left: 26.5%;
    /* right: -383px; */
    width: 300px;
}

.word-save-cancel button {
	margin-right: 5px;
}

.logo-header img {
	margin-top: 20px;
	width: 200px;
	height: 175px;
	/* position: relative;
	right: calc(50% - 100px); */
}

.change-word-pic {
    position: relative;
    left: 85px;
    bottom: 50px;
    bottom: 100px;
}

.absolute-word, .jnk, .word-confirm, .some-other-word-stuff {
	position: relative;
	left: 85px;
	height: auto;
    padding: 10px 12px;
    background: #f9f9f9;
    color: #999;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

.absolute-word {
   /*  left: 85px; */
    /* top: 0; */
}

.absolute-word span {
	margin: 2px 0;
}

.jnk {
    /* left: 85px; */
    /* top: 16px; */
}

.word-confirm {
    /* top: 32px; */
    /* left: 85px; */
}

.some-other-word-stuff {
	/* top: 24px; */
    /* left: 85px; */
}

.izr-span {
    position: relative;
    left: 97px;
    padding: 15px 0;
}

.f-buttons {
	
}

/* Profile ---------------------------------------------------------------- */

.my-profile {
	margin-top: 25px;
}

.user-email {
    position: relative;
    bottom: 1px;
    display: inline-block;
    height: 34px;
    width: auto;
    padding: 5px 15px;
    background: #2D6CA2;
    /* color: #fff; */
    border-radius: 5px;
    text-align: center;
}

.user-email a {
	position: relative;
    top: 1px;
    color: #fff;
}

.loged-as {
	margin: 0 10px 0 0;
}

/* Animations ---------------------------------------------------------------- */

.ng-show {
	opacity: 1;
	visibility: visible !important;
	transition: all 0.5s;
}

.ng-hide {
	opacity: 0;
	visibility: hidden !important;
	transition: all 0.5s;
}

input, textarea {
	font-family: 'beograd_proregular';
}

.del-word-sure {
    position: relative;
    left: 100px;
    bottom: 27px;
    width: 300px; 
}

.check-word {
	/* position: relative;
    top: -32px;
    left: -100px; */
    width: 200px;
}

.check-word label {
	position: relative;
    top: -1px;
    left: 7px;
}

/* Images--------------------------------------------------------------------*/

.thumb {
	margin: 3px;
	width: 150px;
}

.imageContainer {
	width: 800px;
	flex-wrap: wrap;
}

.image-gallery img {
	position: relative;
    left: 200px;
    left: 350px;
    bottom: 50px;
}

.image-button-margin {
	margin-top: 5px;
}

/* Scroll---------------------------------------------------------------------*/

.smooth {
 height: 2000px;
  
}

.aaa {
	float: right;
}

/* REPORT */

.report-title {
	text-align: center;
}

.report-header {
	text-align: center;
	width: 50%;
}

.report-date-time {
	width: 20%;
}

.login {
	color: #2D6CA2
}

.logout {
	color: red
}

.datepicker {
	width: 80px;
}

.report-date {
	width: 300px;
}

button.new-report {
	width: 100%;
}

.dictionary-export ul li {
	width: 50%;
}

.dictionary-export ul li a {
    text-align: center;
}

.dictionary-export .tab-content {
    margin: 20px 0 0 0;
}

.word-state-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.word-state-container{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    max-width: 300px;
    width: 100%;
}

.word-state-container label {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: unset;
}

.word-state-container label input {
	margin: 0;
}

.letters-wrapper, .words-wrapper{
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: column;
    height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 20px 0 0 0;
    position: relative;
}

.letters-container-all,
.words-container-all {
	top: 0;
	bottom: 0;
	position: sticky;
	background: white;
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: flex;
	height: 35px;
	min-height: 35px;
}

.letters-container-all.checkbox input[type="checkbox"],
.words-container-all.checkbox input[type="checkbox"] {
	margin-left: 0;
}

.letters-container-wrapper,
.words-container-wrapper {
	margin: 0 10px 0 10px;
}

.letters-container,
.words-container {
	display: flex;
}

.letters-container-all label,
.letters-container label,
.words-wrapper-all label,
.words-wrapper label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: unset;
}

.word-content-wrapper,
.letter-content-wrapper {
	width: 50%;
}

.submit-container {
	margin-top: 15px;
}

/* Loader -------------------------------- */
.loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loader {
	text-align: center;
}

.loader svg {
	width: 50px;
	height: 50px;
}

.loader svg path {
	fill: #2D6CA2;
}