﻿.WebContent .submission,
.WebContent .confirmation {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.WebContent #pages[page="0"] .submission,
.WebContent #pages[page="1"] .confirmation {
    opacity: 1;
    height: auto;
}

.WebContent .category-selector.ui-select-multiple span.ui-select-match-item {
    width: auto;
}

.WebContent .errorMsg {
    color: red;
}

.WebContentCreate-top-border {
    width: 100%;
    height: 70px;
}

.container-fluid {
    padding: 0;
}

.WebContentConfirm {
    padding-top: 25px;
}

.jcrop-vline, .jcrop-hline {
    background: #fff url(/GZContent/Jcrop/Jcrop.gif);
    font-size: 0;
    position: absolute
}