.ir-wm-icon-down-round {
	margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Dashicons";
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    font-size: 30px;
    vertical-align: middle;
    border: 4px solid #ccc;
    color: #ccc;
    box-sizing: border-box;
    border-radius: 50%; }
.ir-wm-icon-down-round:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
.ir-wm-icon-down-round:before {
    content: "\f347"; }
 .ir-wm-icon-down-square {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Dashicons";
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    font-size: 30px;
    vertical-align: middle;
    border: 4px solid #ccc;
    color: #ccc;
    box-sizing: border-box; }
 .ir-wm-icon-down-square:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
 .ir-wm-icon-down-square:before {
    content: "\f347"; }
 .ir-wm-icon-cross-round {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Dashicons";
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    font-size: 30px;
    vertical-align: middle;
    border: 4px solid #ccc;
    color: #ccc;
    box-sizing: border-box;
    border-radius: 50%; }
 .ir-wm-icon-cross-round:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
 .ir-wm-icon-cross-round:before {
    content: "\f158"; }
 .ir-wm-icon-cross-square {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Dashicons";
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    font-size: 30px;
    vertical-align: middle;
    border: 4px solid #ccc;
    color: #ccc;
    box-sizing: border-box; }
 .ir-wm-icon-cross-square:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
 .ir-wm-icon-cross-square:before {
	 content: "\f158"; }

.hide {
    display: none;
}

/* Welcome mat page*/
#ir-welcome-mat-appearance-controls .inside {
    padding-right: 0;
    padding-left: 0;
}


.welcome-mat-appearance label  {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    vertical-align: top;
}
.welcome-mat-appearance input[type="text"] {
    width: 350px;
    padding: 8px;
    border-color: #999;
}
.welcome-mat-appearance .new-row {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #FFF;
}
.welcome-mat-appearance .new-row:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.welcome-mat-appearance .new-row .font,
.welcome-mat-appearance .new-row .style,
.welcome-mat-appearance .new-row .align {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.welcome-mat-appearance .new-row .font input {
    width: 50px;
    height: 35px;
    border-color: #999;
}
.welcome-mat-appearance .new-row .editor  {
    display: inline-block;
    width: 100%;
}
.welcome-mat-appearance .new-row .input {
    display: inline-block;
}
.welcome-mat-appearance .new-row .input.color {
    float: left;
    width: 50%;
    margin: 30px 0;
}
.welcome-mat-appearance .new-row .input.color:nth-child(2n + 1) {
    clear: left;
}
.welcome-mat-appearance .new-row .input.color label {
    display: inline-block;
    width: auto;
}
.welcome-mat-appearance .new-row .editor input[type=text].wp-color-picker {
    padding: 4px 8px;
}
.welcome-mat-appearance .new-row .editor .wp-color-result {
    height: auto;
}
.welcome-mat-appearance .new-row .input .check_button {
    display: none;
} 

.welcome-mat-appearance .new-row .check_button + label {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    min-height: 0;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    font_weight: normal;
    text-align: center;
    vertical-align: middle;
}
.welcome-mat-appearance .new-row .check_button + label i {
    margin-top: 5px;
}

.welcome-mat-appearance .new-row .check_button:checked + label {
    margin: 0;
    background: #ebebeb none repeat scroll 0 0;
    border-color: #999999;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3) inset;
    min-height: 0;
}
.welcome-mat-appearance  .icon-container-wrap {
    display: inline-block;
    width: 100%;
    margin: 40px 0 40px;
}
.welcome-mat-appearance .icon-container {
    display: inline-block;
    height: auto;
    margin-right: 10px;
}
.welcome-mat-appearance .icon-round,
.welcome-mat-appearance .icon-square {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: "Dashicons";
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    font-size: 30px;
    vertical-align: middle;
    border: 4px solid #ccc;
    text-align: center;
    color: #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.welcome-mat-appearance .icon-round {
    border-radius: 50%;
}
.welcome-mat-appearance .icon-round:before,
.welcome-mat-appearance .icon-square:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px;
}
.icon-square {

}
.icon-down:before {
    content: "\f347";
}
.icon-cross:before {
    content: "\f158";
}

/* Font list drop down */
.font-list {
    position: relative;
    display: inline-block;
}
.font-list a {
    display: inline-block;
    width: 180px;
    padding: 8px;
    height: 35px;
    border: 1px solid #999999;
    background-image: url('../images/select-down-icon.png');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: right 10px center;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.font-list a:focus {
    outline: none;
}
.font-list .font-items {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 9;
    display: none;
    max-height: 200px;
    width: 100%;
    margin-top: 0;
    padding: 4px;
    border: 1px solid #999999;
    background-color: #FFF;
    border-top: none;
    overflow-y: auto;
}
.font-list .font-items li {
    cursor: pointer;
}

.postbox .form-table th {
    padding: 5px 15px 10px 0;
}
.postbox .form-table td {
    padding: 5px 15px 5px 0;
    vertical-align: top;
}
.postbox #btn_add_field {
    margin-bottom: 10px;
}

/* Pop up */
.add_options_popup {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 999;
    height: auto;
    width: 600px;
    margin-left: -300px;
    padding: 20px;
    /*background: rgb(221, 221, 221) none repeat scroll 0% 0%;*/
}
.add_options_popup input[type='button'] {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    border: 1px solid #aaa;
    padding: 5px 12px;
    margin: 0 10px 15px 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.add_options_popup input[type='button']:focus {
    outline: none;
}

.add_options_popup table {
    width: 100% !important;
    border-collapse: collapse;
    /*background-color: #f9f9f9;*/
}
.add_options_popup table th {
    width: auto;
    padding: 7px 5px;
}
.add_options_popup table td {
    padding: 2px 5px;
}
.add_options_popup table td:last-child {
    padding-right: 0;
    text-align: center;
    /*width: 100px;*/
}
.add_options_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.add_options_popup_body {
    position: relative;
    z-index: 100;
    padding: 20px;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.add_options_popup_body input[type='text'] {
    display: inline-block;
    width: 100%;
    border: 1px solid #aaa;
}
.add_options_popup_body .optpopup_wrap {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.dashicons .dashicons-trash,
.remove_field.dashicons-trash::before {
    /*content: "\f182";
    color: #D9403E !important;*/
    content: "\f182";
    color: #D9403E  !important;
}
.add_options_popup_body .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    margin: -8px -5px 0 0;
    background-color: #000;
    padding: 1px;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00CAF0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00CAF0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.form-table .frm-row,
.form-table .frm-row .frm-inner-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.form-table .frm-row .frm-inner-row:last-child {
    margin-bottom: 0;
}
.form-table .lbl-row label  {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.form-table .frm-row p.help {
    margin: 0;
}
.form-table .cookie-expiration-section {
    display: inline-block;
    width: 100%;
}
.form-table .cookie-expiration-section input,
.form-table .cookie-expiration-section select {
    float: left;
    width: 49%;
    margin: 0;
}
.form-table .cookie-expiration-section input {
    margin-right: 2%;
}


.ir-wm-col-sm {
    position: relative;
    margin-bottom: 15px;
}
.ir-wm-col-sm .ir-wm-close {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 28px;
    width: 30px;
}
.ir-wm-col-sm .ir-wm-close .dashicons {
    font-size: 28px;
    height: 100%;
    width: 100%;
}
.ir-wm-rule-row:nth-child(1) .ir-wm-col-sm .ir-wm-close {
    display: none;
}
.ir-wm-col-sm .ir-wm-rule-condition {
    display: inline-block;
    width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
}
.ir-wm-rule-row:nth-child(1) .ir-wm-col-sm .ir-wm-rule-condition {
    width: 100%;
}
