body {
}
.body-area {
	min-height: 600px;
    padding-bottom: 30px;
    background-color: #fff;
}
input {
    position: relative;
}
.filesharing iframe {
    border: none;
    min-height: 800px;
    height: 100vh;
    width:  96vw
}
img {
    max-width: 100%;
}
.table-image {
    width: 100px !important;
}
.thead-dark a {
    color: #fff;
}
table thead {
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
.pointer:hover {
    text-decoration: underline !important;
}
.bg-dark .card-title a {
    /*color: #fff !important;*/
}
.bg-dark .card-title .dropdown-item {
    color: #000 !important;
}
.btn-primary.pointer, .btn-primary.pointer:hover {
    color: #fff !important;
    text-decoration: none !important;
}
#show-for-pdf, #HeaderForPrint {
    display: none;
}
/* footer------------------*/
#footer {
    background-color: #2f353e;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/logo-silhouette.png);
}
#footer h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
#footer p {
    font-size: 12px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #0080ff;
}
#footer hr {
    border-top: #666 solid 1px;
    width: 100%;
}
#footer ul, #HeaderForPrint ul {
    line-height: 30px;
    list-style: none;
    padding-left: 0;
    font-size: 14px !important;
}
#HeaderForPrint {
    font-weight: 700;
}
#footer ul i {
    padding-right: 5px;
    font-size: 16px;
}
#footer p.social {
    font-size: 30px;
}
#footer .socialmenu p a {
    padding: 0 5px;
    font-size: 30px;
}
#breadcrumbs {
    background-color: #2f353e;
    color: #999;
    font-size: 12px;
}
#breadcrumbs a {
    color: #999;
}
.CodeMirror {
    border: 1px solid #eee;
    height: auto !important;
}
.bg-green {
    background-color: #002a00;
}
.form-control-color {
    width: 100% !important;
    max-width: 100%;
}
.btn-xs {
    padding: .2rem .3rem;
    font-size: .6rem;
    border-radius: .2rem;
}
.h-form {
    height: 40px;
}