/* Minification failed. Returning unminified contents.
(11,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(313,25): run-time error CSS1039: Token not allowed after unary operator: '-primary-light'
(322,25): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(592,28): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(593,24): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(605,32): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(606,28): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
/*
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
*/

:root {
	--primary: #004F9F;
	--primary-light: #99B9D9;
}

/* CSS Document */
body {
	padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 70px;
}
/*------------------------------------------
	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 #3cb371;
	width: 100%;
	text-align: center;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media ( max-width : 767px) {
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body {
		padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
		padding-bottom: 70px;
	}
}
@media ( max-width : 480px) { /* Remove padding above jumbotron */
	body {
		padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
		padding-bottom: 70px;
	}
}
 @media ( max-width : 979px) { /* Remove padding above jumbotron */
	body {
		padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
		padding-bottom: 70px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		color: #fff;
	}
 }

/* 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 #008000;
  -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 #ddd;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #3cb371;
	width: 100%;
}

table td,table th {
	padding: 2px;
}

table td form {
	text-align:left;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
    color: #333;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: var(--primary-light);
}

table tr .footer {
	background-color: #fff;
}

.navbar-inverse-sgi .navbar-inner {
	background-image: none !important;
	background-color: var(--primary) !important;
	height: 70px !important;
	display: flex;
	align-items: center;
	box-shadow: none !important;
}
.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 #2e8b57;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	text-shadow: #2e8b57 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: #2e8b57;
	text-shadow: #2e8b57 0 2px 5px;
	-webkit-box-shadow: inset 0 4px 8px #2e8b57;
	box-shadow: inset 0 4px 8px #2e8b57;
	border: 1px solid #2e8b57;
	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: #2e8b57;
}
@media print {
    .noprint, .noprint * {
        display: none !important;
    }

    .popover {
        display: none !important;
    }
}


.navbar-inner {
    filter: none;
}

.page-header {
    margin: 0 0 0 0;
}

.controls.display {
    padding-top: 5px;
    color: #555;
    background-color: #eee;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
    display: table;
    margin-bottom: 0;
    vertical-align: middle;
    overflow: hidden;
    /*white-space: nowrap;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.control-label {
    font-weight: bold;
}

.field-validation-error {
    margin-left: 5px;
    font-size: 10px;
    color: red;
    font-weight: bold;
}

.form-inline .control-label {
    font-size: 12px;
    margin-bottom: 1px !important;
    /*font-weight: bold;*/
}

.datepicker {
    z-index: 2000;
}

/* o margin-bottom default do bootstrap � 20px. com 10px os inputs ficam
                mais juntinhos, o que d� uma apar�ncia mais magra � tela e poupa espa�o*/
/*.control-group {
    //Retirado pelos bugs - 5826, 5830.
    margin-bottom: 7px !important;
}*/

.navbar .nav > li > a {
    padding-right: 2px;
    font-size: 12px;
}

.dropdown-menu > li > a {
    font-size: 12px;
}

.borda {
    margin-bottom: 0.5em;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1em;
}

legend {
    margin-bottom: 5px;
}


.div-cronograma {
    margin-left: 0 !important;
    border-top: 1px solid #3cb371;
    border-right: 1px solid #3cb371;
}

.div-cronograma-left {
    border-left: 1px solid #3cb371;
}

.div-cronograma-bottom {
    border-bottom: 1px solid #3cb371;
}

.div-cronograma-th {
    text-align: center;
    font-weight: bold;
    background-color:  rgba(140,229,140,0.3);
    color: #008000;
    border-collapse: collapse;
}

.div-cronograma-td {
    text-align: right;
    vertical-align: top;
    border-top: 1px solid #2e8b57;
    background-color: white;
    margin-left: 0 !important;
    border-collapse: collapse;
}

.logo {
    float: left;
    background-image: url("../../Content/images/logo-governo-horizontal-branca.svg");
    background-size: contain;
    height: 50px;
    width: 104px;
    border: 0;
}

.alert {
    font-weight: bold;
    font-size: large;
}

    .alert h3 {
        line-height: 0;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #2e8b57;
    background-image: -moz-linear-gradient(top, #2e8b57, #3cb371);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e8b57), to(#3cb371));
    background-image: -webkit-linear-gradient(top, #2e8b57, #3cb371);
    background-image: -o-linear-gradient(top, #2e8b57, #3cb371);
    background-image: linear-gradient(to bottom, #2e8b57, #3cb371);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e8b57', endColorstr='#3cb371', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #2e8b57;
    background-image: -moz-linear-gradient(top, #2e8b57, #3cb371);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e8b57), to(#3cb371));
    background-image: -webkit-linear-gradient(top, #2e8b57, #3cb371);
    background-image: -o-linear-gradient(top, #2e8b57, #3cb371);
    background-image: linear-gradient(to bottom, #2e8b57, #3cb371);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e8b57', endColorstr='#3cb371', GradientType=0);
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    background-image: none;
    border: none !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: var(--primary);
        border-color: var(--primary);
        background-image: none;
        border: none !important;
        opacity: 0.7;
    }

    .btn-primary:active,
    .btn-primary.active
    {
        background-color: #2e8b57 \9;
    }
    
    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        color: #FFFFFF;
        background-color: #2e8b57;
        border: 1px solid #2e8b57;
    }

    a {
        color: #333;
    }

