/* mri */

.drawtitlebdock {
    background: #5697e3;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    border-radius: 15px 15px 15px 15px;
}

.titlebdockl {
    width: 50%;
    float: left;
    text-align: left;
}

.titlebdockl>span {
    margin-left: 10px;
    font-size: 0.9em;
}


.titlebdockl>img#bdimgopen {
    margin: -8px 0px 0px 25px;
    width: 85%;
}

.titlebdockl>img {
    margin: -8px 0px 0px 10px;
    width: 92%;
}

.titlebdockr {
    width: 45%;
    margin-left: 3%;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    text-align: left;
}

.titlebdockr>ul {
    list-style-type: disclosure-closed;
    line-height: 1.4em;

}

.titlebdocku {
    width: 100%;
    clear: both;
    background-color: crimson;
    border-radius: 0px 0px 10px 10px;
}

.titlebdock2l {
    width: 50%;
    float: left;
    text-align: left;
}

.titlebdock2l>span {
    margin-left: 10px;
    font-size: 0.9em;
}

.titlebdock2l>img {
    margin: 8px 0px 0px 10px;
    width: 92%;
}

.titlebdock2r {
    width: 45%;
    margin-left: 3%;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
    text-align: left;
    font-size: 0.9em;
}

.titlebdock2r>ul {
    list-style-type: disclosure-closed;
    line-height: 1.4em;

}

.titlebdock2u {
    width: 100%;
    clear: both;
    background-color: dimgrey;
    border-radius: 0px 0px 10px 10px;
}

.drawtitlebdock>p {
    font-size: 0.8em;
    margin-top: -1em;
}

.drawtitlebdockclose {
    background: #5697e3;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    border-radius: 15px 15px 0px 0px;
}

.docktable {
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    border: 3px solid #595959;
}

.docktable td,
.docktable th {
    border: 1px solid #595959;
    border-collapse: collapse;
    padding: 3px;
    width: 30px;
    height: 25px;
}

.tdr {
    border-right-width: 2px !important;
}

.tdrdot {
    border-right-width: 2px !important;
    border-right-style: dotted !important;
    border-right-color: #c2b387 !important;
    /* border-right-style: hidden !important; */
}

.tdrdot+td {
    border-left-style: dotted !important;
    border-left-color: #ffffff !important;
    /* border-left-style: hidden !important; */
}

.tdn {
    background: lightgray;
}

.td1 {
    background: lightgoldenrodyellow;
}

.td2 {
    background: paleturquoise;
}

.td3 {
    background: lightpink;
}

.td4 {
    background: powderblue;
}

.td5 {
    background: lavender;
}

.td6 {
    background: peachpuff;
}

.mridraw {}

.mridraw ul {
    list-style-type: disclosure-closed;
    line-height: 1.4em;
    margin-left: 20px;
}

.mridiv1 {
    margin-left: 10px;
    margin-right: 10px;
}

.mridiv2 {
    width: 90%;
    margin: auto;
}

.mrispan1 {
    background: deeppink;
    color: white;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.mrispan2 {
    /* background: deeppink; */
    color: red;
    font-weight: bold;
    /* padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px; */
}

.mrispan3 {
    font-size: 1.1em;
    /* margin: auto; */
    margin-left: 20px;
    width: 90%;
    font-weight: bold;
}

.drawtitlebdock3 {
    background: deeppink;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    border-radius: 15px 15px 15px 15px;
}

.drawtitlebdock3close {
    background: deeppink;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    border-radius: 15px 15px 0px 0px;
}

.attdraw3 {
    /*width:100%;*/
    max-height: 0;
    padding: 0 20px;
    transition: max-height 0.3s, padding 0.3s;
    overflow: hidden;

}

#attchk3:checked~.attdraw3 {
    max-height: 1020vh;
    padding: 20px;
    border-color: deeppink;
    /* border-width: 0 2px 2px 2px; */
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-radius: 0 0 15px 15px;
}

#attchk3:checked~.open {
    display: none !important;
}

#attchk3:checked~.close {
    display: block;
}

#attchk3 {
    display: none;
}

#attchk3~.close {
    display: none;
}

#attchk3~.open {
    width: 65%;
    display: block;
    margin: auto;
}

.open,.close {
    cursor: pointer;
}

.docktable2 {
    width: 100%;
    font-size: 0.9em;
    border-style: hidden;
    /* text-align: center; */
    /* border: 2px solid #595959; */
}

.docktable2 td,
.docktable2 th {
    border: 1px solid #595959;
    border-collapse: collapse;
    padding: 6px;
    width: 30px;
    height: 25px;
}

.docktable3 {
    /* width: 100%; */
    font-size: 1.1em;
    /* border-style: solid; */
    /* text-align: center; */
    border: 2px solid #595959;
}

.docktable3 thead {
    background: paleturquoise;
}

.docktable3 td,
.docktable3 th {
    border: 1px solid #595959;
    border-collapse: collapse;
    padding: 5px 10px;
    /* width: 30px;
    height: 25px; */
}

.docktable3 th>span,
.docktable3 td>span {
    /* display: inline-block; */
    display: inline-block;
    /* white-space: nowrap; */

}

.docktable3 th>span:last-child {
    display: block;
    text-align: right;
    color: crimson;
    font-weight: bold;
    padding-right: 25px;
}


.txtred {
    color: red;
    font-weight: bold;
}

.dockdrawnotice {
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: none;
    /* border-radius: 5px;
	background: lightgoldenrodyellow; */
    border-radius: 15px;
    background: linen;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inlineblk * {
    display: inline-block;
}

.dsdw1 {
    /* text-shadow: 1px 1px 0px #434344, -1px 1px 0px #656568, 1px -1px 0px #dadadd, -1px -1px 0px #bbb; */
    text-shadow: 1px 1px 0px #434344, -1px 1px 0px #656568;
}

.mribtn1{
    margin:auto;
    width:80%;
}

.tel {
	width: 570px  !important;
	margin: 10px auto 0;
	padding: 8px 10px;
	background: #00bb86 !important;
}

@media screen and (max-width: 737px) {
    .titlebdockl {
        width: 100%;
        /* float: left; */
        clear: both;
        text-align: left;
    }

    .titlebdockr {
        width: 90%;
        /* width: 47%; */
        clear: both;
        margin-left: 10%;
        /* float: left; */
        text-align: left;
    }

    .titlebdock2l {
        width: 100%;
        /* float: left; */
        clear: both;
        text-align: left;
    }

    .titlebdock2r {
        width: 90%;
        margin-left: 10%;
        margin-top: 6px;
        margin-bottom: 10px;
        /* float: left; */
        clear: both;
        text-align: left;
    }


     .tel {
        width: auto !important;
        margin-top: 10px;
        padding: 8px 10px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        min-width: 240px;
    }

      .tel span b {
        display: block;
        font-size: 15px !important;
    }

      .tel strong {
        position: relative;
        display: block;
        padding-right: 12px;
        float: none;
        font-size: 20px !important;
        text-align: center;
    }

    .mribtn1{
        margin:auto;
        width:70%;
    }
    
}

