@font-face {
			font-family: "RobotoRegular";
			src: url("../fonts/RobotoRegular/RobotoRegular.eot");
			src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
			url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
			url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "RobotoLight";
			src: url("../fonts/RobotoLight/RobotoLight.eot");
			src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
			url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
			url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}@font-face {
			font-family: "RobotoMedium";
			src: url("../fonts/RobotoMedium/RobotoMedium.eot");
			src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),
			url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
			url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font: 15px RobotoRegular, Arial, Verdana, Tahoma, sans-serif;
}
html, body {
	background: #F5F1E8; /*#c5ced2;*/
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: underline;
	color: #a8b9c0;
}
.active, a:hover {
	color: #23527c;
	cursor: pointer;
}

h2 {	
	font: 35px "RobotoMedium";
	color: #1a2940;
}
h3 {
	margin: 36px auto;
	color: #ffc400;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

/* back page arrow */
.back {
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 15px;
	text-align: center;
}
.back_img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}



/* edit Bootstrap parameters */
.panel-primary {
    border-color: #c5ced2;
	box-shadow: 2px 4px 1px 1px rgba(116,154,171,0.33)
}
.panel-body {
	max-height: 450px;
    overflow: auto;
}




/* for ModalWindow - Pass*/
.input-fld input {
	padding: 6px;
	width: 60%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.1em;
	color: #222;
	background: #F7F7F7;
	font-family: "Helvetica Neue";
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}
.input-fld input.good_input { background: #DEF5E1; }
.input-fld input.error_input { background: #FDE0E0; }
.input-fld input:focus { border-color: #e79f0e; }
.input-fld {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.resp-fld {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20%;
	color:red;
}
.navbar-enter {
	max-width:100%;
	max-height:100%;
	transform: rotate(180deg);
	border-radius:50%;
	width:40px;
	height:40px;
	position: absolute; 
	top: 50%; 
	margin: -20px -20px;
	background-color: #9acd32;
}
.navbar-out {
	background-color: #e9967a;
	transform: none;
}



/* for NOTATKI */
.resp-td-note-edit {
	display: none;
}
.div-addnote{
	margin: 0px;
	float:right;
}
.resp-th-note{
	color: #e6e6e6;
}
.date_row_in{
	color: #e6e6e6;
}




/* for AutoResizeTextarea */
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  width: 150px;
  min-height: 50px;
  padding: 5px;
  word-wrap: break-word;
}
.new-note-text {
  width: 200px;
  min-height: 50px;
  color: #444;
  padding: 5px;
}
.txtstuff {
  /*resize: none;*/
  overflow: auto;
}


/* mobile */
@media screen and (max-width: 800px) {
	.panel-heading{
		display: block;
	}
	.product-name{
		width: 100%;
		margin: 6px 0;
	}
	.search-container {
		display: block;
    	width: 100%;
    	text-align: right;
    	margin: 6px 0;
	}
	.search-container button {
    	padding: 1px 6px !important;
	}
}
/* pc */
@media screen and (min-width: 800px) {
	.panel-heading{
		display: flex;
	}
	.product-name{
		width: 50%;
		margin: 6px 0;
	}
	.search-container {
    	width: 50%;
    	display: flex;
		justify-content: right;
		margin: 6px 0;
	}
}

.search-container button:hover {
    color: #5249dc;
}
.search-container button:active {
    color: #fff;
}
.search-container button {
    padding: 1px 12px;
    border-radius: 15px;
    background: #ffffff00;
    border: none;
    cursor: pointer;
}
.panel-head-search{
	border-radius: 15px;
    color: #000;
    padding: 1px;
    border: none;
}




.div-form-entry{
	margin: 10px 0 10px 10px;
}
.input-text-form{
    width: 400px;
    padding: 4px 6px;
}
#entry-form-autor, #entry-form-src-name{
	margin: 10px 0;
    height: 30px;
}
#entry-form-src-href, #entry-form-src-thumb{
	height: 30px;
	margin-left: 1ex;
	white-space: nowrap;
	color: darkgrey;
}
#entry-form-idt-list{
    margin-bottom: 14px;
}
#entry-form-idt-list span{
    color: #757575;
}
#entry-form-idt-list-title{
    margin-bottom: 14px;
    font-size: 10px;
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}
#entry-form-thumb-row{
	margin-bottom: 3ex;
	text-align: right;
	width: 900px;
	color: darkgrey;
}
#entry-form-rate{
	width: 20%;
	margin-left: 5ex;
}
#entry-form-komment{
	margin-left: 5ex;
	width: 250px;
}


.select-span-main, #passw-new-list, #format-new-list{
	vertical-align: top;
}
.current-list-num, .current-list-search-str, .current-list-param{
	display: none;
}
.show-main, .icon-last-params, .resp-row-entry-body{
	cursor: pointer;
}
.resp-row{
	margin: 25px 0;
    padding-bottom: 20px;
    padding-left: 20px;
}
.th-name-list, #th-num-real, #th-num-inlist{
    font-size: inherit;
}
.th-id-list, .th-name-list{
    display: none;
}
.resp-row-entry-header, .resp-div-when{
    color: #999999;
    font-size: 0.72em;
    padding-bottom: 0.5em;
}
.resp-div-komment, .resp-div-who, .resp-div-who-num, .resp-div-where, .resp-div-where-num, .elem-div-edit, .resp-div-date-diff, .resp-div-recommend{
	display:none;
	color: #999999;
    font-size: 0.72em;
}
.resp-div-date_birth{
    color: #999999;
    font-size: 0.88em;
    padding-bottom: 0.5em;
}
.resp-div-rate{
	float: right;
	/*margin-left: 1em;*/
	margin-right: 2ex;
	font-size: 1.8em;
}
.resp-div-who, .resp-div-where-num{
    cursor: pointer;
    text-decoration: underline;
}
.resp-div-komment-main, .select-span-main{
	margin-left: 10px;
	color: #999999;
	font-size: 0.72em;
}
.resp-div-name_orig{
	color: darkgrey;
}
.resp-td-img{
    padding-left: 1em;
}
.resp-td-img img{
	width: 9%;
    margin-bottom: 1ex;
    margin-top: 2ex;
}
#elem-div-edit-btn {
	padding: 2px 16px !important;
}
#elem-div-like-btn {
	padding: 2px 16px !important;
}
#elem-like:hover, #elem-unlike:hover {
    color: #ee2121;
}
.resp-div-where a{
    font-size: inherit;
}
.resp-div-where, .resp-div-where-num, .elem-div-edit{
	float:right;
}
.resp-div-where-num{
    margin-left: 1em;
}
.td-visible{
	display:inline-block;
}
.element-show{
	display:inline !important;
}
.element-hide{
	display:none !important;
}
.div-add-entry-idrow{
	display:none;
}
#elem-div-btn-esc{
	margin-left: 10px;
}


.progress-line-div{
    height: 6px;
    width: 50%;
    background-color: #87e470;
}
.light-search{
    background-color: #efff00;
}
.row-underline{
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}
#div-show-all, #div-ask-something {
	font-size: 10px;
	float: left;
	padding-right: 10px;
}
#entry-form-date p {margin: 10px 0 20px 20px;}
#entry-form-date p input {width: 150px; height: 30px;}

.calendar-main-cell-DR a {background: #f99f9f !important;}
.calendar-main-cell-Dnevnik a {border-bottom: 3px solid #986666 !important;}
.calendar-main {margin-left: -8px !important;}



#img-upload {
	max-width: 50% !important;
	margin-left: initial !important;
}


/* autocomplete */
.ui-helper-hidden-accessible{display:none;}
.ui-autocomplete-loading {background: white url("../img/load.gif") right center no-repeat;}
.ui-autocomplete{
    width: 25%;
}
.ui-menu-item{
	cursor:pointer;
	background-color: #ddd;
}
.ui-menu-item :hover{background-color: #c5ced2;}
.span-newAut-msg, .span-newAut-msg{
	color: red;
	font-size: 10px;
}
#btn-textarea-edit-b /*, #btn-textarea-edit-img*/{ 
	margin: 0 2px;
	padding: 1px 6px;
	vertical-align: top;
    background-color: #ffe4c4
}
.entry-komm{
	/* color: red; */
	padding:10px 20px;
	font-size: 17.5px;
}
#entry-form-button-add-quote, #entry-form-button-del-quote{
	background-color: unset;
	font-size: 18px;
}
#entry-form-button-add-quote{
	color: green;
}
#entry-form-button-del-quote{
	color: grey;
}
#entry-form-quote{
	height: 40px;
	vertical-align: bottom;
}
#entry-form-recommendation-id{
	display: none;
}
.entry-form-div-recommend, #entry-form-recommend-mainline{
	color: grey;
	font-size: 0.9em;
}



/* Buttons */
.button-in {
	display: inline-block;
	font-family: arial,sans-serif;
	font-size: 14px;
	color: rgb(205,216,228);
	text-shadow: 0 -1px rgb(46,53,58);
	text-decoration: none;
	line-height: 2em;
	padding: 1px 1.2em;
	outline: none;
	border: 1px solid rgba(33,43,52,1);
	border-radius: 3px;
	background: rgb(81,92,102) linear-gradient(rgb(81,92,102), rgb(69,78,87));
	box-shadow:
		   inset 0 1px rgba(101,114,126,1),
		   inset 0 0 1px rgba(140,150,170,.8),
		   0 1px rgb(83,94,104),
		   0 0 1px rgb(86,96,106);
}
.button-in:active {
	box-shadow:
		   inset 0 1px 3px rgba(0,10,20,.5),
		   0 1px rgb(83,94,104),
		   0 0 1px rgb(86,96,106);
}
.button-in:focus:not(:active) {
	border: 1px solid rgb(22,32,43);
	border-bottom: 1px solid rgb(25,34,45);
	background: rgb(53,61,71);
	box-shadow:
		   inset 0 1px 3px rgba(0,10,20,.5),
		   0 1px rgb(83,94,104),
		   0 0 1px rgb(86,96,106);
		  pointer-events: none;
}

