/* Globals */

.faded{
	font-size: 14px;
	color: #888;
	margin-top: -5px;
	margin-bottom: 15px;
	display: block;
}
/* Select2 */

.select2 {
  width:100%!important;
  margin-bottom:20px;
}

/* Pretty Select */

select.pretty-select {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background-image: url("//assets.bettyblocks.com/01e805e0714a422daed5ae32e597d5ef_assets/files/chevron-down.svg?_=0cf256041e94b27573fba24e0758587f");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 12px;
	border-radius: 0;
	border: 1px solid #e5f2f7;
	min-height: 50px;
	padding: 12px 28px 15px 15px;
}

select.pretty-select:not(:valid) {
	color: rgba(0, 0, 0, 0.25);
}

select.pretty-select:disabled {
	color: #dddddd;
}

/* Sign in form */
.signin {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #000;
	flex-grow: 1;
    flex-shrink: 0;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.signin-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	background-color: #fff;
	width: 100%;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
  flex-shrink: 0;
}

.signin-form form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 630px;
	flex-grow: 1;
	padding: 30px 30px 50px;
  flex-shrink: 0;
}

.signin-form img {
	margin-right: auto;
	max-width: 200px;
	width: 30vw;
}

.signin-form form > :first-child {
	margin-top: auto;
	margin-bottom: 6vh;
}

.signin-form form > :last-child {
	margin-bottom: auto;
}

.signin-imagery {
	background-image: url("//assets.bettyblocks.com/01e805e0714a422daed5ae32e597d5ef_assets/files/signin.jpg?_=6dfc4509b212273201626abfb72badac");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-color: #000;
}
/* Intro block */
                  
.intro-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-shrink: 0;
}

.intro-block-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-shrink: 0;
  padding: 30px 30px 50px;
  max-width: 630px;
}

.intro-block img {
	margin-right: auto;
	max-width: 200px;
	width: 30vw;
}

/* Main nav */
nav.main-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.navbar:before {
	background-color: #008BCF;
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
}

.navbar:after {
	background-color: #8CC200;
	content: "";
	height: 3px;
	width: 50%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	transform: skewX(-45deg);
}

.logo {
	max-width: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	transition: 0.2s ease all;
	border-left: 0px solid #EBF4F7;
	position: static;
	margin: 0 auto 0 0;
}

.logo img {
	max-width: 100%;
	max-height: 40px;
	margin: 0;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 3;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
	transition: 0.2s ease all;
	padding: 3px 0 0;
	border-bottom: 1px solid #f0f0f0;
}

.navbar .container {
	justify-content: flex-end;
}

.nav-shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.sign-out {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: right;
	line-height: 140%;
	transition: 0.2s ease all;
}

.sign-out span {
	display: none;
}

.sign-out svg {
	margin-left: 10px;
}

.sign-out .action a {
	color: #B5B5B5;
}

.content{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

nav + div.content {
	margin-top: 60px;
	transition: 0.5s ease all;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	background-color: #FAFDFF;
}

.waves {
	margin-top: auto;
	overflow: hidden;
	max-width: 100vw;
	min-height: 8vh;
	height: 100%;
	max-height: 18.5vh;

}

.waves img {
	width: 100%;
	height: 100%;
}

/* Map */
.gmap {
	height: calc(100vh - 115px);
}
/* Container/block wraps */

/* Breadcrumbs */
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 12px 0 15px;
}

.breadcrumb a {
	color: #008ac8;
}

.breadcrumb-item.active {
	color: #B5B5B5;
}

/* Alert 'welcome */

.alert{
  margin-bottom: 2rem;
}

.welcome-message {
	background-color: #008ac8;
	position: relative;
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px 40px 25px 25px;
	margin-bottom: 15px;
	max-height: 200px;
	transition: all 0.3s ease-out;
	overflow: hidden;
	box-shadow: 0 2px 14px 0 rgba(0, 78, 114, 0.10);
}

.welcome-message * {
	z-index: 2;
	position: relative;
}

.welcome-message p {
	margin: 0;
}

.welcome-message:after {
	background-image: -webkit-linear-gradient(44deg, #fff 0%, #000 100%);
	background-image: -o-linear-gradient(44deg, #fff 0%, #000 100%);
	background-image: linear-gradient(134deg, #fff 0%, #000 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.1;
	z-index: 1;
}

#welcome-msg:checked + .welcome-message {
	max-height: 0;
	padding: 0;
	opacity: 0;
	margin: 0;
}

.toggle-msg {
	position: absolute;
	right: 15px;
	opacity: 0.5;
	transition: 0.2s ease all;
	cursor: pointer;
}

.toggle-msg:hover {
	opacity: 1;
}

/* Headings */

.h-w-icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 15px;
}

.heading-icon {
	background-color: #E6F7FF;
	width: 50px;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 22px;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
}

/* Table */

.table-employees-approve-button {
  color:green;
  cursor:pointer;
  font-size: 20px;
  margin: 0 5px;
}

.table-employees-reject-button {
  color:red;
  cursor:pointer;
  font-size: 20px;
  margin: 0 5px;
}

.nav-pills .nav-link {
    padding: 4px 17px 6px;
}

.table-wrap .search {
	margin-bottom: 20px;
	position: relative;
}

.table-wrap .search label {
	position: relative;
	margin: 0;
}

.table-wrap .search input {
	margin-left: 0;
	padding-left: 44px;
}


.dataTables_filter:hover label:after {
	opacity: 1;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-color: transparent;
	color: #008ac8;
}

.table-wrap .dataTables_wrapper table.dataTable tr > td.sorting_1 {
	background: #fff;
	position: relative;
	box-shadow: inset 0 0 0 1px #CEE8F4;
}

.table-wrap .search > div {
	position: relative;
}

.top select.form-control {
	width: auto;
	min-width: 60px;
}

/* Responsiveness table */
table.dataTable.table-requests tr,
table.dataTable.table-employees tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
	padding: 10px 12px 2px;
	font-size: 14px;
}

table.dataTable.table-requests tr:first-child,
table.dataTable.table-employees tr:first-child{
	margin-top: 0;
}

table.dataTable.table-requests thead,
table.dataTable.table-employees thead{
	display: none;
}

table.dataTable.table-requests thead tr th,
table.dataTable.table-employees thead tr th {
  font-weight: normal;
}

table.dataTable.table-requests tr td,
table.dataTable.table-employees tr td {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 0 0px 10px;
}

table.dataTable.table-requests tr td span:first-child {
	font-size: 12px;
	color: #999;
}

table.dataTable.table-requests tr td.td-status,
table.dataTable.table-employees tr td.td-status {
	justify-content: flex-start;
	-ms-align-items: flex-end;
	align-items: flex-end;
	padding-top: 7px;
	font-size: 12px;
}

table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
	color: #999;
}

.td-status .status {
	padding-right: 13px;
}

.status {
	padding: 2px 9px 3px;
	font-size: 12px;
}

.td-status span:first-child {
	display: none;
}

.td-actions {
	justify-content: flex-end;
	text-align: right;
}

.td-status {
	width: 35%;
	order: 3
}

.td-status svg {
	margin-right: 4px;
}

.td-ditch {
	width: 31%;
	order: 1
}

.td-startdate {
	width: 31%;
	order: 4
}

.td-enddate {
	width: 33%;
	order: 5
}

.td-time {
	width: 33%;
	order: 2
}

.td-actions {
	width: 35%;
	order: 6
}


/* Standard */
table.dataTable.table-requests,
table.dataTable.table-employees {
	border-collapse: separate;
	border-spacing: 0 5px;
	border: none;
	width: 100%;
}

table.dataTable.table-request thead tr,
table.dataTable.table-employees thead tr {
	background-color: transparent;
}

table.dataTable.table-requests tbody tr,
table.dataTable.table-employees tbody tr {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px rgba(7, 91, 128, 0.05), 0 1px 15px 0 rgba(7, 91, 128, 0.06);
}


.page-header span {
	display: none;
}

.page-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-top: 20px;
}

.page-header h1 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.page-header .btn {
	margin-left: 30px;
}

.td-status .status {
	padding-right: 14px;
}

.status {
	padding: 2px 9px 3px;
	font-size: 12px;
}

.status {
	display: inline-block;
	color: #ffff;
	border-radius: 50px;
	text-align: center;
}

.status-accepted {
	background-color: #7EAF00;
}

.status-done {
	background-color: #597B00;
}

.status-open {
	background-color: #008ac8;
}

.status-denied {
	background-color: #D36800;
}

.status-error {
	background-color: #BB0000;
}


a {
	color: #008ac8;
}

.td-actions a svg {
	margin-left: 5px;
}

footer {
	border-top: 1px solid #f0f0f0;
}

.copyright,
.privacy-statement {
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	color: #aaa;
}

/* Request details */
.characteristic {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 25px;
}

.characteristic .icon {
	background: #008BD0;
	border-radius: 50px;
	height: 42px;
	width: 42px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-right: 10px;
	color: #fff;
	flex-shrink: 0;
}

.characteristic .info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: -5px;
}

.characteristic .info span:first-child{
	font-size: 14px;
	color: #888;
	margin-bottom: -0px;
}

.q-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.q-info span:first-child {
	font-size: 14px;
	color: #888;
}

.q-info {
	margin: 10px 0;
}

.content-frame {
	background: #fff;
	padding: 30px;
	box-shadow: inset 0 0 0 1px rgba(7, 91, 128, 0.05), 0 1px 15px 0 rgba(7, 91, 128, 0.06);
	margin-bottom: 15px;

}

.details .map {
	background-color: transparent;
	margin: 20px -30px 20px;
}

.comment {
	background-color: #fafafa;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.comment-user {
	border-top: 1px solid #eee;
	padding-top: 12px;
}

.comment-date {
	color: #888;
}

.place-comment {
	margin-top: 30px;
	border-top: 1px solid #e5f2f7;
	padding-top: 24px;
}
.place-comment h4{
	margin-bottom: 12px;
}

          
                .navbar .container{
                  position: relative;
                }
                
                .menu{
                  margin-right: auto;
                }
                
                .menu{
                  display: flex;
                }
                
                .menu a{
                  margin-right: 30px;
                }
                
                .menu a:last-child{
                  margin-right: 0;
                }
                
                .logout-btn{
                  padding: 0;
                  margin: 0;
	              color: #8bc200;
                  background-color: transparent;
                  transition: ease 0.2s all;
                }
                
                .logout-btn:hover{
                  padding: 0;
                  margin: 0;
	              color: #333;
                  background-color: transparent;
                }
                
                
                
                .logo{
                  position: absolute;
                  margin: 0 auto;
                  left: 0;
                  right: 0;
                }
                
                .menu {
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 80vw;
	max-width: 320px;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
	transition: left 0.4s ease;
	z-index: 99;
}
#navigation:not(:checked) ~ div .menu {
	left: -80vw;
	transition: left 0.4s ease;
	box-shadow: none;
}

.menu a {
	display: block;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.menu a:hover {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.1);
}

#navigation:checked ~ div .nav-toggle {
	border-top: 2px solid RGBA(0, 0, 0, 0);
	margin-top: 4px;
}

#navigation:checked ~ div .nav-toggle::after {
	transform: rotate(45deg);
	top: 8px;
	right: 0.5px;
}

#navigation:checked ~ div .nav-toggle::before {
	transform: rotate(-45deg);
	top: 8px;
	left: 0.5px;
}

.nav-toggle {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-top: 2px solid rgba(0, 0, 0, 1);
	width: 22px;
	height: 30px;
	transition: 0.3s ease all;
	margin-top: 13px;
}

.nav-toggle:after {
	content: "";
	border-top: 2px solid rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 22px;
	transition: 0.3s ease all;
	top: -9px;
}

.nav-toggle:before {
	content: "";
	border-top: 2px solid rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 22px;
	transition: 0.3s ease all;
	top: 5px;
}

.hidden-toggle {
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0;
	cursor: pointer;
	transition: all 0.4s ease;
  z-index: 2;
}

#navigation:not(:checked) ~ div .hidden-toggle {
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.4s ease;
}

.menu li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu li:last-child {
	margin-right: 0;
}

@media (min-width: 992px){
    .logo {
      position: static;
      margin: 0 40px 0 0;
    }

      .logo.-alt {
        margin-right: auto;
        display: flex;
    	flex-direction: row;
        gap: 8px;
        max-width: 100%;
      }
                  
    /* Menu essentials */
	.nav-toggle {
		display: none;
	}

	.hidden-toggle {
		display: none;
	}
  
	.menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		background-color: transparent;
		box-shadow: none;
		position: static;
		width: auto;
		left: auto;
		right: auto;
		width: auto;
		max-width: none;
		flex-direction: row;
		align-items: center;
  		margin-left: auto;
        margin-right: 15px;
        border-right: 1px solid #ccc;
        padding-right: 15px;
	}

	.menu a {
		display: inline;
		width: auto;
		padding: 0;
		border-bottom: none;
	}

	.menu a:hover {
		box-shadow: none;
	}

	.menu li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-right: 50px;
		width: auto;
	}

	.menu li svg {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		line-height: 5px;
		margin-top: 4px;
	}

	.menu li a .icon {
		display: none;
	}

	.menu li:last-child {
		margin-right: 0;
	}

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

	.maintainer-list li {
		margin: 1rem 0;
	}
}
  
@media (min-width: 768px) {

	.logo img {
		max-height: 60px;
		margin: 0;
	}

	nav + div.content {
		margin-top: 80px;
	}

	.gmap {
		height: calc(100vh - 134px);
	}

	.sign-out span {
		display: inline;
	}

	.navbar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 80px;
	}

	/* Sign in */
	.signin {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}

	.signin-form {
		width: 60%;
	}

	.signin-imagery {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-grow: 1;
		width: 40%;
	}
  
    /* Intro block */
  
    .intro-block {
      width: 60%;
    }
  
}

@media (min-width: 992px) {
	.page-header span {
		display: inline;
	}

	table.dataTable.table-requests thead,
    table.dataTable.table-employees thead {
		display: table-header-group;
	}

	table.dataTable.table-requests tr,
    table.dataTable.table-employees tr{
		display: table-row;
	}

	table.dataTable.table-requests tr td,
    table.dataTable.table-employees tr td{
		display: table-cell;
		width: auto;
	}

	table.dataTable.table-requests tr td.td-status,
    table.dataTable.table-employees tr td.td-status{
		padding-top: 10px;
	}

	.status {
		padding: 2px 14px 5px;
		font-size: 14px;
	}

	table.dataTable.table-requests tr td span:first-child{
		display: none;
	}

	table.dataTable.table-requests tr td,
	table.dataTable.table-requests tr th,
    table.dataTable.table-employees tr td,
    table.dataTable.table-employees tr th {
		padding: 10px;
		vertical-align: middle;
	}

	table.dataTable.table-requests tr th,
    table.dataTable.table-employees tr th{
		padding: 0 20px;
		font-weight: 400;
		color: #999;
	}

	/*Sign in*/
	.signin-form {
		width: 55%;
	}

	.signin-imagery {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-grow: 1;
		width: 45%;
	}
    /* Intro block */
    .intro-block {
      width: 55%;
    }
  	/* Containers / block wraps */
	.content-block {
		margin: 30px 0 0;
	}

	.content-block:last-child {
		margin-bottom: 30px;
	}

	/* Breadcrumbs */
	.breadcrumb-item + .breadcrumb-item {
		padding-left: 20px;
	}

	.breadcrumb-item + .breadcrumb-item::before {
		margin-right: 20px;
		padding-right: 0;
	}

	/* Welcome message */
	.welcome-message {
		margin-bottom: 30px;
	}

	/* Tables */
	.table-wrap .search {
		margin-bottom: 0px;
	}

	table.dataTable tbody tr {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		transition: 0.2s ease all;
	}

	table.dataTable tbody tr:hover {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
		transform: scale(1.01)
	}

	table.dataTable tbody tr:hover td > a:not(.btn) {
		background-color: #fff;
	}

	/* Table invoices */

	.table-wrap .dataTables_wrapper table.dataTable.table-invoices tr:hover > td {
		background-color: #fff;
	}

	table.table-invoices tr {
		margin-bottom: 0;
		display: table-row;
	}

	table.table-invoices thead {
		display: table-header-group;
	}

	table.table-invoices tr th {
		display: table-cell;
	}

	table.table-invoices tr th:nth-child(6) {
		width: 3%;
	}

	table.table-invoices tr td.status {
		width: 43%
	}

	table.table-invoices tr td.client {
		width: 18%;
	}

	table.table-invoices tr td.invoice-number {
		width: 13%;
	}

	table.table-invoices tr td.invoice-date {
		width: 13%;
	}

	table.table-invoices tr td.invoice-sum {
		width: 10%;
		margin-bottom: 0;
	}

	table.table-invoices span.td-title {
		display: none;
	}

	table.table-invoices tbody td a {
		padding: 22px 20px;
		display: block;
	}

	table.table-invoices tbody td.client a {
		padding-top: 22px;
	}

	table.table-invoices tr > *:last-child {
		display: table-cell;
	}
}


@media (min-width: 1200px) {

	/* Sign in */
	.signin-form {
		width: 45%;
	}

	.signin-imagery {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-grow: 1;
		width: 55%;
	}
    .intro-block {
      width: 45%;
    }
}