body {
	font-size:11px;
}

.container {
	width: 1000px;
}

#header {
    background: transparent;
    border-bottom: 2px solid white;
    height: 78px;
	position:relative;
}

.page-header, header h1 {
	background: url("../images/h4arrow.png") no-repeat scroll 10px 16px #DCDAD9;
	margin: 0;
	border-bottom:1px solid white;
	height:20px;
	line-height:20px;
	padding:10px 10px 10px 20px;
	font-weight: bold;
}

header h1 {
	font-size:11px;
	line-height: 20px;
}

#logo {display: inline-block; height: 100%;}
#profile_bar {
	position:absolute;
	bottom:0;
	left: 175px;
}

#profile_bar li {
	border-right: 1px dotted #4A4A4A;
}

#profile_bar li:last-child {
	border: 0
}

.tip {
    position: relative;
    cursor: default;
}
.tip::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    background: #333;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 11px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
    z-index: 9999;
}
.tip:hover::after {
    opacity: 1;
}

.level-badge-sep {
    margin: 0 3px;
    color: #bbb;
}

.level-badge {
    display: inline-block;
    padding: 0px 5px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: normal;
    background: #e2e2e2;
    color: #777;
    cursor: default;
    vertical-align: middle;
    margin-left: 3px;
    line-height: 14px;
}

.navbar {
	margin: 0;
}

.messageBag:empty{
	display:none;
}

#footer {
    border-top: 1px solid #E6E6E6;
    color: #7B7B7B;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.btn-pink {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #C94A5F;
  *background-color: #C94A5F;
  background-image: -moz-linear-gradient(top,  #c94a5f 0%, #c94a5f 50%, #ba122b 51%, #ba122b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c94a5f), color-stop(50%,#c94a5f), color-stop(51%,#ba122b), color-stop(100%,#ba122b));
  background-image: -webkit-linear-gradient(top,  #c94a5f 0%,#c94a5f 50%,#ba122b 51%,#ba122b 100%);
  background-image: -o-linear-gradient(top,  #c94a5f 0%,#c94a5f 50%,#ba122b 51%,#ba122b 100%);
  background-image: linear-gradient(top,  #c94a5f 0%,#c94a5f 50%,#ba122b 51%,#ba122b 100%);
  background-repeat: repeat-x;
  border-color: #BA122B;
  border-color: rgba(186, 18, 43, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
  color: #ffffff;
  background-color: #BA122B;
}
.ta-right{
    text-align: right;
}
.strong{
    font-weight: bold;
}
.alert {
    margin-bottom:1px;
}
.form-actions {
	background-color: transparent;
        padding: 0;
}
.without-margin-top{
    margin-top: 0 !important;
}
.form-actions {
	background-color: transparent;
	border:0;
	padding-top:0;
        margin-top: 10px;
        margin-bottom: 10px;
}

.well-small .header h6 {
	margin:0;
}
.navigation-bar {
  background: url("../images/top-navi.png") no-repeat scroll 0 0 transparent;
  height: 20px;
  margin-bottom: 8px;
}
.top-navigation {
  border-right: 1px solid white;
  float: left;
  height: 20px;
}
.top-navigation li {
  display: inline;
  font-size: 9.5px;
  line-height: 20px;
}
.top-navigation a {
  border-left: 1px solid white;
  color: white;
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  padding: 0 4px;
}
.top-navigation a:hover, .top-navigation a.active {
  background: url("../images/top-navi-active.png") repeat-x scroll 0 0 transparent !important;
  text-decoration: none;
}
.top-navigation a.new-msg {
  background: url(../images/top-navi-has-messages.png)  no-repeat scroll 0 0 transparent;
  height: 20px;
  margin-bottom: 8px;
  text-decoration: none;
}
ul.msg{
    margin: 0 0 0 5px;
}
li.msg{
    list-style: none;
}
span.input-spinner{
    position: absolute;
    right: 0;
    top: 5px;
    margin-right: 5px;
    background: url(../images/spinner.gif)  no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.custom-combobox-input {
    margin: 0;
    padding: 6px;
    border: 1px solid #CCC;
    background: #ffffff;
    color: #555;
    font-weight: normal;
}
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ccc;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ccc;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}
select.inbox-multiselect{
    width: 244px;
}
.pagination{
    margin: 10px 0;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.row-fluid .offset0 {
    margin-left: 0
}
.row-fluid .span12.offset0 {
  width: 99.99999999999999%;
  *width: 99.93055555555554%;
}
.row-fluid .span11.offset0 {
  width: 91.66666666666666%;
  *width: 91.59722222222221%;
}
.row-fluid .span10.offset0 {
  width: 83.33333333333331%;
  *width: 83.26388888888887%;
}
.row-fluid .span9.offset0 {
  width: 74.99999999999999%;
  *width: 74.93055555555554%;
}
.row-fluid .span8.offset0 {
  width: 66.66666666666666%;
  *width: 66.59722222222221%;
}
.row-fluid .span7.offset0 {
  width: 58.33333333333333%;
  *width: 58.263888888888886%;
}
.row-fluid .span6.offset0 {
  width: 49.99999999999999%;
  *width: 49.93055555555555%;
}
.row-fluid .span5.offset0 {
  width: 41.66666666666666%;
  *width: 41.597222222222214%;
}
.row-fluid .span4.offset0 {
  width: 33.33333333333333%;
  *width: 33.263888888888886%;
}
.row-fluid .span3.offset0 {
  width: 24.999999999999996%;
  *width: 24.930555555555554%;
}
.row-fluid .span2.offset0 {
  width: 16.666666666666664%;
  *width: 16.59722222222222%;
}
.row-fluid .span1.offset0 {
  width: 8.333333333333332%;
  *width: 8.263888888888888%;
}
textarea:focus, input:focus, select:focus{
    border-color: #BA122B !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 18, 43, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 18, 43, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 18, 43, 0.6) !important;
}

/*a.btn-small{
    line-height: 15px;
}*/
.form-label{
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}
.form-group{
    padding: 0 40px;
    width: 100%;
}
.line {
    border-bottom: 3px solid #EEE;
}
.row-error span{
    color: #B94A48 !important;
}
.row-fluid .span5-5{
    width: 45%;
}
.row-fluid .span7-5{
    width: 52%;
}
input.btn{
    height: 28px;
}

.grey-container-body {
	background-color: #F3F2F1;
    border: 1px solid #E3E3E3;
    padding: 10px;
}

.grey-container-head {
	background: url("../images/h4arrow.png") no-repeat scroll 10px 16px #DCDAD9;
    border-bottom: 1px solid white;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0 0 0;
    padding: 10px 10px 10px 20px;
}

.rot-neg-90 {
	-writing-mode: bt-lr;
	-ms-writing-mode: bt-lr;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: 50% 50%;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.without-margin-bottom{
    width: 100%;
    margin-bottom: 0px !important;
}
.without-margin-btm{
    margin-bottom: 0px !important;
}
.clear{
    clear: both;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.divider{
    margin-bottom: 18px;
}
.input-date{
    width: 65px;
}
a.sort-link{
    color: #333;
}
.without-margin{
    margin: 0 !important;
}
a.icon:hover{
    text-decoration: none;
}
.help-block{
    list-style: none;
    color: #B94A48 !important;
}
ul.help-block{
    margin: 0;
}
legend{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}
.form-horizontal .controls-report{
    margin-left: 165px;
}
.jstree-default a.jstree-search{
    color:#BD362F !important;
}
.jstree-default.jstree-focused{
    background: #ffffff !important;
}
.button_navigation{
	text-align: center;
	margin-top: 15px;
}
.jstree-default .jstree-hovered {
    background:#FBF0EE !important;
    border:1px solid #ffffff !important;
    color:black !important;
}
.jstree-default .jstree-clicked, .jstree-clicked .jstree-hovered{
    border: 1px solid #ffffff !important;
    background: #E27773 !important;
    color: #ffffff !important;
}

.customSelect.customSelectFocus{
    border: 1px solid #BA122B !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 18, 43, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 18, 43, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(186, 18, 43, 0.6) !important;
}
span.customSelect {
    background:#fff url(../images/custom-select.png) right center no-repeat;
    border:1px solid #CCC;
    color:#555;
    padding:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px;
}

.ui-widget{
    font-size: 11px;
    line-height: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
select:focus, .custom-combobox-input:focus{
    outline:none !important;
}
.modal-body label.control-label-potential{
    width: 190px;
    float: left;
    padding-top: 5px;
    text-align: right;
}
.modal-body div.controls-potential{
    margin-left: 210px;
}
a.disabled, a.disabled:hover,
a.disabled:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
td.text-left{
    text-align: left !important;
}
.nowrap{
    white-space: nowrap;
}
.wrap{
    word-break: break-all;
}
.error-container{
    width: 400px;
    margin: 0 auto;
}
.terms{
    width: 430px;
    padding: 0 70px;
}

div .terms label{ line-height: 20px;}


table tr.align-middle td{
    vertical-align: middle
}
.divider-small{
    margin-bottom: 14px;
}
.jstree li.user-disabled > a, .jstree li.user-disabled > a:hover{
    color: grey;
}
.page-break {display: none;}
#message-form{
    width:545px;
    margin: 20px auto 0;
}

.form-inline .controls .shortLabel, .form-horizontal .controls-report .shortLabel { width: 20px;}
.form-inline .controls .shortLabel  { float: none;}

.icon-lock:hover{
    cursor: pointer;
}

.icon-remove:hover{
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.w-95 {
    width: 95%;
}

.w-98 {
    width: 98%;
}

.w-49 {
    width: 49%;
}

.w-45 {
    width: 45%;
}

.inline-block {
    display: inline-block;
}

.clearfix {
    clear: both;
}

.top-navigation.navigation {
    margin: 0 0 9px 8px;
}
