﻿/*****************************/
/*General items*/
/*****************************/
.HideFromViewPort {
    position: absolute;
    top: -1000px;
    height: 1px;
    width: 1px;
}

.clickIcon {
    color: #0c9abb;
    cursor: pointer;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.break5 {
    height: 5px;
    clear: both;
}

.break10 {
    height: 10px;
    clear: both;
}

.break15 {
    height: 15px;
    clear: both;
}

.width20 {
    width: 20px;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width150 {
    width: 150px;
}

.fullWidth {
    width: 95% !important;
}

.height250 {
    height: 250px;
}

.height300 {
    height: 300px;
}

.header1 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 11px;
}

.li1 {
    list-style: square !important;
    margin-left: 20px;
}

.fpad5 {
    padding: 5px;
}

.fpad20 {
    padding: 20px;
}

.profileInfoSuccess {
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    background: #e4f1db;
    border-color: #badba4;
    color: #466e2c;
}

.profileInfoWarning {
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    background: #fff0cc;
    border: 1px solid #ffda80;
    color: #996c00;
}

/*****************************/
/*Validation*/
/*****************************/
.validation-summary-errors {
    margin-bottom: 10px;
}

    .validation-summary-errors li {
        color: red;
        font-weight: bold;
    }

/*****************************/
/*UserInfo*/
/*****************************/

.sso-userinfo {
    float: right;
}

    .sso-userinfo a {
        color: white;
        cursor: pointer;
    }

    .sso-userinfo .caret {
        border-top-color: white;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px;
    }
/*****************************/
/*TypeAhead section*/
/*****************************/


.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: white;
        background-color: #e3623e;
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.chartTooltip {
    color: white;
    font-weight: bold;
    background-color: #e3623e;
    padding: 10px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
stroke: #e3623e !important;
}
