/*
Имитация контрола загрузки файла с помощью
полей текстового ввода и кнопки 'Browse'.
 */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.navbar-text {
    margin-top: 8px;
    margin-bottom: 8px;
}

.width-one {
  width: 1%
}

.width-nine {
  width: 9%
}

.width-eleven {
  width: 11%
}
.word-break {
  word-wrap: break-word;
}

#id_uncheck {
  cursor:pointer;
}
