/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css") (screen);*/ /* Bootstrap */
@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"); /* Font Awesome */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("/assets/css/reset.css");
@import url("/assets/css/layout.css");

/*@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,600,800");*/ /* Roboto font */
/*@import url("//fonts.googleapis.com/css?family=Niconne");*/ /* Niconne font */

/**
* Global stylesheet
*/
a {
	color: #21759b;
	text-decoration: none;
}

a:active,
a:focus,
a:hover {
	color: #21759b;
	text-decoration: underline;
}

a.nocolor,
a.nocolor:active,
a.nocolor:focus,
a.nocolor:hover {
	color: inherit;
}

a.nounderline,
a.nounderline:active,
a.nounderline:focus,
a.nounderline:hover {
	text-decoration: none;
}

html {
	font-size: 16px;
    width: 100%;
}

body {
	background-image: url("/assets/img/bg/tropical_sexy.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #6a6a6a;
	font-family: "Josefin Sans", "sans-serif";
	font-size: 1rem;
	font-weight: 300;
	line-height: 25px;
	height: 100vh;
	overflow-y: scroll;
	padding-top: 40px;
}

code,
pre {
	font-family: "Courier New", monospace;
}

pre {
	border: solid #ededed 1px;
	border-left-width: 5px;
	display: block;
	/*font-size: 1.1em;*/
	overflow: auto;
	padding: 3px 6px;
	white-space: pre;
}

h1,
h2,
h3,
h4 {
	font-family: inherit;
	font-weight: 300;
	margin: 10px 0px 10px 0px;
}

h1 {
	font-size: 1.9rem;
	padding: 0px 0px 10px 0px;
}


h2 {
	font-size: 1.6rem;
	/*margin-bottom: 30px;*/
}

h3 {
	font-size: 1.3rem;
	/*margin-bottom: 30px;*/
}

h4 {
	font-size: 1.0rem;
	font-weight: 500;
	/*margin-bottom: 15px;*/
}

html {
	font-size: 0.85em;
}

img {
	border: 0px;
	vertical-align: middle;
}

input,
select,
textarea {
	background: #ffffff;
	border: solid #bdbdbd 1px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .075);
	color: #7f7f7f;
	font-size: inherit;
	padding: 0px 8px;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #999999;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 5px 0px rgba(153, 153, 153, 0.60);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 5px 0px rgba(153, 153, 153, 0.60);
}

input[type='checkbox'],
input[type='file'],
input[type='radio'] {
	border: 0px;
	width: auto;
}

input.error,
select.error,
div.error .select2-container,
div.error .select2-choice {
	background: #fff3d7;
	border-color: #dd0000;
}


label {
	cursor: pointer;
	width: 100%;
}

label > span {
	color: #999999;
	padding-bottom: 5px;
	width: 100%;
}

p,
table,
ul {
	margin: 15px 0px 15px 0px;
}

select {
	padding: 4px;
}

select option {
	padding: 0px;
}

strong {
	font-weight: 600;
}

table { border-spacing: 0px; width: 100%; }
table thead { background: #f6f6f6; text-transform: uppercase; }
table thead tr th { border: solid #dddddd 1px; border-width: 1px 1px 1px 0px; color: #666666; font-weight: 600; }
table thead tr th:first-child { border-left-width: 1px; }
table tbody tr td { border-bottom: solid #eeeeee 1px; }
table tfoot { background: #a0ce4e; }
table > tbody > tr > td, table > tfoot > tr > td, table > thead > tr > th { padding: 5px 8px; vertical-align: top; }
table > tbody > tr:hover { background: #e6edf7; }
table.nohover > tbody > tr:hover { background: inherit; }
table > tbody > tr { transition: background-color 500ms ease 0s; -moz-transition: background-color 500ms ease 0s; -o-transition: background-color 500ms ease 0s; -webkit-transition: background-color 500ms ease 0s; }

table.noborder,
table.noborder td,
table.noborder th {
	border: 0px;
}

table.noborder td,
table.noborder th {
	padding-left: 0;
}

table.no-vertical-border td {
	border-left: 0px;
}

table td.name {
	font-weight: 500;
	text-transform: uppercase;
	width: 230px;
}

form table td.name {
	line-height: 2.5rem;
}

form table td.value {
	line-height: 2.5rem;
}

table td.action {
	width: 30px;
}

table td.required {
	width: 30px;
}

textarea {
	height: 115px;
	width: 100%;
}

ul {
	list-style-type: square;
	padding: 0px 0px 0px 15px;
}

ol {
	list-style-type: decimal;
	padding: 0px 0px 0px 15px;
}


/**
* Various
*/
.clr {
	clear: both;
}

[class^="fa-"],
[class*=" fa-"] {
	display: inline-block !important;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	width: 14px;
}




/**
* Social media icons
*/
a.socialmedia {
	background: url("/assets/img/socialmedia.png");
	display: inline-block;
	height: 45px;
	margin: 0px 10px;
	width: 45px;
}

a.socialmedia.facebook {
	background-position: 0px 0px;
}

a.socialmedia.googleplus {
	background-position: 45px 45px;
}

a.socialmedia.linkedin {
	background-position: 0px 45px;
}

a.socialmedia.twitter {
	background-position: 45px 0px;
}


/**
* Labels
*/
.label {
	border-radius: 0.25em;
	color: #ffffff;
	display: inline;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1;
	padding: 3px 8px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.label.default {
	background-color: #777777;
}

.label.tag,
.label.tag:active,
.label.tag:focus,
.label.tag:hover {
	background-color: #5bc0de;
	color: #ffffff;
	text-decoration: none;
}
