
/*******************************************
 * Utility 
 *******************************************/

 .lhl__load_spinner{
    display: inline-block;
    vertical-align: text-top;
}

.lhl__hide {
    display: none !important;
}


/*******************************************
 * Spacing 
 *******************************************/

.lhl__pl_5{
    padding-left: 5px;
}

.lhl__pl_20{
    padding-left: 20px;
}

.lhl__plr_5{
    padding-left: 5px;
    padding-right: 5px;
}

/*  */

.lhl__pb_5{
    padding-bottom: 5px;
}

.lhl__pb_10{
    padding-bottom: 10px;
}

.lhl__pb_15{
    padding-bottom: 15px;
}

/*  */

.lhl__pt_5{
    padding-top: 5px;
}
.lhl__pt_10{
    padding-top: 10px;
}
.lhl__pt_15{
    padding-top: 15px;
}

/*  */

.lhl__ptb_15{
    padding-top: 15px;
    padding-bottom: 15px;
}

/*******************************************
 * Elements 
 *******************************************/

.lhl__admin_button{
    min-width: 140px;
}

.lhl__lead{
    font-size: 16px;
}

/*******************************************
 * Settings Page layout
 *******************************************/

.lhl__admin_form{
    background: white;
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.lhl__settings-page-icon {
    background: #222;
    border-radius: 50%;
    padding: 10px;
    color: white;
    margin-top: -9px;
    margin-right: 10px;
}

.lhl__admin_form tbody > tr:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lhl__admin_form tbody > tr:last-child {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.lhl__admin_form .lhl__uptimeghost_enable tbody > tr:last-child{
    border-bottom-width: 0;
}

.lhl__admin_form tbody > tr:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

/*******************************************
 * Specific Items 
 *******************************************/

.lhl__plugin-reviews{
    padding-top: 47px;
}
.lhl__plugin-reviews div{
    padding-bottom: 10px;
}

/*******************************************
 * License Box
 *******************************************/

 .lhl__license_box{
    max-width: 700px;
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.lhl__license_box_label_active
.lhl__license_box_label_inactive{
    padding-left: 10px;
}

.lhl__license_box .lhl__license_box-view-button {
    display: inline-block;
}

/*******************************************
 * License Inputs
 *******************************************/

.lhl__restricted_box{
    border: 1px solid rgba(255, 185, 0, 1); padding:10px; background: rgba(255, 185, 0, 0.1);
}

.lhl__restricted_box .lhl__license_notify_text{
    /* color: #f56e28; */
    color: rgba(224, 94, 27, 1);
}

.lhl__alowed_box{
    border: 1px solid #46b450; padding:10px; background: rgba(70, 180, 80, 0.07)
}

.lhl__alowed_box .lhl__license_notify_text{
    /* color: rgba(70, 180, 80, 1); */
    color: rgba(32, 153, 43, 1);
}


