.ValidationErrors {
    color: red !important;
    clear: both;
    display: block;
    margin: -9px 0 9px;
}

a.btn {
    margin: 0 0 0 10px;
}

.message {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #EEE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;

}

.notificationMessage {
    padding: 10px;
    margin: 50px auto 0px;
    font-size: 14px;
    position: relative;

}

.notificationMessage .inner {
    margin: 0 20px;
}

.notificationMessage .inner p {
    text-align: center;
    font-weight: bold;
}

.notificationMessage .icon-remove-sign {
    position: absolute;
    top: 10px;
    right: 10px;
}

.loading {
    color: #303030;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    width: 450px;
    margin: 0px auto;
    display: none;
    border-radius: 5px;
}

[class^="icon-"], [class*=" icon-"] {

display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
/*background-position: 14px 14px;*/
background-repeat: no-repeat;

}

.icon-remove-sign {
    background-position: -48px -96px;
}

.marTop10 {
    margin-top: 10px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.leftAlign {
    float: left !important;
}

.hideElement {
    display: none;
}

.answerLoad {
    margin: 10px;
    text-align: center;
    color: #258;
}

.hideMe {
    display: none;
}

.showMe {
    display: block;
}

.titleHeading {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 25px;
}

.marBot20 {
    margin-bottom: 20px;
}

.marTop20 {
    margin-top: 20px;
}

/*.followed {*/
/*font-weight: bold;*/
/*color:#888;*/
/*}*/

.blue {
    color: #258;
}

.searchForm ul.dropdown-search li.searchGoingOn {
    color: #258;
}

input.span210 {
    width: 210px !important;
}

.tooltip {
    position: absolute;
    z-index: @zindexTooltip;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
}

.tooltip-inner {
    max-width:100%;
    padding: 3px 8px;
    color: @white;
    text-align: center;
    text-decoration: none;
    background-color: @black;
    opacity: 1.0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.width244 {
    width: 244px !important;
}

.required {
    color: red;
    display: inline-block;
}

.topMarginRemoved {
    margin-top: 0 !important;
}

#flashMessage {
    margin-top: 0px;
}

.adminActions {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.cursor {
    cursor: default;
}

.formWrapper .customBtn .btn.adminFormBtn, .adminFormBtn{
    margin-right: 10px;
}

.adminManage .profile-block:before,
.adminManage .profile-block:after{
    height: 1%;
}

.editRadioBtn input[type="radio"]{
    margin-left: 10px;
    margin-right: 3px;
    vertical-align: text-top;
}
.editRadioBtn input[type="radio"]:first-child{
    margin-left: 0;
}

.editorText table, .editorText tr, .editorText td,
.editorText ul, .editorText ol,
.editorText p, .editorText span, .editorText a,
.editorText strong, .editorText b, .editorText em, .editorText i
.editorText h1, .editorText h2, .editorText h3, .editorText h4, .editorText h5, .editorText h6{
    font: Normal 15px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    line-height: 22px !important;
    color: #222222 !important;
}
.editorText ul, .editorText ol{
    padding: 0;
    margin: 0 0 0 25px;
    background: none !important;
}
.editorText ul li, .editorText ol li{
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    display: list-item;
}
.editorText a{
    color: #225588 !important;
}
.editorText a:hover{
    color: #222222 !important;
}
.editorText strong, .editorText b{ 
    font-weight: bold !important;
}
.editorText em, .editorText i{ 
    font-style: italic !important; 
}

#UserHomeForm .ValidationErrors{
    margin: -5px 0 10px 2px;
}