﻿/* Toolbar */
#infoProject {
    height: 40px;
    display: inline-block;
    position: relative;
}

select.project__select {
    color: #F5846F;
    font-size: 18px;
    padding: 2px;
    padding-right: 22px;
    line-height: 24px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 28px;
    float: right;
}

span.project__select .k-input,
span.project__select .k-input:hover,
span.project__select .k-input:focus,
span.project__select .k-input:active,
span.project__select .k-dropdown-wrap.k-state-default,
span.project__select .k-dropdown-wrap.k-state-focused,
span.project__select .k-dropdown-wrap.k-state-disabled {
    font-size: 13px;
    color: #F5846F !important;
    line-height: 23px;
}



span.project__select .k-dropdown-wrap.k-state-default {
}

.project__select optgroup {
    font-size: 14px;
}

#infoToolbar {
    position: absolute;
    right: 20px;
    top: 10px;
}

    #infoToolbar > div[id*="RadToolbar"], div[id$="RadToolbar"] {
        float: right;
        padding-right: 11px;
        margin-top: 0px;
        height: auto;
        background: #E6E6E6;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        min-height: 0;
        max-height: 26px;
    }

#infoSiteMap {
    text-indent: 8px;
}

.toolbar-site-map a {
    color: #666666;
    font-size: 13px;
    text-decoration: none;
}

.toolbar-site-map span {
    color: #666666;
    font-size: 14px;
}

    .toolbar-site-map span:nth-last-child(2) {
        color: #8DA5A3;
    }

/* Fin Toolbar*/
