﻿
#dialog-extension-details {
    display:none;
}

#dialog-extension-details h5 {
    margin: 5px 0 5px 3px;
    font-size:11px;
}

#dialog-extension-details br {
    clear:both;
}

#ded-details-left {
    float: left;
    width: 59%;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: auto 1fr;
    grid-template: 1fr/auto 1fr;
}

#ded-details-c1, #ded-details-c2 {
    width: 49%;
    float: left;
    display: grid;
    grid-template: 1fr/auto 1fr;

    display: -ms-grid;
    -ms-grid-columns: auto 1fr;

    padding: .2rem 0 .2rem 0;
}

    #ded-details-left > label:nth-of-type(1), #ded-details-c1 > label:nth-of-type(1), #ded-details-c2 > label:nth-of-type(1) {
        -ms-grid-row: 1;
    }

    #ded-details-left > span:nth-of-type(1), #ded-details-c1 > span:nth-of-type(1), #ded-details-c2 > span:nth-of-type(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

#ded-details-left > label:nth-of-type(2), #ded-details-c1 > label:nth-of-type(2), #ded-details-c2 > label:nth-of-type(2) {
        -ms-grid-row: 2;
    }

    #ded-details-left > span:nth-of-type(2), #ded-details-c1 > span:nth-of-type(2), #ded-details-c2 > span:nth-of-type(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

#ded-details-left > label:nth-of-type(3), #ded-details-c1 > label:nth-of-type(3), #ded-details-c2 > label:nth-of-type(3) {
        -ms-grid-row: 3;
    }
#ded-details-left > span:nth-of-type(3), #ded-details-c1 > span:nth-of-type(3), #ded-details-c2 > span:nth-of-type(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

#ded-details-left > label:nth-of-type(4){
    -ms-grid-row: 4;
}

#ded-details-left > span:nth-of-type(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}

#ded-details-left > label:nth-of-type(5) {
    -ms-grid-row: 5;
}

#ded-details-left > span:nth-of-type(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
}
#ded-details-left > label:nth-of-type(6) {
    -ms-grid-row: 6;
}

#ded-details-left > span:nth-of-type(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
}
#ded-details-left > label:nth-of-type(7) {
    -ms-grid-row: 7;
}

#ded-details-left > span:nth-of-type(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
} 




#ded-details-c2 {
        margin-left: 7px;
    } #ded-details-left label,#ded-details-c1 label, #ded-details-c2 label {
    display:block;
    float:left;
    width:105px;
    margin:5px 0 0 2px;
} #ded-details-left span,#ded-details-c1 span, #ded-details-c2 span { 
    float:left;
    display:block;
    overflow:hidden;
    margin:5px 0 0 2px;
} #ded-details-img {
    width:39%;
    float:right;
    text-align:center;
    overflow:hidden;
} #ded-details-img img {
    margin-top: 5px;
}

#ded-notes {
    width: 100%;
    display: grid;
    grid-template: 1fr/auto 1fr;
    padding: .2rem 0 .2rem 0;
}

    #ded-notes label {
        display: block;
        float: left;
        width: 120px;
        margin: 7px 0 0 2px;
    }

    #ded-notes span {
        max-height: 46px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 7px 0 0 2px;
    }

    #ded-categories {
        width: 470px;
        height: 16px;
        display: block;
        float: left;
        border-left: solid 1px #B5B6C6;
        border-bottom: solid 1px #B5B6C6;
    } #ded-categories div {
    display:block;
    float:left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    height:15px;
    border-right:solid 1px #B5B6C6;
    border-top:solid 1px #B5B6C6;
}
    /******  Extension Properties Dialog ********/
    #dialog-extension-properties {
    display:none;
} #dialog-extension-properties .content{ height:415px;} #dialog-extension-properties legend { 
	font-weight:bold; 
	padding:0.3em 0.5em;
	clear:both;
	color: #000;	 
} .extension-control-button {
    display: block;
    margin: 5px 5px 0;
    width: 75px;
} #dialog-extension-properties input[type=checkbox] {
    margin: 3px 10px;
}