.small, small {
	font-size: 75%;
}
.bigbutton {
	width:180px;
	height:180px;
	text-align:center;
	cursor:pointer;
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}
.bigbutton-blue {
	background-color: var(--primary);
}
.bigbutton-warn {
	background-color: var(--warning);
}
.bigbutton i {
	font-size:3em;
	line-height:110px;
}
.bigbutton-warn i {
	color:#444;
}
.bigbutton .bigbutton-info {
	font-size:1em;
	position:absolute;
	width:100%;
	bottom:30px;
}
.bigbutton-warn .bigbutton-info {
	color:#444;
}
h2 span:before {
	content: "\A";
}
h2 span {
	font-size:80%;
	display: block;
}
::placeholder {
	color: #ddd;
	opacity: 1;
}
.bigbutton-info span:before {
	content: "\A";
}
.bigbutton-info span {
	font-size:80%;
	display: block;
}
.bigbutton-info span i {
	font-size:1em;line-height:1;
}
.bigbutton-info span div {
	display:inline-block;
	padding:2px 6px;
	border-radius:4px;
}

:-ms-input-placeholder {
	color: #ddd;
}

::-ms-input-placeholder {
	color: #ddd;
}
.form-control::-webkit-input-placeholder{color:#ddd;opacity:1}
.form-control::-moz-placeholder{color:#ddd;opacity:1}
.form-control:-ms-input-placeholder{color:#ddd;opacity:1}
.form-control::-ms-input-placeholder{color:#ddd;opacity:1}
.form-control::placeholder{color:#ddd;opacity:1}

.weeks {
	display:flex;
	font-size:smaller;
}
.weekColumn {
	flex:1;
	margin:0 2px;
}
.weekTabTitle {
	border-radius:4px;
}
.weekTabDay {
	border-radius:4px;
}
@media (max-width:767px){
	.weeks {
		flex-direction: column;
	}
	.weekColumn {
		flex:1;
		margin:0;
	}
}
.container {
	/*min-width:1170px!important;*/
}
.btn-xs{padding:.2rem .4rem;font-size:.75rem;line-height:1.3;border-radius:.2rem}

.descCategoryRow {
	border-bottom: 1px solid grey;
	margin:2em 0 0;
	padding:0.3em 0;
	font-size:140%;
	font-weight: bold;
}
.descRow {
	border-bottom: 1px solid grey;
	padding:0.3em 0;
	display:flex;
}
.descRowTitle {
	flex:1;
}
.descRowTitleEx {
	flex:3;
}
.descRowContent {
	flex:3;
}
.mail-message {
	width:80%;
	padding:5px 10px;
	margin-bottom:20px;
}
.my-message {
	margin-left:20%;
	background-color: #d8ebff;
}
.his-message {
	margin-right:20%;
	background-color: #efefef;
}
.message-header {
	margin-bottom:15px;
}
.message-content {
	margin-bottom:0;
	font-size:120%;
	font-weight:600;
}
.my-message .message-header, .my-message .message-content {
	text-align: right;
}
.new-message {
	border:3px solid red;
}

.dnevnipop {
	display:flex;
	padding:14px 6px 6px;
	background-color: lightgrey;
	border-bottom:1px solid grey;
}
.dnevnipop1 {
	flex:0 0 200px;
}
.dnevnipop2 {
	width:100%;
	display:flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.dnevnipop2 input {
	width:50px!important;
	text-align:center;
}
.dnevnipop3 {
 flex:0 0 64px;
}
.dnevnipop3 button {
	width:32px;height:32px;
}