﻿.debug 
{
    border: 1px solid black;
}

body 
{
    -webkit-print-color-adjust: exact;
}

.padding-lr
{
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-btn-demo .dropdown, .dropdown-btn-demo .btn-group, .btn-demo .btn .sameline
{
    display: inline-block;
    margin: 0 5px 7px 0;
}

.combovadjust {  margin-top: 4px; }

.resaltadoNumber
{
    text-align: right;
    font-weight: bold;
    font-size: 0.875em;
}

.tablefixedcolumnswidth
{
    table-layout: fixed;
}

.colnum2
{
    text-align: right;
}

.colnumInvisible
{
    display: none;
}

.graphtit
{
    margin-top: -30px;
}

@media all
{
    td.red, th.red 
    {
        color: rgb(255, 0, 0) !important;
    }
    *
    {
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-family: "PT Sans";
        /*text-rendering: optimizeLegibility !important;*/
        -webkit-font-smoothing: antialiased !important;
    }
}

.list-group-item-small
{
    padding-top: 2px;
    padding-bottom: 2px;
}

@media print
{
    .hideOnprint
    {
        display: none;
    }
    .hideOnprintInline
    {
        display: none;
    }
    .hideOnScreen
    {
        display: block;
    }
    .page-break-before
    {
        display: block;
        page-break-before: always;
        page-break-inside: avoid;
    }
    div.page
    {
        /*page-break-after: always;*/
        page-break-inside: avoid;
    }
}

@media screen 
{
    .hideOnprint
    {
        display: block;
    }
    .hideOnprintInline
    {
        display: inline;
    }
    .hideOnScreen
    {
        display: none;
    }
    .page-break-before
    {
        display: none;
    }
}


/*@page{size: 7in 9.25in;margin: 27mm 16mm 27mm 16mm;}*/

.morrischart > svg
{
    width: 100% !important;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}
.rotador
{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         2.5s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-transition-timing-function: linear;
}

.blockDiv 
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    width: 0px;
    height: 0px;
    z-index: 10;
}

.modal-dialog-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content-fullscreen {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

._modal-footer,._modal-header
{
    background-color: #eeeeee;
}

.hoverwaitcursor:hover
{
    cursor: pointer;
}

.hoverselcolor:hover
{
    background-color: #eeeeee;
}

.headerDivider {
    border-left: 2px solid #aaaaaa;
    padding-left: 6px;
}

