/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.validationError {
    color: red;
}

.privateIcon {
    color: #0088cc;
}

.busIcon {
    color: #b8860b;
}

modal-larger {
    min-width: 600px;
}


/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    font: 15px Verdana;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

/* Labels variants */
.label-pending {
    background-color: #ed6b75;
}

    .label-pending[href]:hover,
    .label-pending[href]:focus {
        background-color: #e73d4a;
    }

.label-accepted {
    background-color: #337ab7;
}

    .label-accepted[href]:hover,
    .label-accepted[href]:focus {
        background-color: #286090;
    }

.label-assigned {
    background-color: #8802fe;
}

    .label-assigned[href]:hover,
    .label-assigned[href]:focus {
        background-color: #b07002;
    }

.label-inProcess {
    background-color: #F1C40F;
}

    .label-inProcess[href]:hover,
    .label-inProcess[href]:focus {
        background-color: #bd9b10;
    }

.label-inTransit {
    background-color: #a43cb7;
}

    .label-inTransit[href]:hover,
    .label-inTransit[href]:focus {
        background-color: #6f297c;
    }

.label-completed {
    background-color: #5db254;
}

    .label-completed[href]:hover,
    .label-completed[href]:focus {
        background-color: #4b8c44;
    }

.label-cancelled {
    background-color: #35d3ef;
}

.label-canselled[href]:hover,
.label-canselled[href]:focus {
    background-color: #2caec5;
}

.badge-assigned {
    background-color: #fea202;
}

    .label-assigned[href]:hover,
    .label-assigned[href]:focus {
        background-color: #b07002;
    }

.badge-inTransit {
    background-color: #a43cb7;
}

    .badge-inTransit[href]:hover,
    .badge-inTransit[href]:focus {
        background-color: #6f297c;
    }
