/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-dec-2016, 9:55:15
    Author     : anne
*/

.close {
   
    color: #fff;
     text-shadow: 0 1px 0 #ffffff; 
    opacity: 0.8;
    filter: alpha(opacity=20);
}

.alert-success {
   color: #fff;
   background: #d66000;
}

.modal-header {
    color: #ef6c00;
}

.header-left {
    background-image: url(/images/logo_2025.png);
    
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background: #d66000;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
  
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.progress {
    height:30px;
    margin-bottom: 0px;
}

.progress-bar {
        font-size: 14px;
    line-height: 30px;
}

