/* MARGIN */
.margin-top10 { margin-top: 10px }
.margin-top20 { margin-top: 20px }
.margin-top30 { margin-top: 30px }
.margin-top40 { margin-top: 40px }
.margin-top50 { margin-top: 50px }
.margin-top100 { margin-top: 100px }

.margin-bottom10 { margin-bottom: 10px }
.margin-bottom20 { margin-bottom: 20px }
.margin-bottom30 { margin-bottom: 30px }
.margin-bottom40 { margin-bottom: 40px }
.margin-bottom50 { margin-bottom: 50px }
.margin-bottom100 { margin-bottom: 100px }

.margin-right{ margin-right: 10px }
.margin-left{ margin-left: 10px }

.bordas-total {border: 1px solid black}
.borda-esquerda {border-left: 1px solid black}
.borda-direita {border-right: 1px solid black}
.borda-inferior {border-bottom: 1px solid black}
.borda-superior {border-top: 1px solid black}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    min-height: 100%;
    position:relative;
    margin-bottom: 120px;
}

a {
    color:#006600;
}







#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 600px;
}

#cabecalho-ifmg {
    background-color: #006600;
    height: 120px;
    margin: 0;
    padding-bottom: 15px;
    position:fixed;
    width: 100%;
}

.TituloSite{
    font-family: Open Sans Extrabold;
    font-size: 40px;
    color: #fff;
}

.container {
    width: auto;
    max-width: 1170px;
    padding: 0 15px;
}

.container .tutorial-link {
    font-size: 18px;
    margin: 20px 0;
}

.container .tutorial-link a{
    color:#dd4814;
    font-size: 15px;
}

.logoIfmg{
    padding: 40px 0 0 0;
    max-height: 100px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 45px;
    background-color: #58A556;
    color: #ffffff;
}

fieldset
{
    border: 1px groove #eef !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend
{
    width: auto !important;
    border: none;
    color: #006600;
    font-size: 20px;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
    margin: 20px 0;
}

/* ################# Mudando o estilo da Nav Bar ############################## */

.navbar.navbar-inverse{
    background-color: #58A556;
    background-image: -moz-linear-gradient(top, #58A556, #64BB1E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58A556), to(#64BB1E));
    background-image: -webkit-linear-gradient(top, #58A556, #64BB1E);
    background-image: -o-linear-gradient(top, #58A556, #64BB1E);
    background-image: linear-gradient(to bottom, #58A556, #64BB1E);
    background-repeat: repeat-x;
    border-color: #64BB1E;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98E94E', endColorstr='#ff64BB1E', GradientType=0);
    min-height: 40px;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.35);
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle:hover  {
    color: #ffffff;
    background-color: #5fcb2a;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle:focus  {
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.35);
    background-color: #58A556
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle:active  {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(100, 100, 100, 0.7);
    background-color: #58A556;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(100, 100, 100, 0.7);
    background-color: #4a9e21;
    border: none;
}

.navbar .brand{
    padding: 10px 20px 0px;
}

.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #ddd;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #64BB1E;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/*Menu dropdow hover*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #64BB1E;
    background-image: -moz-linear-gradient(top, #58A556, #64BB1E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58A556), to(#64BB1E));
    background-image: -webkit-linear-gradient(top, #58A556, #64BB1E);
    background-image: -o-linear-gradient(top, #58A556, #64BB1E);
    background-image: linear-gradient(to bottom, #58A556, #64BB1E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98E94E', endColorstr='#ff64BB1E', GradientType=0);
}


/*Menu dropdow active*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #64BB1E;
    background-image: -moz-linear-gradient(top, #58A556, #64BB1E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58A556), to(#64BB1E));
    background-image: -webkit-linear-gradient(top, #58A556, #64BB1E);
    background-image: -o-linear-gradient(top, #58A556, #64BB1E);
    background-image: linear-gradient(to bottom, #58A556, #64BB1E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98E94E', endColorstr='#ff64BB1E', GradientType=0);
}

/* LOGIN */
.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
    background-color: #ddd;
    opacity: 0.8;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Titulos de paginas internas IFMG */
.firstHeader{
    color: #1a2a39;
    font-size: 2.7em;
    margin: 0 0 18px;
    text-transform: none;
    letter-spacing: -1px
}