body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

.clr {
    clear: both;
}

.content_wrapper {
    width: 1024px;
    margin: 0 auto;
}

#page
{
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	/*border-top: 1px solid #C9E0ED;*/
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#mainmenu
{
    min-width: 1071px;
	/*background:white url(bg.gif) repeat-x left top;*/
    /*margin: 20px 0 40px 10px;*/
    /*margin: 18px 0px 0 0;*/
    padding: 0px 0px;
    height: 50px;
    font-size: 16px;
    font-family: sans-serif;
    /*background: #eee;*/
    text-align: center;
}

#mainmenu ul
{
    text-align: right;
	padding:6px 20px 5px 10px;
    width: 855px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

#mainmenu ul li
{
    display: inline-block;
    margin-top: 2px;
    line-height: 20px;
}

#mainmenu ul li a
{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
    color: #333;
    font-weight: 500;
    font-family: sans-serif;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	text-decoration:none;
}

#content {
    /*width: 980px;*/
    margin: 0 auto;
}

#content_single_column {
    position: relative;
    width: 1035px;
    margin: 0 auto;
}

#content_fullwidth {
    width: 100%;
    margin: 0 auto;
}

.calendar_container {
    width: 98%;
    margin: 0 auto;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border-bottom: 2px solid #eee;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

.palms_logo {
    display: inline-block;
    margin: 2px 0 0 10px;
    vertical-align: middle;
}

.fc-header-title {
    /*display: none !important;*/
}

.fc-header-right {
    width: 50px !important;
    text-align: left !important;
    left: 40%%;
    position: absolute;
}

.schedule_top {
    display: block;
    padding-bottom: 25px;
}


.login_button {
    padding: 7px;
    background-color: #fd4747;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    -khtml-border-radius: 2px; 
    margin-left: 10px;
}

.login_button:hover {
    background-color: #fe5858;
}

.login_button a {
    color: #fff !important;
}

.add_class_button {
    padding: 7px;
    background-color: #479dfd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    -khtml-border-radius: 2px; 
    margin-left: 25px;
}

.add_class_button:hover {
    background-color: #58aefe;
}

.add_class_button a {
    color: #fff !important;
}

.enroll-button {
    margin: 0 0 0 50px;

}

.padding10 {
    padding-top: 10px;
}
.padding20 {
    padding-top: 20px;
}
.padding40 {
    padding-top: 40px;
}
.padding70 {
    padding-top: 70px;
}

.circle
{
    width:50px;
    height:50px;
    border-radius:250px;
    border: 1px solid #000;
    font-size:30px;
    color:#000;
    line-height:47px;
    text-align:center;
    background:#fff;
}

div.form .row_container .row {
    margin: 10px 0;
}

.program_select .program_row.checkbox {
    margin-top: 30px;
}

.program_select .program_row.checkbox label {
    height: 41px;
    width: 185px;
    line-height: 18px;
    vertical-align: top;
}

.program_select .program_row.checkbox input {
    width: 20px;
    vertical-align: 12px;
}

.program_select .program_row.inputbox label {
    height: 20px;
}

.program_select .program_row.inputbox input {
    width: 160px !important;
}

.row_container .row label {
    font-size: 14px;
}

.row_container .row.checkbox > label {
    display: block;
}

.row_container .row span > input {
    margin-left: 15px;
}

.row_container .row span > label {
    margin-left: 8px;
    display: inline-block;
}

.datepicker table th, .datepicker table td {
    background-color: #fff;
}

.container .navigation_container #mainmenu {
    vertical-align: 0px !important;
}

.gray_center_box {
    width: 800px;
    margin: 230px auto 0;
    background-color: rgb(248, 248, 248);
    padding: 100px 0
}

.gray_center_box span {
    display: block;
    text-align: center;
}

.gray_center_box span.thank_you {
    font-size: 37px;
}

.gray_center_box span.thank_you_sub {
    font-size: 20px;
    margin-top: 30px;
}

.form_container .summary {
    display: none;
}

#content_single_column .wide_form .row input, #content_single_column .wide_form .row textarea {
    width: 206px;
}

#content_single_column .wide_form .row span input {
    width: 15px;
}

.number_row input {
    width: 45px;
}
 
.wide_form .row .smallFields .left input {
    width: 206px !important;
}

#content_single_column .wide_form .buttons input {
    width: auto !important;
}

.fc-event:hover {
    text-decoration: none !important;
}
.dropdownbox select {
    margin-bottom: 0px !important;
}
.dropdownbox a {
    margin-left: 20px;
}
.ticket_view {
    top: 20px;
    position: absolute;
    right: 40px;
    font-size: 22px;
}

.row.buttons .btn {
    width: auto !important;
}

.form.notesForm {
    margin-bottom: 50px;
    float: right;
}
.form.notesForm textarea {
    width: 500px;
}

.pending_wrapper {
    float: left;
}

.relative {
    position: relative;
}

.redFont {
    color: red;
}
.redFont:hover {
    cursor: pointer;
}
#content_fullwidth .fc {
    min-width: 1615px !important;
}
.fc-event-inner {
    background-color: #f8f8f8 !important;
    color: #000 !important;
}
.lodging_wrapper {
    text-align: center;
    margin: 100px 0 300px;
}
.lodging_wrapper div {
    display: inline-block;
    width: 200px;
    font-size: 25px;
}
#content_single_column h1 {
    text-align: center;
    margin: 10px 0;
}
.search-form .row {
    margin-left: 20px !important;
}


/* GRID VIEW */

.condo_wrapper table.detail-view tr th, .condo_wrapper table.detail-view tr td {
    padding: 3px 8px 3px 3px !important;
}

table.detail-view tr th, table.detail-view tr td {
    padding: 12px !important;
}

table.detail-view tr.odd, table.detail-view tr.odd {
    background-color: #fff !important;
}

.teacher_assign input {
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}
#teacher-lesson-form input {
    margin-right: 15px;
}
.schedule_container .fc-event-title {
    display: block;
}
.agent_container {
    padding-bottom: 20px;
}

.schedule_container .fc-header-left {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    margin-left: 7px;
}

.dropdownbox .bfh-selectbox-toggle {
    margin-left: 0px !important;
}
.dropdownbox .bfh-selectbox {
    width: 225px !important;
}
.dropdownbox .bfh-selectbox-option {
    width: 200px !important;
}
.dropdownbox .bfh-selectbox-option {
    padding-left: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    width: 200px !important;
}
.custom_month_picker {
    margin-top: 10px;
}

.status_radio_buttons .rb {
    float: left !important;
}
.status_radio_buttons input {
    margin-top: 5px !important;
}
.status_radio_buttons .rb label {
    padding: 2px 10px !important;
    width: 110px !important;
    color: #555 !important;
    font-size: 15px !important;
}
