﻿@font-face {
	font-family: 'FontsFree-Net-TTInterfaces-Light';
	src: url('/fonts/FontsFree-Net-TTInterfaces-Light.ttf') format('truetype');
}
/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
	font-family: 'FontsFree-Net-TTInterfaces-Bold';
	src: url('/fonts/FontsFree-Net-TTInterfaces-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'FontsFree-Net-TTInterfaces-Regular';
	src: url('/fonts/FontsFree-Net-TTInterfaces-Regular.ttf') format('truetype');
}
html {
	position: relative;
	overflow: visible;
}

body {
    position: relative;
    overflow: visible;
    /*font-family:'Corporate E' !important*/
    font-family: FontsFree-Net-TTInterfaces-Regular !important;
    
}

h1 {
	font-family: FontsFree-Net-TTInterfaces-Bold !important;
}

h2 {
	font-family: FontsFree-Net-TTInterfaces-Bold !important;
}

h3 {
	font-family: FontsFree-Net-TTInterfaces-Bold !important;
}

h4 {
	font-family: FontsFree-Net-TTInterfaces-Bold !important;
}

h5 {
	font-family: FontsFree-Net-TTInterfaces-Bold !important;
}

h6 {
	font-family: FontsFree-Net-TTInterfaces-Bold !important;
}

.footer {
	position: relative;
}

.open-button {
	background-color: white;
	color: white;
	padding: 16px 2px;
	border: none;
	cursor: pointer;
	opacity: 0.99;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 230px;
	z-index: 3000;
}
.DesabilitaItensCheck {
	display: none;
	white-space:nowrap;
}
.btn-primary {
	background-color: #001E44 !important;
}
.navbar-dark {
	background-color: #001E44 !important;
}
.main-sidebar {
	background-color: #001E44 !important;
}

.btn-flat {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-primary {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-secondary {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-success {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-info {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-warning {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-danger {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-dark {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.btn-light {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-primary {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-secondary {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-success {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-info {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-warning {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-danger {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-dark {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-light {
	border-top: none !important;
	border-radius: 50rem !important;
	box-shadow: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
	color:black !important;
}
input {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

	.nav-tabs .nav-item {
		margin-bottom: -1px;
	}

	.nav-tabs .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: 0.80rem !important;
		border-top-right-radius: 0.25rem !important;
	}

		.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
			border-color: #e9ecef #e9ecef #dee2e6;
		}

		.nav-tabs .nav-link.disabled {
			color: #6c757d;
			background-color: transparent;
			border-color: transparent;
		}

		.nav-tabs .nav-link.active,
		.nav-tabs .nav-item.show .nav-link {
			color: blue !important;
			font-weight:bolder;
			background-color: #ffffff;
			border-color: #dee2e6 #dee2e6 #ffffff;
		}

	.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

.LineShadow {
	box-shadow: 10px !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}
.link-green {
    color: #429b43
}


.StandardGridView {
    width: 80%;
    border: 1px solid #dee2e6;
    min-width: 80%;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.header {
    background-color: #ff8000;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    font-size: 16px;

}
.headRowSortable > th > a {
    display: inline-block;
    padding-left: 2px;
    background: url('/Images/SortUp.png') left center no-repeat;
    background-size: 15px 15px;
    text-decoration: none;
    vertical-align: central;
}


.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border-bottom: 1px;
    padding: 0.3rem;
}

    /*.rows:hover {
        font-family: Arial;
        color: #ff8000;
        font-weight: bolder;
        text-align: left;
    }*/

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

/*.StandardGridView a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}*/

    /*.StandardGridView a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }*/

.StandardGridView span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.StandardGridView td {
    padding: 5px;
}

.StandardGridView th {
    padding: 5px;
}
input[type="text"][disabled] {
    color: silver;
}
input[type="button"][disabled] {
    color: silver;
}
select[disabled] {
    color: silver;
}
.select2:disabled {
    color: silver !important;
}

.loaderCenter {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/images/intranet/loadingpage.gif') 50% 50% no-repeat rgb(249,249,249);
	background-size: 180px;
	background-color: transparent;
}
.percentage-textbox {
    width: 300px;
    height: 40px;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color:white;
    background: linear-gradient(to right, #4c74af 0%, silver 0%);
}
.select2-container--open {
    z-index: 5001 !important; /* Bootstrap modal tem z-index de 1050 */
}