﻿/*Busca*/
.listaItensBusca {
    display: block;
    clear: both;
    padding: 0 0 22px 0;
    margin: 0 0 10px 0;
    list-style: none !important;
}

    .listaItensBusca li, .listaItensBusca li a {
        font-size: 14px;
        color: #393939;
    }

    .listaItensBusca li {
        line-height: 22px;
        border-bottom: 1px dashed #cccccc;
        padding: 0 0 15px 0 !important;
        margin: 0 0 15px 0 !important;
    }

        .listaItensBusca li:last-child {
            border: none;
            padding: 0 0 20px 0 !important;
            margin: 0 !important;
        }

    .listaItensBusca ul li {
        list-style: none !important;
    }

    .listaItensBusca li a {
        color: #ff0000;
        font-weight: normal;
        text-decoration: underline;
    }

        .listaItensBusca li a:hover {
            color: #393939;
            text-decoration: none;
        }

    .listaItensBusca li p {
        color: #393939;
        margin: 0 !important;
    }


/*Para dar destaque no ultimo item do Menu Sesi */
#ct .navegacaoPrincipal ul.menuSesi li:last-child a {
    color: #f16a03;
    text-transform: uppercase;
    font-weight: bold;
}

#myInput {
    background-image: url('../../Content/img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myInput2 {
    background-image: url('../../Content/img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

.inner-page-contents .nav-tabs.nav-justified > a {
    border-radius: 0px;
    color: #999;
    background-color: #efefef;
    font-weight: bold;
    text-decoration: underline;
    border-radius: 0;
    text-transform: uppercase;
}

    .inner-page-contents .nav-tabs.nav-justified > a.active,
    .inner-page-contents .nav-tabs.nav-justified > a.active :focus,
    .inner-page-contents .nav-tabs.nav-justified > a.active :hover {
        color: #ffffff;
        background-color: #de0000;
        text-decoration: none;
    }

.inner-page-contents .nav-tabs.nav-justified > .active > a,
.inner-page-contents .nav-tabs.nav-justified > .active > a:focus,
.inner-page-contents .nav-tabs.nav-justified > .active > a:hover {
    border-color: #de0000;
}

.inner-page-contents .nav > a:focus, .nav > a:hover {
    text-decoration: none;
    background-color: #cccccc;
    border-color: transparent;
}

.inner-page-contents .tab-content {
    border: 1px solid;
    border-color: #cccccc;
}
