/*...reset............................................................................*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
/*li{list-style:none;}*/
caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

hr {
    color: #333;
    background-color: #333;
    height: 1px;
    border: none;
}

/*...font reset.......................................................................*/
select, input, button, textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*...tags styles............................................................................*/

input, select, textarea {
    font-size: 8pt;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

a {
    color: #009D80;    
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

    a:hover {
        color: #6E2585;
        text-decoration: underline;
    }

    a img {
        border: 0;
    }

object {
    outline: none;
}

td {
    padding: 1px 1px;
}

input {
    margin: 1px 0px;
    padding: 2px 2px;
    vertical-align: sub;
}

ul {
    margin: 10px 0px;
    padding: 0px 20px;
}
/*li{list-style:;}*/

table th {
    font-weight: bold;
    text-align: left;
}



/*...banal classes............................................................................*/
.Clear {
    clear: both;
}

.Float {
    float: left;
}

.Bold {
    font-weight: bold;
}

.AlignLeft {
    text-align: left;
}

.AlignRight {
    text-align: right;
}


.MainContainer {
    background-color: White;
    height: 100%;
    width: 875px;
    margin: 0 auto;
}

/*...header....................................................................................*/
.Header {
    height: auto;
}

    .Header .HeaderContent {
        height: 99px;
    }

        .Header .HeaderContent .ImgCont {
            float: left;
            padding-left: 20px;
            padding-top: 20px;
            margin-bottom: 1px;
        }

    .Header .HeaderBar {
        background-image: url('../images/headerbar.png');
        background-repeat: repeat-x;
        height: 18px;
        border-top: solid 1px grey;
        position: relative;
        top: -3px;
    }

.MaximLink {
    margin: 0;
    border: 0;
    padding: 0;
}

.DesignSection {
    padding-bottom: 15px;
}

.ContentSection {
    width: 100%;
}

/*...common ui elements........................................................................*/
.PartLabelWrapper {
    font-size: 1.25em;
}

.DesignLabel {
    color: #7386A5;
    font-size: 13px;
}

.TopText {
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.MainButton {
    font-weight: bold;
}

.ButtonPointer {
    cursor: pointer;
    padding: 0px 6px;
}

.TitleBar, .Table_Header, .xc_header {
    border: 0;
    padding: 4px 12px;
    width: auto;
    background-color: #7E8083;
    color: White;
    text-align: left;
    font-weight: bold;
    font-size: 110%;
}


/*...tables.................................................................................*/
table {
    border-collapse: collapse;
}

    table th, table td {
        text-align: left;
        padding: 3px 6px;
        color: #212836;
    }

.Row td {
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #D5D5D7;
}

.AltRow td {
    background-color: #EEEFF0;
    border-top: 1px solid #EEEFF0;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #D5D5D7;
}

/*      Jeff Additions      */

.video-container h3 {
    font-size: large;
    text-decoration: solid;
    margin-bottom: 1vh;
}

/*      KGD                 */

/*      Container           */

.KGD .table-container {
    border: 1px solid rgb(206, 206, 206);
    width: 100%;
    margin-top: 12px;
}

.KGD .jsl-table {
    width: 100%;
    border: 1px solid rgb(206,206,206);
    border-bottom: 0px;
    border-left: 0px;
}

/*      Header      */

.KGD .jsl-table-head .jsl-table-row {
    border-bottom: 1px rgb(206,206,206);
    background-color: #EEEFF0;
    font-weight: bold;
}

    .KGD .jsl-table-head .jsl-table-row .jsl-table-cell-title {
        color: #59595C;
    }

.KGD .jsl-table-head .jsl-table-cell {
    border: 0px;
}

/*      Cells       */

.KGD .jsl-table-cell {
    border-right: 1px solid rgb(206, 206, 206);
    border-bottom: 1px solid rgb(206, 206, 206);
}

    .KGD .jsl-table-cell.jsl-table-col-z {
        border-right: 0px;
        border-bottom: 0px;
    }

    .KGD .jsl-table-cell .description-text {
        color: #333;
        font-weight: initial;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .KGD .jsl-table-cell.jsl-is-hovered .description-text {
        overflow: visible;
    }

#mouseover {
    background-color: white;
    color: black;
    width: 28%;
    border-radius: 1px 1px;
    border: solid 1px #CECECE;
    display: none;
}

    #mouseover:hover {
    }

/*      Rows        */

.KGD .jsl-table-row {
    border: 0px;
}

/*      Special     */
.KGD a.jsl-table-row .jsl-table-cell-inner:first-of-type {
    color: #009D80;
    font-weight: bold;
}

.KGD a.jsl-table-row.jsl-is-hovered .jsl-table-cell-inner:first-of-type {
    color: #6E2585;
}

.KGD .jsl-icon {
    color: #00b2a9;
}

.KGD .table-container-title {
    margin-top: 1%;
    margin-bottom: 1%;
}

.KGD .accordion-icon {
    margin-right: 1%;
    margin-left: 1%;
}

.KGD a.jsl-is-hovered:hover {
    text-decoration: none;
}

/* PartCases cell styles */


.KGD .table-container#PartCases-table .jsl-table .jsl-table-cell {
    min-width: 100px;
    width: 120px;
    text-align: center;
}

.KGD .table-container#PartCases-table .jsl-table .jsl-table-head .jsl-table-cell {
    text-align: center;
}

.KGD .table-container#PartCases-table .jsl-table .jsl-table-col-3 {
    width: 140px;
    min-width: 140px;
    text-align: left;
}

/* UserRoles cell styles */


.KGD .table-container#UserRoles-table .jsl-table .jsl-table-cell {
    min-width: 133px;
    width: 133px;
    text-align: center;
}

.KGD .table-container#UserRoles-table .jsl-table .jsl-table-head .jsl-table-cell {
    text-align: center;
}

.KGD .table-container#UserRoles-table .jsl-table .jsl-table-col-2 {
    width: 195px;
    min-width: 195px;
    text-align: left;
}
.KGD .table-container#UserRoles-table .jsl-table .jsl-table-col-3 {
    width: 100px;
    min-width: 100px;
}

.KGD .table-container#UserRoles-table .jsl-table .jsl-table-col-7 {
    width: 113px;
    min-width: 113px;
}


/* DC-DC cell styles */


.KGD .table-container#dc-dc-table .jsl-table .jsl-table-cell {
    min-width: 88px;
    width: 105px;
    text-align: center;
}

.KGD .table-container#dc-dc-table .jsl-table .jsl-table-head .jsl-table-cell {
    text-align: center;
}

.KGD .table-container#dc-dc-table .jsl-table .jsl-table-col-3 {
    width: 300px;
    min-width: 300px;
    text-align: left;
}

.KGD .table-container#dc-dc-table .jsl-table .jsl-table-col-4 {
    width: 160px;
    min-width: 160px;
    text-align: left;
    display: none;
}

.KGD .table-container#dc-dc-table .jsl-table .jsl-table-col-5 {
    width: 190px;
}

/* FPGA Cell Styles */

.KGD .table-container#fpga-table .jsl-table-cell {
    text-align: center;
    min-width: 50px;
    width: 100px;
}

.KGD .table-container#fpga-table .jsl-table .jsl-table-col-1 {
    width: 300px;
    min-width: 300px;
    text-align: left;
}

.KGD .table-container#fpga-table .jsl-table .jsl-table-col-2 {
    width: 230px;
    min-width: 230px;
    text-align: center;
}

.jsl-table-col-n,
.jsl-align-right {
    display: none;
}

.jsl-dialog .jsl-dialog-actions button.jsl-btn {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f3f3f3', endColorstr='#e6e6e6');
    /*For IE7-8-9*/
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    border-color: #6b706f;
    color: #6b706f;
    text-shadow: none;
    padding: 0 15px;
    border-width: 1px;
    border-radius: 4px;
    font-size: 13px;
    height: auto;
}

    .jsl-dialog .jsl-dialog-actions button.jsl-btn:hover {
        background-color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#dddddd');
        /*For IE7-8-9*/
        background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
        background-image: linear-gradient(top, #eeeeee, #dddddd);
        color: #6b706f;
    }

.jsl-dialog-actions button.jsl-btn:first-child {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0067B9', endColorstr='#0067B9');
    /*For IE7-8-9*/
    background-image: -webkit-linear-gradient(top, #0067B9, #0067B9);
    background-image: -moz-linear-gradient(top, #0067B9, #0067B9);
    background-image: -ms-linear-gradient(top, #0067B9, #0067B9);
    background-image: linear-gradient(top, #0067B9, #0067B9);
    border-color: #6b706f;
    color:#FFF;
}

    .jsl-dialog-actions button.jsl-btn:first-child:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b9e9e6', endColorstr='#80d6d1');
        /*For IE7-8-9*/
        background-image: -webkit-linear-gradient(top, #004984, #004984);
        background-image: -moz-linear-gradient(top, #004984, #004984);
        background-image: -ms-linear-gradient(top, #004984, #004984);
        background-image: linear-gradient(top, #004984, #004984);
        border-color: #6b706f;
        color:#FFF;
    }

.jsl-dialog-actions button.jsl-btn:nth-child(2) {
    color: #2B81C5 !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    border-color: #2B81C5 !important;
}

    .jsl-dialog-actions button.jsl-btn:nth-child(2):hover {
        color: #034B85 !important;
        background-color: #FFFFFF !important;
        background-image: none !important;
        border-color: #034B85 !important;
    }


div#tdm_viewerctrl .dataTables_wrapper a.btn {
    background-image: linear-gradient(#0067B9, #0067B9);
    color: #FFF;
    border: none;
}

    div#tdm_viewerctrl .dataTables_wrapper a.btn:hover {
        background-image: linear-gradient(#004984, #004984);
        color: #FFF;
    }

.KGD .table-container-title {
    cursor: pointer;
    color: #00b2a9;
    font-weight: bold;
}

@keyframes rotate {
    from {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes unrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-90deg);
    }
}

.rotate {
    animation: rotate 0.5s;
    transform: rotate(0deg);
}

.unrotate {
    animation: unrotate 0.5s;
    transform: rotate(-90deg);
}

.table-container .info, .table-container .paging, .table-container .current-rows {
    height: 2.334em;
    line-height: 2.333em;
}

/*  IE9 */
.table-container .info {
    float: left;
    margin: 0 3px;
}

.table-container .paging {
    float: right;
}

.link-text {
    color: #00b2a9;
}

.table-container .info .link-text {
    margin-left: 1em;
    margin-right: 1em;
    cursor: pointer;
}

.table-container .jsl-table-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 26em;
}

.paging {
    cursor: pointer;
}

span.paging.link-text.disabled {
    cursor: auto;
    color: inherit;
}

    span.paging.link-text.disabled #page-numbers .current-page {
        border: none;
    }

div#tdm_viewerctrl div.dt div#tdm_viewerctrl_designs_dt_paginate.dataTables_paginate a.paginate_button.paginate_button_disabled,
div#tdm_viewerctrl div.dt div#tdm_viewerctrl_designs_dt_paginate.datatables_paginate a.paginate_button.paginate_button_disabled:hover,
div#tdm_viewerctrl div.dt div#tdm_viewerctrl_contacts_dt_paginate.dataTables_paginate a.paginate_button.paginate_button_disabled,
div#tdm_viewerctrl div.dt div#tdm_viewerctrl_contacts_dt_paginate.dataTables_paginate a.paginate_button.paginate_button_disabled:hover,
div#tdm_viewerctrl div.dt div#tdm_viewerctrl_contacts_pending_dt_paginate.dataTables_paginate a.paginate_button.paginate_button_disabled,
div#tdm_viewerctrl div.dt div#tdm_viewerctrl_contacts_pending_dt_paginate.dataTables_paginate a.paginate_button.paginate_button_disabled:hover {
    cursor: auto;
    color: inherit;
    text-decoration: none;
    border: none;
}

.table-container .control-container {
    display: flex;
    justify-content: space-between;
    /*  IE9  */
    text-align: center;
}

.table-container .paging > span {
    margin: 0 3px;
}

.table-container #page-numbers span {
    padding: 1px 4px;
}

.table-container #page-numbers .current-page {
    font-weight: bold;
    border: 1px solid #00b2a9;
}

div.converterNotice {
    padding: 1em;
}

.purple {
    color: #6E2585;
    font-size: 1.3em;
    display: none;
}

.notice {
    color: #6E2585;
    font-weight: bold;
    font-size: 14px;
}

#btnReturnTool {
    margin-bottom: 1em;
}

/*...help..........................................................................*/
div.THLP div.THLP-mask {
    z-index: 51000;
}

div.THLP div.THLP-help-frame {
    border: 1px solid #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 52000;
}

.THLP .THLP-help-content-wrapper {
    margin-top: 32px;
    height: 320px;
    overflow-y: auto;
    min-height: 240px;
}

.THLP h1,
.THLP h2,
.THLP p {
}

@font-face {
    font-family: "Maxim-Icons";
    src: url("../fonts/Maxim-Icons.eot?iefix") format("eot"), url("../fonts/Maxim-Icons.woff") format("woff"), url("../fonts/Maxim-Icons.ttf") format("truetype");
}

.THS .icon,
.THLP.icon,
.THLP .icon {
    font-family: "Maxim-Icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.THLP-help-open-btn {
    position: absolute;
    right: 57px;
    top: -48px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 202;
    color: #666;
}

    .THLP-help-open-btn:before {
        content: "\E021";
    }

.THLP-help-close-btn {
    position: absolute;
    cursor: pointer;
    color: #666;
}

.THLP-help-close-btn {
    right: 6px;
    top: 10px;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

    .THLP-help-close-btn:before {
        content: "\E01B";
    }

    .THLP-help-close-btn:hover {
        color: #888;
    }


.btnsecondary {
    color: #2B81C5 !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    border-color: #2B81C5 !important;
}

    .btnsecondary:hover {
        color: #034B85 !important;
        background-color: #FFFFFF !important;
        background-image: none !important;
        border-color: #034B85 !important;
    }


.THLP h1 {
    font-size: 1.5em;
    font-weight: normal;
    color: #555555;
}

.THLP h2 {
    font-size: 1.0em;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    color: #00b3a8;
    margin-top: 12px;
    font-size: 16px;
}

    .THLP h1 a,
    .THLP h2 a {
        color: inherit;
        text-decoration: none;
        font-family: "Open Sans", "Segoe", "Segoe UI", sans-serif;
    }

        .THLP h1 a:hover,
        .THLP h2 a:hover {
            cursor: inherit;
            text-decoration: none;
        }

.THLP p {
    font-size: 12.8px;
    margin-bottom: 1em;
}

.THLP ul {
    margin-left: 1em;
}

i.icon.question-circle::before {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f3f3f3', endColorstr='#e6e6e6');
    /*For IE7-8-9*/
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.1));
    border: 1px solid #cecece;
    border-radius: 4px;
    color: #6b706f;
    content: "Help";
    font-family: "arial",sans-serif;
    font-size: 13px;
    height: auto;
    padding: 6px 17px;
    text-shadow: none;
}

i.icon.question-circle:hover::before {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#dddddd');
    /*For IE7-8-9*/
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(top, #eeeeee, #dddddd);
    color: #6b706f;
}

.tdm_buttonctrl_contacts_help {
    position: absolute;
    right: -2px;
    top: 65px;
}

#openFeedback {
    display: none;
}

.link-placeholder {
    display: none;
}

#tdm_viewerctrl_designs_dialog .link-placeholder {
    display: unset;
}


.jsl-dialog-open .Mask,
.jsl-dialog-open .ProgressWrapper {
    display: none !important;
}
