/** folder content **/
.links,
.links:hover{
	color:#202234;
}

.emoji{
    font-size:25px;
}

.footer-title{
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
}

.align-items-baseline{
	align-items: baseline !important;
}

.product {
    border-bottom: 2px solid #EBEAED;
}

.nodisplay{
	display:none;
}

section {
    display: block;
    min-height: 100vh;
}

aside {
    display: block;
}

.bg-folder{
  background-color:#F5F5F5;
}

.card-folder{
  background-color: white;
  border-radius: 6px;
  border-width:1.25px;
  text-align:left;
  margin-bottom:20px;
}

.card-partner{
  width:100%;
  margin-bottom:0px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

body.modal-open {
    overflow: hidden;
}

.procivis{
  height:20%;
  width:80%;
}

.procivis-table{
  margin-right:auto;
  margin-left:auto;
  color: #363848;
}

.margin-folder {
  margin-left: 21%;
  margin-right: 1%;
}

.info-logo{
  height:40px;
  width:40px;
  margin-left:50%;
  margin-right:3%;
}

.center-vertical{
  margin-bottom:auto;
  margin-top:auto;
}

.card-info{
  padding-top: 2%;
  padding-bottom:2%;
  margin:5px;
}

.btn-folder{
  background-color: #25dac5;
  color: #fff;
  border-radius: 8px;
  width:100%;
  height: 75px;
  margin-right: 10px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10), 0 0 3px 0 rgba(0,0,0,0.10);
  display:flex;
}

.btn-wait{
    background-color: dimgrey !important;
    color: #fff;
    border-radius: 8px !important;
    width:100% !important;
    height:100% !important;
    margin-right: 10px !important;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10), 0 0 3px 0 rgba(0,0,0,0.10) !important;
}

.icone-wait{
    height:20px;
    width:20px;
}

#edit-icon:hover{
    cursor:pointer;
}

.btn-retry{
    width:20%;
}

.center-vertical-flex{
    margin-top:auto;
    margin-bottom:auto;
    display:flex;
}

.btn-wait:hover{
    opacity:1;
    color: #fff;
    cursor:inherit;
}


.btn-folder:hover{
  opacity:0.8;
  color: #fff;
}


.btn-back{
    background-color:white;
    color:black;
    border-radius: 8px;
    width:100%;
    height: 75px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10), 0 0 3px 0 rgba(0,0,0,0.10);
    display:flex;
}

.btn-tax{
  background: #25dac5;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10), 0 0 3px 0 rgba(0,0,0,0.10);
  height:40px;
}

.btn-back >i {
    margin:auto;
}

.btn-folder >span {
    margin:auto;
}

.prime-color{
  color: #25dac5;
}

.edit{
  height:15px;
  width:15px;
}

.nodisplay{
  display:none !important;
}

.novisibility{
  visibility:hidden;
}
.inline{
  display:inline-flex;
}

#primeRenovLogo{
  width:40%;
  margin-top:4%;
  margin-bottom:4%;
}

 #cogs{
   height:80px;
   width:80px;
 }

 .number{
   border-radius: 100px;
   color:white;
   width:40px;
   margin-left:auto;
   margin-right:auto;
   padding:5px;
 }

/* SideBar */

#sidebarfolder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x:hidden;
  scrollbar-width: none;
  height:100%;
  width: 20%;
	font-size: 14px;
	line-height: 18px;
}

.logof{
  margin-bottom:5%;
  margin-top: 10%;
}

.logof >img{
  height:10%;
  width:35%;
}

.card-sidebar{
  border-radius:20px;
  width:85%;
  margin-left:7.5%;
  margin-right:7.5%;
  color:white;
  text-align: left;
  background-color:rgba(255, 255, 255, 0.1)
}

.footer-card{
  width:100%;
}

.opacity-action{
  background-color:rgba(255, 255, 255, 0.07);
  width: 100%;
  height: 100%;
  cursor:pointer;
}

.delete{
  border-radius:0px 0px 0px 20px;
  padding-right:0px;
}

.save{
  border-radius:0px 0px 20px 0px;
  color:#24d8c3;
  padding-left:0px;
}

/* progress bar*/

.progressbarf{
  width: 100%;
  font-size:14px;
}

.stepProgressv{
  position: relative;
  padding-left: 5px;
  list-style: none;
  -webkit-transition: 2s;
  transition: 2s;
}

.stepProgressv::before{
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 85px;
  width: 80px;

}

.stepProgressv-item{
  position: relative;
  counter-increment: list;
}
.stepProgressv-item.is-done+li:last-child::before{
  opacity: 0;
}

.padding-item-folder:not(:last-child){
  padding-bottom: 20px;
}

.novisibility{
 visibility:hidden;
 font-size:14px;
}

.stepProgressv-item::before{
  display: inline-block;
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  opacity: 0.3;
  left: 10px;

}
.stepProgressv-item::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.stepProgressv-item.is-done::before{
  opacity: 1;
}

.stepProgressv-item.is-done::after{
  font-size: 5px;
  visibility: hidden;
}
.stepProgressv-item.is-done+li::after{
  font-size: 10px;
  left:0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;

}
.stepProgressv-item.is-done+li::before{
  left: 10px;
}

li:last-child.stepProgressv-item::before{
  border-radius:0px 0px 10px 10px;
  left:10px;
}

li:first-child.stepProgressv-item::before{
  border-radius: 10px 10px 0px 0px;
  left:10px;
}

li.stepProgressv-item > div{
  visibility: hidden;
  padding-left:10px;
}

li.stepProgressv-item.is-done > div{
  visibility: visible;

}

li.stepProgressv-item.is-done+li >div{
  visibility: visible;
}

.previous-step{
  opacity:0.5;
}

.link-progressbar,
.link-progressbar:hover{
  color: inherit;
}

.nolink-progressbar{
  pointer-events: none;
  cursor:default;
}


/* h */

h1.small, h2.small {
  font-size: 34px;
  line-height: 52px;
  font-weight: 700;
}

/** step size **/

.title{
  font-size: 18px;
}
input.md{
  height: 50px;
  font-weight: 600;
  font-size:16px;

}
.formlabel{
  font-size:14px;
}

/** Form style **/

.w-370{
	width: 370px;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}

input[type="text"] {
    width: 100%;
    float: left;
}

.btn.border-action-2:hover,
.btn.border-action-2 {
    border: 2px solid #202234;
    color: #202234;
}

.btn.action-2:hover,
.btn.action-2 {
    background-color: #202234;
    color: #ffffff;
}

.btn.action-2:hover{
	opacity:0.8;
}

.custom-input{
  border: 2.2px solid rgba(112,128,144,0.7);
}

.radius10{
	border-radius: 10px;
}

p.formtitle{
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
}

.text-static-input{
  width:100%;
}

.text-static-input > input {
  width:90%;
}
.text-static-input > span {
  width:10%;
  margin-top:auto;
  margin-bottom:auto;
}

.height-7{
  height:70%;
}

.width-100{
  width:100%;
}

.link-span:hover{
  cursor:pointer;
  text-decoration: underline;
}

/* Hide the browser's default checkbox */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type=checkbox]+label::before{
  border: 2.2px solid rgba(112,128,144,0.7);
}

input[type=checkbox]:checked +label::before {
  background-color: #25dac5;
  border-color:#25dac5;
  color:black;
}

.input-static::-webkit-outer-spin-button,
.input-static::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].input-static {
  -moz-appearance: textfield;
}

.fileHover{
  box-shadow: 0 0 16px grey;
}

.dropzone .dz-preview .dz-error-message {
  top: 150px!important;
}

.image-fiscal{
  height:700px;
}

.row-results{
  margin-right:45px;
  margin-left:45px;
}

/* Smaller than 1400px */
@media (max-width: 1400px) {
  #sidebarfolder{
    width:25%;
  }
  .margin-folder {
    margin-left: 26%;
  }
}

/* Smaller than 1200px */
@media (max-width: 1199.98px) {
    h1.small, h2.small {
        font-size: 30px;
        line-height: 46px;
    }
    .btn-step1{
        padding: 1px;
        height: 70%;
    }

    input[type="text"]{
        width:370px;
    }

    .cadastre-input{
       width: 100% !important;
    }

    .btn-back,
    .btn-folder{
        height: 70px;
    }

}


/* Smaller than 992px */
@media (max-width: 991.98px) {
    h1.small, h2.small {
        font-size: 28px;
        line-height: 42px;
    }
    #sidebarfolder{
        display:none;
    }
    .margin-folder {
      margin-left: 0%;
    }

    .sm-mb-10{
        margin-bottom: 10px;
    }

    .sm-mb-40{
        margin-bottom: 40px;
    }

    .btn-back,
    .btn-folder{
        height: 60px;
    }

    .custom-input{
        width:370px;
    }

    .center-mobile{
        text-align: center;
    }
    .procivis-card {
        margin-right:auto;
        margin-left:auto;
    }

    .btn-back{
        margin-bottom: 10px;
    }

    #btn-folder-mb{
        margin-bottom: 20px;
    }

    .p-info{
        margin-bottom:10px;
    }

    .image-fiscal{
      height:500px;
    }

    .info-logo{
      margin-right:auto !important;
      margin-left:auto !important;
      display:flex;
    }

    .row-results{
      margin-right:10px;
      margin-left:10px;
    }

}

/* Smaller than 600px */
@media (max-width: 600px) {
  .image-fiscal{
    height:400px;
  }
  .card-head {
    font-size:14px !important;
  }
  .card-body {
    font-size:14px !important;
  }
}

/* INSTALLER DASHBOARD */

.nav-installer {
    display: inline-block;
    height:70px;

}

.logo-navbar {
    width: 10%;
    height:100%;
    float:left;
    min-width: 70px;
}

.logo-navbar-center {
  width: 70px;
  height: 70px;
}

.image-logo{
  width:70px;
  float:left;
  margin-top:10px;
}

.icone-nav{
    height:22px;
    width:25px;
    margin-bottom: auto;
    margin-top:auto;
}

.icone-nav2{
    height:22px;
    width:25px;
    margin-bottom: auto;
    margin-top:auto;
}

.icone-nav3{
    height:20px;
    width:20px;
}

.btn-url{
    color: #fff;
    border-radius: 8px !important;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.10), 0 0 3px 0 rgba(0,0,0,0.10);
    margin:auto;
    display:flex;

}

.btn-url:hover{
    color:white;
    opacity:0.7;
}

.d-inline{
  display: inline!important;
}

.menu {
    list-style-type: none;
}

.menu-item {
    display: inline-block;
    cursor: pointer;
    transition: background 0.33333s;
    padding: 12px 12px;
}

.menu li {
    position:relative;
}

.menu li li a {
    font-size:80%;
}

.menu ul {
    position:absolute;
    padding:0;
    left:0;
    display:none;
}

.menu li:hover ul ul {
    display:none;
}

.menu li:hover ul {
    display:block;
}

.menu li li:hover ul {
    display:block;
    margin-left:200px;
    margin-top:-35px;
}

.menu-item:hover{
    background: #25DAC5 ;
}

.submenu li:hover{
    background: #25DAC5 ;
}

.email-link, .email-link:hover {
    color: #25DAC5;
}

.submenu{
    list-style: none;
    width:100%;
    text-align: center;
    margin-top:12px;
    z-index: 1;
    -moz-box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
.submenu li:hover{
    text-decoration: underline;
}

.menu2 {
    list-style-type: none;
}

.menu-item2 {
    display: inline-block;
    cursor: pointer;
    transition: background 0.33333s;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius:20px;
}

.filter-btn{
  background:white !important;
  border-radius: 20px !important;
  margin-top: 8px !important;
}

.filter-btn:hover{
    background: #d6d8db !important;
    border-radius: 20px;
}

.bg-filter{
    background: #d6d8db;
    border-radius:20px;
}

.menu2 li {
    position:relative;
}

.menu2 li li a {
    font-size:80%;
}

.menu2 ul {
    position:absolute;
    padding:0;
    left:0;
    display: block;
}

.menu2 li:hover ul {
    display:block;
}

.submenu2{
    list-style: none;
    width:250px;
    text-align: left;
    margin-top:8px;
    z-index: 1;
    -moz-box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.submenu2 li:hover{
    background-color: #d6d8db;
    color:white;
}
.submenu2 li{
  position:relative;
}

.submenu2 li:hover > ul {
  display:block !important;
}

.submenu3{
  display:none !important;
  color:black;
  letter-spacing: normal;
  list-style: none;
  width:100%;
  margin-left:250px;
  top:0;
  z-index: 1;
  -moz-box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 5px 200px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.center-content {
    margin-right: auto;
    margin-left: auto;
}

.card-login {
    background-color: white;
    border: 1px solid #ebeaed;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.2), 0 3px 6px rgba(255, 255, 255, 0.2);
}

.div-home {
    margin-top: 15%;
}

.h-43 {
    height: 43px;
}

.btn-login,
.btn-login:hover {
    background-color: #25dac5 !important;
    color: #fff;
    border-radius: 8px !important;
    width: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.10), 0 0 3px 0 rgba(0, 0, 0, 0.10);
}

.image-folder-lg{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.image-folder-sm:hover{
    cursor:pointer;
}

#icone-back{
    height:20px;
    width:20px;
}

.btn-arrow{
    border-radius:100px;
}

.nav-tab-folders{
    border: 2px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.page-content{
    z-index:3;
}

.font-installer{
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #202234;
    -webkit-font-smoothing: antialiased;
}

.td-folder,
.th-folder {
    margin: 0;
    border: 1px solid grey;
    white-space: nowrap;
    border-top-width: 0px;
}

.td-folder{
    height: 60px;
    width:auto;
}

.th-folder{
    height:40px;
    width:auto;
}

td.first-col{
    width:99px;
}

.first-col {
    position: absolute;
    background-color: white;
}

th.first-col {
    background-color: #25dac5;
    width:82px;
    display:flex;
}

.table-folder{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    width:100%;
}

.cell-folder{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50ch;
 }

.cell-modal:hover{
  cursor:pointer;
 }

.right-corner{
  bottom:0;
  right:0;
  z-index: 10;
  text-align:right;
  vertical-align:bottom;
 }

 thead, tbody {
   width:100%;
 }

.first-col + th {
  margin-left:120px;
  display:flex;
  flex-direction:row;
}

.first-col + td {
  margin-left:121px;
  display:flex;
  flex-direction:row;
 
}

.files-header{
    width:100%;
}

.files-body{
    width:100%;
    height:80%;
}

.files-image{
    cursor:pointer;
    border: 2px solid lightgray;
    border-radius: 5px;
}

.files-logo:hover,
.files-image:hover{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.files-logo{
    cursor:pointer;
    border: 2px solid lightgray;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_info {
    float: none !important;
    padding-top: 0.755em;
}

select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    text-indent: 0.01px;
    text-overflow: "";
    background-color: white;
    background-image: url(../i/fa-angle-down-dark.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-position: calc(100% - 20px) 50%;
    background-size: 11px 6px;
    border: 0;
    box-shadow: #6c757d;
    outline: none;
    color: #1e0e62;
}

input[type=search] {
    border: 1.5px solid rgba(112,128,144,0.7);
    background-color: white;
    border-radius:10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

#myTable_length{
    margin-bottom: 10px !important;
    margin-left: 5px !important;
    margin-top: 14px !important;
}

#myTable_length label{
    margin-right: 10px;
}

#myTable_filter{
    margin-bottom: 10px;
    margin-top:10px;
}

.logo-pro{
    width:25%;
    height:25%;
}

.cursor-pointer:hover{
  cursor:pointer;
}

.div-filename{
  width:90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid var(--yellow);
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

.circle {
  border: 1px solid #25DAC5;
  border-radius: 100%;
  padding: 1px 6px 1px 6px !important;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}