@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import "bootstrap.min.css";
@import "lightgallery.css";
@import "fontawesome-all.css";
@import "ionicons.css";

/* CSS General */
* {
	font-family: 'Poppins', sans-serif;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
    min-height: 100% !important;
    height: 100%;
}
body {
	color: #6d6e71;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	background: #E9EDF6;
}
a:hover,
a[onclick]:hover {
	text-decoration: none;
	cursor: pointer;
}
.btn {
	font-size: 100%;
	font-weight: 300;
}
.m-content {
	width: 96%;
	margin-top: 80px;
	margin-bottom: 80px;
}
.bgoverlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(64, 66, 189, 0.95);
    background: linear-gradient(-35deg, rgba(64, 166, 189, 0.95), rgba(75, 30, 140, 0.95));
    background: -moz-linear-gradient(-35deg, rgba(64, 166, 189, 0.95), rgba(75, 30, 140, 0.95));
    background: -webkit-linear-gradient(-35deg, rgba(64, 166, 189, 0.95), rgba(75, 30, 140, 0.95));
	background-size: cover;
}
.search {
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}
.search > input {
	line-height: inherit;
	padding: 0;
	margin: 0;
	border: 0;
}
.search > i {
	font-size: 130%;
	line-height: inherit;
}

/* Iniciar Sesion */
.login {
    color: #fff;
    background: url('../images/bg/cars.jpg') no-repeat center center;
}
.login form {
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
}
.login .form-control {
    color: #fff;
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
}
.login .btn {
    width: 100%;
    border-radius: 0;
}

/* Header */
.header {
	position: relative;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('../images/bg/cars.jpg') no-repeat center center;
}
.header .logo {
	display: block;
	color: #fff;
	font-size: 150%;
}
.header .logo img {
	max-height: 45px;
	margin: 0 15px;
}
.header .logo span > img {
	max-height: 20px;
	vertical-align: top;
}
.header .info-sesion {
	line-height: 120%;
}
.header .info-sesion b {
	font-weight: 600;
}
.mainmenu {
	background: #465c9e;
}
.mainmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.mainmenu ul.parent > li {
	position: relative;
	float: left;
	line-height: 45px;
	padding-top: 5px;
	margin: 0 10px;
}
.mainmenu ul.parent > li > a {
	display: block;
	color: #fff;
	line-height: inherit;
	padding: 0 15px;
}
.mainmenu ul.parent ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0,0,0,0.3);
	z-index: 1;
}
.mainmenu ul.parent ul > li > a {
	display: block;
	line-height: 200%;
	color: inherit;
	white-space: nowrap;
	padding: 0 15px;
	border-top: 1px solid #EFF3F4;
}
.mainmenu ul.parent ul > li:first-child > a {
	border-top: none;
}
.mainmenu li.sub {
	position: relative;
}
.mainmenu li.sub > ul {
	left: 100%;
	top: 0;
}

/* Dashboard */
div.btn.btn-big {
	cursor: default !important;
}
.btn.btn-big {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 50px 0;
	border-radius: 0;
}
.btn.btn-big i {
	font-size: 475%;
	line-height: 100%;
}
.btn.btn-big span {
	display: block;
	font-size: 150%;
	font-weight: 200;
}
.btn.color-1 {
	background-color: #EC673C;
}
.btn.color-2 {
	background-color: #47BBB2;
}
.btn.color-3 {
	background-color: #FF9617;
}
.btn.color-4 {
	background-color: #9C4275;
}
.btn.btn-big > a {
	display: block;
	color: inherit;
	font-weight: 200;
	text-transform: none;
}
.btn.btn-big > span + a {
	margin-top: 20px;
}

/* Content */
.page {
}
.bar-header {
	background-color: #F0F6F6;
}
.bar-header .title {
	background-color: #fff;
}
.bar-header .title > h1 {
	font-size: 180%;
	font-weight: 300;
	line-height: 55px;
	margin: 0 25px;
}
.content {
	padding: 25px 0;
	background: #fff;
}
table.listado {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
}
table.listado thead {
	font-weight: 400;
	border-bottom: 3px solid #EFF3F4;
}
table.listado tbody > tr {
	border-bottom: 1px solid #EFF3F4;
}
table.listado tbody > tr:nth-child(even) {
	background-color: #FCFDFF;
}
table.listado tbody td {
	padding: 8px 5px;
}
table.listado tbody td.actions {
	text-align: center;
	white-space: nowrap;
}
table.listado tbody td.actions i {
	color: inherit;
	font-size: 140%;
	line-height: 100%;
	padding: 0 5px;
}
.dataTables_paginate {
    display: inline-block;
    margin: 20px 0 5px;
    border-radius: 4px;
}
.dataTables_paginate > a,
.dataTables_paginate > span > a,
.dataTables_paginate > span > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.dataTables_paginate a.current {
	color: #fff;
	background: #337ab7;
	border-color: #337ab7;
}
.dataTables_paginate > a:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dataTables_paginate > a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dataTables_paginate > a:hover,
.dataTables_paginate > span > a:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
	cursor: pointer;
}
.gallery-danos img,
.item-gallery img {
	max-width: 100%;
	max-height: 170px;
	margin: 10px 0 15px;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
.gallery-danos .col-auto > span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: 10px 15px 15px;
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
}
.gallery-danos .col-auto:hover > span {
	display: block;
}
.gallery-danos .col-auto > span a {
	display: inline-block;
	color: #fff;
	font-size: 300%;
	line-height: 100%;
	margin-top: 50px;
	padding: 10px;
}
.gallery-danos.alt {
	overflow: auto;
}
.gallery-danos.alt img {
	max-height: 330px;
}
h3.type-label {
	font-size: 130%;
    color: #000;
    margin: 0;
}
.item-gallery {
	display: inline-block;
	position: relative;
	margin: 0 15px 25px 0;
}
.item-gallery img {
	margin: 0;
}
.checkbox {
	position: relative;
}
.checkbox label {
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 200%;
	line-height: 21px;
	cursor: pointer;
}
.checkbox label > input[type="checkbox"] {
	display: none;
}
.checkbox label > span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.checkbox label > input[type="checkbox"]:checked + span {
	background: #007bff;
}
.checkbox label > span:after {
	font-family: "Ionicons";
}
.checkbox label > input[type="checkbox"]:checked + span:after {
	content: "\f3fd";
}

/* Bootstrap */
.modal-header {
	padding-bottom: 0;
}
.modal-title {
	font-size: 150%;
	font-weight: 300;
	padding-bottom: 5px;
	border-bottom: 2px solid #666;
}
.modal-footer {
	padding-top: 0;
	border-top: 0;
}
