/*Body*/
body
{
  padding:20px;
  font-family: sans-serif;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  line-height: 1;
}
body::-webkit-scrollbar {
    width: 100px;
}
.body-class{

}

/*Tables*/

table {
  table-layout: fixed;
  /*font-family: arial, sans-serif;*/
  border-collapse: collapse;
  /*width: 100%;*/
}

th.tableHeader
{
	border: none;
	border-radius: 20px 20px 0 0;
}

tbody.scrollable{
	height:100px;
	overflow-y:auto;

}


tr:nth-child(even) {
  #background-color: #f3f3f3;
  background-color:#e4eaf5;

}
tr:nth-child(odd) {
  background-color:whitesmoke;

}

th {
  text-align: left;
  padding-top: 7px;
  border: 1px solid black;
  border-collapse: collapse;
  #background-color: lightgray;
  background-color: #bdccdf;
}

td {
  border: 1px solid #000;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.td-width-4{
  width: 4%;	
  height: 1px;
  border: 1px solid #000;
}

.td-width-5{
  width: 5%;	
  height: 1px;
  border: 1px solid #000;
}

.td-width-6{
  width: 6%;	
  height: 1px;
  border: 1px solid #000;
}

.td-width-10{
  width: 10%;	
  height: 1px;
  border: 1px solid #000;
}

.scrollTable
{
	overflow-y: scroll;
	max-height: 54.8em;
}

#tableHeader
{
	
}

.tableHeaderCol
{
	
}
.tableHeader{
        color: #0069d9;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.tableHeaderCol:hover
{
	color: #0069d9;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.detailsTableRow
{
    background: #e4eaf5;
    border: 1px solid #dee2e6 !important;
    font-size: 10px;
    text-align: center;
}


/*Labels*/
label{
  display: inline-block;
  width: 150px;
  text-align: right;
  font-weight: bold;
}

/*Labels Pop-ups*/
.labelImageEdit
{
	float:left; 
	width: 101px; 
	height: 40px; 
	text-align: right;
	padding-top: 11px;
	font-weight: bold;
}

.labelFilterModal
{
	float:left; 
	width: 63px; 
	height: 40px; 
	text-align: right;
	padding-top: 11px;
	font-weight: bold;
}

.labelFilterModal2
{
	float:left; 
	width: 70px; 
	height: 40px; 
	text-align: right;
	padding-top: 11px;
	font-weight: bold;
}

/*Buttons*/

.btn {
  border: 1px solid black;
  background-color: white;
  color: black;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}


/* The Close Button */
.closeError {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
}

.closeError:hover,
.closeError:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.buttonsNavContaider{
	margin-top: 20px;
	 text-align: center;
}


.editBtn
{
	background: #dddddc; 
	background-repeat: no-repeat;
	background-size: 20px;
	background-position-x: 8px;
	background-position-y: 2px;
	padding-left: 37px;
	border-radius: 5px;
	line-height: 18px;
	height: 24px;
}

.editBtn:hover{
	color:#007bff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}

.filterBtn
{
	border: 1px solid #ced4da; 
	background: #fff; 
	background-repeat: no-repeat;
	background-size: 20px;
	background-position-x: 8px;
	background-position-y: 2px;
	padding-left: 37px;
	border-radius: 5px;
	line-height: 18px;
	height: 24px;
}

.filterBtn:hover{
	color:#007bff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}


.applyFilterBtn
{
	background: #bdccdf; 
	border-radius: 11px;
	line-height: 30px;
	width: 89px;
	font-weight: bold;
}


.applyFilterBtn:hover{
	color:#f5f5f5;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}


.tbxbtn-primary
{
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	border-radius: 13px;
	width: 46%;
	height: 27%;
	font-size: 2em;
	text-align: center;	
	padding-top: 18%;
	background-repeat: no-repeat; 
	background-position: center;
	background-size: 29%;
}

.tbxbtn-primary:hover
{
	color:#fff;
	background-color:#0069d9;
	border-color:#0062cc;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.mybtn-primary{color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
	padding-right: 5px;
	border-radius: 5px;
	
	font-size: 16px;
	text-align: center;	
	background-repeat: no-repeat; 
	background-position: 5px; 
	background-size: 1em;
}

.mybtn-primary:hover
{
	color:#fff;
	background-color:#0069d9;
	border-color:#0062cc;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}

.myBtnPager:disabled{
        color:#007bff;
        text-align: center;
        font-size:8pt;
        padding: 2px;
        height: 24px;
        width:40px;
        border-radius: 5px;
        background-color: #dddddc;

}
.myBtnPager{
	color:black;
	text-align: center;
	font-size:8pt;
	padding: 2px;
	height: 24px;
	width:40px;
	border-radius: 5px;
	background-color: #dddddc;
}

.myBtnPagerFL{
	color:black;
	text-align: center;
	font-size:8pt;
	padding: 2px;
	height: 24px;
	width:100px;
	border-radius: 5px;
	background-color: #dddddc;
}

.myBtnPager:hover:enabled{
	color:#007bff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}

.myBtnPagerFL:hover{
	color:#007bff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}







.inputUploadData
{
	float: left;
	width: 56%;
	height: 40px;
	padding-left: 30px;
}


.accountLeftCol
{
	float: left;
	width: 178px;
	height: 38px;
	text-align: right;
	padding-top: 11px;
	font-weight: bold;
	font-size: 16px;
}

.accountLeftCol2
{
	float: left;
	width: 178px;
	height: 38px;
	text-align: right;
	padding-top: 21px;
	font-weight: bold;
	font-size: 16px;
}

.accountRightCol
{
	float: left;
	width: 463px;
	height: 38px;
	text-align: right;
	padding-top: 11px;
	font-size: 16px;	
	float: right;
	text-align: left;
	font-weight: 400;
}

.leftLogo
{
	width: 100%;
}



.lineImageEdit
{
	clear: both; 
	height: 40px;
}



.textImageEdit
{
	float:right; 
	width: 83%; 
	height: 40px;
}




#pageSelectDiv1
{
	float: right;
	width: 100%
}

#pageSelectDiv2
{
	float:right; 
	top: -2px; 
	position: relative;
}

.uploadModal
{
    display: none;
    position:fixed;
    width: 566px;
    height: 172px;
    top: 18%;
    left: 11%;	
    border: 1px solid #bdccdf;
    border-radius: 15px;
    padding-left: 15px;
    background: rgba(245,245,245,0.92);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    z-index: 3;
}

.bulkEditModal
{
    display: none;
    position:fixed;
    width: 600px;
    height: 293px;
    top: 9%;
    right: 35%;	
    border: 1px solid #bdccdf;
    border-radius: 15px;
    padding-left: 15px;
    background: rgba(245,245,245,0.92);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    z-index: 2;
}

.detailsModal
{
    display: none;
    position:fixed;
    width: 600px;
    height: 500px;
    top: 9%;
    right: 35%;	
    border: 1px solid #bdccdf;
    border-radius: 15px;
    padding-left: 15px;
    background: rgba(245,245,245,0.92);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    z-index: 2;
}



.detailsLeftCol
{
	max-width: 17.667%;
}

.detailsRightCol
{
	max-width: 68%;
}


.imgPrevModal
{
    display: none;
    position:fixed;
    width: 500px;
    height: 300px;
    top: 26%;
    right: 35%;	
    border: 1px solid #bdccdf;
    border-radius: 15px;
    padding-left: 15px;
    background: rgba(245,245,245,0.92);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    z-index: 2;
}

.errorModal
{
	display: none;
	position: fixed;
	height: 170px;
	width: 400px;
	top: 26%;
	right: 37%;
	border: 1px solid #007bff;
	border-radius: 15px;
	padding-left: 15px;
	background: rgba(249, 53, 53, 0.9);
	box-shadow: 0 12px 16px 0 rgb(0, 68, 141),0 17px 50px 0 rgb(249, 72, 72);
	z-index: 2;
}

.infoModal
{
	display: none;
	position: fixed;
	height: 170px;
	width: 500px;
	top: 26%;
	right: 37%;
	border: 1px solid #007bff;
	border-radius: 15px;
	padding-left: 15px;
	background: rgba(4, 176, 231, 0.97);
	box-shadow: 0 12px 16px 0 rgb(0, 123, 255),0 17px 50px 0 rgb(243, 113, 53);
	z-index: 2;
}

.deleteModal
{
	display: none;
	position: fixed;
	height: 170px;
	width: 500px;
	top: 26%;
	right: 37%;
	border: 1px solid #007bff;
	border-radius: 15px;
	padding-left: 15px;
	background: rgba(249, 115, 53, 0.97);
	box-shadow: 0 12px 16px 0 rgb(0, 123, 255),0 17px 50px 0 rgb(243, 113, 53);
	z-index: 2;
}

.modalErro {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.confirmModal
{
	display: none;
	position: fixed;
	height: 170px;
	width: 319px;
	top: 26%;
	right: 45%;
	border: 1px solid #007bff;
	border-radius: 15px;
	padding-left: 15px;
	background: rgba(249, 53, 53, 0.9);
	box-shadow: 0 12px 16px 0 rgb(0, 68, 141),0 17px 50px 0 rgb(249, 72, 72);
	z-index: 2;
}


#filterModal
{
	
}

#filterModalTags
{
	
}

#filterModalImages
{
	position:fixed;
	top: 205px;
	border: 1px solid #bdccdf;
	border-radius: 15px;
	padding-left: 15px;
	height: 164px;
	width: 600px;
	background: rgba(245,245,245,0.92);
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	z-index: 2;
}

.lineFilterModal
{
	clear: both; 
	height: 40px;
}



.textFilterModal
{
	float:right; 
	width: 88%; 
	height: 40px;
}




.textFilterModal2
{
	float:right; 
	width: 86%; 
	height: 40px;
}

.inputTextFilterModal
{
	float:left;
	height:30px;
	width:170px;
	line-height: 28px; 
	display:inline-block;
}


.welcomeStyle{
	color: #005cbf;
 	font-size:  25pt;
 	font-weight: bold;
 	position:relative; top:20%;
  	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

	
.loginBar{
	/* background-color: lightgray; */
	margin-top: 15px;
	margin-bottom: 15px;
 	padding: 2px;
}

.loginBarContButtBack{
	float:left;
	margin-left:10px;

}


.selectStyle{
 	background-color: white;
	border-radius: 5px;
	width:60px;
	text-align: center;
	padding: 1px;
	border: 1px solid #ced4da;

}


.select {
  font-size: 13px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

/* For IE10 */
select::-ms-expand {

  display: none;
}

.select:hover{
	color:#007bff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}

.select select {
  outline: none;
   -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  display: block;
  padding: 0.1em 3.5em 0.1em 1.2em;
  margin: 0;
  transition: border-color 0.2s;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #fff;
  color: #555;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 24px;
}

.select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  pointer-events: none;
}
.select .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 10px solid #ced4da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.select .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.modal-dialog.modal-notify.modal-info .modal-header{
    background-color: #04B0E7;
    color:#fff;
   
}
.heading{
 margin-bottom: 0rem;
}




.overflow{
  margin:0px!important;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue
}

.info:hover {
  background: #04B0E7;
  color: white!important;
}

/*
	TD&TD
*/


.modal-dialog.modal-notify.modal-danger .modal-header{
    background-color: #ff3547;
  color:#fff;
}
.heading{
 margin-bottom: 0rem;
}






.boddyLogin{
	width:1900px;
	padding:20px;
 }
.clear{
	clear:both;
}

.eiTagTopConteiner{
	text-align:center;
	margin-top: 20px;
	
}

.eiTagTopLogoImg{
	float:left;
	width:100px;
}
.eiTagTopText{
	display: inline-block; 
	margin:0 auto;
	padding-top: 30px;
}
.eiTagLogoOffset{
	float:right; 
	width:100px;
}

.loginConteiner{

	margin: 0 auto;
	margin-top:40px
}


.loginForm{
	margin-left: 50px; 
	width:500px;
}



.modal-contentErro {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
 max-width:500px;
}

.modal-headerErro {
  padding: 2px 16px;

  color: white;
}

.clearImg{
	clear: both;	
	display: table;
	width:460px
}
.clearImgErro{
	clear: both;	
	display: table;
	width:460px
}

.modalTituloErro{
	margin: 0;
	padding: 10px;

}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}



.modal-bodyErro 
{
	clear: both;
	padding: 2px 16px;
	
}


.modal-footerErro {
  padding: 5px 16px;
  color: white;
}

.boddyNav{
	width:1600px;
	padding:20px;
 }
.navConteiner{
 	width: 100%;
	 text-align: center;
	margin: 0 auto;
	margin-top:40px
}




/* Lista  */

.bodyLista{
	width:1900px;
	padding:20px;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
 max-width:500px;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalInfo-header {
  padding: 2px 16px;
  background-color: #04B0E7;
  color: white; 
  width: 80%;
}

.modalInfo-body 
{
	padding: 2px 16px;
	
}

.modalInfo-footer 
{
  padding: 2px 16px; 
}


.modal-header {
  padding: 2px 16px;
  background-color: #04B0E7;
/*  color: white; */

}

.modal-body 
{
  padding: 2px 16px;
}

.modal-footer 
{
  padding: 2px 16px; 
  color: white; 
}


.modalTitulo{
	margin: 0;
	padding: 10px;

}

.modalConteinerTitulo{
	float:left; 
	width: 95%;
}



.imgPreviewClose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
}

.imgPreviewClose:hover,
.imgPreviewClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content-preview
{

	border: 1px solid #bdccdf;
	border-radius: 15px;
	padding-left: 15px;
	background: rgba(245,245,245,0.92);
	z-index: 2;	
	
	
  position: relative;
  margin: auto;
  padding: 0;

  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width:100%;
  max-width:620px;


}

.modal-header_preview {
  padding: 2px 16px;
  background-color: #04B0E7;;
  color: white;

}
.modal_body_preview{	
 	
    	max-width:400px;	
	max-height:400px;
       margin-left: auto;
	margin-right: auto;
	clear: both;	
	display: table;
}

.modal-footer_preview {
	display: block;
  	padding: 10px 16px; 
  	color: white;
	text-align: right;
	 
}



.previewImg{ 
	max-width:95%;   
	max-height:297px; 
	object-fit: fill; 
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.previewImgModal{
        max-width:95%;
        max-height:205px;
        object-fit: fill;
        margin-left: auto;
        margin-right: auto;
        display: block;
}




.imgPreviewTitulo{
	margin: 0;
	padding: 10px;

}

.clearImgLista{
	clear: both;	
	display: table;
	width:465px
}

.previewButton{
	float: left;
}

.editButton{
	float: left; 
	margin-left:10px;
}

.deleteButton{
	float: left; 
	margin-left:10px;
}

/*   Edit  */

.bodyEdit{
	width:1600px;
	padding:20px;
}

.previewConteiner{
	margin-top:20px;
}

.previewDivImg{
    width:100%;
    max-width:400px;
    float: left;
 
}
.previewDivNewImg{
    width:100%;
    max-width:400px;
    float: left;
    margin-left:10px
}	
.previewDivNewImgExtra{
   
    margin-left:40px;
}	

.previewImgEdit{
    width:100%;
    max-width:400px;
   
}


.hideDiv{
	display: none;
}
.showDiv{
	display: block;
}

.ui-widget.ui-widget-content{
	border-radius: 7px !important;
}
.ui-widget-header{
	background:#bdccdf!important;

}
.ui-datepicker-calendar th{
	background:#e9e9e9!important;
}
.ui-datepicker .ui-datepicker-header{
	border-radius: 7px 7px 0px 0px !important;
}