﻿/*#u-app_content * + * {
    margin: unset;
}*/

.k-multiselect-wrap ul, .k-multiselect-wrap ol {
    margin-bottom: 0 !important;
}

.searchField {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.DeliveryMethods > div {
    height: 100px;
}

.alert p {
    margin-bottom: 5px !important;
}

/* */
.w-text p {
    margin: 0;
}
.w-name {
    text-align: center;
}

.scform ul {
    list-style: none;
}

.scform label {
    width: 30%;
    display: inline-block;
}

.scform input[type=text] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555555;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 65%;
}

.scform input[type=checkbox] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555555;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    margin-left: 28%;
    padding: 4px 6px;
    vertical-align: middle;
}

.scform .lblTextArea {
    vertical-align: top;
}

.scform textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555555;
    display: inline-block;
    height: 150px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    width: 65%;
}

.scLinkButton {
    width: 50%;
    display: inline-block;
    background-color: #0e7b5b;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

a.scLinkButton, a:link.scLinkButton {
    color: #fff;
}

.w-form {
    position: relative;
    max-width: 100%;
}

.w-submit {
    background-color: #138360;
}

.widget p {
    min-height: 75px;
}

.w-form::before, .w-form::after {
    content: "";
    display: table;
}

.w-form:after {
    clear: both;
}

.w-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #666;
    height: 30px;
    padding: 5px 35px 5px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .w-input:focus {
        outline-color: #138360;
    }

.w-submit {
    background-color: #138360;
}

.w-submit {
    background-color: #0e7b5b;
    border: medium none;
    color: #fff;
    cursor: pointer;
    /*position: absolute;*/
    right: 0;
    height: 30px;
    width: 30px;
}

.w-form .scLinkButton {
    display: inline-block;
    background-color: #0e7b5b;
    color: #ffffff;
    padding: 5px;
    margin-left: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.scList {
    list-style: none;
}

/************************************************
Validation
************************************************/


span.k-widget.k-tooltip-validation {
    display;
    inline-block;
    width: 160px;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    color: red;
}

.k-tooltip-validation .k-warning {
    display: none;
}
