/*
Theme Name: Template padrao para sistemas web da SGI
Theme URI: https://servicos.efazenda.ms.gov.br/templates/bootstrap-sgi/
Description: Template padrao para sistema web da SGI - versao 3 - fevereiro de 2013
Author: Percival Adriano Goncalves
twitter:site: @perciag
Version: 3.0
*/

/* CSS Document */
body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    /*padding-bottom: 40px;*/
}
/*------------------------------------------
	Footer
------------------------------------------*/
/*footer {
	background-image: url(https://servicos.efazenda.ms.gov.br/templates/images/background_footer-2.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #6294ad;
	width: 100%;
	text-align: center;
}*/

/* Footer
-------------------------------------------------- */
footer {
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

    footer p {
        margin-bottom: 0;
        color: #555;
    }
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
    padding-right: 5px;
    padding-left: 0;
    margin-left: 5px;
    float: left;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

    .navbar-fixed-top .brand:hover {
        text-decoration: none;
    }

/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
    padding-bottom: 0;
    margin-bottom: 9px;
}

    .subhead h1 {
        font-size: 54px;
    }

/* Subnav */
.subnav {
    width: 100%;
    height: 36px;
    background-color: #ddebf8; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #ddebf8 0%, #eaf3fb 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddebf8), color-stop(100%,#eaf3fb)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ddebf8 0%,#eaf3fb 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #ddebf8 0%,#eaf3fb 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #ddebf8 0%,#eaf3fb 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddebf8', endColorstr='#eaf3fb',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(top, #ddebf8 0%,#eaf3fb 100%); /* W3C */
    border: 1px solid #007c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .subnav .nav {
        margin-bottom: 0;
    }

        .subnav .nav > li > a {
            margin: 0;
            padding-top: 11px;
            padding-bottom: 11px;
            border-left: 1px solid #f5f5f5;
            border-right: 1px solid #e5e5e5;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .subnav .nav > .active > a,
        .subnav .nav > .active > a:hover {
            padding-left: 13px;
            color: #777;
            background-color: #e9e9e9;
            border-right-color: #ddd;
            border-left: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
            -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
        }

            .subnav .nav > .active > a .caret,
            .subnav .nav > .active > a:hover .caret {
                border-top-color: #777;
            }

        .subnav .nav > li:first-child > a,
        .subnav .nav > li:first-child > a:hover {
            border-left: 0;
            padding-left: 12px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .subnav .nav > li:last-child > a {
            border-right: 0;
        }

    .subnav .dropdown-menu {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
    .subnav-fixed {
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
        border-color: #d5d5d5;
        border-width: 0 0 1px; /* drop the border on the fixed edges */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
    }

        .subnav-fixed .nav {
            width: 938px;
            margin: 0 auto;
            padding: 0 1px;
        }

    .subnav .nav > li:first-child > a,
    .subnav .nav > li:first-child > a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav affix {
        width: 228px;
        margin: 140px 0 0;
        padding: 0;
        background-color: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
        box-shadow: 0 1px 4px rgba(0,0,0,.065);
    }

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }



/* table elements */


table {
    margin: 2px 0 0 0;
    border: 1px solid #004f9f;
    border-collapse: collapse;
    width: 100%
}

    table table {
        margin: -5px 0;
        border: 0px solid #004f9f;
        width: 100%;
    }

    /*table td,table th {
	padding: 2px;
	border: 1px solid #007c3c;
}*/

    table td form {
        text-align: left;
        vertical-align: middle;
        margin: 0px;
    }

    /*table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
color: #05419B;
}*/

    table thead {
        font-weight: bold;
        font-style: italic;
        background-color: #0075ec;
    }

    table tr .footer {
        background-color: #fff;
    }

.navbar-inverse-sgi .container {
    background-color: #007c3c;
    background-image: -moz-linear-gradient(top, #007c3c, #007c3c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007c3c), to(#007c3c));
    background-image: -webkit-linear-gradient(top, #007c3c, #007c3c);
    background-image: -o-linear-gradient(top, #007c3c, #007c3c);
    background-image: linear-gradient(to bottom, #007c3c, #007c3c);
    background-repeat: repeat-x;
    border-color: #007c3c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007c3c', endColorstr='#007c3c', GradientType=0);
}

.navbar-inverse-sgi .brand,
.navbar-inverse-sgi .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
    .bs-docs-sidenav {
        width: 200px;
    }

        .bs-docs-sidenav > li > a {
            width: 200px \9; /* Override the previous IE8-9 hack */
        }
}

.accordion-heading {
    border-bottom: 1px solid #e5e5e5;
}
/* Base class */
.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    /* Echo out a label for the example */
    .bs-docs-example:after {
        content: "Perguntas frequentes";
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #9da0a4;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 4px 0;
    }

    /* Remove spacing between an example and it's code */
    .bs-docs-example + .prettyprint {
        margin-top: -20px;
        padding-top: 15px;
    }

.logo {
    float: left;
    margin: 0 2px 0 0;
    background-image: url(https://servicos.efazenda.ms.gov.br/templates/images/logoms.png);
    width: 33px;
    height: 38px;
    border: 1px solid #007c3c;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #fff;
    text-shadow: #183864 0 3px 6px;
    border: 0;
    outline: 0;
    cursor: pointer
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #387038;
    text-shadow: #007c3c 0 2px 5px;
    -webkit-box-shadow: inset 0 4px 8px #007c3c;
    box-shadow: inset 0 4px 8px #007c3c;
    border: 1px solid #007c3c;
    border-bottom: 0;
    border-top: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #387038;
}
