/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


/** CSS allgemein **/

.asterisk {
    font-size: 0.7em;
    margin-right: 0.2em;
    margin-top: -0.2em;
    color: #328637;
    /* fruity sea_green color */
}

.question-item.answer-item.text-item.form-group {
    clear: inherit;
}

.hide {
    display: none;
}

.mytable td {
    font-size: 14px;
    font-style: normal;
    text-align: center;
}

.my_pharm_table td {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 5px;
    background-color: white;
    text-align: left;
}

.pi {
    position: relative;
    left: 10px;
}


/** CSS für Schmerzzeichnungen **/

/** Dialog-Box **/
.ui-widget-overlay {
    display: none;
}

.ui-dialog {
    z-index: 1000 !important;
}

.ui-corner-all {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ui-dialog-title {
    font-size: 1.2em;
}

.ui-widget-header {
    background-color: #059CCC;
    color: #fff;
    padding: 5px;
    margin: 5px;
}

.ui-dialog-content {
    padding: 5px;
}

.ui-dialog-buttonpane {
    padding: 5px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.paincourse-sliders .question-valid-container .ls-questionhelp {
    display: none;
}

.paincourse-sliders li {
    clear: initial;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}


.paincourse-sliders li .ls-slider-item-row {
    flex-direction: column;
}

.paincourse-sliders li label {
    width: 100%;
    text-align: left !important;
    margin-bottom: 2em;
}

.paincourse-sliders .slider-track-high {
    background-color: red !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0px solid !important;
    border-color: inherit;
}
