/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Arial, serif;
    font-size: 12px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px; /* Make the masthead heading the same height as the navigation */
}

.content{
    min-height: 500px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        /*max-width: 730px;*/
    }
    .t456__menualign_right{
        display: none;
    }
}
/* Customize container */
@media (max-width: 840px) {
    .t456__menualign_right{
        display: none!important;
    }
    body{
        padding-top: 0!important;
    }
    #nav523459762{
        margin-bottom: 30px;
    }
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    .header {
        margin-bottom: 30px;
    }
    .jumbotron {
        border-bottom: 0;
    }
}

.tooltip.fade{
    opacity: 1;
}
.tooltip-inner{
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    padding: 15px;
    font-weight: normal!important;
    max-width: 300px;
    font-size: 11pt;
    text-align: left;
}
.thead .tooltip-inner{
    font-weight: normal!important;
}

input[type="file"]{
    width: 1px;
    height: 1px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
}
.c13 input[type="file1"]:before{
    display: block;
    content:"";
    background: url(/i/images/upload.png);
    height: 50px;
    width: 50px;
    background-size: 50px;
}
.c13 {
    text-align: center;
}
.fileuploadtitle{
    text-align: center;
}
.fileimgwrap{
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.fileimgwrap .ext{
    position: absolute;
    top: 23px;
    left: 13px;
    color: #fff;!important;
    font-weight: bold;
    font-size: 13px;
}
img.loading{
    margin:0 auto;
    width: 10px;
    height: 10px;
    display: block;
}
img.file{
    width: 50px;
    height: 50px;
    display: block;
}

.thead *{
    font-weight: bold!important;
}

.clear{
    clear: both;
}

.c13 .btn:has(.glyphicon){
    padding: 5px 8px 1px 8px;
    font-size: 17px;
}

.form-control.crowded:focus {
    border-color: #e96666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 102 102 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 102 102 / 60%);
}

.tablenames{
    /*font-size: 11pt!important;*/
}

label{
    color: #000;
    font-size: 11pt;
    font-weight: normal;
}

td label{
    margin-bottom: 0;
    font-size: 9pt;
}

.thead label{
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.c_table{
    width: 100%;
}
.c_table thead tr{
    background: #f2f2f2;
}
.c_table thead tr th{
    text-align: center;
    padding: 10px;
    border: 1px #000 solid;
    font-size: 9pt;
}
.c_table tbody tr td{
    text-align: center;
    border: 1px #000 solid;
}