html {
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
}


body {
	background-color: #f5f5f5;
}

.view-home {
	background: #fff;
}

.view-home--admin {
	background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
}

h1 {
	font-size: 24px;
	line-height: 1.25;
	text-transform: none;
}

h2 {
	font-size: 20px;
	text-transform: none;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 13px;
}

p {
	margin: 0 0 10px;
}

b,
strong,
th {
	font-weight: 600;
}

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

a {
	font-weight: 700;
	color: #1ba0ca;
	text-decoration: none;
}
a:hover {
	color: #117696;
}

input,
textarea {
	padding: 5px 6px;

	border: 1px solid #c2c2c2;
	border-radius: 2px;
	background: #fff;
	color: #222;
}
input:focus,
textarea:focus {
	border-color: #b2b2b2;
	outline: none;
}

select {
	padding: 2px 3px;
	font-size: 13px;
}

.l-constrained {
	max-width: 1150px;
	margin-left: auto; 
	margin-right: auto;
}

.l-main {
	padding-top: 30px;
	padding-bottom: 100px;
}

.view-home .l-holder {
	padding-bottom: 50px;
}

.l-header-holder {
	position: relative;
	width: 100%;
	background: #fff;
}

.l-header {
	padding-top: 25px;
	padding-bottom: 25px;
}

.l-header__left {
	float: left;
}

.l-header__right {
	float: right;
	max-width: 255px;
}

.l-header__middle {
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.l-menubar-holder {
	width: 100%;
	background-color: #485258;
    background-image: linear-gradient(to bottom,#606f76,#414b52);
}

.site-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav > li {
	display: inline-block;	
}

.site-nav > li > a {
	display: block;
	padding: 0 18px;
	line-height: 47px;
    font-weight: 700;
    color: #fff;
}

.site-nav > li:hover > a {
	background: rgba(0,0,0,.09);
}

.view-home .site-nav > li.site-nav__home > a,
.view-about .site-nav > li.site-nav__about > a,
.view-application .site-nav > li.site-nav__application > a,
.view-implement .site-nav > li.site-nav__implement > a,
.view-coverage .site-nav > li.site-nav__coverage > a,
.view-company .site-nav > li.site-nav__company > a,
.view-contact .site-nav > li.site-nav__contact > a,
.view-login .site-nav > li.site-nav__login > a,
.view-referers .site-nav > li.site-nav__referers > a,
.view-bugs .site-nav > li.site-nav__bugs > a,
.view-accounts .site-nav > li.site-nav__accounts > a,
.view-newsletter .site-nav > li.site-nav__newsletter > a,
.view-history .site-nav > li.site-nav__history > a,
.view-logout .site-nav > li.site-nav__logout > a {
	background: rgba(0,0,0,.15);
}
.l-menubar-lower-holder {
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.site-nav-lower {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav-lower > li {
	display: inline-block;
}

.site-nav-lower > li > a {
	display: block;
	line-height: 45px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}

.view-send .site-nav-lower > li.site-nav-lower__send > a,
.view-address .site-nav-lower > li.site-nav-lower__address > a,
.view-groups .site-nav-lower > li.site-nav-lower__groups > a,
.view-settings .site-nav-lower > li.site-nav-lower__settings > a,
.view-history .site-nav-lower > li.site-nav-lower__history > a,
.view-logout .site-nav-lower > li.site-nav-lower__logout > a {
	color: #1ba0ca;
}

.l-top-content-holder {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.l-top-content {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

.l-top-content h1 {
	font-size: 34px;
}

.l-footer-holder {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #343c40;
}

.l-footer {
	padding-top: 14px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 15px;
	color: #ccc;
}

.l-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.l-footer a {
	font-weight: 400;
	color: #ccc;
}

.l-footer a:hover {
	color: #fff;
}

.small-text {
	font-size: 13px;
}

/* Startpage */
.startpage-text-holder {
	width: 100%;
	background-color: #0a141d;
	background-image: url(../bilder/start-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.startpage-text {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.startpage-text h1 {
	margin-bottom: 20px;
	font-size: 34px;
}

.startpage-text a {
	display: inline-block;
	border-bottom: 2px solid #ccc;
	font-weight: 400; 
	color: #fff;
}

.startpage-icons-holder {
	width: 100%;
	background: #fff;
}

.startpage-icons {
	padding-top: 45px;
	padding-bottom: 50px;
}

.startpage-icons-col {
	float: left;
	width: 32%;
}

.startpage-icons-col-2 {
	margin-left: 2%;
	margin-right: 2%;
}

.startpage-icons-col__left {
	float: left;
	padding-top: 2px;
}

.startpage-icons-col__right {
	overflow: hidden;
	padding-left: 15px;
}

.startpage-icons-col__left .wgr-icon {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 84px;
	border: 3px solid #1ba0ca;
	border-radius: 50%;
	text-align: center;
	font-size: 42px;
	color: #1ba0ca;
}

.startpage-icons-col__left .wgr-icon.icon-mobile-phone {
	font-size: 62px;
}

.startpage-icons h2,
.startpage-icons p {
	margin-bottom: 5px;
}

.startpage-icons a {
	font-weight: 700;
}
.btn {
    width: auto;
    display: inline-block;
    padding: 14px 40px;
    border: none;
    border-radius: 3px;
    background-color: #1ba0ca;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: .1s all;
	font-size: 15px;
}

.btn:hover {
    background-color: #0f7a9c; 
}

.btn--big {
	min-width: 70%;
	text-align: center;
	padding: 15px 60px;
}

.btn--small {
	vertical-align: middle;
	padding: 3px 8px;
}

/* Login page */

.login-form {
	margin-top: 10px;
	width: 100%;
	max-width: 450px;
}

.login-form input {
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
}

.login-form .btn {
	width: auto;
	height: auto;
}

.login-form p {
	margin-bottom: 0;
}

.login-form .small-text {
	margin-bottom: 15px;
}

.login-form .small-text a {
	font-weight: 400;
	font-style: italic;
	color: #666;
}

/* Application page */
.application-form {
	max-width: 450px;
	width: 100%;
}

.form-row {
	margin-bottom: 5px;
}

.form-row__left {
	float: left;
	width: 40%;
	padding-top: 5px;
}

.form-row__right {
	float: right;
	width: 58%;
}

.form-row__left--big {
	width: 58%;
}

.form-row__right--small {
	width: 40%;
}

.form-row--padding {
	padding-top: 5px;
}

.application-form .btn { 
	margin-top: 10px;
}

.form-row.full-width input,
.form-row.full-width select,
.form-row.full-width textarea {
	width: 100%;
}

.form-row.half-width input {
	width: 48.5%;
}

.form-row.third-width input {
	width: 31.33%;
}

.form-row__right__middle {
	display: inline-block;
	width: 3%;
	text-align: center;
}

.max-width-table {
	width: 100%;
	max-width: 450px;
}

/* Send sms */
.send-sms__left {
	float: left;
	width: 47%;
}

.send-sms__right {
	float: right;
	width: 47%;
}

.send-sms select,
.send-sms textarea {
	width: 100%;
}

.send-sms textarea {
	margin-top: 5px;
}

.clean-input-text {
	margin-bottom: 3px;
	padding: 0;
	border-style: none;
	border-radius: 0;
	background: none;
	font-weight: 700;
    color: #1ba0ca;
    text-decoration: none;
}

.clean-input-text:hover {
	color: #117696;
}

.text-float__left {
	float: left;
	padding-top: 1px;
}

.text-float__right {
	float: right;
}

.text-float__right select {
	width: auto;
}

.text-float__right .btn,
.text-float__right select {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.max-width-450 {
	max-width: 450px;
}

.address-form select {
	margin-bottom: 8px;
}

.full-width-input input,
.full-width-input select,
.full-width-input textarea {
	width: 100%;
}

/* History */
.history-table {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-bottom-style: none; 
}
.history-table__row {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.history-table__row:nth-of-type(even) {
	background: #fafafa;
}

.history-table__column {
	

	display: inline-block;
	width: 20%;
	padding-right: 10px;
	vertical-align: top;
}

.history-table__column-2 {
	width: 20%;
}

.history-table__column-2 {
	width: 14%;
}

.history-table__column-3,
.history-table__column-4 {
	width: 18%;
}

.history-table__column-5 {
	width: 30%;
	padding-right: 0px;
}

.side-nav__left {
	float: left;
}

.side-nav__right {
	float: right;
}

.side-nav__middle {
	overflow: hidden;
	text-align: center;
}

/* Admin */
.referer-table .history-table__column-1,
.referer-table .history-table__column-3 {
	word-break: break-all;
}

.referer-table .history-table__column-1 {
	width: 40%;
}

.referer-table .history-table__column-3 {
	width: 28%;
}

.referer-table-2 .history-table__column-1 {
	width: 68%;
	word-break: break-all;
}

.account-table .history-table__column-3 {
	width: 14%;
}

.account-table .history-table__column-4 {
	width: 10%;
}

.account-table .history-table__column-5 {
	word-break: break-all;
	padding-right: 10px;
}

.account-table .history-table__column-6 {
	width: 12%;
}

.view-bugs .l-main {
	line-height: 2;
}

/* Responsive */

.l-header__left__right {
	display: none;
}

.show-for-large {
	display: none;
}

@media all and (max-width: 1190px) {
	.hide-for-xlarge {
		display: none !important;
	}
	
	.l-constrained {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.view-home .l-holder.l-constrained {
		margin-left: 0;
		margin-right: 0;
	}
	
	
	.l-main {
		padding-bottom: 30px;
	}

	.view-home .l-holder {
		padding-bottom: 0px;
	}
	
	.site-nav > li > a {
		padding: 0 15px;
	}
	
	.startpage-icons h2 {
		font-size: 18px;
	}
	
	.l-footer-holder {
		position: static;
	}
}

@media all and (max-width: 960px) {
	
	.show-for-large {
		display: block;
	}
	
	.hide-for-large {
		display: none !important;
	}
	
	.site-nav > li > a {
		padding: 0 9px;
		font-size: 13px;
	}
	
	.startpage-icons-col__left,
	.startpage-icons-col__right {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	.startpage-icons-col__left .wgr-icon {
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.startpage-text h1,
	.l-top-content h1 {
		font-size: 28px;
	}
	
	.startpage-text {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 18px;
	}
	
	.l-top-content {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	
	.text-float__left,
	.text-float__right {
		float: none;
		width: 100%;
	}
	
	.text-float__right {
		margin-top: 5px;
	}
	
	.history-table__row {
		padding-top: 5px;
	}
	
	.history-table__column-1,
	.history-table__column-2,
	.history-table__column-3,
	.history-table__column-4 {
		width: 33.33%;
	}
	
	
	.history-table__column-5 {
		width: 66.66%;
	}
	
	.history-table__column .show-for-large {
		margin-top: 5px;
		font-weight: 600;
		font-style: italic; 
	}
	
	.referer-table .history-table__column-1,
	.referer-table .history-table__column-3 {
		width: 60%;
	}
	
	.referer-table .history-table__column-2,
	.referer-table .history-table__column-4 {
		width: 40%;
	}
	
	.referer-table-2 .history-table__column-1 {
		width: 100%;
	}
	
	.referer-table-2 .history-table__column-2,
	.referer-table-2 .history-table__column-3 {
		width: 50%;
	}
	
	.account-table .history-table__column-1,
	.account-table .history-table__column-2,
	.account-table .history-table__column-3,
	.account-table .history-table__column-4,
	.account-table .history-table__column-5,
	.account-table .history-table__column-6 {
		width: 33.33%;
	}
	
}

@media all and (max-width: 900px) {
	.startpage-text {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.send-sms__left,
	.send-sms__right {
		float: none;
		width: 100%;
	}
	
	.send-sms__right {
		margin-top: 25px;
	}
}

@media all and (max-width: 768px) {
	
	.l-holder {
		padding-top: 80px;
	}
	
	.l-header-holder {
		position: fixed;
		z-index: 11;
		top: 0;
		left: 0;
		right: 0;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}
	
	.l-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.l-header__right,
	.l-header__middle {
		display: none;
	}
	
	.l-header__left {
		float: none;
	}
	
	.l-header__left__right {
		display: block;
		float: right;
		padding-top: 10px;
	}
	
	.l-header__left__left {
		float: left;
	}
	
	.l-header__left__left img {
		max-height: 50px;
	}
	
	.mobile-menu {
		font-size: 26px;
		cursor: pointer;
	}
	
	.site-nav > li {
		display: block;
	}
	
	.l-menubar.l-constrained {
		margin: 0;
	}
	
	.site-nav > li.hide-for-xlarge {
		display: block !important;
	}
	
	.l-menubar-holder {
		display: none;
		position: fixed;
		z-index: 10;
		top: 80px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: scroll;
	}
	
	.is-mobile-menu-opened .l-menubar-holder {
		display: block;
	}
	
	.startpage-icons h2 {
		font-size: 16px;
	}
	
	.startpage-icons a {
		font-size: 14px;
	}
	.startpage-text h1,
	.l-top-content h1 {
		font-size: 24px;
	}
	
	.startpage-text {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 15px;
	}
	
	.l-top-content {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	
	.l-menubar-lower.l-constrained {
		margin: 0; 
	}
	
	.site-nav-lower > li > a {
		font-size: 14px;
		padding: 0 12px;
	}
	
	.account-table .history-table__column-1,
	.account-table .history-table__column-2,
	.account-table .history-table__column-3,
	.account-table .history-table__column-4,
	.account-table .history-table__column-5,
	.account-table .history-table__column-6 {
		width: 50%;
	}

}

@media all and (max-width: 600px) {
	
	.startpage-icons {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.startpage-icons-col {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	.startpage-icons-col__left {
		padding-top: 0;
		float: left;
		width: auto;
		text-align: left;
	}
	
	.startpage-icons-col__right {
		width: auto;
		padding-top: 5px;
		padding-left: 10px;
		text-align: left;
	}
	
	.site-nav-lower {
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
	}
	
	.site-nav-lower > li > a {
		font-size: 13px;
		padding: 0 10px;
		line-height: 25px;
	}
	
	.history-table__column-1,
	.history-table__column-2,
	.history-table__column-3,
	.history-table__column-4 {
		width: 50%;
	}
	
	
	.history-table__column-5 {
		width: 100%;
	}
	
	.referer-table .history-table__column-1,
	.referer-table .history-table__column-3,
	.referer-table .history-table__column-2,
	.referer-table .history-table__column-4 {
		width: 100%;
	}
	
	.referer-table-2 .history-table__column-2,
	.referer-table-2 .history-table__column-3 {
		width: 100%;
	}
	
	.account-table .history-table__column-1,
	.account-table .history-table__column-2,
	.account-table .history-table__column-3,
	.account-table .history-table__column-4,
	.account-table .history-table__column-5,
	.account-table .history-table__column-6 {
		width: 100%;
	}
	
}

@media all and (max-width: 480px) {
	
	.l-holder {
		padding-top: 60px;
	}
	
	.l-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.l-header__left__left img {
		max-height: 40px;
	}
	
	.l-header__left__right {
		padding-top: 5px;
	}
	
	.l-menubar-holder {
		top: 60px;
	}
	
	.display-block-small {
		display: inline-block;
	}
	
	.form-row__left,
	.form-row__right {
		width: 100%;
	}
	
	.side-nav__middle {
		clear: both;
		padding-top: 10px;
	}
}

@media all and (max-width: 370px) {
	.history-table__column-1,
	.history-table__column-2,
	.history-table__column-3,
	.history-table__column-4,
	.history-table__column-5 {
		width: 100%;
	}
	
}
/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}