
.record {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.42857143;
    /*color: #aaa;*/
    margin-right: 5px;
    margin-left: 5px;
    word-wrap: break-word;
}



.highlightType{
    background-color: #eee;
    color: #444;    
}

.search-rows{
    width: 100%;
}

#load-view{
    z-index: 220;
/*    background-color: #232123;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 24px;
    border-radius: 20px;   ]
    width: 100%;
    height: 100%;
    color: #ddd;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    
    text-align: center;
    background-image: url("/images/punishment.jpg");    */
}

.btn-ben-width {
    width: 100%;
    text-align: left;
    /*color: #9d9d9d;*/

}

.ben-pad-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ben-pad-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

#div_g {
    height: 450px;
    width: 99%;
    background: transparent !important;
    background-color: #444;
    z-index: 5;
}

.chartTitleButtons {
    padding-top: 10px;
    /*margin-top: 100px; */
}


#status {
    /*position: absolute;
    top: 400px;*/
}

#record-panel {
    padding: 10px;
    /*margin: 10px auto;*/
}

.dygraph-legend {
    background-color: rgba(2, 2, 2, 0.9) !important;
    padding: 24px;
    /*border: 1px solid #fec;*/
    border-radius: 20px;
    pointer-events: none;
    width: 400px;
    color: #ddd;
    max-height: 600px;
}

#g_title {
    background-color: rgba(2, 2, 2, 0.8) !important;
    font-size: 14px;
    padding: 24px;
    /*border: 1px solid #fec;*/
    border-radius: 20px;
    pointer-events: none;
    width: 400px;
    color: #ddd;
    max-height: 600px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: -5px;*/
    overflow: hidden;
    z-index: 10;
    /*display: none;*/
}


.shade_p {
    /*background-color: rgba(128, 2, 2, 1) !important;*/
    margin: 50px;
    padding: 24px;
    line-height: 150px;
    /*border: 1px solid #fec;*/
    /*    border-radius: 20px;
    background-color: rgba(36, 33, 36, 0.5) !important;*/
    /*font-size: 14px;        */
}

.shade_p2 {
    text-shadow: 0px 1px 12px #232123;
}

#g_shade {
    /*background-color: rgba(128, 2, 2, 1) !important;*/
    background-color: #232123;
    /*background-image: url("/images/punishment.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 24px;
    /*border: 1px solid #fec;*/
    border-radius: 20px;
    /*pointer-events: none;*/
    width: 100%;
    height: 100%;
    color: #ddd;

    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: -40px;*/
    overflow: hidden;
    z-index: 200;
    /*display:block;*/
    text-align: center;
    /*display: none;*/
}


.shade_punishment {
    background-image: url("/images/punishment.jpg");
}

.shade_offence {
    background-image: url("/images/offence.jpg");
}

.shade_tattoo {
    background-image: url("/images/tattoo.jpg");
}
.shade_tattoo_age {
    background-image: url("/images/tattooages.jpg");
}
.shade_tattoo_src {
    background-image: url("/images/tattoosrcs.jpg");
}



.shade_mark {
    background-image: url("/images/mark.jpg");
}
.shade_mark_age {
    background-image: url("/images/marksages.jpg");
}
.shade_mark_src {
    background-image: url("/images/markssrcs.jpg");
}

.shade_mark_age_src {
    background-image: url("/images/marksagessrcs.jpg");
}


.shade_obotat {
    background-image: url("/images/obotattoos.jpg");
}

.shade_obomark {
    background-image: url("/images/obomarks.jpg");
}


#div_g .dygraph-label {
    /* This applies to the title, x-axis label and y-axis label */
    font-family: Arial, Helvetica, sans-serif;
}

#div_g .dygraph-title {
    /* This rule only applies to the chart title */
    text-align: center;
    font-size: 16px;
    /*margin: 25px;*/
    color: #9d9d9d;
    font-weight: normal;
    /*text-shadow: gray 2px 2px 2px;*/
    /* color, delta-x, delta-y, blur radius */
}

#div_g .dygraph-ylabel {}



.dygraph-axis-label {
    z-index: 10;
    line-height: normal;
    overflow: auto;
    color: #9d9d9d;
}

.dygraph-xlabel {
    /*    padding: 10px;
    margin: 10px;*/
    height: 50px;
}

.range_txt {
    width: 45px;
    display: none;
}

/*.custom-file-input ~ .custom-file-label::after {
    content: "Button Textb";
     background-color: #232123;
     color: #9d9d9d;       
}
*/
.custom-file{
    /*width: 50px;    */

}

.custom-file-input {
    /*width: 20px;*/
     background-color: #232123;
     color: #9d9d9d;
     margin-right: 20px;
     float: right;
     /*visibility: hidden;*/
     /*border: 15px;*/
     /*padding-right: 5px;*/
}

#files{
    display: none;
}

.custom-file-label::after{
    display: none;
}

.custom-file-label{
    width: 40px;
    border: 15px;
    /*padding:  15px;*/
}

/*input[type="file"]{

  background-color : #00d1d1; 

}
*/

.navbar {
    border-bottom: 1px solid #101010;
}

.bg-dark-ben {
    background-color: #232123;

}

.toggler {
    padding: 5px 5px 5px 10px;
    /*border: solid 1px #9d9d9d;*/

    background-color: #191719;
    border-radius: 4px !important;
    border-width: 1px !important;
    border-style: none;
    border-color: #191719 !important;
}

.dropBen {
    /*    padding: 5px 5px 5px 10px;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-style: solid;
    border-color: #353335 !important;*/
}

.below-ben {
    /*display: block;*/
    margin: : 0px;
    padding: 0;
    /*  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;    
  background-color: yellow; */


    position: relative;
    top: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /*    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;*/



}

.pad-right {
    padding-right: 15px;
}


.below-ben-body {
    /*display: block;*/
    flex: 1 1 auto;
    padding-right: 1.25rem;
    /*  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;    
  background-color: yellow; */
}


.big-checkbox {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    /*    margin: auto;*/
}

#range-dropdown {
    width: 100px;
}

.text-light-ben {
    color: #9d9d9d;
}

.table-dark {
    color: #9d9d9d;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #232123;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #232123;
}

.colorPick {
    /*background-color: #F5FF55;*/
    width: 26px;
    height: 26px;
    border-radius: 1px;
    border: none;
    padding: 0px;
    margin: 0;
}

/*input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 25px;
    height: 20px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}*/

record {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
}

leader {
    display: block;
    background-color: #cdd;
    border: 2px #999 solid;
    border: 2px #999 solid;
    border-radius: 4px;
    padding: 3px;
    font-weight: bolder;
}

controlfield {

    display: block;
    background-color: #ddd;
    padding: 5px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
    font-weight: bold;
}

datafield {
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
}

subfield {
    display: block;
    /*background-color: #ccc;*/
}

.contact-head {
    background: rgba(39, 39, 39, 0.8) !important;
    /*background-color: #272727;*/
    color: #fff;
    width: 100%;
}

#contact {
    padding: 20px 30px 0 30px;
    height: 1000px;

    /*color: #fff;*/
    color: #9d9d9d;
    /*background: url("/images/team2.jpg" alt="SHL Launch Party" );*/


    background: url("/images/team2.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: left top;*/
    /*background-color: #673ab7;*/
    /*background-color: #F44336;*/
}

#sitetitle {
    /*background-color: #F44336;*/
    color: #fff;
    padding: 0;
    height: 200px;
}

#section1111 {
    padding-top: 10px;
}

#headpic {
    background: url("/graphics/eyes.jpg") 50% 50% no-repeat;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px auto;
}

#headtext {
    padding: 20px 0 0 0px;
    /*background-color:rgba(0,0,0,0.5);*/
    /*text-shadow: 0px 0px 10px black;*/
}

.card {
    border: none;
}

.loaderText {
    text-align: center;
    margin: 0px auto;
}

.loader {
    /* position: absolute;
    left: 50px;
    top: 50px;*/

    margin: 0;
    position: absolute;
    top: 30%;
    left: 47%;
    transform: translate(-50%, -50%);
    /*margin: 0px auto;   */
    border: 20px solid #f3f3f3;
    /* Light grey */
    border-top: 20px solid #3498db;
    /* Blue */
    border-radius: 200%;
    border-radius: 200%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

.loaderDots {
    position: absolute;
    height: 50px;
    width: 400px;
    left: calc(50vw - 150px);
    top: calc(50vh - 25px);
}

.obvLoaderDots {
    position: absolute;
    height: 50px;
    width: 400px;
    left: calc(50vw - 400px);
    top: calc(50vh - 25px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader2 {
    /*    position: absolute;
    left: 50px;
    top: 50px;*/
    margin: 10px;
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 10px solid #3498db;
    /* Blue */
    border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

/*.loader2 {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 42%;
  transform: translate(-50%, -50%);
       
    border: 20px solid #f3f3f3;  Light grey 
    border-top: 20px solid #673AB7; 
    border-radius: 250%;
    border-radius: 250%;
    width: 250px;
    height: 250px;
    animation: spin 2s linear infinite;
}*/

.shl_footer {
    font-size: 8pt;

}
.shl_footer_link{
    padding-top: 54px;
    font-size: 12pt;
}

#primoFrame {
    height: 500px;
    width: 100%;
    z-index: 1;

}


.toggler-head {
    font-size: 22px;
    /*        margin-top: 20px;
    margin-bottom: 10px;*/
    font-weight: 500;
}
#div-data-count{
    border: 1px solid;
}

.padBen {
    padding: 5px 10px 5px 10px;
    /*border-color: #f00;*/
}
.padBen10 {
    padding: 5px 10px 5px 10px;
}
.padBenTop {
    padding: 5px 0px 0px 0px;
    /*border-color: #f00;*/
}

#dbsearch-header {
    padding-top: 5px;
}

.errorMessage {
    background-color: #f00;
    color: #fff;
}

.padBenIcon {
    font-size: 20px;
}

/*.left-panel {
    padding: 10px 10px 10px 40px;
}
*/
#session-slpanel {
    /*padding-bottom: 20px;*/
    /*  padding: 10px 10px 0px 20px;*/
}

#message-timeline-macroscope {
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 0px;
    /*    position: absolute;
    bottom: 0px;*/
    margin-right: auto;
    margin-left: auto;
    left: 0px;
    right: 0px;
    max-width: 800px;
    z-index: 10;
    margin: 0px auto;
}

#dbsearch-results {
    padding-top: 20px;
    padding-left: 10px;
}

#inner-message-play-buttons {

    /*    padding: 0;
    margin: 0;*/
    /*display: inline-block;*/
}



#inner-message-timeline {
    padding: 0px;
    width: 100%;
    color: #1f1f1f;
    /*background-color: #eee9e6;*/
    max-width: 700px;
    min-height: 70px;
    font-size: 1em;
    margin: 0px auto;
}

#puppet-show-button {
    /*z-index: 50;*/
    float: right;
    padding-right: 50px;
}


.selectAll {
    padding-top: 0px;
    margin-top: 0px;
}

.padAll {
    padding: 10px;
}

@media (max-width: 760px) {
/*Manage Display Headers for Mobile Devices*/
.display-1 {
font-size: 4rem;
font-weight: 300;
line-height: 1.0;
}


/*.dropdown {list-style: none; background: green; padding: 10px; display: inline-block;}*/
/*.dropdown .btn {background: green; color:#fff;}*/
/*.dropdown .nav-link {color:#fff; text-decoration: none;}
.dropdown .dropdown-menu a{color: #07f; text-decoration: none; background-color: #222;}
.dropdown .btn:hover {background: cyan; color:#000;}
.dropdown .btn:active {background: cyan; color:#000;}
.dropdown .btn:focus {background: cyan; color:#000;}
.dropdown-menu .dropdown-item {display: inline-block; width: 100%; }
.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #b91773;
  border-color: #fff;
}
*/

/*
  .progress-bar { 
      height: 20px;
      background: red; 
      width: 0px;
      text-align: center;
      border: 2px solid gray;
    }

    .pp{
      width : 600px;
      background-color: #e0e0e0;
    }*/