@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
}
.flex-break-row {
    flex-basis: 100%;
    height: 0;
}

.erasmus-container{
    border: 1px solid #e8e8e8;
    margin: 15px;
    padding: 15px;
}

.container-mobion{
    background-color: #ffffff;
    box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
}
.anostyle{
    text-decoration: none;
    color: inherit;
}

.nav-important{
    font-weight: bold;
    color: #ff0808 !important;
}

.page-accordion .accordion-button {
    font-size: 1.4rem;
    color: #002060;
    font-weight: bold;
    border-color: #002060;
}


.list-nostyle {
    list-style: none;
}

.sidebar-menu .lmenu-item {
    display: inline-flex;
    font-weight: 600;
}
.sidebar-menu .lmenu-item:hover, .sidebar-menu .lmenu-item:focus, .sidebar-menu .sidebar-dropdown-item a:focus, .sidebar-menu .sidebar-dropdown-item a:hover, .sidebar-menu .active {
    color: rgba(0, 0, 0, .85);
    background-color: #0070c0;
    color:#ffffff !important;
}

.sidebar-menu .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

label {
    font-weight: bold;
}
.form-floating label, label.form-check-label {
    font-weight: normal;
}

.file-caption-name {
    max-height: initial !important;
}

.sidebar-menu .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}


.sidebar-menu .sidebar-dropdown-item {
    border-bottom: dotted 1px #0a38e7;
    padding: 0.4rem;
}
.sidebar-menu .sidebar-dropdown-item a{
    padding: 0.15rem;
    text-decoration: none;
    display: block;
}
.pagebgc{
    background-color: #ffffff;
}
.pagebgc.card-header{
    background-color: #002060;
    color: #ffffff;
}

.text-erasmus {
    color: #002060;
}

.label-required:after{
    content:"*";
    color:red;
    padding-left: 4px;
}


.login-form-image {
    width: 220px;
}


/* Sticky footer styles
--------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #EAEAEA;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.mob-ty-ico img{
    width: 20px;
    height: auto;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #EAEAEA;
    color: #777777;
    border-top: 1px solid #EAEAEA;
}
.footer-container{
    background-color: #ffffff;
}
.footer-container .text-muted {
    margin: 20px 0;
}

.partner-institution-logo{
    max-height: 100px;
}

/*---------*/

/*menu*/

#header-text-nav-wrap{
    padding-top: 15px;
    padding-bottom: 15px;
}



#logo-img{
    margin-right: 20px;
}
#logo-img:hover {
    opacity: 0.8;
    box-shadow: 0px 0px 0px #000;
}

#header-text {
    float: left;
    padding: 10px 20px 0px 0px;
}

h1#site-title {
    padding-bottom: 5px;
    margin-top: 0px;
}
#site-description {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 0px;
    color: #666;
}

.nav > li > a{
    color: #333;
}
big{
    font-size: x-large;
}
.footer-logo{
    height: 50px;
}

#sipuslogo{
    height: 45px;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#sipuslogo:hover {
    opacity: 0.8;
    box-shadow: 0px 0px 0px #000;
}
.navbar-margintop{
    height: 48px;
}

.navbar-default {
    background-color: #FFF;
}
.carousel-caption-mobion{
    position: absolute;
    left: 15px;
    top: 50px;
    background-color: rgba(0,0,0,0.3);
    width: 60%;
    max-height: 50%;
    overflow: hidden;
    min-height: 25%;
    color: #ffffff;

}

.panel-summer{
    border-color: #f9d62e;
}
.panel-summer > .panel-heading{
    background-color: #eae374;
    border-color: #f9d62e;
    color: #C84D5F;
}
.panel-winter{
    border-color: #b3e3f4;
}
.panel-winter > .panel-heading{
    background-color: #d6fffb;
    border-color: #b3e3f4;
    color: #230745;
}
.panel-incoming{
    border-color: #477F91;
}
.panel-incoming > .panel-heading{
    background-color: #04C2FF;
    border-color: #477F91;
    color: #0C4D63;
}
.panel-outgoing{
    border-color: #AB654A;
}
.panel-outgoing > .panel-heading{
    background-color: #F14E0E;
    border-color: #AB654A;
    color: #702D12;
}
.neaktivan{
    background-color: #DDDDDD;
}



/*----------*/

.fp-text-headline h3{
    margin-top: 0px;
}

/*---- CAROUSEL  -----*/

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
/*-------*/
.fp-image-ico{
    width: 100%;
    max-width: 350px;
}
.widget-icon{
    padding: 5px;
    margin-bottom: 20px;
}

.fp-text{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;

}

.fp-image-ico:hover{
opacity: 0.8;
box-shadow: 0px 0px 0px #000;
}

.advance-label{
    margin-top: 20px;
    margin-bottom: 0px;
}
.contact_details{
    margin-top: 20px;
}

.institucija_partner{
    margin-left: 50px;
    margin-right: 50px;
    padding: 15px;
    border: solid 1px #dddddd;
    border-radius: 5px;

}

.font-bold {
    font-weight: bold !important;
}







.fp-text-1 a:hover, .fp-text-1 a:focus{
    color: #F2836B;
    text-decoration: none;
}
.fp-text-2 a:hover, .fp-text-2 a:focus{
    color: #79CC8C;
    text-decoration: none;
}
.fp-text-3 a:hover, .fp-text-3 a:focus{
    color: #91C5F2;
    text-decoration: none;
}
.fp-text a{
    color: #777;
}
.fp-change-btn{
    margin-top: 20px;
}
.fp-arrow{
    color: #666;
}





.mobility_desc{
    padding: 45px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.control-label.frm-required:after {
    content:"*";
    color:red;
    padding-left: 4px;
}
.preview-required:after {
    content:"*";
    color:red;
    padding-left: 4px;
}

.fpanel-header{
    font-size: 24px;
    color: #333333;
}

.frm-required-text{
    color:red;
}
.frm-readonly{
    background-color: #EEEEEE;
}

.help-block-red {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #A94442;
}

.list-of-programs{
    padding: 30px;
}

.flabel{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 16px;
    font-weight: 500;
}

.llevel{
    padding: 20px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin-bottom: 15px;
}
.llevel-part{
    padding: 10px;
}
.llevel-controls{
    padding-left: 50px;
    margin-top: 20px;
}
.spacer{
    margin-left: 20px;
}




.dependent-group{
    padding: 20px;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    margin-bottom: 15px;
}

.hidden-group{
    padding: 20px;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    margin-bottom: 15px;
}

.independent-group{
    padding: 20px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin-bottom: 15px;
}
.open-group{
    padding: 20px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-left: 50px;
}
.oblastinivoistudija{
    padding: 5px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin-bottom: 5px;
}
.program-naziv-element{
    padding: 5px;
}
.program-naziv{
    font-size: 16px;
}
.sub-programs{
    margin-left: 10px;
}

.p-collexp{
    width: 16px;
    height: 16px;
    display: inline-block;
}
.headline{
    font-size: 16px;
}
.p-collapsed{
    background: url("/images/icons/collapsed.svg") no-repeat top left;
}
.p-expanded{
    background: url("/images/icons/expanded.svg") no-repeat top left;
}

.sub-programs-exist{
    margin-left: 15px;
    padding: 10px;
}
.active{
    color: #00008B;
}
.inactive{
    color: #AAAAAA;
}
.test{
    margin-top: 100px;
}
.vertical-spacer{
    margin-bottom: 20px;
}
.vertical-spacer-big{
    margin-top: 60px;
}
.red-span{
    color: #FF0000;
}
.app-home-partner{
    margin-top: 15px;
}

.row-margin-bottom{
    margin-bottom: 5px;
}
.row-margin-20{
    margin-bottom: 20px;
}
.row-group-inst{
    padding: 5px 20px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin-bottom: 5px;
}
.fixed-panel-boady{
    height: 170px;
    overflow: hidden;
}
.edit-icon{
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.naziv-institucije{
    font-size: 16px;
    font-weight: 500;
}
.inlinediv{
    display: inline-block;
}
.belaslova{
    color:#ffffff;
}
.napomena{
    padding: 20px;
    border: 1px solid #BCE8F1;
    border-radius: 4px;
    margin : 20px
}

.btn-lb {
    color: #ffffff;
    background-color: #339dd3;
    border-color: #2e6da4;
}

.btn-lr {
    color: #ffffff;
    background-color: #e56e6e;
    border-color: #2e6da4;
}
.btn-lgr {
    color: #ffffff;
    background-color: #208050;
    border-color: #2e6da4;
}

@media print {
    body * {
        visibility: hidden;
    }
    a[href]:after {
        content: none;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.asterisk-red{
    color: #FF0000;
    font-size: 18px;
}


.sumbited-application{
    margin-top: 50px;
}

.great-hedding{
    font-size: 36px;
    color: #888;
}
.application-id{
    font-size: 24px;
}


.blue {background-color:#2a82c0}
.mblue {background-color: #469bd7}
.lblue {background-color:#2ab0c0}
.llblue {background-color: #31b0d5}
.red {background-color: #d9534f}
.lred {background-color:#de6489}
.gray {background-color:#505b72}
.lyl {background-color:#9d70e2}
.ora { background-color: #e27c79}


.m2{
    margin:2px;
}
.fptxt{
    color:#fff;
    position:relative;
    left:0px;
    width:250px;
    height:60px;
    margin:20px"
}
.fpim{
    margin:5px;
    width : 250px;
    height : 250px;
    cursor: pointer;
}


.small-logo{
    width: 20px;
}

.asterisk-group{
    border: 1px solid #D43F3A;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-top: 10px;
}
ul.nav-pills>li {
    background-color: #f8f8f8;
    border: solid 1px #919B9C;
}
ul.nav-pills>li.active {
    border: none;
}
.tekst{
    padding-top: 7px;
    margin-bottom: 0px;
}

.table-selectable > tbody > tr:hover {
    background-color: #eee;
    cursor: pointer;
    cursor: hand;
}
.table-selectable > tbody > tr.empty:hover {
    background-color: #faebcc;
    cursor: pointer;
    cursor: hand;
}
.txt-preview{

    margin-bottom: 0px;
    text-align: right;
    max-width: 100%;
    font-weight: 700;
}
/*za novu pocetnu stranu index 4 */
.m3{
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.no-padding{
    padding: 0px;
}
.fpix{
    margin: 5px;
    width: 250px;
    height: auto;
    max-width: 100%;
    cursor: pointer;
}

.konk-selected {
    background-color: #E56E6E;
    color: white;
    padding: 3px;
    border-radius: 4px;
}
.konk-selected:hover {
    text-decoration: none;
    cursor:none;
    color:white;
}
.konk:not(.konk-selected):hover {
    background-color: #208050;
    color: white;
    padding: 3px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}
.select2{
    width: 100%;
}
.btn_next{
    padding-bottom: 5px;
}

.konDone {
    color:greenyellow;
    cursor: pointer;
    cursor: hand;
}
.konMiss {

    color: #FF5959;
    cursor: pointer;
    cursor: hand;
}

.btn-margin-top{
    margin-top: 15px;
}

.btn-delete:hover {
    color: #fff;
    background-color: #D43F3A;
    border-color: #adadad;
}
.btn-add:hover {
    color: #fff;
    background-color: #25902c;
    border-color: #adadad;
}

.calendar-part-select{
    display: inline-block;
    height: 34px;
    padding: 4px 6px;
    margin-right: 5px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #CCC;
}

.margin-left-20{
    margin-left: 20px;
}
/*    **** *  */

.program-desc {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    cursor: pointer;
}

/******  crveni krug za notification */
.numberCircle {
    display:inline-block;
    line-height:0px;
    border-radius:50%;
    border:0px solid;
    background-color:red;
    font-size:17px;
    color:white;
    font-weight:700;
}
.numberCircle span {
    display:inline-block;
    padding-top:50%;
    padding-bottom:50%;
    margin-left:4px;
    margin-right:4px;
}

/********************************/

.form-low-margin-bottom .form-group{
    margin-bottom: 8px;
}

.ar-heading{
    background-color: #20206F;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.ar-heading-page{
    background-color: #f5f5f5;
    color: #3333333;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.error-on-validate{
    color: #dc3545;
    font-size: 0.875em;
}


.ceepus-logo-intro{
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.ceepus-logo-small{
    width: 120px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mobility-numbers-overwritten, .mobility-duration-overwritten{
    text-decoration: line-through;
    color: #999;
}

.overwriten-text-display{
    font-weight: 700;
    font-size: x-large;
}

.select2-search--inline, .select2-search__field { width: 100% !important; }

.bordered-group-cps {
    padding: 20px;
    border: solid 1px #20206f;
    border-radius: 10px;
}

.contact-container {
    padding: 20px;
    border: solid 1px #bdbdbd;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.display-flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.auto-clear-contacts .col-sm-4:nth-child(3n+1){clear:left;}

.site-page img{max-width: 100%;height: auto !important;}

.status-accepted{
    font-weight: 700;
    color: #34a234;
}
.text-medium-bold{
    font-weight: bold;
    font-size: medium;
}

.highlight-row{
    background-color: #fdecec;
}

.mobility-locked{
    color: #aaaaaa;
}
.mobility-numbers-editable-persons, .mobility-numbers-editable-period{
    font-size: 1.3em;
    font-weight: bold;
}


.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
}
.flex-item{
    width: 95%;
}
.flex-item a{
    display: block;
    background: #002060;
    padding: 5px;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    line-height: 30px;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
    border: solid 2px #41719c;
    border-radius: 10px;
}
.flex-item a:hover {
    background: #ffffff;
    border: solid 2px #002060;
    color: #002060;
}
.flex-item.active a{
    background: #a2df64;
    border: solid 2px #002060;
    color: #002060;
}



@media (min-width: 768px) {
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.flex-item{
    width: 160px;
}
.flex-item a{
    padding: 5px;
    width: 100%;
    min-height: 80px;
    margin-top: 10px;
    line-height: 70px;

}
}

.header-text-1{
    background-color: #002060;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
}
.header-text-2{
    background-color: #eeeeee;
    color: #002060;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 1.1em;
    font-weight: bold;
}

.template-page-numbering{
    margin-top: 4em;
}
.template-page-numbering .pg-number{
    padding: 5px 20px;
    background-color: #41719c;
    border: 2px solid #002060;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}

.circleu-bordered{
    border: 1px dotted #eeeeee;
}
.form-simul{
    padding: 10px;
}
.single-contact{
    border: 1px solid #0A246A;
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
}

.page-navigation:hover{
    text-decoration: none;
}

.hiddable-container{
    padding: 10px;
    background-color: #eeeeee;
}
.contact-additional-information-container{
    background-color: #ffffff;
    border: 1px solid #0A246A;
    padding: 4px;
    max-height: 150px;
    overflow: auto;
}
.dropzone {
    border: 2px dashed #0087F7!important;
    border-radius: 5px !important;
    background: white !important;
}
.text-bold{
    font-weight: bold;
}
.text-lg{
    font-size: 2rem;
}
.description-holder{
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    background-color: #eeeeee;
    border: 2px dashed #0087F7!important;
}
.questionnaires{
    border: 1px solid #0A246A;
    background-color: #eeeeee;
    margin-top: 10px;
}
.questionnaire-member{
    margin-bottom: 20px;
}
.questionnaire-contact-full_name{
    font-weight: bold;
}
.questionnaire-contact-position{
    font-weight: bold;
    text-align: center;
}
.part-description-title{
    text-align: center;
}

.arl-note{
    border: 1px solid #19b7f4;
    margin-bottom: 20px;
    padding: 10px;
}

.header-logos {
    max-height: 50px;
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .media-left{
        white-space: nowrap;
    }
}


/* Scroll to top */

.scroll{
    color:#fff;
    margin-top:100px;
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(216.7, 87.1%, 48.6%, 0.8);

}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    background: url(/images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5,76%,62%,.8);
}

.height{
    height:3000px;
}
