/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
margin:0;
padding:0;
}

img,fieldset {
border:none;
}

/* General START*/
textarea {
    width: 400px;
    height: 80px;
    background-color: #E5E2DA;
    /* background-color: bisque; */
    /* resize: none; */
}

header {
    width: 100%;
    height: 40px;
    text-decoration: none;
    /*position: absolute;*/
}
h1 img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}
nav ul {
    /* float: right; */
    margin-top: 10px;
    margin-right: 60px;
    /* position: absolute;
    top: 0px;
    right: 0px; */
}

nav ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
    color: #badcba;
    font-family: 'Lato', sans-serif;
}

nav ul li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

nav ul form {
    float: left;
}

nav ul form input{
    float: left;
    border: none;
    margin-right: 6px;
    background-color: #535353;
}

nav ul form button{
    float: left;
    border: 1px;
    border-style: solid;
    border-color: #fff3fa;
    margin-right: 20px;
    background-color: #000;
    color: #fff3fa;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}

nav ul form button:hover {
    background-color: #fff3fa;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}

body {
    background-color: #292929;
    color: beige;
    /* color: #000;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt; */
}

body p {
    color: beige;
}

h1 a {
    text-decoration: none;
    color: inherit;
}

.naslov {
    text-align: center;
    color: silver;
    font-family: Impact, Charcoal, sans-serif;
    text-transform: capitalize;
    float: inherit;
}

.wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/* General END*/

/*USER CONTAINER*/
.user-container {
	width: 400px;
	padding: 10px;
	background-color: #282B33;
  box-shadow: 3px 3px 2px 0px rgba(255,255,255,0.2);
	margin: 10px;
	overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #999;
}

.user-container img {
	float: left;
	width: 60px;
}

.user-container div {
	float: left;
}
/*font-family: ‘Lucida Console’, Monaco, monospace;*/
.box2 {
  display: inline-block;
  width: 200px;
  height: 100px;
  margin: 1em;
}

.nodecor a {
    color: beige;
}

.nodecor {
    text-decoration: none;
    color: aliceblue;
}

.nodecor a:visited {
    color: beige;
    text-decoration: none;
}

/* Habit master START*/
.habitbox {
    max-width: 750px;
    padding: 20px;
    margin-bottom: 4px;
    margin-top: 15px;
    background-color: #151515;
    color: beige;
    border: 2px;
    border-style: ridge;
    border-color: silver;
}
.habitbox h3 {
  margin-bottom: 20px;
}

.items .item.done {
    text-decoration: line-through;
}

.items a {
    text-decoration: none;
    color: #fff;
}

.items .done-button {
    display: inline-block;
    font-size: .8em;
    background-color: #d9dfe1;
    color: #363639;
    padding: 3px 6px;
    border: 0;
    opacity: 1;
}
/* Habit master END*/

/* Comment board START*/
.boardlist {
    /* margin-bottom: 30px; */
    text-align: center;
    color: #ababab;
}

.boardlist a {
    text-decoration: none;
    color: inherit;
}

#strong {
    font-weight: bold;
    color: #4d4d4d;
}
#konec {
    cursor: pointer;
}
#zacetek {
    cursor: pointer;
    /* display:block; */
    text-align: center;
    padding-bottom: 10px;
}
#refresher {
    cursor:pointer;
}
.boardlist a:hover {
    text-decoration: underline;
}

.comment-box {
    padding: 2px 0px 10px 5px;
    /* min-width: 415px; */
    margin: 4px;
    background-color: beige;
    position: relative;
    color: black;
    /* display: table; */
    max-width: 800px;
}
.comment-box:hover {
    background-color: #F4E1C9
}
.tekst {
    /* padding-top: 5px;
    padding-left: 10px; */
    margin: 5px 40px 5px 10px;
}
.thumb img {
    float: left;
    margin-right: 15px;
    max-width: 125px;
    max-height: 125px;
}
.comment-box p {
    color: black;
}
/* .comment-box a {
    text-decoration: none;
    color: #000;
} */
.postNum a {
    text-decoration: none;
    color: #000;
}
.comment-box:target {
    background: #D7C5AE !important;
}
.edit-form {
    position: absolute;
    top: 20px;
    right: 0;
}

.edit-form button {
    /* width: 45px; */
    /* height: 22px; */
    border: none;
    color: #000;
    background: none!important;
    opacity: 0.7;
}

.edit-form button:hover {
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}

.delete-form {
    position: absolute;
    top: 0px;
    right: 0;
    /* display: inline; */
}

.delete-form button {
    /* width: 60px; */
    height: 25px;
    border: none;
    color: #000;
    background: none!important;
    opacity: 0.7;
}

.delete-form button:hover {
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}

.reply-form {
    position: absolute;
    /* top: 0px; */
    /* right: 0px; */
    display: inline;
}

.reply-form button {
    /* width: 55px; */
    /* height: 25px; */
    padding-left: 0px;
    border: none;
    color: #000;
    background: none!important;
}

.reply-form button:hover {
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}

.reply-form-public {
    position: absolute;
    top: 0px;
    right: 55px;
}

.reply-form-public button {
    width: 50px;
    height: 25px;
    border: none;
    color: #000;
    background: none!important;
    opacity: 0.7;
}

.reply-form-public button:hover {
    opacity: 1;
    cursor: pointer;
    text-decoration: underline;
}


.btn {
    width: 100px;
    height: 30px;
    background-color: #d25bc5;
    border: none;
    color: #fff;
    font-family: fantasy;
    font-weight: 400;
    cursor: pointer;
    margin-top: 5px;
}
/* Comment board END*/

/* Position of elements*/
.gordesno {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
}

.center {
    margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.center img {
    padding-top: 50px;
}

.dol {
    position: absolute;
    bottom: 0px;
}

.kot {
    float: right;
    /*position: relative;
    bottom: 0;
    right: 0;
    z-index: 1; */
}

.levikot {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

table {
    margin-left:auto;
    margin-right:auto;
}

.msgpost {
    text-align: center;
    display: block;
    width: 200px;
    margin: 50px auto;
    border: 3px solid red;
    padding: 5px;
}

.objava {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.postinfo {
    display: inline-block;
    word-spacing: 5px;
}

.postcontent {
    padding-left: 50px;
}

.black {
    background-color: black;
}

.white {
    color: whitesmoke;
}

/* Gumbi  START*/
.gumbi {
    display: block;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    color: aqua;
}

.gumbi a {
    text-decoration: none;
    color: dimgrey;
}


.gumbi p {
    font-family: 'Open Sans, sans-serif';
    text-align: center;
    text-transform: uppercase;
}

#tekst {
    color: beige;
}

#demo {
    color: beige;
}

.naslovnica {
    text-align: center;
    padding-top: 60px;
    display: block;
/*    overflow: hidden; zty instead of padding*/
}

/* Random START */
.container {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid black;
}
.hidden {
  display: none;
}
.border {
  border: 2px red dashed;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 30px;
}

.material-icons.md-18 { font-size: 18px; }
/* Random END */

.rdece {
  background-color:red;
}

.krneki {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 30px;
}

#pisalnik {
  order: 2;
}
img {
    vertical-align: text-top; 
    padding: 2px; 
    box-shadow: 0px 0px 15px 0px rgba(99,99,99,1)
}
@media (max-width: 520px){
    #db-show {
        clear: both;
        padding-top: 10px;
    }
    
}
nav ul img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}
nav ul img {
    /* position: absolute; */
    top: 100px;
    right: 15px;
}
@media (min-width: 521px) {
    nav ul {
        float:right;
        /* position: absolute; */
        top: 0px;
        right: 0px;
    }
}
@media (max-width: 480px) {
  /* .krneki {
    width: 100%;
  } */
  /* .comment-box {
    width: 100%;
  } */
  textarea {
      width: 100%;
      resize: none;
      border-width: 0px;
      padding: 0px;
  }

}

@media (min-width: 481px) {
  .comment-box {
    /* background-color:green; */
    min-width: 415px;
  }
  textarea {
      width: 400px;
      /* resize: none; */
  }

}
