.visula-rating i {color: #dfe3e8;}
.visula-rating .activestar {color: #ffc300;}
.activestar {color: #ffc300!important;}
.inactivestar {color: #ccc!important;}
.publishreview {color: green;}
.unpublishreview {color: red;}
.nav-tabs {margin-bottom: 20px;}
table.datatable td {padding: 10px 5px !important;}


    .hidden{display:none;}
    .login-form {padding: 20px;border: 1px solid #ddd;margin-top: 20px;}
    p.alert.alert-success.alert-btn {background: #d5efe4;padding: 10px;color: #1b9e54;line-height: 36px;border-radius: 8px;border: 1px solid #1b9e54;}
    .alert.alert-danger {background: #ffe8e8;padding: 10px;color: #fa7373;line-height: 36px;border-radius: 8px;border: 1px solid #fa7373;margin-top: 20px;}
    .add-review .rating i.active {color: #ffc300;}
    .add-review {padding: 1px;}
 
        /* Rating Star Widgets Style */
        .rating-stars{display: contents;}
        .rating-stars ul {
          list-style-type:none;
          padding:0;
          -moz-user-select:none;
          -webkit-user-select:none;
           display: initial;
        }
        .rating-stars ul > li.star {
          display:inline-block;
          font-size: 8px;
        }
        
        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
          font-size:2.5em; /* Change the size of the stars */
          color:#ccc; /* Color on idle state */
          cursor: pointer;
        }
        
        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
          color:#FFCC36;
        }
        
        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
          color:#FF912C;
        }


.no-data {
    text-align: center;
}
.no-data p {
    color: #2e3442;
    font-size: 20px;
    font-weight: 500;
    text-align: center!important;
}
.no-data i {
    font-size: 65px;
    margin-bottom: 10px;
}

