@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

.blink {
    animation-name: flash;
     animation-duration: 2s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-direction: linear;
     animation-play-state: running;
 }
 
 @keyframes flash {
     from {color: white;}
     to {color: red;}
 }

.nojs {
    text-align: center; 
    color:red; 
    font-weight: bold;
}

[hidden],
template {
    display: none
}

.form-required .required .control-label:after {
    content: "*";
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

optgroup {
    font-weight: 700
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
     :after,
     :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: -header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .btn>.caret,
    input[type=submit]>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../../../404.html);
    src: url(../../../../../404.html?#iefix) format("embedded-opentype"), url(../../../../../404.html) format("woff"), url(../../../../../404.html) format("truetype"), url(../../../../../404.html#glyphicons_halflingsregular) format("svg")
}

.info_label {
    width: 100%; 
    color: blue; 
    text-align: center;
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #333;
    background-color: #fff !important
}

button,
input,
select,
textarea {
    font-family: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.fa-refresh {
    color: blue;
}

.fa-refresh-disabled {
    color: rgb(173, 173, 255);
}

.fa-pencil {
    color: #754D03;
}

.fa-trash {
    color: #838383;
}

.fa-check {
    color: #00FF00;
}

.fa-child {
    color: #06580D;
}

.fa-window-close {
    color: #E00F0F;
}

.fa-key {
    color: #B1920A;
}

.fa-times {
    color: red;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media ( min-width :768px) {
    .container {
        width: 750px
    }
}

@media ( min-width :992px) {
    .container {
        width: 970px
    }
}

@media ( min-width :1200px) {
    .container {
        width: 1170px
    }
}

.loggedUser {
    color:#eb731f; 
    width: auto; 
    padding-right: 10px; 
    font-style: italic; 
    height: 50px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media ( min-width :768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media ( min-width :992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

th.ppidColumn, th.operatorColumn, th.emailColumn, th.statusColumn, th.keyTypeColumn, th.buttonsColumn, th.deobfuscationColumn {
    text-align: center;
    vertical-align: middle;
}


th.ppidColumn, td.ppidColumn {
    width: 10%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

td.ppidColumn {
    padding-left: 2%;
}

th.operatorColumn, td.operatorColumn {
    width: 20%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

th.emailColumn, td.emailColumn {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

th.statusColumn, td.statusColumn {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    font-style: italic;
}

td.statusColumnNOK {
    color:#E62424;
}

td.statusColumnOK {
    color: #16B416;
}

td.keyTypeColumn {
    width: 3%;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

th.keyTypeColumn {
    width: 5%;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}


td.buttonsColumn {
    width: 8%;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

td input[type=email], td input[type=text] {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.operator-list {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

table[id=operatorsListInfo] {
    width: 100%;
}

.fa {
    background: transparent;
    border: 0px;
    width: auto;
 }

fieldset {
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    line-height: inherit;
    color: #333
}

label {
    display: inline-block;
    max-width: 100%
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    display: block;
    line-height: 1.42857;
    color: #555
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
}

.form-group {
    margin-bottom: 15px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.btn,
input[type=submit] {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 170px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
input.active.focus[type=submit],
input.active[type=submit]:focus,
input.focus[type=submit],
input[type=submit]:active.focus,
input[type=submit]:active:focus,
input[type=submit]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover,
input.focus[type=submit],
input[type=submit]:focus,
input[type=submit]:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active,
input.active[type=submit],
input[type=submit]:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] input[type=submit],
input.disabled[type=submit],
input[disabled][type=submit],
fieldset[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary-index {
    color: #fff;
    background-color: #eb731f;
    border-color: #eb731f;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary-index.active,
.btn-primary-index.focus,
.btn-primary-index:active,
.btn-primary-index:focus,
.btn-primary-index:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #eb731f;
    border-color: #eb731f
}

.btn-primary-index.active,
.btn-primary-index:active,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary-index.disabled,
.btn-primary-index.disabled.active,
.btn-primary-index.disabled.focus,
.btn-primary-index.disabled:active,
.btn-primary-index.disabled:focus,
.btn-primary-index.disabled:hover,
.btn-primary-index[disabled],
.btn-primary-index[disabled].active,
.btn-primary-index[disabled].focus,
.btn-primary-index[disabled]:active,
.btn-primary-index[disabled]:focus,
.btn-primary-index[disabled]:hover,
fieldset[disabled] .btn-primary-index,
fieldset[disabled] .btn-primary-index.active,
fieldset[disabled] .btn-primary-index.focus,
fieldset[disabled] .btn-primary-index:active,
fieldset[disabled] .btn-primary-index:focus,
fieldset[disabled] .btn-primary-index:hover {
    background-color: #eb731f;
    border-color: #eb731f
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info-disabled {
    color: #fff;
    background-color: gray;
    border-color: gray;
}

.btn-info-disabled:hover {
    color: white;
    text-decoration: none
}


.btn-select {
    display: inline-block;
    /*float: left;*/
}


.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>input[type=submit] input[type=checkbox],
[data-toggle=buttons]>input[type=submit] input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label,
input[type=submit] .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@-ms-viewport {
    width: device-width
}

a,
abbr,
acronym,
address,
applet,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
section,
summary {
    display: block
}

button,
input {
    line-height: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

.orange {
    color: #eb731f
}

.carrot-orange {
    background-color: #eb731f
}

html {
    font-size: 1em
}

@font-face {
    font-family: din-ultralight;
    src: url(../fonts/DINNextLTPro-UltraLight.eot);
    src: url(../fonts/DINNextLTPro-UltraLightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DINNextLTPro-UltraLight.woff) format("woff"), url(../fonts/DINNextLTPro-UltraLight.ttf) format("truetype"), url(../fonts/DINNextLTPro-UltraLight.svg#7f23cbcd2d01616e96969c95f25ca80c) format("svg");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: din-light;
    src: url(../fonts/DINNextLTPro-Light.eot);
    src: url(../fonts/DINNextLTPro-Lightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DINNextLTPro-Light.woff) format("woff"), url(../fonts/DINNextLTPro-Light.ttf) format("truetype"), url(../fonts/DINNextLTPro-Light.svg#a25104a0774d16e06886a3b435b5d53e) format("svg");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: din-regular;
    src: url(../fonts/DINNextLTPro-Regular.eot);
    src: url(../fonts/DINNextLTPro-Regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DINNextLTPro-Regular.woff) format("woff"), url(../fonts/DINNextLTPro-Regular.ttf) format("truetype"), url(../fonts/DINNextLTPro-Regular.svg#4259aa35ace4c12937b753d1ff841883) format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: din-medium;
    src: url(../fonts/DINNextLTPro-Medium.eot);
    src: url(../fonts/DINNextLTPro-Mediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DINNextLTPro-Medium.woff) format("woff"), url(../fonts/DINNextLTPro-Medium.ttf) format("truetype"), url(../fonts/DINNextLTPro-Medium.svg#145835dcece21fdb071fe84cdfccac46) format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: din-bold;
    src: url(../fonts/DINNextLTPro-Bold.eot);
    src: url(../fonts/DINNextLTPro-Boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DINNextLTPro-Bold.woff) format("woff"), url(../fonts/DINNextLTPro-Bold.ttf) format("truetype"), url(../fonts/DINNextLTPro-Bold.svg#020004e9b75eea10ee70737080129f58) format("svg");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: inconsolata;
    src: url(../fonts/inconsolata-webfont.eot);
    src: url(../fonts/inconsolata-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/inconsolata-webfont.html) format("woff2"), url(../fonts/inconsolata-webfont.woff) format("woff"), url(../fonts/inconsolata-webfont.ttf) format("truetype"), url(../fonts/inconsolata-webfont.svg#inconsolatamedium) format("svg");
    font-weight: 400;
    font-style: normal
}

.login-info {
    float: right;
    display: inline-block;
    margin-top: 4px;
    font-size: .813em
}

.login-info a,
.login-info i {
    color: #707e8d
}

.login-info .logged a,
.login-info .logged i {
    color: #9f9f9f
}

.link-button {
    background-color: #2f8ad1;
    margin-top: -4px;
    text-align: left;
    float: right
}

.logo img {
    display: inline-block;
    width: 131px
}

#general-wrapper {
    min-height: 100%;
    position: relative;
}

.pull-right {
    padding-right: 0
}

.btn,
input[type=submit] {
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 6px 16px 4px;
    font-size: .813em;
    /*display: block;*/
    color: #fff;
    text-decoration: none
}

input[type=submit] {
    color: #fff;
    background-color: #eb731f;
    float: right
}

input[type=text],
input[type=password],
input[type=email] {
    border: none;
    border-radius: 2px;
    background-color: #e3e3e3;
    width: 240px;
    float: right;
}

label {
    width: 200px;
    font-size: 85%;
}

form .item-list {
    display: block;
    margin-top: 2.369em
}

form .item-list ul li {
    padding: 0;
    margin: 0
}

.form-item input.error,
.form-item select.error,
.form-item textarea.error {
    border: 2px solid #eb731f !important
}

body {
    font-family: din-regular;
    line-height: 1.45;
    -webkit-font-smoothing: subpixel-antialiased
}

h1 {
    font-family: din-regular;
    color: #000;
    font-size: 1.7em;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1em;
    margin-bottom: .422em;
    padding: .422em 0
}

h1.title {
    font-size: 2em;
}

h1.title_admin {
    font-size: 2em;
    color: red;
}

h2 {
    font-family: din-regular;
    color: #000;
    font-size: 1.5em;
    padding: .422em 0
}

p {
    color: #464444;
    font-size: 1em;
    padding: .422em 0
}

h3,
h4 {
    font-family: din-regular;
    color: #000;
    font-size: 1.3em;
    padding: .422em 0
}

h5 {
    font-size: .813em
}

h6 {
    font-size: .563em
}

small {
    font-size: .813em
}

p {
    font-family: din-regular
}

strong {
    font-family: din-medium
}

ul {
    list-style: none
}

.section.section-padded-big {
    padding: 1.5em 0
}

th {
    font-weight: bold;
    padding: 9px 10px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    background: #0B2544;
    border: 1px solid #CCD0D7;
    border-style: solid;
    color: white;
    font-weight: bold;
}

thead.list_files {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-left: 0;
    margin-right: 0;
}

tr.list_files {
    width: 100%;
}

tbody.list_files {
    display: inherit;
    width: 100%;
    overflow-y: scroll;
}

td.no_files {
    text-align: center;
    vertical-align: middle;
    height: 50px;
}

table.list_files {
    border-collapse: collapse;
    border-style: solid;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 1px solid #CCD0D7;
    border-color: #CCD0D7;
    box-shadow: none !important;
    width: 100%;
    display: table-layout;
}

th.original_file {
    width: 30%;
    padding-left: 15px;
}

th.encrypted_file {
    width: 30%;
    padding-left: 15px;
}

th.cipher_method_name {
    width: 10%;
    padding-left: 15px;
}

th.key_type {
    width: 10%;
    padding-left: 15px;
}

th.date {
    width: 20%;
    padding-left: 15px;
}

td.original_file {
    width: 30%;
    padding-left: 15px;
    white-space: nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
    max-width:1px;
}

td.original_file:hover {
    max-width : initial; 
}

td.encrypted_file {
    width: 30%;
    padding-left: 15px;
    white-space: nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
    max-width:1px;
}

td.encrypted_file:hover {
    max-width : initial; 
}

td.cipher_method_name {
    width: 10%;
    padding-left: 15px;
}

td.key_type {
    width: 10%;
    padding-left: 15px;
}
td.date {
    width: 20%;
    padding-left: 15px;
}

input[type=radio] {
    margin: -4px 0 0;
}

em {
    font-style: italic;
}

.generic-form-box {
	position: relative;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}

#user-login a,
#user-login-form a,
#user-pass a {
    font-size: 85%;
}

.generic-form-box p {
    width: 100%;
    background-color: #0b2544;
    padding: 10px 10px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #eb731f;
    font-weight: 400;
    font-family: din-regular;
}

#admin-login a,
#admin-login-form a,
#admin-pass a {
    font-size: 85%;
}

.modal-form-fields-wrapper {
    background-color: rgba(247, 245, 245, 0.8);
    padding: 15px;
    border-radius: 0px 0px 7px 7px;
}

.username {
    color: #9f9f9f;
}

.password-strength {
    margin-top: 1em;
    padding-left: 1em;
}

.img-responsive {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    header .site-name {
        font-size: 70%;
        margin-top: 25px;
    }
    .logo img {
        width: 72px;
    }
    header {
        height: 80px;
    }
}

.active:active {
  color: red;
}
