/* Classes */
.function-block-container{ 
	border: 1px solid black;
    padding: 10px;
    min-height: 600px;
    min-width: 100%;
}
.dir-text-blue{
    color: lightblue;
}
.exp-cpy-button {
    width: 100%;
    margin-top: -9px;
}
.cpy-button{
	width: 100%;
	margin-top: -16px;
	font-size: 50%;
}
.expand-button{
	margin-left: 88%;
    padding-left: 6% !important;
    padding-top: 2% !important;
}
.fa-expands {
    font-size: 18px !important;
    vertical-align: 11% !important;
    line-height: .5 !important;
}
.info-block {
    width :100%;
    height: 500px;
    line-height: .99em;
    overflow: scroll;
    padding: 5px;
}
.card {
	max-width: 100%;
	min-height: 300px;
}
.center {text-align: center;}
.center table {
    margin: 1em auto;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 0px;
}
.center th {text-align: center !important;}
.p {text-align: left;}
.e {
    background-color: #ccf; 
    width: 300px; 
    font-weight: bold;
    border-style: solid; 
    border-width: 1px; 
    border-color: #000000; 
    border-radius: 0px;
}
.h {background-color: #99c; font-weight: bold;}
.v {
    background-color: #ddd; 
    max-width: 300px; 
    overflow-x: auto; 
    word-wrap: break-word;
    border-color: #0d26ae;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
}
.header-row {
    font-size: 64px;
    text-align: center;
    line-height: 90px;
    font-weight: bold;
}


.tableclass {
    border-collapse: collapse; 
    width: 100%;
    margin: 1em auto;
    text-align: left;
    border-color: #0d26ae;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
}

.tablehead {
    font-size: 105%; 
    vertical-align: baseline; 
    padding: 4px 5px;
    color: #00ff15;
    border-color: #0d26ae;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
}

.tablevar {
    background-color: #060000;
    width: 300px; 
    font-weight: bold;
    padding: 5px 5px;
    color: #00ff15;
    border-color: #0d26ae;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;

} 

.tablevalue {
    max-width: 1180px;
    overflow-x: auto;
    word-wrap: break-word;
    padding: 4px 5px;
    color: #00ff15;
    border-color: #0d26ae;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    text-align: center;
} 

.tablerow {
    background-color: #060000;
    font-weight: bold;
    border-color: #0d26ae;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    
} 

.row {
	margin-right: 18px !important;
}

.card-heading {
	font-size: 207%;
	margin-top: -8px;
	margin-bottom: -16px;
	text-align: center;
}


/* IDs */
#info-block-textarea {
	height: 18rem !important;
}
#heading{
    position: relative;
    padding: 49px 0px 20px;
}

#footer-span {
    font-size: 10px;
    text-align: center;
}
#passCheckBox {
    position: relative !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}



/* Elements */
textarea {
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: auto;
}
body {
    word-break: break-all !important;
}
