@import https://fonts.googleapis.com/css?family=Raleway;
@import https://fonts.googleapis.com/css?family=Source+Sans+Pro;
/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
#main {
width:100%;
margin:50px auto;
text-align: center;
font-family:'Source Sans Pro'
}
th,td {
    padding: 15px;
    font-family:'Source Sans Pro';
    font-size: x-large;
}
th {
    background-color: #97A0A7;
    color:#FFFFFF;
}

td {
    background-color: #F2F6F9;
    color:#7B7B7D;
}

#tablemain {
  border-collapse: separate;
  border-spacing: 5px;
}


span {
color:red
}

h5 {
font-size: xx-large;
font-weight: normal;
text-align:center;
padding:0px;
margin:10px -10px;
}

h2 {
background-color:#DEC0C0;
font-size: xx-large;
text-align:center;
border-radius:10px 10px 0 0;
margin:-10px -40px;
padding:15px;
}
hr {
border:0;
border-bottom:1px solid #ccc;
margin:10px -40px;
margin-bottom:30px;
}
#login {
width:80%;
float: left;
border-radius:10px;
font-family:'Source Sans Pro';
border:4px solid #ccc;
padding:10px 40px 25px;
margin-top:10px
}

label
{ 
    display: inline-block; 
    width: 80px; 
    text-align: right;
    font-family:'Source Sans Pro';
    font-size: x-large     
}

#bgdinput {
  /* The image used */
  background-image: url("BgdInput.png");

  /* Control the height of the image */
  height: 168px;
  width: 512px;

  /* Center and scale the image nicely */
  text-align: center;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: apsolute;
}

input[type=text],input[type=password] {
width:460px;
padding:10px;
margin-top:6px;
border: none;
box-shadow: none;
padding-left:10px;
color:#000000;
font-size: x-large;
display: inline-block;
outline: none;
font-family:'Source Sans Pro'
}

input:focus {
font-size: x-large;
font-family:'Source Sans Pro';
box-shadow: none;
outline: none
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* za mozila auyofil zutu pozadinu */
input {
  filter: none;
}
/* za safari  */
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}

#datepicker,#pacijent {
    position: static;
width:35%;
left:10%;
display: inline-block;
}
#datepicker1,#opis {
    position: static;
width:35%;
left:55%;
display: inline-block;
}

input[type=textf] {
width:40%;
padding:10px;
margin-top:8px;
border-width: 0 0 3px 0;
border-color: #A9A9A9;
padding-left:5px;
font-size: x-large;
display: inline-block;
font-family:'Source Sans Pro'
}

input:focus[type=textf] {
  border-color: #E52763;
  font-size: x-large;
  font-family:'Source Sans Pro';
  outline: none
}


input[type=submit] {
width:35%;
background-color:#FFFFFF;
color:#3960AB;
border:0px solid #FFFFFF;
padding:10px;
font-size: xx-large;
cursor:pointer;
text-align: center;
margin-top:20px;
display: inline-block;
font-family:'Source Sans Pro';
margin-bottom:20px
}

input[type = submit]:hover {
    color: #3960AB;
}

/* Dropdown Button */
.dropbtn {
  background-color: #F8FAFA;  
  margin: 0px 0px0 0px 0px;
  font-size: 6;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #EFEFEF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#profile {
padding:2px;
font-size:x-large;
background-color:#FFFFFF;
text-align: right
}

#logoprofile {
text-align: center;
}

#formcontainer {
text-align: center;
}

#changepass {
display: inline-block; 	
font-family:'Source Sans Pro'
}


#logout {
display: inline-block; 	
margin-bottom: 5px;
font-family: 'Source Sans Pro'
}
a {
display: inline-block; 	
text-decoration:underline;
font-size:x-large;
color:#3960AB
}
i {
color:#3960AB
}