html, body
{
    height: 100%;
}

body
{
}

.rotated90
{
  transform: rotate(90deg);
}

.rotated180
{
  transform: rotate(180deg);
}

.rotated270
{
  transform: rotate(270deg);
}

.page-content
{
    padding-top: 3.125rem;
    min-height: 100%;
    height: 100%;
}

.table .input-control.checkbox
{
    line-height: 1;
    min-height: 0;
    height: auto;
}

#contracts-listajax tbody tr td:nth-child(6)
{
  white-space:nowrap;
}

.horizontal-flip
{
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.vertical-flip
{
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media screen and (max-width: 800px)
{
    #cell-sidebar
    {
        flex-basis: 52px;
    }
    #cell-content
    {
        flex-basis: calc(100% - 52px);
    }
    #refused-warning
    {
      padding: 0.3rem 0 0.3rem 0;
    }
    #refused-warning span#text
    {
      display: none;
      font-size: 80%;
    }
}

#refused-warning
{
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 100%;
}

#refused-warning span#num
{
  font-size: 250%;
}

.pie-label
{
  position:absolute;
  left:0;
  top:0;
  background-color: silver;
  padding: 0.2rem;
  width: 6rem;
  font-size: 1rem;
  text-align: center;
  display: none;
}

.pie-label strong
{
  font-size: 1.5rem;
}


.treeview.bigger .value
{
  color:blue;
  font-size: 0.7em;
}

.treeview.bigger .value2
{
  color:gray;
  position: absolute;
  right:0;
}

.treeview.bigger .value3
{
  color:gray;
}

.treeview.bigger ul>li
{
  font-size: 1.3rem;
}

.treeview.bigger.colored ul>li>.leaf>.icon
{
  color: red;
}

.treeview.bigger ul>li>ul>li
{
  font-size: 1.1rem;
}

.treeview.bigger.colored ul>li>ul>li>.leaf>.icon
{
  color: #555555;
}

.treeview.bigger ul>li>ul>li>ul>li
{
  font-size: 0.9rem;
}

.treeview.bigger.colored ul>li>ul>li>ul>li>.leaf>.icon
{
  color: rgba(85, 85, 85, 0.44);
}

.identifier
{
  margin-left:1rem;
  font-size:0.5em;
  position:relative;
  top:-0.5em;
}

.accordion.heading-style > .frame
{
  margin: 0.625em 0em;
}
.accordion.heading-style > .frame > .heading {
  display: block;
  padding: 0 0 0 25px;
  background-color: transparent;
  cursor: pointer;
  text-transform: none;
  font-weight: 300;
  position: relative;
  border: 0;
  overflow: auto;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  line-height: 1.5;
  text-shadow: none;
}

.accordion.heading-style > .frame > .heading:before {
  position: absolute;
  display: block;
  left: -7px;
  top: 0.25em;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.45em solid transparent;
  border-top: 0.45em solid transparent;
  border-bottom: 0.45em solid rgb(86,86,86);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.accordion.heading-style > .frame > .heading:hover {
  background-color: transparent;
}

.accordion.heading-style > .frame.active > .heading {
  background-color: transparent;
  color: black;
  box-shadow: none;
  text-shadow: none;
  transition: all 0.3s ease;
}

.accordion.heading-style > .frame.active > .heading:before {
  left: 0px;
  border-bottom-color: rgb(86,86,86);
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.accordion.heading-style > .frame.active > .content {
  display: block;
}
.accordion.heading-style > .frame > .content {
  padding: .625rem;
  display: none;
  background-color: #ffffff;
  z-index: 1;
}

.dt-buttons
{
  float: left;
  display: block;
  margin: 0 1rem 0 0;
  font-size: 2.1rem;
}

.dt-button
{
  cursor: pointer;
  margin: 0 0.3rem;
  color: rgb(153, 153, 153);
}

.panel.success > .content
{
  background-color: #B9D8B2;
}
.panel.success > .heading > .icon
{
  background-color: #508C13;
}
.panel.alert > .content
{
  background-color: #ffb2ae;
}
.panel.alert > .heading > .icon
{
  background-color: #A52B23;
}
.panel.warning > .content
{
  background-color: #ffb27a;
}
.panel.warning > .heading > .icon
{
  background-color: #e4660c;
}

.detailtable
{
  margin:0;
}  
.detailtable td
{
  padding:4px 40px 4px 0;
}  

.panel.responsive > .heading
{
  height:2.5vw;
  padding: 0.63vw 0;
  font: 500 1.15vw/0.9 "Segoe UI", "Open Sans", sans-serif, serif;
}
.panel.responsive > .heading > .title
{
}
.panel > .heading > .icon + .title {
    margin-left: 3.5vw;
}
.panel.responsive > .heading > .icon
{
  font-size: 1.15vw;
  height: 2.5vw;
  width: 2.5vw;
  padding: 0.63vw;
}

.button
{
  height: auto;
  min-height: 2.125rem;
}

.button.helper-button
{
  height: 1.875rem;
  min-height: 1rem;
}

.tabcontrol.clean .tabs li.active a {
  background-color: transparent;
  color: #1b6eae;
  text-shadow: none;
}

.tabcontrol.clean .tabs li:hover a {
  background-color: transparent;
}

.tabcontrol.clean .frames .frame {
  background-color: transparent;
  padding:10px;
}

#cell-content, #cell-tree
{
  height:100%;
  overflow:auto;
}

.hover-buttons
{
  position: relative;
}

.hover-buttons .button-container
{
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}

.hover-buttons .button-container .button
{
  min-height: 1.5rem;
}

.hover-buttons:hover .button-container
{
  display: block;
}

@-webkit-keyframes fout {
  0% {
    opacity: 0;
    left: -9999px; 
  }
  1% {
    opacity: 0;
    left: 0px; 
  }
  100% {
    opacity: 1;
    left: 0px; 
  }
}
@keyframes fout {
  0% {
    opacity: 0;
    left: -9999px; 
  }
  1% {
    opacity: 0;
    left: 0px; 
  }
  100% {
    opacity: 1;
    left: 0px; 
  }
}
.hover-links .link-container
{
  position: relative;
  left: -9999px; 
  opacity: 0;
}

.hover-links:hover .link-container
{
  -webkit-animation: fout 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  animation: fout 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
}

.hidden
{
  display: none;
}

.float-right
{
  float: right;
}

span.pozn
{
  float:right;
  margin-top:0.2rem;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div.dataTables_processing
{
  position: absolute;
  left: 20rem;
  top: 0.5rem;
  font-size: 1.5rem;
}

div.dataTables_wrapper
{
  position: relative;
}

div.export-button
{
  float:left;
  position: absolute;
  z-index: 10;
}

.print-only
{
  display:none;
}

.app-bar .app-bar-element.branding .tile-container
{
  line-height: normal !important;
}

.vertical-heading:before {
  position: absolute;
  content: attr(data-text);
  text-transform: lowercase;
  left: -0.1rem;
  top: 11.875rem;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  text-align: right;
  white-space: nowrap;
  direction: ltr;
  width: 12.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.dt-button.buttons-excel:not(.button), .dt-button.buttons-pdf:not(.button) 
{
  display: contents
}


@media print
{
  .print-only
  {
    display:block;
  }
  .no-print
  {
    display: none;
  }
  .page-content
  {
    padding-top: 0;
  }
  .app-bar
  {
    display: none;
  }
  #cell-sidebar
  {
    display:none;
  }
  #cell-tree
  {
    display:none;
  }
  .button
  {
    display:none;
  }
  #cell-content
  {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height:auto;
    overflow: visible;
  }
}