/* General */
body {
    color: #212836;
    font-family: sans-serif;
    font-size: 13px;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

div.MainSection {
    position: relative;
}

div.page-wrapper {
    width: 1024px;
    margin: 0 auto;
}

img {
    border: 0;
}

a, div#landing_main_title {
    color: #00B2A9;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, .tabbar__item a:hover, .launch-card:hover .launch-card__title, .hovered {
        color: #6E2585;
        text-decoration: underline;
    }

.landing-left {
    width: 21%;
}

.landing-right {
    width: 79%;
}

.chunk {
    float: left;
}

.hidden {
    display: none;
}

/* Icons */
/*.icon { background: url(/pub/images/icons.png?1) no-repeat scroll 0 0 transparent; }*/
.icon-go {
    background-position: 0 -124px;
    height: 16px;
    width: 8px;
}

/* Buttons */
.btn {
    border: 1px solid #6C6F70;
    color: #6C6F70;
    cursor: pointer;
    margin: 0;
    line-height: 2;
    border-radius: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    padding: 0 1em;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(#f3f3f3, #e6e6e6);
    background-image: -moz-linear-gradient(#f3f3f3, #e6e6e6);
    background-image: linear-gradient(#f3f3f3, #e6e6e6);
}

    .btn:hover {
        -webkit-box-shadow: 0 1px 1px 0 #dddddd;
        -moz-box-shadow: 0 1px 1px 0 #dddddd;
        box-shadow: 0 1px 1px 0 #dddddd;
    }

.btnteal {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0067B9', endColorstr='##0067B9');
    background-image: linear-gradient(#0067B9, #0067B9) !important;
    color : #FFF;
}

    .btnteal:hover {
        background-image: linear-gradient(#004984, #004984) !important;
        color: #FFF;
        text-decoration: none;
    }

.btngray {
    cursor: default;
    color: #AAAAAA;
    border-color: #AAAAAA;
}

    .btngray:hover {
        box-shadow: none !important;
    }

div#tdm_viewerctrl a.btn {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0067B9', endColorstr='#0067B9');
}

/* Header and footer */
div#header_maxim_logo {
    float: left;
    padding-top: 15px;
}

div#header_tool_name {
    float: right;
    padding-right: 18px;
    height: 110px;
    text-align: right;
    width: 200px;
}

    div#header_tool_name div#header_tool_name_main {
        color: #222835;
        font-size: 2.6em;
        padding-top: 12px;
    }

    div#header_tool_name div#header_tool_name_sub {
        color: #6C6F70;
        font-size: 1.5em;
        position: relative;
        top: -3px;
        color: #6E2580;
    }

div.footer-wrapper {
    padding: 15px 5px 0;
    font-size: 12px;
}

.dialogVersionHistory .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #AAAAAA;
}

.dialogVersionHistory .ui-corner-all {
    border-radius: 0px;
}

div#dialogueVersionHistoryList ul {
    margin-top: 0px;
}

div#dialogVersionHistoryContent {
    margin-top: 10px;
}

/* DM button control */
div#tdmButtonWrapper {
    position: absolute;
    top: -30px;
    right: 48px;
    z-index: 501;
}

/* Container and nav */
.main-container {
    border: 1px solid #CECECE;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 15px;
    position: relative;
}

.tabbar {
    left: 0;
    position: absolute;
    top: -28px;
}

.nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .nav li {
        float: left;
        margin-right: 3px;
    }

        .nav li a {
            text-decoration: none;
            display: block;
        }

            .nav li a:hover {
                text-decoration: none;
            }

.tabbar__item a {
    background-color: #F3F3F3;
    background-image: -moz-linear-gradient(center top, #F3F3F3, #E6E6E6);
    background-size: 100% auto;
    border: 1px solid #CECECE;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #6C6F70;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    margin-left: -1px;
    padding-left: 10px;
    padding-right: 10px;
}

.tabbar__item.active a {
    background-color: #FFFFFF;
    background-image: none;
    border-bottom-color: #FFFFFF;
    color: #009D80;
    font-weight: bold;
    cursor: default;
}

.tabbar__item .first {
    border-top-left-radius: 6px;
}

/* Launch cards */
.launch-card {
    border: 1px solid #CECECE;
    cursor: pointer;
    height: 116px;
    padding: 15px 10px;
    position: relative;
    margin-top: 12px;
}

    .launch-card.alpha {
        margin-top: 0;
    }

    .launch-card.active .launch-arrow {
        display: block;
    }

    .launch-card:hover .icon-go {
        background-position: 0 -108px;
    }

.launch-card__title {
    border-bottom: 1px solid #CECECE;
    color: #00B2A9;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .launch-card__title span.icon {
        margin-top: 3px;
    }

.launch-card__info {
    padding-top: 10px;
    font-size: 12px;
}

.launch-arrow {
    background: url(/pub/images/launch-arrow.png) repeat scroll 0 0 transparent;
    display: none;
    height: 148px;
    position: absolute;
    right: -36px;
    top: -1px;
    width: 37px;
}

/* Details */
div.detailsWrapper {
    padding-left: 15px;
    display: none;
}

div.details {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-color: #CECECE #CECECE #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
    padding: 15px 25px;
    min-height: 700px;
    width: 95%;
}

div.appDetails {
    float: left;
    border-right: solid 1px gray;
    min-height: 680px;
    width: 82%;
    padding: 5px;
}

div.detailsContent {
    height: auto !important;
    display: none;
}

div.tree table tbody td a img {
    padding-right: 5px;
}

div.tree table tbody td {
    padding: 3px 0;
}

div.tree div table tbody td {
    padding: 2px 0;
}

    div.tree div table tbody td a.btn {
        font-size: .85em;
    }

    div.tree div table tbody td span.spacer {
        width: 15px;
        display: inline-block;
    }

    div.tree div table tbody td a.pn {
        width: 67px;
        display: inline-block;
    }

    div.tree div table tbody td span.noquick {
        width: 10px;
        display: inline-block;
    }

    div.tree div table tbody td a.quick img {
        padding: 0;
    }

    div.tree div table tbody td span.details-desc {
        background-color: #FFFFFF;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 380px;
    }

        div.tree div table tbody td span.details-desc:hover {
            box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.25);
            overflow: visible;
            padding: 0 0 3px 3px;
            position: absolute;
            white-space: normal;
            word-wrap: normal;
        }

div.video-container {
    margin-right: -12px;
    text-align: center;
    width: 16%;
    float: right;
    overflow-y: auto;
    max-height: 500px;
    overflow-x: hidden;
    margin-bottom: 25px;
}

div.video-thumbnail-container {
    margin-bottom: 15px;
}

div.video-thumbnail {
    margin-bottom: 5px;
}

/* Main landing content */
div#landing_main {
    padding-left: 30px;
}

    div#landing_main div#landing_main_title {
        font-size: 2em;
        padding-bottom: 25px;
        float: left;
    }

    div#landing_main div#landing_main_video {
        text-align: center;
    }

    div#landing_main div#landing_main_text {
        padding: 20px 0;
    }

        div#landing_main div#landing_main_text div#landing_main_text_title {
            font-weight: bold;
            padding: 5px 0;
        }

.accordian {
    border: solid 1px #dcdcdc;
    border-radius: 0;
    margin-bottom: 8px;
}

    .accordian .tree {
        margin: 10px 30px;
    }

.detailsTitle {
    border: solid 1px #dcdcdc;
    margin: 8px;
    overflow: hidden;
    min-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

    .detailsTitle span {
        font-weight: 700;
        margin: 17px 0 17px 10px;
        color: #00b2a9;
    }

.accordian-arrow-up {
    width: 16px;
    height: 8px;
    background-image: url(../images/up-2.png);
    margin: 18px 0 13px 20px;
}

.accordian-arrow-down {
    width: 16px;
    height: 8px;
    background-image: url(../images/down-2.png);
    margin: 18px 0 13px 20px;
}

.NStep .dcdc-header .accordian-arrow-up {
    width: 16px;
    height: 8px;
    background-image: url(../images/up-2.png);
    margin: 22px 0 13px -550px !important;
}

.NStep .dcdc-header .accordian-arrow-down {
    width: 16px;
    height: 8px;
    background-image: url(../images/down-2.png);
    margin: 22px 0 13px -550px !important;
}

@-moz-document url-prefix() {
    .NStep .dcdc-header .accordian-arrow-up {
        width: 16px;
        height: 8px;
        background-image: url(../images/up-2.png);
        margin: 22px 0 13px -537px !important;
    }

    .NStep .dcdc-header .accordian-arrow-down {
        width: 16px;
        height: 8px;
        background-image: url(../images/down-2.png);
        margin: 22px 0 13px -537px !important;
    }
}

/* Dumb IE11 Hack   */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .NStep .dcdc-header .accordian-arrow-up {
        margin: 22px 0 13px -578px !important;
    }

    *::-ms-backdrop, .NStep .dcdc-header .accordian-arrow-down {
        margin: 22px 0 13px -578px !important;
    }
}

.NStep .accordianTitle .Title {
    margin: 17px 0 17px 43px !important;
}

.NStep .accordianTitle.subAccordian .Title {
    margin: 2px 0px 0px 1px !important;
    font-size: 13px;
    font-weight: bold;
}

.flip {
    top: auto !important;
    bottom: -7px;
}

    .flip .arrow {
        top: auto !important;
        bottom: -1px;
    }
