/* ========= INFORMATION ============================
	- author:    Dmytro Lobov
	- url:       https://wow-estore.com
	- email:     givememoney1982@gmail.com
==================================================== */

/* Tab style */
.wow-plugin .tab-box {
    width: 100%;
    box-sizing: border-box;
}

.wow-plugin .tab-box:after {
    clear: both;
    content: "";
    display: block;
}

.wow-plugin .tab-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 145px;
    float: left;
    border-right: 1px solid #1f9ef8;
}

.wow-plugin .tab-nav li {
    float: left;
    margin-bottom: 1px;
}

.wow-plugin .tab-nav li a {
    display: inline-block;
    width: 125px;
    padding: 10px 10px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.wow-plugin .tab-nav li a:hover {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.wow-plugin .tab-nav li.select a {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #1f9ef8;
    font-weight: 700;
}

.wow-plugin .tab-nav .active {
    display: inline-block;
    padding: 5px;
}

.wow-plugin .tab-box > div {
    margin: 0 0 0 145px;
    padding: 10px;
    border-left: 1px solid #1f9ef8;
}

.wow-plugin .tab-panels {
    background: #fff;
}

/* Flexbox elements */
.wow-plugin .container {
    display: flex;
    justify-content: space-around;
}

.wow-plugin .element {
    width: 100%;
    padding: 10px;
}

.wow-plugin label {
    font-weight: 600;
    cursor: default;
}

.wow-plugin label[for] {
    cursor: pointer;
}

/* form elements style */
.element input[type=text], .element input[type=tel], .element input[type=number], .element input[type=date], .element select, .element textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.wow-plugin fieldset {
    border: 1px solid #999999;
    margin: 15px 0;
}

.wow-plugin legend {
    font-size: 18px;
    font-weight: bold;
    padding: 0 25px 0 10px;
}

/* Tooltip container */
.wow-help {
    font-size: 14px;
    cursor: help;
}

.wow-ui-tooltip {
    position: absolute;
    background: #333;
    border-width: 1px !important;
    border-radius: 3px !important;
    box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, .5) !important;
    color: #dedede !important;
    max-width: 300px !important;
    padding: 7px !important;
    text-rendering: optimizeLegibility;
    text-shadow: none !important;
    z-index: 100051 !important;
}

/* Right Sidebar */
.wow-sidebar h2 {
    border-bottom: 1px solid #eee;
}

.wow-sidebar .element {
    padding: 0;
}

.wow-sidebar .element h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.wow-facebook::after {
    font-family: "dashicons";
    content: "\f305";
    margin-left: 5px;
}

.wow-email::after {
    font-family: 'dashicons';
    content: "\f469";
    margin-left: 5px;
}

.wow-plugin .submit-bottom {
    margin: 45px 0 0;
    display: block;
    text-align: center;
}

.wow-plugin .add-item {
    width: 128px;
    height: 32px;
    background: #1f9ef8;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    transition-duration: .05s;
    transition-property: all;
}

.wow-plugin .add-item:hover, .wow-plugin .add-item:active {
    background: #128be0;
}

.wow-plugin .delete-item {
    width: 128px;
    height: 32px;
    background: #797979;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    transition-duration: .05s;
    transition-property: all;
    margin-left: 2px;
}

.wow-plugin .delete-item:hover, .wow-plugin .delete-item:active {
    background: #656565;
}