﻿@font-face {
	font-family: "Lato";
	src: url('/Content/fonts/Lato-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@media (max-width: 768px) {
	.navbar-brand {
		width: 20% !important;
		height: 20% !important;
		margin: 10px 0px 0px 10px !important;
	}
}

.has-error-time {
	border-color: #a94442!important
}

.main-footer {
	background: #ffffff;
	color: #7c7c7c;
	line-height: 1.4em;
	padding: 10px 0px 10px 0px;
	bottom: 0;
	width: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* background-image: url('../img/bg/buscador-wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
	/* padding-bottom: 20px; */
	/* margin: 0 auto -155px; */
}

body {
	font-family: Helvetica, Arial, sans-serif !important;
	background-color: #f5f5f5;
}

form {
	height: 100%;
}

/*li {
    list-style-type: none;
}*/

.addPax {
	cursor: pointer;
}

.has-input-erro {
	border: 1px solid red !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}


#header {
	position: relative;
	z-index: 99;
}

.resize {
	resize: none;
}

.block {
	margin-bottom: 40px;
}


html, body {
	font-family: Helvetica, Arial, sans-serif !important;
	height: 100%;
}

.line {
	background: #e8e8e8;
	height: 1px;
	margin: 17px 0 15px 0;
	padding: 0;
	display: block;
}

.navbar-fixed-bottom {
	background-color: #fff;
}

.bg {
	/* background-color: #f5f5f5;*/
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.row {
	margin: 0px;
}

	.row.box {
		width: 100%;
	}

/**************************************/
/************* BUTTONS *************/
/**************************************/
.btn-left {
	text-align: left;
}

.btn-right {
	text-align: right;
}

.btn-myprimary {
	font-weight: lighter;
	border-color: #396b8f;
	background: #174e75;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.04em;
	font-family: Helvetica, Arial, sans-serif !important;
}

	.btn-myprimary:focus .btn-myprimary:active {
		color: #fff;
		background: #2c91d9;
		box-shadow: 3px 3px #888888;
	}

	.btn-myprimary:hover {
		color: #fff;
		background: #396b8f;
		box-shadow: 3px 3px #888888;
	}

.btn-quote {
	font-weight: bold;
	border-color: #2274ad;
	background: #2883c4;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.04em;
}

	.btn-quote:active .btn-quote:focus {
		color: #fff;
		background: #3097e0;
		box-shadow: 3px 3px #888888;
	}

	.btn-quote:hover {
		color: #fff;
		background: #216799;
		box-shadow: 3px 3px #888888;
	}

.btn-moreinfo {
	font-weight: bold;
	border-color: #50b4b4;
	background: #32cdcd;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.04em;
}

	.btn-moreinfo:active .btn-moreinfo:focus {
		color: #fff;
		background: #3be6e3;
		box-shadow: 3px 3px #888888;
	}

	.btn-moreinfo:hover {
		color: #fff;
		background: #50b4b4;
		box-shadow: 3px 3px #888888;
	}

.btn-view {
	font-weight: bold;
	border-color: #226d9f;
	background: #0370b8;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.04em;
}

	.btn-view:active .btn-view:focus {
		color: #fff;
		background: #0581d4;
		box-shadow: 3px 3px #888888;
	}

	.btn-view:hover {
		color: #fff;
		background: #226d9f;
		box-shadow: 3px 3px #888888;
	}

.btn-detail {
	border-color: #73abc7;
	background: #ffffff;
	color: #54b2e0;
	cursor: pointer;
	letter-spacing: 0.04em;
}

	.btn-detail:active .btn-detail:focus {
		color: #54b2e0;
		background: #ffffff;
		box-shadow: 3px 3px #888888;
	}

	.btn-detail:hover {
		color: #73abc7;
		background: #ffffff;
		box-shadow: 3px 3px #888888;
	}

.btn-save {
	font-weight: bold;
	border-color: #42903b;
	background: #2fa924;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.04em;
}

	.btn-save:active .btn-save:focus {
		color: #fff;
		background: #3fd42f;
		box-shadow: 3px 3px #888888;
	}

	.btn-save:hover {
		color: #fff;
		background: #42903b;
		box-shadow: 3px 3px #888888;
	}


.btn-return {
	font-weight: bold;
	color: #fff;
	background-color: #8c8c8c;
	border-color: #606060;
	cursor: pointer;
	letter-spacing: 0.04em;
}

	.btn-return:active .btn-return:focus {
		color: #fff;
		background-color: #adadad;
		box-shadow: 3px 3px #888888;
	}

	.btn-return:hover {
		color: #fff;
		background-color: #606060;
		box-shadow: 3px 3px #888888;
	}

.btn.btn-default.bootstrap-touchspin-down {
	border-color: #404040;
	background: #0d3e5d;
	color: #fff;
}

.btn.btn-default.bootstrap-touchspin-up {
	border-color: #404040;
	background: #0d3e5d;
	color: #fff;
}

.open > .dropdown-toggle {
	color: #fff;
}

.container-brochure {
	margin-top: 20px;
	width: 1100px;
	height: 320px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	border: 1px solid #ddd;
	background-color: white;
	border-radius: 0px;
	padding: 0px;
}

	.container-brochure > button {
		width: 1100px;
		height: 320px;
		background-image: url("/Content/img/pegasus_page.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		border: 1px solid #ddd;
		background-color: white;
		padding: 0px;
	}

		.container-brochure > button > a {
			font-size: 28px;
			position: relative;
			top: 140px;
			color: white;
		}


/*************ICONS********************/
.input-group-addon > .fa {
	text-align: center;
	/*vertical-align: -5px;*/
}

.btn > .l-icon {
	padding: 0px 5px 0px 0px;
}

.btn > .r-icon {
	padding: 0px 0px 0px 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

#header {
	position: relative;
	z-index: 99;
}

.breadcrumb > li > a {
	font-size: 16px;
	font-weight: 600;
}

.breadcrumb > .active {
	font-size: 16px;
	font-weight: 600;
}

.datepicker {
	/*position: relative;*/
	z-index: 1035!important;
}

.navbar-fixed-top {
	background-color: white;
	border-bottom: 2px solid #0d3e5d;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.navbar-top {
	background-color: white;
	border-bottom: 2px solid #0d3e5d;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.navbar-brand {
	margin-top: 5px;
	height: 50px;
}

.navbar-nav > li > a {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #737373;
	padding: 20px 20px;
	font-size: 15px;
	transition: 0.2s ease-in-out;
}

	.navbar-nav > li > a:hover {
		background-color: transparent !important;
		color: #0d3e5d;
	}

	.navbar-nav > li > a.active {
		background-color: #0d3e5d;
		color: white;
	}

	.navbar-nav > li > a > .loggedUser {
		margin-right: 5px;
	}

#divMenu .navbar-nav > li > a {
	font-size: 13px;
	padding: 20px 17px;
}

.block {
	margin-bottom: 40px;
}

.no-float {
	float: none;
}

.box {
	margin-bottom: 30px;
}

input.input-text.input-large {
	height: 43px;
	font-size: 1.1667em;
}

.no-padding {
	padding: 0px !important;
}

.full-width {
	width: 100% !important;
}

.blue {
	background-color: #01b7f2;
}

.dark-blue {
	color: #0d3e5d;
}
/****SEARCH***/
.full-center {
	left: 50% !important;
	position: absolute !important;
	/*top: 40% !important;*/
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.center {
	margin-top: 10%;
	margin-bottom: 5%;
}

.nav-tabs img {
	width: 30px;
	height: 30px;
	margin: -2px 0px 2px 0px;
}

.nav-tabs li a {
	padding: 10px 11px !important;
}

.nav .active {
	opacity: 1;
}

.nav li {
	opacity: .5;
	transition: .2s ease-in-out;
}

	.nav li:hover {
		opacity: 1;
	}

.search-tabs {
	/*margin-top: 100px;*/
}

.search-tabs-bg > .tabbable > .nav-tabs {
	border: none;
}

	.search-tabs-bg > .tabbable > .nav-tabs > li {
		/* margin-bottom: 0;
        margin-right: 5px;*/
	}

		.search-tabs-bg > .tabbable > .nav-tabs > li.active > a {
			background: #0d3e5d;
			color: #fff;
			/*padding-top: 15px;
            margin-top: -5px;*/
		}

		.search-tabs-bg > .tabbable > .nav-tabs > li > a {
			background: rgba(0,0,0,0.4);
			border: none !important;
			color: #fff;
			border-radius: 0px;
			text-transform: uppercase;
		}

.search-tabs > .tabbable > .tab-content {
	background-color: white;
	padding: 25px;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	border: 1px solid #ddd;
	border-top: none;
}

.search-tabs > .tabbable > .nav-tabs > li > a > .fa {
	/*display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;*/
}

.search-tabs-bg > .tabbable > .nav-tabs > li > a > .fa:hover {
	/*background-color: #0d3e5d;*/
}

.form-group.form-group-lg .input-icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
}

.form-group.form-group-lg .form-control {
	font-size: 15px;
}

/*.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    top: 28px;
    left: 15px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.search-tabs > .tabbable > .tab-content > .tab-pane .form-control {
    background: rgba(255,255,255,0.5);
    padding-left: 45px;
    height: 46px;
    border-radius: 0px;
}
    */
.age0 > .form-group > input[type='text'] {
	padding-left: 15px !important;
}
/*quant de quartos*/
#hotelRoom {
	padding: 10px;
}

.bootstrap-touchspin-down {
	padding: 12px 12px;
}

.bootstrap-touchspin-up {
	padding: 12px 12px;
}

.btn-search {
	background: #0d3e5d;
	border-color: #18303F;
	font-family: Helvetica, Arial, sans-serif !important;
	color: white;
	border-radius: 0px;
	font-weight: lighter;
}

	.btn-search > i {
		margin-right: 5px;
	}

.search-tabs > .tabbable > .tab-content > .tab-pane select.form-control {
	padding-left: 15px;
	font-size: 12px;
}

.form-group.form-group-lg label {
	font-size: 16px;
	margin-bottom: 7px;
}

#rooms > .col-sm-4 > .form-group-lg > .form-control {
	width: auto;
	display: inline-block;
}

#rooms > .col-sm-4 > .form-group-lg > select {
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	margin-right: 15px;
}

#rooms > .col-sm-4 > label {
	font-size: 16px;
}

#rooms > .col-sm-4 > .row > .col-sm-4 > .form-group > input[type="text"] {
	padding: 0px 25px 0px 15px;
	height: 46px;
}


#rooms2 > .col-sm-4 > .form-group-lg > .form-control {
	width: auto;
	display: inline-block;
}

#rooms2 > .col-sm-4 > .form-group-lg > select {
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	margin-right: 15px;
}

#rooms2 > .col-sm-4 > label {
	font-size: 16px;
}

#rooms2 > .col-sm-4 > .row > .col-sm-4 > .form-group > input[type="text"] {
	padding: 0px 25px 0px 15px;
	height: 46px;
}

#roomsDP > .col-sm-4 > .form-group-lg > .form-control {
	width: auto;
	display: inline-block;
}

#roomsDP > .col-sm-4 > .form-group-lg > select {
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	margin-right: 15px;
}

#roomsDP > .col-sm-4 > label {
	font-size: 16px;
}

#roomsDP > .col-sm-4 > .row > .col-sm-4 > .form-group > input[type="text"] {
	padding: 0px 25px 0px 15px;
	height: 46px;
}




label {
	font-weight: 400;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}
/**************************************/
/************* DATATABLES *************/
/**************************************/
.edit {
	margin: 0px 10px 0px 0px;
	color: #0d3e5d;
	cursor: pointer;
}

.delete {
	margin: 0px 10px 0px 0px;
	color: #ff635c;
	cursor: pointer;
}

.view {
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}

/**************************************/
/************ Select Input ************/
/**************************************/

select.form-control {
	border-radius: 0px;
	font-size: 12px;
}

input.form-control {
	border-radius: 0px;
	height: 34px;
	font-size: 12px;
}

textarea.form-control {
	border-radius: 0px;
}

/**************************************/
/************     MODAL    ************/
/**************************************/
.modal-content {
	border-radius: 0px !important;
}
/**************************************/
/************     CHECKBOX    ************/
/**************************************/
.jplist-group > .checkbox-filter {
	width: 100%;
}

.jplist-panel .jplist-group label {
	line-height: 36px !important;
}

.jplist-panel .jplist-group .checkbox-filter input {
	margin-right: 3px;
}
/**************************************/
/************   Flat Table ************/
/**************************************/
.tb-flat {
	margin-bottom: 20px;
	border-collapse: collapse;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
}

	.tb-flat th, .tb-flat td {
		box-shadow: inset 0 -1px rgba(0,0,0,0.25), inset 0 1px rgba(0,0,0,0.25);
	}

	.tb-flat th {
		font-weight: normal;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		padding: 1em;
		color: rgba(0,0,0,0.45);
		text-shadow: 0 0 1px rgba(0,0,0,0.1);
		font-size: 1.1em;
	}

	.tb-flat td {
		color: #333;
		padding: 0.7em 1em 0.7em 1.15em;
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
		font-size: 0.9em;
		text-align: center;
	}

	.tb-flat tr {
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		-moz-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
	}

/**************************************/
/************   Table     ************/
/**************************************/

.bk-info table {
	width: 100%;
	margin-bottom: 15px;
}

	.bk-info table tr td {
		border-bottom: 1px solid #f5f5f5;
	}

.bk-info label {
	margin: 0px;
	width: 110px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-right: 20px;
	color: #01b7f2;
	white-space: nowrap;
	height: 100%;
	font-size: 14px;
}

.bk-info span {
	float: right;
	font-size: 15px;
}

.badge {
	background-color: #01b7f2 !important;
}

span.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.ui-autocomplete {
	max-height: 200px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.ui-corner-right.ui-button-icon {
	background: #ffffff !important;
	border: none !important;
	padding: 5px 10px 5px 10px !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #d3d3d3 !important;
	border-top: 1px solid #d3d3d3 !important;
	border-right: 1px solid #d3d3d3 !important;
	border-left: none !important;
	height: 46px;
}

.custom-combobox-input.ui-widget.ui-widget-content {
	border-left: 1px solid #d3d3d3 !important;
	border-bottom: 1px solid #d3d3d3 !important;
	border-right: none !important;
	border-top: 1px solid #d3d3d3 !important;
	background: #ffffff !important;
	font-weight: normal !important;
	color: #555 !important;
	height: 46px;
	border-radius: 0px;
}

.top-content ul.mini-stat {
	padding-left: 15px;
	margin: 10px;
}

	.top-content ul.mini-stat > li:first-child {
		border-left: none;
	}

	.top-content ul.mini-stat > li {
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #1D87C9;
		margin-right: 15px;
	}

	.top-content ul.mini-stat h5 {
		float: left;
		margin: 0;
		text-align: left;
		font-size: 1.2em;
		color: #ffffff;
		padding: 15px;
	}

		.top-content ul.mini-stat h5 > span.stat-value {
			display: block;
			font-size: 0.85em;
			margin-top: 3px;
			text-transform: uppercase;
		}

.bootstrap-touchspin-down > i, .bootstrap-touchspin-up > i {
	font-size: 11px !important;
	font-weight: normal !important;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
	background: #ccc
}
/*Datepicker*/

.ui-datepicker.ui-widget-content {
	background-color: #fff;
	margin: 10px 0;
	background-image: none;
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border-radius: 0;
}

.ui-datepicker.ui-widget {
	font-family: 'Open Sans', sans serif;
	font-size: 14px;
}

.ui-datepicker th {
	font-weight: 600;
}

.ui-datepicker .ui-widget-header {
	border: none;
	background: none;
	color: #428bca;
	font-weight: 700;
}

	.ui-datepicker .ui-widget-header a {
		color: #333;
	}

.ui-datepicker .ui-state-default {
	border: 0 !important;
	background-image: none !important;
	font-weight: bold;
	color: #666 !important;
	text-align: center;
	font-weight: 400 !important;
}

	.ui-datepicker .ui-state-default.ui-state-hover {
		border: 0 !important;
		background-image: none !important;
		background-color: #40B1D0 !important;
		font-weight: bold !important;
		color: #fff !important;
		text-align: center;
	}

/*.ui-autocomplete-loading {
	background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}*/
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9999;
	font-family: 'Open Sans', sans serif;
}

* html .ui-autocomplete {
	height: 250px;
}

	.ui-autocomplete.ui-widget {
		font-family: "Open Sans", sans serif;
		font-size: 14px;
	}

	.ui-autocomplete.ui-widget-content {
		border: 1px solid #dddddd;
		background-image: none;
		color: #333333;
		background-color: #fff;
	}

	.ui-autocomplete .ui-autocomplete-category {
		text-transform: uppercase;
		font-weight: 700;
		color: #2274AD;
	}

	.ui-autocomplete.ui-menu .ui-menu-item {
		padding: 2px 5px 2px 40px !important;
	}

	.ui-autocomplete.ui-menu .ui-menu-item {
		padding: 5px !important;
		font-family: SANS-SERIF;
		border-color: #fff !important;
	}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #0d3e5d !important;
	border: 1px solid #0d3e5d;
}

.ui-autocomplete .ui-autocomplete-category.ui-state-hover,
.ui-autocomplete .ui-autocomplete-category.ui-state-focus {
	font-weight: 700 !important;
	color: #2274AD !important;
	background-color: inherit !important;
	margin: 0 !important;
	cursor: default !important;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-hover,
.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
	font-weight: inherit;
	color: #fff;
	background-color: #40B1D0;
	margin: 0 !important;
}

/*Footer*/
.footer {
	margin-top: 30px;
	border-top: 3px solid #2991c5;
}

.company-social {
	/*margin: 20px 0px;*/
	padding: 0px;
}

	.company-social li {
		display: inline-block;
		margin: 10px;
		opacity: .5;
		transition: 0.2s ease-in-out;
	}

		.company-social li:hover {
			opacity: 1;
		}

.footer h1 {
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 0;
	font-weight: 600;
}

.footer .address,
.footer .contact,
.footer .about,
.footer .social {
	padding-top: 20px;
	padding-bottom: 20px;
}

	.footer .address .add-module {
		padding: 0 15px;
		margin: 20px 0;
		border-left: 5px solid #40B1D0;
	}

		.footer .address .add-module h2 {
			font-size: 13px;
			font-weight: 600;
			color: #666;
		}

		.footer .address .add-module p {
			font-size: 12px;
			color: #666;
		}

.footer .contact {
	background-color: #2274AD;
}

	.footer .contact h1 {
		color: #fff;
	}

	.footer .contact form {
		padding: 20px 20px 0;
	}

.footer .form-control {
	margin-bottom: 10px;
}

.footer .about ul {
	list-style: none;
	margin: 20px 40px;
	padding: 0;
}

	.footer .about ul li {
		margin: 10px 0;
		padding: 0;
	}

		.footer .about ul li a {
			text-transform: uppercase;
			font-size: 12px;
			line-height: 1;
			font-weight: 400;
			color: #666;
		}

			.footer .about ul li a:hover {
				color: #59C2E6;
				text-decoration: none;
			}

.footer .social ul {
	list-style: none;
	margin: 20px;
	padding: 0;
}

	.footer .social ul li {
		margin: 2px;
		float: left;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}

		.footer .social ul li a {
			padding: 12px 10px;
			text-align: center;
			width: 50px;
			height: 50px;
			display: block;
			line-height: 1;
			color: #666;
			font-size: 24px;
			background: #eee;
			box-shadow: 0 1px 3px rgba(0,0,0,0.2)
		}

			.footer .social ul li a:hover {
				color: #fff;
				background-color: #59C2E6;
			}

.jplist-group input {
	margin: 5px 5px 5px 0px;
}

#companyInfo {
	display: inline;
}

#currCompanyChange, #currentUserName {
	font-weight: bold;
	cursor: pointer;
}

#companyChange {
	/*margin: 10px 0px 5px 0px;*/
	display: inline-block;
	text-align: right;
}

#companyChangeForm, #userData {
	width: 300px;
	padding: 20px;
	position: absolute;
	opacity: 1;
	background: #fff;
	top: 25px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 7px 1px #d2d2d2;
	display: none;
	z-index: 10000;
}

	#companyChangeForm label {
		float: left;
	}

#companyChangeForm {
	right: 0px;
}

#userData {
	left: 25px;
	width: 200px;
}

	#userData a {
		display: block;
		margin: 0px 0px 10px 0px;
		text-decoration: none;
		transition: .2s ease-in-out;
	}

		#userData a:hover {
			font-weight: bold;
		}

		#userData a:last-child {
			margin-bottom: 0px;
		}

#divMenu {
	width: 100%;
	text-align: right;
}

	#divMenu ul {
		float: none !important;
	}

	#divMenu .navbar-item {
		float: none;
		display: inline-block;
	}

#headerLogo {
	margin-top: 20px;
}

.ui-autocomplete {
	cursor: pointer;
	z-index: 9999999 !important
}

.input-text {
	width: 100% !important
}

.tit-input-error-icon {
	background: #ff4136;
	color: #fff;
	border-color: #ff4136;
	border-width: 1px;
	border-top-width: 3px;
}

.tit-input-error, .tit-input-error:focus {
	border-color: #ff4136 !important;
	border-width: 1px;
	border-top-width: 3px;
}

/*UNIVERSAL*/
.thumbnail.thumbnailUniversal {
	position: relative;
	border: none;
}

.hiddenThumbnail {
	visibility: hidden;
}

.caption.captionUniversal {
	background-color: #000000a8;
	position: absolute;
	margin: 4px;
	top: 30%;
	width: 99.2%;
	left: 0;
	height: 40%;
}

	.caption.captionUniversal h1 {
		color: #ffffff;
		font-family: 'impact';
	}

.thumbnail.thumbnailUniversal:hover .hiddenThumbnail {
	visibility: visible;
}

.thumbnail {
	border: none;
}

@media(max-width: 600px) {
	.nav.nav-tabs li {
		font-size: .8em;
	}

		.nav.nav-tabs li a {
			padding: 5px !important;
		}

		.nav.nav-tabs li.active a {
			padding-bottom: 11px !important;
			margin-bottom: -3px;
		}

		.nav.nav-tabs li a i {
			display: none;
		}

	.input-group {
		display: block !important;
	}

		.input-group * {
			height: 40px !important;
			margin: 5px 0px !important;
			border-left: 1px solid #e7e7e7 !important;
		}

	.input-group-addon.addon-icon {
		display: none !important;
	}

	.input-group input[type="text"], .input-group input[type="date"], .input-group select {
		width: 100% !important;
	}
}

/*PRIVACY POLICY BEGIN*/
#cookie-law-info-bar {
	background-color: rgb(14, 78, 160);
	color: rgb(255, 255, 255);
	font-family: Helvetica, Arial, sans-serif;
	bottom: 0px;
	position: fixed;
	font-size: 12pt;
	margin: 0 auto;
	padding: 13px 10px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
	display: none;
	left: 0px;
	font-weight: 300;
}

#cookie-law-info-again {
	background-color: rgb(14, 78, 160);
	color: rgb(255, 255, 255);
	position: fixed;
	font-family: Helvetica, Arial, sans-serif;
	width: auto;
	bottom: 0px;
	right: 100px;
	display: block;
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}

.p-foot {
	font-size: 12px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.cli-plugin-button {
	margin-top: 5px;
}

	.cli-plugin-button, .cli-plugin-button:visited {
		display: inline-block;
		padding: 10px 16px 10px;
		color: #fff;
		text-decoration: none;
		position: relative;
		cursor: pointer;
		margin-left: 0px;
		text-decoration: none;
	}
/*PRIVACY POLICY END*/
.bx-controls-direction{
	margin-top: 8px!important;
}
.bx-wrapper .bx-pager{
	padding-top: 0px!important;
}
.border {
	border: 1px solid #ccc;
}

.rounded{
	border-radius: 4px;
}

.progress-cursor {
	cursor: progress;
}

.pointer-cursor {
	cursor: pointer;
}

.no-pointer {
	cursor: default;
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}