

.right-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-col ul>li>a {
    text-decoration: none;
    margin-bottom: 10px;
    color: #333;
    border: 1px solid rgba(201, 199, 199, 0.3) !important;
    border-radius: 3px !important;
    margin: 5px !important;
}

.right-col ul>li.active a {
    background-color: #fff;
    border: 2px solid #5bc0de !important;
    color: #007bff;
}
.right-col ul>li>a:hover {
    border: 2px solid #428bca !important;
    color: #428bca;
}
.right-col ul>li.active>a:hover {
    border: 2px solid #5bc0de !important;
    color: #428bca;
}

.right-col ul>li:last-child>a {
    margin-bottom: 0;
}


/* list group a effect start */
#AccordionHeadings {
    font-weight: bolder;
    color: slategrey;
    font-size: medium;
  }
  .small:hover {
    background-color: #F8E498!important;
  }
  .list-group-item h5 {
    margin-left: 10px;
  }
  
  #AccordionText {
    margin-bottom: 0px!important;
    color: gray;
    margin-left: 10px;
  }
  
  #AccordIcon {
    padding-right: 10px;
    height: 25px;
    width: 25px;
  }
/* list group a effect end */




/* Editable Table Code Start */
.table-wrapper {
    width: auto;
    margin: 30px auto;
    background: #fff;
    /* padding: 20px;	 */
    /* box-shadow: 0 1px 1px rgba(0,0,0,.05); */
}
.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}
.table-title h2 {
    margin: 6px 0 0;
    font-size: 22px;
}
.table-title .add-new {
    float: right;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}
.table-title .add-new i {
    margin-right: 4px;
}
table.table {
    table-layout: fixed;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
table.table th:last-child {
    width: 100px;
}
table.table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}    
table.table td a.add {
    color: #27C46B;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.delete {
    color: #E34724;
}
table.table td i {
    font-size: 19px;
}
table.table td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}    
table.table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}
table.table .form-control.error {
    border-color: #f50000;
}
table.table td .add {
    display: none;
}
/* Editable Table Code END */