body *{
	border-radius: 0px !important;
}

.moduletable.whiteBlock{
  	background: #f4f4f44f;    
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    border: 1px solid #e3e3e3;
}


.moduletable.whiteBlock h3{
	font-weight: bold;
    border-bottom: 2px solid #081221;
    margin-bottom: 0px;
    background: #13294a;
    margin-top: 0px;
    padding: 10px;
    color: white;
}

.moduletable.whiteBlock > div{
	padding: 10px;
}

.moduletable.whiteBlock > div[id*=gantt]{
	padding: 0px;
}

.moduletable.whiteBlock > div[id*=calendar]{
	background: white;
}

.thumbnail.btn{
	background: #f4f4f44f;
}

.quickAddButtons .btn.btn-large.btn-info.btn-wide.dropdown-toggle{
	width: 100%;
	box-sizing: border-box;
}

#sidebar{

}

#joomproject{
	padding: 10px 0px;
}

#system-message-container{
	margin-top: 10px;
    margin-bottom: 0px;
}

#system-message-container .alert{
	margin-bottom: 0px;
}

.bodyBlock{
	min-height: 100vh;
	margin-bottom: 60px;
}

.footer{
	padding: 5px 20px;
    background: #ebebeb;
    border-top: 1px solid #d4d4d4;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
}

.footer p{
	margin: 0px;
}

.navbar-inverse .navbar-inner{
	background-color: #13294a;
    background-image: -moz-linear-gradient(top,#152d53,#10223e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#152d53),to(#10223e));
    background-image: -webkit-linear-gradient(top,#152d53,#10223e);
    background-image: -o-linear-gradient(top,#152d53,#10223e);
    background-image: linear-gradient(to bottom,#152d53,#10223e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff142c52', endColorstr='#ff0f213e', GradientType=0);
    border-color: #0b172a;
}

.breadcrumb{
	margin: 0px;
	background: none !important;
	padding-left: 0px;
}

.breadcrumb li{
	display: inline-block;
    text-shadow: 0 1px 0 #f4f4f4;
    font-weight: bold;
}

body.site {
    padding-top: 30px;
    background-color: white;
}

.navbar .nav > li {
    border-right: 1px solid #2c3f5a;
}

.navbar .nav > li:first-child{
	border-left: 1px solid #2c3f5a;
}

.navbar .nav > li > a > img {
    max-height: 15px !important;
    width: auto;
    margin-right: 5px !important;
    margin-top: -2px !important;
}

#joomproject.category-list h3{
    background: #13294a;
    color: white;
    padding: 20px;
}
#joomproject.category-list h3 ~ hr{
    display: none;
}

#joomproject.category-list .row-striped > .row-fluid{
    padding: 20px;
}

#print_btn{margin-left: 0px}

div.folder-order-dir select, div.filter-category select{
    min-width: 150px;
}

.JPTasks{
    padding: 0px !important;
}

.noBorder{
    border: none !important;
}

.noMargin{
    margin: 0px !important;
}

.noBorderBottom{
    border-bottom: 0px !important;
}

.table-white{
    background: white;
    width: 100%
}

.sidebar-nav h3 {
    color: white !important;
    background: #132a49;
   padding: 10px;
    margin: 0px; !important;
}

.moduleContent{
    padding: 10px;
    background: #f5f5f5;
}

.sidebar-nav .moduletable{
    padding-bottom: 10px;
}

#timedata .list-tasks{
    padding: 0px;
}

.moduleContent .JPTime .span12 .btn-group{
    display: block !important;
    float: none !important;
    margin-left: 0px;
}
.moduleContent .JPTime .pagination{
    display: none;
}


.quickAddButtons > .btn-group > a{
    width: 100%;
    box-sizing: border-box;
}

.JPTaskCounter p{
    margin: 0px;
}

div.view-tasks h3 > a{
    color: white;
}
div.view-tasks h3{
    position: relative;
    margin-bottom: 25px;
}
div.view-tasks h3:after{
    content: '';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #132a49;
    position: absolute;
    bottom: -20px;
    left: 10px;
}

.fn-gantt .leftPanel{
    overflow: initial !important;
}

[id*=joomActivitiesForm] input.search-query{
    width: 100% !important;
    box-sizing: border-box;
    padding: 13px 5px;
}