
/**
 * Modify Bootstrap.
 */

body {
    background-color: transparent;
}

/* No textarea */
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 30px;
}

.input-xl {
    width: 300px;
}

legend {
    font-size: 18px;
}




/**
 * twilio-wp.
 */

/* element styles */
h2.page-title {
    color: #174f69;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
    font-size: 23px;
    padding: 9px 15px 4px 0;
    line-height: 29px;
    font-weight: normal;
    margin: 0;
    text-shadow: #fff 0 1px 0;
}

h3.page-subtitle {
    font-size: 20px;
    color: #8a8a8a;
}

/* tabs */
.gk_sms_tabs {
    margin-bottom: 10px;
}

/* user_msg */
#user_msg {
    display: none;
}