@CHARSET "UTF-8";
body{
	overflow-x: hidden;
}

.table-overflow {
    overflow-x: auto;
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgb(37, 78, 121);
	padding-left: 20px;
	padding-right: 20px;
}

.h4-header {
	margin-bottom: 0% !important;
	padding-top: 9%;
}

.h2-header {
	margin-top: 0% !important;
}

.footer {
    background-color: #254E79;
    color: white !important;
    bottom: 0;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0px auto 0px auto;
    padding: 0px 0 0 0;
    text-align: center;
}

.ms-container {
	width: 100% !important 
}

button.btn {
	font-weight: bolder;
}

hr {
	margin-top: 2px;
	margin-bottom: 0;
	border-top: 1px solid #C0C0C0;
}

.table {
	margin-top: 5px;
}

.btn.glyphicon:HOVER {
	color: black;
}

a.glyphicon {
	text-decoration: none;
}

.link-disable {
    pointer-events: none;
}
.form {
	padding-left: 10% !important;
	padding-right: 10% !important;
}

.form-log {
	padding-left: 20% !important;
	padding-right: 20% !important;
}
.log{
	max-height: 550px;
	overflow: auto;	
}

#login {
	margin-top: 5em
}

.border, .round-border {
	border-style: solid;
	border-color: silver;
	border-width: 1px
}

.shadow {
	box-shadow: 5px 10px 10px silver;
	-moz-box-shadow: 5px 10px 10px silver;
	-webkit-box-shadow: 5px 10px 10px silver
}

#login .border {
	padding: 40px
}

.border {
	border: 1px solid silver;
}

.flashMessage {
	padding-left: 4%;
	padding-right: 4%
}

.tooltip > .tooltip-inner {
    background-color: silver; 
    color: #2e3436; 
    border: 1px solid grey; 
}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid grey;
}

.center {
	align-items: center;
	vertical-align: middle;
	margin-top: 10px
}

.nopadding {
	padding: 0 !important
}

.nomargin {
	margin: 0 !important
}

#modal-iframe .modal-body {
	max-height: 80%;
	overflow-y: auto;
}

.alert-messages {
	border-radius: 0px !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	z-index: 1040; /* valor 1040 para ficar abaixo dos modais */
}

.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
}

table, table.treetable{
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 14px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.treetable thead tr th {
	background-color: #4088C6 !important;
	color: #FFFFFF;
	border: 1px solid #FFF;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
}
table.tablesorter thead tr th.left,table.treetable thead tr th.left {
	border-left-color: #4088C6 !important;
}
table.tablesorter thead tr th.right,table.treetable thead tr th.right {
	border-right-color: #4088C6 !important;
}
table tbody tr td:nth-last-child(1) {
	white-space: nowrap !important;
	word-spacing: 5px;
}
table.treetable tbody tr td:nth-child(2) {
  padding: .5em 0 !important;
}

table, td {
	border-color: #babdb6!important;
	border-top-color: #babdb6 !important;
}

th {
	background: #4088C6 !important;
	color: #FFFFFF !important;
	text-align: center;
}

a.btn{
	font-weight: bolder !important
}

/* .panel-default{ */
/* 	cursor:pointer; */
/* } */

@
-webkit-viewport {
	width: device-width
}

@
-moz-viewport {
	width: device-width
}

@
-ms-viewport {
	width: device-width
}

@
-o-viewport {
	width: device-width
}

@
viewport {
	width: device-width
}

div.panel-heading{
	background: #EDEDED;
	font-size: 18px;
	font-weight: bold;
	color: #254E79 !important;
}

a.glyphicon-question-sign{
	cursor: default;
}

ol.breadcrumb{
	background: white;
}
.dropdown-menu.menu {
    width: 200%;
}
li a{
	color: black !important;
}
table.table thead tr .header {
	background-image: url(/img/bg.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	cursor: pointer !important;
}
table.table thead tr .headerSortUp {
	background-image: url(/img/asc.gif) !important;
}
table.table thead tr .headerSortDown {
	background-image: url(/img/desc.gif) !important;
}
.chosen-container {
	width:100% !important;
}

.chosen-container-single .chosen-single {
    height: 34px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 6px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 6px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
.fieldset {
    border: 1px solid silver;
    border-radius: 4px;
    margin: 1% 0 2%;
    padding: 0.35em 0.75em 0.625em;
    background-color: #fff
}
legend.legend-form {
    text-align: center;
    padding-left: 1% !important;
    padding-right: 1% !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    width: 14% !important;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -18px;
    display: block;
    background-color: #fff !important
}
.captcha{
	margin-bottom: 4px;
	text-align: center;
}
.captcha-refresh{
	position: absolute !important;
}
@media( max-width : 768px ) {
	#captcha{
		margin-bottom: 2px;
		margin-left: 0;
		width: 100%
	}
	.captcha{
		padding: 2px;
	    display: block;
	    margin-left: 0;
	    margin-right: 0;
	    width: 100%
	}
	
	#login {
		margin-top: 0
	}
	
	.border, .round-border {
	}
	
	.shadow {
	}
	
	#login .border {
		padding: 40px
	}
	
	.border {
		border: 1px solid silver;
	}
	.modal{
		width: 100% !important
	}
	.table{
		width: 100% !important
	}
	.table-responsive{
		width: 100% !important
	}
	.form{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.form-check-input {
  margin:0 12px 0 0;
  vertical-align: text-bottom;
  position: relative;
  top: -1px;	
}
@media( min-width : 1200px ) {
	.loginForm {
		padding-left: 15%;
		padding-right: 15%
	}
}
@media( min-width : 1600px ) {
	.loginForm {
		padding-left: 20%;
		padding-right: 20%
	}
}
@media( min-width : 2000px ) {
	.loginForm {
		padding-left: 25%;
		padding-right: 25%
	}
}

.hide {
	display: none
}

.show-row{
	display: table-row;
}

/* tables */
table, table.treetable{
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 14px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.treetable thead tr th {
	background-color: #4088C6 !important;
	color: #FFFFFF;
	border: 1px solid #FFF;
	font-size: 15px;
	padding: 5px;
	font-weight: bold;
}
table.tablesorter thead tr th.left,table.treetable thead tr th.left {
	border-left-color: #4088C6 !important;
}
table.tablesorter thead tr th.right,table.treetable thead tr th.right {
	border-right-color: #4088C6 !important;
}
table tfoot tr th {
	background-color: #4088C6 !important;
	color: #FFFFFF;
	border: 1px solid #4088C6 !important;
	font-size: 14px;
	padding: 2px;
}
table tfoot tr.row-total th {
	border-color: #babdb6!important;
	border-top-color: #babdb6 !important;
	background-color: #c3e0f3!important;
	color: black !important;
	border: 1px solid #FFF;
	font-size: 14px;
	padding: 2px;
}
table thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
}
table tbody tr.odd td {
	background-color:#F0F0F6;
}
table thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
	background-color: #8dbdd8 !important;
}
th{
	text-align: center !important;
	vertical-align: middle !important; 
}
td{
	vertical-align: middle !important;
}
.input-mini {
	padding: 0 !important;
	height: 30px !important;
}
table thead tr th.tablesorter-noSort .bootstrap-icon-unsorted {
	background-image: none !important;
}

table.treetable tbody tr td:nth-child(2) {
  padding: .5em 0 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown .active{
    background: #555 !important;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

.input-group-addon {
	background-color: #fff !important;
	padding: 4px 7px !important;
	cursor: pointer !important;
}

.input-group-addon>* {
	cursor: pointer !important;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.container{
		max-width: 100% !important;
	}
	.modal-dialog {
		max-width: 100%;
	}
	.nav-link{
		font-size: 2rem
	}
	.navbar-collapse{
		overflow: auto;
		max-height: 300px;
		height: 50%
	}
	.header-background{
		display: none !important;
	}
	.navbar-brand{
		display: inline-block !important;
	}
	.dropdown-item{
		font-size: 2rem;
		white-space: normal;
		padding: 0 !important
	}
	.dropdown-header{
		padding: 0 !important;
		font-size: 1.5rem !important
	}
	.dropdown-menu{
		display: block !important;
		border: none;
	}
	.dropdown-toggle::after{
		content: none;
	}
	.btn-sm{
		padding: 0 0 !important;
		font-size: 1.3rem !important;
		line-height: 1.5 !important;
		border-radius: .2rem !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.container{
		max-width: 100% !important;
	}
	.modal-dialog {
		max-width: 100%;
	}
	.nav-link{
		font-size: 2rem
	}
	.nav-link{
		font-size: 2rem
	}
	.navbar-collapse{
		overflow: auto;
		max-height: 300px;
		height: 50%
	}
	.header-background{
		display: none !important;
	}
	.navbar-brand{
		display: inline-block !important;
	}
	.dropdown-header{
		padding: 0 !important;
		font-size: 1.5rem !important
	}
	.dropdown-menu{
		display: block !important;
		border: none;
	}
	.dropdown-toggle::after{
		content: none;
	}
	.btn-sm{
		padding: 0 0 !important;
		font-size: 1.3rem !important;
		line-height: 1.5 !important;
		border-radius: .2rem !important;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.container{
		max-width: 100% !important;
	}
	.modal-dialog {
		max-width: 100%;
	}
	.subproject-link-tablet{
		display: inline-block !important;
	}
	.subproject-link-desktop{
		display: none !important;
	}
	.coordinator-mobile{
		display: none !important
	}
	.coordinator-desktop{
		display: inline !important
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.modal-lg {
		max-width: 1024px !important;
	}
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1599.99px) {
	.modal-lg {
		max-width: 1024px !important;
	}
}

@media (min-width: 1600px) {
	.modal-lg {
		max-width: 1366px !important;
	}
}
