/**

Global CSS Admin Monumento Propiedades

Structure:
	- Global
	- Index
	- View
	- Edit
	- Delete

**/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::  Global  :::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a {
	color: #88ba04;
}

.button.success {
    background-color: #88ba04;
}

.button.success:hover {
    background-color: #749F04;
}

.button-no-margin {
    margin: 0;
}

.uppercase {
    text-transform: capitalize;
}

.switch {
    margin-bottom: 0px;
}


#login-form {
	margin-top: 10%;
	text-align: center;
	padding-left: 35%;
	padding-right: 35%;
}

#login-form label{
	text-align: left;
}


#login-form h1{
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

#finish-photos {
	margin-left: 20px;
	margin-top: 20px;
}

.box-body {
	display: block;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::  Propiedades  :::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


label[for=foto] {
  margin-top: 17px;
}

#form-photos {
  width: 100%;
}

.button-options a{
		margin: 0;
		display: inline-block;
}

.button-options form{
		display: inline-block;
}

.btn-a {
	font-weight: 500;
	border: 1px solid transparent;
	font-size: 13px;
	padding: 7px 10px;
	background-color: #008cba;
	color: white;
	transition: background-color 300ms ease-out;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	line-height: normal;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.img-container {
	border: 1px solid rgb(200, 200, 200);
	height: 250px;
}

.img-container img {
	max-width: 15rem;
	max-height: 240px;
}

div.img-horizontal {
    display: flex;
    justify-content: center;
}

div.img-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#propiedad .switch-container {
	margin-bottom: 30px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::  Index  :::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.callout p {
	font-size: 24px;
}

.bottom-list-menu a {
	color: white;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::  Banner  :::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.img-table img {
	width: 160px;
}

.video-container iframe{
	max-width: 240px;
	height: 160px;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::  Delete  ::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
