html,
body {
	height: 100%;
	font-size: 18px;
	font-family: arial, sans-serif;
}

.small {
	font-size: 9px;
}
.strong {
	font-weight: bold;
}
.gray {
	color: #999999;
}
.red {
	color: red;
}
.spacer {
	margin: 0;
	padding: 0;
	height: 50px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
	min-height: 150px;
}
.alert {
	padding: 0.35rem 1.25rem;
}
.line-height-1 {
	line-height: 1;
}
.tooltip.fade {
	opacity: 1;
	font-size: 0.8em;
}

.wrapper {
	padding: 0 15px;
}
.smaller {
	font-size: 0.8em;
}
.smaller2 {
	font-size: 0.7em;
}

a,
a:focus,
a:visited,
a:active {
	color: #00a0ff;
}
.btn-primary,
a.btn-primary {
	color: #fff;
	background-color: #00a0ff;
	border-color: #00a0ff;
}
.link-img {
	text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* HEADER MENU */
.top_60 {
	height: 60px;
}
.menu_login {
	margin: 0 15px;
}
.menu_user {
	margin: 0 15px;
}
.header_contacts {
	margin-left: 15px;
}
.header_contacts a {
	margin-right: 10px;
	text-decoration: none;
}
.icon_contact {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.icon_contact svg {
	fill: #007bff;
}
.icon_contact:hover svg {
	fill: #1bacff;
}
a.menu {
	display: block;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 1em;
}
.menu.light {
	background: #eee;
	color: #000;
	font-weight: bold;
}
p:first-child {
	border-right: none;
}
.menu:hover {
	background-color: #00a0ff;
	color: #ffffff;
	text-decoration: none;
}
.menu.light.active {
	background-color: #00a0ff;
	color: #ffffff;
	text-decoration: none;
}

/* Footer */
.footer {
	padding: 10px 0;
	font-size: 12px;
	border-top: 1px solid #000;
}

/* GENERIC PAGES */
.col-form-label {
	font-weight: bold;
}
.user {
	display: inline-block;
}
.page_content {
	position: relative;
	font-size: 16px;
	padding: 30px 0 0 0;
	min-height: 600px;
}
.page_content_empty {
	position: relative;
	font-size: 16px;
	padding: 10px 0 0 0;
	min-height: 600px;
}
.page_title {
	margin: 0;
	border-bottom: 1px solid #000;
}
.page_title h5,
h5 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
}
.mat_2 {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #000;
}
.mat_2.no-border {
	border-bottom: 0;
}
.mat_3 {
	padding: 5px 0 20px 0;
	border-top: 1px solid #000;
}
.page_columns {
	padding: 20px 0;
	font-size: 18px;
}
.page_columns.font-smaller {
	font-size: 16px;
}
.model {
	margin-bottom: 15px;
}
.listing_table {
	padding-bottom: 40px;
	font-size: 14px;
}
.shares_top {
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.extra_linkbtn {
	display: block;
	font-size: 12px;
	padding-top: 7px;
	line-height: 1;
}

.jsgrid-cell hr {
	margin: 5px 0;
}
/*.jsgrid-header-row > .jsgrid-header-cell.mandatory {
	background: #222;
	color: #fff;
}
.jsgrid-header-row > .jsgrid-header-cell.unlisted {
	background: #517d9a;
	color: #fff;
}*/
div.mandatory {
	display: inline-block;
	margin: 5px;
	padding: 4px 8px;
	background: #222;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}
div.optional {
	display: inline-block;
	margin: 5px;
	padding: 4px 8px;
	background: #ccc;
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
}
div.unlisted {
	display: inline-block;
	margin: 5px;
	padding: 4px 8px;
	background: #517d9a;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}

.contacts_link {
	display: inline-block;
}
.contacts_warning {
	display: none;
	color: #e80000;
	font-size: 0.9em;
}
.contacts_warning.count0 {
	display: block;
}
.bordered .table td,
.bordered .table th {
	border-right: 1px solid #dedede;
	font-size: 0.9em;
}

.beta {
	font-size: 0.9em;
	color: red;
}

/* LOGIN */
/*.login {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}*/

.form-signin {
	width: 100%;
	max-width: 440px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* HOME MAIN PAGE*/
button.accordion {
	background-color: #fff;
	color: #0099ff;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-weight: bold;
	font-size: 80px;
	transition: 0.4s;
}
button.accordion.active,
button.accordion:hover {
	background-color: #eee;
}

div.panel {
	text-align: left;
	padding: 20px;
	display: none;
	background-color: #fff;
}

/* LISTINGS PAGE */
#ddl_models {
	margin-left: 25px;
	font-size: 14px;
	min-width: 150px;
}

/* COMPANY LIST PAGE */
.company_letter {
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	margin-top: 20px;
}
.company {
	padding-left: 50px;
	margin-bottom: 5px;
}

/* COMPANY PAGE */
.company_logo {
	max-height: 150px;
	margin-bottom: 5px;
}

/* ACMIR PAGE*/
.title1 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.3em;
	color: #00a0ff;
}

/* USER PAGES */
.del_doc {
	color: #a00000;
}
.user_settings hr {
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}
.user_settings h5 {
	margin-bottom: 0.2rem;
}

/* ADMIN PAGES */
.table-admin {
	font-size: 1em;
}
.table-admin td,
.table-admin th {
	padding: 0.3rem;
}
.table-admin .oi {
	padding-top: 10px;
	font-size: 1.3em;
}
.table-admin *[contenteditable="true"] {
	padding: 3px 5px;
	color: red;
}
.row-original {
	opacity: 0.8;
	font-size: 0.8em;
}
.row-original td {
	background: #ccc;
	color: #000;
}

.table-admin .duplicate {
	background: red;
	color: white;
}

.company-notifications:hover {
	text-decoration: none;
}

/* LOADER */
#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.7);
}
.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
