.login-links-cont {
    background-color: #fff;
    margin: 0 -20px;
}

.login-image {
  background-repeat: no-repeat;
  background-size: cover;
  height:500px;
  background-image: url('../img/cover.jpg'  );
   }
   
.form-inline{
    text-align:center;
}
.title-inline{
    text-align:center;
}

a.inner{
    display:table;
    float:right;
}

.mt-repeater-title{
    padding-bottom:10px;
}

.new-section{
   width: 50%;
    margin: auto;
}

.login-alert{
   margin-top:20px;
}

.text-bold{
   
}

div.description{
   padding-left:40px;
   text-align:justify;
   
}
.multiselect-container > li > a { white-space: normal; }

.anchor{
/*   padding-top: 60px;
  margin-top: -60px;
  */
  display: inline-block; 
}

.biografije tr td{
   width:33%;
}


a.printpagebreak{
    page-break-before: always;
}

.table.table-light>thead>tr>th,.table.table-light>tbody>tr>td{
   color:#000!important;
}

.subsubhead{
   text-decoration: underline;
}

.sadrzaj{
   border-bottom:1px solid #e2e2e2;
   padding: 15px;
}
.aktivnost{
   border-right:1px solid #e2e2e2;
   padding: 15px;
  
}
.materijal{
   border-top:1px solid #e2e2e2;
   padding: 15px;
}

.aktivnost+div{
   padding: 15px;
}

.scenario h5{
   font-size:16px!important;
   font-weight: bold;
}

.scenario h6{
   font-size:15px!important;
}

.program label{
   font-family: "Open Sans", sans-serif;
   font-weight: 300;
   font-size:14px;
}

.feeds li .col2 {
    float: left;
    width: 175px !important;
    margin-left: -175px!important;
}

.katalog .list-group a{
   color:#000;
}

.katalog .list-group a:hover{
   color:#2ab4c0 !important;
   text-decoration: none;
}

.manual-green{
   color:#26C281 !important;
}

.manual-green img, .manual-red img, .manual-silver img{
   padding:5px;
   border: 1px solid #e2e2e2; 
   margin-top:20px;
   margin-bottom:20px;
}


.manual-red{
   color:#E7505A !important;
}

.manual-silver{
   color:#4F4F4F !important
}


.homestep {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 11px 14px !important;
    margin-bottom: 20px;
    height: 55px !important;
}

.homelink a{
   color:#FFF !important
}

.manual p, .manual div{
   text-align:justify;
}

.mt-step-col div{
   text-align:center !important;
}

.oznake{
   margin:10px;
   text-align:center;
}

.oznake> span{
   padding:5px;
   margin-left:5px;
   background: #e2e2e2;
}

.form-md-radios > label {
color:#000;   
}

.questions .md-radio{
   display:inline-block;
}


.questions  td{
   text-align:center;
    vertical-align: middle;
}


.questions tr  {
    vertical-align: middle !important;
}


.questions tr td:first-child {
    text-align: left !important;
    
}

.questions tr:first-child td {
    border:none !important;
    
}

.survey, .survey label, .survey td{
   font-size:12px !important;
}

.survey hr{
   margin: 10px !important;
}

.survey .portlet > .portlet-title{
   border-bottom:none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
  }
  
  #status {
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    /* is width and height divided by two */
  }
  
  .spinner-sm {
    width: 50px;
    height: 50px;
    
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    
    border-radius: 50%;
  }
  .spinner-sm:after,
  .spinner-sm:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .spinner-sm-1:after {
    position: absolute;
    top: -4px;
    left: -4px;
    border: 4px solid transparent;
    border-top-color: #214577;
    border-bottom-color: #214577;
    animation: spinny 0.8s linear infinite;
  }
  @keyframes spinny {
      0% {
          transform: rotate(0deg) scale(1);
      }
      50% {
          transform: rotate(90deg) scale(1.2);
      }
  }

select{
    text-align: left !important;
}

textarea{ resize: none !important; }


.naziv-oblasti{
    display: inline-block;
}

a.naziv-oblasti:first-letter {
    text-transform: uppercase;
}

.portlet.light > .portlet-title {
    min-height: 95px !important;
}