/*Common styles for NauticEd account*/

html {
	font-size: 16px;
}

html, body {
	height: 100%;
}
a {
    cursor: pointer;
}

a:focus, a:active {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	width: 100%;
}

label {
	font-weight: 400;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px 0 0;
    position: relative;
    top: 1px;
}

iframe {
	max-width: 100%;
}

h3, .h3 {
	font-weight: 400;
}

.no-margin {
	margin: 0;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.margin-top {
	margin-top: 10px !important;
}

.margin-bottom {
	margin-bottom: 10px !important;
}

.double-margin-top {
	margin-top: 20px !important;
}

.double-margin-bottom {
	margin-bottom: 20px !important;
}

.half-margin-top {
	margin-top: 5px !important;
}

.half-margin-bottom {
	margin-bottom: 5px !important;
}

.double-half-margin-top {
	margin-top: 25px !important;
}

.double-half-margin-bottom {
	margin-bottom: 25px !important;
}

.margin-half-top {
	margin-top: 15px !important;
}

.margin-half-bottom {
	margin-bottom: 15px !important;
}

.triple-margin-top {
	margin-top: 30px !important;
}

.triple-margin-bottom {
	margin-bottom: 30px !important;	
}

.disabled-element {
	color: #888 !important;
}

a.disabled-element {
	color: #888 !important;
}

a.disabled-element:hover, a.disabled-element:focus, a.disabled-element:active {
	color: #ff5d31 !important;
}

.section-with-title {
	padding-top: 12px;
}

.required {
	color: #d9534f;
}

.alert .alert-link {
	text-decoration: none;
}

.alert .alert-link:hover, .alert .alert-link:focus, .alert .alert-link:active {
	text-decoration: underline;
}

.no-bold {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.half-bold {
	font-weight: 600;
}

.normal-font-size {
	font-size: 0.875rem;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 48em) {
	.row-eq-height-sm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.big-size {
	font-size: 16px;
}

.smal-size {
	font-size: 0.93em;
}

.caret {
	margin-left: 3px;
}

.center-align {
	text-align: center !important;
}

.label > i {
	font-size: 9px;	
}

.label.big {
	display: inline-block;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	width: 26px;
}

.label.big > i {
	font-size: 14px;	
}

ul.without-style {
	padding: 0;
	list-style: none;
}

.pre-line {
    white-space: pre-line;
}

.pre-wrap {
    white-space: pre-wrap;
}

.modal-open .modal {
    overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 !important;
}

@media (max-width: 47.938em) {
	.stacked-on-mobile-sm {
		margin-top: 25px !important;
	}
	
	.stacked-on-mobile-sm-15 {
		margin-top: 15px !important;
	}
}

@media (max-width: 61.938em) {
	.stacked-on-mobile {
		margin-top: 25px !important;
	}
	
	.stacked-on-mobile-15 {
		margin-top: 15px !important;
	}
}

/* Hide captcha badge */

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Text align by page size (like B4) */
.text-xs-left {
	text-align: left !important;
}

.text-xs-right {
	text-align: right !important;
}

.text-xs-center {
	text-align: center !important;
}

.text-xs-justify {
	text-align: justify !important;
}

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.text-sm-justify {
		text-align: justify !important;
	}
}

@media (min-width: 992px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.text-md-justify {
		text-align: justify !important;
	}
}

@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.text-lg-justify {
		text-align: justify !important;
	}
}