﻿.field-validation-error {
    margin-bottom: 5px;
    color: #EB4747;
    font-size: 11px;
    display: block;
}

input.input-validation-error {
    border-color: #b94a48;
}

.dropdown-menu > li {
    border: none;
}

td.action a, td.action .dropdown-menu {
    visibility: hidden;
}

tr:hover td.action a, tr:hover td.action .dropdown-menu {
    visibility: visible;
}

.artifact-status {
    margin: 20px 0;
    padding: 10px 15px;
    border: 1px solid #ABE2E3;
    background-color: #F1FFFF;
}

.artifact-file {
    margin: 15px 0;
    padding: 15px 20px 5px 20px;
    border: 1px solid #BBBBBB;
    background-color: #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .artifact-file .remove-artifact {
        float: right;
        margin-top: 28px;
        line-height: 18px;
    }

.virus-status {
    font-style: italic;
}

.virus-scan-complete .virus-status,
.virus-scan-failed .virus-status {
    font-style: normal;
}

.virus-scan-complete .virus-status {
    color: #1D9D56;
}

.virus-scan-failed .virus-status {
    color: #EB4747;
}

.virus-scan-complete .label-block {
    padding-top: 0;
}

#file-template {
    display: none;
}

.modal {
}

.modal-header {
    border-bottom: 1px solid #4E9598;
    background-color: #5DADB0;
    background-image: url(images/fallback-gradient.png);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5DADB0), to(#50A1A3));
    background-image: -webkit-linear-gradient(top, #5DADB0, #50A1A3);
    background-image: -moz-linear-gradient(top, #5DADB0, #50A1A3);
    background-image: -ms-linear-gradient(top, #5DADB0, #50A1A3);
    background-image: -o-linear-gradient(top, #5DADB0, #50A1A3);
}

    .modal-header h3 {
        color: #444;
        line-height: 26px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .3);
    }

.modal-body {
    padding: 15px 20px 5px 20px;
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-samllmedium {
    width: 120px;
}

.busyLoader {
    position: absolute;
    z-index: 3;
    margin: 0 auto;
    list-style: none !important;
}

    .busyLoader > li {
        background-color: #cecece;
        width: 5px;
        height: 10px;
        float: right;
        margin-right: 5px;
    }

        .busyLoader > li:first-child {
            -webkit-animation: busyLoadbars 1s ease-in-out infinite 0s;
            -moz-animation: busyLoadbars 1s linear infinite 0s;
            -o-animation: busyLoadbars 1s linear infinite 0s;
            animation: busyLoadbars 1s linear infinite 0s;
        }

        .busyLoader > li:nth-child(2) {
            -webkit-animation: busyLoadbars 1s ease-in-out infinite -0.2s;
            -moz-animation: busyLoadbars 1s linear infinite -0.2s;
            -o-animation: busyLoadbars 1s linear infinite -0.2s;
            animation: busyLoadbars 1s linear infinite -0.2s;
        }

        .busyLoader > li:nth-child(3) {
            -webkit-animation: busyLoadbars 1s ease-in-out infinite -0.4s;
            -moz-animation: busyLoadbars 1s linear infinite -0.4s;
            -o-animation: busyLoadbars 1s linear infinite -0.4s;
            animation: busyLoadbars 1s linear infinite -0.4s;
        }

        .busyLoader > li:nth-child(4) {
            -webkit-animation: busyLoadbars 1s ease-in-out infinite -0.6s;
            -moz-animation: busyLoadbars 1s linear infinite -0.6s;
            -o-animation: busyLoadbars 1s linear infinite -0.6s;
            animation: busyLoadbars 1s linear infinite -0.6s;
        }

        .busyLoader > li:nth-child(5) {
            -webkit-animation: busyLoadbars 1s ease-in-out infinite -0.8s;
            -moz-animation: busyLoadbars 1s linear infinite -0.8s;
            -o-animation: busyLoadbars 1s linear infinite -0.8s;
            animation: busyLoadbars 1s linear infinite -0.8s;
        }

@-webkit-keyframes busyLoadbars {
    0% {
        height: 5px;
        margin-top: 10px;
    }

    50% {
        height: 20px;
        margin-top: 0px;
    }

    100% {
        height: 5px;
        margin-top: 10px;
    }
}

@-moz-keyframes busyLoadbars {
    0% {
        height: 5px;
        margin-top: 10px;
    }

    50% {
        height: 20px;
        margin-top: 0px;
    }

    100% {
        height: 5px;
        margin-top: 10px;
    }
}

@-o-keyframes busyLoadbars {
    0% {
        height: 5px;
        margin-top: 10px;
    }

    50% {
        height: 20px;
        margin-top: 0px;
    }

    100% {
        height: 5px;
        margin-top: 10px;
    }
}

@keyframes busyLoadbars {
    0% {
        height: 5px;
        margin-top: 10px;
    }

    50% {
        height: 20px;
        margin-top: 0px;
    }

    100% {
        height: 5px;
        margin-top: 10px;
    }
}

.boldanchertag {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

#banner-left {
    float: left;
    margin: 0 0 0 120px;
}

.checkbox-question-panel {
    width: auto;
    height: auto;
    margin-bottom: 3px;
    padding: 0;
    border: 1px solid #CCC;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .checkbox-question-panel div {
        margin-bottom: 5px;
    }

        .checkbox-question-panel div label {
            font-size: 14px;
            font-weight: normal;
            margin: 3px;
        }

            .checkbox-question-panel div label input {
                margin-left: 10px;
                margin-right: 10px;
            }

.captcha {
    background-color: #dfe2e6;
    border-radius: 4px
}

    .captcha div {
        padding-left: 2px
    }

    .captcha label {
        padding-top: 5px;
        padding-left: 5px
    }

.center {
    text-align: center;
}

#editSubGroupFieldsDialog {
    width: 800px;
    top: 140px;
    height: 480px;
}

#editSubGroupFieldsTable {
    overflow-y: scroll;
    height: 300px;
}

    #editSubGroupFieldsTable tbody tr:nth-child(even):not(.disabled) {
        background-color: #d9f7ff;
    }

    #editSubGroupFieldsTable thead tr td {
        font-weight: bold;
        text-align: center;
    }

.configActions {
    list-style: none;
}

    .configActions li {
        margin-top: 7px;
        margin-bottom: 7px;
    }

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.full-width {
    width: 100%;
}

.bold {
    font-weight: bold;
}

input.disabled {
    cursor: not-allowed;
    color: #DCDAD1;
    background-image: none;
}

input[type=checkbox].disabled:after {
    background: #DCDAD1 !important;
}

tr.disabled {
    background-color: #f2f2f2;
}

    tr.disabled input {
        background-color: #f2f2f2;
    }

.full-width {
    width: 100% !important;
}

.autoWidthSpan {
    display: inline;
    float: left;
    width: auto;
}

.small-caps {
    font-variant: small-caps;
    font-size: 8pt;
}

a.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

    a.isDisabled:active {
        pointer-events: none;
    }

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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;
}


@media print {
    #sidebar-container {
        display: none !important;
        content: none !important;
        width: 0.3cm !important;
    }
    #checklist-container {
        display: none !important;
        content: none !important;
        width: 0.3cm !important;
    }
    #footer-container {
        display: none !important;
        content: none !important;
    }
    #content-container {
        margin-left: 2px !important;
    }
    #content-header {
        left: 2px !important;
        position: static !important;
        top: 2px !important;
    }
    #header-container{
        position: static !important;
    }
    #header{
        position: static !important;
    }
    #workspace-container {
        margin-right: 2px !important;
        padding-top: 5px !important;
    }
    #workspace{
        padding-top: 5px !important;
    }
    .site-nav {
        display: none !important;
        content: none !important;
    }
    .profiler-results {
        display: none !important;
        content: none !important;
    }
    .tile{
        page-break-inside: avoid;
    }
    .panel{
        /*page-break-inside: avoid;*/
    }
    .page-header {
        margin-top:3px !important;
    }
    a[href]:after {
        /*content: " (" attr(href) ")";*/
        content: none !important;
    }

    abbr[title]:after {
        /*content: " (" attr(title) ")";*/
        content: none !important;
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    @page {
        /*size: landscape !important; */
        margin-left: 0.5 cm !important;
        margin-right: 0.5 cm !important;
        margin-top: 2cm !important;
        margin-bottom: 2cm !important;

        @top-right-corner {
            content: "Page " counter(page) !important;
        }

        @bottom-right-corner {
            content: counter(page) "/" counter(pages) !important;
        }
    }
    body {
        /*transform: scale(.95) !important;*/
        zoom: 95% !important;
    }
}