/* 
    Created on : 2017-04-04, 11:33:39
    Author     : Marcin Zadworny <m.zadworny at hsi.pl>
*/

.locking-loader {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    z-index:100;
}

.wif table {
    margin: 0px auto;
}

.wif table td {
    padding: 5px;
}

.wif input.required {
    background-color: #FFCCCC;
}

.select2-selection__choice {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: pre-line;
    width: 90%;
}