body {
    font-family: sans-serif;
    color: #333;
    height: auto;
    background-color: rgb(245, 245, 245);
}

@media(min-width:768px) {
  #selection-segment{
      width: 30em;
      height: 13em;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }
}

.hide{
  display: none;
}

.modal .content{
  padding-left: 6em !important;
  padding-right: 6em !important;
  padding-bottom: 4em !important;
  padding-top: 3em !important;
}

p.huge-font{
  font-size: 1.3em;
}

.center-text{
  text-align: center;
}

#appDef{
  top: 35% !important;
}

.main {
    max-width: 90%;
    margin: auto;
    margin-top: 3em;
}

h2.ui.header {
    margin-top: 0;
    text-align: center;
}

table td{
	text-align: center !important;
}

table td.app-name{
  font-size: 0.9em !important;
  font-weight: bold;
}

.metrics-menu{
  width: 100% !important;
}

table td.metric{
	font-size: 0.8em !important;
}

table td.collapsing{
	font-weight: bold;
}

td{
  font-size: 0.9em !important;
}

.export-button{
  float: right;
}

.segment.statistic {
    margin: 0 !important;
    width: 24%;
    font-size: 0.9em !important;
}

.ui.top.attached.segment {
    background: #F9FAFB;
}

.item.title{
  font-size: 1.1em;
  font-weight: bold !important;
}

.item .menu{
  width: 15em;
}


.load-box-init{
    width: 35%;
    margin: auto !important;
    margin-top: 5% !important;
}

.load-box-final{

}

.load-button-init{
  margin-top: 1em !important;
  width: 100%;
}

.load-button-final{


}

/**
  DRAG AND DROP
*/

.drop{
  position: absolute;
}

article
{
    width: 80%;
    margin:auto;
    margin-top:10px;
}


.drop-area
{
    border: 3px dotted rgba(0,0,0,0.5);
    padding: 50px;
    text-align: center;
}

.drag
{
    border: 3px dotted rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.1);
}

#result ul{
    list-style: none;
    margin-top:20px;
}

#result ul li
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.file.big.icon{
    display: block;
    margin-right: 0 !important;
    margin-bottom: 7px;
}


/**
  LOADER
*/

.loader {
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.loader .text{
  text-align: center;
  color: white;
  padding-top: 5em;
  font-weight: bold;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #EFEFFA;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

#comparativeReport{
  display: none;
}
