﻿tspan, text, .cms-font {
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

.cms-fom-error {
    display: none;
    color: red;
}

.cms-label {
    font-weight: bold;
}

.cms-select {
    -webkit-appearance: menulist;
}

.menu-title {
    color: white !important;
}

.menu-item {
    color: white !important;
}

.cms-lable {
    font-weight: 600;
}

.cms-lable-required {
    color: red;
    font-size: 1.2rem;
    line-height: 1;
}

.cms-input-required {
    border-color: red;
}

.cms-element-has-error {
    border: 1px solid red !important;
}

.cms-element-message-error {
    color: red;
}

/*.btn-sm {
    line-height: 1 !important;
    padding: 0.3rem 0.8rem !important;
}*/

.ltr{
    text-align:left;
}

/*https://stackoverflow.com/questions/12167848/bootstrap-adding-legend-to-well*/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-legend {
    display: block;
    font-size: 14px;
    width: auto;
    padding: 2px 7px 2px 5px;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

li a svg {
    margin-left: 5px;
}
