input[readonly]{border:0!important}
input[readonly="readonly"] {border:0!important}
@font-face {
    font-family: tt_font;
    src: local(tt_font), url('/css/handsean.ttf') format('opentype');
}

@font-face {
    font-family: ct_font;
    src: local(ct_font), url('/css/Asejo.ttf') format('opentype');
}

.ToolTracker > * {
	font-family: tt_font, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.CrewOrganizer > * {
	font-family: ct_font, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-draggable {
	cursor: pointer;
}

.publicBackground{ 
background-image:url('/images/bffBackground.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top; 
width:1200px;
min-width:1200px;
height:800px;
min-height:800px;
}

@media print 
{
    .noPrint 
    {
        display:none;
    }
}

.mapHover {cursor: move;}
#progressMap area{
    cursor:move;
}
.main .tab-content {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #128cc7;
}

.nav-tabs {
	border-bottom: none!important;
}
.nav {
	margin-bottom: 0px!important;
}
.nav-tabs > li {
  /*background-color: #f5f5f5;*/
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(0,0,0,.05);
  border-left: 1px solid #eee;
  border-left: 1px solid rgba(0,0,0,.05);
  border-right: 1px solid #eee;
  border-right: 1px solid rgba(0,0,0,.05);
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
}

.nav > .active li > a,
.nav > .active li > a:hover {
  color: #eeeeee;
  text-decoration: none;
  background-color: #9AA117;
}

.dropdown-menu > li > a{
	color: #000000!important;
	text-decoration: none;
	background-color: #ffffff!important;
}
.dropdown-menu > li > a:hover{
	color: #ffffff!important;
	text-decoration: none;
	background-color: #E3E967!important;
}

.form-horizontal .control-label {
	padding-top: 0px!important;
}
