/*
Theme Name: Wheels-On LMS
Theme URI: http://www.digicoyote.com
Template: lms
Author: DigiCoyote Software Inc.
Author URI: http://www.digicoyote.com
Description: Wheels-On Child theme for the LMS
Version: 1.3.1425880216
Updated: 2015-03-08 22:50:16
*/

@charset "UTF-8";

.selection-box {
    display: block;
}

.courses-sorting .courses-popular-type .selection-box {
    /*clear: none;*/
    /*margin-left: 90px;*/
    /*width: auto;*/
    /*max-width: 400px;*/
}

.espresso-table-row .reg-col {
    text-align: left;
}

label.ee-reg-page-questions {
    font-size: 16px;
    font-weight: bold;
}

.options-list-radio label span {
    font-weight: bold;
}

/* UPME Styles */
div.upme-head, div.upme-post-head, div.upme-custom-head {
    background-color: #00a988;
}

div.upme-field-name, div.upme-wrap div.upme-field-name a {
    color: #ffffff;
}

.course-tooltip {
    min-width: 250px;
    padding: 15px;
}

.course-tooltip .border-title {
    margin-bottom: 25px;
}

.course-tooltip img {
    margin: 0 15px 0 0;
}

/*This is the time above the title in aganeda view.*/
.fc-event-time {
    display: none;
}

/*
 * Booking Form styles
 */
/*----*****---- << 1.8. Forms >> ----*****----*/

.em-booking-form .em-attendee-fieldset label {
    color: #808080;
    float: none;
    display: inline-block;
    width: 15%;
    min-width: 200px;
    margin-right: 10px;
    text-align: left;
}

.em-booking-form .em-attendee-fieldset label span {
    color: #b4b4b4;
}

.em-booking-form .em-attendee-fieldset label span.required {
    color: #ff0000;
}

.em-booking-form .em-attendee-fieldset fieldset {
    border: 1px solid #efefef;
    padding: 10px;
    margin: 0 0 10px 0;
}

.em-booking-form .em-attendee-fieldset legend {
    font-weight: bold;
}

.em-booking-form .em-attendee-fieldset p {
    text-align: left;
}

.em-booking-form .em-attendee-fieldset input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text, input[type="search"] {
    background: #ffffff;
    border: 1px solid #e2d6c1;
    color: #808080;
    padding: 5px 6px;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    width: 65%;
    border-radius: 3px;
    box-sizing: border-box;
}

.em-booking-form .em-attendee-fieldset input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, textarea:focus, input.text:focus, input[type="search"]:focus {
    border-color: #cdc1ac;
}

.em-booking-form .em-attendee-fieldset textarea {
    height: 190px;
    overflow: auto;
}

.em-booking-form .em-attendee-fieldset select {
    background: #ffffff;
    border: 1px solid #e2d6c1;
    padding: 1px;
    margin: 5px 0 5px;
    display: block;
    width: 45%;
    border-radius: 3px;
}

.em-booking-form .em-attendee-fieldset input[type="text"].hasDatepicker {
    width: 12em;
}

.em-booking-form .em-attendee-fieldset select option {
    background: #ffffff;
}

.em-booking-form .em-attendee-fieldset select {
    height: 30px;
    background-color: #ffffff;
    color: #808080;
    background-image: url(images/select-box.jpg);
    background-position: center right;
    background-size: 50%;
    background-repeat: no-repeat;
    border: 1px solid #e2d6c1;
    width: 45%;
    margin: 0px;
    padding: 1px 25px 1px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    display: inline-block;
}

.em-booking-form .em-attendee-fieldset input[type="submit"], button, input[type="button"] {
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
}

.em-booking-form .em-attendee-fieldset input[type="submit"]:hover, button:hover, input[type="button"]:hover {
    background: #303030;
}

.em-booking-form .em-attendee-fieldset .selection-box {
    position: relative;
    display: inline-block;
    clear: both;
    width: 45%;
}

.em-booking-form .em-attendee-fieldset .selection-box:before, .selection-box:after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.em-booking-form .em-attendee-fieldset .selection-box:before {
    z-index: 1;
    right: 9px;
    top: 3px;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #e2d6c1;
}

.em-booking-form .em-attendee-fieldset .selection-box:after {
    width: 24px;
    height: 24px;
    right: 0px;
    top: 1px;
    border-left: 1px solid #e2d6c1;
    border-right: 1px solid #e2d6c1;
    background: #ffffff;
    border-radius: 0px 3px 3px 0px;
}

.em-booking-form .em-attendee-fieldset .selection-box select {
    background: #ffffff;
    margin-top: 0px;
    width: 100%;
}

.em-booking-form .em-attendee-fields > strong {
    font-size: 18px;
    padding-bottom: 16px;

}

/*
 * Checkout form styles
 */
.em-cart-actions button {
    margin-left: 15px;
    margin-right: 15px;
}

.em-cart-info {
    margin-top: 15px;
    text-align: left;
}

.em-cart-info-title {
    font-weight: bold;
}

/**
 * User Profile
 */

.page-id-5 .main-title-section-wrapper {
    margin-bottom: 0;
}
div.upme-wrap div.upme-inner {
    border-top: none;
}

.upme-field-edit .dt-sc-button.inverse {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: normal;
}
.upme-field-edit .dt-sc-button.inverse:hover {
    background-color: #deffdd;
    color: #000000;
}

div.upme-wrap .upme-head div.upme-pic img.avatar {
    padding: 3px;
    border-radius: 50px;
    margin: 0;
}

.upme-profile-tab {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    float: left;
    height: 55px;
    line-height: 1;
    margin: 1px;
    min-width: 75px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    box-sizing: border-box;
}

.upme-profile-icon {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 20px;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    padding-top: 10px;
}

.upme-profile-tab-panel {
    padding: 0 25px 25px 25px;
}



.upme-field-type i, .upme-post-field-type i {
    background: none repeat scroll 0 0 #888;
    color: #fff;
}
.upme-field-type i, .upme-post-field-type i {
    border-radius: 999px;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 14px 0 0;
    position: relative;
    text-align: center;
    top: auto;
    width: 26px;
}

/* =================================================================
    Login/Register Form Designs
   ================================================================= */

div.upme-wrap {
    float: none;
    font-family: inherit;
    margin: 0 0 0;
    max-width: 100%;
    width: 100%;
}

.upme-login {
    float: none;
}

div.upme-wrap div.upme-inner {
    border-top: medium none;
}

.upme-main {
    padding: 0 0 0 0;
    font-size: inherit;
}

div.upme-wrap div.upme-inner {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.upme-login-wrapper {
    float: left;
    width: 100%;
}

.upme-login .upme-head {
    display: none;
}



.single-event .em-booking-form-details {
    float: left;
    padding: 10px;
    width: 25%;
    padding-right: 20px;
}


div.em-booking-login {
    border-left: 1px solid black;
    float: left;
    padding: 10px 10px 10px 20px;
    width: 65%;
    margin: 0 0 0 0;
}

div.upme-login label {
    width: 30%;
}
div.upme-login label i {
    display: none;
}
.em-booking-login input[type="password"], .em-booking-login input[type="text"] {
    width: 100%;
}

.em-attendee-details th {
    text-alight: left;
    font-size: 12px;

}
.em-attendee-details td {
    text-alight: left;
    font-size: 12px;

}
.em-attendee-details h4 {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;  
}

