﻿/*****************************************
*   Action Wdiget
*****************************************/
.action-widget-wrapper,
.action-widget-wrapper h4 {
    color: #000;
}

.action-widget-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #89B9E6;
    padding: 10px;
    font-size: 116%;
    font-weight: bold;
}

.action-widget-header h4 {
    color: #000;
    font-size: 25px;
    font-family: Arial,Times New Roman,Serif;
    text-align: center;
    margin-bottom: 0.2em;
}

.action-widget-header h5 {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.action-widget-header div.ItsFree {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
}

.action-widget-body {
    padding: 4px 10px;
    background-color: #89B9E6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.action-widget-body p {
    text-align: center;
}

.action-widget-body .form-group {
    margin-bottom: 5px;
}

.action-widget-body .form-group-inline {
    clear: both;
}

.action-widget-body label.inline {
    display: inline-block;
    float: left;
    width: 90px;
}

.action-widget-body div.inline {
    float: left;
}

div.nch-widget-content-wrapper {
    padding: 0 .4em 0 .4em;
}

.nch-widget-wrapper h4 {
    margin: 0.2em 0em;
    padding: 0;
}

.nch-widget-header {
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    background-color: #6a9dd1;
    text-align: center;
}

.nch-widget-description {
    margin: 8px 3px;
}

.nch-widget-error {
    border-radius: 4px;
}

.nch-widget-form {
    margin: 5px 0px;
}

.nch-widget-form .nch-widget-input {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.nch-widget-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
}

.nch-widget-form select {
    width: 100%;
}

.nch-button-wrapper {
    margin-top: 10px;
    text-align: center;
}

.nch-widget-request-quote table {
    width: 100%;
    border: none 0px;
}

.nch-widget-request-quote table th {
    text-align: right;
    color: #333;
    width: 85px;
    font-weight: normal;
    border: none 0px;
}

.nch-widget-request-quote table td {
    border: none 0px;
}

.nch-widget-quote-procedure-name {
    font-weight: bold;
    text-align: center;
    padding: 5px 2px;
    font-size: 15px;
}

input.nch-widget-quote-phonenumber.grey-text {
    color: #9f9f9f;
}

div.nch-widget-no-facilities {
    background-color: #FDFDF3;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

div.nch-widget-quote-received-thanks h3,
div.nch-widget-quote-received-thanks h4 {
    text-align: center;
    color: #000;
}

.k-pop-over {
    cursor: pointer;
}