.media-frame-title h1 {
    padding: 10px 16px !important;
}

.iwetc-button {
    padding: 0 15px;
    height: 34px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none;
    font-size: 10pt;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    line-height: 30px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.iwetc-button-sm {
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    line-height: 26px;
}

.iwetc-button:hover {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.iwetc-button i {
    width: auto;
    height: auto;
    line-height: 32px;
    font-size: 18px;
}

.iwetc-button-bold {
    font-weight: bold;
}

.iwetc-button-blue {
    background-color: #4d64eb;
    border-color: #3145b8;
    color: #fff;
}

.iwetc-button-blue:hover {
    background-color: #3a51d1;
}

.iwetc-button-transparent {
    background-color: transparent;
    border-color: #3e3e3e;
    color: #3e3e3e;
}

.iwetc-button-transparent:hover {
    background-color: #ececec;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-button-transparent {
    border-color: #b0b0b0;
    color: #c6c6c6;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-button-transparent {
    border-color: #3e3e3e;
    color: #3e3e3e;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-button-transparent:hover {
    background-color: #252525;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-button-transparent:hover {
    background-color: #cccccc;
}

.iwetc-button-green {
    background-color: #39b54a;
    border-color: #358d41;
    color: #fff;
}

.iwetc-button-green:hover {
    background-color: #358d41;
}

.iwetc-button-red {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.iwetc-button-red:hover {
    background-color: #ce1313;
    border-color: #ce1313;
}

.iwetc-button-gray {
    background-color: #efefef;
    border-color: #efefef;
    color: #3e3e3e;
}

.iwetc-button-gray:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-primary {
    height: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #4d64eb;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 13px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 8px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px transparent solid;
}

.iwetc-float-right {
    float: right;
}

.iwetc-float-left {
    float: left;
}

.iwetc-mr5 {
    margin-right: 5px;
}

.iwetc-form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.iwetc-form-group .iwetc-form-control {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.iwetc-button-loading {
    display: none;
}

.swal-overlay {
    z-index: 169000;
}

.swal-modal {
    width: 550px;
}

.swal-footer {
    text-align: center;
}

.swal-button-container {
    margin: 2px;
}

.swal-button--loading {
    opacity: 0.6;
    color: transparent;
}

.swal-button__loader div {
    vertical-align: middle;
}