body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;
}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}
input, textarea, select, .uneditable-input, .input-prepend .add-on, .input-append .add-on,.ui-sortable li {
    padding: 2px;
}
.form-horizontal .control-group {
    margin-bottom: 9px;
}
.form-horizontal ul.nav {
    margin-left: 160px;
}
.input-append .add-on {
    margin-left: -5px;
}
select.loading, div.loading, table.loading {
    background-image: url("loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
select.loading, div.loading *, table.loading * {
    opacity: 0.8;
}
select.loading.content, div.loading.content, table.loading.content {
    background-color: #EEEEEE;
}
div.loading.indicator, table.loading.indicator {
    height: 16px;
    width: 16px;
}
.table-striped tbody tr.odd td,.table-striped tbody tr.odd th{
    background-color: #F9F9F9;
}
.modal-body{
    overflow-x:hidden;
}
.table th, .table td {
    padding: 4px;
}

/* Marketing section of Overview
-------------------------------------------------- */
.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 300;
}
.marketing h2 {
  font-size: 22px;
}
.marketing p {
  margin-right: 10px;
}
.marketing .bs-icon {
  float: left;
  margin: 7px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}
.marketing ul{
    margin-top:1em;
}

/*
 * jQuery File Upload UI Plugin CSS 6.3
 */
.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}


.ui-sortable li {
    border: 1px solid #DDDDDD;
    cursor: pointer;
    margin: 2px;
}
.ui-sortable{
    border: 1px solid #DDDDDD;
}
.ui-sortable{
    min-height: 100px;
}
.grid-view {
    padding-top: 0;
}
#files-grid{
  word-break: break-all;
}
/*.modal.reac {
    margin: -250px 0 0 -470px;
    width: 940px;
}*/
.modal.big-modal {
width:96%;
margin-left: -48%;
max-height: 900px;
}
#addFileField{
    margin-bottom: 9px;
    display: block;
}
.form-inline .chzn-container{
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}
.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.user-info{
    float: left;
    padding-right: 5px;
}
.user-info:hover{
    cursor: pointer;
}
hr{
    border-color: #dddddd;
}
.tech-form, .files-form, .task-files-form, .reminders-form, .form_task_task, .form_task_tech{
    display: none;
    margin-top: 20px;
}
.list-view{
    margin-bottom: 15px;
}
.access-work{
    /*color:blue;*/
    color:       #2978e0;
    font-weight: bold;
}
.access-view{
    /*color:blue;*/
    color:       #32c3f4;
    font-weight: bold;
}
.access-finish{
    color:gray;
}
.access-pitstop{
    color: #BE6D46;
    font-weight: bold;
}
.access-other{
    /*color:orangered;*/
    color:       #f68c48;
    font-weight: bold;
}

.form .row{
    margin-left: 0px;
}

#taskfav img{
    padding-bottom: 7px;
    padding-left: 10px;
}
#lps-modal.modal {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -401px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 800px;
    z-index: 1050;
}
#lps-modal.modal table tr th{
    text-align: left;
}
.ltpnumber{
    width: 50px;
}

blockquote.active{
    border: 1px solid #C6D880;
    border-radius: 5px;
    background-color: #E6EFC2
}