#vijestiImg img{
    max-width: 100%;
    height: auto
}

.is-highlighed-color {
    color: #eb5a2d !important;
}

.dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    margin-top: -3px;
    margin-right: -2px;
    border: 0 none;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.table-collapse {
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    position: initial;
    top: 50%;
    right: 15px;
    margin-top: 0px;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pointer {
    cursor:pointer;
}

.currentEmailPlaceholder {
    position: initial !important;
}

/*Modal*/
#modal {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99998;
    cursor: wait;
}

#modalBackground {
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    position: fixed;
}

#modalContent {
    position: absolute;
    height: 100px;
    width: 400px;
    margin: -50px 0 0 -200px;
    top: 40%;
    left: 50%;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 16px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 16px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 16px 1px rgba(0,0,0,0.3);
    z-index: 99999;
}

.modal-msg {
    float:left;
    width: 280px;
    /*    margin: 43px 20px 20px;*/
    margin: 23px auto;
    text-align: center;
}

.screen-tabs-predmet {
    z-index: 1045;
    left: 0;
    right: 0;
    width: 100%;
    top: 45px;
    height: 45px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .screen-tabs-predmet {
        text-align: center;
        top: 65px;
        height: 65px;
    }
}

.screen-tabs-predmet .nav-tabs {
    display: inline-block;
    border: 0 none;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
}

.screen-tabs-predmet .nav-tabs > li > a,
.screen-tabs-predmet .nav-tabs > li.active > a {
    height: 45px;
    line-height: 45px;
    border: 0 none;
    border-radius: 0;
    padding: 0 5px;
    margin: 0 10px;
    color: #979797;
    border-bottom: 2px solid #fff;
    -webkit-transition: color 0.3s, border-color 0.6s;
    -o-transition: color 0.3s, border-color 0.6s;
    transition: color 0.3s, border-color 0.6s;
}

@media (min-width: 768px) {
    .screen-tabs-predmet .nav-tabs > li > a,
    .screen-tabs-predmet .nav-tabs > li.active > a {
        font-size: 18px;
        height: 65px;
        line-height: 65px;
        border-bottom-width: 4px;
    }
}

.screen-tabs-predmet .nav-tabs > li > a:hover,
.screen-tabs-predmet .nav-tabs > li > a:focus,
.screen-tabs-predmet .nav-tabs > li > a:active,
.screen-tabs-predmet .nav-tabs > li.active > a {
    color: #005587;
    background-color: #fff;
}

.screen-tabs-predmet .nav-tabs > li.active > a {
    border-bottom-color: #005587;
}

.screen-tabs-predmet-content {
    padding-top: 45px;
}

@media (min-width: 768px) {
    .screen-tabs-predmet-content {
        padding-top: 65px;
    }
}

.screen.is-scrolling .screen-tabs-predmet {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.calendar-event[data-type='exam1'] .event {
    border-color: #6428a0;
}

.calendar-event[data-type='exam1'] .event .event-title {
    background: #6428a0;
}

@media (min-width: 768px) {
    .calendar-event[data-type='exam1'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(100, 40, 160, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(100, 40, 160, 0.2);
    }
}

.calendar-legend li[data-type='exam1']:before {
    color: #6428a0;
}

.fc-calendar .fc-events > span[data-type='exam1']:before {
    color: #6428a0;
}

.weekly-scheduler .scheduler-body .events li[data-type='exam1'] {
    background-color: rgba(100, 40, 160, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='exam1']:hover {
    background-color: rgba(100, 40, 160, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='exam1'] span:first-child:before {
    background: #6428a0;
}

.calendar-event[data-type='exam2'] .event {
    border-color: #6428a0;
}

.calendar-event[data-type='exam2'] .event .event-title {
    background: #6428a0;
}

@media (min-width: 768px) {
    .calendar-event[data-type='exam2'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(100, 40, 160, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(100, 40, 160, 0.2);
    }
}

.calendar-legend li[data-type='exam2']:before {
    color: #6428a0;
}

.fc-calendar .fc-events > span[data-type='exam2']:before {
    color: #6428a0;
}

.weekly-scheduler .scheduler-body .events li[data-type='exam2'] {
    background-color: rgba(100, 40, 160, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='exam2']:hover {
    background-color: rgba(100, 40, 160, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='exam2'] span:first-child:before {
    background: #6428a0;
}

.carouselNoDataPredmeti {
    height: 290px;
    opacity: 0.5;
}

.carouselNoDataPredmetiImage {
    display: block;
    content: "";
    width: 95px;
    height: 100px;
    background-image: url("../assets/images/icon-palm_tree.svg");
    background-size: auto 90px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.noDataPredmetiTekst {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 188px;
}

.choose-language {
    -webkit-animation: showplaceholder 0.3s forwards ease-in-out;
    -o-animation: showplaceholder 0.3s forwards ease-in-out;
    animation: showplaceholder 0.3s forwards ease-in-out;
}

.news-tags-text {
    color: black
}
.news-tags-icons {
    height: 16px; 
    width: 16px; 
    position: relative; 
    top: -4px
}

.table .document-type-payment:before {
    content: "\payment";
}

.app-footer {
    background: linear-gradient(229deg, #14477e, #0191c6);
}



.calendar-event[data-type='seminar'] .event {
    border-color: #00770e;
}

.calendar-event[data-type='seminar'] .event .event-title {
    background: #00770e;
    font-weight: bold;
}

@media (min-width: 768px) {
    .calendar-event[data-type='seminar'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 119, 14, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 119, 14, 0.2);
    }
}

.calendar-legend li[data-type='seminar']:before {
    color: #00770e;
}

.fc-calendar .fc-events > span[data-type='seminar']:before {
    color: #00770e;
}

.weekly-scheduler .scheduler-body .events li[data-type='seminar'] {
    background-color: rgba(0, 119, 14, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='seminar']:hover {
    background-color: rgba(0, 119, 14, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='seminar'] span:first-child:before {
    background: #00770e;
}

.calendar-event[data-type='seminarOnline'] .event {
    border-color: #7ed087;
}

.calendar-event[data-type='seminarOnline'] .event .event-title {
    background: #7ed087;
    color: black;
    font-weight: bold;
}

@media (min-width: 768px) {
    .calendar-event[data-type='seminarOnline'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(126, 208, 135, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(126, 208, 135, 0.2);
    }
}

.calendar-legend li[data-type='seminarOnline']:before {
    color: #7ed087;
}

.fc-calendar .fc-events > span[data-type='seminarOnline']:before {
    color: #7ed087;
}

.weekly-scheduler .scheduler-body .events li[data-type='seminarOnline'] {
    background-color: rgba(126, 208, 135, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='seminarOnline']:hover {
    background-color: rgba(126, 208, 135, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='seminarOnline'] span:first-child:before {
    background: #7ed087;
}

.calendar-event[data-type='labs'] .event {
    border-color: #9f5200;
}

.calendar-event[data-type='labs'] .event .event-title {
    background: #9f5200;
    font-weight: bold;
}

@media (min-width: 768px) {
    .calendar-event[data-type='labs'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(159, 82, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(159, 82, 0, 0.2);
    }
}

.calendar-legend li[data-type='labs']:before {
    color: #9f5200;
}

.fc-calendar .fc-events > span[data-type='labs']:before {
    color: #9f5200;
}

.weekly-scheduler .scheduler-body .events li[data-type='labs'] {
    background-color: rgba(159, 82, 0, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='labs']:hover {
    background-color: rgba(159, 82, 0, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='labs'] span:first-child:before {
    background: #9f5200;
}

.calendar-event[data-type='labsOnline'] .event {
    border-color: #d69a5a;
}

.calendar-event[data-type='labsOnline'] .event .event-title {
    background: #d69a5a;
    color: black;
    font-weight: bold;
}

@media (min-width: 768px) {
    .calendar-event[data-type='labsOnline'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 154, 90, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(214, 154, 90, 0.2);
    }
}

.calendar-legend li[data-type='labsOnline']:before {
    color: #d69a5a;
}

.fc-calendar .fc-events > span[data-type='labsOnline']:before {
    color: #d69a5a;
}

.weekly-scheduler .scheduler-body .events li[data-type='labsOnline'] {
    background-color: rgba(214, 154, 90, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='labsOnline']:hover {
    background-color: rgba(214, 154, 90, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='labsOnline'] span:first-child:before {
    background: #d69a5a;
}

.calendar-event[data-type='classOnline'] .event {
    border-color: #68bef1;
}

.calendar-event[data-type='classOnline'] .event .event-title {
    background: #68bef1;
    color: black;
    font-weight: bold;
}

@media (min-width: 768px) {
    .calendar-event[data-type='classOnline'] .event:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(104, 190, 241, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(104, 190, 241, 0.2);
    }
}

.calendar-legend li[data-type='classOnline']:before {
    color: #0098f1;
}

.fc-calendar .fc-events > span[data-type='classOnline']:before {
    color: #0098f1;
}

.weekly-scheduler .scheduler-body .events li[data-type='classOnline'] {
    background-color: rgba(104, 190, 241, 0.1);
}

.weekly-scheduler .scheduler-body .events li[data-type='classOnline']:hover {
    background-color: rgba(104, 190, 241, 0.2);
}

.weekly-scheduler .scheduler-body .events li[data-type='classOnline'] span:first-child:before {
    background: #68bef1;
}

.calendar-event[data-type='class'] .event .event-title {
    font-weight: bold;
}

.background-light-blue-q {
    background-color: #eff6f7 !important;
}

@media (max-width: 600px) {
  .hidden-on-mobile {
    display: none !important;
  }
}

.as-chart-blue {
    background-color: #005587;
    color: #fff;
}
.as-chart-orange {
    background-color: #eb5a2d;
    color: #fff;
}

@media (max-width: 750px) {
    .app-footer {
        position: relative !important;
        bottom: -265px !important;
    }
}