/*==============
Inputs
================*/

input[type=checkbox] {
	margin: 0 auto;
}

.input-custom {
	border: 2px solid #FFB64D;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	outline: none;
	padding: 12px 20px;
	width: 80%;
}

.input-custom:focus {
	border: 2px solid #FF9528;
}

input[type=text], input[type=password], select {
	border: 2px solid #FFB64D;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	outline: none;
	padding: 12px 20px;
	width: 80%;
}

input[type=text]:focus, input[type=password]:focus {
	border: 2px solid #FF9528;
}

.form-checkbox {
	margin: 0 auto;
	width: 80%;
}

.input-small {
	border: 2px solid #FFB64D !important;
	border-radius: 4px !important;
	display: block !important;
	font-size: 13px !important;
	margin: 0 auto !important;
	outline: none !important;
	padding: 2px 5px !important;
	width: 80%;
}

.input-small:focus {
	border: 2px solid #FF9528 !important;
}

.input-pagination {
	border: 2px solid #FFB64D;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	outline: none;
	padding: 12px 5px;	
	width: 15% !important;
}

.input-pagination:focus {
	border: 2px solid #FF9528;
}

/*==============
Buttons
================*/

.button-link {
    background-color: rgb(255, 145, 21);
    border: none;
	border-radius: 30px;
	color: rgb(253, 246, 218);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	outline: none;
	padding: 10px 40px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.button-link:active {
	background-color: rgb(255, 157, 47);
	transform: translateY(4px);
}

.button-link:hover {
    text-decoration: none;
    color: rgb(253, 246, 218);
}

.button-link-small {
    background-color: rgb(255, 145, 21);
    border: none;
	border-radius: 20px;
	color: rgb(253, 246, 218);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
	padding: 5px 20px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.button-link-small:active {
	background-color: rgb(255, 157, 47);
	transform: translateY(4px);
}

.button-link-small:hover {
    text-decoration: none;
    color: rgb(253, 246, 218);
}

.button-link-small-red {
    background-color: rgb(237, 28, 35);
    border: none;
	border-radius: 20px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
	padding: 5px 20px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.button-link-small-red:active {
	background-color: rgb(237, 28, 35);
	transform: translateY(4px);
}

.button-link-small-red:hover {
    text-decoration: none;
    color: rgb(253, 246, 218);
}

.red-button-link {
	background-color: rgb(237, 28, 35);
    border: none;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	outline: none;
	padding: 10px 40px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.red-button-link:active {
	background-color: rgb(237, 52, 59);
	transform: translateY(4px);
}

.red-button-link:hover {
    text-decoration: none;
    color: white;
}

.button-link-outline {
    border: 3px solid rgb(255, 145, 21);
	border-radius: 30px;
	color: rgb(63, 39, 24);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
	padding: 10px 40px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.button-link-outline:active {
	transform: translateY(4px);
}

.button-link-outline:hover {
    text-decoration: none;
    color: rgb(63, 39, 24);
}

.button-pagination {
    background-color: rgba(255, 213, 90, 0.7);
	border-radius: 20px;
	color: rgb(81, 61, 0);
	cursor: pointer;
	font-size: 18px;
	line-height: 34px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	outline: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
	width: 35%;
}

.button-pagination:hover {
    text-decoration: none;
    color: rgb(81, 61, 0);
}

.button-pagination:active {
	background-color: rgba(255, 213, 90, 0.7);
    padding: 8px 16px;
	transform: translateY(4px);
}

.button-pagination:visited {
    text-decoration: none;
    color: rgb(81, 61, 0);
}

.button-pagination-current {
    background-color: rgb(253, 246, 218);
	border-radius: 20px;
	border-color: rgba(255, 213, 90, 0.7);
	color: rgb(81, 61, 0);
	font-size: 18px;
	line-height: 34px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	outline: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
	width: 35%;
}

/*==============
Links
================*/

.link {
    border: none;
	color: rgb(76, 40, 44);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: none;
	padding: 0 30px;
    text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.link:active {
	transform: translateY(4px);
}

.link:hover {
    text-decoration: none;
    color: rgb(127, 86, 80);
}

.false-link {
	color: gray !important; 
	cursor: pointer;
}

.modified-bootstrap-link {
	color: rgb(0, 123, 255) !important;
	cursor: pointer;
}

.modified-bootstrap-link-yellow {
	color: rgb(191, 191, 0) !important;
	cursor: pointer;
	font-weight: bold;
}

.modified-bootstrap-link-green {
	color: green !important;
	cursor: pointer;
	font-weight: bold;
}

.modified-bootstrap-link-red {
	color: red !important;
	cursor: pointer;
	font-weight: bold;
}

/*==============
Menus
================*/

.menu {
    margin-bottom: 70px;
}

.colored-menu {
	background-color: rgba(255, 213, 90, 0.7);
	border-radius: 8px;
	height: 100%;
	margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 10px;
}

/*==============
Paginations
================*/

.pagination ul {
	list-style-type: none;
}
.pagination ul li {
	display: inline;
}
.element-pagination {
    font-family: Arial;
}

/*==============
Cards
================*/

.card-custom {
	background-color: rgba(255, 213, 90, 0.7);
	border-top: none;
	border-radius: 10px;
	margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.card-custom::before {
	background-color: rgba(255, 213, 90, 0.7);
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	content: "";
	display: block;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: -20px;
	vertical-align: middle;
	width: 20%;
}

.red-card-custom {
	background-color: tomato;
	border-top: none;
	border-radius: 10px;
	margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

.red-card-custom::before {
	background-color: tomato;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	content: "";
	display: block;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: -20px;
	vertical-align: middle;
	width: 20%;
}

/*==============
Tables
================*/

.card-info-table {
	border: 1px solid rgb(81, 61, 0);
	margin-top: 20px;
}

.card-prices-table {
	border: 1px solid rgb(81, 61, 0);
	margin-top: 30px;
}

.card-prices-table th {
	border: 1px solid rgb(81, 61, 0);
}

.card-prices-table td {
	border-right:  1px solid rgb(81, 61, 0);
	border-left:  1px solid rgb(81, 61, 0);
}

.table-column-padding {
	padding-right: 10px;
	padding-left: 10px;
}

/*==============
Card element margins
================*/

.card-element-margin {
	margin-left: 30px;
}

/*==============
Sticky elements
================*/

.sticky-footer {
	position: absolute;
}

/*==============
Backgrounds
================*/

.light-red-background {
	background-color: Tomato;
	color: white;
}

.light-green-background {
	background-color: LightGreen;
	color: black;
}

.yellow-background {
	background-color: gold;
	color: black;
}

.blue-background {
	background-color: lightblue;
	color: black;
}

.powder-blue-background {
	background-color: powderblue;
	color: white;
}

.orange-background {
	background-color: orange;
	color: black;
}

.light-gray-background {
	background-color: lightgray;
	color: black;
}

.virtual-address-background {	
	color: black !important;
}

/* .blue-background {
	background-color: violet;
	color: black;
} */

/*==============
Text
================*/

.text-yellow {
	color: rgb(191, 191, 0) !important;	
	font-weight: bold;
}

.text-green {
	color: green !important;	
	font-weight: bold;
}

.text-red {
	color: red !important;	
	font-weight: bold;
}

/*==============
Utility
================*/

.pre-wrap-whitespaces {
	white-space: pre-wrap;
}