﻿
.iframe {
    display: block; /* iframes are inline by default */
     
    height: 100%; /* Viewport-relative units */
    width: 100%;
}

.HPColor {
    color: #0056b3
}

.HPColor-background {
    background-color: #0056b3
}

.hidden {
    display: none;
}

.ipaginate_button{
    z-index:0;
}
.img_container {
    display: inline-block
}


.btnModify {
    color: #777777;
}

.btnDelete {
    color: #777777;
}

.btnPrint {
    color: #777777;
}


.img_image {
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    max-width: 250px;
    padding: 5px 5px 5px 5px;
}

.img_top {
    transition: .5s ease;
    opacity: 0;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.img_container:hover .img_image {
    opacity: 0.3;
}

.img_container:hover .img_top {
    opacity: 1;
}

.img_button {
    background-color: red;
    color: white;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
}

.full_modal-dialog {
    width: 98% !important;
    height: 95% !important;
    min-width: 98% !important;
    min-height: 95% !important;
    max-width: 98% !important;
    max-height: 95% !important;
    padding: 0 !important;
}

.full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}


.report-content {
    height: 90% !important;
    min-height: 90% !important;
    max-height: 90% !important;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../assets/images/Loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
/*
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em
}
*/
div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-track {
    background-color: #9993 !important;
}

div::-webkit-scrollbar-thumb {
    background-color: #9999 !important;
}

#divMenu:hover {
    overflow-y: auto;
}
.dataTables_filter {
    float: left;
}
div.dataTables_wrapper div.dataTables_filter input {
/*    width: 350px;*/
    
}
table.dataTable thead th {
    white-space: nowrap
}

ul, #trlgroup_UL {
    list-style-type: none;
}

#trlgroup_UL {
    margin: 0;
    padding: 0;
}

ul, #trlfunction_UL {
    list-style-type: none;
}
#trlfunction_UL {
    margin: 0;
    padding: 0;
}
ul, #trlStore_UL {
    list-style-type: none;
}

#trlStore_UL {
    margin: 0;
    padding: 0;
}
.TreeList_Box {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
.TreeList_Box::before {
    content: "\2610";
    color: black;
    display: inline-block;
    margin-right: 6px;
}
.TreeList_check-box::before {
    content: "\2611";
    color: dodgerblue;
}

.TreeList_nested {
    display: none;
}

.TreeList_active {
    display: block;
}

.td_border_all {
    border: 1pt solid black;
}
.td_border_top {
    border-top: 1pt solid black;
}
.td_border_bottom {
    border-bottom: 1pt solid black;
}
.td_border_left {
    border-left: 1pt solid black;
}
.td_border_right {
    border-right: 1pt solid black;
}
.table_header {
    height: 25px;
    padding: 5px;
    text-align: center;
    font-weight: bold
}
.table_row {
    height: 25px;
    padding: 5px;
/*    text-align: center;*/
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
/*    max-width: 800px;*/
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
/*    max-width: 500px;*/
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.tooltip {
    width: auto;
    position: relative;
}
.tooltip-inner {
    background-color: #e1ebed !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: red;
    width:500px;
    max-width: 700px !important;
    min-height:150px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e1ebed;
    display:none;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #e1ebed;
    display: none;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e1ebed;
    display: none;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #e1ebed;
    display: none;
}


/* The Modal (background) */
.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
/*    max-height:550px;*/
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal_img-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 600px;
}

/* Caption of Modal Image */
#caption_img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal_img-content, #caption_img {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* The Close Button */
.close_img {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close_img:hover,
    .close_img:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .aClick{
        color: black;
    }

.BoxParams {
    box-sizing: content-box;
    width: 100%;
    background-color: lightgrey;
}
.BoxParamsActive {
    box-sizing: border-box;
    width: 100%;
    border: solid red 2px;
    padding: 5px;
}


.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left:-20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.menuBtb{
    font-weight:bold;
    font-size:x-large;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal_img-content {
        width: 100%;
    }
}


.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
}

.loginBox {
    /*transform: translate(5%, 20%);*/
    padding-right: 5%;
    position: absolute;
}