.main-header {
    background: #46b746;
}

.main-header .navbar-nav .nav-item a{
    color: #fff;
}

.card {
    margin-bottom: 0px;
}

.required:after {
    content:" *";
    color: red;
}

#list table {
    width: 100%;
    white-space: nowrap;
}

.scroll-div {
    height: 10px;
}
.scroll-parent-1 {
    height: 10px;
    overflow-x: auto;
    overflow-y:hidden;
}
.scroll-parent-2  {
    overflow-x: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999!important;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day {
    padding: 6px;
}
select {
    font-family: 'FontAwesome', 'sans-serif';
}
.bg_register {
    border-bottom: dashed 1px #c4c4c3
}
.nav-tabs {
    border-bottom: none;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 13px;
    margin: auto;
    width: 229px;
}
.nav-tabs li a {
    background: #fff;
    border: solid 2px #77ae02;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    color: #77ae02;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.nav-tabs li a.active,.nav-tabs li a:hover, :focus {
    text-decoration: none !important;
    outline: none !important;
    outline-offset: -2px;
    background: #77ae02;
    color: #fff;
}
.nav-tabs li a.active::after,.nav-tabs li a:hover::after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #77ae02;
    clear: both;
}


#lindo_slider { background: #56bf09 !important; color: #fff !important }
#lindo_slider img.lindo-image { margin-left: 25px; width: 98px; height: auto; display: block; }
#lindo-menu ul li a.nav-link { color: #fff; }
#lindo-menu ul li .nav-treeview {background-color: rgba(255,255,255,.1);
color: #fff;}

#lindo-menu .nav-sidebar .nav-item > .nav-link { margin-bottom: 0 !important }
#lindo-menu ul li .pd-menu-child {  padding-left: 22px }
.main-header { background: #56bf09 !important;}
.scroll-parent-2 { margin-top: 20px; }
div.btn { cursor: pointer; padding: 2px 5px !important; font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}