.sidebar-nav a.disabled
{
	background-color: #5E7467;
	cursor: not-allowed;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.sidebar-nav a.disabled:hover,
.sidebar-nav a.disabled:hover > .sidebar-nav-icon,
.sidebar-nav a.disabled:hover > .sidebar-nav-indicator
{
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.sidebar-nav ul a.disabled
{
	background-color: transparent;
	color: #a1a1a1;
	cursor: not-allowed;
}
.sidebar-nav a.active > .sidebar-nav-indicator.gi-check,
.sidebar-nav a.active > .sidebar-nav-indicator.gi-edit,
.sidebar-nav a.active > .sidebar-nav-indicator.fa-exclamation-circle
{
	-webkit-transform: none;
	transform: none;
}
.sidebar-nav ul a
{
	height: 32px;
}
.sidebar-nav ul a span
{
	display: inline-block;
	width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sidebar-nav li.no-tasks-done a,
.sidebar-nav li.no-tasks-done a > .sidebar-nav-icon
{
	color: #e74c3c;
}
.sidebar-nav li.no-tasks-done ul  a
{
	color: #ebf2ee;
}
footer.sidebar-footer
{
	position: fixed;
	bottom: 12px;
	color: #ABABAB;
	left: 16px;
	background-color: transparent;
}
.footer-fixed #page-content {
	padding-bottom: 100px;
}
.footer-fixed footer .block
{
	border: 0;
	padding: 10px;
	margin-bottom: 0px;
}
#to-top
{
	right: 5px;
	left: inherit;
	z-index: 1000;
}
p, article p
{
	text-align: justify;
}
article img
{
	margin: 10px 10px 0;
}
article img.full-width
{
	margin: 0;
	width: 100%;
}
article table th, article table td {
	padding: 5px 10px;
}
article table p {
	font-size: 14px !important;
	line-height: 1.3 !important;
	margin-bottom: 6px !important;
}
/* Moj napredak */
.my-progress .widget.active
{
	border-left: 5px solid;
	cursor: default;
}
.my-progress .task-list li a i
{
	margin-right: 5px;
}
.my-progress .task-list li.task-done:hover
{
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Dashboard */
.dashboard .jumbotron
{
	background-color: #fff;
}
/* Google forms */
ul.ss-choices
{
	list-style: none;
}
span.ss-q-other-container
{
	width: 50%;
	display: block;
}
.has-error .ss-q-other-container .form-control
{
	border-color: #dae8e0;
}
.has-error .control-label
{
	color: #344a3d;
}
div.required-message, div.error-message, div.ss-password-warning
{
	display: none;
}
.errorbox-good {
	margin-bottom: 20px;
}
table thead .ss-gridnumbers
{
	text-align: center;
}
table tbody .ss-gridrow
{
	text-align: center;
}
table tbody .ss-gridrow.ss-gridrow-leftlabel
{
	min-width: 200px;
	text-align: left;
}
.ss-form-desc
{
	text-align: justify;
	font-size: 19px;
	line-height: 1.9;
}
.questionaries .jumbotron
{
	background-color: #fff;
}
/* Notifications */
.sidebar-header + .sidebar-section.notifications
{
	padding-right: 0;
}
.sidebar-content .notifications .alert-success {
	background: #FFD264;
	color: #344A3D;
	border-color: #e67e22;
}
/* Forms */
.dynamic-element-checkboxes input[type="checkbox"] {
    height: 15px;
	margin-left: 0;
	margin-top: -1px;
}
.dynamic-element-checkboxes tr td:last-child {
    width: 80px;
}
#TasksUsersDataViewForm table td {
    vertical-align: top !important;
}
.dynamic-element-radio{
    margin-bottom: 20px;
}
.dynamic-element-table textarea {
	resize: none;
    border-style: none; 
    border-color: Transparent;
	padding: 0;
	height: 20px;
}

.sta-dobijam-sta-gubim p{
    line-height: 1.33;
    margin-bottom: 0;
}
.sta-dobijam-sta-gubim textarea {
	resize: none;
    border-style: none; 
    border-color: Transparent;
	padding: 0;
	height: 20px;
}

#kako-vidim-sebe th p {
    text-align: center;

}
#kako-vidim-sebe textarea {
	resize: none;
	padding: 0;
	height: 36px;
}

#greska-prilika th p {
    text-align: center;

}

#greska-prilika textarea {
	resize: none;
	padding: 0;
	height: 36px;
}

.dnevnik-dan textarea {
	resize: none;
    border-style: none; 
    border-color: Transparent;
	padding: 0;
	height: 20px;
}

.disable_text_highlighting {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10  */

    /* Currently not supported in Opera but will be soon */
    -o-user-select: none;
    user-select: none;  
}

img.sidebar-nav-indicator{
    margin-top: 7px;
}

article p
{
	text-align: justify;
}
article ul li
{
	font-size: 17px;
}
article .form-group ul li
{
	font-size: 13px;
}
.dash-indented:before
{
	content: '\2014 \00A0';
}