﻿/* CSS Document */
/*------------------------------------------
  Base
------------------------------------------*/

a {
    outline: none;
    text-decoration: none;
}

    a:hover {
        outline: none;
        text-decoration: underline;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/*------------------------------------------
	Structure
------------------------------------------*/

body {
    font-family: "Helvetica Neue", Helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 1.7em;
}

body {
    background-color: #fff;
    background-image: url(../img/novo_layout/header.png);
    background-repeat: repeat-x;
    background-position: top; 
    margin-top:0px;
}

/*------------------------------------------
	Body
------------------------------------------*/

#body {
    background: #fff;
    width: 100%;
    float: left;
    clear: both;
    display: inline;
}

/*------------------------------------------
	Footer
------------------------------------------*/

#footer-cotin {
    background-color: #004F9F;
    border-top: 1px solid #6294ad;
    padding: 40px 0;
    float: left;
    width: 100%;
    clear: both;
    display: inline;
    color: #565656;
    margin-top: 20px;
    position: relative;
}

.footer-logos {
    display: flex;
    justify-content: center;
}

.footer-logo-cotin {
    width: 300px;
    height: 80px;
    background: url(../img/novo_layout/logo-cotin.png) no-repeat 310px;
    position: relative;
}

.footer-logo-sefaz {
    width: 300px;
    height: 80px;
    background: url(../img/novo_layout/logo-gov-SEFAZ.png) no-repeat 310px;
    position: relative;
}


/* Copyright */

#footer-copyright {
    font-size: 12px;
    color: white;
    font-weight: 400;
    background-color: #0094EA;
    padding: 10px;
    width: 100%;
    position: absolute;
}


#header-wrapper {
    height: 40px;
    padding-bottom: 10px;
    font-weight: bold;
}

    #header-wrapper > ul > li > a, #header .signed-in > a, #header .signed-in-notice > a {
        color: #fff;
        font-size: 15px;
        margin-left: 5px;
        line-height: 40px;
        display: block;
        float: left;
    }

#header h1 {
    float: left;
    overflow: hidden;
}

#header .logo {
    float: left;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    display: block;
    background: url(../img/novo_layout/logoms.png) no-repeat 1px 0;
    background-size : contain;
    padding-left: 38px;
    margin-left: 0;
    text-indent: -99999px;
}

    #header .logo a {
        height: 40px;
    }

#header-wrapper > ul > li:hover > a {
    color: #fff;
}

#header-wrapper > ul > li > a.current {
    background-color: #000;
    color: #fbfbfb;
}

#header-wrapper h1 {
    float: left;
    overflow: hidden;
}

#header-wrapper .main-pages {
    margin-left: 10px;
    float: left;
}

#header-wrapper ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 900;
}

    #header-wrapper ul li {
        position: relative;
        float: left;
        margin-left: 0;
    }

#header-wrapper .user {
    float: right;
    z-index: 100;
}

#header-wrapper .signed-in {
    position: relative;
    margin: 0;
    padding-left: 20px;
}

    #header-wrapper .signed-in > a {
        background: transparent url(https://servicos.sgi.ms.gov.br/templates/images/arrow-down.png) no-repeat 100% 50%;
        padding-right: 13px;
        margin-left: 0;
        margin-right: 7px;
    }

        #header-wrapper .signed-in > a > img {
            width: 26px;
            height: 26px;
            float: left;
            margin: 6px 8px 0 0;
        }

    #header-wrapper .signed-in > ul, #header .main-pages li ul {
        display: none;
        color: #ababab;
        position: absolute;
        top: 40px;
        background-color: #008fbb;
        background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DBCE9), color-stop(1, #008fbb)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
        background-image: linear-gradient(top, #4DBCE9, #008fbb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6â€“IE9 */
    }

    #header-wrapper .signed-in > ul {
        right: 0;
        min-width: 220px;
    }

#header-wrapper .main-pages li ul {
    width: auto;
    left: 5px;
    padding-bottom: 5px;
}

#header-wrapper .signed-in > ul li, #header .main-pages li ul li {
    display: block;
    float: none;
}

    #header-wrapper .signed-in > ul li a {
        display: block;
        padding: 0 5px 5px 12px;
        font-size: 13px;
        text-align: right;
        color: #fff;
    }

#header-wrapper .main-pages li ul li a {
    display: block;
    padding: 0 10px 5px 10px;
    font-size: 13px;
    text-align: left;
    color: #fff;
}

    #header-wrapper .signed-in > ul li a:hover, #header-wrapper .main-pages li ul li a:hover {
        /*text-decoration: underline;*/
        color: #D1E751;
    }

#header-wrapper .signed-in > ul li.signout {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 5px 0 2px 0;
}

    #header-wrapper .signed-in > ul li.signout a {
        color: #fff;
    }

#header-wrapper .signed-in:hover, #header-wrapper .main-pages li.kids:hover > a {
    background-color: #008fbb;
}

    #header-wrapper .signed-in:hover > a {
        color: #fff;
        background-color: #008fbb;
    }

    #header-wrapper .signed-in:hover ul, #header-wrapper .main-pages li:hover ul {
        display: block;
    }

#header-wrapper .signed-in-notice {
    float: right;
}

    #header-wrapper .signed-in-notice > a {
        color: #D1E751;
    }

#header-wrapper -join {
    background-color: #D1E751 !important;
    color: #000 !important;
    line-height: 10px !important;
    margin-top: 7px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

    #header-wrapper -join:hover {
        color: #fff !important;
        background-color: #008fbb;
        background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DBCE9), color-stop(1, #008fbb)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
        background-image: linear-gradient(top, #4DBCE9, #008fbb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6â€“IE9 */
    }

#header-wrapper -signin {
    color: #fff !important;
}
/* below header */

#below-header-wrapper {
    height: 40px;
    min-width: 960px;
    background-color: #008fbb;
    background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DBCE9), color-stop(1, #008fbb)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
    background-image: linear-gradient(top, #4DBCE9, #008fbb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6â€“IE9 */
}

#toolbar {
    margin-bottom: 11px;
}

.submenu1 {
    color: Black;
    font-weight: bold;
}

.linknavigacao {
    margin-left: 10px;
}

    .linknavigacao a {
        margin: 2px;
    }

.bullet {
    position: relative;
    background-color: #BADBB2;
    width: 5px;
    height: 5px;
    top: 12px;
    left: -10px;
}

.menu ul {
    list-style-type: none;
}

.unico {
    padding: 15px 0 0 15px;
}
