﻿/* Stylesheet for the DDP run process */

@font-face {
  font-family: "Salesforce Sans";
  src: url("/content/fonts/webfonts/SalesforceSans-Light.woff2") format("woff2"), url("/assets/fonts/webfonts/SalesforceSans-Light.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: "Salesforce Sans";
  src: url("/content/fonts/webfonts/SalesforceSans-LightItalic.woff2") format("woff2"), url("/assets/fonts/webfonts/SalesforceSans-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: "Salesforce Sans";
  src: url("/content/fonts/webfonts/SalesforceSans-Regular.woff2") format("woff2"), url("/assets/fonts/webfonts/SalesforceSans-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: "Salesforce Sans";
  src: url("/content/fonts/webfonts/SalesforceSans-Italic.woff2") format("woff2"), url("/assets/fonts/webfonts/SalesforceSans-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "Salesforce Sans";
  src: url("/content/fonts/webfonts/SalesforceSans-Bold.woff2") format("woff2"), url("/assets/fonts/webfonts/SalesforceSans-Bold.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: "Salesforce Sans";
  src: url("/content/fonts/webfonts/SalesforceSans-BoldItalic.woff2") format("woff2"), url("/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700; }

body
{
    font-family: 'Arial','Helvetica',sans-serif;
    font-size: 12px;
    color: #333;
}
form, .looplusError
{
    text-align: center;
}
.looplusError
{
    padding-top: 30px;
    margin: auto;
    width: 75%;
}
#downloads, .downloads
{
    margin: 3% auto 0;
    text-align: center;
    position: relative;
    width: 95%;
}
.files
{
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 60px;
    padding: 0 0 10px;
    font-size: 12pt;
    font-weight: bold;
    margin: 8px 4px;
    background: transparent url(/graphics/headers/downloadBlank.gif) no-repeat center center;
}
.files.salesforceFiles
{
    display: block;
    table-layout: auto;
    min-height: 0;
}
.files a
{
    font-family: Verdana, sans-serif;
    color: #CC0000;
    margin: 10px;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
.files.salesforceFiles a
{
    line-height: 50px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}
.files input[type=file] {
    display: inline-block;
    font-weight: normal;
    font-size: 13.33px;
}
#wait
{
    display: none;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 2px;
}
#form_loading_img
{
    margin: 5% 0;
}
#form_loading_img img, #form_loading_img span
{
    margin: auto;
    display: block;
}
#progressContainer {
    margin-top: 5%;
    text-align: center;
}
#progressBar {
    height: 23px;
    width: 400px;
    padding: 2px 0;
    margin: auto;
    border: 1px solid #CCC;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
#progressBarColor {
    background: #369 url(/graphics/backgrounds/fillBar2.png) repeat-x;
    height: 17px;
    line-height: 17px;
    width: 0px;
    text-align: right;
    color: #FFF;
    font-size: 15px;
}
#progressBarText {
    text-align: center;
}

a.sfbutton, input.sfbutton, button.sfbutton {
    color:#333;
    margin:1px;
    padding:2px 3px;
    border:1px solid #b5b5b5;
    border-bottom-color:#7f7f7f;
    font-weight:bold;
    font-size:.9em;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:#e8e8e9 url('https://login.salesforce.com/img/alohaSkin/btn_sprite.png') repeat-x right top;
    text-decoration:none;
    cursor: pointer;
}

/* Pause to Edit - Salesforce Files */

.tblFiles {
    margin: auto;
}
.tblFiles, .tblFiles td {
    border: none;
}
.files.salesforceFiles 
{
    height: auto;
}
.files.salesforceFiles a {
    vertical-align: top;
    line-height: 18px;
    text-align: left;
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.files a .syncname, .files a .lastmodified {
    display: block;
    font-size: .7em;
    line-height: .8em;
    padding: 2px 4px;
}
.lnkSync {
    padding-right: 24px;
}
.loadingContainer {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
}
.cellActions {
    padding: 16px 0;
    vertical-align: top;
}
.tblFiles .cellActions .lnkRefresh, .tblFiles .cellActions .lnkRevert {
    font-size: 0;
    height: 26px;
    width: 26px;
    padding: 2px;
    margin: 0 6px;
}
.lnkRefresh img, .lnkRevert img {
    height: 20px;
    width: 20px;
}
.lnkRefresh img {
    background: transparent url(/images/icons/sync.png) no-repeat 2px 2px;
}
.lnkRefresh img:hover {
    background-position: 2px -20px;
}
.lnkRevert img {
    background: transparent url(/images/icons/undo.png) no-repeat 0 0;
}
.lnkRevert img:hover {
    background-position: 0 -19px;
}

/* Salesforce1 */
.Salesforce1 {
    font-family: "Salesforce Sans", Arial, sans-serif;
}

.Salesforce1 .primary {
    background-color: #2A94D6; /* Primary Blue */
}

.Salesforce1 .anchor {
    background-color: #344A5F; /* Anchor Navy */
}

.Salesforce1 .content {
    background-color: #FFF;
}
  
html {
  font-size: 100%; }

.Salesforce1 #progressBar {
    height: 22px;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.Salesforce1 #progressBarColor {
    background-image: none;
    height: 100%;
    font-size: 1em;
    line-height: 1.7em;
}

.Salesforce1 .files {
    background: none;
}

.Salesforce1 .files a {
    color: #344A5F;
    font-family: "Salesforce Sans", Arial, sans-serif;
}

/* Lightning Buttons */

.Salesforce1 input[type="button"]:hover, .Salesforce1 input[type="button"]:focus {
    background-color: #f4f6f9;
}
.Salesforce1 input[type="button"]:hover, .Salesforce1 input[type="button"]:focus, .Salesforce1 input[type="button"]:active, .Salesforce1 input[type="button"]:visited {
    text-decoration: none;
}
.Salesforce1 button[disabled], .Salesforce1 input[disabled] {
    cursor: default;
}
.Salesforce1 button, .Salesforce1 input[type="button"], .Salesforce1 input[type="reset"], .Salesforce1 input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.Salesforce1 input[type="button"] {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d8dde6;
    color: #005fb2;
    position: relative;
    display: inline-block;
    background-clip: padding-box;
    border-radius: 4px;
    text-decoration: none;
    -webkit-appearance: none;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.05s linear, background-color 0.05s linear;
    transition: color 0.05s linear, background-color 0.05s linear;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}
.Salesforce1 input[type="button"][disabled] {
    background: #e0e5ee;
    border-color: transparent;
    color: white;
}

/* Default CSS: 2 columns */
.Salesforce1 .content-block {
    width: 50%;
    float: left;
}

@media screen and (max-width: 767px) {
    .content-block {
        width: 100%;
        float: none;
    }
}