body{
	background: #f5f5f5
}
h5.border{
	border-bottom:1px solid #d2d2d2;
	padding-bottom:15px;
	margin-bottom:15px;
}
main{
	margin-left:280px;

}
.container{
	width:90% !important;
	max-width: 90%
}
a {
    color: #003366;
     }
.side-nav{
	background:#003366;
	color:#fff;
}
.side-nav.fixed a{
	color:#fff;
	font-size:13px;
}
.side-nav .collapsible-body, .side-nav.fixed .collapsible-body{
	background-color:#022C57;
}
.card .card-title{
	font-size:18px;
	line-height: normal !important;

}
li.logo{
	padding:5px 0;
	text-align: center;
	height: 75px;
}
li.logo:hover a, li.logo a:hover{
	background: none;
	border-color:#003366;
}
.no-padding{
	margin-top:20px;
}

footer.page-footer{

	background:none;
}
.side-nav a.active{
	border-left:3px solid #689BCA !important;
}
.side-nav{
	width:280px;
}
.side-nav .collapsible-header, .side-nav.fixed .collapsible-header, .side-nav a{
	border-left:3px solid #003366;
}
.side-nav .collapsible-header:hover, .side-nav.fixed .collapsible-header:hover,.side-nav a:hover{
	border-left:3px solid #689BCA;
	background-color: rgba(0, 0, 0, 0.05)
}

.tabs .tab a{
	color:#333;

}
.tabs .tab a:hover{
	color:#000;
}
.tabs .indicator{
	background-color:#333;
}

.tab-content{
	padding:20px !important;

}
.z-depth-custom, .card{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05)
}

.radiobutton{
	color:#003366;
}

/*Input focus*/
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
	    border-bottom: 2px solid #003366;
    box-shadow: 0 0px 0px 0px #003366;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
	border-bottom:1px solid #9e9e9e;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label{
	color: #003366;
}
.fa{
	font-size: 16px;
}
.collapsible-header i.fa {
	float:right;
	transition: all 0.5s;
	font-size:16px;
}
.side-nav .active i.fa{
	transform: rotate(90deg);
	transition: all 0.5s
}

.top-header {
	margin-top:0;
	height: 75px;
}
.dropdown-content,.dropdown-content,.dropdown-content li > a, .dropdown-content li > span{
	color:#000000 !important; /* color:#333; Accessibility modified*/
}
.dropdown-content li > a > i{
	font-size:14px;
}
.dropdown-content li > a:hover > i{
	font-size:14px;
	/*transform: rotate(360deg);*/
	transition: all 1.5s
}
.dropdown-content{
	width: 280px
}
.user{
	float: right;
    line-height: 75px;
    border-left: 1px solid #d2d2d2;
    padding-left: 30px;
}
.accessibility {
	float: right;
	line-height: 75px;
	border-left: 1px solid #d2d2d2;
	padding-left: 20px;
	padding-right: 20px;
}
.accessibility > .dropdown-button {
	padding: 10px;
}
.switches-box {
	padding: 10px 10px 20px 10px;
}
.switches-box:hover {
	background-color: inherit !important;
}
.switches-row {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.switch-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 12px;
}
.switch-label {
	margin-bottom: 4px;
}
span.badge {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #003366;
    border-radius: 50%;
    padding:0;
    min-width: auto;
    width: 24px;
    line-height: 24px
}
.collapsible-accordion a{
    padding: 0 1rem !important;
}
.simple-text{
	padding:20px 0;
}
/*tabs */
.tabs .indicator {

    height: 1px;
 }
/*select*/
.selectize-input {
background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    /*height: 3rem !important;*/
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}
.selectize-input.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectize-control.multi .selectize-input.has-items{
	padding:0;
}
.selectize-control.multi .selectize-input > div {
    background: none !important;
    border: none;
    text-shadow: 0px 0px 0px rgba(150, 150, 150, 0) !important;
}
.selectize-input.items div, .selectize-control.multi .selectize-input > div, .selectize-control.multi .selectize-input [data-value]{
	display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: normal !important;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4 !important;
}
.selectize-control.multi .selectize-input > div.active{
	color:#333;
	background-color: #d5d5d5;
	border:none;
}
.selectize-dropdown{
	border:none;
}

.selectize-input i.material-icons{
	cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}

/*odabir datuma*/
.picker__date-display{
	background: #003366
}
.picker__weekday-display{
	background: #002c58
}
.picker__close, .picker__today{
	color:#003366;
}
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus{
	background:#669acc
}
.picker__nav--prev:hover, .picker__nav--next:hover{
	background: none;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	background: #003366
}
.picker__day.picker__day--today{
	color:#003366;
}
#datatable .material-icons:hover{
	cursor: pointer;
}

/*checkbox*/
[type="checkbox"]:checked + label:before{
	    border-right: 2px solid #003366;
    border-bottom: 2px solid #003366;
}
/*Buttons*/
.btn, .btn-large{
	background-color:#003366;
}
.btn:hover, .btn-large:hover{
	background-color: #053161;
}
.dark{
	padding:20px;
	background: #003366;
	color:#fff;
}

/**/
td, th {
    padding: 10px 0px;}

.high{
    color: #fff;
    background: #003366;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
}
.high-day{
    color: #fff;
    background: #689BCA;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
}
.event-list span{
	display:block;
}
.first{
	width:50px;
}

#kalendar{
	padding:0 20px;
}
.event-list span{
		display:inline-block;
		padding:10px;
	}
@media only screen and (max-width: 992px)
{
	main{
		margin-left:0;
	}
	.side-nav{
		width:280px;
	}
	.modal-graph .modal-content{
		padding:0;
	}
	.modal-graph{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    top:0 !important;
    padding-top:10px;
 	}
 	.modal-graph h4{
 		padding:10px;
 	}


}
@media only screen and (max-width: 560px){
	.hide-my{
		display: none
	}
	.event{
		height: auto !important;
	}

	.first{
		/*max-width: 80px;width:80px*/
	}
	.second{
		/*width:110px*/
	}

 	.dataTables_info{
 		display: none
 	}
 	#kalendar{
 		padding:0;
 	}
}

#imageFileButton {
	font-size: 14.5px;
}
