.header .navbar-nav {
    margin-right: 0;
}

.language .dropdown-menu {
    min-width: 110px;
}

.language .dropdown-menu span {
    margin-right: 7px;
}

.btn {
    font-size: 13px;
}

.footer-nav {
    border-top: 1px solid #eee;
    color: #767676;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

.site-footer-links {
    list-style: outside none none;
    margin: 0;
}

.site-footer-links li {
    display: inline-block;
    line-height: 16px;
}

.site-footer-links li + li {
    margin-left: 10px
}

.separator {
    color: #999;
    font-size: 18px;
    padding: 0 3px;
}

.entry-title {
    color: #666;
    float: left;
    font-size: 17px;
    line-height: 26px;
    max-width: 635px;
    padding-left: 18px;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

.pagehead {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 0px;
    position: relative;
}

.pagehead h1 {
    font-size: 17px;
    display: inline-block;
    float: none !important;
    color: #666;
}

.pagehead ul.pagehead-actions {
    float: right;
    margin: 0;
    z-index: 21;
}

.pagehead-actions > li {
    color: #333;
    float: left;
    font-size: 11px;
    list-style-type: none;
    margin: 0 10px 0 0;
}

.scrollspy-nav {

    margin-bottom: 0;
}

.navbar-form {

}

.navbar-form .navbar-inner {
    border-bottom: 1px solid #eee;
}

.navbar-form .nav {
    display: block;
    float: left;
    left: 0;
}

.navbar-form .nav > li {
    float: left;
}

.navbar-form .nav > li > a:hover, .navbar-form .nav > li > a:focus {
    background: #d9e0e7;
}

.navbar-form .nav .active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #555;
    color: #111;
    font-weight: bold;
    padding-bottom: 2px;
}

.pagehead-nav {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.analge-detail {
    background-color: #fafafa;
}

.activity-list {
}

.contract-type-1 {
    color: #2f8206;
}

.contract-type-2 {
    color: #ff5b57;
}

.contract-type-3 {
    color: #868686;
}

.activity-list h3.activity-type-1 {
    font-weight: bold;
    color: #2f8206;
}

.activity-list h3.activity-type-2 {
    font-weight: bold;
    color: #ff5b57;
}

.activity-list h3.activity-type-3 {
    font-weight: bold;
    color: #868686;
}

.activity-list div.activity-type-1 {
    background: #dff2d4;
    color: #2f8206;
}

.activity-list div.activity-type-2 {
    background: #ff5b57;
    color: #fff;
}

.activity-list div.activity-type-3 {
    background: #f0f3f5;
    color: #8c8c8c;
}

.activity-list .activity-type-1 .activity-type-1 {
    border: 1px solid #fff;
}

.activity-list .activity-type-2 .activity-type-2 {
    border: 1px solid #fff;
}

.activity-list .activity-type-3 .activity-type-3 {
    border: 1px solid #fff;
}

.form-control {
    outline: 0 none;
    padding: 4px;
    height: 32px;
    border-radius: 3px;
}

/* Dashboard style: START */
#header .nav .language {
    /*color: #fff !important;*/
    font-size: 18px;
    height: 40px;
    padding-top: 10px;
    margin-right: 20px;
}

#header .nav .language a {
    /*color: #fff !important;*/
    text-decoration: none;
}

#header .nav .language span.active a {
    /*color: yellow !important;*/
}

#header .nav .logout {
    cursor: pointer;
}

#header .nav .logout img {
    width: 50px;
    height: 50px;
}

.simpleview-logo {
    width: 150px;
    height: 50px;
    cursor: pointer;
    background: url('/img/simpleview-logo-01.png') no-repeat;
    display: block;
}

.bg-widget-dark {
    background: rgb(114, 114, 114) !important;
}

.bg-dashboard-blue {
    /*background: rgb(0,113,193) !important;*/
}

.widget-header-orange {
    background: rgb(242, 140, 76) !important;
}

.bg-sidebar-right {
    background: rgb(50, 82, 105) !important;
}

.sidebar-right {
    color: #fff !important;
}

.sidebar-right .panel-body .item {
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.sidebar-right .panel-body .item:hover {
    background: rgb(50, 82, 95) !important;
}

.sidebar-right .panel-body .item a {
    color: #fff !important;
}

.sidebar-right .panel-body .item img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.sidebar .side-left, .sidebar .side-right {
    min-height: 500px;
}

.sidebar .side-right li {
    padding: 10px;
}

.sidebar .side-right li p {
    font-size: 30px;
}

.sidebar .side-left img {
    cursor: pointer;
    margin-left: -12px;
    margin-top: 7px;
}

span.trend {
    font-size: 24px;
    color: rgb(130, 182, 103);
    margin-left: 33px;
}

span.trend-up {
    font-size: 24px;
    color: rgb(118, 255, 3);
    margin-left: 33px;
}

span.trend-down {
    font-size: 24px;
    color: rgb(244, 67, 54);
    margin-left: 33px;
}

.arrow-up {
    width: 24px;
    height: 24px;
    background: url('/img/arrow-up.png');
}

.arrow-down {
    width: 24px;
    height: 24px;
    background: url('/img/arrow-down.png');
}

.bg-yellow-green {
    background: rgb(55, 170, 49) !important;
}

.widget-table {
    width: 100%;
}

.widget-table thead {
    text-decoration: underline;
}

.widget-table tr {
    cursor: pointer;
}

.widget-table tr:hover {
    background: rgb(55, 170, 49) !important;
}

.widget-table tr td {
    padding: 5px 0;
}

tr > td > div.datepicker {
    width: 200px;
}

select.form-control {
    height: 32px;
}

.bg-widget-grey {
    background: #eee;
}

.widget {
    color: #fff;
}

.widget p.total {
    font-size: 30px;
}
/* Dashboard style: END */