﻿

@media  only screen and (max-width:768px) {
   
}
@media only screen and  (min-width:769px) and (max-width:1024px) {
	
}
@media only screen and (min-width:1025px) and (max-width:1280px) {

}
@media  only screen and (min-width:1281px) and (max-width:1366px) {
	.report-card-body {
        height:77vh;
    }
}
@media  only screen and (min-width:1367px) and (max-width:1920px) {
	.report-card-body {
        height:80vh;
    }
}
@media  only screen and (min-width:1920px) {
    .report-card-body {
        height:90vh;
    }
}
.w-5{
    width:5% !important;
}
.w-10{
    width:10% !important;
}
.w-15{
    width:15% !important;
}
.w-20{
    width:20% !important;
}
.w-30{
    width:30% !important;
}
.w-35{
    width:35% !important;
}
.w-40{
    width:40% !important;
}
.w-45{
    width:45% !important;
}
.w-55{
    width:55% !important;
}
.w-60{
    width:60% !important;
}
.w-65{
    width:65% !important;
}
.w-70{
    width:70% !important;
}
.w-80{
    width:80% !important;
}
.w-85{
    width:85% !important;
}
.w-90{
    width:90% !important;
}
.w-95{
    width:95% !important;
}
.w-150{
    width:150% !important;
}
.w-200{
    width:200% !important;
}
.w-250{
    width:250% !important;
}
.w-300{
    width:300% !important;
}


#TreeViewReport{
}
.form-control{
    padding:0.375rem 0.375rem !important;
}
#TreeViewReport li {
	list-style-type: none;
}
#TreeViewReport li:hover, #TreeViewReport li a:hover {
	color:red;
}
#TreeViewReport .caret {
	cursor: pointer;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
}
#TreeViewReport .caret::before {
	content: "\f055";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 6px;
}
#TreeViewReport .caret-down::before {
	content: "\f056";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 6px; 
}
#TreeViewReport .caret-down {
    color:red !important;
}
#TreeViewReport .has-child {
	display: none;
}
#TreeViewReport .active {
	display: block;
}
ul {
    list-style-type:none;
}

input[type="checkbox"]
,input[type="radio"]{
    margin-right:3px;
}
.bootstrap-datetimepicker-widget{
    /*position: absolute !important;*/
    z-index:9999 !important;
    border:1px solid #ced4da;
    border-radius:3px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top{
    bottom: -100px !important;
    left:-50px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom{
    top: -100px !important;
    left:-50px !important;
}

.report-card-body{
    resize: vertical;
    overflow-x:scroll;
    overflow-y:scroll;
}
.report-card-body table thead th{
    top:-4px;
}
#ctl00_ContentPlaceHolder1_ctl00_divReportResult {
    height: calc(100vh - 108px);
}




