.required > label:after {
    content: ' *';
    color: #C3232D;
}
/**
 Admin Nav
 */
.pcoded-header .navbar-nav > li {
    line-height: inherit;
}
.pcoded-content {
    padding-top: 0px;
}
.pcoded-navbar .mobile-menu {
    display:none;
}
.login-card {
    width:550px;
    margin:0 auto;
    max-width:100%;
}
/**
 Admin Profile
 */
.profile-item {
    margin:0 0 20px 0;
}
/**
Admin breadcrumb
 */

.pcoded-main-container .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
}
.pcoded-main-container .breadcrumb > li {
    margin-right: 10px;
}

.pcoded-main-container .breadcrumb  {
    padding-left: 0;
}

.in_row_ajax_edit_button, .in_row_ajax_view_button, .in_row_ajax_delete_button{
    white-space: nowrap;
    margin-bottom: 4px;
    display: inline-block;
}

.edit_view_button{
    display: inline-flex;
}

span.select2-container .select2-selection--single {
    height: calc(2.55rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 41px;
}

/* In table delete btn style*/
.theme-bg3, .in_row_ajax_delete_button {
    background: linear-gradient(-135deg, #ff8888 0%, #ff6666 100%);
}

/* CSS for Footer */
html {
    position: relative;
    min-height: 100%;
}

.main-container {
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.edit_view_button .fa{
    margin-right: 2px;
    line-height: unset;
}

.cell-breakWord {
    word-wrap: break-word;
    width: 50%;
    white-space: normal !important;
}
