@charset "UTF-8";
/*========RESET=======*/
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	border: none;
	outline: none;
	font-weight: 400;
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;	
	color: #212121;
}

html{
	min-height: 100%;
	background: #EDEDED;
}

body {
    position: relative;
	height: 100%;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

button {
	background: none;
}

select::-ms-expand {
	display: none;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
}

input{
	text-transform: uppercase;
}

textarea{
	text-transform: uppercase;	
}

.ipt-no-upper{
	text-transform: initial !important;
}

input::placeholder{
	text-transform: initial;	
}

input[type=date]{
	text-transform: initial;
}

.lbl-common{
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	padding-left: 3px;
}

.ipt-common{
	width: 100%;
	float: left;
	height: 40px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 0 15px;
	border-radius: 4px;
}

.ipt-common::placeholder{
	color: #CCCCCC;
}

.cbox-common{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	cursor: pointer;
}

.btn-common{
	height: 40px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	padding: 0 20px;
}

.btn-icon-common{
	height: 40px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.btn-without-text{
	margin-right: 0 !important;
}

.btn-yellow{
	background: #FBC015;
	color: #FFFFFF;
}

.btn-yellow:hover{
	background: #d4a929;
}

.btn-yellow-light{
	background: #ebc03f;
	color: #FFFFFF;
}

.btn-yellow-light i{
	color: #FFFFFF;
	margin-right: 5px;		
}

.btn-yellow-light:hover{
	background: #d0a830;
}

.btn-gray{
	background: #EDEDED;
	border: 1px solid #CCCCCC;
}

.btn-gray-no-border{
	background: #EDEDED;
}

.btn-gray i, .btn-gray-no-border i{	
	color: #777777;
}

.btn-gray:hover, .btn-gray-no-border:hover{
	background: #DDDDDD;
}

.btn-gray-opacity{
	background: none;
}

.btn-gray-opacity i{	
	color: #CCCCCC;
}

.btn-gray-opacity i:hover{
	color: #212121 !important;
}


.btn-blue{
	background: #428BCA;
	color: #FFFFFF;
}

.btn-blue i{	
	color: #FFFFFF;
	margin-right: 5px;
}

.btn-blue:hover{
	background: #397ab2;
}

.container-btn-options{
	float: right;
}

.btn-green{
	background: #55C257;
	color: #FFFFFF;
}

.btn-green i{
	color: #FFFFFF;
	margin-right: 5px;	
}

.btn-green:hover{
	background: #42a644;
}

.btn-red{
	background: #C25555;
	color: #FFFFFF;
}

.btn-red i{
	color: #FFFFFF;
	margin-right: 5px;	
}

.btn-red:hover{
	background: #c03c3c;
}

/*
.sec-main{
	width: 1260px;
	height: 100%;
	margin: 0 auto;
}
*/

.sec-main{
    width: calc(100% - 140px);
    height: calc(100vh);
    margin-left: 115px;
    float: left;
}

.container-title-page{
	display: none;
	width: 100%;
	height: 34px;
	margin-top: 20px;
	background: #E6E6E6;
	padding: 8px 15px;
}

.breadcrumbs span{
	font-size: 14px;
	color: #999999;
	margin-right: 3px;
	cursor: pointer;
}

.breadcrumbs span:hover{
	text-decoration: underline;
}

.text-blue{
	color: #428BCA !important;
}

.text-italic{
	font-style: italic;
}

.container-search{
	position: relative;
	float: left;
	margin-right: 10px;
}

.ipt-search{
	width: 100%;
}

.btn-search-input{
	position: absolute;
	top: 0;
	right: 4px;
	width: 42px;
	height: 42px;
	text-align: center;
	font-size: 18px;
	padding: 11px 0;
	color: #CCCCCC;
}

.btn-filter{
	width: 42px;
}

.container-title-page h1{
	font-size: 22px;
	font-weight: 700;
}

.container-nav-left{
	display: none;
    position: fixed;
    top: 0;
    left: 90px;
    width: 200px;
    height: 100vh;
    z-index: 3;
    float: left;
    background: #FFFFFF;
    padding: 10px 15px;
}

.container-nav-left button{
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 2px;
	padding: 0 10px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	cursor: pointer;
}

.container-nav-left button:hover{
	color: #217BAB !important;
	border-left: 2px solid #217BAB;
}

.nav-selected{
	color: #217BAB !important;
	font-weight: 700;
	border-left: 4px solid #217BAB!important;
}

.container-info-nav-right{
	position: relative;
	/*width: calc(100% - 220px);*/
	width: 100%;
	padding: 0 20px;
    height: calc(100% - 80px);
	float: left;
	/*margin-left: 20px;*/
	margin-top: 25px;
}

.container-info-nav-right h2, .container-info-wide h2{
	width: 100%;
	float: left;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

/*
.container-info-wide{
	width: 100%;
	float: left;
	margin-top: 20px;	
}
*/

.container-info-wide{
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 25px;
}

.container-info-wide-secundary{
    height: calc(100% - 55px) !important;
    padding: 25px 0 0 15px !important;
}

.container-info-wide-scroll{
	height: initial !important;
}

.container-print-page{
    position: absolute;
    top: -3px;
    right: 7px;
}

.container-print-page button{
	float: left;
	margin-right: 5px;
}

.container-print-page i{
	float: left;
    padding: 6px;
    font-size: 18px;
    color: #AAA;
	cursor: pointer;
}

.container-print-page i:hover{
	color: #000000;
}

.container-options{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.text-green{
	color: #55C257;
}

.text-yellow{
	color: #e3be4f;
}

.text-red{
	color: #e11212;
}

.text-gray{
	color: #999999;
}

.text-gray-light{
	color: #BBBBBB;
}

.text-white{
	color: #FFFFFF;
}

.triangle-down{
    content: "";
    width: 0;
    height: 0;
	float: right;
    margin-top: 7px;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

/*===== TABLE COMMON =====*/

.container-table{
	width: 100%;
	min-height: 400px;
    height: calc(100vh - 207px);
	float: left;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	overflow-y: auto;
}

.container-table table{
	width: 100%;
	border-collapse: collapse;
}

.container-table tr{
	width: 100%;
	height: 32px;
	float: left;
	font-size: 13px;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 30px;
}

/*
.container-table tr:hover{
	background: #EDEDED !important;
}
*/

.container-table tr:nth-child(even) {
	background: #F4F4F4;
}

.container-table th{
	font-weight: 600;
	text-align: left;
	float: left;
	margin-right: 2%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 12px;
}

.container-table td{
	float: left;
	margin-right: 2%;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 8px;*/
}

.container-table td:last-child{
	margin-right: 0;
}

.link-table{
	cursor: pointer;
}

.link-table:hover{
	text-decoration: underline;
}

.tb-text-blue{
	color: #428BCA;
	cursor: pointer;
}

.tb-text-blue:hover{
	text-decoration: underline;
}

.hover-none:hover{
	text-decoration: initial !important;
}

.tb-buttons{
	float: right !important;
}

.btn-table{
	width: 28px;
    height: 22px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
	margin-right: 10px;
    background: #EDEDED;
    border: 1px solid #DDDDDD;
}

.btn-table:hover{
	background: #CCCCCC;
}

.title-table{
	float: left;
	font-weight: 600;
}

/*===== FIM TABLE COMMON =====*/

/*===== INPUT SELECT =====*/

.ipt-select{
	cursor: pointer;
}

.list-ipt-common{
	display: none;
    position: absolute;
    top: 63px;
    width: 100%;
	max-height: 220px;
    background: #FFFFFF;
	z-index: 5;
	overflow-y: auto;
}

.list-ipt-common li{
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
    padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	border-bottom: 1px solid #E6E6E6;
}

.list-ipt-common li:hover{
	background: #EDEDED;
}

.list-ipt-other{
	display: none;
    position: absolute;
    top: 63px;
    width: 100%;
	max-height: 220px;
    background: #FFFFFF;
	z-index: 5;
	overflow-y: auto;
}

.list-ipt-other li{
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
    padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	border-bottom: 1px solid #E6E6E6;
}

.list-ipt-other li:hover{
	background: #EDEDED;
}

.li-hidden{
	height: 2px !important;
}

.bsh-1{
	-webkit-box-shadow: -4px 2px 6px -4px rgba(100,100,100,1);
	-moz-box-shadow: -4px 2px 6px -4px rgba(100,100,100,1);
	box-shadow: -4px 2px 6px -4px rgba(100,100,100,1);
}

.bsh-2{
	-webkit-box-shadow: 4px 2px 6px -4px rgb(150 150 150);
	-moz-box-shadow: 4px 2px 6px -4px rgb(150 150 150);
	box-shadow: 4px 2px 6px -4px rgb(150 150 150);
}

.triangle-down-select{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 40px;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
	cursor: pointer;
}

/*===== FIM INPUT SELECT =====*/

/*===== MENSAGEM =====*/

.msg{
	display: none;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 20px;
	width: 500px;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	border-radius: 4px;
	z-index: 20;
}

.msg-green{
	background: #55C257;
}

.msg-red{
	background: #d34545;
}

.text-msg{
	font-size: 16px;
}

.btn-close-msg{
    position: absolute;
    width: 46px;
    height: 46px;
    top: 7px;
    right: 8px;
    padding: 14px;
    font-size: 19px;
	cursor: pointer;
	opacity: 0.9;
}

.btn-close-msg:hover{
	opacity: 1;
}

.contorno-erro{
	border: 2px solid #d34545 !important;
	border-radius: 4px;
}


.ipt-with-button{
	width: 100%;
	float: left;
}

.ipt-with-button input{
	width: calc(100% - 40px);
	border-radius: 4px 0 0 4px !important;
	border-right: none;
}

.ipt-with-button button{
	width: 40px;
	height: 40px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.ipt-with-button i{
	font-size: 16px;
	margin-top: 4px;
}

/*===== FIM MENSAGEM =====*/