/*JTMG STYLES*/

/*	generic styles */
.blue{ color:#0079c2; }
.green{ color:green; }
.red{ color: #FA5858; }
.low{ color:#b3b1b1 !important; }
.bold{ font-weight: bold ;}
.relative{ position:relative;}
.small{ font-size: 11px; }

.pointer{ cursor: pointer; }
.text-center{ text-align: center; }
a.disabled{
	cursor: default;
}
.float-left{
	float: left;
	text-align: left;
}

.float-right{
	float: right;
	text-align: right;
}
.no-pad{
	padding: 0 !important;
}
.display-block{
	display: block !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.required::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FA5858;
    font-style: italic;
}
.required:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FA5858;
    font-style: italic;
}
.required::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FA5858;
    font-style: italic;
}
.required:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FA5858;
    font-style: italic;
}



.error-field::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FA5858;
    font-style: italic;
}
.error-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FA5858;
    font-style: italic;
}
.error-field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FA5858;
    font-style: italic;
}
.error-field:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FA5858;
    font-style: italic;
}
:disabled {
	cursor: not-allowed;
	background-color: #eee !important;
	opacity: 1;
}

.error-field{
	border: 1px solid #FFAEAE !important;
	background: #FEEBEB !important;
}

/* structure */
div#mc-profile{
	min-height: 400px;
	width: 960px;
	margin: 0 auto;
}
.cf:before, div.row:before
.cf:after, div.row:after {
    content:"";
    display:table;
}
.cf:after, div.row:after {
    clear:both;
}

div.mc-frm div.row{
	margin: 15px 0;
	min-height: 50px;
}

div.mc-frm div.col,
div.mc div.col{
	width: 50%;
	float: left;
}

div.mc-frm div.col,
div.mc div.col.float-right.asa{
	width: 45%;
}

div.mc-frm div.col:first-child{
	margin-right: 30px;
}

div.mc-frm div.col input[ type="text"],
div.mc-frm div.col select{
	width: 98%;
}

div.modal div.mc-frm div.col select{
	width: 100%;
}
div.mc div.section{
	margin: 0px 0px 15px 0;
	padding: 5px 15px;
}
div.frm-multi-scroll{
	width: 378px;
	border: 1px solid #999;
	background: #fff;
	height: 100px;
	overflow: auto;
	overflow-x: hidden;
	padding: 6px;
	border-radius: 2px;
}
div.frm-multi-scroll div{
	width: 100%;
	font-size: 12px;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	text-indent: 4px;
}
div.frm-multi-scroll div.selected{
	background: lightgray;
}

div.modal div.mc-frm div.col:first-child{
	margin-right: 18px;
}
div.mc div.pane-holder{
	margin-bottom: 20px;
}

@-moz-document url-prefix() {
	div.mc div.pane-holder{
		margin: 20px 0px;
		min-height: 20px;
	}
}


div.mc div.profile-action-btns{
	margin: 10px 0;
}
div.mc div.pane{
	width: 928px;
	position: relative;
	overflow: hidden;
}

div.mc div.pane.half{
	width: 438px;
	float: left;
	height: 440px;

}
div.mc div.pane.half:first-child{
	margin-right: 20px;
}

div.mc div.pane.border{
	border-radius: 3px;
	padding: 20px 15px;
	border: 1px solid #ccc;
}

div.mc div.pane div.row{
	margin: 10px 0;
}

div.mc div.pane.half.sub-stats div.col{
	width: 46%;
	overflow: hidden;
}
div.mc div.pane.half.sub-stats div.col.first{
	padding-right: 10px;
}
div.mc div.pane.half.sub-stats div.col.last{
	padding-left: 25px;
}

div.mc div.pane div.row:first-child{
	margin-top: 0px;
}
div.mc div.pane label{
	display: block;
	font-weight: bold;
}
div.mc div.pane div.attribute{
	font-size: 12px;
	line-height: 18px;
	max-width: 265px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
div.mc div.pane div.seperator{
	height: 50px;
}
div.mc div.pane div.divider{
	position: absolute;
	top: 10%;
	left: 50%;
	border-left: 1px solid #eee;
	height: 80%;
}

div.mc div.pane div.member-status{
	height: 75px;
}
div.mc div.pane div.member-history{
	margin-top: 75px;
}

div.mc div.profile-pic{
	width: 120px;
}
div.mc div.profile-pic-container{
	position: relative;
	width: 120px;
	cursor: pointer;
	margin-top: 30px;
}
div.mc div.profile-pic-container div.edit-image{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background: #fff;
	opacity: .7;
	text-align: center;
	line-height: 30px;
	display: none;
	cursor: pointer;
}

div.mc div.profile-pic-container:hover div.edit-image{
	display: block;
	cursor: pointer;
}


/* organization */
div.mc.organization div.main-stats{
	width: 100%;
}
div.mc.organization div.main-stats h3{
	margin: 20px 0;
}
div.mc.organization div.pane.half{
	height: 385px;
}

div.mc.organization div.profile-pic{
	width: 438px;
}
div.mc.organization div.profile-pic-container{
	width: 428px;
	margin-top: 0px;
	margin: 0 auto;
}
/* individual */
div.mc.individual div.main-stats,
div.mc.linked div.main-stats{
	margin-right: 10px;
	width: 300px;
	overflow: hidden;

}
div.mc.individual div.main-stats h3 span.text,
div.mc.linked div.main-stats h3 span.text{
	overflow: hidden;
	max-width: 265px;
	display: inline-block;
	text-overflow: ellipsis;
	float: left;
	padding-right: 5px;
	margin-bottom: 10px;
}

div.mc.individual div.main-stats h3 span.edit-link,
div.mc.linked div.main-stats h3 span.edit-link{
	display: inline-block;
	float: left;
}
div.mc.linked div#org-data-pane{
	margin-top: 20px;
}

div.mc div#profile-created-date{
	position: absolute;
}
div.mc div#profile-created-date-org{
	bottom: 34px;
}
/* form fields */
div.mc input[ type="text"],
div.mc input[ type="password" ],
div.mc select,
div.mc textarea{
    font-size: 13px;
    height: 17px;
    padding: 4px 5px 5px;
    position: relative;
    background: #fff;
    margin: 0 !important;
    -webkit-box-shadow:0 0 5px #f8f8f8 inset;
   -moz-box-shadow:0 0 5px #f8f8f8 inset;
    box-shadow:0 0 5px #f8f8f8 inset;
	font-family: 'Open Sans', Arial, sans-serif;
	outline: none;
	border: 1px solid #999;
	border-radius: 2px;
}

div.mc select{
	height: 28px;
}
div.mc select[multiple]{
	height: 100px;
}
div.mc .full{
	width: 98%;
}


div.mc-frm .days-list{
	width: 23.5%;
}

div.mc-frm .date-type-list{
	width: 23.5%;
}


div.mc-frm .days-list.with-toggle,
div.mc-frm .with-toggle{
	position: relative;
	top: -6px;
}

div.mc-frm .date-type-list.with-toggle{
	position: relative;
	top: -6px;
}


div.mc label{
	display: block;
	font-size: 12px;
	line-height: 18px;

}
div.mc label.inline{
}

div.mc label.req{
	font-weight: bold;
}
div.mc label.tinymce{
	line-height: 25px;
}
div.mc ul.options-list{
	margin: 0px;
	padding: 0px;
}

div.mc ul.options-list li{
	list-style: none;
	padding: 0px;
	margin: 4px 0;
}

ul.options-list.no-columns{
	height: 180px;
	overflow-y: auto;
}

ul.options-list.columns {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
}


ul.options-list.columns li{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 290px;
	white-space: nowrap;
}



div.mc ul.options-list li input{
	position: relative;
	top: -2px;
	font-size: 12px;
}

div.mc ul.options-list li label{
	display: inline;

}

.error-message{
	display: block;
	margin: 10px 0px;
	font-size: 12px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #FA5858;
	font-style: italic;

}


div.modal input[ type="text"],
div.modal input[ type="password" ],
div.modal select,
div.modal textarea{
	width: 98%;
}


div.modal .data-table select,
div.modal .data-table input[ type="text" ]{
	width: 24%;
}
div.modal .data-table input[ type="text" ]{
	width: 75%;
}

/*toggles*/
div.mc-toggle{
	padding-top: 6px;
}
div.mc-toggle .toggle{
	display: inline-block;
	margin-right: 5px;
}



/* table component */
div.tc div.bar-container.push-right{
	float: right;
}

div.tc .notification-static-width{
	display: inline-block;
	width: 126px;
}

section.bar-section{
	width: 906px;
	min-width: 906px;
}


div.mc div.pager-btn-container select{
	width: 60px !important;
}

/* header */

div.header-box p {
    font-size: 14px;
    padding: 5px 0 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.header-box-heading {
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #BFBFBF;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
}

div.header-box-heading span {
    font-size: 18px;
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* type */
div.mc h1, div.mc h2, div.mc h3{
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	color: #000;
}

div.mc h2{
	margin-bottom: 0px;
}

div.mc h2 span.low{
	font-size: 13px;
}
div.mc h3{
	font-size: 16px;
	font-weight: bold;
	border: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;

}
div.mc hr{
	border: none;
	border-top: 1px solid #eee;
	margin: 20px 0;
}
div.mc address{
	font-style: normal;
}
div.mc .edit-link a,
div.mc .edit-link{
	color: #ccc;
	font-weight: normal;
}
div.mc .edit-link a.disabled{
	cursor: default;
	color: #ccc !important;
}
div.mc .edit-link-no-hover a,
div.mc .edit-link-no-hover{
	text-decoration: none !important;
    color: #ccc !important;
    font-weight: normal;
}


div.mc .edit-link a:hover{
	color:#0079c2
}
/* actions menu */
div.action-menu-container{
	position: relative;
	width: 225px;
}
div.action-menu-container:hover div.mc-menu{
	display: block;
}
div.action-menu-container:hover a.gen-button{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 1px solid  transparent;
}
div.action-menu-container div.mc-menu{
	right:0px;
	position: absolute;
	background: #fff;
	min-height: 30px;
	width: 100%;
	border: 1px solid #8a8a8a;
	padding: 10px 0px 10px 0px;
	border-radius: 3px;
	text-align: center;
    -webkit-box-shadow:0 0 5px #ccc inset;
    -moz-box-shadow:0 0 5px #ccc inset;
    box-shadow:0 0 5px #ccc inset;
    display: none;
    z-index: 99;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px;


}

div.action-menu-container div.mc-menu ul,
div.action-menu-container div.mc-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div.action-menu-container div.mc-menu li{
	padding: 3px 0px 3px 10px;
}
div.action-menu-container div.mc-menu li:hover{
	background: #0079c2;
	color: #fff;
	cursor: pointer;
}
div.action-menu-container div.mc-menu li:hover a{
	color: #fff;
}
div.action-menu-container div.mc-menu li a{
	font-size: 12px;
}

div.action-menu-container div.mc-menu li a:hover{
	text-decoration: none;
	color: #fff;
}

/*tabs*/
div.mc .switches-list h2{
	 margin-bottom: 20px;
}
.switches-list ul{
	margin: 0;
	padding: 0;
	clear: both;
	min-height: 40px;
}

.switches-list ul li{
	float: left;
	list-style: none;
	display: inline-block;
}

.switches-list ul li:last-child{
	font-size: 13px;
	margin-left: 10px;
	line-height: 30px;
}

/* modals */
.profile-modal.modal p{
	font-size: 13px;
	margin: 0 0 10px 0;
}
.profile-modal.modal label{
	font-size: 13px;
	font-weight: bold;
}
.profile-modal.modal label.reg{
	font-weight: normal;
}
.profile-modal.modal ul li{
	font-size: 13px;
}


#membership-history.profile-modal.modal li{
	padding: 2px;
}
.profile-modal.modal input[ type="text"]{
	width: 95%;
}

.profile-modal.modal .ctrl-btns{
	margin: 0 0 10px 0;
}

.profile-modal.modal ul.options-list{
	margin: 0px;
	padding: 0px;
}

.profile-modal.modal ul.options-list li{
	list-style: none;
	padding: 0px;
	margin: 4px 0;
}

.profile-modal.modal ul.options-list.columns {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
}


.profile-modal.modal ul.options-list.columns li{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 290px;
	white-space: nowrap;
}



.profile-modal.modal ul.options-list li input{
	position: relative;
	top: -2px;
	font-size: 12px;
}

.profile-modal.modal ul.options-list li label{
	display: inline;

}
/* attributes */
div#tab-error{
	margin-top: 5px;
	display: none;
	width: 60%;
}
div#tab-error > div{
	margin: 3px 0;
}
.mc-msg.error, .mc-msg.alert{
	background:#FEEBEB url("../../../../../../../images/ico-warning.gif") 10px center no-repeat !important;
}
div#tab-attributes,
div#tab-specialattributes {
	position: relative;
}

/*
div#tab-attributes div.btn-ctrls,
div#tab-specialattributes div.btn-ctrls {
	background: none;
	position: absolute;
	right:0px;
	top:0px;
}
div#tab-attributes div.btn-ctrls-bottom,
div#tab-specialattributes div.btn-ctrls-bottom {
	position: absolute;
	right:0px;
	bottom: 0px;
}
*/
div#tab-attributes .attribute,
div#tab-specialattributes .attribute {
	margin: 10px 0;
	padding: 5px;
	font-size: 13px;
	width: 392px;
	position: relative;
}
div#tab-attributes .attribute.name,
div#tab-specialattributes .attribute.name {
	width: 100%;
}
div#tab-attributes .attribute label,
div#tab-specialattributes .attribute label {
	font-size: 13px;
}

div.mc div#tab-attributes .attribute.address input,
div.mc div#tab-specialattributes .attribute.address input {
	margin-bottom: 8px !important;
}

div.mc div#tab-attributes .attribute input.line,
div.mc div#tab-specialattributes .attribute input.line {
	width: 379px;
}
div.mc div#tab-attributes .attribute select.line,
div.mc div#tab-specialattributes .attribute select.line {
	width: 392px;
}
div.mc div#tab-attributes .attribute textarea.line,
div.mc div#tab-specialattributes .attribute textarea.line {
	width: 379px;
	height: 75px;
}
div#tab-attributes .attribute .currency,
div#tab-specialattributes .attribute .currency {
	position: absolute;
	left: 10px;
	top: 28.5px;
	z-index: 1000;
}

div#tab-attributes .attribute .currency + input,
div#tab-specialattributes .attribute .currency + input {
	padding-left: 12px;
}
div#tab-attributes .attribute span.edit-link,
div#tab-specialattributtes .attribute span.edit-link {
	float: right;
}

div#tab-attributes a.unset-primary,
div#tab-specialattributes a.unset-primary {
	float: right;
}

/* file uploads */
.fileinput-button {
    position: relative;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.progress-animated {
    border: 1px solid;
    width: 200px;
}

.progress-animated .bar {
    background: url(https://www.truesourcehoney.com/components/com_community/assets/js/apps/profile/images/progressbar.gif) !important;
    filter: none;
    height: 20px;
}

.upload-msg {
    padding: 5px;
    margin: 10px 0;
    font-size: 14px;
    position: relative;
    z-index: 5;
    display: block;
    width: 230px;
}

.upload-msg p {
    font-size: 14px;
    margin: 0;
}

.upload-msg.done, .upload-msg.success {
    border: 2px solid #BBDF8D;
    background-color: #EAF7D9;

}

.upload-msg.error {
	border: 2px solid #FFAEAE;
	background-color: #FEEBEB;
}

#attachments-container{
	margin-top: 20px;
}
/* avatar */
#avatar-section {
}

#avatar-holder {
    width: 120px;
    height: 120px;
    position: relative;
}

#overflow-holder {
    width: 120px;
    height: 125px;
    position: relative;
    overflow: hidden;
}

#avatar-overlay {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 2px 0 #888888;
    cursor: pointer;
    display: none;
    height: 65px;
    margin-left: 5px;
    opacity: 0.85;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 110px;

}

#avatar-overlay i {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #999;
    font-size: 14px;
}

#avatar-holder:hover #avatar-overlay {
    display: block;
}

.avatar-container{
	margin-top: 10px;
}

/* linked-modal */

#linked-modal{
	margin-bottom: 20px;
}

#linked-modal #clear-search{
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 16px;
	cursor: pointer;
	display: none;
}

/*
	Shades Styles
	create-profile modal
*/
#create-profile .attribute{
	margin: 10px 0;
	padding: 5px;
	font-size: 13px;
	width: 392px;
}

#create-profile .attribute.name input,
#create-profile .attribute.name select{
	margin-bottom: 8px !important;
}

#create-profile .attribute label{
	font-size: 13px;
}

#create-profile .attribute input.line{
	width: 379px;
}

#create-profile .attribute select.line{
	width: 392px;
}

.required-asterisk{
	margin-top: 5px;
}

/* datetimepicker */
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }


/* contact prefs */
#contactprefs-toggles{

}
#contactprefs-toggles > div{
	clear: both;
	margin: 25px 0;
}
#contactprefs-toggles > div span{
	float: left;
}

#contactprefs-toggles > div span + label{
	line-height: 30px;
	margin-left: 10px;
	display: inline-block;
}

/* Event Attendance Modal */
.event-attendance .table-row.heading{
    background: #4a4a4a;
}

.event-attendance .heading-container .table-cell{
    color: #fff;
    font-size: 14px;
}

/* Membership History Modal */
.membership-history .table-cell.col-1{
	width: 33.428571428572%;
}

.membership-history .table-cell.col-2{
	width: 59.428571428572%;
}

/* Sticky Edit Button */
#bkg.mc-sticky .mc-scroller {
    left: 0;
    top: 0;
}

#bkg .mc-scroller .btn-ctrls {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

#bkg.mc-sticky .mc-scroller .btn-ctrls {top: 30px}

.btn-ctrls a.alt-button {float: right; margin-right: 8px}
