/* iNtra 4.4 part */
body, .dropdown-item {
  font-size: 0.875rem;
}
.container-fluid {
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar {
  background-color: #ffc107;
}
.navbar, .form-group {
  padding: .1rem .5rem;
}
.btn-sm, .btn-group-sm > .btn {
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.1;
}
.form-control-xs, .form-control-xs.money {
  height: calc(1.2em + 0.5rem + 2px);
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 0.2rem;
} 
.table td, .table th {
  padding: 0.25em;
}
td.money, th.money {
  text-align: right;
  white-space: nowrap;
}
td.moneybold, th.moneybold {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
td.moneylink, th.moneylink {
  text-align: right;
  white-space: nowrap;
  color: #0088cc;
  cursor:pointer;
}
td.moneyboldlink, th.moneyboldlink {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  color: #0088cc;
}
td.moneylinkred, th.moneylinkred {
  text-align: right;
  white-space: nowrap;
  color:#c3325f;
}
td.moneyboldlinkred, th.moneyboldlinkred {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  color:#c3325f;
}
td.link {
  color: #0088cc;
}
td.moneylink:hover, th.moneylink:hover, td.moneylinkred:hover, th.moneylinkred:hover, td.moneyboldlink:hover, th.moneyboldlink:hover, .link:hover {
  cursor: pointer;
}
input.money {
  text-align: right;
}
.mono {
  font-family:Menlo,Monaco,Consolas,"Courier New",monospace;
}
.table-nopadding>thead>tr>th, .table-nopadding>tbody>tr>th, .table-nopadding>tfoot>tr>th, .table-nopadding>thead>tr>td, .table-nopadding>tbody>tr>td, .table-nopadding>tfoot>tr>td {
  padding: 2px 0px 2px 0px;
  margin-bottom: 0px;
}
.blink {
  animation: blinker 1s linear infinite;
}
.tdheight {
  height: 44px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.dt-button {
  height: 100px;
}
.badge100 {
  font-size: 100%;
}
@media print {
    a[href]:after {
        content:none;
    }
    hr {
        page-break-after: always;
    }
    [class*="col-sm-"] {
        float: left;
    }
    [class*="col-xs-"] {
        float: left;
    }
    .col-sm-12, .col-xs-12 {
        width:100% !important;
    }
    .col-sm-11, .col-xs-11 {
        width:91.66666667% !important;
    }
    .col-sm-10, .col-xs-10 {
        width:83.33333333% !important;
    }
    .col-sm-9, .col-xs-9 {
        width:75% !important;
    }
    .col-sm-8, .col-xs-8 {
        width:66.66666667% !important;
    }
    .col-sm-7, .col-xs-7 {
        width:58.33333333% !important;
    }
    .col-sm-6, .col-xs-6 {
        width:50% !important;
    }
    .col-sm-5, .col-xs-5 {
        width:41.66666667% !important;
    }
    .col-sm-4, .col-xs-4 {
        width:33.33333333% !important;
    }
    .col-sm-3, .col-xs-3 {
        width:25% !important;
    }
    .col-sm-2, .col-xs-2 {
        width:16.66666667% !important;
    }
    .col-sm-1, .col-xs-1 {
        width:8.33333333% !important;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left !important;
    }

    body {
        margin: 0;
        padding 0 !important;
        font-color: #000000;
    }

    .container {
        width: auto;
    }

    a[href]:after {
        content: none;
    }

    @page{
      size: auto A4 portrait;
      margin: 10mm;
    }
    
    .noprint,
    div.alert,
    header,
    .group-media,
    .footer,
    .nav,
    ul.links.list-inline,
    ul.action-links {
        display:none !important;
    }
}
.file-list, .file-list ul{
    list-style-type: none;
    font-size:1em;
    line-height:1.8em;
    margin-left:5px;
    padding-left:13px;
    border-left:1px dotted #aaa;
}
.file-list li{
    position: relative;
    padding-left:22px;
}
.file-list li a{
    text-decoration: none;
    /*color:#444;*/
}
.file-list li a:before{
    display:block;
    content: " ";
    width:10px;
    height:1px;
    position:absolute;
    border-bottom:1px dotted #aaa;
    top:.6em;
    left:-14px;
}
.file-list li:before{
    list-style-type: none;
    font-family: "Font Awesome 5 Free";
    display:block;
    content:'\f15c';
    position:absolute;
    top:0px;
    left:0px;
    width:20px;
    height:20px;
    font-size:1.3em;
    /*color:#555;*/
}
.file-list .folder-root{
    list-style-type: none;
}
.file-list .folder-root a{
    text-decoration:none;
}
.file-list .folder-root:before{
    color:#FFD04E;
    content: "\f07b";
}
.file-list .folder-root.open:before{
    content: "\f07c";
}
li.folder-root ul{
    transition: all .3s ease-in-out;
    overflow:hidden;
}
li.folder-root.closed>ul{
   opacity:0;
   max-height:0px;
}
li.folder-root.open>ul{
   opacity:1;
   display:block;
   max-height:100000px;
}

.css-treeview ul,
.css-treeview li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.css-treeview input
{
	position: absolute;
	opacity: 0;
}

.css-treeview
{
	-font: normal 11px "Segoe UI", Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.css-treeview a
{
	color: #000000;
	text-decoration: none;
}

.css-treeview a:hover
{
	text-decoration: underline;
}

.css-treeview input + label + ul
{
	margin: 0 0 0 22px;
}

.css-treeview input ~ ul
{
	display: none;
}

.css-treeview label,
.css-treeview label::before
{
	cursor: pointer;
}

.css-treeview input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul
{
	display: block;
}

.css-treeview label,
.css-treeview label::before
{
	background: url("tree.png") no-repeat;
}

.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
	display: inline-block;
	height: 16px;
    margin: 0px;
	line-height: 16px;
	vertical-align: middle;
}

.css-treeview label
{
	background-position: 18px 0;
}

.css-treeview label::before
{
	content: "";
	width: 16px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
	background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.css-treeview 
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix 
	{
		from 
		{ 
			padding: 0;
		} 
		to 
		{ 
			padding: 0;
		}
	}
}
@page {
    margin:0px auto;
}