.container {
    max-width: 1073px;
    margin: 0 auto;
}
.req_fields {
    font-size: 10px;
}
/*#reception-agenda-form {
    margin-top: 50px;
}*/
.clsRAFSubmit div{
    border: #000 1px solid;
	padding:5px;
	text-align:center;
	width:auto;
	margin: 25px auto;
}
.clsRAFSubmit {
    width:100%;
    height:auto;
    text-align:center; 
    /*float: right;
    margin-bottom: 50px;
    margin-top: 20px;*/
    margin: 0px auto;
}
@media(min-width:768px){
	.clsRAFSubmit div {
		width:300px;
	}
	.clsRAFSubmit .rafSave{
		float:left;
	}
	.clsRAFSubmit .rafSubmit{
		float:right;
	}
}
@media(min-width:992px){	
	.clsRAFSubmit div {
		margin:25px 0px;
		width:375px;
	}
}
@media(min-width:1200px){
	.clsRAFSubmit div{
		width: 450px;
	}
}
@media(max-width:767){
    .clsRAFSubmit {
        width:100%;
    }
}
.formError {
    color: red;
}


#lb_overlay{ 
    background: url(./modules/images/overlay.png) repeat;
    position: absolute;
    z-index: 90;
   filter:alpha(opacity=40);
   -moz-opacity:.40;
   opacity:.40;
    background-color: #333;
}


#lb_box{
   width: 322px !important; 
   height: 142px;
   background-color: #eee;
   text-align:left;
   z-index: 90;
}

#lb_close{
   cursor:pointer;
   background: url(../images/close.gif);
   width: 20px;
   height: 20px;
   position: absolute;
   top: -5px;
   right: -5px;
   z-index: 99;
}

#lb_box_content {
   background-color: #2D2D2D;
   width: 322px; 
   height: 142px;
   position: absolute;
   top: 0px;
   left: 0px;
   border: 3px solid #efefef;
}
#lb_box_content td {
   color: #fff;
   font-size: 12px;
   font-family: arial;
   font-weight: bold;
}
#lb_box_content h2 {
   color: #B9E9C9;
   font-size: 16px;
   font-family: arial;
   padding:0px; 
   margin:0px;
}

#lb_box_content .or {
   color: #FBFE97;
}

#lb_box_content a:link, 
#lb_box_content a:hover, 
#lb_box_content a:visited {
   color: #eee;
   font-size: 11px;
   font-family: arial;
   font-weight: normal;
   text-decoration: none;
}
#clsLoadForm {
    color: #bb9d61;
    font-weight: 500;
}
.raf_success{
    text-align:center;
    font-weight: bold;
    color: #19DAAB;
}
div.dataTables_wrapper {
    margin-bottom: 3em;
}
table.contentpaneopen {
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 16px;
}
.jbb_pview {
    border: 1px solid #000;
    font-weight: bold;
    padding: 7px;
    height: 20px;
}
.contentpaneopen fieldset {
    border: 1px solid #795729;
    padding: 6px;
}
#main-content {
    color: #000;
}
#reception-agenda-form table tr td {
    padding: 5px;
}
.contentpaneopen table tr td, .contentpaneopen td {
	padding: 7px;
}
legend {
    color: #795729;
}
.jbb_pview {
    border: 1px solid #000;
    font-weight: bold;
    padding-left: 1px;
    height: 20px;
}
.text_2 {
    padding: 0 20px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 16px;
}
.online-form#ins_mainbody_txt {
    float: none;
    width: 100%;
    padding: 0;
}
#ins_mainbody_txt {
    height: auto;
}






/*September 11 style starts here*/
.printBtn{
	padding:10px 0px;
}
.printBtn a.print-preview:hover, .contentpaneopen a#clsLoadForm{
	cursor:pointer;
}
/*.printBtn a.print-preview::before{
	content: "\f02f";
	font-family: normal normal normal 14px/1 FontAwesome !important;
	padding-right: 10px;
	text-decoration: none;
}*/
.contentpaneopen table{
	border-spacing: 0px 5px !important;
	border-collapse: initial !important;
}
span.jbb_pview{
	position: relative;
	left: -5px;
	padding-left:5px;
}
input[type="text"]:disabled {
    background-color: #f0f0f0;
}
#reception_agenda_form_data table {
    border-spacing: 0px !important;
}
.print-preview {
    color: #bb9d61;
}
#reception_agenda_form_data tr td a, #reception_agenda_form_old_data tr td a{
    color: #bb9d61;
}
#lb_box{
	position:fixed !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0px auto;
	overflow: hidden;
}
input#submit-raf, input#save-raf {
	background: #bb9d61 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	margin: 15px 0;
	color: #000;
	cursor: pointer;
	font-family: "Oswald",sans-serif;
	font-size: 17px !important;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
table#reception_agenda_form_data .delete{
	background: #f0f0f0;
	border-radius: 0;
	margin: 0;
	color: #000;
	cursor: pointer;
	font-family: inherit;
	font-size: 100%;
	font-weight: 500;
	padding: 2px 0px;
	border: 2px solid #e3e3e3;
	border-right: 2px solid #979797 !important;
	border-bottom: 2px solid #979797 !important;
	width: 60px;
}	
table#reception_agenda_form_data .deleteSubData{
	text-align:center;
	padding:0px;
}
input#submit-raf:hover, input#save-raf:hover, a.print-preview:hover, table#reception_agenda_form_data .deleteSubData .delete:hover{
	background: #333 none repeat scroll 0 0;
	color: #fff;
}
#login table tr td {
    padding: 7px !important;
}
#login td{
  text-align: left;
}
.EnterBtnNew, #save-text{
  background: #bb9d61 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  font-family: "Oswald",sans-serif;
  font-size: 17px !important;
  font-weight: normal;
  padding: 4px 15px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.EnterBtnNew:hover, #save-text:hover{
  background: #333;
  color: #fff;
}
#login table table tr td, #ins_mainbody_txt table tr td {
    font-size: 13px;
}
#login table table tr td input.inputbox, #ins_mainbody_txt table tr td input[type="password"] {
    padding: 5px;
    border: 1px solid #ccc;
}
#ins_mainbody_txt h3 {
    font-size: 16px;
    color: #454545;
    font-weight: normal;
}

@media(max-width:767px){
	.contentpaneopen table tr td {
		display: block;
		width: auto;
        padding:5px 0px;
        height: auto !important;
    }
    table tr td div{
        text-align: left;
    }
    #login table tr td {
    padding: 7px !important;
    width: 100% !important;
    display: block;
    line-height: normal;
  }
  .clsRequired font {
    position: absolute;
    right: -10px;
  }
  .ClsReviewNew td {

    vertical-align: top;

}
  .clsSep {
    margin:15px 0 0 0;
    text-align: left;
  }
  .clsSep select {
    width:50px !important;
  }
  .clsSep span {

    width:95px !important;
    display: inline;
    text-align: left;
    margin: 0 0 0 4px;

}

#lb_box #usermail {
    margin: 15px 0 0 0;
	font-size: 15px;
}
.entry-title.main_title{
  overflow: hidden;
}
.entry-title.main_title a{
  position: static;
}
#reception_agenda_form_data tr td a{
  word-wrap: break-word;
}

}
.ClsPasswaordText{
    font-size: 16px;
    color: #454545;
    font-weight: normal;
}
.EnterBtnNew, #save-text:hover{
    padding: 4px 16px;
}
.ClsReviewNew td {

    vertical-align: top;

}
  .clsSep {
    margin:15px 0 0 0;
    text-align: left;
  }
  .clsSep select {
    width:53px;
  }
  .clsSep span {

    width: 125px;
    display: inline;
    text-align: left;
    margin: 0 0 0 5px;
}
#lb_box_content #user_mail #lb_submit{
	background: #f0f0f0;
	color:#000000;
}
#msgSaved {
    font-weight: bold;
    color: #FF0000;
}
@media(max-width:767px){
#wedding_div .ClsTableMobileView tr td {
display: table-cell;
padding: 0 !important;
}
#wedding_div .ClsTableMobileView tr {
display: table-row;
}
#reception-agenda-form-admin table tr td {
    display: block;
    width: auto;
}
}
@media(min-width:768px){
#wedding_div .ClsTableMobileView tr td:nth-child(2n) {
    width: 110px;
    text-align: center;
}
.ClsTableMobileView {
    width: 70% !important;
    margin: 0;
}
#wedding_div .ClsTableMobileView tr td {
    width: 250px;
}
#wedding_div .ClsTableMobileView tr td input {
    width: 100%;
}
}
@media(max-width:480px){
	#lb_box_content, #lb_box{
		width: 285px !important;
	}
}
@media(min-width:521px){
	#lb_box_content{
		width:100%;
	}
}
.clsTextareaLabel {
	vertical-align: top;
}
