.node_add_blk .usr_name{
    padding-left: 19px;
    width: 579px;
    height: 24px;
    background: #37afe7;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-left: 0px;
}
.node_add_blk, .standard, #edit-locations-0-city{
    background-color: #FFFFFF;
}
.node-form .form-text{
    width: 95% !important;
}
.node_heading{
    font-size: 20px;
    color: #009788;
    line-height: 21px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 17px;
    padding-top: 15px;
}
fieldset.collapsible legend a{
    padding-top: 0px;
    font-size: 16px;
    color: #009788;
    font-weight: 600;
}
#title_dtls{
    padding-top: 2px;
}
.node_add_blk div.hierarchical-select-wrapper-wrapper{
    border-top: 0px solid #B0E0E6;
    padding-top: 0px;
    margin-bottom: 0px;
}
.description, #maxlength-body, .until_desp{
    color: #666666;
    font-style: italic;
    font-family: "Trebuchet MS";
    font-size: 11px !important;
    font-weight: 500;
    text-transform: none;
}
#maxlength-body {
    line-height: 14px;
}
.until_desp{
    width: 275px;
    margin-top: 3px;
    margin-bottom: 20px;
}
.filefield-element{
    margin-top: 0px !important;
}
.node-form label{
    padding-bottom: 5px;
    text-transform: capitalize;
    font-size: 15px;
    color: #222;
    font-weight: 500;
}
#node-form{
    padding-left: 0px;
    padding-right: 0px;
    border: 0px solid #DADADA;
    background-color: #ffffff;
}
.node_add_blk{
    border: 2px solid #DADADA;
    padding-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}
.node-form .date-clear{
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: -12px;
}
.node-form .form-text, .node-form .form-select, .node-form textarea{
    box-shadow: inset 0 -10px 10px -10px #ccc;
}
#edit-preview, #edit-cancel, #edit-delete{
    background-color: #FFFFFF;
    color: #666666;
    border: 1px solid #ccc;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 2px;
    box-shadow: inset 0 -10px 10px -10px #ccc;
}
#edit-preview:hover, #edit-cancel:hover, #edit-delete:hover{
    background: none repeat scroll 0 0 #5CB561;
    color: #FFFFFF;
}
#edit-submit{
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 2px;
}
.date-clear-block, #edit-body-wrapper, #edit-field-event-ccode-0-value-wrapper{
    margin-bottom: 0px;
}
.date-clear .description{
    margin-top: 10px;
    margin-left: 15px;
}
.advanced-help-link{
    margin-right: 5px;
}
.form-select{
    width: 97%;
    border: solid 1px #BCBCBC;
    padding-top: 7px;
    padding-bottom: 7px;
    /*margin-bottom: 5px;*/
}
.node-form .container-inline-date{
    margin-right: 0px;
    background: #eee;
    margin-left: 0px !important;
}
/*#edit-field-music-release-date-0-value-wrapper, #edit-field-music-release-date-0-value-datepicker-popup-0-wrapper{
    background-color: #FFF;
    width:100%;
}*/
#edit-field-music-release-date-0-value-datepicker-popup-0, #edit-field-rel-date-0-value-datepicker-popup-0{
    width: 250px !important;
}
.node-form #edit-body-wrapper textarea, #edit-field-event-mail-body-0-value-wrapper textarea{
    width: 101% !important;
}
#edit-taxonomy-8-wrapper, #edit-taxonomy-6-wrapper{
    margin-bottom: 0px;
}
#edit-taxonomy-tags-32-wrapper{
    margin-top: 14px;
}
#edit-title-wrapper{
    margin-top: 14px;
}
.selects .grippie, .node-form .resizable-textarea .grippie, .location legend{
    display:none;
}
.form-item label.option{
    font-size: 13px;
}
.location{
    padding-left: 0px;
    margin-left: 17px;
    padding-top: 0px;
    border: 0px solid #ccc;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
/*.location .form-item{
    margin-bottom: 18px;
}*/
#edit-field-private-value-Public-wrapper{
    font-size: 13px;
}
.cck-time{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 54px;
    bottom: 8px;
    position: relative;
}
.cck-time .form-select{
    width: 84px;
}
.form-file::-webkit-file-upload-button {
  visibility: hidden;
}
input.form-file::-ms-browse--file-upload-button{
    background-image: url(images/clip_photo.png);
  background-position: 3px 10px;
  background-repeat: no-repeat;
}

.form-file:hover::before {
  -webkit-border-color: grey;
}
.form-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type="file"] {
   color: rgba(102, 102, 102, 0.5);
   font-size: 20px;
}
input[type="file"]::-ms-browse
{
  color: red;
  background-color: yellow;
}
::-webkit-file-upload-button {
  visibility: hidden;
}
input.form-file::before{
  content: 'CHOOSE FILE';
  display: inline-block;
  background:#fff;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 11px 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  color: #2196F3;
  box-shadow: inset 0 -10px 10px -10px #ccc;
  background-image: url(images/clip_photo.png);
  background-position: 3px 10px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.form-file{
    /*width:276px;*/
}
#location_dtls{
    padding-top: 10px;
	padding-left:0px;
}
#social_links .form-item, #owner_details .form-item, #contact_details .form-item , #location_dtls .form-item, .hierarchical-select-wrapper-wrapper label{
    margin-top: 10px;
}
#other_dtls .form-item{
    margin-top: 14px;
}
#tags{
    width: 266px !important;
}
.rightpan{
    width: 265px;
}
fieldset.cck-time{
    padding-bottom: 20px;
    float:left;
    padding-right: 17px;
    font-size: 0px;
}
fieldset.cck-time legend{
   padding-bottom: 5px;
   padding-top:14px;
}
.hierarchical-select-wrapper{
    padding-top: 3px;
}
#tic_res label{
    text-transform: none;
}
.form-radios .form-item{
    margin-bottom: 4px;
}
.form-radios .option{
    font-size:14px;
}
#tic_res label{
    font-size:16px;
}
#edit-taxonomy-4-hierarchical-select-selects-0, #edit-taxonomy-4-hierarchical-select-selects-1, #edit-taxonomy-4-hierarchical-select-selects-2{
    width: 150px;
}
#field-mevent-album-items{
    bottom: 13px;
    position: relative;
}
#edit-field-fashion-image-0-filefield-upload, #edit-field-fashion-album-0-filefield-upload,
#edit-field-fashion-image-0-filefield-remove,#edit-field-fashion-album-field-fashion-album-add-more,
#edit-field-fashion-album-0-filefield-remove, #edit-field-fashion-album-1-filefield-upload, #node_photo input.form-submit{
    padding: 8px;
}
#edit-field-concerts-image-0-filefield-upload, #edit-field-concerts-album-0-filefield-upload,
#edit-field-concerts-image-0-filefield-remove,#edit-field-concerts-album-field-concerts-album-add-more,
#edit-field-concerts-album-0-filefield-remove, #edit-field-concerts-album-1-filefield-upload{
    padding: 8px;
}
#edit-field-mevent-image-0-filefield-upload, #edit-field-mevent-album-0-filefield-upload,
#edit-field-mevent-image-0-filefield-remove,#edit-field-mevent-album-field-mevent-album-add-more,
#edit-field-mevent-album-0-filefield-remove, #edit-field-mevent-album-1-filefield-upload
{
    padding: 8px;
}
#node_photo, #m_other_dtls, #m_rel_date, #edit-field-mevent-image-0-ahah-wrapper, #field-mevent-album-items, #field_mevent_album_values tr.odd, #field_concerts_album_values tr.odd, #field_fashion_album_values tr.odd,
#owner_details, #edit-field-event-cname-0-value-wrapper, #edit-field-event-cont-mobile-0-value-wrapper, #edit-field-event-cont-mail-0-value-wrapper,
#contact_details, #edit-field-event-mail-0-value-wrapper, #edit-field-event-website-0-value-wrapper,
#node_date, #edit-field-event-time-value-wrapper, #edit-field-event-time-value-datepicker-popup-0-wrapper,
.date-clear, #edit-field-event-timezone-cust-value-wrapper, .cck-time, #field_bars_album_values tr.odd, #node_reser, #field_nightclubs_album_values tr.odd, #field_hot_album_values tr.odd, #field_rest_album_values tr.odd, #field_transport_album_values tr.odd, #field_news_album_values tr.odd, #node_music, #field_music_file_values tr.odd, #field_upload_photo_values tr.odd, #field_upload_photo_values tr.even, #field_store_album_values tr.odd, #field_store_album_values tr.even, #field_review_more_image_values tr.odd, #field_review_more_image_values tr.even{
    background-color: #eee;
}
#field_mevent_album_values thead th, #field-mevent-album-items, 
#field_concerts_album_values thead th, #field-concerts-album-items,
#field_fashion_album_values thead th, #field-fashion-album-items,
#field_bars_album_values thead th, #field-bars-album-items, #field_nightclubs_album_values thead th, #field-nightclubs-album-items, #field_hot_album_values thead th, #field-hot-album-items, #field_rest_album_values thead th, #field-rest-album-items, #field_transport_album_values thead th, #field-transport-album-items, #field-news-album-items, #field_news_album_values thead th, #field_music_file_values thead th, #field-music-photo-album-items, #field_music_photo_album_values thead th, #field_upload_photo_values thead th, #field_store_album_values thead th, #field-store-album-items, #field_review_more_image_values thead th, #field-review-more-image-items{
    border-bottom: 0px solid #ccc;
}
#field_mevent_album_values thead th, #field_concerts_album_values thead th, #field_fashion_album_values thead th, #field_bars_album_values thead th, #field_nightclubs_album_values thead th, #field_hot_album_values thead th, #field_rest_album_values thead th, #field_transport_album_values thead th, #field_news_album_values thead th, #field_music_file_values thead th, #field_music_photo_album_values thead th, #field_store_album_values thead th, #field_review_more_image_values thead th{
    padding-left: 44px;
}
#edit-field-mevent-album-0-ahah-wrapper .filefield-element, #edit-field-mevent-album-0-upload-wrapper .form-item, #edit-field-fashion-album-0-ahah-wrapper .filefield-element, #edit-field-fashion-album-0-upload-wrapper .form-item{
    margin-bottom: 0px;
}
#edit-field-event-mail-0-value-wrapper, #edit-field-event-website-0-value-wrapper, #edit-field-event-cname-0-value-wrapper, #edit-field-fashion-cname-0-value-wrapper, 
#edit-field-event-cont-mobile-0-value-wrapper, #edit-field-event-cont-mail-0-value-wrapper,
#edit-field-event-time-value-datepicker-popup-0-wrapper, #edit-field-event-time-value-datepicker-popup-1-wrapper,
#edit-field-concert-mail-0-value-wrapper, #edit-field-concerts-website-0-value-wrapper, #edit-field-concert-cname-0-value-wrapper,
#edit-field-concert-mobile-0-value-wrapper, #edit-field-concert-cont-mobile-0-value-wrapper,
#edit-field-concerts-time-value-datepicker-popup-0-wrapper, #edit-field-concerts-time-value-datepicker-popup-1-wrapper, #edit-field-fashion-mobile-0-value-wrapper, #edit-field-bars-cont-num-0-value-wrapper{
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 13px;
   padding-top: 5px;  
}
#edit-field-photos-cont-num-0-value-wrapper, #edit-field-video-cont-num-0-value-wrapper, #edit-field-vid-cont-num-0-value-wrapper, #edit-field-store-contnum-0-value-wrapper, #edit-field-transport-cont-mobile-0-value-wrapper, #edit-field-hot-cont-num-0-value-wrapper, #edit-field-rest-contmobile-0-value-wrapper, #edit-field-mov-cont-num-0-value-wrapper{
    padding-top: 3px; 
}
#edit-field-event-time-value-datepicker-popup-0-wrapper, #edit-field-event-time-value-datepicker-popup-1-wrapper, #edit-field-concerts-time-value-datepicker-popup-0-wrapper, #edit-field-concerts-time-value-datepicker-popup-1-wrapper, #edit-field-fashion-time-value-datepicker-popup-0-wrapper, #edit-field-fashion-time-value-datepicker-popup-1-wrapper{
    width: 265px;
    padding-bottom: 0px;
    padding-right: 20px;
    
}
.form-file, #field_mevent_album_values th, #field_concerts_album_values th, #field_fashion_album_values th, #field_bars_album_values th, .sticky-header th, #field_nightclubs_album_values th, #field_hot_album_values th, #field_rest_album_values th, #field_transport_album_values th, #field_news_album_values th, #field_music_photo_album_values th, #field-store-album-items th, #field-review-more-image-items th{
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
label[for="edit-field-event-time-value"], label[for="edit-field-concerts-time-value"], #tic_res .form-item,
#edit-field-event-timezone-cust-value-wrapper, .dropbox-title{
    padding-bottom: 0px;
}
#edit-field-event-ccode-0-value, #edit-field-event-cont-mobile-0-value, #edit-field-fashion-ccode-0-value, #edit-field-fashion-code-0-value, #edit-field-fashion-mobile-0-value, #edit-field-concert-ccode-0-value, #edit-field-concert-mobile-0-value, #edit-field-bars-ccode-0-value, #edit-field-bars-cont-num-0-value, #edit-field-nightclubs-ccode-0-value, #edit-field-nightclubs-cont-num-0-value, #edit-field-hot-ccode-0-value, #edit-field-hot-cont-num-0-value, #edit-field-rest-ccode-0-value, #edit-field-rest-contmobile-0-value, #edit-field-trans-ccode-0-value, #edit-field-transport-cont-mobile-0-value, #edit-field-news-ccode-0-value, #edit-field-news-cont-num-0-value, #edit-field-music-ccode-0-value, #edit-field-music-cont-num-0-value, #edit-field-photos-ccode-0-value, #edit-field-photos-cont-num-0-value, #edit-field-video-ccode-0-value, #edit-field-video-cont-num-0-value, #edit-field-vid-ccode-0-value, #edit-field-vid-cont-num-0-value, #edit-field-store-ccode-0-value, #edit-field-store-contnum-0-value, #edit-field-mov-cont-ccode-0-value, #edit-field-mov-cont-num-0-value{
    width: 44% !important;
}
#edit-field-event-cont-mobile-0-value-wrapper label, #edit-field-event-cont-mobile-0-value, #edit-field-fashion-mobile-0-value-wrapper label, #edit-field-fashion-mobile-0-value, #edit-field-concert-mobile-0-value, #edit-field-concert-mobile-0-value-wrapper label, #edit-field-bars-cont-num-0-value, #edit-field-bars-cont-num-0-value-wrapper label, #edit-field-nightclubs-cont-num-0-value, #edit-field-nightclubs-cont-num-0-value-wrapper label, #edit-field-hot-cont-num-0-value-wrapper label, #edit-field-hot-cont-num-0-value, #edit-field-rest-contmobile-0-value-wrapper label, #edit-field-rest-contmobile-0-value, #edit-field-transport-cont-mobile-0-value-wrapper label, #edit-field-transport-cont-mobile-0-value, #edit-field-news-cont-num-0-value-wrapper label, #edit-field-news-cont-num-0-value, #edit-field-music-cont-num-0-value-wrapper label, #edit-field-music-cont-num-0-value, #edit-field-photos-cont-num-0-value-wrapper label, #edit-field-photos-cont-num-0-value, #edit-field-video-cont-num-0-value-wrapper label, #edit-field-video-cont-num-0-value, #edit-field-vid-cont-num-0-value-wrapper label, #edit-field-vid-cont-num-0-value , #edit-field-store-contnum-0-value-wrapper label, #edit-field-store-contnum-0-value, #edit-field-mov-cont-num-0-value-wrapper label, #edit-field-mov-cont-num-0-value{
    width: 242px;
    position: relative;
    bottom: 76px;
    left: 285px;
}
#edit-field-event-cont-mail-0-value-wrapper label, #edit-field-fashion-cont-mail-0-value-wrapper label, #edit-field-concert-cont-mobile-0-value-wrapper label, #edit-field-bars-cont-mail-0-value-wrapper label, #edit-field-nightclubs-mail-0-value-wrapper label, #edit-field-hot-cont-email-0-value-wrapper label, #edit-field-rest-contmail-0-value-wrapper label, #edit-field-transport-cont-email-0-value-wrapper label, #edit-field-news-mail-0-value-wrapper label, #edit-field-music-cont-mail-0-value-wrapper label, #edit-field-music-cont-mail-0-value-wrapper label, #edit-field-photos-cont-mail-0-value-wrapper label, #edit-field-video-cont-mail-0-value-wrapper label, #edit-field-vid-cont-mail-0-value-wrapper label, #edit-field-store-contmail-0-value-wrapper label, #edit-field-mov-cont-mail-0-value-wrapper label{
    left:0px;
}
#edit-field-fashion-mobile-0-value-wrapper label, #edit-field-news-cont-num-0-value-wrapper label, #edit-field-news-cont-num-0-value, #edit-field-music-cont-num-0-value-wrapper label, #edit-field-music-cont-num-0-value, #edit-field-mov-cont-num-0-value-wrapper label, #edit-field-transport-cont-email-0-value-wrapper label, #edit-field-hot-cont-num-0-value-wrapper label, #edit-field-rest-contmobile-0-value-wrapper label, #edit-field-mov-cont-num-0-value{
    bottom: 72px;
}
#edit-field-event-cont-mail-0-value, #edit-field-fashion-cont-mail-0-value, #edit-field-concert-cont-mobile-0-value, #edit-field-bars-cont-mail-0-value, #edit-field-nightclubs-mail-0-value, #edit-field-hot-cont-email-0-value, #edit-field-rest-contmail-0-value, #edit-field-transport-cont-email-0-value, #edit-field-news-mail-0-value, #edit-field-music-cont-mail-0-value, #edit-field-photos-cont-mail-0-value, #edit-field-video-cont-mail-0-value, #edit-field-vid-cont-mail-0-value, #edit-field-store-contmail-0-value, #edit-field-mov-cont-mail-0-value{
    position: relative;
    bottom: 74px;
}
#edit-field-event-cont-mail-0-value-wrapper, #edit-field-fashion-cont-mail-0-value-wrapper, #edit-field-concert-cont-mobile-0-value-wrapper, #edit-field-bars-cont-mail-0-value-wrapper, #edit-field-nightclubs-mail-0-value-wrapper, #edit-field-hot-cont-email-0-value-wrapper, #edit-field-rest-contmail-0-value-wrapper, #edit-field-transport-cont-email-0-value-wrapper, #edit-field-news-mail-0-value-wrapper, #edit-field-music-cont-mail-0-value-wrapper, #edit-field-photos-cont-mail-0-value-wrapper, #edit-field-video-cont-mail-0-value-wrapper, #edit-field-vid-cont-mail-0-value-wrapper, #edit-field-store-contmail-0-value-wrapper, #edit-field-mov-cont-mail-0-value-wrapper{
    height: 0px;
    padding-bottom: 0px;
}
#edit-field-event-time-value-wrapper, #edit-field-concerts-time-value-wrapper, #edit-field-fashion-time-value-wrapper{
    padding-top: 13px;
    float:left;
}
#edit-field-event-timezone-cust-value-wrapper, #edit-field-concerts-timezone-cust-value-wrapper, #edit-field-fashion-timezone-cust-value-wrapper{
    padding-top: 13px;
}
#edit-field-test-0-value-wrapper, #edit-field-event-priority-0-value-wrapper, #edit-field-concerts-priority-0-value-wrapper, #edit-field-fashion-priority-0-value-wrapper{
    margin-left: 16px;
}
#edit-field-mevent-image-0-upload-wrapper, #edit-field-concerts-image-0-upload-wrapper, #edit-field-fashion-image-0-upload-wrapper, #edit-field-bars-image-0-upload-wrapper, #edit-field-nightclubs-image-0-upload-wrapper, #edit-field-upload-image-0-0-upload-wrapper, #edit-field-transportation-image-0-upload-wrapper, #edit-field-restaurant-image-0-upload-wrapper, #edit-field-news-image-0-upload-wrapper, #edit-field-music-image-0-upload-wrapper, #edit-field-store-image-0-upload-wrapper, #edit-field-movie-image-0-upload-wrapper{
    margin-left: 22px;
}
#conditional-field-nightclubs-mail-body, #conditional-field-bars-email-body, #conditional-field-hot-mail-body, #conditional-field-mail-body, #conditional-field-trans-mail-body{
    margin-left: 0px !important;
}
#node_reser, #contact_details, #m_other_dtls{
    padding-bottom:15px;
    margin-top: 14px
}
#edit-field-nightclubs-details-0-value-wrapper, #edit-field-nightclubs-google-0-value-wrapper, #edit-field-bars-details-0-value-wrapper, #edit-field-bars-google-0-value-wrapper, #edit-field-hot-specials-0-value-wrapper, #edit-field-rest-menu-0-value-wrapper, #edit-field-transport-specials-0-value-wrapper, #edit-field-hotel-google-0-value-wrapper, #edit-field-rest-goole-0-value-wrapper, #edit-field-transport-google-0-value-wrapper{
    margin-bottom:15px;
}
#edit-field-mevent-image-0-upload-wrapper label, #edit-field-concerts-image-0-upload-wrapper label, #edit-field-fashion-image-0-upload-wrapper label, #edit-field-bars-image-0-upload-wrapper label, #edit-field-nightclubs-image-0-upload-wrapper label, #edit-field-upload-image-0-0-upload-wrapper label, #edit-field-restaurant-image-0-upload-wrapper label, #edit-field-transportation-image-0-upload-wrapper label, #edit-field-news-image-0-upload-wrapper label, #field_music_file_values th, #edit-field-music-image-0-ahah-wrapper label, #edit-field-music-image-0-ahah-wrapper label, #field_upload_photo_values th, #edit-field-store-image-0-upload-wrapper label, #edit-field-movie-image-0-upload-wrapper label{
        margin-left: 21px;
        font-size: 18px;
}
#field-upload-photo-items, #edit-field-video-0-ahah-wrapper, #edit-field-thumbnail-0-ahah-wrapper{
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
}
#edit-field-video-0-ahah-wrapper, #edit-field-thumbnail-0-ahah-wrapper{
    padding-left:20px;
}
#field_upload_photo_values th{
    padding-left:38px;
}
/*#field-upload-photo-items td.content-multiple-drag{
    display:none;
}*/
#field-music-file-items{
    margin-top: 14px;
}
#field_music_file_values th{
    color: #222;
    font-weight: 500;
}
#edit-field-event-timezone-cust-value, #edit-field-concerts-timezone-cust-value, #edit-field-fashion-timezone-cust-value{
        width: 265px;
}
.date-repeat-input .form-select,.date-repeat-input label, #edit-field-event-time-rrule-UNTIL-datetime-wrapper, #edit-field-concerts-time-rrule-UNTIL-datetime-wrapper, #edit-field-fashion-time-rrule-UNTIL-datetime-wrapper{
    width: 259px;
    margin-right: 10px;
    margin-left: 12px;
}
#edit-field-event-time-rrule-UNTIL-datetime-wrapper .form-item input, #edit-field-concerts-time-rrule-UNTIL-datetime-wrapper .form-item input, #edit-field-fashion-time-rrule-UNTIL-datetime-wrapper .form-item input{
    width: 90% !important;
    background-image: url(images/images.png);
    background-repeat: no-repeat;
    background-position: 232px 9px;
}
#edit-field-event-time-value-datepicker-popup-0-wrapper input, #edit-field-event-time-value-datepicker-popup-1-wrapper input, #edit-field-concerts-time-value-datepicker-popup-0-wrapper input, #edit-field-concerts-time-value-datepicker-popup-1-wrapper input, #edit-field-fashion-time-value-datepicker-popup-0-wrapper input, #edit-field-fashion-time-value-datepicker-popup-1-wrapper input, #edit-field-music-release-date-0-value-wrapper input, #edit-field-rel-date-0-value-datepicker-popup-0-wrapper input{
    background-image: url(images/images.png);
    background-repeat: no-repeat;
    background-position: 232px 9px;
}
#edit-field-event-time-rrule-UNTIL-datetime-wrapper .description, #edit-field-concerts-time-rrule-UNTIL-datetime-wrapper .description, #edit-field-fashion-time-rrule-UNTIL-datetime-wrapper .description{
    display:none;
}
#conditional-field-eventallowrsvp, #conditional-field-concertallowrsvp, #conditional-field-fashion-allowrsvp {
    margin-top: 9px;
    margin-bottom: 14px;
}
#conditional-field-eve-buynow, #conditional-field-concert-buynow, #conditional-field-fashion-buynow{
    padding-top: 12px;
}
#conditional-field-eve-buynow .form-item, #conditional-field-concert-buynow .form-item, #conditional-field-fashion-buynow .form-item{
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-radios{
    margin :0px !important;
}
#edit-locations-0-country-wrapper, #edit-locations-0-province-wrapper, #edit-locations-0-city-wrapper, #edit-locations-0-postal-code-wrapper{
    width: 280px;
    float: left;
    clear:none
}
.cck-time-element{
   float: left; 
}
#edit-locations-0-city-wrapper input, #edit-locations-0-postal-code-wrapper input{
    width:260px !important;
}
#edit-field-event-time-rrule-UNTIL-datetime-wrapper label, #edit-field-concerts-time-rrule-UNTIL-datetime-wrapper label, #edit-field-fashion-time-rrule-UNTIL-datetime-wrapper label{
    padding-top:14px;
}
.hierarchical-select-wrapper-wrapper{
    padding-left:17px
}
.hierarchical-select-wrapper-wrapper div.node_heading{
    padding-left:0px
}
/*#edit-locations-0-phone-wrapper label{
    margin-top: 14px !important;
}*/
.filefield-upload{
    /*width: 370px !important;*/
}
.filefield-element .widget-edit{
	max-width: 100% !important;
}
.location .form-item input{
    margin-bottom: 0px !important;
}
.filefield-element .imagefield-preview{
    min-height: 80px !important;
}
#edit-field-mevent-image-0-upload-wrapper div.widget-preview, #edit-field-concerts-image-0-upload-wrapper div.widget-preview, #edit-field-fashion-image-0-upload-wrapper div.widget-preview, #edit-field-bars-image-0-upload-wrapper div.widget-preview, #edit-field-nightclubs-image-0-upload-wrapper div.widget-preview, #edit-field-upload-image-0-0-upload-wrapper div.widget-preview, #edit-field-restaurant-image-0-upload-wrapper div.widget-preview, #edit-field-transportation-image-0-upload-wrapper div.widget-preview, #edit-field-news-image-0-upload-wrapper div.widget-preview, #edit-field-music-image-0-upload-wrapper div.widget-preview, #edit-field-store-image-0-upload-wrapper div.widget-preview, #edit-field-movie-image-0-upload-wrapper div.widget-preview{
    margin-left: 20px;
}
#edit-field-fashion-mail-body-0-value-wrapper, #edit-field-event-mail-body-0-value-wrapper, #edit-field-concerts-mail-body-0-value-wrapper{
    margin-bottom:14px
}
#edit-field-eve-ccode-value-wrapper, #edit-field-conc-ccode-value-wrapper, #edit-field-fash-ccode-value-wrapper, #edit-field-bar-ccode-value-wrapper, #edit-field-nightclub-ccode-value-wrapper, #edit-field-hotel-ccode-value-wrapper, #edit-field-restaurant-ccode-value-wrapper, #edit-field-transport-ccode-value-wrapper, #edit-field-fash-store-ccode-value-wrapper{
    width: 281px;
    float: left;
    /*clear: none;*/
}
#edit-locations-0-phone-wrapper{
    width: 274px;
    float: left;
    clear: none;
}
#taxonomy-9-container{
    width:560px;
}
#edit-field-bars-priority-0-value-wrapper, #edit-field-hot-priority-0-value-wrapper, #edit-field-nightclub-priority-0-value-wrapper, #edit-field-res-priority-0-value-wrapper, #edit-field-trans-priority-0-value-wrapper, #edit-field-movie-priority-0-value-wrapper, #edit-field-photos-priority-0-value-wrapper, #edit-field-fashion-store-priority-0-value-wrapper, .taxonomy-super-select-radios, #edit-field-bars-music-0-value-wrapper, #edit-field-bars-price-0-value-wrapper, #edit-field-bars-dress-code-0-value-wrapper, #edit-field-bars-specials-0-value-wrapper, #edit-field-bars-details-0-value-wrapper, #edit-field-bars-details-0-value-wrapper, #edit-field-bars-facebook-0-value-wrapper, #edit-field-bars-twitter-0-value-wrapper, #edit-field-bars-google-0-value-wrapper, #fid_78, #fid_79, #fid_82, #edit-field-nightclubs-music-0-value-wrapper, #edit-field-nightclubs-price-0-value-wrapper, #edit-field-nightclubs-dresscode-0-value-wrapper, #edit-field-nightclubs-specials-0-value-wrapper, #edit-field-nightclubs-details-0-value-wrapper, #edit-field-nightclubs-facebook-0-value-wrapper, #edit-field-nightclubs-twitter-0-value-wrapper, #edit-field-nightclubs-google-0-value-wrapper, #edit-field-hot-specials-0-value-wrapper, #edit-field-rest-dining-value-wrapper, #edit-field-rest-dress-code-0-value-wrapper, #fid_35, #edit-field-rest-specials-0-value-wrapper, #edit-field-rest-chef-0-value-wrapper, #edit-field-rest-additional-0-value-wrapper, #edit-field-restau-menu-0-ahah-wrapper, #edit-field-transport-price-0-value-wrapper, #edit-field-transport-specials-0-value-wrapper, #edit-field-hotel-facebook-0-value-wrapper, #edit-field-hotel-twitter-0-value-wrapper, #edit-field-hotel-google-0-value-wrapper, #edit-field-rest-facebook-0-value-wrapper, #edit-field-rest-twitter-0-value-wrapper, #edit-field-rest-goole-0-value-wrapper, #edit-field-transport-facebook-0-value-wrapper, #edit-field-transport-twitter-0-value-wrapper, #edit-field-transport-google-0-value-wrapper, .cbk_trans, #fid_37, #edit-field-nightclubs-age-0-value-wrapper, #edit-field-bars-age-0-value-wrapper, .base_flds, /*photos*/ #fid_27, /*#fid_28,*/ #fid_31, /*photos*//*videos*/#edit-taxonomy-field-33-wrapper, #fid_32, #edit-field-video-ref-0-nid-wrapper,/*videos*//*fashion-store*/#fid_4, #edit-field-store-specials-0-value-wrapper, #edit-field-movies-contname-0-value-wrapper, #edit-field-news-priority-0-value-wrapper, #conditional-field-ad-age-omit, #conditional-field-ad-age-from, #conditional-field-ad-age-to, #conditional-field-ad-gender-omit, #conditional-field-ad-gender, #conditional-field-ad-budget, #conditional-field-ad-budget-amount, #conditional-field-ad-cont-shedule, #conditional-field-ad-sdate, #conditional-field-ad-edate, #edit-field-ad-click-cost-0-value-wrapper, #edit-field-ad-ref-nid-nid-wrapper, #edit-field-ad-approval-value-wrapper, #edit-field-ad-reftype-value-wrapper, #edit-field-ad-ref-priority-0-value-wrapper, #edit-field-ad-ref-0-nid-wrapper, #fid_38, #fid_43, #fid_39{
    margin-left:18px;
}
#conditional-field-bar-reserv, #edit-field-bars-email-body-0-value, #fid_27, #fid_28, #fid_31, #fid_32, #fid_38, #fid_43, #edit-field-video-ref-0-nid-wrapper, #edit-field-store-specials-0-value-wrapper, #edit-field-movie-website-0-value-wrapper{
    margin-bottom:14px;
}
#edit-field-bars-details-0-value, #edit-field-bars-email-body-0-value{
    width: 575px !important;
}
#edit-title-wrapper label{
    text-transform: none;
}
#taxonomy-14-container fieldset, #taxonomy-3-container fieldset{
    border:none;
    padding-left:0px;
    padding-bottom:0px;
    padding-top:0px;
}
.content_mid div.menu_list{
    width: 170px;
}
/*#fid_46*/#edit-field-photo-check-single-0-value-wrapper,/*fstore*/#fid_5/*fstore*/{
    display:none;
}
#edit-field-store-specials-0-value-wrapper label{
    padding-bottom: 8px;
}
#edit-field-director-0-value-wrapper{
    margin-top:18px
}
/*movies*/
/*#fid_11 .form-checkboxes .form-item, #fid_12 .form-checkboxes .form-item{
    float: none;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
}*/
#field_music_photo_album_values tr.even{
    background-color: #FFF; 
}
/*movies*/
#field-music-file-items table.sticky-header, #field-transport-album-items table.sticky-header, #field-hot-album-items table.sticky-header{
    display:none;
}
.cbk_trans .form-checkboxes, .cbk .form-checkboxes, .cbk1 .form-checkboxes{
    margin-top: 0px;
    margin-bottom: 0px;
}
.node-form .content-add-more{
 margin-left: 5px;
}
#edit-field-music-release-date-0-value-datepicker-popup-0-wrapper{
    margin-top: 0px;
}
.base_flds div#edit-taxonomy-field-33-wrapper, #conditional-field-trans-res div#fid_27{
    margin-left:0px
}
#conditional-field-ad-sdate div.container-inline-date, #conditional-field-ad-edate div.container-inline-date{
    background: #fff;
}
/*#edit-field-keywords-0-value-wrapper{
	margin-left:18px;
}*/
/*#edit-body{
    resize:none;
}*/
.modal-dialog{
	width: 80%;
    margin: auto;
}
.modal {
	width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
	padding-top: 50px !important;
}
.pup_txt_err{
	border: red 1px solid;
    padding-left: 3px;
    padding-right: 3px;
}