.modaljs-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(115, 115, 115, 0.5);
}
.modaljs-overlay.control {
    background-color: rgba(115, 115, 115, 0.5);
}
.modaljs-scroll-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.modaljs {
    padding: 0;
    overflow: hidden;
    margin: 10px auto;
    min-width: 90%;
    max-width: 98%;
    background-color: #FFF;
    position: relative;
    border-color: #a6a6a6;
}
.modaljs.shadowed {
    -webkit-box-shadow: 0 0.5rem 1rem 0.5rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem 0.5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem 0.5rem rgba(0, 0, 0, 0.15);
}
.modaljs > .modaljs-header {
    color: #ffffff;
    background-color: #a6a6a6;
}
.modaljs > .modaljs-header > button {
    color: #ffffff;
}
.modaljs > .modaljs-content {
    color: #0d0d0d;
    background-color: #ffffff;
}
.modaljs > .modaljs-header {
    margin: 0;
    padding: 0.5rem 1rem;
    font-weight: bold;
    letter-spacing: .15em;
    overflow: auto;
    text-shadow: 0.2rem 0.2rem 0.25rem rgba(0, 0, 0, 0.4);
}
.modaljs > .modaljs-header > button {
    font-size: 1.2em;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0 .2rem 0;
    margin: 0;
    -webkit-appearance: none;
    opacity: .6;
    line-height: 1em;
}
.modaljs > .modaljs-header > button:focus {
    outline: 0.2rem dotted #1177bb;
}
.modaljs > .modaljs-header > button:hover {
    opacity: 1;
}
.modaljs > .modaljs-content {
    padding: 1em;
    margin: 0;
    overflow: auto;
    -webkit-box-shadow: 0.3em 0.4em 0.8em rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0.3em 0.4em 0.8em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0.3em 0.4em 0.8em rgba(0, 0, 0, 0.1) inset;
}
.modaljs > .modaljs-content > p {
    text-align: justify;
    padding: .5rem 1rem;
}
.modaljs .close {
    color: #000000;
    float: right;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    opacity: .2;
}
.modaljs .close:hover,
.modaljs .close:focus {
    color: #000000;
    cursor: pointer;
    opacity: .4;
    text-decoration: none;
}
.inverse > .modaljs .close {
    color: #ffffff;
    opacity: .4;
}
.inverse > .modaljs .close:hover,
.inverse > .modaljs .close:focus {
    color: #ffffff;
    opacity: .8;
}
@media screen and (min-width: 40em) {
    .modaljs {
        min-width: 20em;
        max-width: 25em;
    }
    .modaljs.mini {
        min-width: 10em;
        max-width: 15em;
    }
    .modaljs.small {
        min-width: 15em;
        max-width: 20em;
    }
    .modaljs.large {
        min-width: 25em;
        max-width: 30em;
    }
    .modaljs.huge {
        min-width: 30em;
        max-width: 40em;
    }
    .modaljs.width-100 {
        min-width: 100%;
        max-width: 100%;
    }
    .modaljs.width-90 {
        min-width: 90%;
        max-width: 90%;
    }
    .modaljs.width-80 {
        min-width: 80%;
        max-width: 80%;
    }
    .modaljs.width-75 {
        min-width: 75%;
        max-width: 75%;
    }
    .modaljs.width-70 {
        min-width: 70%;
        max-width: 70%;
    }
    .modaljs.width-66 {
        min-width: 66.666%;
        max-width: 66.666%;
    }
    .modaljs.width-60g {
        min-width: 61.8039%;
        max-width: 61.8039%;
    }
    .modaljs.width-60 {
        min-width: 60%;
        max-width: 60%;
    }
    .modaljs.width-50 {
        min-width: 50%;
        max-width: 50%;
    }
    .modaljs.width-40g {
        min-width: 38.1961%;
        max-width: 38.1961%;
    }
    .modaljs.width-40 {
        min-width: 40%;
        max-width: 40%;
    }
    .modaljs.width-33 {
        min-width: 33.333%;
        max-width: 33.333%;
    }
    .modaljs.width-30 {
        min-width: 30%;
        max-width: 30%;
    }
    .modaljs.width-25 {
        min-width: 25%;
        max-width: 25%;
    }
}            

.box {
    overflow:           hidden;
    padding:            .5rem;
    margin-top:         .125rem;
    margin-bottom:      .3rem;
    min-width:          10rem;
}
/*.bordered {
    border: 1px solid #CCC;
}*/
.clickable {
    cursor: pointer;
}
.rounded-small, .rounded {
    border-radius: .25rem;
}
/*.shadowed {
    box-shadow: .2rem .2rem .25rem rgba(0,0,0,0.15);
}*/
.pull-right {
    float: right;
}
.error {
}
.bold {
    font-weight: bold;
}
.dimmed-weak {
    color: rgba(13, 13, 13, 0.45) !important;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 2rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 2rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 2rem 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 2rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    border: 0.065rem solid rgba(0, 0, 0, 0.4);
    height: 1.3em;
    margin-bottom: 0.125rem;
    overflow: hidden;
    background-repeat: repeat-x;
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #ededed, #fafafa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #ededed, #fafafa);
    background-image: -o-linear-gradient(top, #ededed, #fafafa);
    background-image: linear-gradient(to bottom, #ededed, #fafafa);
    -webkit-box-shadow: 0.2rem 0.2rem 0.25rem rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0.2rem 0.2rem 0.25rem rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0.2rem 0.2rem 0.25rem rgba(0, 0, 0, 0.15) inset;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.progress .bar {
    color: #ffffff;
    float: left;
    font-size: 1.04em;
    height: 100%;
    line-height: 1.04em;
    overflow: hidden;
    padding: 0.13em;
    text-align: center;
    text-shadow: 0 0.085rem 0 rgba(0, 0, 0, 0.5);
    width: 0%;
    background-repeat: repeat-x;
    background-color: #ababab;
    background-image: -moz-linear-gradient(top, #c0c0c0, #8d8d8d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#8d8d8d));
    background-image: -webkit-linear-gradient(top, #c0c0c0, #8d8d8d);
    background-image: -o-linear-gradient(top, #c0c0c0, #8d8d8d);
    background-image: linear-gradient(to bottom, #c0c0c0, #8d8d8d);
    -webkit-box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress.striped .bar {
    background-color: #9a9a9a;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 2rem 2rem;
    -moz-background-size: 2rem 2rem;
    -o-background-size: 2rem 2rem;
    background-size: 2rem 2rem;
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress.primary .bar,
.progress .bar.primary {
    background-repeat: repeat-x;
    background-color: #2282cc;
    background-image: -moz-linear-gradient(top, #2299cc, #2260cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2299cc), to(#2260cc));
    background-image: -webkit-linear-gradient(top, #2299cc, #2260cc);
    background-image: -o-linear-gradient(top, #2299cc, #2260cc);
    background-image: linear-gradient(to bottom, #2299cc, #2260cc);
}
.progress.striped.primary .bar,
.progress.striped .bar.primary {
    background-color: #2c6cdc;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.small {
    height: 0.91em;
}
.progress.small.bar {
    font-size: 0.728em;
    line-height: 0.728em;
    padding: 0.091em;
}

@media screen {
    .table-wrapper {
        width: 100%;
    }
    .table-wrapper.scrollable > .table,
    .table-wrapper.scroll > .table,
    .table-wrapper.scroll-h > .table {
        border-collapse: collapse;
        table-layout: auto;
    }
    .table-wrapper.scrollable > .table > thead > tr > th,
    .table-wrapper.scrollable > .table > thead > tr > td,
    .table-wrapper.scrollable > .table > tbody > tr > td,
    .table-wrapper.scrollable > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}
table.table.centered {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
table.table {
    background-color: #ffffff;
    border-collapse: separate;
    table-layout: fixed;
}
table.table:not(.centered) {
    width: 100%;
    overflow: hidden;
}
table.table thead.header,
table.table thead.header > td {
    color: #343434;
    background-color: #e6e6e6;
    font-weight: bold;
}
table.table tfoot.footer,
table.table tfoot.footer > td {
    background-color: #ffffff;
    color: #808080;
}
table.table td,
table.table th {
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow-x: hidden;
}
table.table.stroked thead tr:last-child > * {
    border-bottom: 0.065rem solid #cdcdcd;
}
table.table.stroked tfoot tr:first-child > * {
    border-top: 0.065rem solid #cdcdcd;
}
table.table.stroked tbody tr:not(:last-child) > * {
    border-bottom: 0.065rem solid #cdcdcd;
}
table.table.compact tr > * {
    padding: 0.15rem 0.5rem;
}
table.table.striped tbody tr:nth-child(even) > * {
    background-color: #f2f2f2;
}