html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #455A64;
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
}

.page-wrapper {
  display: flex;
  min-height: 100%;
}

.page-inner {
  display: flex;
  min-height: 100%;
  width: 100%;
}




@media only screen and (max-width: 768px) {
  /*form mobile*/
  .main{
    margin:40pt 20pt 0pt 20pt;
    box-sizing: border-box;
  }
  .main-expanded{
    margin:40pt 20pt 0pt 20pt;
    box-sizing: border-box;
  }

}
@media only screen and (min-width: 768px) {
  /*form desktop*/
  .main{
    margin:20px 30px 0px 330px;
    box-sizing: border-box;
  }
  .main-expanded{
    margin:20px 30px 0px 94px;
    box-sizing: border-box;
  }
}


.card-bg-primary{
  background-color: #0747a6;
}

.transparent-logo{
  color:rgba(255,255,255,0.4);

}
.bigger{
  font-size:50px;
}
.font-25{
  font-size:25px;
}
.cursor-pointer{
  cursor: pointer;
}

.bool-ico{
  font-size: 120%;
}




.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#formFileUpload{
  display:none;
}


.hidden{
  display: none;
}

.nodeButton{
  display: none;
}


.right-to-left {
  border-width: 0px 2px 0px 0px;
  border-style: solid;
  border-image:
    linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
}
