body {
    padding-top: 60px;
}

#login-form {
	width: 320px;
	margin: 0 auto;
}

#content {
	/*width: 992px;*/
	padding: 0 20px;
	margin: 0 auto;
}

#search-form {
	overflow: hidden;
}

.bottom-toolbar {
	/*margin-top: 15px;*/
}
.ui-widget {
	margin-bottom: 15px;
}

.thumbnail img {
	width: 100%;
}

a.offset-anchor {
	position: relative;
	top: -56px;
	display: block;
	visibility: hidden;
}

/* ------------
Custom navigation elements
------------ */
.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-brand {
  position: relative;
}
.navbar-brand .logo {
  position: absolute;
  top: 12px;
  left: -5px;
  height: 16px;
}


/* ------------
Custom form elements
------------ */
.horizontal-checkbox-list  {
    margin-bottom: 15px;
}
.horizontal-checkbox-list div.checkbox {
    display: inline-block;
    margin: 5px;
}
.input-group-btn select.btn {
	height: 32px;
}
.color .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer;
}


/* ------------
jQuery UI datepicker widget
------------ */
.ui-datepicker {
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    padding: 5px;
}
.ui-datepicker-header {
    background: #f5f5f5;
    border: solid 1px #dddddd;
}
.ui-datepicker-next.ui-state-hover {
    color: #333333;
    background: #ebebeb;
    border-color: #adadad;
    top: 2px;
    right: 2px;
}
.ui-datepicker-prev.ui-state-hover {
    color: #333333;
    background: #ebebeb;
    border-color: #adadad;
    top: 2px;
    left: 2px;
}
.ui-datepicker-calendar .ui-state-default {
    background: #f5f5f5;
    border: solid 1px #dddddd;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background: #ebebeb;
    border-color: #adadad;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
    background: none;
}
.ui-datepicker table {
    margin-bottom: 0;
}


/* ------------
Tabs
------------ */
.tab-content {
    padding: 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* ------------
Template composer
------------ */
.block-edit .include {
    cursor: move;
}


/* ------------
Directories
------------ */
#directories-form a.expand {
    color: #333;

}


.mce-window {
  z-index: 1050 !important;
}
.mce-fade {
  z-index: 1049 !important;
}