﻿.format-table
{
    background-color:#f5f5f5;
    cursor:default;
    width:180px;   
}

.format-table td, .format-table th
{    
    line-height:12px;
    text-align:center;
    padding: 7px 10px 12px 10px;
    font-size: 13px;
}

.format-table-rolename {
    color: transparent;
    position: relative;
}

.format-table-rolename::after {
    content: 'Download';
    position: absolute;
    right: 0;
    left: 0;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: lighter;
    bottom: 6px;
}

.format-table-format.border-left {
    border: none;
}

.format-table-format {
    font-weight: bold;
}

.format-table-language
{
    background-image: url(../../Images/Layout/form-table-header.gif); background-repeat: repeat-x; 
    border: solid 1px #ADADAD;
    font-weight:bold; 
    white-space:nowrap;
    padding-left:6px;
    padding-right:6px;
}

.format-table a {
    color: #000;
    font-style: initial !important;
}

.div-thumbnail-view a img{ margin-bottom:5px; margin-right:5px;filter: brightness(135%);}

.div-thumbnail-view-hover a img, .div-thumbnail-view:hover a img{margin-bottom:5px; margin-right:5px;}

.div-thumbnail-view-selected
{
    background-color: #eeeeee;
    border: solid 1px #ADADAD;
    cursor: pointer; 
}

.div-thumbnail-view-text
{
    width:500px;
}

.div-thumbnail-view-video
{
    width:98%;
}

.update-progress-bar-div
{
    text-align:center;
    background-color:AliceBlue;
    border:solid 2px #ADADAD;
    color:#2574DB;
    width:710px;
    height:70px; 
    margin-top:90px; 
    z-index: 99;
    position:absolute; 
    font-size:16px;
    font-weight:bold;
    text-align: center;
}

    
.document {
    padding: 10px 0;           
}

.document select {margin-bottom:5px;}

.folder {
    align-items: initial;
}

.div-thumbnail-view {
    margin: 10px 0;
}

.doc-folder table {
    width: 100%;
}

.doc-folder td {
    padding-left: 10px;
}

.format-table-resolution {
    font-weight: 200;
}

/*New layout for Software Download section*/
.ddl {
    background-color: white !important;
    border: 1px solid #888888;
    padding: 5px;
    margin: 10px 0 0 0;
    height: 31px;
}

.ddlContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
}

.mainContainer, .productListContainer, .versionListContainer, .lblProductInstallerContainer{
    display: flex;
    flex-direction: column;
}

.downloadLinkContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 25px 0 0 20px;
}

.productListContainer {
    width: 50%;
}

.versionListContainer {
    width: 25%;
}

.sectionLabel {
    display: block;
    color: black;
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    margin: 50px 0;
}

.ddlLabel {
    font-size: 16px;
    font-weight: bold;
}

.ddlLabelInfo {
    font-size : 14px;
}



.downloadLink {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 20px;
}

.downloadLink a {
    border-radius: 5px;
    padding: 10px;
    border-right: 1px solid white;
    color: white;
    background-color: #FFA100;
    font-weight: 100;
    text-align: center;
    height: 20px;
}