/* */
.center { text-align: center; }
/* LOGIN */
#login-form {
	max-width: 20em;
	margin: 0 auto;
}

/* SEARCH */
.search-form {
	margin: 0 auto;
    max-width: 30em;
}

@media all and(max-width: 22em;) {
	.search-form {
		max-width: 20em;
	}
}

#search-result {
	overflow: hidden;
	max-width: 30em;
	min-width: 20em;
}

#search-result-content {
    padding-top: 0;
}

#search-result-content-list {
	overflow-y: auto;
	margin-top: 0px;
}

#search-result-content-list  .ui-li-icon {
	max-height: 32px !important;
}
/* END SEARCH */

/* INFO */
#info {
	min-width: 16em;
	max-width: 20em;
}

/* CONFIRM */
#confirm {
	min-width: 16em;
	max-width: 20em;
}
#confirm-btn {
	margin-right: 10px;
}
#confirm-cancel-btn {
	margin-left: 10px;
}

/* BACKDROP */
.backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

/* POPUP TITLE */
.ui-header .ui-title {
	margin-right: 2.5em;
	margin-left: 1em;
}

#popup-about, #popup-change-password, #popup-confirm-redline {
    max-width: 20em;
    min-width: 20em;
}

#change-password-error {
    color: #FF0000;
}

#change-password-message {
    font-weight: 700;
}

#search {
	padding: 0;
}

#search-type-form .ui-field-contain {
  padding-left: 10px;
  padding-right: 10px;
}

.search-form .ui-grid-a {
  padding-left: 10px;
  padding-right: 10px;
}

.dropbox-image-view {
	min-width: 200px;
	min-height: 200px;
}


#prop-urls-content {
	max-height: 200px;
	overflow: auto;
}

#prop-document-urls li {
	cursor: pointer;
}

.active-button {
	color: #38BCE8;
}

/*  TOOLTIP  */
#tooltip {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba( 0, 0, 0, .5 );
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
    background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 100;
    padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#tooltip:after { /* triangle decoration */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid green; 
    border-top-color: green; 
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -10px; 
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid green; 
    border-bottom-color: green; 
    top: -5px; 
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
