body {
/* 	overflow-x: hidden; */
	width: 100%;
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	background-color: #f9fbff;
}

body input[type=text] {
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

body textarea {
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

body input[type=password] {
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#app {	
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #f9fbff;
}

#navbar {
	width: 100%;
	height: 60px;
	background-color: #355B89;
	color: #f9fbff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

#navbarContainer {
	width: 80%;
/* 	display: inline-block; */
	margin: 0 auto;	
	padding: 8px 0px 10px 0px;
}

#navbarContainer #logo {
	background: url(../images/myprode_logo.png) 0 0;
	background-position: center;
	height: 50px;
    width: 150px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    border: 0 none;
}

#footer {
	width: 100%;
	height: 60px;
	background-color: #355B89;
	position: fixed;
    bottom: 0px;
}

#footerText {
	color: #f9fbff;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
}

#termsAndConds {
	color: #f9fbff;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
}

#termsAndConds a {
	color: #f9fbff;
	font-weight: bold;
}

#logoutCont {
	float: right;
	margin: 16px 10px 0px 10px;
}

#logout {
	float: right;
	background: url(../images/logout_icon.png) 0 0;
	background-position: center;
	height: 22px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 0 none;
}

#navbar a {
	color: #f9fbff;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#optionsCont  {
	height: 35px;
	background-color: #4374AD;
	padding: 0px 10px 0px 10px;
}

#rightOptionsCont  {
	display: inline-block;
	float: right;
}

#rightOptionsCont .optionCont  {
	float: left;
}

.optionCont  {
	margin-top: 8px;
	display: inline-block;
}

#optionsCont select {
	min-width: 90px;	
	outline: 0;
	border: 0 !important;	
	background-image: none;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 5px;    
    height: 18px;
    
	-webkit-box-shadow: 0px 0px 1px 1px rgba(249,251,255,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(249,251,255,1);
	box-shadow: 0px 0px 1px 1px rgba(249,251,255,1);
}    

#optionsCont select:hover {
	-webkit-box-shadow: 0px 0px 1px 2px rgba(249,251,255,1);
	-moz-box-shadow: 	0px 0px 1px 2px rgba(249,251,255,1);
	box-shadow: 		0px 0px 1px 2px rgba(249,251,255,1);
}  

#langOptions {
	outline: 0;
	border: 0 !important;	
	background-image: none;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 5px;    
    height: 18px;
    
    -webkit-box-shadow: 0px 0px 1px 1px rgba(249,251,255,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(249,251,255,1);
	box-shadow: 0px 0px 1px 1px rgba(249,251,255,1);
}

#optionsCont select.tiny {
	min-width: 10px;
}  

.navbarOption {
	cursor: pointer;
	font-weight: bold;	
	display: inline-block;
    margin-right: 20px;
}

.navbarOption:hover {
	text-decoration: underline;
}

#mainPanelContainer {
	width: 80%;
	margin: 0 auto;	
	padding-bottom: 45px;
	background-color: #f9fbff;
/* 	height: 100%; */
/*  background-color: #efefef; */
}

#mainPanel {
	width: 100%;
	margin: 0 auto;
    padding: 0px 0px 10px 0px; 
}

@media all and (min-width: 1250px) {
	#navbarContainer {
		width: 75%;
	}
	#mainPanelContainer {
		width: 75%;
	}
}

.heading {
	font-size: 20px;
}

@media all and (max-width: 1249px) {
	#navbarContainer {
		width: 100%;
	}
	#mainPanelContainer {
		width: 100%;
		font-size: 12px;
	}
	#footerText {
		font-size: 11px;
	}
	.heading {
		font-size: 16px;
	}
}

#mainPanel table {
	font-size: 12px;
}

.clickable {
	cursor: pointer;
/*     color: #4374AD; */
    text-decoration: underline;
}

.inBlue {
    color: #203754;
}

.disabled {
    opacity: 0.3;
}

.processing {
	cursor: wait;
    color: #7F7F7F;
}

.sectionCont {
	margin: 15px 0px 15px 0px;
}

.sectionTitleCont {
	width: 100%;
	min-height: 30px;
	display: inline-block;	
	padding: 0px 0px 0px 0px;
	background-color: rgba(67, 116, 173, 0.05);
}

.sectionTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 10px;
	max-width: 85%;
}

.sectionSubtitle {
	width : 100%;
	font-size: 16px;
	margin-bottom: 8px;
	margin-left: 10px;
}

.sectionTitleSmall {
	margin: 5px 0px 0px 10px;
}

.sectionBody {
	margin: 20px 0px 0px 10px;
	padding-right: 10px;
}

.update-text {
    font-size: 0.85em;
    color: #888888;
    margin-top: 5px;
    margin-bottom: 15px;
    font-style: italic;
}

.sectionBody span {
    margin-bottom: 5px;
    display: inline-block;
}

.sectionDescription {
	margin-bottom: 10px;
}

.opButton {	
	font-size: 16px;
	background: #355B89;
	color: #f9fbff;
	height: 25px;
	border: 0px;
	outline: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.opButton.disabled {	
	opacity: 0.6;
}

.littleSpaceBottom {
	margin-bottom: 5px;
}

.littleSpaceRight {
	margin-right: 5px;
}

.mediumSpaceTop {
	margin-top: 15px;
}

.mediumSpaceRight {
	margin-right: 10px;
}

.mediumSpaceLeft {
	margin-left: 10px;
}

.spaceRight {
	margin-right: 20px;
}

.opButton:hover {
	background: #4374AD;
	cursor: pointer;
}

.opButtonFixed {
	min-width: 80px;
}

.opCancelButton {
	background: #DB4437;
	color: #f9fbff;
	height: 25px;	
	border: 0px;
	outline: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.opCancelButton:hover {
	background: #D85A58;
	cursor: pointer;
}

.regulation {
	font-size: 14px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#mainPanel table {
    border-collapse: collapse;
    text-align: center;
}

#mainPanel table th {
    background-color: #4374AD;
    color: #f9fbff;
}

#mainPanel table, #mainPanel th, #mainPanel td {
    border: 1px solid #ddd;
    padding: 5px;
}

#mainPanel table tbody tr td {
    font-size: 12px;
}

#mainPanel table tbody tr td input {
    text-align: center;
}

#content {
	width: 100%;	
}

.tableFooterCont {
	display: inline;
	padding-left: 5px;
	font-weight: normal;
}

.tableFooterCont a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
/*     border-bottom: 1px dotted black; If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: #4374AD;
    color: #f9fbff;
    font-size: 12px;
    text-align: left;
    padding: 0px 10px 0px 0px;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 20px;
}

.tooltip li {
/* 	list-style-type: circle; */
}

.listLink {
	margin-top: 5px;
    list-style-type: none;
}

.moreLeftT {	
    left: -100px;
}

.leftT {	
    left: -70px;
}

.centerT {
	left: -35px;
}

.rightT {
	left: 0px;
}

.tooltip .tooltipcont {
    padding: 5px 5px 5px 5px;
    text-align: center;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext ul {
	padding-left: 30px;
}

#loginErrorMsgCont {
	margin: 0px auto;
	min-height: 25px;
}

#loginErrorMsg {
	color : red;
	text-align: center;
}

#publicFormErrorCont {
	width: 100%;
	margin-bottom: 5px;
	min-height: 25px;
}

#publicFormErrorMsg {
	color: red;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#publicFormCont {
	display: table;
    margin: 20px auto;
    margin-bottom: 0px;
}

#infoUserData {
	text-align: center;
	padding: 0px 5px 5px 5px;
}

#publicForm {
}

#publicForm table, #publicForm th, #publicForm td {
    border: none;
    padding: 5px;
}

#publicForm table tbody tr td input {
    text-align: left;
    padding: 0px 5px 0px 5px;
}

#publicForm .label {
    text-align: right;
    font-size: 16px;
}

#publicForm input {
    font-size: 16px;
    height: 32px;
}

#publicForm .opButton {
	height: 32px;
}

#publicForm .field {
    text-align: right;
}

#publicForm .info {
    text-align: left;
}

#publicForm .vseparator {
    height: 20px;
}

#publicForm input[type=submit] {
	background-color: #355B89;
	color: #f9fbff;
	border-style: outset;
	border-color: #4374AD;
	height: 32px;
	width: 80px;
	font: bold 16px;
	text-shadow: none;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#publicForm input[type=submit]:hover {
	cursor: pointer;
}

@keyframes errorAnimation {
	0%   {border: 1px solid #A9A9A9;}
	20%  {border: 1px solid orange;}
	50%  {border: 1px solid red;}
	100% {border: 1px solid #A9A9A9;}
}

.inputError {
	border: 1px solid #A9A9A9;
	animation-name: errorAnimation;
	animation-duration: 2s;
}

.goalsInput {
	border: 1px solid #A9A9A9;
	width: 20px;
}

#userInfoCont {
	font-size: 14px;
}

.middleCont {
	margin-top: 20px;
	padding-left: 10px;
}

.bottomCont {
	margin-top: 50px;
	padding-left: 10px;
}

.smallFont {
	font-size : 10px;
}

.subSectionTitle {    
    font-weight: bold;
    font-size : 14px;
}

#changePasswordForm {
	padding: 0px 10px 0px 10px;
}

#changePasswordCont table, #changePasswordCont td {
    border: none;
    padding: 5px;
    text-align: right;
    margin-top: 5px;
}

#changePasswordCont input {
	border: 1px solid #A9A9A9;
	height: 22px;
}

#changePasswordCont .label {
	font-weight: bold;	
	font-size: 14px;
}

.label {
	font-weight: bold;	
}

.bold {
	font-weight: bold;	
}

.alignRight {
	text-align: right;
}

.titleCont {
	width: 100%;
	display : inline-block; 
	margin-bottom: 5px;
}

.subtitle {
	margin: 5px 0px 0px 10px;
	font-size : 12px;
}

.midCont {
	width: 45%;
	display : inline-block;
	vertical-align : top;
}

.comment {
	text-align : left;
}

.commentTitle div {
	margin-bottom : 2px;
}

.commentTitle div {
	display : inline-block; 
	font-size : 12px;
}

.commentTitleAuthor {
	font-weight : bold; 
}

.commentTitleDate {
	float : right; 
	color: #333;
}

#createCommentCont {
	margin : 10px 0px 0px 10px;
}

#commentTextInputBorder {
	display: inline-block;	
	border: 1px solid rgba(67, 116, 173, 0.05);
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#commentTextInput {
	min-width: 400px;
	margin : 0px 0px 0px 0px;
	resize: none;
}

#commentSendLinkCont {
	margin : 10px 0px 0px 10px;
}

#tournamentCommentsTable {
	width : 100%;
}

.saveIcon {
	background: url(../images/save_icon.png) 0 0;
	background-position: center;
	height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 0 none;
}

.infoIcon {
	background: url(../images/info_icon.png) 0 0;
	height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 0 none;
}

.helpIcon {
	background: url(../images/help_icon.png) 0 0;
	height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 0 none;
}

.helpIcon:hover {
	background: url(../images/help_icon_hover.png) 0 0;
	height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 0 none;
}

.withHoverEffect:hover {	
	-webkit-box-shadow:	0px 0px 5px 5px #f9fbff ;
	-moz-box-shadow:	0px 0px 5px 5px #f9fbff ;
	box-shadow:			0px 0px 5px 5px #f9fbff ;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.listIcon {
	background: url(../images/eye_icon.png) 0 0;
	background-position: center;
	height: 26px;
    width: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 0 none;
}

.privateForm {	
	margin: 10px 0px 0px 10px;
}

.privateForm label {
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
	min-width: 85px;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
}

.privateForm div {
	margin-bottom: 10px;
}

.privateForm input[type=text] {
	width: 230px;
	height: 22px;
}

.privateForm input[type=checkbox] {
	width: 18px;
	height: 18px;
}

#resultCont table {
	min-width: 280px;
	margin-left: 10px;
}


#mainPanel select {
	outline: 0;
	background-image: none;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    background: #4374AD;
    cursor: pointer;
    color: #f9fbff;
    font-weight: bold;
    padding-left: 5px;    
    height: 20px;
}

#mainPanel select:hover {
	-webkit-box-shadow: 0px 0px 1px 0px #f9fbff inset;
	-moz-box-shadow: 	0px 0px 1px 0px #f9fbff inset;
	box-shadow: 		0px 0px 1px 0px #f9fbff inset;
}

#mainPanel .privateForm select {
	height: 22px ;
}

.goBack {
	background: url(../images/back_icon.png) 0 0;
	background-position: center;
	height: 22px;
    width: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3px auto;
    border: 0 none;
    margin-right: 10px;
}

.infoCont {
	padding-left: 10px;
	margin-top: 10px;
}

.infoCont .infoContRow {
	margin-bottom: 5px;
	margin-right: 10px;
}

.infoCont .label {
	display: inline-block;
	margin-right: 5px;
}

.infoCont .field {
	display: inline-block;
}

.faqRow {
	margin-bottom: 10px;
}

.faqRowQuestion {
	margin-bottom: 5px;
}

.faqRowQuestionText {
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
}

.faqRowQuestionText:hover {
	cursor: pointer;
	color: #355B89;
}

.faqRowAnswer {
	display: none;
	margin-top: 4px;
}

.contentListTable {
	min-width: 50%;
    margin: 15 auto;
}

@media all and (max-width: 600px) {
	.contentListTable {
		min-width: 95%;
	}
	#commentTextInput {
		min-width: 300px;
	}
}

.dataTables_wrapper {
	padding-top: 10px;
}

.dataTable .odd {
	background-color: rgba(67, 116, 173, 0.03);
}

.dialogCtaCont {
	margin-top: 30px;
}

.infoTextCont {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    margin-top: 40px;
}

.currentUserRow {
	font-weight: bold;
}

.withSmallMarginTop {
	margin-top: 5px;
}

.withMediumMarginTop {
	margin-top: 15px;
}

.withTextAlignJustify {
	text-align: justify;
}

.withVAlignTop {
	vertical-align: top;
}

.textAreaInput {
	min-width: 300px;
	resize: none;
}

.dateFieldSmall {
	width: 35px;
}

.dateFieldMedium {
	width: 60px;
}

.withTextAlignLeft {
	text-align: left;
}
