/* Kod napisan od strane: Srdjan Jo - goIT.rs */
#phobs {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	text-transform: uppercase !important;
	background: #bababa;
}

#phobs_book {
    padding: 1px 15px;
    margin: 0px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #202020;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font: normal 14px Arial, Helvetica, sans-serif;
}
#phobs_book .phobs_container {
	margin-top: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    justify-items: stretch;
    flex-wrap: wrap;
}
#phobs_book select {
        color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
    background-color: #cbaa75;
    border-radius: 2px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
}
#phobs_book select:focus {
	outline: none;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px 15px;
}
#phobs_book .button {
    border: 1px solid #369;
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #202020;
    background-color: #EEE;
    width: 102px;
    height: 34px;    
    padding: 1px;
    transform: translateY(-1px);
}
#phobs_book .access_code {
    font: normal 20px Arial, Helvetica, sans-serif;
    width: 130px;
    border: 1px solid #CCC;
    height: 30px;
    /*margin-bottom: 15px;*/
}
#phobs_book a.view_cancel {
    font: normal 20px Arial, Helvetica, sans-serif;
    color: #202020;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    /*color: Red;*/
}
/*
#phobs_book a.qbutton {
	padding-left: 20px !important;
    padding-right: 20px !important;
}
*/
#phobs_book a.promeni_btn  {
	margin-top: 25px;
}
.PhobsFormTitle{
	text-align: center;
}
.PhobsBook{
	display: block;
	position: relative;
	max-width: calc(100% - 30px);
	padding: 20px 15px;
	font-size: 0;
	width: 1200px;
	margin: 0 auto;
}
.PhobsBook small{
	display: block;
	position: relative;
	font-size: 12px;
	text-align: left;
	margin: 0 2px;
	text-transform: uppercase;
}
.PhobsInputDate,
.PhobsInputPromo{
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 20px);
	border-bottom: 2px solid #202020;
	margin: 10px;
}
.PhobsInputDate input {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	border: 0;
	background: transparent;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 0;
	margin-right: -20px;
	cursor: pointer;
}
.PhobsInputDate i,
.PhobsInputPromo i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}
.PhobsBook input::placeholder{
	color: white;
}
.PhobsInputPersons{
	display: inline-block;
	vertical-align: top;
	width: calc(10% - 20px);
	margin: 10px;
	border-bottom: 2px solid #202020;
	font-size: 0;
	letter-spacing: 0;
	position: relative;
}
.PhobsDecr,
.PhobsInc{
	vertical-align: middle;
    display: inline-flex;
    width: 30px;
    line-height: 25px;
    font-size: 16px;
    color: white;
    transition: all 0.4s ease;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.PhobsDecr:hover,
.PhobsInc:hover{
	color: black;
}
.PhobsInputPersons input{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 0;
	background: transparent;
	color: #202020;
	text-align: center;
	font-size: 14px;
	user-select: none;
	padding: 8px 0;
}
.PhobsValue{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 60px);
	user-select: none;
}
.PhobsInputPromo input{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	border: 0;
	background: transparent;
	color: #202020;
	font-size: 14px;
	padding: 8px 0;
	margin-right: -20px;
}
.PhobsInputSubmit{
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 20px);
	margin: 10px;
}
.PhobsCancel{
	display: block;
	position: relative;
	font-size: 8pt;
	text-align: left;
	color: #202020;
	transition: all 0.4s ease;
	width: 180px;
}
.PhobsSubmit{
	display: block;
	position: relative;
	width: 100% !important;
	text-align: center;
	padding: 2px 0;
	background: linear-gradient(95deg, rgb(203, 170, 117) 0%, rgb(139, 114, 78) 100%) !important;
    outline: 2px solid #202020 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.4s ease;
}
.PhobsSubmit:hover{
	background: #737373;
    outline: 3px solid #ffffff;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.ui-widget.ui-widget-content{
	z-index: 9999999!important;
}
#ChildAgeSelector{
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 200px;
	background: black;
	color: #fff;
	z-index: 9;
}
.ChildAge{
	display: flex;
	position: relative;
	border-bottom: 1px solid #202020;
}
.ChildAge label{
	font-size: 12px;
	text-align: left;
	display: flex;
	width: calc(100% - 50px);
	padding: 5px;
	vertical-align: top;
	align-items: center;
    margin-bottom: 0px !important;
}
.ChildAge select{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	border: 0;
	padding: 10px 0;
	font-size: 14px;
}



/* PHOBS form CSS Document */

#phobs_book {
    padding: 0px;
    margin: 0px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font: normal 14px Arial, Helvetica, sans-serif;
}
#phobs_book select {
    font: normal 12px Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    padding: 1px;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    border: 1px solid #369;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #003399;
    background-color: #EEE;
    width: 102px;
    padding: 1px;
}
#phobs_book .access_code {
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #069;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: Red;
}


@media (max-width: 1100px){
	.PhobsInputDate,
	.PhobsInputPromo,
	.PhobsInputSubmit,
	.PhobsInputPersons{
		width: calc(50% - 20px);
		margin: 10px;
	}
}
@media (max-width: 800px){
	.PhobsInputDate,
	.PhobsInputPromo,
	.PhobsInputSubmit,
	.PhobsInputPersons{
		width: calc(100% - 10px);
		display: block;
		margin: 10px auto;
	}
}

/* THIS IS REGULAR UNMODIFIED CSS FILE
#phobs_book {
    padding: 0px;
    margin: 0px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font: normal 14px Arial, Helvetica, sans-serif;
}
#phobs_book select {
    font: normal 12px Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    padding: 1px;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    padding: 1px 0px;
    margin:0px;
}
#phobs_book .button {
    border: 1px solid #369;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #003399;
    background-color: #EEE;
    width: 102px;
    padding: 1px;
}
#phobs_book .access_code {
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #069;
    text-decoration:none;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: Red;
}
*/

