/*.ui-widget button,
.ui-widget input[type="button"],
.ui-widget input[type="submit"] {
    font-weight: bold;
    }*/

body {
    height: 100%;
}

.ui-widget-content {
    color: #555!important;
}

/*= Default Forms
-------------------------------------------------------------- */
.custom-offers-default-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    }

.custom-offers-default-container label.right-label {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    color: #666;
}


.custom-offers-default-container .meta {
    color: #A6A6A6;
    font-size: 11px;
    font-weight: 300;
    font-family: helvetica;
    line-height: 1.2em;
    }

.custom-offers-default-container input[type="password"]:hover,
.custom-offers-default-container input[type="text"]:hover,
.custom-offers-default-container input[type="number"]:hover,
.custom-offers-default-container textarea:hover {
    border-color: #aaa;
    }

.custom-offers-default-container input[type="password"]:focus,
.custom-offers-default-container input[type="text"]:focus,
.custom-offers-default-container input[type="number"]:focus,
.custom-offers-default-container textarea:focus {
    border-color: #999;
    outline: none;
    }

.custom-offers-default-container input[type="password"],
.custom-offers-default-container input[type="text"],
.custom-offers-default-container input[type="number"],
.custom-offers-default-container textarea {
    -webkit-transition-property: border-color;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -ms-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 100%;
    margin: 0 0 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px!important;
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: normal;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    }

.custom-offers-default-container textarea {
    height: 100px;
}

.custom-offers-default-container input[type="checkbox"] {
    opacity: 1;
    filter: alpha(opacity=1);
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.custom-offers-default-container input[type="submit"]:hover {
    color: #008000;
    }

.custom-offers-default-container input[type="submit"]:active {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #CFCFCF;
    }

.custom-offers-default-container input[type="submit"]:disabled:hover {
    cursor: default;
    box-shadow: inset 0px -10px 30px 0px rgba(0,0,0,0.15);
    }

.custom-offers-default-container input[type="submit"]:disabled {
    cursor: pointer;
    background: #ddd;
    border: 1px solid #ddd;
    }

.custom-offers-default-container input[type="submit"] {
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    font-weight: bold;
    background: #62b932;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: none;
    cursor: pointer;
    color: #fff;
    border: 1px solid #CFCFCF;
    font-size: 14px!important;
    letter-spacing: normal;
    width: 100%;
    box-shadow: inset 0px -10px 30px 0px rgba(0,0,0,0.15);
    border: 1px solid #60A63A;
    margin: 0;
    font-weight: 800!important;
    }


.custom-offers-default-container input[type="submit"]:hover {
    box-shadow: inset 0px 10px 30px 0px rgba(0,0,0,0.15);
    color: #fff;
}

.custom-offers-default-container .button-container {
    float: left;
    padding: 0;
    width: 100%;
    }

.custom-offers-default-container input[type="password"].co-input-25,
.custom-offers-default-container input[type="text"].co-input-25,
.custom-offers-default-container input[type="number"].co-input-25,
.custom-offers-default-container textarea.co-input-25 {
    width: 25%;
}

.custom-offers-default-container input[type="password"].co-input-50,
.custom-offers-default-container input[type="text"].co-input-50,
.custom-offers-default-container input[type="number"].co-input-50,
.custom-offers-default-container textarea.co-input-50 {
    width: 50%;
}
















.custom-offers-default-container .noon {
    margin: 0 0 20px 0;
    }

.custom-offers-default-container .noon.inline-left {
    text-align: left;
    }

.custom-offers-default-container .error-container {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 0 0 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    }

.custom-offers-default-container .success-container {
    color: #468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #DFF0D8;
    border: 1px solid #BBD1BB;
    padding: 8px;
    margin: 0 0 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    }


.custom-offers-default-container .uploadifive-button {
    overflow: visible!important;
}

