body{background: #f5f5f5;}

/*Header part background*/
.header-part{background: #DFE5EA;padding: 15px;}

/*Nav bar*/
.navbar-inverse .navbar-inner {
  background-color: #205081;
  background-image: -moz-linear-gradient(top, #205081, #205081);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#205081), to(#205081));
  background-image: -webkit-linear-gradient(top, #205081, #205081);
  background-image: -o-linear-gradient(top, #205081, #205081);
  background-image: linear-gradient(to bottom, #205081, #205081);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff205081', endColorstr='#ff205081', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #dddddd;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    xbackground-color: #3b73af;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #008391 0%, #006A78 100%);
    background-image: linear-gradient(to bottom, #008391 0%, #006A78 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008391', endColorstr='#ff006A78', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

/* Show dropdown menus on hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}

.navbar .nav > li > .dropdown-menu:before{content: none;}
.navbar .nav > li > .dropdown-menu:after{content: none;}

.navbar .nav > li > .dropdown-menu{margin: 0px 0px 0px 0px;}

span.badge-success{background-color: #5CB85C;}

.user-text{line-height: 20px;text-align: center;}

.taskset-active{border: 1px dotted #0081c2;}

.task-item-placeholder{border: 1px dotted #0088cc;height: 25px;}

.pointer{cursor: pointer;}

.tag-a, .tag-a:hover, .tag-a:active, .tag-a:link{
    color: #ffffff;text-decoration: none;
}

.tag-a:hover{color: #dddddd;}

/*Attachments*/
.attach-item{margin-bottom: 10px;}
.attach-img{width: 80px;}

/*Task*/
.task-summary{height: 80px;}

.fs12{font-size: 12px;}
.fs11{font-size: 11px;}
.fs10{font-size: 10px;}

.bold{font-weight: bold;}
.aln-center{text-align: center;}

.input-info{text-align: left; float: left;color: gray;}

span.actions{font-size: 14px;}

.project-dropdown{max-height: 450px;overflow-y: auto;}

a.grey-link,a.grey-link:hover{color: #333333;text-decoration: none;}

footer.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-image: linear-gradient(to bottom, #008391 0%, #008391 100%);
    background-color: #222222;
    color: #dedede;
    padding: 5px;
    font-size: 11px;
}

footer.footer a,footer.footer a:hover{color: #dedede;text-decoration: underline;}

.margintop10{margin-top: 10px;}

.h100p{height: 100%;}
.h400{height: 400px;}
.h500{height: 500px;}
.overflow-y-auto{overflow-y: auto;}

#notifications > div.alert{margin-top: 20px;}