/* search button */
#searchBtn {
    display: block;
    width: 161px; height: 36px;
    background-image: url(../images/submitfilter.gif);
    background-position: top;
    text-indent: -9999px;
    outline: none;
    margin-left: auto;
}
#searchBtn:active {
    background-position: bottom;
}

/* actor icon on role page */
.castingCall .text p.seekMale {
    background: transparent url(../images/actorIco-m.png) no-repeat 10px 0px;
    padding: 5px 0 16px 52px;
}

.addMore:hover {
    cursor: hand;
    cursor: pointer;
}

#amount {left:0px; font-weight: normal;  font-size: 14px;}

#radius_slider.ui-slider .ui-slider-handle {width:20px; height:28px; left:-10px; top:-10px; border-radius:3px; border:1px solid #c1c1c1; background:#f1f1f1; box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #e1e1e1,0 3px 6px -3px #c1c1c1; box-sizing:border-box;}
#radius_slider.ui-slider-horizontal.ui-widget-content {border-radius:5px; background-color:#f8f8f8; border:1px solid #dedede; border-top:1px solid #999; }
#radius_slider.ui-slider-range.ui-widget-header {background-color:#ED2931;}

.searchSettings {
    margin-bottom: 1em;
}

.callLink {
    padding-right: 75px;
}

#clear-age-slider { color: #ED2931;}
.hover {
    height: 15px;
    width: 18px;
    border: none;
}
.hover-span {
    display:none;
}
.act {
    padding-bottom: 0px !important;
}
.ui-state-hover .hover-span {
    display: block;
}
.edit {
    background: transparent url(images/exp-edit.png) no-repeat top left;
    margin: 0px 5px !important;
}
.edit:hover {
    background-position:0 -15px;
}
.save {
    background: transparent url(images/exp-ok.png) no-repeat top left;
    display: none;
}
.save:hover {
    background-position:0 -15px;
}
.ui-state-highlight .save {
    display: inherit;
}
.ui-state-highlight .edit {
    display: none;
}
.ui-state-highlight .hover-span {
    display: inherit;
}
.ui-state-highlight .delete {
    display: none;
}
.delete {
    background: transparent url(images/exp-delete.png) no-repeat top left;
}
.delete:hover {
    background-position:0 -15px;
}
.ui-jqgrid tr.jqgrow td { height: 35px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: inherit;
}
.ui-jqgrid tr.jqgrow td {
    word-wrap: break-word;
}
.tagit-new {
    display: none !important;
}

.production-applied { background-color: #f2f2f2;}
p.applied { color: #ED2931; }

.skills-container {
    background: transparent url(../images/dotted-rule-skills.png) repeat top left;
}

.role-container {
    border: solid white 1px;
}

#grid-highlight .text {
    white-space: pre;
}

.profile-page #main #grid-highlight textarea {
    height: inherit;
    overflow-y: scroll;
}
.modal {
    background-color: #fff;
    font-family: NGRegular,Helvetica,Arial,sans-serif;
    font-size: 18px;
    padding: 22px 30px 30px;
    /*height: 530px;*/
    /*   width: 420px;*/
}
.modal h2 {
    font-family: NGBoldCon,Helvetica,Arial,sans-serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    color: black;
}

.modal p {
    margin: 0;
    padding: 0;
}

.modal p.description {
    padding: 1.2em 0;
}

.modal label {
    font-size: 15px;
    /*margin: 0 0 0.5em;*/
}

.modal input, .modal select {
    background-color: #E4E4E4;
    display: block;
    border: none;
    font-size: 22px;
    margin: 0.2em 0 0.75em;
    padding: 4px;
    width: 240px;
}

.modal select {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    height: 30px;
    margin: 0;
    width: 298px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.modal .styled-select {
    background: #e4e4e4 url(/static/images/modal-dropdown.png) no-repeat right;
    height: 30px;
    margin: 0.2em 0 1em;
    overflow: hidden;
    width: 278px;
    /*border: 1px solid #ccc;*/
}

.modal input.submit {
    background: #BE2E2A url(http://cdn-static.backstage.com/static/images/home-sprite.png) no-repeat 690px -337px;
    color: white;
    font-family: NGCon,Helvetica,Arial,sans-serif;;
    font-size: 22px;
    padding: 0.25em 0.5em;
    text-align: left;
    text-transform: uppercase;
    width: 110px;
}

.modal input.submit:hover {
    background: #DB1E25;
}

.modal p.legal {
    font-size: 11px;
}

.modal .error {
    border: 1px solid red !important;
}

.modal .error-text {
    color: red;
}

.modal #hubspot_error {
    margin-bottom: 1em;
}


.loading {
    display:none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    opacity: .8
}

.loading div {
    margin: 25% auto;
    text-align: center;
}