.backend-main-wrapper {
    min-height: 100%;
    padding-top: 60px;
    position: relative;
    min-width: 1300px;
}
.navbar{
    position: fixed;
}

.main-header .navbar {
    padding: 0px;
    border-bottom: 1px solid #808080;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    -webkit-transition: all 0.3s ease;
    min-height: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
    background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    padding: 11px 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.navbar-brand:hover{
    color: #fff;
}

.nav-left-sidebar {
    display: block;
    position: fixed;
    width: 264px;
    height: 100%;
    top: 52px;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    -webkit-transition: all 0.3s ease;
    border: 1px solid #808080;
}

.greenside-color {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    -webkit-transition: all 0.3s ease;
}

.body-wrapper {
    position: relative;
    left: 0;
    margin-left: 264px;
    min-height: 300px !important;
}

/*sidebar menu*/

.menu-list{
    padding-top: 0px;
    font-size: 15px;
}

.cbo-navbar-main{
    list-style: none;
    padding: 0;
    margin: 0;
}

.cbo-navbar-main > li {
    display: block;
}


.cbo-navbar-main > li > a {
    font-weight: 900;
}

.cbo-navbar-main > li > a , .cbo-nav-second > li > a {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding: 6px 5px 6px 5px;
    text-decoration: none;
    color: #000;
}

.cbo-navbar-main > li > a:hover , .cbo-nav-second > li > a:hover {
    background-color: #33cc33;
    cursor: pointer;
} 

.cbo-nav-second {
    list-style: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.cbo-nav-second > li {

}

.cbo-nav-second > li > a {
    padding-left: 20px;
}

/*end sidebar menu*/

.body-content{
    margin: 5px;
    width: 98%;
}


/* Panel form */

.panel-form{
    display: block;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 14px;
}

.form-header{
    color: #ffffff;
    display: block;
    position: relative;
    padding: 10px;
}

.form-body{
    background-color: #fff;
    display: block;
    position: relative;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    min-height: 100px;
    padding: 10px; 
}

.form-body-rm-border{
    border-top: none;
    border-bottom: none;
}

.panel-form div{
    padding-top: 3px;
}

.form-footer{
    display: block;
    min-height: 60px;
    padding-left: 10px;
}

.form-title{
    color: #fff;
    background-color: #33cc33;
    padding: 5px;    
}

/* End Panel form*/

p {
    color: #000;
}

div.dvpadding{
    padding-right: 10px;
}

div.dvpaddingleft{
    padding-right: 10px;
}

button{
    padding: 5px;
    min-width: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    color: #ffffff;

    background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
}

button > a{
    text-decoration: none;
    display: block;
    color: #ffffff;
}

button:hover{
    box-shadow: 0px 0px 15px #d2d2d2;
    background: #006e2e; /* Old browsers */
    background: -moz-linear-gradient(top,  #006e2e 0%, #006e2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #006e2e 0%,#006e2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #006e2e 0%,#006e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */
}

button > a:hover{
    text-decoration: none;
    color: #ffffff;
}

input[type=text],input[type=password],textarea{
    padding: 3px;
    width: 100%;
    border: 1px solid #808808;
    border-radius: 3px;
}

input[type=password]{
    padding: 7px;
}

/*box login*/
.body-box-login{
    background-color: #d2d2d2;
}
.box-login{
    width: 500px;
    margin: 0 auto;
    border: 1px solid #808080; 
    margin-top: 150px;
    background-color: #ffffff
}

.box-login-header{
    min-height: 30px;
    padding: 20px;
    text-align: center;
    font-size: 30px;
}

.box-login-body{
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 20px;
    background-color: #ffffff
}
.box-login-body > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-login-footer{
    padding: 20px;
    text-align: center;
}

.box-login-footer > div[class=row]:first-child{
    margin-top: 0px;
}

.box-login-footer > div[class=row]{
    margin-top: 15px;
}

.box-login-button{
    width: 100%;
    margin:-15px;
}

.box-login-input{
   padding: 10px;
}
/*end box login*/

/*table memberlist*/

.table-mem-list {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    width: 100%;
}

.table-mem-list > thead > tr > th {
    background-color:  #299a0b;
    color: #ffffff;
    padding: 5px;
}

.table-mem-list > tbody > tr > td {
    padding: 5px;
}

.table-mem-list > thead > tr > th, .table-mem-list > tbody > tr > td {
    vertical-align: top;
    padding: 8px;
    border:1px solid #d8c6c6;
}

.table-mem-list > thead > tr > th:last-child, .table-mem-list > tbody > tr > td:last-child {
    width: 230px;
    vertical-align:middle;
}

/*end table memberlist*/

.navbar-right{
    right: 0;
    margin-right: 20px;
}

.navbar-addon > li {
    list-style: none;
    padding: 5px;
}
.navbar-addon > li > a{
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.dropdown-menu{
    padding: 10px;
    left: auto;
    right: 0;
    top: auto;
    margin-top: 15px;
    animation-duration: 3s;
}

.dropdown-menu > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px;
}

.dropdown-menu > li > a:hover {
    background-color: #299a0b;
    color: #fff;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}