body,h1,h2 {
	color: #6F7D84;
	font: 11px "Helvetica", "Arial", sans-serif;
}

a,a:visited {
	color: #4882D0;
	text-decoration: underline;
    cursor: hand;
}

a:hover,a:active {
	color: #1B4987;
}

a.pic {
    display: inline-block;
    text-decoration: none;
}

a.btn {
    color: #333;
    text-decoration: none;
}

a.btn-inverse {
    color : #fff;
}

.btn-group a {
    text-decoration: none;
    color: #555555;
}

.clear {
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

/*
 * Headings
 */
h1 {
	margin-bottom: 0.3em;
	color: #4882D0;
	font-family: "Georgia", serif;
	font-size: 2.73em;
	font-weight: normal;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 1.36em;
	font-weight: bold;
}

h2 small {
	font-size: 0.73em;
	font-weight: normal;
}

/*
 * Header styles, including the logo and the 
 * "user-bar" which displays the name of the logged
 * in user and their options
 */
#logo .logo-image {
	background-image: url('../../images/MarriottLogo@2x.png');
	background-size: 166px 54px;
	background-repeat: no-repeat;
	width: 166px;
	height: 54px;
	margin: 1em 0 1em 0;
}

#header .description {
	background-image: url('../../images/look3/txt-global-hotel-development.png');
	background-position: right center;
	background-repeat: no-repeat;
	height: 54px;
	margin: 1em 0 1em 0;
}

#userbar {
	clear: both;
	padding: 1em;
	margin: 0;
	border-top: 1px solid #E5E5E5;
	text-align: right;

}

#userbar li {
	display: inline;
	padding: 0 1em 0 0.7em;
	border-right: 1px solid #DCE0E3;
}

#userbar li:last-child {
	padding-right: 0;
	border: none;
}

#userbar a {
	color: #6F7D84;
}

/* 
 * Footer
 */
#footer {
	float: left;
	clear: both;
	margin-top: 15px;
}

#footer .copy {
    float: left;
    width: 40%;
	clear: both;
	padding: 30px 0 2em;
	font-size: 0.9em;
}

#footer .information {
    float: right;
    width: 40%;
    padding-top: 20px;
	font-size: 0.9em;
	text-align: right;
}

#footer .information li {
	display: inline;
	padding: 0 1em 0 0.7em;
	border-right: 1px solid #DCE0E3;
}

#footer .information li.last {
	padding-right: 0;
	border: none;
}

#footer .information li a {
	color: #6F7D84;
}

/*
 * Portlets
 */
.portlet ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.portlet li {
	float: left;
	clear: both;
	margin: 0 10px;
	padding: 0;
}

/*
 * Files
 */
div.assets div.asset-block {
	float: left;
	clear: both;
	width: 240px;
}

div.assets div.asset-left {
	float: left;
	width: 70%;
	text-align: left;
}

div.assets div.asset-right {
	float: left;
	text-align: right;
	width: 28%;
}

div.assets a.delete {
	color: red;
}

/*
 * Asset lists
 */
.assets ul li {
	margin-bottom: 0.9em;
	padding-left: 10px;
	background: url('../../images/look3/bullet-arrow.png') no-repeat 0 0.3em;
}

.assets ul li.none {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

.assets ul li:last-child {
	margin-bottom: 0;
}

.assets ul p span {
	margin-left: 0.5em;
	white-space: nowrap;
}

/* Admin site */
ul.admin-nav {
	margin: 2em 0 0.5em;
}

ul.admin-nav li {
	margin-bottom: 1.5em;
}

ul.admin-nav a {
	font-size: 1.09em;
	font-weight: bold;
	text-decoration: underline;
}

ul.admin-nav p {
	display: inline;
	margin-left: 0.5em;
}

body.admin h2 {
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.borderbox {
	border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.borderbox div.empty-external-links {
    margin-top: 1.2em !important;
    line-height: 1em;
}

.loading-large {
	display: none;
	margin: auto;
	width: 128px;
	height: 128px;
	background: #FFF url('../../images/loading_128x128.gif') no-repeat
		center;
}

/*
 * jScrollPane overrides
 */
 
 .xt-scrollbar {
   overflow-x: hidden;
 }
 
 .jspTrack {
  background: #CCEAFF;
 }
 
 .jspDrag {
  background: #4882D0;
 }
 
 .jspVerticalBar, .jspHorizontalBar .jspArrow {
   width: 7px;
 }

/*
 * Bootstrap overrides
 */
 
.alert {
  font-size: 110%;
  font-weight: bold;
}

.alert-info {
  background-color: #DFEBFF;
  border-color: #BFD9FF;
}

.btn-primary {
	background-image: none;
	color: #333;
	background-color: #DFEBFF;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',
		endColorstr='#0044cc', GradientType=0 );
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
	text-shadow: none;
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]
	{
	background-color: #BFD9FF;
	color: #333;
}

.btn-nav, .btn-nav:hover, .btn-nav:active, .btn-nav.active, .btn-nav.disabled, .btn-nav[disabled] {
	/* width: 100px; */
	margin-bottom: 10px;
	background-color: #FFF;
	background-image: none;
	border: none;
}

.btn-previous {
	text-align: left;
	display: inline;
}

.btn-next {
	text-align: right;
	float: right;
	display: inline;
}

.help-block {
	margin-bottom: 5px;
}

/* 
 * Upload Status 
 */
.ui-dialog table {
	margin: 0;
}

.ui-dialog td {
	border: none;
	padding: 3px;
}

/* Autocomplete needs to occur on top of modals */
.ui-autocomplete {
    z-index: 2147483647;
}

.modal-footer {
    text-align: left;
}


#footernav {
    background-color : white;
	bottom: -256px;
}

#mainbody {
    margin-top: 150px;
}

div.navbar-fixed-top {
    background-color : white;
}

#listing-wrapper table {
    margin-bottom: 55px;
}

#file-controller .dropdown-menu {
    z-index: 10000;
}

.navbar-fixed-bottom {
    z-index: 0;
}

.assign-files .ui-grid-cell-contents {
	color: #333;
}

.assign-files .locked .ui-grid-cell-contents {
	color: #000;
	font-weight: bold;
}

.assign-files .unassigned .ui-grid-cell-contents {
	color: #777;
	font-weight: lighter;
}

.assign-files .filters {
	margin-bottom: 10px;
}

.assign-files .form-search {
	position: relative;
}

.assign-files .filters .dropdown-menu {
	padding: 15px;
}

.assign-files .filters .dropdown-toggle {
	width: 100%;
}

.form-search .icon-search {
	position: absolute;
	top: 6px;
    right: 15px;
}

.assign-files .file-stats, .assign-file .device-stats {
	margin-top: 10px;
}

.review-assignments tbody td {
	vertical-align: middle;
}

#left-side {
	padding: 1rem;
}

.ui-autocomplete { z-index:2147483647; }