.navbar-custom {
    background: linear-gradient(170deg, #0d8f13, #4f646f);
}

.logo-box {
    background-color: whitesmoke;
}

/* Notification */
.notification-list {
    margin-left: 0 !important;
}

.notification-list .noti-title {
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #0d8f13;
    margin: -6px -1px 0px -1px;
    width: auto;
    padding: 12px 20px;
}

.notification-list .noti-title h5 {
    color: #ffffff;
    margin: 0;
}

.notification-list .noti-title .label {
    float: right;
}

.notification-list .noti-icon {
    font-size: 22px;
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 8px;
}

.notification-list .notify-item {
    padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
    margin-top: 4px;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
    font-weight: 500;
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-all {
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -5px 0;
    background-color: #e2e2e2;
}

.notification-list .profile-dropdown .notify-item {
    padding: 4px 20px;
}


/* =============
   Buttons
============= */
.btn {
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 14px;
    outline: none !important;
    font-family: "NeoSansStd-Regular", sans-serif;
}

.btn-md {
    padding: 9px 18px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 12px 20px !important;
    font-size: 18px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 14px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

.btn-custom {
    background-color: #0d8f13;
    border-color: #0d8f13;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    background-color: #0b7810 !important;
    border: 1px solid #0b7810 !important;
}

.btn-custom.focus, .btn-custom:focus, .btn-outline-custom.focus, .btn-outline-custom:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(13, 143, 19, 0.3);
    box-shadow: 0 0 0 2px rgba(13, 143, 19, 0.3);
}

.btn-secondary {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
    color: #797979;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.07) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #797979;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #0d8f13 !important;
    border: 1px solid #0d8f13 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #0b7810 !important;
    border-color: #0b7810 !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(13, 143, 19, 0.3);
    box-shadow: 0 0 0 2px rgba(13, 143, 19, 0.3);
}

.btn-success {
    background-color: #32c861 !important;
    border: 1px solid #32c861 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #2db457 !important;
    border-color: #2db457 !important;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(50, 200, 97, 0.3);
    box-shadow: 0 0 0 2px rgba(50, 200, 97, 0.3);
}

.btn-info {
    background-color: #34d3eb !important;
    border: 1px solid #34d3eb !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #1dcee9 !important;
    border-color: #1dcee9 !important;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(52, 211, 235, 0.3);
    box-shadow: 0 0 0 2px rgba(52, 211, 235, 0.3);
}

.btn-warning {
    background-color: #ffa91c !important;
    border: 1px solid #ffa91c !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #ff9f03 !important;
    border-color: #ff9f03 !important;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 169, 28, 0.3);
    box-shadow: 0 0 0 2px rgba(255, 169, 28, 0.3);
}

.btn-danger {
    background-color: #f96a74 !important;
    border: 1px solid #f96a74 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #f8515d !important;
    border-color: #f8515d !important;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(249, 106, 116, 0.3);
    box-shadow: 0 0 0 2px rgba(249, 106, 116, 0.3);
}

.btn-inverse {
    background-color: #36404c !important;
    border: 1px solid #36404c !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #2b333d !important;
    border-color: #2b333d !important;
}

.btn-inverse.focus, .btn-inverse:focus, .btn-outline-inverse.focus, .btn-outline-inverse:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
    box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
}

.btn-purple {
    background-color: #5553ce !important;
    border: 1px solid #5553ce !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #413fc8 !important;
    border-color: #413fc8 !important;
}

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(85, 83, 206, 0.3);
    box-shadow: 0 0 0 2px rgba(85, 83, 206, 0.3);
}

.btn-pink {
    background-color: #ec6794 !important;
    border: 1px solid #ec6794 !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #e95084 !important;
    border-color: #e95084 !important;
}

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(236, 103, 148, 0.3);
    box-shadow: 0 0 0 2px rgba(236, 103, 148, 0.3);
}

.btn-bordered {
    background-color: transparent !important;
}

.btn-bordered.btn-secondary {
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.15) !important;
}

.btn-bordered.btn-custom {
    color: #0d8f13 !important;
    border: 2px solid #0d8f13 !important;
}

.btn-bordered.btn-custom:hover, .btn-bordered.btn-custom:focus, .btn-bordered.btn-custom:active {
    background-color: #0d8f13;
    color: #ffffff !important;
    border: 2px solid #0a6e0f !important;
}

.btn-bordered.btn-primary {
    color: #0d8f13 !important;
    border: 2px solid #0d8f13 !important;
}

.btn-bordered.btn-primary:hover, .btn-bordered.btn-primary:focus, .btn-bordered.btn-primary:active {
    background-color: #0d8f13;
    color: #ffffff !important;
    border: 2px solid #0a6e0f !important;
}

.btn-bordered.btn-success {
    color: #32c861 !important;
    border: 2px solid #32c861 !important;
}

.btn-bordered.btn-success:hover, .btn-bordered.btn-success:focus, .btn-bordered.btn-success:active {
    background-color: #32c861;
    color: #ffffff !important;
    border: 2px solid #2bab53 !important;
}

.btn-bordered.btn-info {
    color: #34d3eb !important;
    border: 2px solid #34d3eb !important;
}

.btn-bordered.btn-info:hover, .btn-bordered.btn-info:focus, .btn-bordered.btn-info:active {
    background-color: #34d3eb;
    color: #ffffff !important;
    border: 2px solid #17cae5 !important;
}

.btn-bordered.btn-warning {
    color: #ffa91c !important;
    border: 2px solid #ffa91c !important;
}

.btn-bordered.btn-warning:hover, .btn-bordered.btn-warning:focus, .btn-bordered.btn-warning:active {
    background-color: #ffa91c;
    color: #ffffff !important;
    border: 2px solid #f79a00 !important;
}

.btn-bordered.btn-danger {
    color: #f96a74 !important;
    border: 2px solid #f96a74 !important;
}

.btn-bordered.btn-danger:hover, .btn-bordered.btn-danger:focus, .btn-bordered.btn-danger:active {
    background-color: #f96a74;
    color: #ffffff !important;
    border: 2px solid #f84854 !important;
}

.btn-bordered.btn-inverse {
    color: #36404c !important;
    border: 2px solid #36404c !important;
}

.btn-bordered.btn-inverse:hover, .btn-bordered.btn-inverse:focus, .btn-bordered.btn-inverse:active {
    background-color: #36404c;
    color: #ffffff !important;
    border: 2px solid #272e37 !important;
}

.btn-bordered.btn-purple {
    color: #5553ce !important;
    border: 2px solid #5553ce !important;
}

.btn-bordered.btn-purple:hover, .btn-bordered.btn-purple:focus, .btn-bordered.btn-purple:active {
    background-color: #5553ce;
    color: #ffffff !important;
    border: 2px solid #3a38c5 !important;
}

.btn-bordered.btn-pink {
    color: #ec6794 !important;
    border: 2px solid #ec6794 !important;
}

.btn-bordered.btn-pink:hover, .btn-bordered.btn-pink:focus, .btn-bordered.btn-pink:active {
    background-color: #ec6794;
    color: #ffffff !important;
    border: 2px solid #e8477e !important;
}

.btn-rounded {
    border-radius: 2em;
}

/* Social Buttons */
.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #00aced !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6 !important;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89 !important;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #517fa4 !important;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #cb2027 !important;
}

.btn-dropbox {
    color: #ffffff !important;
    background-color: #007ee5 !important;
}

.btn-flickr {
    color: #ffffff !important;
    background-color: #ff0084 !important;
}

.btn-tumblr {
    color: #ffffff !important;
    background-color: #32506d !important;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0 !important;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000 !important;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515 !important;
}

.btn-spacing {
    margin-left: 8px;
}


/* =============
   Print css
============= */
@media print {
    .page-title-box, .topbar-left, .hidden-print, .breadcrumb, .page-title, .footer, .topbar {
        display: none;
        margin: 0;
        padding: 0;
    }

    .left, .right-bar {
        display: none;
    }

    .content {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .content-page {
        margin-left: 0;
        margin-top: 0;
    }

    .card-box, body {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}


/* Card Box */
.card-box {
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #ffffff;
    overflow: auto;
}

.pull-right {
    float: right;
}

a {
    color: #0d8f13;
}


/* Added for login */

.bg-accpunt-pages {
    background: #0d8f13;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #0d8f13, #5691c8);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #0d8f13, #5691c8);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-bottom: 0;
    min-height: 100px !important;
}

.wrapper-page {
    display: table;
    height: 100vh;
    width: 100%;
}

.account-pages {
    display: table-cell;
    vertical-align: middle;
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
}

.account-logo-box {
    padding: 30px 30px 0 30px;
}

.account-box .account-content {
    padding: 30px;
}


/* =============
   Common
============= */
body {
    margin: 0;
    padding-bottom: 60px;
    overflow-x: hidden;
    color: #797979;
    font-size: 16px;
    font-family: "NeoSansStd-Regular", sans-serif;
    background-color: #f1f1f1;
}

html {
    position: relative;
    min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #666f7b;
    margin: 10px 0;
}

h5 {
    font-size: 15px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #000;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e2e2e2;
}

.pagination-split li {
    margin-left: 5px;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
    background-color: #0d8f13;
    border-color: #0d8f13;
}

.pager li > a, .pager li > span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
}

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #0d8f13;
    border-color: #0d8f13;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: fade(#ffffff, 70%);
}

.form-control {
    font-size: 16px;
}

.action-checkbox {
    height: 35px; 
    width: 22px;
    align-items: center; 
    display: inline-flex;
}

.action-checkbox-label {
    height: 35px; 
    align-items: center; 
    display: inline-flex;
}