.hide_menu_item{
    display: none;
}
html, body {
    font-family: Verdana,sans-serif;
    font-size: 0.9rem;
    line-height: 1;
}
.text_and_icon{cursor:pointer; height: 2.5rem; vertical-align: middle; padding: 3px;}
.text_and_icon_medium{cursor:pointer; height: 4rem; vertical-align: middle; padding: 4px;}
.text_and_icon_big{cursor:pointer; height: 7rem; vertical-align: middle; padding: 3px;}
.text_and_icon_large{cursor:pointer; height: 10rem; vertical-align: middle; padding: 3px;}
.company_icon{
    height: 20rem; width: 18rem; margin: 5px 25px 5px 25px; border-radius: 35px;
}
#selected_company_placeholder{
    color: white;
    font-weight: bolder;
    cursor: pointer;
}
.action_icon{
    cursor:pointer; font-size: 1rem; margin-left: 0.5rem; height: 1rem; width: 1rem;
}
input, textarea{
    border: 1px solid lightgrey;
    border-radius: 5px;
}
:required, select:required + .select2-container {
    border: 2px solid gray;
}
input:read-only:not(.btn),textarea:read-only{
    background-color: #e9ecef;
    opacity: 1;
}
input[type="checkbox"][readonly]{
    pointer-events: none;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
.side_menu_icon_adjust{margin-left: -5px;}
.link{color: skyblue !important; cursor: pointer;}

.submit_btn_div{margin-top:16px;}

li.select2-results__option[aria-disabled="true"]{
    color: red;
}
.select2-selection__choice {
    background-color: white !important;
    color: black !important;
}
.ui-autocomplete {
    z-index: 215000000 !important;
}
label {
    top: 14px;
    left: 6px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    z-index: 1;
    color: gray;
}
.form-row{
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 0.5rem;
}
.view_table th{
    padding: 5px;
    background-color:#c5c5c5;
    font-size: 10px;
    border:1px solid black;
}
.view_table td{
    font-size: 10px;
    padding: 5px;
    border:1px solid black;
}
.view_table{
    border: none;
    border-collapse: collapse;
}

.report_table_bordered th{
    padding: 4px;
    border:1px solid black;
}
.report_table_bordered td{
    padding: 4px;
    border:1px solid black;
}
.report_table_bordered{
    border: none;
    border-collapse: collapse;
}


.dropdown-item{
    cursor: pointer;
}
.notie-container{
    z-index: 1060!important;
}
.notie-overlay{
    z-index: 1055!important;
}
.yellow_input{
    background-color: #f7f74e;
}
td, th{
    padding-left: 6px!important;
}
th{
    padding: 0.5rem;
}
.compact_table td{
    padding: 0.1rem!important;
    overflow:hidden;
    white-space:nowrap
}
.compact_table{
    table-layout: fixed;
}
.bold_td{
    font-weight: bold!important;
}
.vertical_table td + td {
    border-left:1px solid grey;
}
.horizontal_table td, .horizontal_table th {
    border-bottom:1px solid grey;
}
.report_th{	border:1px solid black;	background-color:#c5c5c5; padding: 5px; text-align: center; max-width: 400px; text-overflow: clip;white-space:nowrap;overflow: hidden;}
.report_td{	border:1px solid black; padding: 5px; text-align: center;max-width: 400px; text-overflow: ellipsis;overflow: hidden;white-space:nowrap; }
.report_table{border-collapse: collapse;overflow: scroll; }
.report_a{color: blue; cursor: pointer}
.fixed_column_hover{
    background-color: #f9be52 !important;
}
.no_border{
    border: none!important;
}
.no_background_input{
    outline: none;
    border: none;
    background: lightgreen;
}
form .w3-table-all tr{
    background-color: #fff!important;
}

form .w3-table-all tr.disabled{
    background-color: lightgrey!important;
}
.sub_divider_row_style{
    height: 75px;
}
.sub_divider_row_style td, .sub_divider_row_style th{
    vertical-align: middle!important;
    background: #ddffdd !important;
}

.fa-1-5x{font-size:1.5em}
.tiny_input{width: 5em;}
.small_input{width: 7em;}
.medium_input{width: 10em;}
.select2-selection--multiple .select2-selection__rendered{
    padding-top: 0.5rem!important;
}
.modal {
    padding: 0 !important;
}
.modal .modal-dialog {
    width: 100%!important;
    max-width: none;
    height: 100%!important;
    margin: 0;
}
.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.modal-header{
    padding: 0.3rem!important;
}
.modal-dialog-scrollable {
    max-height: calc(100%);
}
/* The Modal (background) */
.view-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.view-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.view-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.view-close:hover,
.view-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.view-modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.view-modal-body {padding: 2px 16px;}
@media (min-width: 576px){
    .modal-dialog-scrollable {
        max-height: calc(100%);
    }
}

button:focus {
    background-color: lightgrey;
}

.glow_border{
    border-radius:10px;
    background:white;
    position:relative;
}

.glow_border::before{
    content:"";
    position:absolute;
    inset:-6px;
    border-radius:inherit;
    background: linear-gradient(45deg, #00ffcc, #0066ff, #ff44aa);
    filter: blur(8px);
    opacity: .8;
    z-index:-1;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse{
    0%,100% { transform: scale(1); opacity:.6; }
    50%    { transform: scale(1.08); opacity:1; }
}
  
/*files_folders.html*/
.file_card {
    background-color: white;
    transition: 0.3s;
    min-width: 150px;
    max-width: 150px;
    padding: 10px;
    min-height: 150px;
    max-height: 150px;
    border-radius: 15px;
    overflow: hidden;
    margin: 4px 6px 4px 6px;
}
.file_card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); }
.file_icon { cursor: pointer; width:60px; height: 60px; }
.file_action_icon{ cursor:pointer;  margin-left: 0.5rem; height: 20px; }
.file_container_div { padding: 2px 2px; margin-top: 4px; margin-bottom: 4px; }

.file_title {
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-style: italic;
    font-size: 12px;
}

.file_ul{ padding-inline-start: 0px; }
.file_li{ float: left; }

.file_tag {
    background: lightgray;
    border-radius: 3px 0 0 3px;
    color: black;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.file_tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.file_tag::after {
    background: #f4f6f9;
    border-bottom: 13px solid transparent;
    border-left: 10px solid lightgray;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.file_tag:hover{ background-color: crimson; color: white; cursor: pointer; }
.file_tag:hover::after { border-left-color: crimson; }

ul.tree { list-style: none; padding-left: 20px; }
ul.tree li { margin: 5px 0; }
.folder { font-weight: bold; cursor: pointer; }


.watermark::before {
    content: attr(data-watermark);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);

    font-size: 70px;
    font-weight: 700;
    letter-spacing: 5px;
    color: rgba(0, 0, 0, 0.06);

    text-shadow: 0 0 3px rgba(0,0,0,0.05);

    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
