.logo-text {
    font-family: 'Alice';
    font-size: 42pt;
    padding-top: 22px;
    color: #dcf2e7 !important;
}

.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    padding: 0px;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > li > a {
    color: #337ab7;
    padding-left: 20px;
    padding-right: 20px;
}

/* Override bootsrap's breadcrumb padding */
.breadcrumb {
    padding: 0px;
}

.table-shrink {
    width: auto;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 600px;
}

#hdrReportFilters, #hdrReportGenerator {
    margin-top: 20px;
}

#pnlReportSelector {
    height: 80px;
}

#pnlReportGenerator {
    clear: both;
    overflow:hidden;
}

#pnlReportFilters {
    display: none;
    height: auto;
    padding-bottom: 20px;
}

.pnl-title {
    background: #DDF5DA;
    padding: 20px 20px;
    padding-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #eee;
}

.pnl-title h3 {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.pnl-body {
    background: #DDF5DA;
    padding-top: 0px;
    padding: 20px 21px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    
}

.inline-label {
    padding-top: 5px;
}

.grid-item {
    /*width: 200px;*/
    height: 211px;
   /* margin-right: 20px;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list-box {
    height: 100% !important;
}

.edit-action {
    padding-top: 25px;
}

.submenu {
    margin-left: 20px;
}

/* Something is wrong with Bootstrap's pagination active color, override with this one */
.pagination>li>a.active {
    background-color: #23527c;
    color: #FFF;
}

.tab-button-row {
    padding-bottom: 20px;
}

.tab-file-row {
    padding-bottom: 15px;
}

.tab-file-row label{
    float:right;
    font-size: 12pt;
    padding-top: 8px;
    padding-right:10px;
}

.frm-file-browser, .frm-file-browser input[type='submit']{
    float: right;
}

.frm-file-browser input[type='file'] {
    width: auto;
    height: 32px;
    padding: 4px 12px;
}

input[type="checkbox"] {
    height: 20px;
    border: 0px;
    /* box-shadow: none; */
    vertical-align: middle;
}

table th:last-child, td:last-child{
    text-align: center;
}

img.ui-datepicker-trigger {
    float:right; 
    margin-right: 10px; 
    bottom:3px; 
    position:relative;
}

.lblForm {
    font-size: 15px;
    font-weight: normal;
}

.temp-comments {
    padding-left: 50px!important;
}

.questionnaire-comments {
    padding-left: 10px!important;
    padding-right: 30px!important;
}

/* 2 column Add/Edit Form*/
.form-column-right,.form-column-left{
    width: 40%;
    float: left;
}

.btn-filters {
    margin-top: 30px;
    margin-left: 5px;
}




.lblForm {
    font-size: 17px;
    line-height: 33px;
    font-weight: 300;
    font-family: helvetica;
}

.list {
    padding-left: 30px!important;
}

.txt-statement {
    font-family: 'Poppins';
    font-weight: bold;
}

.text-center {
    text-align: center;
}




.statementheading {
    font-weight: bold;
    font-family: 'Poppins';
    margin-bottom: 50px;
}

.hc-name {
    color: #fff;
    padding-top: 20px;
    font-size: 1.4em;
    margin-left: 35px;
}

.hc-participant {
    color: #fff;
    float: right;
}

.hc-logo {
    font-family: 'Alice';
    font-size: 42pt;
    color: #dcf2e7 !important;
    padding-top:5px;
}

.table-scroll {
    overflow-y: scroll;
    height: 490px;
    width: 600px;
}

.tab-table-scroll {
    overflow-y: scroll;
    height: 490px;
}

.toggle-active {
    width: 50px;
    margin-top: 7px!important;
}

.dontknow-wrapper {
    height: 85px;
    padding: 0 15px;
    display: table;
    width: 10%;
}

#btnGenerateReport {
    margin-top: 20px;
}

/*.table>tbody>tr>td {
border-style: none!important;
}*/

#lstColours {
    height: 300px!important;
    margin-bottom :1em;
}

.left-spacing {
    margin-left: 10px!important;
}

.right-spacing {
    margin-right: 10px!important;
}

/* Styles for 5 point slider */
.slider5-1 {
    width: 14%;
    text-align: center;
   
}

.slider5-2 {
    width: 24%;
    text-align: center;
}

.slider5-3 {
    width: 24%;
    text-align: center;
}

.slider5-4 {
    width: 23%;
    text-align: center;
}

.slider5-5 {
    width: 15%;
    text-align: center;
}



[id^=whitesliderbar] {
    float: right;
    height: 100%;
    background: white;
    border-radius: 6px 6px 6px 6px;
}


#sortable li  {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 5px;
   
  }
#sortable li label{
    cursor:move;   
  }
.sortable{
  border: 1px solid red;
  width: 500px;
  display: inline-block;
  height: 80px;
}

.divCheckbox {
    padding: 22px 0px;
}

.col-padding-zero {
    padding-left: 0px !important;
}

.vertical-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vertical-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}




