.wpdl {
    margin-bottom: 30px;
}

.wpdl .clearfix:before, .wpdl .clearfix:after, .wpdl .form-group:before, .wpdl .form-group:after {
    content: "";
    display: table;
}

.wpdl .clearfix:after, .wpdl .form-group:after {
    clear: both;
}

.wpdl .wpdl-left {
    float: left;
}

.wpdl .form-group-left {
    float: left;
    width: 47.5%;
}

.wpdl .form-group-right {
    float: right;
    width: 47.5%;
}

.wpdl .wpdl-right {
    float: right;
}

.wpdl .text-center {
    text-align: center;
}

.wpdl .text-left {
    text-align: left;
}

.wpdl .text-right {
    text-align: right;
}

.wpdl .wpdl-header {
    margin-bottom: 20px;
}

.wpdl .button, .wpdl button {
    display: inline-block;
    background: #dedcdc;
    padding: 8px 25px;
    font-size: 15px;
    line-height: 1.2;
    border: none;
    border-radius: 5px;
    color: #555;
}

.wpdl .button:hover, .wpdl button:hover {
    background: #ccc9c9;
}

.wpdl .button.btn-small, .wpdl button.btn-small {
    padding: 6px 12px;
    font-size: 14px;
}

.wpdl .button.btn-success, .wpdl button.btn-success {
    background: #46b450;
    color: #ffffff;
}

.wpdl .button.btn-success:hover, .wpdl button.btn-success:hover {
    background: #3f9e48;
}

.wpdl .button.btn-info, .wpdl button.btn-info {
    background: #2573c3;
    color: #ffffff;
}

.wpdl .button.btn-info:hover, .wpdl button.btn-info:hover {
    background: #447ea9;
}

.wpdl .button.btn-danger, .wpdl button.btn-danger {
    background: #cc3535;
    color: #ffffff;
}

.wpdl .button.btn-danger:hover, .wpdl button.btn-danger:hover {
    background: #b74444;
}

.wpdl .text-small {
    font-size: 12px;
    color: #2573c3;
}

.wpdl table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #eee;
}

.wpdl table thead tr th, .wpdl table thead tr td, .wpdl table tbody tr th, .wpdl table tbody tr td {
    max-width: 100%;
    padding: .857em .587em;
    border: 1px solid #eee;
}

.wpdl table thead tr th, .wpdl table tbody tr th {
    color: #555;
    font-weight: 700;
}

.wpdl .alert {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 8px 35px 8px 14px;
    border: 1px solid #fbeed5;
}

.wpdl .alert {
    border-color: #e4bf7f;
    color: #9c6c38;
    margin-bottom: 15px;
    background: #f6edba;
    background: -moz-linear-gradient(top, #f6edba 0%, #f5e0a8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6edba), color-stop(100%, #f5e0a8));
    background: -webkit-linear-gradient(top, #f6edba 0%, #f5e0a8 100%);
    background: -o-linear-gradient(top, #f6edba 0%, #f5e0a8 100%);
    background: -ms-linear-gradient(top, #f6edba 0%, #f5e0a8 100%);
    background: linear-gradient(to bottom, #f6edba 0%, #f5e0a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6edba', endColorstr='#f5e0a8', GradientType=0);
}

.wpdl .alert .close {
    top: 0;
    right: -23px;
    color: #937f0e;
    position: relative;
    line-height: 20px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    text-transform: lowercase;
}

.wpdl .alert .close:hover,
.wpdl .alert .close:focus {
    opacity: .4;
    filter: alpha(opacity=40);
}

.wpdl .alert h4 {
    color: #9c6c38;
}

.wpdl .alert-error {
    border-color: #e18d9a;
    color: #da5251;
    background: #f6d8d8;
    background: -moz-linear-gradient(top, #f6d8d8 0%, #f5c5c5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d8d8), color-stop(100%, #f5c5c5));
    background: -webkit-linear-gradient(top, #f6d8d8 0%, #f5c5c5 100%);
    background: -o-linear-gradient(top, #f6d8d8 0%, #f5c5c5 100%);
    background: -ms-linear-gradient(top, #f6d8d8 0%, #f5c5c5 100%);
    background: linear-gradient(to bottom, #f6d8d8 0%, #f5c5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d8d8', endColorstr='#f5c5c5', GradientType=0);
}

.wpdl .alert-error .close, .wpdl .alert-error h4 {
    color: #990000;
}

.wpdl .alert-success {
    border-color: #b4da95;
    color: #468847;
    background: #dff0d8;
    background: -moz-linear-gradient(top, #dff0d8 0%, #d0f2c3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dff0d8), color-stop(100%, #d0f2c3));
    background: -webkit-linear-gradient(top, #dff0d8 0%, #d0f2c3 100%);
    background: -o-linear-gradient(top, #dff0d8 0%, #d0f2c3 100%);
    background: -ms-linear-gradient(top, #dff0d8 0%, #d0f2c3 100%);
    background: linear-gradient(to bottom, #dff0d8 0%, #d0f2c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dff0d8', endColorstr='#d0f2c3', GradientType=0);
}

.wpdl .alert-success .close, .wpdl .alert-success h4 {
    color: #468847;
}

.wpdl .alert-info {
    border-color: #88c4e2;
    color: #3a87ad;
    background: #d9edf7;
    background: -moz-linear-gradient(top, #d9edf7 0%, #bae6fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9edf7), color-stop(100%, #bae6fc));
    background: -webkit-linear-gradient(top, #d9edf7 0%, #bae6fc 100%);
    background: -o-linear-gradient(top, #d9edf7 0%, #bae6fc 100%);
    background: -ms-linear-gradient(top, #d9edf7 0%, #bae6fc 100%);
    background: linear-gradient(to bottom, #d9edf7 0%, #bae6fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#bae6fc', GradientType=0);
}

.wpdl .alert-info .close, .wpdl .alert-info h4 {
    color: #3a87ad;
}

.wpdl input[type=text], .wpdl input[type=url], .wpdl input[type=password], .wpdl input[type=tel], .wpdl input[type=date], .wpdl input[type=number], .wpdl input[type=email], .wpdl textarea, .wpdl select {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 16px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    height: 40px;
    color: #4e4e4e;
    text-align: left;
}

.wpdl input[type=text].wpdl-not-valid, .wpdl input[type=url].wpdl-not-valid, .wpdl input[type=password].wpdl-not-valid, .wpdl input[type=tel].wpdl-not-valid, .wpdl input[type=date].wpdl-not-valid, .wpdl input[type=number].wpdl-not-valid, .wpdl input[type=email].wpdl-not-valid, .wpdl textarea.wpdl-not-valid, .wpdl select.wpdl-not-valid {
    -webkit-box-shadow: 0px 0px 6px #d73333;
    -moz-box-shadow: 0px 0px 6px #d73333;
    -ms-box-shadow: 0px 0px 6px #d73333;
    -o-box-shadow: 0px 0px 6px #d73333;
    box-shadow: 0px 0px 6px #d73333;
}

.wpdl textarea {
    height: 150px;
}

.wpdl .wpdl-form-wrapper {
    position: relative;
}

.wpdl .form-group {
    margin: 0 0 2em;
    width: 100%;
    float: left;
}

.wpdl .form-group .control-label {
    color: #2b2b2b;
    font-size: 15px;
    display: block;
}

.wpdl .form-group .control-field .button {
    margin-right: 10px;
}

.wpdl .form-group .control-field .preview-img {
    margin-top: 10px;
    max-width: 100%;
    max-height: 200px;
}

.wpdl .form-group .control-field .preview-img img {
    max-width: 100%;
    height: auto;
}

.wpdl .form-group .multi-checkbox .checkbox-set {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.wpdl #wpdl_overlay {
    background: rgba(255, 255, 255, 0.7) url(../img/ajax-loader.gif) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.wpdl .page-navigation {
    margin-top: 25px;
}

.wpdl .page-navigation ol, .wpdl .page-navigation ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
    line-height: normal;
}

.wpdl .page-navigation ol li, .wpdl .page-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.wpdl .page-navigation ol li.bpn-current, .wpdl .page-navigation ol li .current, .wpdl .page-navigation ul li.bpn-current, .wpdl .page-navigation ul li .current {
    background: #68696b;
    padding: 5px 10px;
    border: 1px solid #68696b;
    color: #ffffff;
    line-height: normal;
}

.wpdl .page-navigation ol li .current, .wpdl .page-navigation ul li .current {
    display: block;
}

.wpdl .page-navigation ol li a, .wpdl .page-navigation ul li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #68696b;
    color: #68696b;
    line-height: normal;
}

.wpdl .page-navigation ol li a:hover, .wpdl .page-navigation ul li a:hover {
    background: #68696b;
    color: #ffffff;
}
