﻿input,
select,
textarea {
    max-width: none;
}
/*Logos*/
#footer {
    background-image: url(images/background_footer.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #004f9f;
    padding: 40px 0;
    float: left;
    width: 100%;
}

.footer-logo-sgi {
    height: 80px;
    background: url(images/logo-sgi.png) no-repeat;
    background-position: center;
    margin: 0 auto;
}

.logo-governo {
    width: 140px;
    height: 50px;
    margin-bottom: 5px;
}


/*Alterações no Bootstrap*/
.navbar-inverse {
    background-color: #004f9f;
    border-color: #004f9f;
    /*background-color: #007C3C;*/
    /*border-color: #007C3C;*/
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        /*background-color: #007C3C;*/
        background-color: #004f9f;
    }

.dropdown-menu {
    background-color: #004f9f;
    border-color: #004f9f;
    /*background-color: #007C3C;
    border-color: #007C3C;*/
}

.navbar-inverse .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

    .navbar-inverse .dropdown-menu > li > a:hover {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #000;
        white-space: nowrap;
    }


h2 {
    color: #004f9f;
    /*color: #007C3C;*/
}

.control-label {
    color: #000;
}

.navbar-header {
    color: #fff;
    font-weight: bold;
    font-size: large;
    width: 100%;
    background-color: #004f9f;
}

/*.btn-default {
    color: #fff;
    background-color: #007C3C;
    border-color: #ccc;
}*/
.btn-default {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #004220;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#06AB56), to(#036432));
    background-image: -webkit-linear-gradient(top, #06AB56, #036432);
    background-image: -o-linear-gradient(top, #06AB56, #036432);
    /*background-image: linear-gradient(to bottom, #06AB56, #036432);*/
    background-image: linear-gradient(to bottom, #0075ec, #004f9f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #06AB56 #036432 #04522A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
    /*.btn-primary:hover { 
    background-color: #004e26;
    border-color: #004e26;
}*/
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #001f3f;
        background-color: #004e26;
        border-color: #00070f;
    }

/*Tela detalhes*/

.label-detalhes {
    color: #004f9f;
    /*color: #007C3C;*/
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
/* table elements */
table tr th {
    color: #fff;
    background-color: #0075ec;
    /*background-color: #007c3c;*/
    padding: 3px;
}

table tr.rowb {
    background-color: #fcfdfd;
}

table tr.filterColumns td {
    padding: 2px;
}


/* 
	Text-Styles   
*/

h1 {
    color: #00923f;
    font-style: normal;
}

h2 {
    color: #000000;
}

h4 {
    color: #00923f;
}

h3 {
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.muted {
    color: #999999;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.select2-container {
    max-width: 100% !important;
    width: 100% !important
}

.form-align-text {
    display: flex;
    flex-direction: column;
}

.b {
    display: block;
}

.toggle {
    position: absolute;
    top: 85%;
    width: 45px;
    height: 25px;
    border-radius: 100px;
    background-color: #ddd;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0,0,0,.05);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

    .check:checked ~ .track {
        box-shadow: inset 0 0 0 20px #0075ec;
    }

    .check:checked ~ .switch {
        right: 2px;
        left: 22px;
        transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition-property: left, right;
        transition-delay: .05s, 0s;
    }

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-property: left, right;
    transition-delay: 0s, .05s;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
    border-radius: 40px;
}

.spacing-bottom {
    padding-bottom: 15px;
}
