.padding_top10 {
    padding-top: 10px;
}
.strong {
    font-weight: bold;
}
.center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.size1_5 {
    font-size: 1.5em;
}
.effect2 {
    position: relative;
}
.box {
    width: 100%;
    /* height: 200px; */
    background: #FFF;
    margin: 20px auto 40px auto;
}
.border {
    border: solid 1px #ccc;
    padding: 10px 20px;
}
.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.bg_green_light {
    background: #cbe7fd;
}
ul.ulol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.ulol li {
    margin: 10px 10px;
}
ul.ulol li a {
    background:  #fbfba3;
    color: #444444;
    padding: 5px 20px;
    font-weight: bold;
    display: block;
    border-radius: 20px;
    text-align: center;
}
.clear {
    clear: both;
}
.effect2:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.effect2 {
    position: relative;
}
.box {
    width: 100%;
    /* height: 200px; */
    background: #FFF;
    margin: 20px auto 40px auto;
}
.border {
    border: solid 1px #ccc;
    padding: 10px 20px;
}




/* table css */

.txt td {
    padding: 10px 5px;
}
.bg_green_light td {
    background: #fbfba3;
    font-weight: bold;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #c8c4c4;
}
.border_tbl td {
    border: solid 1px #ccc;
    padding: 3px 5px;
}
.border_tbl td {
    border: solid 1px #ccc;
    padding: 3px 5px;
}
.effect2 {
    position: relative;
}
.padding5, .padding_left10{
    padding:  8px;
}
.padding10{
    padding: 5px 10px;
}
.profileimg{
    width:50px;border-radius: 50%;
}
.dataTable-sorter {
    color:#444444;
    font-weight: 700;
}


