.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }

.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }

.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }

.mt--5 { margin-top: -5px !important; }
.mt--10 { margin-top: -10px !important; }
.mt--15 { margin-top: -15px !important; }
.mt--20 { margin-top: -20px !important; }
.mt--25 { margin-top: -25px !important; }

.w-75px { width: 75px !important; }
.w-100px { width: 100px !important; }
.w-125px { width: 125px !important; }
.w-150px { width: 150px !important; }
.w-200px { width: 200px !important; }
.w-250px { width: 250px !important; }

.min-w-75px { min-width: 75px !important; }
.min-w-100px { min-width: 100px !important; }
.min-w-150px { min-width: 150px !important; }
.min-w-200px { min-width: 200px !important; }
.min-w-250px { min-width: 250px !important; }

.v-align-top { vertical-align: top !important; }

.h-full { height: 100% !important; }

.no-padding { padding: 0 !important; }

.hidden { display: none; }

.text-small { font-size: 12px; }

p img {
    max-width: 100%;
    padding-bottom: 10px;
}
p img.pull-right {
    margin-left: 10px;
}

p.author {
    margin: 20px 0;
    font-style: italic;
}

tfoot tr:nth-child(odd) {
    background-color: transparent;
}
tfoot tr td {
    border-bottom: 1px solid #dee2e6;
}

.btn-delete {
    display: none;
}

.aside-nav .nav li.active a .icon,
.aside-nav .nav li.active a {
    color: #1a8619;
}
.aside-nav .nav li a .icon {
    margin-top: -5px;
}
.email-list-item--unread:after {
    background-color: #1a8619;
}
.email-list-item .icon {
    margin-right: 0;
}

.page-aside {
    position: relative;
    left: unset;
    top: unset;
    margin: 0;
    float: left;
    max-height: -webkit-fill-available;
}

.aside-compose {
    margin-top: 0;
    padding-top: 0;
}

.page-main {
    width: calc(100% - 280px);
    padding: 0;
    float: left;
}

.be-spinner svg {
   stroke: #3dad49;
}

.form-control:focus {
    border-color: #3dad49;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #67a653;
}
.custom-control-input:checked ~ .custom-control-label::after {
    color: #67a653;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
    background: #3dad49;
}

th.sortable {
    cursor: pointer;
}
th.sortable i {
    color: #ccc;
}
th.sortable i.active {
    color: #666;
}
.card-table thead tr th.sortable {
    padding: 0;
}
.card-table thead tr th.sortable a {
    padding: 10px;
    padding-top: 15px;
    display: block;
    color: #404040;
}

td.nested {
    padding-left: 30px;
}

.gritter-item-wrapper.primary {
    background: #1a8619;
}

div.dropzone  {
    position: relative;
    border: 2px dashed #c3c3c3;
    padding: 10px;
    background: 0 0;
}
.dropzone .dz-preview {
    width: calc(100% - 32px);
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress,
.dropzone .dz-preview.dz-file-preview .dz-image {
    display: none;
}
.dropzone.dz-clickable .dz-message .icon {
    font-size: 35pt;
}

div.dropzone.dropzone-small {
    min-height: 100px;
}

.dropzone.dropzone-small .dz-message {
    margin: 0;
}
.dropzone.dropzone-small .dz-message h2 {
    margin-top: 10px;
    font-size: 16px;
}

#files.cover-image img {
    max-width: 100%;
}

.icon-container {
    padding: 20px 0;
}
.icon-container:hover .icon {
    background-color: #3dad49;
}
.icon-container:hover .icon-class {
    color: #3dad49;
}

.marker {
    background-color: Yellow;
}

.container-fluid {
    background-color: #3dad49;
}

.colored-header-primary .modal-content .modal-header {
    background-color: #3dad49;
}

.colored-header .modal-content .modal-header {
    padding: 20px;
}

.custom-width .modal-content {
    width: 450px;
    max-width: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #1a8619;
    background-color: #FFFFFF;
    border-color: #1a8619;
}

.page-link:hover {
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #1a8619;
    border-color: #1a8619;
}

.main-content.container-fluid, .be-content {
    /*background-color: #caeab3;*/
    background-color: #fff;
    min-height: -webkit-fill-available;
}

.container-fluid .page-title a,
.container-fluid .page-title {
    color: #fff;
}

.container-fluid .page-title img {
    height: 60px
}

.navbar .search-container input {
    background-color: #e2fad4;
}

.container-fluid .be-icons-nav > li.dropdown > a .icon {
    color: #caeab3;
}

.be-left-sidebar .sidebar-elements .divider {
    color: #444
}

.be-left-sidebar .sidebar-elements > li {
    position: relative;
}

.be-left-sidebar .sidebar-elements > li > a {
    color: #555;
}

.be-left-sidebar .sidebar-elements > li .admin-tools {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    font-size: 13px;
    padding: 8px 0;
}

.admin-edit .be-left-sidebar .sidebar-elements:hover > li > a,
.admin-edit .be-left-sidebar .sidebar-elements:hover > li ul li > a {
    padding-right: 40px;
}
.admin-edit .be-left-sidebar .sidebar-elements .admin-tools {
    display: none;
}
.admin-edit .be-left-sidebar .sidebar-elements:hover > li > .admin-tools,
.admin-edit .be-left-sidebar .sidebar-elements:hover > li > ul > li > .admin-tools,
.admin-edit .be-left-sidebar .sidebar-elements:hover > li > ul > li > ul > li > .admin-tools {
    display: block;
}

/*.be-left-sidebar .sidebar-elements > li ul {*/
    /*background-color: #caeab3;*/
/*}*/

.be-left-sidebar .sidebar-elements > li.active > a > span {
    color: #3aa639;
}

.be-left-sidebar .sidebar-elements > li.active > a {
    color: #3aa639;
}

.be-left-sidebar .sidebar-elements > li ul li.active > a {
    color: #3aa639;
}

.badge-primary {
    /*background-color: #3aa639;*/
}

.btn-primary {
    color: #FFFFFF;
    background-color: #1a8619;
    border-color: #1a8619;
}

.btn-primary:hover, .btn-primary.hover {
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 -1px 0 #b2ea84;
    box-shadow: inset 0 -1px 0 #b2ea84;
    background-color: #b2ea84;
    border-color: #b2ea84;
    border-bottom-color: #b2ea84;
}

.btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #1a8619;
    border-color: #1a8619;
    outline: none;
}

.btn-primary:active, .btn-primary.active, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 2px 0 #1a8619;
    box-shadow: inset 0 2px 0 #1a8619;
    background-color: #1a8619;
    border-color: #1a8619;
    border-top-color: #1a8619;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary:not([disabled]):not(.disabled):active:hover, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled):active.focus, .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active.focus, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #1a8619;
    border-color: #1a8619;
    border-top-color: #1a8619;
    -webkit-box-shadow: inset 0 2px 0 #1a8619;
    box-shadow: inset 0 2px 0 #1a8619;
}

.btn-secondary, .btn-light {
    color: #1a8619;
    background-color: #FFFFFF;
    border-color: #1a8619;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .btn-secondary:not([disabled]):not(.disabled):active:hover, .btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled):active.focus, .btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active.focus, .show > .btn-secondary.dropdown-toggle:hover, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle.focus, .btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .btn-light:not([disabled]):not(.disabled):active:hover, .btn-light:not([disabled]):not(.disabled):active:focus, .btn-light:not([disabled]):not(.disabled):active.focus, .btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active.focus, .show > .btn-light.dropdown-toggle:hover, .show > .btn-light.dropdown-toggle:focus, .show > .btn-light.dropdown-toggle.focus {
    color: #fff;
    background-color: #1a8619;
    border-color: #1a8619;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
}

.btn-secondary:active, .btn-secondary.active, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .btn-light:active, .btn-light.active, .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
    background-color: #1a8619;
    border-color: #1a8619;
}

.btn-secondary:hover, .btn-secondary.hover, .btn-light:hover, .btn-light.hover {
    color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #1a8619;
    border-color: #1a8619;
}

.btn-secondary .icon, .btn-light .icon {
    color: #1a8619;
}

.btn-secondary:hover .icon, .btn-secondary.hover .icon, .btn-light:hover .icon, .btn-light.hover .icon,
.btn-secondary:active:hover .icon, .btn-secondary:active:focus .icon, .btn-secondary:active.focus .icon, .btn-secondary.active:hover .icon, .btn-secondary.active:focus .icon, .btn-secondary.active.focus .icon, .btn-secondary:not([disabled]):not(.disabled):active:hover .icon, .btn-secondary:not([disabled]):not(.disabled):active:focus .icon, .btn-secondary:not([disabled]):not(.disabled):active.focus .icon, .btn-secondary:not([disabled]):not(.disabled).active:hover .icon, .btn-secondary:not([disabled]):not(.disabled).active:focus .icon, .btn-secondary:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-secondary.dropdown-toggle:hover .icon, .show > .btn-secondary.dropdown-toggle:focus .icon, .show > .btn-secondary.dropdown-toggle.focus .icon, .btn-light:active:hover .icon, .btn-light:active:focus .icon, .btn-light:active.focus .icon, .btn-light.active:hover .icon, .btn-light.active:focus .icon, .btn-light.active.focus .icon, .btn-light:not([disabled]):not(.disabled):active:hover .icon, .btn-light:not([disabled]):not(.disabled):active:focus .icon, .btn-light:not([disabled]):not(.disabled):active.focus .icon, .btn-light:not([disabled]):not(.disabled).active:hover .icon, .btn-light:not([disabled]):not(.disabled).active:focus .icon, .btn-light:not([disabled]):not(.disabled).active.focus .icon, .show > .btn-light.dropdown-toggle:hover .icon, .show > .btn-light.dropdown-toggle:focus .icon, .show > .btn-light.dropdown-toggle.focus .icon {
    color: #fff;
}

.btn-default-border {
    border: 1px solid #444;
    color: #444;
}
.btn-default-border:hover, .btn-default-border:active:hover, .btn-default-border:active:focus, .btn-default-border:active.focus, .btn-default-border.active:hover, .btn-default-border.active:focus, .btn-default-border.active.focus, .btn-default-border:not([disabled]):not(.disabled):active:hover, .btn-default-border:not([disabled]):not(.disabled):active:focus, .btn-default-border:not([disabled]):not(.disabled):active.focus, .btn-default-border:not([disabled]):not(.disabled).active:hover, .btn-default-border:not([disabled]):not(.disabled).active:focus, .btn-default-border:not([disabled]):not(.disabled).active.focus, .show > .btn-default-border.dropdown-toggle:hover, .show > .btn-default-border.dropdown-toggle:focus, .show > .btn-default-border.dropdown-toggle.focus {
    background: #444;
    color: #FEFFFE;
}

.be-left-sidebar {
    border-right: 1px solid #b2ea84;
    /*width: 290px;*/
}

.be-left-sidebar .sidebar-elements > li ul li {
    position: relative;
}
.be-left-sidebar .sidebar-elements > li ul li > a {
    white-space: normal;
}

.be-left-sidebar .sidebar-elements > li > a {
    /*white-space: normal;*/
}

/*
@media (min-width: 768px) {
    .be-boxed-layout .be-left-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        position: relative;
    }
}
*/

.be-top-header {
    /*border-bottom: 1px solid #b2ea84;*/
    border-bottom: none;
}

a {
    color: #3aa639;
}

a:hover {
    color: #444;
}

.be-left-sidebar .sidebar-elements li.parent > a:before {
    color: #3aa639;
}

.icon.revizorji {
    color: #489768;
}
.icon.ocenjevalci {
    color: #F09F59;
}
.icon.racunovodje {
    color: #335DA8;
}
.icon.notranji {
    color: #B8D353;
}
.icon.revis {
    color: #397D9D;
}
.icon.davcniki {
    color: #87614B;
}
.icon.financniki {
    color: #712A4F;
}

#slides1 {
    border: 4px solid #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}

tr.even, tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

tr:nth-child(odd) {
    background-color: #eee;
}

tr:nth-child(even) {
    background-color: #fff;
}

td {
    padding: 4px;
}

.card {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.card.card-border {
    border: none;
}

.accordion {
    margin-bottom: 25px;
}

.accordion .card-header button[aria-expanded=true],
.accordion .card-header button[aria-expanded='true'] {
    color: #fff;
}

.accordion .card-header {
    border-radius: 0;
}

.accordion .card.card-table .card-body {
    padding: 0;
}

.accordion .card-header a.btn {
    font-weight: 300;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 10px 20px 11px;
    font-size: 19px;
}
.accordion a.btn.collapsed .fa.fa-chevron-down,
.accordion a.btn:not(.collapsed) .fa.fa-chevron-right {
    display: none;
}

.card-header {
    font-size: 19px;
    background-color: #3dad49;
    padding: 10px 20px 11px;
    margin: 0;
    color: #fff;
}

.card.card-border .card-header {
    border-bottom: 3px solid #3dad49;
    background: transparent;
    color: inherit;
    padding: 0;
    padding-bottom: 5px;
}

.card-header h4 {
    margin: 5px 0;
}

.card-header .font-title {
    font-size: 22px;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
}

.card.card-padding > .card-body {
    padding: 8px 20px 20px;
}

.card-header-contrast, .card-footer-contrast {
    background-color: #3dad49;
}

.card-contrast .card-header.card-header-featured {
    padding-bottom: 7px;
}
.card-contrast .slick-slider .slick-track {
    height: 200px;
}

.card-contrast .card-header {
    margin: 0;
    padding: 5px 10px 11px;
}

.card-header a {
    color: #caeab3;
}

.card-header a:hover {
    color: #fff;
}

.card.card-border-b {
    border-bottom: #b2ea84 medium dotted;
    border-radius: 0;
}

.card-body-left {
    display: inline-block;
}
.card-body-right {
    width: calc(100% - 60px);
    float: right;
    height: 50px;
    vertical-align: top;
    display: inline-block;
}

select.select2 { display: none; }

.admin-tools-hover .admin-tools {
    display: none;
}
.admin-tools-hover:hover .admin-tools {
    display: block;
}

.badges img {
    width: 160px;
}

.badges img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.be-user-nav > li.dropdown .dropdown-menu .user-info {
    background-color: #3dad49;
}

.dropdown-menu {
    border-color: #3dad49;
}

.be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
    border-bottom-color: #3dad49;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
/*.row > [class*='col-'] {*/
    /*display: flex;*/
    /*flex-direction: column;*/
/*}*/

.row > [class*='col-'] > .card {
    /*min-height: calc(100% - 25px);*/
}
.row > [class*='col-'] > .card.card-autoh {
    min-height: unset;
}

.alert {
    margin: 8px 0;
}

.alert > .fa {
    margin-right: 5px;
}

.alert-icon > .icon {
    color: #fff;
}
.alert-icon.alert-danger > .icon {
    background-color: #dd6c61;
}
.alert-icon.alert-danger > .icon:after {
    border-left-color: #dd6c61;
}
.alert-icon-border.alert-danger .message {
    border-color: #dd6c61;
}

.alert-contrast > .message {
    padding: 0;
}

.alert .close {
    top: 0;
}
.alert-success .close {
    color: #1a8619;
}
.alert-danger .close {
    color: #dd6c61;
}

.alert .message > p, .alert .message > ul {
    padding-left: 10px;
}

.separator {
    height: 10px;
    border-bottom: #b2ea84 medium dotted;
    margin-bottom: 15px;
    margin-top: 5px;
}

.sekcije img {
    padding: 7px;
}

.font-large {
    font-size: 24px !important;
}

.font-big {
    font-size: 19px !important;
}

.font-medium {
    font-size: 16px !important;
}

.font-small {
    font-size: 14px !important;
}

body {
    font-size: 15px;
}


h1, h2 {
    font-weight: 400;
    font-size: 19px;
}

h1 {
    border-bottom: 3px solid #3dad49;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 23px;
}

h3, h4 {
    font-weight: 500;
    font-size: 19px;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

header .be-top-header .be-right-navbar {
    width: 1200px;
    display: inline-block;
    margin: 0 auto;
}
header .be-sub-navigation {
    max-width: none;
}
header .be-sub-navigation .navbar-nav {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

header .be-sub-navigation li.active{
    background-color: #3dad49;
}

header .be-sub-navigation li.active > a{
    color: #ffffff;
}

footer .container-fluid > div {
    max-width: 1200px;
    margin: 0 auto;
}
footer,
footer h5,
footer p,
footer a {
    color: #fff;
}

.sf-menu li:first-child a {
    border-left: 1px solid #3dad49;
}
.sf-menu li:last-child a {
    border-right: 1px solid #3dad49;
}

.list.list-style-1 .list-content-left {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: dimgray;
    width: 70px;
    text-align: center;
    font-size: 13px;
}
.list.list-style-1 .list-content {
    width: calc(100% - 90px);
    float: right;
}

.slick-slider {
    margin-bottom: 10px;
}
.slick-slider .slick-item {
    padding: 0 15px;
}
.slick-slider.slick-banner-slider .slick-item {
    padding: 0;
}
.slick-slider .slick-item img {
    width: 100%;
}
.slick-slider.slick-banner-slider .slick-item p {
    margin-top: 5px;
    text-align: center;
}
.slick-slider.slick-banner-slider .slick-item p a {
    color: #404040;
}
.slick-banner-slider .slick-item span.date,
.slick-slider .slick-item span.date {
    display: inline-block;
    margin-bottom: 3px;
}

.slick-arrow {
    background: #ffffff;
    border: 1px solid #3aa639;
    color: #3aa639;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: calc(50% - 20px);
    font-size: 20px;
    line-height: 51px;
    cursor: pointer;
     opacity: 0;
    transition: opacity 400ms;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
}
.slick-arrow:hover {
    background: #3aa639;
    color: #fff;
}
.slick-arrow.slick-next {
    right: 0;
}

.slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.5);
}
.slick-dots li.slick-active button {
    background: #fff;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Swiss921';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/swiss921.ttf");
    src: url("../fonts/swiss921.ttf") format("truetype");
}

.font-title {
    font-family: 'Swiss921', 'Arial Black', serif;
    text-transform: uppercase;
}

ul.sf-menu.sf-arrows > li > a.sf-with-ul:after {
    content: none;
}

ul.sf-menu.sf-arrows > li > a.sf-with-ul {
    padding-right: 1em;
}

.sf-menu a {
    border-right: none;
}

.sf-menu li:first-child a {
    border-left: none;
}

.sf-menu li:last-child a {
    border-right: none;
}

ul.sf-menu > li.nav-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.be-left-sidebar .sidebar-elements > li ul li > a {
    font-size: 15px;
}

.be-left-sidebar .sidebar-elements > li > a {
    font-size: 15px;
}

.be-left-sidebar .sidebar-elements > li ul li > a .badge {
    font-size: 14px;
    line-height: 14px;
}

.be-left-sidebar .sidebar-elements .divider {
    font-size: 14px;
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position:after {
    display: none;
}
.be-user-nav > li.dropdown .dropdown-menu .user-info .user-position {
    padding-left: 0;
}

.tab-content {
    padding: 20px;
    background: whitesmoke;
}

.tab-pane-stripped .tab-pane-item {
    padding: 20px;
    border-bottom: #b2ea84 medium dotted;
}
.tab-pane-stripped .tab-pane-item:nth-child(2n) {
    background-color: #fff;
}

.nav-tabs-classic > li.nav-item {
    margin: 0;
    margin-right: 6px;
    border: none;
}
.nav-tabs-classic > li.nav-item:first-child {
    margin-left: 0;
}
.nav-tabs-classic > li.nav-item:last-child {
    margin-right: 0;
}

.nav-tabs > li.nav-item a.nav-link {
    padding: 10px 13px;
    border-radius: 0;
    border-bottom: 2px solid #3dad49;
    border-top: 2px solid transparent;
    transition: background,border-top-color 200ms;
    font-size: 13px;
}

.nav-tabs-classic > li.nav-item a.nav-link.active,
.nav-tabs > li.nav-item a.nav-link:hover {
    color: inherit;
    background: #f5f5f5;
    border-radius: 0;
}
.nav-tabs-classic > li.nav-item a.nav-link.active {
    border-top-color: #3dad49;
    border-bottom: 2px solid whitesmoke;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > div {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    text-decoration: none;
    background-color: #3dad49;
    color: #fff !important;
    border-radius: 0px;
}

@media (max-width: 1100px) {
    .container-fluid .page-title img {
        height: 40px;
    }
}
@media (max-width: 900px) {
    .container-fluid .page-title img {
        height: 30px;
    }
}
@media (max-width: 767.98px) {
    .be-top-header .be-right-navbar {
        border-bottom: 1px solid #3dad49;
        background-color: #3dad49;
    }
    header .be-top-header .be-right-navbar {
        width: 100%;
        padding: 0 10px;
    }
    .be-top-header .navbar-nav > li > a.nav-link {
        line-height: 60px;
    }
    .be-sub-navigation {
        top: 60px;
    }
    .be-wrapper {
        padding-top: 110px;
    }
    .be-user-nav > li.dropdown .dropdown-menu {
        right: 0;
        left: unset;
    }
    .be-top-header .be-user-nav > li.dropdown .dropdown-menu:after {
        right: 20px;
        left: unset;
    }
}


/* CALENDAR */

#calendar {
    padding-top: 10px;
    cursor: default;
    border-left: 1px solid #f5f5f5;
}

#calendar .cal-header #cal-prev,
#calendar .cal-header #cal-next {
    font-size: 22px;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin-top: -4px;
}

#calendar .cal-header #cal-prev {
    float: left;
}

#calendar .cal-header #cal-next {
    float: right;
}

#calendar #cal-title {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
    text-align: center;
    cursor: pointer;
}

#calendar .cal-days > table {
    width: 100%;
}

#calendar .cal-days td {
    width: 14.285%;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 10px;
}

#calendar .cal-days td.today {
    font-weight: 600;
}

#calendar .extra {
    font-size: 6px;
    text-align: center;
    color: green;
    height: 10px;
}

#calendar .has-data:hover .extra {
    color: #fff;
}

#calendar .has-data {
    cursor: pointer;
}

#calendar .has-data:hover {
    background-color: #3dad49;
    color: #fff;
}

#cal-popup {
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffd521;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 14px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.2)
}

#cal-popup ul {
    margin: 0;
    padding: 0;
}

#cal-popup li {
    padding: 5px 0;
    list-style: none;
    border-top: 1px solid #aaa;
}

#cal-popup li:first-child {
    border-top: none;
}

div.publication-image {
    float: left;
    padding-right: 24px;
    clear: both;
}

div.publication-text {
    float: left;
    padding-bottom: 24px;
}

div.priznanje-left {
    float: left;
    padding-right: 50px;
    clear: both;
}

div.priznanje-right {
    float: left;
    padding-bottom: 24px;
}

.card-header .title, .card-header {
    font-family: 'Swiss921', 'Arial Black', serif;
    text-transform: uppercase;
    font-size: 22px;
}

.card-header .pull-right .btn {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1rem;
    text-transform: none;
}

.scrollable-menu {
    overflow-x: scroll;
    overflow-y: scroll;
}

.scrollable-menu-h {
    overflow-x: scroll;
    background-color: white;
}
