
.clientinfo {
    border-radius: 10px;
}

.clientinfo tr th{
    padding-left: 10px;
}

br {
    display: none;
}

.data1 {
    text-align: center; width: 50px; margin-left: 305px
}

.data2-3 {
    text-align: center; width: 50px; margin-left: 35px
}

.buttonTab {
    font-size: 15px; font-weight: 600;
}

.buttonDisplay {
    display: none;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid black;
}

#idconclusion:hover {
    color: orange;
}

.weekDay {
    margin-bottom: 20px;
}

.pillTable tr {
    height: 40px;
}

.pillTable tr td:first-child {
    width: 100px;
}

.choose {
    width: 20px; height: 20px;
}

.pillTd {
    line-height: 1.1;
    padding: 5px;

}

.pillTdpar {
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 8px;
    border-bottom: 1px dashed blue;
}
.pillNote {
    color: #ec9811;
    line-height: 1;
}

.pillTr {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background-color: rgb(38, 89, 50, 0.1);
}

.etapHeader {
    margin-top: 10px;
    font-weight: 600;
}

#pillTableWeek {
    margin-bottom: 50px;
}


.pillTable {
    border-left: 0.01em solid #000;
    border-right: 0;
    border-top: 0.01em solid #000;
    border-bottom: 0;
    border-collapse: collapse;
    margin-left: -5px;
    margin-right: 0px;
}
.pillTable td {
    border-left: 0;
    border-right: 0.007em solid #000;
    border-top: 0;
    border-bottom: 0.007em solid #000;
    font-size: 8px;
    text-align: center;
    word-break: break-all;
    line-height: 0.5;
}
.pillTable th {
    border-left: 0;
    border-right: 0.007em solid #000;
    border-top: 0;
    border-bottom: 0.007em solid #000;
    width: 90px;
    text-align: center;
    font-size: 9px;
    background-color: #d6d5d2;
}
.textAreaCustom {
    width: 70%;
    white-space: pre-wrap;
}

.oligoskanNote {

    white-space: pre-wrap;
}

.oligasTable thead th:first-child{
    width: 70%;
}

.oligasTable thead tr{
    height: 20px;
}

.pillLabel {
    margin-bottom: 0px;
    font-weight: 600
}

.trash {
    background:#ff6873;
    width: 13px;
    height: 16px;
    display: inline-block;
    margin: 8px auto;

    position: relative;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

/*section.tours.with_head{*/
/*    background: url("../images/banner/10_RAMADAN.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*}*/
.trash span {
    position: absolute;
    height: 3px;
    background: #ff6873;
    top: -4px;
    left: -2px;
    right: -2px;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transform: rotate(0deg);
    transition: transform 250ms;
    transform-origin: 10% 100%;
}
.trash span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background: #ff6873;
    top: -3px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(0deg);
    transition: transform 250ms;
    transform-origin: 19% 100%;
    left: 5px;
}


.trash i {
    position:relative;
    width: 1px;
    height:10px;
    background:#fff;
    display:block;
    margin:4px auto;
    border-radius: 1px;
}
.trash i:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: -3px;
    border-radius: 1px;
}
.trash i:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: -3px;
    border-radius: 1px;
}

.trash:hover span {
    transform: rotate(-45deg);
    transition: transform 250ms;
}

.instrumental {
    padding: 10px; font-size: 15px; white-space: pre-wrap
}

.pdf-btn {
    margin-left: 10px;
}

.etaps {
    /*border: 1px solid #000000;*/
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #afaeae;
    padding: 5px 15px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 600;
}

.etaps-back {
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px #8f8f8f;
    background-color: #5f9b79;
    padding: 5px 15px;
    margin-right: 10px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
}

.etaps:hover {
    background-color: #bbbbbb;
}

.pill-list li {
    font-size: 17px;
}
.process-list {
    margin-left: 0 !important;
}

.process-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.process-list li a{
    cursor: pointer;
}
.process-list li:hover{
    color: #E5D6AA;
}

[contenteditable]:empty:before {
    content: attr(data-placeholder);
    color: grey;
    display: inline-block;
}

#flash-message {
    display: none;
    padding: 10px 30px;
    background-color: #4CAF50;
    border-radius: 5px;
    color: #fff;
    position: fixed;
    top: 5;
    left: 90%;
    transform: translateX(-40%);
    z-index: 100111;
}

#flash-error {
    display: none;
    padding: 10px 30px;
    background-color: #f60808;
    border-radius: 5px;
    color: #fff;
    position: fixed;
    top: 5;
    left: 90%;
    transform: translateX(-40%);
    z-index: 100111;
}


