/**
*   QCE Debug CSS
*/
.qce-debug-panel {
    font-size: 90%;
    background-color: whitesmoke;
}
.qce-debug-panel .qce-debug-query {
    white-space: pre;
}
.qce-debug-qresponse {
    font-size: 90%;
}

.qce-debug-label {
    color: red;
    font-weight: bold;
}

.qce-debug-value {
    color: black;
}

/*
=====================================================================
*/
/**
*   QCE Lookup CSS
*/
.qce-lookup-table {

}

.qce-lookup-table tbody tr:hover {
    background-color: #e1e1ec;
}

.qresponse .responseElements input.isLookup:read-only {
    background-color: #e1e1ec;
}

ul.qce-multi-columns-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;

    margin: 0px;

}

ul.qce-multi-columns-list li {
    list-style-type: none;
    font-size: 80%;
}

/*
=====================================================================
*/

/**
*   QCE Modal CSS
*/
.qce-modal {
    display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.qce-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 9px;
    width: 80%;
}
  
  /* The Close Button */
  .qce-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 2;
  }
  

  .qce-modal-close:hover,
  .qce-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .qce-modal-inner-content {
    clear: both;
  }

/*
=====================================================================
*/
/**
*    Question Calc 100
**/
.qce-question .questionCalcRow100 {

}

.qce-question .questionCalcRow100>div {
    float: left;
    margin-right: 5px;
}

.qce-question .questionCalcRow100 div>div {
    width: 40px;
}
.qce-question .questionCalcRow100 div>input {
    width: 40px;
}

.qce-question .questionCalcRow100-total {
    clear: both;
    margin-top:5px;
}

.qce-question .questionCalcRow100-total input.hasError {
    color: #ff1515;
}

