/*HEALTH CHECK*/
.question-header {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    height: 68px;
    margin-bottom: 20px;
    line-height: 34px;
    text-align: center;
}

.modal-open{
  padding:0 !important;
  overflow-y: auto!important;
 }

 body { padding-right: 0 !important }

.no_margin {
    margin: 0px !important;
}

.required-asterisk {
    color: #8f0100;
    font-size: 50%;
    vertical-align: super;
}
.score-type {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    height: 68px;
    margin-top: 32px;
    margin-bottom: 5px;
    line-height: 34px;
    text-align: center;
}
.question-text {
    color: #bfbfbf;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.my-score-text {
    color: #bfbfbf;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.score-card-text {
    color: #e6e6e6;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.tiny-avg-text {
    color: #bfbfbf;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.tiny-avg-score {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.q1-card {
    background-color: #5d1555;
    box-shadow: 0 0 8px #5d1555;
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: none;
}
.q2-card {
    background-color: #3f5098;
    box-shadow: 0 0 8px #3f5098;
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: none;
}
.q3-card {
    background-color: #484746;
    box-shadow: 0 0 8px #0c1f31;
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: none;
}
.q4-card {
    background-color: #242a48;
    box-shadow: 0 0 8px #242a48;
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: none;
}
.q5-card {
    background-color: #0c5969;
    box-shadow: 0 0 8px #0c5969;
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: none;
}

.q6-card {
    background-color: #8c3a3a;
    box-shadow: 0 0 8px #8c3a3a;
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: none;
}

.my-score-card {
    background-color: #1d9c8f;
    box-shadow: 0 0 8px #1d9c8f;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 389px;
    display: none;
}

.my-question-score {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.score-card-score {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    text-align: center;
}

/*IDLE PAGE OVERRIDE*/
.idle-sleepy
{
    margin-right: 10px;
    float:left;
    width: 110px;
    height: 122px;
    background-image: url(../images/sleepy.svg);
}
.ui-dialog
{
    width: 500px!important;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif!important;
    resize: none!important;
}

.ui-dialog .ui-dialog-titlebar
{
    padding: 0px!important;
}

.ui-dialog .ui-dialog-title
{
    font-weight: 400!important;
    font-size: 24px!important;
    padding: 16px!important;
}

.ui-dialog .ui-dialog-content
{
    font-weight: 200!important;
    font-size: 20px!important;
    padding: 16px 16px 0px 16px!important;
}

.ui-dialog .ui-dialog-buttonpane button
{
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif!important;
}

.table-fixed
{
    table-layout: fixed;
    word-wrap: break-word;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url(../images/loading_bar.gif) no-repeat center 38px #fff;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}

.dataTables_filter 
{
    float: left;
    width: auto;
    padding-right: 4px;
}

.dataTables_filter .input-group-addon {
    width: 30px;
    margin-top: 0;
    float: left;
    height: 30px;
    padding-top: 8px;
}

.DTE
{
    z-index: 999;
    /*background: #f5f5f5;*/
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}
div.dt-button-info > div {
    padding: 1em;
}

.jarviswidget .widget-body {
    min-height: 0px; 
}

.table-striped tbody tr.highlight_c td {
    background-color: black;
    color: white;
}

table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected {
    background-color: black;
}

.dropdown-menu {
    min-width: 77px;
}

.no-drag-jarvis-widget {
    cursor:default!important;
}

.select2-search{
   z-index: inherit !important;
}


#table-wrapper {
  position:relative;
}
#table-scroll {
  height:550px;
  overflow:auto;  
  margin-top:20px;
}
#table-scroll-profile {
  height:467px;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;

}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
}

.modal_loading {
    display: none;
    position: fixed;
    z-index: 1400;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/loading_bar.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    overflow: hidden;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.7s infinite linear;
  -o-animation: bounce 0.7s infinite linear;
  -webkit-animation: bounce 0.7s infinite linear;
  animation: bounce 0.7s infinite linear;
  colr:000;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

.margin-top-20 {
    margin-top: 20px!important;
}



