@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif!important;
    background: #fafafa;
	font-size: 90%!important;
}

p {
    font-family: 'Poppins', sans-serif!important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.login h2
{
	font-size: 1.6em;
	margin-bottom: 35px;
}
.login h2 p
{
	line-height: 1.1em;
	color: #e32e2d;
}
.login
{
	margin: auto;
	float: none;
	top: 50%;
	margin-top: -295px;
}
@media (max-width: 768px) {
	.login
	{
		top: 0;
		margin-top:20px;
	}
}
.login label
{
	color: #333;
	font-weight: normal;
}
.form-control
{
	text-align: inherit;
}
.btn-info {
    color: #fff;
    background-color: #333!important;
    border-color: #333!important;
}
.info .slika p, .info .slika a
{
	color: #e32e2d;
}
.info h6
{
	font-size: 1.1em;
}
.info p
{	font-weight: 400;

	line-height: 1.3em;
	color: #111;
}
.info strong
{
	font-weight: 600;
}
.info h2
{
	margin-bottom: 25px;
	color: #e32e2d;

}
#sidebar.active strong
{
	display: block;
}
#sidebar.active span
{
	display: none;
}
#sidebar strong
{
	display: none;
}
#sidebar span
{
	display: block;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 1em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #555;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #555;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #333;
    background: #fff;
	text-decoration: none;

}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #555;
}
.card a[aria-expanded="true"]
{
	color: #007bff!important;
	background: transparent!important;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #555;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #333;
}

a.article,
a.article:hover {
    background: #555 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 100px;
        max-width: 100px;
        text-align: center;
        margin-left: -100px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
td
{
	font-size: .875rem;
}
.kurs td
{
	padding: .2rem!important;
}
.bg-danger a, .bg-danger a[aria-expanded="true"]
{
	color: #fff!important;
}
.sent
{
	text-align: right!important; 
	float: right;
    background-color: #acdbf5!important;
	padding: 15px;
	border-radius: 10px;
	border-bottom-right-radius: 0!important;
}
.received
{
	text-align: left!important; 
	float: left;
    background-color: #eaeaea!important;
	padding: 15px;
	border-radius: 10px;
	border-bottom-left-radius: 0!important;
}
.datum
{
	font-size: 12px; 
	color: aaa!important; 
	text-align: center!important;
}
.chatlist
{
	overflow-y: scroll;
	height: 81%;
}
.chatime
{
	padding: 25px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	cursor: pointer; 
}
.chatime_
{
	padding: 25px;
	padding-top: 0;
	text-align: center!important;
	width: 100%;
	font-size: 22px;
	color: #bbb;
}
.chatmsg
{
	overflow-y: scroll;
	height: 55%;
	margin-bottom: 25px;
}
.chatselected
{
	 background-color: #eaeaea!important;
}
textarea[name=msg], textarea[name=plan]  {
  resize: none;
  text-align: left;
  
}
#plan
{
	text-align: left;
}
#kalendar th
{
	text-align: center;
	background-color: #fff!important;
	font-weight: normal;
	border: none;
}
#kalendar td
{
	text-align: center;
	cursor: pointer;
}
#kalendar td:hover
{
	background-color: #fff;
}
.nodate
{
	background-color: #fff!important;
	cursor: default!important;
	pointer-events: none;
}
.haslabel
{
	font-weight: bold;
	color: #007bff;
}
.feed
{
	margin-bottom: 25px;
}

.feed::after
{
	position: absolute;
	width: 50px;
	margin: 5px 0 15px 0;
	height: 1px;
	background-color: #ddd;
	content: "";
}

video
{
	width: 100%;
	height: auto;
}
.red td, .red td a
{
	color: red!important;
}