﻿nav .navbar-text a {
    color: #ccc !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: underline !important;
    }

.boxCover {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

    .boxCover h4 {
        margin-top: 0;
        margin-bottom: 15px;
    }

.errorBox {
    border: 1px solid #ccc;
    background: red;
    padding: 2px;
    color: white;
}

footer {
    border-top: 1px solid #efefef;
    margin-top: 20px;
    padding-top: 15px;
}

.note {
    font-style: italic;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

div.inline {
    float: left;
}

.clearBoth {
    clear: both;
}

.progressDefault {
    padding: 3px 8px;
    border: 1px solid #efefef;
    width:200px;
    background-color:lightblue;
}
.progressDefault a {
    color:white;
    text-decoration:underline !important;
}
.progressError {
    background-color:red;
    color:white;
}
.progressSuccess {
    background-color: green;
    color: white;
}

.uploadTabs .tab-pane {
    padding: 10px;
    margin-top: 10px;
}