.page-title {
    margin: 0px 0px 15px 0px;
    padding-bottom: 5px;
    border-bottom: solid 1px #C1C1C1;
    color: #000;
    font-size: 18px;
}

.obg {
    color: #da4242;
    font-weight: 600;
}

.cursor {
    cursor: pointer;
}



.font-18px { font-size: 18px; }

.border {
    border: solid 1px;
}

.comments-title {
    font-size: 28px;
    padding-bottom: 13px;
}

.comments-body {
    padding-left: 38px;
    line-height: 20px;
}


.historico-item {
        border: dashed 1px #C1C1C1;
    padding: 9px;
    margin-bottom: 8px;
}

.segui-item {
    margin: 5px;
}


.block-tela {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1050;
}

.block-tela img {
    position: relative;
    top: -110px;
    margin-top: 20%;
    }



.solicitacoes a {
    color: #777777;
}
.solicitacoes-item {
    border: solid 1px #efefef;
    margin-bottom: 10px;
}

.solicitacao-id {
padding: 4px;
    margin: 6px;
    /* width: 77px; */
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 15px;
}

.solicitacao-data {
    position: inherit;
    margin-top: -47px;
    font-size: 12px;
    text-align: center;
}

.solicitacao-infos {
        font-size: 11px;
}

.box-ms-header {
    background: #7b6594;
    margin-bottom: 10px;
    border-bottom: solid 1px #C1c1C1;
    padding: 9px;
    /* font-size: 18px; */
    height: 54px
}

.box-ms-body {
        padding: 10px 20px 0px 20px;
}

.change-link {
    color: #457dbb;
    border-bottom:  dashed 1px
}

.list-items  {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}
.list-items li{
    list-style: none;
}
.tit-categ {
    border-bottom: solid 1px;
    font-weight: bold;
    color: #a9a9a9;
    font-size: 16px;
}
.chk_item {
    padding: 0 0 2px 10px;
    color: #636363;
 
}
.list-ok {
    color: #c1c1c1 !important;
    text-decoration: line-through;
}

.photo {
    float: left;
    overflow: hidden;
    width: 120px;
    padding: 5px;
    border: solid 1px #C1C1C1;
    margin: -16px;
    background: #f3f3f3;
    box-shadow: 0px 0px 12px 0px #949494;
}

.photo img {
    width: 100%;
}

.after-photo {
    margin-left: 50px;
    border: solid 1px #C1C1C1;
    padding-left: 68px;
    min-height: 110px;
    padding-top: 4px;
}


.minha-td {
    background: #C1C1C1;
}
.agenda-item {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 3px;
}

.agenda-feriado {
    background: #6ac4e6;
}

.agenda-plantao7 {
    background: #4de23b;
}

.agenda-plantao {
    background: #737373;
    color: #fff;
}

.agenda-gerador {
    background: #f75d5d;
    color: #fff
}

.td-domingo {
        background: #ffdcdc;
}