.tree_structure {
  margin: 0;
  width: 80%;
}

.tree_structure ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed #dfdfdf;
}


.tree_structure li {
  padding: 0px 0px;
  padding-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  list-style: none;
}

.tree_structure li:first-child {
  border-radius: 3px 3px 0 0;
}

.tree_structure li:last-child {
  border-radius: 0 0 3px 3px;
}

.tree_structure label {
  cursor: pointer;
}

.tree_structure input[type=checkbox] {
  margin: -2px 6px 0 0px;
}

.has > label {
  color: #000;
}

.tree_structure .total {
  color: #e13300;
}
.errormsg{
    color: red;
}
.cbb{
    padding: 5px;
}
.btn-primary {
    color: #fff !important;
    background-color: #36328C !important;
    border-color: #36328C !important;
}
.btn-primary:hover{
    color: #fff !important;
    background-color: #36328C !important;
    border-color: #36328C !important;
}
.alert {
    width: 30%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.dataTables_length,.dataTables_filter {
        padding:15px;
    }
    .dataTables_info {
        padding:0 15px;
    }
    .dataTables_filter {
        float:right;
    }
    .dataTables_length select {
        width:65px;
        padding:5px 8px;
    }
    .dataTables_length label,.dataTables_filter label {
        font-weight:300;
    }
    .dataTables_filter label {
        width:100%;
    }
    .dataTables_filter label input {
        width:78%;
    }
    .border-top {
        border-top:1px solid #ddd;
    }
    .dataTables_paginate.paging_bootstrap.pagination li {
        float:left;
        margin:0 1px;
/*        border:1px solid #ddd;*/
        border-radius:3px;
        -webkit-border-radius:3px;
        list-style: none;
        background: #fff;
    }
    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
        color:#c7c7c7;
    }
    .dataTables_paginate.paging_bootstrap.pagination li a {

        padding:5px 10px;
        display:inline-block;
    }
    .dataTables_paginate.paging_bootstrap.pagination li:hover a,.dataTables_paginate.paging_bootstrap.pagination li.active a {
        color:#fff;
        background:#00d82c;
        box-shadow: 0 5px 10px rgba(0,216,44,.3)!important;
    }
    .dataTables_paginate.paging_bootstrap.pagination {
        float:right;
        margin: 10px 0;
    }
    .dataTable tr:last-child {
        border-bottom: 1px solid #ddd;
    }