body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    color: #428bca
}

#header{
    background: #ffffff no-repeat;
}

#body {
    background: #fff;
}

#navigation-menu,
#employee-list .employee-list-header{
    background: #0099cc;
    border-color: #0099cc;
}

.label-primary {
    background-color: #73c167;
}

.btn-primary.disabled {
    background-color: #73c167;
    border-color: #0099cc;
    color: #ffffff;
}
.btn-primary {
    background-color: #73c167;
    border-color: #0099cc;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #0099cc;
    border-color: #0099cc;
    color: #ffffff;
}
.e-performance-section a:hover,
.e-performance-section a:focus{
    border:2px solid #0099cc;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-arrow-left .arrow:before, .btn-arrow-right .arrow:before {
    background-color: #73c167;
    border: 1px solid #0099cc;
}
.btn-arrow-left:hover .arrow:before, .btn-arrow-right:hover .arrow:before ,
.btn-arrow-left:focus .arrow:before, .btn-arrow-right:focus .arrow:before ,
.btn-arrow-left:active .arrow:before, .btn-arrow-right:active .arrow:before {
    background-color: #0099cc;
}

input[type=submit],
input[type=button],
button{
    background-color: #73c167;
    border-color: #0099cc;
    color: #ffffff;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
input[type=submit]:focus,
input[type=button]:focus,
button:focus,
input[type=submit]:active,
input[type=button]:active,
button:active,
input[type=submit].active,
input[type=button].active,
button.active{
    background-color: #73c167;
    border-color: #0099cc;
    color: #ffffff;
}

.calendar-header{
    background-color: #ff0066;
    color: #ffffff;
}

.elmo-table-header,
.table th,
#body table > tbody > tr > th,
#body .generaltable th.header,
#body .ng-table th.sortable.sort-asc,
#body .ng-table th.sortable.sort-desc,
.expandable-edge-sencond,
.expandable-edge-sencond h4 small,
.profile-section .panel-heading,
#section-list .section-title,
.block-header
{
    background-color: #ff0066;
    color: #ffffff;
}
.icon-colour
{
    color: #0099cc !important;
}
/* this style is to ensure dropdown and input text always black */
.table th select,
.table th input,
#body table > tbody > tr > th select,
#body table > tbody > tr > th input{
    color: #000;
}

.employee-list-header{
    background-color: #ff0066;
    color: #ffffff;
}

.table-hover > tbody > tr:hover > th {
    background-color: #ff0066;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ff0000;
    background-color: rgba(54, 25, 25, 0.2);
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ff0000;
    background-color: rgba(54, 25, 25, 0.2);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #E7E7E7;
    color: #ff0000;
    background-color: rgba(54, 25, 25, 0.2);
}

.gantt-th{
    background-color : #ccc;
}

#employee-list .list-group-item{
    padding-left:0px !important;
    padding-right:0px !important;
}

.block-header{
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    font-weight: bold;
    cursor: pointer;
}

/** style for LMS **/
.generalbox .header,
.userprofile .header{
    background: #ff0066;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

#page-course-notifications #notification-list .list-group-item {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#page-course-notifications #notification-list .panel-body {
    padding-left: 0;
    padding-right: 0;
}

#page-course-notifications #add-notification {
    margin-top: 24px;
}