.rm_clear_fix:after, .rm_form_compact_layout:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.rm-form-field-settings{
    margin: 0;
}
.rm-field-row{
    /*border-bottom: 1px dashed rgba(0, 0, 0, .2);*/
    padding: 0.8em 0;
    margin: 0;
}
.rm-field-row-layout > div {
    padding-left: 1em;
    padding-bottom: .8em;
}
.form_selection{
    font-weight: bold;
    padding-top: 1em;
    display: inline-block;
}
.rm-field-row:last-child{
    border: none;
    padding-bottom: 1em;
}
.rm-field-row > h2 {
    font-weight: bold;
}
.rm-field-row > div {
    /*margin: .5em 0;*/
    padding-left: 1em;
    padding-bottom: .8em;
}
.rm-field-row > div:last-child {
    padding-bottom: 0;
}
.rm-field-row label {
    font-weight: bold;
}
.rm-form-field-set label{
    width: 15%;
    display: inline-block;
    font-weight: normal;
}
.rm-row-header label{
    font-weight: bold;
}
.rm-form-action-settings li:first-child{
    padding-bottom: 0;
    font-style: italic;
    margin-left: -.5em;
}
.rm-form-action-settings .rm-form-field-set label{
    width: 29%;
}
.rm-form-action-settings .rm-list-details-container .auth-text-input{
    width: 100%;
}
.rm-form-field-set .rm_show_label{
    width: 10%;
    text-align: left;
    padding-left: .8em;
    box-sizing: border-box;
}
.rm-row-header .rm_show_label{
    padding-left: 0;
}
.rm-form-field-set textarea,
.rm-form-field-set select,
.rm-form-field-set input[type="email"],
.rm-form-field-set input[type="text"]{
    /*margin-left: 1%;*/
    width: 40%;
}
.rm-form-field-set textarea{
    vertical-align: text-top;
}
.rm-bold-text{
    font-weight: bold;
}
.rm-form-field-subset{
    margin: 1% 1% 0 29.5%;
    width: 40%;
    display: inline-block;
}
/*.rm-form-field-subset > *{
    margin-left: 0;
    margin-bottom: .5em;
}*/
.rm-list-details-container textarea,
.rm-list-details-container select,
.rm-list-details-container input{
    margin: 0;
    width: 100%;
    position: relative;
}
.rm-form-field-subset label{
    width: auto;
    display: inline;
}
.rm-form-field-subset input[type=checkbox]{
    width: auto;
    vertical-align: text-bottom;
}
.rm-loader{
    height: 2em;
    width: 2em;
    margin: 1%;
    background-image: url(../images/spinner-2x.gif);
    background-repeat: no-repeat;
    background-position:0 0;
    background-size: contain;
    opacity: .8;
    display: none;
}
.rm-form-row{
    margin-top: .4em;
}
#auth-mailchimp ~ a {
    display: inline-block;
    margin-top: .4em;
}

.rm_tick_icon{
}
.rm_save_db:before{
  content:"\f147";
  display: inline-block;
  /*width: 20px;*/
  /*height: 20px;*/
  -webkit-font-smoothing: antialiased;
  font-size: 1.6em;
  line-height: 1;
  font-family: "dashicons";
  vertical-align: top;
  margin-right: 5px;
  color: #00A900;
}
.rm_checkbox{
    width: auto;
}

.rm_save_db{
    /*font-weight: bold;*/
}

/***** tab custom css ******/

#rm-form-tabs{
    padding-top: 2em;
}
.rm-tabs-nav{
    border-bottom: 1px solid #aaa; 
}

/* Tabs */
#rm-form-tabs a:focus{
    box-shadow: none;
}
.rm-tabs-nav {
    border-bottom: 1px solid #aaa;
    padding: 9px 15px 0 10px;
    margin: 0;
}

.rm-tabs-nav li {
    display: inline-block;
    list-style: none;
    border: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    padding: 0;
    margin: 0 4px -1px;
    background-color: #e4e4e4;
}

.rm-tabs-nav li:hover {
    background-color: #fff;
}

.rm-tabs-nav li.ui-tabs-active,
.rm-tabs-nav li.ui-tabs-active:hover {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

.rm-tabs-nav li a {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
    text-decoration: none;
}

.rm-tabs-nav li.ui-tabs-active a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.rm-tabs-nav li a:hover {
    color: #000;
}
#rm-form-tabs .rm-tab h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px 0;
    padding: 0;
}

#rm-form-tabs .rm-tab {
    background-color: #f5f5f5;
    border: 1px solid #aaa;
    border-top: none;
    padding: 16px;
}

/*#rm-form-tabs .form-table th {
    width: 100px;
}

#rm-form-tabs .rm-tab fieldset legend {
    line-height: 1.5;
    margin: .6em 0 .4em;
}
*/

/** tab CSS : ends **/

.rm-form-shortcode{
  width: 97%;
  background-color: #D0E4C3;
  padding: 0.5em 0.8em;
  margin-top: 0.8em;
}

/* admin tooltip */
.rm-field-row .help_tip:after {
    content: "\f223";
}

.rm-field-row .help_tip {
    display: inline-block;
    /*float: right;*/
    margin: 6px 0 4px 0;
    cursor: help;
    text-decoration: none;
    font-family: dashicons;
    width: 18px;
    height: 18px;
    font: 400 18px/1 dashicons;
    position: absolute;
    left: 70%;
}
.custom_code_area{
    font-size: 13px;
}
/************* jQuery TipTip ************/
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #464646;
}
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #464646;
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #464646;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #464646;
}
#tiptip_content, .chart-tooltip {
    font-size: 11px;
    color: #fff;
    padding: .5em;
    background: #464646;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    text-align: center;
    max-width: 150px;
}
#tiptip_content code, .chart-tooltip code {
    background: #888;
    padding: 1px;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
/************* jQuery TipTip ************/
/*********** Grid:start *************/
.rm_grid{
  clear: both;
  /*margin-bottom: 50px;*/
  /*margin-bottom: 1em;*/
}

.rm_grid_item{
  margin: 0 .5em .5em 0;
  cursor: pointer;
  padding: .5em;
  border: 2px solid #ddd;
  display: inline-block;
  float: left;
}
.rm_grid_item_layout{
  margin: 0 .5em .5em 0;
  cursor: pointer;
  padding: .5em;
  border: 2px solid #ddd;
  float: left;
}
.rm_grid_item > label{
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: .1em;
  color: #777;
}
.rm_grid_item.rm_style_selected > label{
  color: #444;
}
.rm_item_inner{
    background: url('../images/rainmaker-form-styles-sans-labels.png') no-repeat;
    background-size: cover;
    /*width: 228px;*/
    /*height: 140px;*/
    width: 162px;
    height: 100px;
}
.rm_item_inner_layout{
    background: url('../images/rainmaker-compact-layout.png') no-repeat;
    background-size: cover;
    width: 162px;
    height: 130px;
}
.rm_style_none{
    background-color: #FFF;
    background-image: none;
}
.rm_style_none > span{
    padding: 1em .8em;
    display: block;
    line-height: 1.5;
}
.rm_style_classic{
    /*background-position: 0 0;*/
    background-position: 0 0;
}
.rm_style_material{
    /*background-position: -262px 0;*/
    background-position: -187px 0;
}
.rm_style_iconic{
    /*background-position: -525px 0;*/
    background-position: -374px 0;
}
.rm_style_selected{
    border: 2px solid #0084B9;
}

/*********** Grid:end *************/


/*********** Upgrade Page Start *************/


/**
CSS for upgrade page
**/

.rm_upgrade_page{
    text-align: center;
}
.rm_upgrade_page h1 {
    font-size: 2.3em;
    color: #333;
    text-align: center;
    padding: 1em;
    font-weight: bold;
}
.rm_upgrade_page table{
    border-collapse: collapse;
    border: 1px solid #d3d3d3; 
    font-size: 1.3em;
    margin: 0 auto;
}
.rm_upgrade_page tr{
    padding: 0;
}
.rm_upgrade_page th, .rm_upgrade_page td{
    border-right: 1px solid #d3d3d3; 
    line-height: 1.5;
    vertical-align: top;
    padding: .5em;
}
.rm_upgrade_page th{
    font-size: 1.2em;
    padding-bottom: 0;
}
.rm_upgrade_page td{
    padding: .5em 1em .5em;
}
.feat_list{
    text-align:left; 
    font-size: 1em;
}
.td_data{
    padding-top: 1em; 
}
.plan_title{
    font-size: 1.4em;
    display: block;
    width: 100%;
    margin-bottom: -.2em; 
}
.plan_price{
    color: #0e74b2; 
    font-size: 1.8em;
    font-weight: normal;  
}
.td_list_icon {
    font-size: 1.2em;
    color: #11772d;
    margin-right: .3em;
}
.rm_upgrade_page .button-primary{
    text-shadow:none;
    font-size: 1.15em !important;
    line-height: 1em !important;
    height: 2.5em !important;
    padding: .75em 1.5em !important;
}


/* include addons.php file css */

table#rm_plan_compare,
table#rm_plan_compare tr, 
table#rm_plan_compare th, 
table#rm_plan_compare td {
    border: 1px solid #d3d3d3;
}
table#rm_plan_compare tr.main_head th, 
table#rm_plan_compare th, 
table#rm_plan_compare td {
    text-align: center;
    background-color: transparent;
    vertical-align: middle;
}
table#rm_plan_compare th {
    padding:1em; 
    background-color: #f2f2f2;
}
table#rm_plan_compare {
    font-size: 0.9em;
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
    margin-top: 2em;
}
table#rm_plan_compare td {
    text-align: center;
    background-color: transparent;
    vertical-align: middle;
    padding: 0.2em;
}
table#rm_plan_compare td.no, 
table#rm_plan_compare td.yes {
    font-family: dashicons;
    vertical-align: middle;
    font-size: 2em;
    font-weight: bold;
}
table#rm_plan_compare td.yes:before {
    content: "\f147";
    color: #83c11f;
}
table#rm_plan_compare .main_head span.plan_title {
    font-size: 2em;
    font-weight: bold;
}
table#rm_plan_compare tr.sub_head th {
    font-weight: bold;
    border-width: 0;
    padding: 0.3em;
}
table#rm_plan_compare td.text_data {
    padding: 1.2em;
}
table#rm_plan_compare td.plan_price {
    font-size: 2em;
    font-weight: bold;
    color: #0e74b2;
    padding: 0.2em;
}
table#rm_plan_compare td:nth-child(3) {
    background-color: rgba(248, 255, 209, 0.59);
}
table#rm_plan_compare td a {
    margin: .5em;
    height: 3em;
    padding: 0.6em;
    border-radius: 0;
    width: 70%;
    font-weight: 600;
    font-size: 1.2em;
}
table#rm_plan_compare .button.alt{
    background-color: #03a025;
    border-color: #03a025;
    color: #ffffff;
}
table#rm_plan_compare .button.alt:hover{
    background-color: #00870c;
    border-color: #00870c;
    color: #ffffff;
}
table#rm_plan_compare h3 {
    font-size: 1.5em;
    margin: 0;
}

/*********End***************/



/************* Docs and Support Start ************/
/**
Support
**/
table#rm_post_query_table {
    padding: 5px;
}
table#rm_post_query_table tr td {
    padding: 5px;
}
input.rm_text_field {
    padding: 5px;
}
#rm_post_query_table label {
    font-weight: bold;
}

/**
CSS for landing page and Docs and Support
**/
.about-wrap.icegram-rainmaker h2{
    color: #3754a8;
    padding-top: 19px;
    font-weight: 600;
}
.about-wrap h1 {
    font-size: 2.5em;
    line-height: 1.5em;
}
.about-wrap {
    max-width: 100%;
}
.about-wrap .about-text{
    margin: 0;
}
.about_wrap{
    margin-left: 1.5em;
}
#submit{
    margin-top: 0;
}
.rm_about-header{
    background-color: #ffffff;
    padding: 1em 1em .5em;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
.rm-logo {
    background: url(../images/rainmaker-logo.png) no-repeat;
    background-position: center 24px;
    color: #254e7e;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin: 5px 0 0;
    padding-top: 100px;
    height: 24px;
    display: inline-block;
    width: 150px;
    text-rendering: optimizeLegibility;
}
.about-wrap .rm-logo {
    position: absolute;
    right: 1em;
    top: 2em;
}
.rm-support{
    font-size: 14px;
    color: black;
    margin: 15px 0 0;
    height: 10px;
    width: 180px;
    text-align: center;
    text-rendering: optimizeLegibility;
    position: absolute;
    top: 0;
    text-align: right;
    right: 1em;
    margin-top: 188px;
}
.rm-contact-us{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 800;
    margin-right: 20px;
}  
.rm-contact-us a{
    color: #3754a8;
} 
.rm_faq_list {
    margin-left: 2em;
}
.rm_faq {
    margin-bottom: 1.3em;
    font-weight: 700;
}
.rm_summary{
    font-size: 1.2em;
    line-height: 1.5em;
}
form[name="klawoo_subscribe"] {
    margin-right: 150px;
}
form[name="klawoo_subscribe"] input[name="email"]{
    width:20em;
}

.rm-helper-text{
    font-style: italic !important; 
    font-size: 12px;
    margin: 3px 0;

}

.rm-mail-to-input{
    width:62% !important;
}

/* RM Upsell Metabox */
.ig_message_upsale{
    display:inline-block;
    line-height:1.25rem;
    letter-spacing: 0.025em;
    font-weight:400;
    color: rgba(75, 85, 99,1);
}

.ig_upsale_premium_code{
    padding:0.25rem 0.375rem;
    background-color: rgba(253,246,178,1);
    border-radius: 0.375rem;
    border-width: 2px;
    border-style: dotted;
    border-color: rgba(165, 180, 252, 1);
    user-select: all;
}

/* End: RM Upsell Metabox */

/*********End***************/



