@font-face {
    font-family:'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight:normal;
    font-style: normal;
}

#huge_it_new_plugin_versions {
    width: calc(100% - 20px);
}

.huge_it_font_awesome_block h3 {
    margin: 0;
}

.add_new_feature {
    margin: 15px 0 45px;
}

#huge_it_new_plugin_versions div.button {
    user-select: none;
}

.hg_drag_drop_span {
    top: 0px;
    left: 32px;
    height: 30px;
}

.plugin_feature_name {
    padding-left: 54px;
}

.color_picker_label {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.huge_it_font_awesome_block label > input {
    display: none;
}

.huge_it_font_awesome_block label > input + i {
    cursor: pointer;
}

.huge_it_open_fa_icon,
.huge_it_features_open_customize_block {
    position: absolute;
    right: 5px;
    top: 4px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    font-size: 12px;
    background-color: #fff;
    padding: 0 0 0 3px;
    cursor: pointer;
}

.huge_it_features_open_customize_block {
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 25px;
    padding: 0 5px;
    background-color: #0085ba;
    color: #fff;
    top: -34px;
    left: 1px;
    right: 1px;
    text-decoration: none;
}

.head .huge_it_open_fa_icon {
    right: 5px;
    top: 4px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    font-size: 12px;
    background-color: #fff;
    padding: 0 0 0 3px;
}

.huge_it_choose_fa_icon input[type=radio]:checked:before {
    display: none;
}

.huge_it_font_awesome_block {
    position: relative;
    width: 316px;
    z-index: 9;
    border: 1px solid #f1f1f1;
    background: #fff;
    display: none;
    padding: 0 1%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.huge_it_features_close {
    position: absolute;
    cursor: pointer;
    right: 2px;
    top: 0;
    font-size: 26px;
    line-height: 20px;
    transform: rotate(45deg);
}

.huge_it_features_head {
    font-size: 18px;
    color: #6d98a8;
}

#huge_it_new_plugin_versions .huge_it_features_column_customize_block {
    position: relative;
    width: 92%;
    z-index: 15;
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    display: none;
    padding: 4%;
}

.huge_it_choose_fa_icon {
    width: 100%;
    top: 0;
    position: absolute;
}

.huge_it_features_columns_customize {
    position: absolute;
    width: 100%;
    top: 0;
}

.huge_it_features_column_customize_block .color_picker_label {
    padding-top: 0;
}

#pricing_table_options .features-label {
    display: inline-block;
    width: 205px;
}

.wp-picker-active {
    position: relative;
    background: #fff;
    z-index: 9;
    border: 1px solid #ddd;
    padding: 5px;
}

.features-div {
    float: left;
    width: 340px;
    height: 32px;
}

.features-div > input[type=number] {
    width: 82px;
    margin-right: 7px;
}

.features-div #hg_price_table_column_text_align {
    width: 82px;
}

.features-div > input.jscolor {
    width: 82px;
}

.features-div .wp-picker-container {
    margin-top: 3px;
}

.hg_delete_row {
    position: absolute;
    left: 27px;
    width: 27px;
    height: 27px;
    display: inline-block;
    color: #888888;
    top: 4px;
    font-size: 36px;
    line-height: 16px;
    cursor: pointer;
}

.hg_delete_row span {
    display: inline-block;
    transform: rotate(45deg);
    width: 24px;
    height: 23px;
}

.hg_delete_column {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #888;
    font-size: 46px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
}

.hg-arrow-down {
	display: inline-block;
	width: 0; 
	height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    margin-left: 5px;
}

.hg_delete_column span {
    display: inline-block;
    transform: rotate(45deg);
    width: 34px;
    height: 24px;
}

#hg_price_table_usage textarea {
    width: 100%;
    height: 50px;
    resize: none;
}

#price_list_sortable {
    position: relative;
    font-family: "Roboto",sans-serif;
    color: #34495e;
    margin-top: 50px;
}

.hg_pt_column {
    float: left;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    width: 325px;
    margin-right: 15px;
    padding: 18px 0;
    border-radius: 3px;
    margin-bottom: 50px;
}

.hg_first_column.hg_pt_column {
    margin-bottom: 0;
}

.hg_pt_column:nth-child(4n) {
    margin-right: 0;
}

.hg_pt_column .hg_show_hide_first_column, .hg_pt_column .hg_movable_col {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 18px;
    color: #787878;
    width: 22px;
    height: 22px;
    padding: 1px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.hg_pt_column .hg_show_hide_first_column {
    top: 0;
    color: #787878;
    background-color: transparent;
    z-index: 10;
}

.hg_pt_column .hg_movable_col {
    cursor: move;
}

.hg_pt_column .hg_movable_col .fa-arrows {
    vertical-align: -1px;
}

.hg_pt_column .hg_delete_col {
    position: absolute;
    right: -1px;
    top: -1px;
    font-size: 20px;
    color: #787878;
    width: 22px;
    height: 22px;
    padding: 1px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.hg_col_element {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.hg_col_element input[type="text"] {
    width: 85%;
    margin: 3px auto;
    height: 40px;
    text-align: center;
    display: block;
    border-radius: 3px;
    border-color: #bdc3c7;
    box-shadow: none;
    padding-right: 35px;
    padding-left: 25px;
}

.hg_pt_column .best_seller {
    margin: 3px auto;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    text-align: center;
    padding: 9px 35px 9px 25px;
    width: calc(85% - 62px);
    border-radius: 3px;
}

.hg_pt_column .best_seller input[type="checkbox"] {
    margin-top: 1px;
}

.hg_pt_feature {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
}

.hg_pt_feature input[type="text"] {
    width: 85%;
}

.hg_show_hide_price_row, .hg_movable_item, .hg_show_hide_button_row {
    top: 1px;
    left: 25px;
    position: absolute;
    font-size: 13px;
    color: #fff;
    width: 20px;
    height: 36px;
    padding: 1px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    background-color: #1490fa;
    line-height: 36px;
}

.hg_pt_price .hg_movable_item {
    top: 0;
    left: 25px;
    height: 38px;
    cursor: move;
}

.hg_show_hide_price_row, .hg_show_hide_button_row {
    left: 5px;
    height: 38px;
    width: 18px;
    background-color: #1abc9c;
    border-radius: 3px 0 0 3px;
    line-height: 38px;
    top: 0;
}

.hg_first_column .hg_pt_feature_row .hg_movable_item {
    cursor: move;
/*    height: 18px;
    line-height: 17px;
    top: 19px;
    border-radius: 0 0 3px 3px;
    width: 18px;*/
}

.hg_pt_feature_row .hg_movable_item {
    cursor: move;
}

.hg_col_element .huge_it_open_fa_icon {
    right: 28px;
    color: #fff;
    background-color: #1abc9c;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 4px;
    top: 8px;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
}

.hg_col_element .huge_it_open_fa_icon:hover {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0;
}

.hg_first_column .hg_pt_feature .hg_movable_item {
    top: 26px;
}

.hg_col_element input[type="text"]:focus, .hg_col_element input[type="text"].focus {
    border-color: #1abc9c;
   // box-shadow: 0 0 4px 1px rgba(0,0,0,.1);
}

.hg_col_element .font_awesome_label {
    font-size: 14px;
    color: #000;
    width: 23px;
    text-align: center;
    display: inline-block;
}

.hg_col_element .huge_it_font_awesome_block {
    z-index: 15;
    position: relative;
    width: 316px;
    border: 1px solid #f1f1f1;
    background: #fff;
    display: none;
    padding: 0 1%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hg_col_element .huge_it_font_awesome_block h3 {
    text-align: center;
    margin: 10px 0;
}

.hg_pt_column .huge_it_features_open_customize_block {
    width: 317px;
    top: -56px;
    left: -1px;
    border: 0;
    text-align: center;
    background-color: #3498db;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    line-height: 30px;
    height: 30px;
}

.hg_pt_column .huge_it_features_open_customize_block:hover {
    color: #fff;
    background-color: #5dade2;
    border-color: #5dade2;
}

.hg_pt_column .huge_it_features_columns_customize input {
    width: 82px;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}

.hg_pt_column .huge_it_features_column_customize_block {
    position: relative;
    width: 297px;
    z-index: 15;
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    display: none;
    padding: 4%;
    top: -22px;
}

.hg_pt_column .huge_it_features_columns_customize label {
    font-size: 14px;
    color: #000;
    width: 60%;
    line-height: 35px;
    text-align: left;
    margin: 3px auto;
}

.hg_pt_column .hg_pt_delete_ft_row {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 5px;
    font-size: 15px;
    width: 20px;
    height: 40px;
    line-height: 37px;
    background-color: #e83e31;
    text-align: center;
    color: #fff;
    border-radius: 3px 0 0 3px;
}

.hg_price_table_options_image {
    max-width: 100%;
}

.hg_free_overlay {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    background: url("../images/overlay_img.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.customize-pro-options-block .hg_free_overlay {
    font-size: 16px;
    height: 61px;
    top: auto;
    bottom: 0;
}

.hg_free_overlay div {
    position: absolute;
    width: 354px;
    text-align: center;
    left: calc(50% - 177px);
    top: calc(50% - 63px);
    line-height: 20px;
}

.customize-pro-options-block .hg_free_overlay div {
    width: 100%;
    left: 0;
    top: calc(50% - 50px);
    line-height: 18px;
}

.hg_free_overlay a {
    display: inline-block;
    background-color: #b21919;
    border-radius: 2px;
    padding: 16px 57px;
    color: #fff;
    text-decoration: none;
    margin-top: 34px;
    font-weight: 600;
}

.customize-pro-options-block .hg_free_overlay a {
    margin-top: 20px;
    padding: 10px 25px;	
}

.hg_free_overlay a:hover {
     background-color: #D21818;
}

.hg_first_col_hidden, .hg_price_row_hidden {
    opacity: 0.3;
}

.free_options {
    position: relative;
    z-index: 9;
}