
.error {
    display: none;
    color: red;
}

form .buttons {
    display: block;
    text-align: center;
    padding-top: 35px;
    overflow: hidden;
}

.vc_separator {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 15px 0 30px;
}

body ul.exhibitor-steps {
    display: inline-block;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 0 15px auto !important;
    background-color: #c4c4c4;
    border-radius: 0;
}
body ul.exhibitor-steps li {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 20px;
    list-style: none !important;
    font-family: 'Century Gothic', 'Didact Gothic', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    border-right: 1px solid #fff;
    color: #fff;
}
body ul.exhibitor-steps > li:nth-child(1) {
    background-color: #333;
}
body ul.exhibitor-steps > li:nth-child(2) {
    background-color: #696969;
}
body ul.exhibitor-steps > li:nth-child(3) {
    background-color: #9d9d9d;
}
body ul.exhibitor-steps li.active {
    background-color: #e01c26 !important;
    color: #fff;
}
body ul.exhibitor-steps li.active a,
body ul.exhibitor-steps li.active a:hover {
    color: #fff;
    font-weight: normal;
    font-style: normal;
}
body ul.exhibitor-steps li a,
body ul.exhibitor-steps li a:hover {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-family: Arial, sans-serif;
}
/*body ul.exhibitor-steps li.done {
    background-color: #10b228;
    color: #fff;
}
body ul.exhibitor-steps li.done a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
}
body ul.exhibitor-steps li.done a:hover {
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
}*/



.progressbar {
    position: relative;
    height: 15px;
    margin: 15px 0 0;
    max-width: 200px;
    display: none;
}
.progressbar .progress-label {
    font-size: 11px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.progressbar .ui-progressbar-value {
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #88bfe8 0%, #70b0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #88bfe8 0%,#70b0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
}

.upload_info > .files {
    display: block;
    margin: 15px 0 0;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}
.upload_info > .files .file {
    display: block;
    padding: 4px 0;
}
.upload_info > .files .file .view {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    margin:  0 5px 0 0;
    color: #000;
    text-decoration: none;
}
.upload_info > .files .file .view:hover {
    text-decoration: underline;
}
.upload_info > .files .file .delete {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.upload_info > .files .file .delete:hover {
    text-decoration: underline;
}


.hidden {
    display: none !important;
}

form table tr {
    background-color: transparent !important;
}

form table tr,
form table td {
    border: none !important;
}

body form textarea, body form select, body form input[type="text"], body form input[type="url"], body form input[type="tel"], body form input[type="number"], body form input[type="color"], body form input[type="email"], body form input[type="email"], body form input[type="password"], body .form-control {
    background-color: #f1f1f2;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
}

body table, body .table {
    border: none;
}



.chk span.details {
    color: #333;
    display: none;
    left: 0;
    padding: 10px 0;
    margin-right: 15px;
    top: 0;
    z-index: 999;
}
.chk:hover span.details {
    display:block;
}
/*.chk:hover {
    background:#ccc;
}*/
#content a.read-more {
    /*background: #ccc;*/
    border-radius: 4px;
    color: #dd4814;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
}
#content a.read-more:hover {
    color: #d5490c;
    /*background: #d5490c;*/
}
#content .details {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: scroll;
}

#content .details > div {
    /*background: rgba(255, 255, 255, 0.9);*/
    background: #fff;
    border: 10px solid #dd4814;
    box-sizing: border-box;
    margin: 10% auto 0;
    max-width: 600px;
    min-height: 250px;
    padding: 2%;
    width: 75%;
    position: relative;
}

#content .details > div h3 {
    font-size: 14px;
    font-weight: bold;
    color: #dd4814;
    margin-bottom: 10px;
}

#content .details > div p {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0px;
}

#content .details > div .close {
    font-size: 18px;
    font-weight: normal;
    font-family: monospace;
    color: #777;
    position: absolute;
    cursor: pointer;
    top: 9px;
    right: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#recap {
    border: 1px solid #dddddd;
}
#recap td {
    text-align: left;
    vertical-align: middle;
}
#recap tr.even, #recap tr.alt, #recap tr:nth-of-type(2n) {
    background: #f9f9f9 none repeat scroll 0 0;
}
#additional-shifts table {
    border: 1px solid #dddddd;
}
#additional-shifts td {
    text-align: left;
}
#positions {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 275px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
#positions table {
    margin-bottom: 0;
    width: 100%;
}
#positions table td {
    background-color: #eee;
    border: 1px solid white;
    color: #333;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}
#positions table td.sm {
    text-align: center;
    width: 50px;
}
#positions table td label.chk {
    color: #333;
    display: block;
}
#positions table td label.chk > input {
    float: left;
    margin: 5px 10px 35px 0;
}
#positions table td label.chk .name {
    color: #dd4814;
    display: block;
    font-weight: bold;
}
#positions table td label.chk .date {
    display: block;
    font-weight: normal;
}
#details td input, #details td textarea {
    margin-bottom: 0;
}
#details a#save {
    background-color: #dd4814;
    display: inline-block;
    margin: 10px 20px;
}
.vpos {
    -moz-user-select: none;
    background-color: #6c370c;
    border-radius: 6px;
    color: #fff !important;
    cursor: move;
    display: block;
    font: 13px Arial,Helvetica,sans-serif;
    margin-bottom: 6px;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
}
.vpos:hover {
    background-color: #dd4814;
}
.vpos:active {
    background-color: #e54425 !important;
}
.vpos:hover span.details {
}
.vpos > .priority {
    color: #dd4814;
    padding: 0 5px 0 0;
    position: absolute;
    right: 100%;
}
.vpos > .name {
    display: block;
    float: none;
    padding-right: 80px;
    text-align: left;
}
.vpos > strong {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    float: left;
    font: 13px Arial,Helvetica,sans-serif;
    padding-left: 10px;
    position: absolute;
    right: 15px;
    text-align: right;
    text-transform: uppercase;
    top: 6px;
    width: auto;
}
#sortable > li {
    list-style: outside none none;
}
.acc-error {
    color: #dd4814;
    margin: 40px 0;
}

body input[type="checkbox"] {
    border: 1px solid #333 !important;
}

div#terms {
	width: 100%;
	height: 250px;
	border: 1px solid #CCC;
	padding: 3%;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	background-color: #ccc;
}

div#terms p,
div#terms ul,
div#terms ol {
	font-size: 14px;
	line-height: 1.4;
}

div#terms > :last-child {
	margin-bottom: 3%
}

.warning-banner-container{
    text-align: center;
    background: red;
    padding: 10px
}

.warning-banner-container h2{
    color:#fff!important;
}