tr.table-background {
    background-color: #263544;
    color: #f2f7fb;
    font-size: small;
}

.btn i {
    margin-right: auto !important;
}

.action-tbl-col-style {
    width: 180px;
}

table tbody tr td.td-key {
    font-weight: bold;
    width: 250px;
}

.user-detail-image img {
    height: 260px;
    width: 100%;
}

.login-page-body {
    background-color: #f2f7fb !important;
    background-image: none !important;
}

span.select2-selection__placeholder {
    color: #fff !important;
}

// new work

.pcoded .pcoded-header[header-theme="themelight1"] {
    background: #2474c3 !important;
}


.pcoded .pcoded-header[header-theme="themelight1"] {
    background: #2474c3;
    color: white;
}



.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme6"] {
    background: #2474c3 !important;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .nav-user,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-inner-navbar {
    background: #2474c3 !important;
    /* #2474c3 */
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a {
    color: white;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a {
    background: #2474c3 !important;
    color: white !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li .pcoded-submenu {
    background-color: rgb(0 46 116 / 61%);
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li>a {
    color: White;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li:hover>a {
    color: white;
    background: #0055aab0;
}

.pcoded-content {
    margin-left: 250px !important;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a {
    font-size: 12px;
    padding: 8px 9px 8px 20px !important;
}

.main-body .page-wrapper {
    padding: 0rem 1.5rem
}

.page-header.card {
    margin: 10px 35px 0px;
}

.col-md-12 .card .card-header {
    padding: 6px 20px;
}

.card .card-header h5:after {
    bottom: -10px;
}

.card .card-block {
    padding: 15px 20px;
}

.form-group {
    margin-bottom: 5px;
}

.table th {
    padding: 15px 15px;
}

.table td {
    padding: 10px 10px;
}

.btn-sm {
    padding: 5px 8px;
    line-height: 9px;
    font-size: 15px;
    margin: 0px 0px;
}

.card .card-block .dropdown-menu {
    top: 25px;
}

.card .card-block .dropdown-menu {
    background-color: #bebebe;
}

.btn-secondary {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.col-xs-12 .card .card-header {
    padding: 10px 20px !important;
}

tr.table-background {
    /* background-color: #2474c3; */
    background-color: #2474c3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #2474c3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2474c3;
}

.btn-outline-success {
    color: #2474c3;
    border-color: #2474c3;
}

.align-items-end {
    background: #2474c3;
    color: white;
    padding: 7px 0px;
    border-radius: 5px;
}
a{
    color:white;
}

body{
    /* font-family: monospace !important;  */
}

.pcoded .pcoded-navbar{
    /* font-family: monospace !important;  */
}
h1, h2, h3, h4, h5, h6,p{
    /* font-family: monospace; */
}

.btn-outline-secondary:hover{
    color: #fff;
    border-color: #002E73;
    background-color: #2474c3;
    box-shadow: inset 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-body .card{
    border-top: 4px solid #2474c3;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

