@charset "utf-8";

/* CSS Document */





/* LOGIN PORTION */

.navbar-fixed-top {

    background-color: #dd4b39;

}



.login-form {

	margin-top:60px;

}



.login-title {

	font-weight: 700;

	font-size:30px;

	margin-top:10px;

	color:#FFF;

}

/* END LOGIN PORTION */





/* HEADER PORTION */

.content-header > h1 {

    color: gray;

    font-size: 28px;

    font-weight: 700;

    margin: 0;

}



/* END HEADER PORTION */





/* BGCOLOR PORTION */



.bg-violet{

    background-color: #FF99FF !important;

}



/* END BGCOLOR PORTION */





.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

    padding: 4px;  

}



.callout {

    padding: 10px 30px 10px 15px;

}




/** TASK MANAGEMENT STYLES @chlarkkirby */

.task-tile-label {
    font-weight: 700;
}

.task-tile-info {
    padding-left: 5px;
}

.task-title {
    font-weight: 700;
    font-size: 24px;
}
