@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body {
    padding: 50px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  }

.scrollable {
    overflow-x:scroll; overflow-x:scroll; width:100%;
    height:100px;
    padding:10px;
    border:1px #ababab dashed;
}
.scrollable-height {
    overflow-x:scroll; overflow-x:scroll; width:100%;
    padding:10px;
    border:1px #ababab dashed;
}
.scrollableAligments{
    overflow-x:scroll; overflow-x:scroll; width:100%;
    height:100px;
    padding:10px;
    margin-bottom: 10px;
    border:1px #ababab dashed;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    /* width:150000%; */
    width: max-content;
}
  li {
    float:left;
    margin-right:10px;
    background:#efefef;
    padding:5px;
    width:120px;
    text-align: center;
     text-transform: uppercase;
     letter-spacing: 2px;
}

ul#referenca li {
    background-color:#30c6de;
    color:#fff;
}

/* ul#referenca > li:nth-child(odd) {
    background-color: #94e7f5;
    color: #fff;
} */
ul#sequence{
    margin-bottom: 10px;
}
/* ul#sequence > li:nth-child(odd) {
    background-color: #94e7f5;
    color: #fff;
} */
.width{
    width: 50px;
}
.numbers {
    background-color: transparent;
}
ul#referenca .numberz {
    font-weight:700;
    background:#efefef;
    color:#000000;
    width: 50px;
    font-size: 10px;
}
.numberz-test {
    font-weight:700;
    background:#efefef;
    color:#000000;
}
.nesto{
    -webkit-transform: rotate(90deg);
    font-size: 13px;
    letter-spacing: normal;
}
.space{
    background-color:#30c6de;
    color:#fff;
    margin-top: 10px;
    width: 50px;
}
/* .space:nth-child(odd) {
    background-color: #94e7f5;
} */
form{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
}

input[type="file"] {
    display: none;
}
.fas{
    margin-right: 5px;
}
.custom-file-upload {
    display: inline-block;
    padding: 13px 12px;
    cursor: pointer;
    margin-right: 35px;
    background-color: #007196;
    color: white;
    border-radius: 5px;
}
.button{
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    /* padding: 12px 12px; */
    background-color: #007196;
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

#testtest{
    display: none;
}
h1{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Montserrat', sans-serif;
}
#link{
    text-decoration: none;
    color: #008cba;
    font-family: 'Montserrat';
    font-weight: 700;
}
section {
    width: 100%;
}
  
  .left-half {
   
    float: left;
    width: 50%;
  }
  .right-half {
    text-align: -webkit-center;
    float: left;
    width: 50%;
  }

.tekst{
    font-family: 'Montserrat';
    margin-bottom: 45px;
}
.slika{
    content: url(../images/picture.jpg);
    float: right;
    background-size: contain;
    width: 50%;
    margin-right: 70px;
    margin-top: -25px;
    margin-bottom: 30px;
}
.logo{
    content: url(../images/logo.png);
    width: 250px;
    margin-top: 30px;
}
nav{
    background-color: #007196;
    color: white;
    font-family: 'Montserrat';
    font-size: 25px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 25px;
}
span{
    color: #007196;
}
.intro{
    background-color: red;
}
.intro:nth-child(odd) {
    background-color: red;
}
.insercija{
    background-color: #7b68ee;
    color: #7b68ee;
}
.insercija:nth-child(odd) {
    background-color: #7b68ee;
    color: #7b68ee;
}
.introSecond{
    background-color: #ff8c00;
    color: #ff8c00;
}
.introSecond:nth-child(odd) {
    background-color: #ff8c00;
    color: #ff8c00;
}
.uploadFilePromjena{
    background-color: #059418;
    color: #059418;
}
.pozadina{
    background-color: white;
}
#btnHide{
    display: none;
}
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  @keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
  }
  @keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
  }

  @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    html {
      transform: rotate(-90deg);
      transform-origin: left top;
      width: 100vh;
      height: 100vw;
      overflow-x: hidden;
      position: absolute;
      top: 100%;
      left: 0;
    }
  }

/* ------------------------- Login Page ----------------------- */
.bodyLogin {
	background: linear-gradient(90deg, #C7C5F4, #776BCC);		
    padding: 0;
}

.container-login {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.screen {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	height: 600px;
	width: 360px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #6C63AC;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #7E7BB9;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}

.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.social-login {	
	position: absolute;
	height: 140px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
	transform: scale(1.5);	
}

.imp{
    color: red
  }
  b {color:red}
  /* .boje{
    display: inline-flex;
  } */
  #orange {
  width: 25px;
  height: 25px;
  background: #ff8c00;
}
#green {
    width: 25px;
    height: 25px;
    background: #059418;
  }
#purple {
    width: 25px;
    height: 25px;
    background: #7b68ee;
  }
  #red {
    width: 25px;
    height: 25px;
    background: red;
}
.duzinaP{
    max-width: 800px;
    word-wrap: break-word;
    text-align: justify;
}
.duzina{
    max-width: 260px;
    word-wrap: break-word;
    text-align: justify;
}
#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}
  
  #customers td, #customers th {
    border: 1px solid #000;
    padding: 8px;
  }
  
  #customers tr:nth-child(even){background-color: #f2f2f2;}
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    text-align: center;
    font-family: 'Montserrat';
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #007196;
    color: white;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 5px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-bottom: 2px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#main-option{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.one-seq{
    float: right;
}
.btn-align{
    text-align: center;
    margin-right: 10px;
}
.head-align{
    text-align: center;
}
.sakrij{
    color: red;
    background-color: red;
}
