/*
 * Copyright 2004-2012 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
@font-face {
	font-family: 'Bebas';
	src: url("/YetiWebSrb/javax.faces.resource/css/fonts/Bebas RO.ttf.xhtml") format('truetype');
}

@font-face {
	font-family: 'OpenSans';
	src: url("/YetiWebSrb/javax.faces.resource/css/fonts/OpenSans-Regular.ttf.xhtml") format('truetype');
}

body {
	font-family: 'OpenSans';
	font-size: 1.2em;
	text-align: center; /* IE 6 Fix */
	background-color: rgb(204, 204, 204);
	margin: 0px;
	color: rgb(102, 102, 102);
	
}

.bodyLogin {
	height:100vh;
}

.verticalCenter {
  position: relative;
  top: 43%;
  transform: perspective(1px) translateY(-50%);
}

.loginColors {
	background-color: rgb(191, 2, 24);
	color: rgb(256, 256, 256);
}

p+ul {
	line-height: 20px;
	margin-left: 20px;
}

p {
	text-align: left;
	line-height: 20px;
}

.panelHeaderStyle {
	font-weight: bold;
}

table {
	font-size: 14px;
}

.menuTable {
	width: 220px;
	border-spacing: 0px;
}

.full-width {
	width: 100%;
}

.text-center {
	text-align: center;
}

span.hide * {
	display: none;
}

.container {
	width: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-spacing: 0px;
	color: rgb(102, 102, 102);
	background: rgb(204, 204, 204);
}
.containerLogin {
	width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-spacing: 0px;
	background-color: rgb(191, 2, 24);
	color: rgb(256, 256, 256);
}

.messageWhiteOnRed {
	color: white;
    background-color: rgb(191, 2, 24);
}
/*HEADER STYLES BEGIN*/
.headerBase {
	background-color: rgb(255, 255, 255);
	background-position: top left;
}

.header {
	background: url("/YetiWebSrb/javax.faces.resource/logo_v2.png.xhtml?ln=images") no-repeat;
	background-color: rgb(191, 2, 24);
	background-position: top left;
	width: 960px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
}

.headerPhoto {
	padding-right: 20px;
	padding-top: 5px;
	height: 40px;
}

.upperTextEdit {
	text-transform: uppercase;
}

.multilineText {
    word-wrap: break-word;
}

.cvInput{
	font-weight: bold;
}

.headerCenter {
	background-color: transparent;
	width: 1020px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}

.headerLogo {
	overflow: hidden;
	float: left;
	padding-top: 8px;
}

.headerTabs {
	text-align: right;
	overflow: hidden;
	padding-top: 29px;
}

.linkTableStyle {
	float: right;
}

.linksHolder {
	display: inline-block;
	background-color: transparent;
}

.selectRadio label {
	margin-right: 70px;
}

.suiteLinkImageStyle {
	background-color: transparent;
	border-style: none;
}
/*HEADER STYLES END*/
.mid,.footer {
	text-align: left;
}

.mid ul {
	list-style: none outside none;
}

/* content */
.mid {
	overflow: hidden;
	height: 100%
}

.primary {
	display: inline-block;
	width: 700px;
	background-color: rgb(204, 204, 204);
}

.menu {
	padding-top: 20px;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	width: 220px;
	font-size: 0.7em;
}
.submenu {
    padding-top: 20px;
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
    width: 220px;
    font-size: 0.7em;
}
.containerPanelStyle {
	border: none;
}

.menuContainer {
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0px 0px;
/*	height: 500px;*/
}

.menuContent {
/*	height: 450px;*/
}

.menuContainer h2 {
	border-bottom: 1px solid #DEDEDB;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.menuContainer li a {
	line-height: 19px;
}

.menuContainer li span[disabled='true'] {
	line-height: 19px;
	text-decoration: line-through;
	margin: 0;
}

.menu .selected {
	font-weight: bold;
}

.breadCrumbs,.themeSelect {
	color: #ccc;
}

.breadCrumbs {
	float: left;
}

.themeSelect {
	float: right;
}

.content ul {
	padding: .5em 40px .5em 0;
}

.content .yui-nav {
	padding: 0;
}

.content .instance ul li {
	text-align: left;
}

.content .instance .submit {
	padding: 1px 6px;
}

/* This keeps the indeterminate progress from showing properly for fileEntry
.example .instance form .uploading { float: right; clear:right; }
*/
.footer {
	padding: 8px 0 8px;
	font-size: 0.8em;
	color: #666666;
}

.footer p {
	float: left;
}

.footer ul.footer-nav {
	float: right;
}

.footer ul.footer-nav li {
	display: inline;
	padding: 0 6px;
}

/* Component Styles */
.yui-log {
	padding: 10px;
	width: 460px;
	max-height: 80%;
	top: 47px;
	left: 50%;
	margin-left: -485px;
	padding-bottom: 55px;
	border: 1px solid black;
	position: fixed;
	z-index: 5;
	background: white;
	overflow-y: auto;
	overflow-x: hidden;
}

.yui-log:first-child {
	margin-left: 8px;
	left: 50%;
	position: fixed;
}

.yui-log .yui-log-hd .yui-log-button {
	z-index: 5;
	position: absolute;
	top: 0px;
	right: 0px;
}

.yui-log .yui-log-hd h4 {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 0px;
}

.yui-log .yui-log-ft .yui-log-btns {
	position: absolute;
	top: 0px;
	left: 0px;
}

.yui-log .yui-log-categoryfilters {
	width: 100%;
	position: absolute;
	top: 18px;
	left: 0px;
}

.yui-log .yui-log-sourcefilters {
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0px;
}

.yui-log-sourcefilters::before {
	content: "Source Filters: ";
}

.yui-log-categoryfilters::before {
	content: "Category Filters: ";
}

.yui-log .yui-log-filtergrp {
	padding: 0px 3px;
}

.yui-log-bd {
	z-index: 6;
	position: relative;
	top: 50px;
	word-wrap: break-word;
	text-align: left;
}

.yui-log-bd pre p:first-child {
	text-decoration: underline;
	font-weight: 600;
}

.loggerCloseButton {
	position: absolute;
	top: 14px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}


.inputText150 {
	width: 150px;
}

.inputText300 {
	width: 300px;
}

.ecoCheckBox {
	padding-bottom: 2px;
	padding-left: 10px;
}

/*remove grid from data table*/
.ui-datatable * {
     border : 0px !important;
}
.ui-icon-circle-triangle-e[aria-label="Toggle Row"] {
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeUpload.png.xhtml?ln=images");
	background-position: 0px 0px;
}
.ui-icon-circle-triangle-s[aria-label="Toggle Row"] {
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeUpload.png.xhtml?ln=images");
	background-position: -20px 0px;
}

.columnWhite2proc {
	width: 5%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}
.columnWhite3proc {
	width: 5%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}
.columnWhite5proc {
	width: 5%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}

.columnWhite10proc {
	width: 10%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}

.columnWhite15proc {
	width: 15%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}

.columnWhite20proc {
	width: 20%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}
.columnWhite25proc {
	width: 25%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}

.columnWhite30proc {
	width: 30%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
	
}
.columnWhite40proc {
	width: 40%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}
.columnWhite50proc {
	width: 50%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}

.columnWhite60proc {
	width: 60%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}
.columnWhite70proc {
	width: 70%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
}
.columnWhite100proc {
	width: 100%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
}
.columnWhiteVCenter10proc {
	width: 10%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: center;
}
.columnWhiteVCenter40proc {
	width: 40%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: center;
}
.columnWhiteVCenter50proc {
	width: 50%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: center;
}
.columnWhiteVCenter60proc {
	width: 60%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: center;
}
.columnWhiteCenter50proc {
	width: 50%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
	text-align: center;
}
.columnWhiteWrapText30proc {
	width: 30%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
    white-space: normal !important;
    vertical-align: middle;
}

.columnWhiteWrapText70proc {
	width: 70%;
	background:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	vertical-align: bottom;
    white-space: normal !important;
    vertical-align: middle;
}

.columnOrientation20proc {
	width: 20%;
	background:white;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 35px;
}

.columnOrientation30proc {
	width: 30%;
	background:white;
	padding-left: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.column5proc {
	width: 5%;
	padding-top: 10px;
}

.column10proc {
	width: 10%;
	padding-top: 10px;
}

.column20proc {
	width: 20%;
	padding-top: 10px;
}

.column25proc {
	width: 25%;
	padding-top: 10px;
}

.column30proc {
	width: 30%;
	padding-top: 10px;
}

.column35proc {
	width: 35%;
	padding-top: 10px;
}

.column50proc {
	width: 50%;
	padding-top: 10px;
}

.column40proc {
	width: 40%;
	padding-top: 10px;
}

.column60proc {
	width: 60%;
	padding-top: 10px;
}

.column65proc {
	width: 65%;
	padding-top: 10px;
}

.column70proc {
	width: 70%;
	padding-top: 10px;
}

.column80proc {
	width: 70%;
	padding-top: 10px;
}

.column95proc {
	width: 95%;
	padding-top: 10px;
}

.column100proc {
	width: 100%;
	padding-top: 10px;
}

.columnMessageDescription{
	height: 40px;
	vertical-align: middle;
}

.ui-selectonemenu label.ui-selectonemenu-label {
	padding-right: 284px;
	text-align: left;
}

.ui-selectonemenu label.ui-selectonemenu-label:hover {
	background:rgb(220,220,220);
}

.ui-shadow {
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
}

.messagePanel {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.userInfoPanel {
	text-align: right;
	color: white;
	font-size: 1.1em;
	font-style: italic;
	float: right;
}

.defaultFontSize {
	font-size: 14px;
}

.labelAme {
	display:inline-block;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 0;
	cursor: default;
}

.loginLabelAme {
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
	padding-left: 10px;
}

.loginInputAme {
	width: 220px;
	padding: 4px;  
	font-family:'OpenSans';
	color: rgb(102, 102, 102);
	text-transform: lowercase;
}
.passwordInputAme {
	width: 220px;
	padding: 4px;  
	font-family:'OpenSans';
	color: rgb(102, 102, 102);
}

.newUserMessage {
	text-align: justify;
	font-size: 12px;
}

.loginPanel {
	width:220px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;	
}

.changePasswordInput {
	width:98%;
}

.loginButton {
	font-size:12px;
	font-weight: bold;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	background: rgb(178, 178, 178);
	border: none;
	margin-top: 20px;
	cursor:pointer;
}
/* confirm user button */
body .ui-button.rounded-button {
    border-radius: 2rem;
}

.rightAlignBtn{
	float: right;
	margin-top: 20px;
}

.loginLink {
	font-size:12px;
	color: rgb(102, 102, 102);
	text-decoration: none;
	padding-left:5px;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-family: "Bebas";
	font-size: 18px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	padding: .5em .5em .5em 2.2em;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	background: white;
	-moz-box-shadow: inset 0 0px 0px #8f8f8f;
	-webkit-box-shadow: inset 0 0px 0px #8f8f8f;
	box-shadow: inset 0 0px 0px #8f8f8f;
	color: rgb(102, 102, 102);
	padding: 7px;
}

.ui-autocomplete-input {
	width: 300px;
}

.ui-inputfield.ui-state-focus,.ui-widget-content .ui-inputfield.ui-state-focus,.ui-widget-header .ui-inputfield.ui-state-focus{
	-moz-box-shadow: 0px 0px 0px #85b2cb, inset 0 0px 0px #8f8f8f;
	-webkit-box-shadow: 0px 0px 0px #85b2cb, inset 0 0px 0px #8f8f8f;
	box-shadow: 0px 0px 0px #85b2cb, inset 0 0px 0px #8f8f8f;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ui-state-hover a,.ui-state-hover a.visited {
	color: rgb(102, 102, 102);
}

.ui-state-default {
	-moz-box-shadow: inset 0px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 0px 0px #fff;
	box-shadow: inset 0px 0px 0px #fff;
	background: white;
	color: rgb(102, 102, 102);
}

.ui-corner-all {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.menuButton {
	background: rgb(192, 193, 191);
	border-width: 0px;
	color: white;
	width: 100%;
	height: 35px;
	text-shadow: none;
	text-align: left;
	text-transform: uppercase;
	font-family: "OpenSans";
	font-weight: bold;
	font-size: 12px;
}

.menuItemStyle {
	height: 35px;
	text-align: left;
	text-transform: uppercase;
	font-family: "OpenSans";
	font-weight: bold;
	font-size: 12px;
	color: rgb(102, 102, 102);
	padding: 0px;
	padding-bottom: 1px;
}

#menuFormId .ui-state-hover {
	background: rgb(191, 2, 24);
	border: 0;
}

#menuFormId .ui-state-focus {
	background: rgb(125, 125, 125);
	border: 0;
}

.ui-state-hover {
	background: rgb(220, 220, 220);
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	-moz-box-shadow: 0px 0px 0px rgb(125, 125, 125), inset 0 0px 0px #8f8f8f;
	-webkit-box-shadow: 0px 0px 0px rgb(125, 125, 125), inset 0 0px 0px
		#8f8f8f;
	box-shadow: 0px 0px 0px rgb(125, 125, 125), inset 0 0px 0px #8f8f8f;
	border: 1px solid rgb(125, 125, 125);
	background: rgb(220, 220, 220);
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image:
		url("/YetiWeb/javax.faces.resource/AmeAccordionArrow.png.jsf?ln=images");
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
	background: rgb(191, 2, 24);
	border: 0;
	color: white;
}

.yetiStdBtn {
	margin-left: 0px;
	width: 92px;
	height: 35px;
	background: rgb(191, 2, 24);
	border: 0;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.yetiStdBtnReserved {
	background: rgb(191, 2, 24) !important;
	border: 0 !important;
	color: white !important;
	border-radius: 10px;
}
.yetiStdBtnGreyed {
	margin-left: 0px;
	width: 92px;
	height: 35px;
	background: rgb(220, 220, 220);
	border: 0;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.yetiWideBtn {
	width: 135px;
	height: 35px;
	background: rgb(191, 2, 24);
	border: 0;
	color: white;
	text-transform: uppercase;
}

.yetiExtraWideBtnGreyed {
	width: 180px;
	height: 35px;
	background: rgb(220, 220, 220);
	border: 0;
	color: white;
	text-transform: uppercase;
}

.yetiExtraWideBtn {
	width: 180px;
	height: 35px;
	background: rgb(191, 2, 24);
	border: 0;
	color: white;
	text-transform: uppercase;
}

.yetiSelectionBtn {
	margin-left:20px;
	width: 129px;
	height: 35px;
	background: rgb(191, 2, 24);
	border: 0;
	color: white;
	text-transform: uppercase;
}


.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
	font-size: 12px;
	text-shadow: none;
}

.ui-button-text-only .ui-button-text {
	padding: 4px 1em;
	font-size: 12px;
	text-shadow: none;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	margin-top: 8px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	border-right: none;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	width: 16px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 3px;
	background: rgb(220, 220, 220);
	-moz-border-radius-topright: 1px;
	-webkit-border-top-right-radius: 1px;
	border-top-right-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-right-radius: 1px;
}

.ui-selectonemenu-trigger .ui-state-default .ui-corner-right .ui-state-hover
	{
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.ui-state-active .ui-icon {
	background-image:
		url("/YetiWebSrb/javax.faces.resource/ame-ui-icons_38667f_256x240.png.xhtml?ln=images");
}

.ui-state-default .ui-icon {
	background-image:
		url("/YetiWebSrb/javax.faces.resource/ame-ui-icons_38667f_256x240.png.xhtml?ln=images");
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	border: 1px solid rgb(125, 125, 125);
	background: rgb(238, 238, 238);
	font-weight: bold;
	color: rgb(238, 238, 238);
	text-shadow: none;
}

.ui-widget {
	font-family: "OpenSans";
	font-size: 14px;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: "OpenSans";
	font-size: 14px;
}

.logoutBtnStyle {
	background: transparent;
	color: black;
	border: none;
	text-transform: uppercase;
	text-shadow: none; font-weight : bold;
	font-size: 12px;
	font-weight: bold;
}

#paymentsAgreementFormId:panelBarId .ui-panelgrid td {
	border:none;
	padding: 0px 0px;
}

.statusBar{
	background:rgb(191, 2, 24);
	border:none;
	padding: 0px 0px;
	border-spacing: 0px;
	width: 460px;
}

.statusBarItem{
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgb(191, 2, 24);
	height: 30px;	
	width: 17%;
	padding: 0px 7px 0px 0px;
	text-align: center;
}

.statusBarItemRed{
	background-image: url("/YetiWebSrb/javax.faces.resource/ame-status-left-arrow.png.xhtml?ln=images");
}

.statusBarItemRedGrey{
	background-image: url("/YetiWebSrb/javax.faces.resource/ame-status-left-arrow-red-grey.png.xhtml?ln=images");
}

.statusBarItemGrey{
	background-image: url("/YetiWebSrb/javax.faces.resource/ame-status-left-arrow-grey.png.xhtml?ln=images");
	background-color: rgb(192, 193, 191);
}

.statusBarItemLastGrey{
	background-color: rgb(192, 193, 191);
}

.statusLabel{
	font-family: 'OpenSans';
	text-transform: uppercase;
	color: white;
	font-size: 9px;
	font-weight: bold;
	margin-right: 5px;
}

.statusMessage {
	display:inline-block;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 17px;
	cursor: default;
}

.statusMessageDetail {
	display:inline-block;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 17px;
	cursor: default;
	line-height: 1.5;
}
.statusMessageDetailEdit {
	display:inline-block;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 17px;
	cursor: default;
	line-height: 1.5;
	color: red;
	font-size: 14px;
}
.statusTable {
	background: white;
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	padding: 0;
	border-spacing:0;
}

.statusTitle{
	display: block;
	font-family: 'Bebas';
	text-transform: uppercase;
	color: rgb(192, 193, 191);
	font-size: 18px;
	font-weight: normal;
	padding-left: 17px;
	padding-top: 20px;
	padding-bottom: 13px;
}

.yetiGroupTitle{
	display: block;
	font-family: 'Bebas';
	text-transform: uppercase;
	color: rgb(192, 193, 191);
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

.yetiGroupTitlePadding{
	display: block;
	font-family: 'Bebas';
	text-transform: uppercase;
	color: rgb(192, 193, 191);
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.selectionTitle{
	display: block;
	font-family: 'Bebas';
	text-transform: uppercase;
	color: rgb(192, 193, 191);
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 13px;
}

.tableHeaderLabel{
	display: block;
	text-transform: uppercase;
	text-align: left;
	color: rgb(192, 193, 191);
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tableHeaderWithSortLabel{
	display: inline-block;
	text-transform: uppercase;
	text-align: left;
	color: rgb(192, 193, 191);
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.availableJobText {
	font-size: 10px;
}

.selectionPanel{
	width: 100%;
	background: white;
	margin-top:20px;
	padding-left: 17px;
	padding-bottom: 17px;
	border-spacing: 0;
}

.activityPanel{
	background: white;
	vertical-align: top;
	margin-top: 20px;
	width: 100%;
	padding: 17px;
}

.secondActivityPanel{
	background: white;
	vertical-align: top;
	width: 100%;
	padding: 17px;
	padding-top:10px;
}

.statusPanel{
	width:460px;
	background: rgb(204, 204, 204);
	border-spacing: 0px;
	height: 300px;
	vertical-align: top;
}

.paymentPanel{
	width:220px;
	background: rgb(204, 204, 204);
	margin-left: 20px;
	border-spacing: 0px;
	padding-left: 20px;
	padding-top: 20px;
	height: 300px;
	vertical-align: top;
}

.noBorderSpacing{
	border-spacing: 0px;
	padding:0;
}

.lineBorderSpacing{
	border-spacing: 0px 1px;
	padding:0;
}

.paymentMainPanel{
	border:none;	
	padding: 0px;
	border-spacing: 0px;
	width:100%;
}

.paymentDetailPanelAmount{
	border:none;	
	padding: 0px;
	border-spacing: 0px;
	width:40%;
	font-size: 12px;
}

.paymentDetailPanelLabel{
	border:none;	
	padding: 0px;
	border-spacing: 0px;
	font-size: 12px;
	width:30%;
}

.panelPaymentsHeader{
	background:rgb(191, 2, 24);
	color: white; 
	width: 100%;
	font-size: 18px;
	font-family: "Bebas";	
}

.panelEven{
	background: rgb(238, 238, 238);
	border-spacing: 0px;
	width:100%;
	margin-bottom:1px;
}

.panelOdd{
	background: white;
	border-spacing: 0px;
	width:100%;
	margin-bottom:1px;
}

.feePanel {
	padding-left: 10px;
	padding-right: 10px;	
}

.panelAgreementEven{
	background:rgb(191, 2, 24);
	border-spacing: 0px;
	width:20%;
	margin-bottom:1px;
	color: white; 
	font-size: 18px;
	font-family: "Bebas";	
	text-align: right;
}

.panelAgreementOdd{
	background: white;
	border-spacing: 0px;
	width:800%;
	margin-bottom:1px;
	color: rgb(191, 2, 24); 
	font-size: 18px;
	font-family: "Bebas";	
}

.paymentLabel{
	display:inline-block;
	color: rgb(191, 2, 24);
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
}

.paymentDateLabel{
	display:inline-block;
	color: rgb(191, 2, 24);
	padding-left:5px;
	padding-right:10px;
	text-align: right;
}

.paymentDetailLabel{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 5px;
}

.paymentHeaderLabel{
	display:inline-block;
	padding:5px;
	padding-left: 10px;
}

.paymentAmount{
	display:inline-block;
	color: rgb(191, 2, 24);
	font-size: 24px;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:5px;
}

.paymentAmountFee{
	display:inline-block;
	color: rgb(238, 238, 238);
	font-size: 24px;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:5px;
}
.ameTable{
	width:100%;
	margin-top: 20px;
}

.ameTextarea{
	width:638px;
	font-weight: bold;
}

.ameTextareaL2{
	width:596px;
}

.ameInstructions {
	width:100%;
	padding:0px;
	background: rgb(245, 245, 245);
}

.media{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.tooltipDoc {
	background: rgb(191, 2, 24);
	color: white;
	border-spacing: 0;
	padding:5px;
	width: 220px;
}

.tooltipColumn{
	padding:0;
	border-spacing: 0;
}

.infoImage{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeInfo.png.xhtml?ln=images");
	background-position: -20px 0px;
}

.infoImage:hover{
	background-position: 0px 0px;
}

.downloadImage{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeDownload.png.xhtml?ln=images");
	background-position: -20px 0px;
	border: 0px;
}

.downloadImage:hover{
	background-position: 0px 0px;
}

.removeImage{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeRemove.png.xhtml?ln=images");
	background-position: -20px 0px;
	border: 0px;
	background-color: white;
	margin-left: 20px;
}

.removeImage:hover{
	background-position: 0px 0px;
}

.removeImageInline{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeRemove.png.xhtml?ln=images");
	background-position: -20px 0px;
	border: 0px;
	background-color: white;
	margin-left: 20px;
}

.removeImageInline:hover{
	background-position: 0px 0px;
}

.checkImage{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeCheck.png.xhtml?ln=images");
	background-position: -20px 0px;
	border: 0px;
	background-color: white;
	margin-left: 20px;
}

.checkImage:hover {
	background-position: 0px 0px;
}

.documentsHeader {
    padding-top: 20px;
    padding-bottom: 15px;	
}

.uploadPhoto .ui-button-text {
	padding-left: 35px;
}

.ui-fileupload-buttonbar {
    background: transparent none;
    border: none;
}

.ui-fileupload-content {
    display: none;
}

.ui-fileupload-buttonbar .ui-fileupload-choose {
    background-color: white;
}
.ui-fileupload-buttonbar .ui-state-default .ui-icon {
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeUpload.png.xhtml?ln=images");
	background-position: -20px 0px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}
.ui-fileupload-buttonbar .ui-state-hover .ui-icon {
	background-position: 0px 0px;
}
.ui-fileupload-buttonbar .ui-button {
    vertical-align: middle;
    margin-right: 0.2em;
    border-style: none;
    min-height: 25px;
}
.uploadDoc {
    margin-top: -10px;
    margin-bottom: -5px;
}
.uploadImage{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeUpload.png.xhtml?ln=images");
	background-position: -20px 0px;
}

.uploadImage:hover{
	background-position: 0px 0px;
}

.uploadImage input.uploadHide{
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.ui-tooltip {
	position: absolute;
	display: none;
	padding: 0px 0px;
	border: 0px;
}

.tooltipLabel{
	display:block;
	font-size: 12px;
	font-weight: bold;	
	padding: 5px;
	padding-bottom: 0px;
	text-shadow: none;
	text-align: left;
}

.tooltipInfo{
	display:block;
	font-size: 12px;
	font-style: italic;	
	padding: 5px;
	padding-top: 0px;
	text-shadow: none;
	text-align: left;
}

.embassyColumn{
	vertical-align: bottom;
	width: 30%;
	background: white;
	padding:10px;
	padding-left:17px;
}
.embassyGroupTitle{
	font-weight: bold;	
}

.userMessage{
	background: rgb(191, 2, 24);
	margin-top: 20px;
	height: 125px;
	width: 940px;
	text-align: left;
	font-size: 24px;
	color:white;
	padding:17px;
}

.removeSelectionButton{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(102,102,102);
}
.ui-icon-triangle-1-s {
background-position: 0px 0px;
}
.ui-icon-triangle-1-e {
background-position: -20px 0px;
}
.ui-file{
	background: url("/YetiWebSrb/javax.faces.resource/AmeFile.png.xhtml?ln=images") !important;
	height:20px;
	width:20px;
	margin-top: -10px !important;
}

.ui-icon {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.ui-button-text-icon-right .ui-icon-bt{
    background-image: url("/YetiWebSrb/javax.faces.resource/images/bt.png.xhtml");
    width: 24px;
	height: 24px;
	margin-top: -12px;
}

.cvGroupLabel{
	display:inline-block;
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: rgb(191, 2, 24);
	text-transform: uppercase;
}

.instructions{
	display: inline-block;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ui-icon-bullet{
	background: url("/YetiWebSrb/javax.faces.resource/AmeRadioBullet.png.xhtml?ln=images") !important;
	margin-left: 0;
}

.ui-radiobutton {
	margin: 10px 10px 10px 20px;
	width: 16px;
	line-height: 16px;
	display: inline-block;
}

.ui-selectoneradio {
	margin-left: -20px;	
}

.ui-icon-check {
	background: url("/YetiWebSrb/javax.faces.resource/AmeCheck.png.xhtml?ln=images") !important;
}

.ui-chkbox {
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
.editImage{
	width: 20px; height: 20px;
	background-image: url("/YetiWebSrb/javax.faces.resource/AmeBtnEdit.png.xhtml?ln=images");
	background-position: 0px 0px;
	border: 0px;
}



.tooltipnew {
	position: absolute;
	z-index: 999;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
}

/* Trigger item */

.tooltipnew-item {
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #e35583;
	-webkit-animation: pulse 0.6s infinite alternate;
	animation: pulse 0.6s infinite alternate;
}

@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(0.5,0.5,1); }
	to { -webkit-transform: scale3d(1,1,1); }
}

@keyframes pulse {
	from { -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
	to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.tooltipnew:hover .tooltip-item {
	border-color: #fff;
}

.tooltipnew:first-child {
	top: 20%;
	left: 20%;
}

.tooltipnew:nth-child(2) {
	top: 50%;
	left: 10%;
}

.tooltipnew:nth-child(3) {
	top: 40%;
	left: 50%;
}

.tooltipnew:nth-child(4) {
	top: 70%;
	left: 70%;
}

/* Tooltip */

.tooltipnew-content {
	position: absolute;
	background: #e35583;
	z-index: 9999;
	width: 200px;
	bottom: 50%;
	margin-bottom: -1em;
	padding: 20px;
	border-radius: 20px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	font-family: 'Gochi Hand', cursive;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltipnew-west .tooltipnew-content {
	left: 4em;
	-webkit-transform-origin: -2em 50%;
	transform-origin: -2em 50%;
	-webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
	transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
}

.tooltipnew-east .tooltipnew-content {
	right: 4em;
	-webkit-transform-origin: calc(100% + 2em) 50%;
	transform-origin: calc(100% + 2em) 50%;
	-webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
	transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
}

.tooltipnew:hover .tooltipnew-content {
	opacity: 1;
	-webkit-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
	transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
	pointer-events: auto;
}

/* Gap "bridge" and arrow */

.tooltipnew-content::before,
.tooltipnew-content::after {
	content: '';
	position: absolute;
}

.tooltipnew-content::before {
	height: 100%;
	width: 3em;
}

.tooltipnew-content::after {
	width: 2em;
	height: 2em;
	top: 50%;
	margin: -1em 0 0;
	background: url("/YetiWebSrb/javax.faces.resource/tooltip2.svg.xhtml?ln=images") no-repeat center center;
	background-size: 100%;
}

.tooltipnew-west .tooltipnew-content::before,
.tooltipnew-west .tooltipnew-content::after {
	right: 99%; /* because of FF, otherwise we have a gap */
}

.tooltipnew-east .tooltipnew-content::before,
.tooltipnew-east .tooltipnew-content::after {
	left: 99%; /* because of FF, otherwise we have a gap */
}

.tooltipnew-east .tooltipnew-content::after {
	-webkit-transform: scale3d(-1,1,1);
	transform: scale3d(-1,1,1);
}
.labelFilterPackage{
	padding-right: 20px;
	padding-bottom: 10px; 
}
