﻿/*------------------------------------------------------------------------
*
*   Framework Overrides
*
--------------------------------------------------------------------------*/
.move-iface-controls {
    margin: 7px 7px 0 0;
}
/* -------- Infrastructure IE 6-10 Overrides --------- */
.move-iface {
    height: auto\9;
    right: 0\9;
    bottom: 0\9;
}
.move-iface,
.move-iface-outer, 
.move-iface-outer .move-iface-body, 
.move-iface-outer .move-iface-body .move-iface-inner{
    display: block\9;
}

/* jQuery Dialog */
.ui-dialog .ui-dialog-content {
    max-height: 700px;
}

#divHelp
{
    z-index: 200000;
}

.move-navlist-item.hidden {
    display: none;
}

/* changing color of Icon for admin and downloads sidebar menu items*/
.move-navlist-transim-only a.move-navlist-actor i
{
    background-color:#d7d9c6;
}
.move-navlist-transim-only .jsl-is-selected a.move-navlist-actor i
{
    color:#539753;
}
.green .move-iface-body .move-iface-sidebar ul.move-navlist .move-navlist-transim-only a.move-navlist-actor:hover i
{
    color:#8fbf2f;
    background-color:#8c8c8c;
}


/*------------------------------------------------------------------------
*
*   Old school Infra dialogs
*
--------------------------------------------------------------------------*/
.dialog-wrap {
  position: fixed;
  left: -1000px;
  top: 0;
  max-width: 550px;
  min-width: 550px;
  margin-left: -275px;
  z-index: 1600;
}

.dialog {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  visibility: hidden;
  position: relative;
  opacity: 1;
  margin-top: -50px;
  transition: 500ms;
}

.dialog-header {
  padding: .5em 1.2em;
  border-bottom: 1px solid #EEE;
}
.dialog-header h4 {
  margin: 0;
  line-height: 30px;
  font-weight: bold;
  color: #555555;
}
.dialog-header .close {
  position: relative;
  margin-top: .166em;
  font-size: 2em;
}

.dialog-body {
  padding: 15px;
}

.dialog-footer {
  padding: .825em 1.2em 1em;
  margin-bottom: 0;
  text-align: right;
  background-color: #f4f4f9;
  border-top: 1px solid #DDD;
}
.dialog-footer .cancel {
  padding-right: 1.2em;
}

.dialog-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  transition: 500ms;
}

.isShown.dialog-wrap {
  top: 20%;
  left: 50%;
}

.isShown .dialog-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 1400;
  transition: 500ms;
}

.isShown .dialog {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 1500;
  transition: 500ms;
  font-size: inherit;
}

.modal-wrap {
  position: fixed;
  left: -1000px;
  top: 0;
  max-width: 550px;
  min-width: 550px;
  margin-left: -275px;
  z-index: 1100;
}

.modal {
  visibility: hidden;
  position: relative;
  opacity: 0;
  transition: 250ms;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  transition: 250ms;
}

.isShown.modal-wrap {
  top: 40%;
  left: 50%;
}

.isShown .modal-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}

.isShown .modal {
  visibility: visible;
  opacity: 1;
  background: #fff;
  z-index: 1000;
}

.modal h5 {
  background: transparent;
}


/*------------------------------------------------------------------------
*
*   TJsL Overrides
*
--------------------------------------------------------------------------*/
.isCustomLoadingDialog.jsl-is-open .jsl-dialog-box {
    border: 1px solid #DDD;
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
.isCustomLoadingDialog .jsl-spinner {
    top: 40%;
    display: block;
    height: 4em;
    width: 4em;
    border-style: solid;
    border-width: .5em;
    border-color: #999 #EEE #EEE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinning 750ms infinite linear;
    -moz-animation: spinning 750ms infinite linear;
    animation: spinning 750ms infinite linear;
}
.isCustomLoadingDialog .move-loading-dialog-message {
    font-size: 1.2em;
    top: 60%;
}

.move-menu-context {
    min-width: 450px;
}

/*------------------------------------------------------------------------
*
*   General
*
--------------------------------------------------------------------------*/
.move-iface-footer .footer-designinfo:hover .move-navlist-actor { cursor: help; }
.move-iface-footer .footer-designinfo .label { display: none; }

.ui-jsl-tooltip,
.ui-team-member {
    cursor: pointer;
    text-decoration: underline;
}

.move-context-part > a > i
{
    color: #444;
}
.move-context-part > a:hover > i
{
    color: #539753;
}
li.move-context-part > a.move-navlist-actor ,li.move-context-part > a.move-navlist-actor > i.jsl-icon , li.move-context-part > a.move-navlist-actor > span.label
{
    cursor: pointer;
}

/* General error inputs */
.ui-input-status-error {
    border-color: red;
    border-style: solid;
}

/* General look for JSL Table */
.ui-jsl-table {
    margin-bottom: 0; 
    border: 1px solid #CCC;
}
    .ui-jsl-table ~ .ui-jsl-pager {
        background-color: #CCC;
    }
.ui-jsl-pager .controls {
    float: right;
}

/* General look for post back notices */
.ui-notice {
    display: none;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    margin-top: 10px;
}
    .ui-notice.success {
        display: block;
        border-color: green;
        background-color: lightgreen;
    }
    .ui-notice.error {
        display: block;
        border-color: red;
        background-color: pink;
    }
    .ui-notice.warning {
        display: block;
        border-color: orange;
        background-color: lightgoldenrodyellow;
    }
    .ui-notice.information {
        display: block;
        border-color: lightblue;
        background-color: lightcyan;
    }
    .ui-notice.description {
        display: block;
        box-shadow: inset 0px 2px 4px 0px #ddd;
        border-color: #ccc;
        background: white;
    }

/*------------------------------------------------------------------------
*
*   Part Selection Page
*
--------------------------------------------------------------------------*/
/* Overview Grid */
.overview-grid .hidden { display: none; }
.overview-grid .good { float: left; margin: 5px; background-color: green; width: 10px; height: 10px; border-radius: 5px; cursor: pointer; }
.overview-grid .bad { float: left; margin: 5px; background-color: red; width: 10px; height: 10px; border-radius: 5px; cursor: pointer; }
.overview-grid .okay { float: left; margin: 5px; background-color: yellow; width: 10px; height: 10px; border-radius: 5px; cursor: pointer; }
.overview-grid .empty { background-color: none; width: 10px; height: 10px; }
.overview-grid .status { font-size: 12px; }

#modaldata { background-color: whitesmoke; border: solid 1px gray; padding: 10px;border-radius:5px; }
.overview-grid table { width: 100%; border-collapse: collapse; }
.overview-grid td, .overview-grid th { padding: 0 10px; border-bottom: solid 1px silver; border-top: solid 1px silver; border-left: solid 1px silver; border-right: solid 1px silver; line-height: 20px; }
.overview-grid .rowhighlight td, .overview-grid .rowhighlight { background-color: whitesmoke; }
.overview-grid td:hover { background-color: silver; }
.overview-grid .selected { background-color: lightblue !important; }
.overview-grid #save { float:left;margin:5px; padding:5px; background-color:whitesmoke; border:solid 1px silver;cursor:pointer; width:26px; }
.overview-grid #save:hover { background-color:gray; color:white; }
.overview-grid #delete { float:right; margin:5px; padding:5px; background-color:whitesmoke; border:solid 1px silver;cursor:pointer; width:31px; }
.overview-grid #delete:hover { background-color:gray; color:white; }
.overview-grid .heading { width:100px;}

.tr .overview-grid table { font-size: 0.688em; }

/* NStep Editor */
#nstep_editor_css .isShown.dialog-wrap {
    top: 20%;
    left: 50%;
}
#nstep_editor_css .isShown .dialog {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 1500;
    transition: 500ms;
}
#nstep_editor_css .dialog-wrap {
    position: fixed;
    left: -1000px;
    top: 0;
    max-width: 550px;
    min-width: 550px;
    margin-left: -275px;
    z-index: 1600;
}
#nstep_editor_css .dialog-header {
    padding: .5em 1.2em;
    border-bottom: 1px solid #EEE;
}
#nstep_editor_css .dialog-header h4 {
    margin: 0;
    line-height: 30px;
    font-weight: bold;
    color: #555555;
}
#nstep_editor_css .dialog-body {
    padding: 15px;
}
#nstep_editor_css .dialog-footer {
    padding: .825em 1.2em 1em;
    margin-bottom: 0;
    text-align: right;
    background-color: #f4f4f9;
    border-top: 1px solid #DDD;
}

#nstep_editor_css .dialog {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    visibility: hidden;
    position: relative;
    opacity: 1;
    margin-top: -50px;
    transition: 500ms;
    left: auto;
}

/* Application Settings */
.NStep #Tile-Application_Settings .LongTextbox .Textbox {
    width: 500px;
    text-align: left;
}
.NStep #Tile-controls #Group-group_buttons {
    text-align: right;    
    padding: 0;
    margin: 0;
}
    .NStep #Tile-controls #Group-group_buttons .InputCont {
        float: none;
    }
/*------------------------------------------------------------------------
*
*   Details Page
*
--------------------------------------------------------------------------*/
/* Workflow UI */
.status-group > li {
  min-width: 175px;
}

  .status-item {
    box-shadow:  0 0 4px #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    position: relative;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 90%;
    cursor:pointer;
  }

  .status-number {
    display: table;
    position: relative;
    height: 88px;
    width: 20%;
    max-width: 40px;
    float:left;
  }

  .status-number span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    background-color: #ccc;
    color: #777;
  }

  .status-number span:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 44px 0 44px 8px;
    border-color: transparent transparent transparent #ccc;
    font-size: 0em;
    position: absolute;
    top: 0;
    right: -8px;
  }


  .status-message {
    padding: .75em .825em .75em 4.5em;
    min-width: 100px;
    height: 68px;
  }

    .status-title {
      vertical-align: middle;
      font-size: 1.25em;
      line-height: 1;
      height: 40px;
      font-weight: 700;
      color: #999;
      margin-bottom: 5px;
    }

    .status-progress {
      display: block;
      color: #777;
      cursor: pointer;
    }

      .status-progress  i, .activity-time i {
        margin-right: 5px;
      }

      .status-progress:after {
        content: 'Not Started';
      }

      .status-progress i:after{
        content: "\f058";
      }
      
  .status-date { 
    color: #999;
  }

.done .status-number span:after{
    border-color: transparent transparent transparent #8FBF2F;
}

.done .status-number span{
  background-color: #8FBF2F;
  color: #fff;
}

.done .status-progress {
  color: #8FBF2F;
}

.done .status-progress:after {
  content: 'Done';
}

.done .status-progress i:after, .inProgress .status-progress i:after {
  content: "\f058";
}

.inProgress .status-number span:after{
    border-color: transparent transparent transparent #EDC117;
}

.inProgress .status-number span{
  background-color: #EDC117;
  color: #fff;
}

.inProgress .status-progress {
  color: #EDC117;
}

.inProgress .status-progress:after {
  content: 'In Progress';
}

.inProgress .status-progress i:after {
  content: "\f06a";
}

/* ------    Design Information Team and Activity Panels    ------ */

.two-column > li {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.team > li, .activity > li {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: .5em;
}

  .team-person, .activity-type, .activity-redirect {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
    color: #999;
    width: 50px;
    border-right: 1px solid #ccc;
  }

  .team-info, .activity-info {
    padding: 1em;
  }
    .team-member, .activity-title  {
      font-size: 1.5em;
    }
    .team-role {
      font-size: .75em;
      color: #bbb;
      padding-left: .65em;
      vertical-align: middle;
    }
    .team-email, .team-phone{
      margin-top: .25em;
    }
    .team-email a, .team-phone a{
      text-decoration: none;
    }


.sort {
  margin-bottom: 1.5em;
}

.sort > li{
  font-size: 1.2em;
  margin-right: 10px;
  color: #777;
}

.sort .btn--clear {
  color: #777;
}

.sort .btn--clear i{
  margin-right: .75em;
}

.activity {
  margin-right: 10px;
}

.scrollable-pane {
  position: relative;
  overflow-y: scroll;
  height:600px;
}

.activity-body {
  margin: .75em 0 1.2em;
}
.activity-time {
  color: #999;
}
.activity-time i{
  font-size: 1.2em;
}

.activity-redirect {
  color: #999;
  width: 20px;
  cursor: pointer;
}

.activity .comment i:after {
  content: "\f075";
}
.activity .action i:after {
   content: "\e017";
}
.activity .alert i:after {
  color: #EFA34F;
   content: "\f071";
}

/*------------------------------------------------------------------------
*
*   App Circuit Page
*
--------------------------------------------------------------------------*/

/* Files */

/* CAD Schematic */
.panel.cad-container
{
    padding: 2px 0 0;
    height:100%;
}

.cad-container .TCW-TitleBar
{
    background: inherit;
}

.cad-container .TCW-TitleBar,
.cad-container .TCW-TitleBar > .TCW-Titlebar-ViewTab,
.cad-container .TCL-PanelTitle,
.panel.cad-buttons
{
    border-color: #DDDDDD;
}

.cad-container .TCW-WorkspaceWrapper
{
    position:relative;
}

.panel.cad-buttons
{
    position: absolute;
    bottom: 2.5em;
    z-index: 1;
    left: 1em;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid solid none;
    padding: 1em;
    width: auto;
    font-size:1.333em;
}

.TCD-Dialog .ui-state-error
{
    color: #000000;
}

.tr .TCW-DesignerModeSwitch input[type="checkbox"]
{
    margin-top: 0;
    min-height: 0;
    vertical-align: middle;
}

/* Analyses */

.netlist-display
{ 
    width: 100%;
    height: 400px;
    margin: 0 0 10px 0;
    padding: 0;
    border-style: solid none;
    border-width: 2px 0;
    border-color: silver;
    font-family: monospace;
    font-size: 1.2em;
}

#ulAnalyses { list-style-type: none; padding: 0; width: 150px; }
    #ulAnalyses li { padding: 3px; }
/* Waveforms */

.tbl { border-collapse: collapse; float: left; }
    .tbl td { padding: 2px; }
    .tbl .tbl-cell { height: 30px; width: 50px; text-align: center; }
.tbl-probe { width: 80px; }
.tbl-group { height: 60px; }
.pd-icon { cursor: pointer; float: right; clear: both; }
.pd-text { width: 50px; }
.pd-probe-input { width: 80px; }
.pd-add { float: left; border-left: 0 none; height: 18px; padding: 2px; margin: 17px 0 25px 0; }
.pd-close { float: right; margin-top: -20px; margin-right: -2px; }

/*------------------------------------------------------------------------
*
*   Design Setup Page
*
--------------------------------------------------------------------------*/
[id$="inputList"] { list-style-type: none; margin: 0; padding: 0; width: 800px; }
        [id$="inputList"].locked { width: 100%; }
        [id$="inputList"].locked li { float: left; width: 460px; margin: 3px; }
	[id$="inputList"] li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 11px; cursor:pointer;}
    [id$="inputList"] li.locked { border: 1px solid #CCC; cursor: default; min-height: 211px; }
        [id$="inputList"] li.locked .label { font-size: 16px; font-weight: bold; padding: 5px 0; float: none; width: auto; }
    [id$="inputList"] li .control { margin-right: 5px; float: left; }
        [id$="inputList"] li .control > a { font-size: 1.5em; margin: 0 3px; }
    [id$="inputList"] li .label, 
        [id$="inputList"] li .section { width:150px; float: left; background: none; border: none; }
    [id$="inputList"] li .input { width:400px; float: left; }
        [id$="inputList"] li .input input { float: left; margin-right: 10px; width: 50px; }
        [id$="inputList"] li .input label { margin-right: 3px; }
        [id$="inputList"] li .input input[type="radio"] { float: none; margin-right: 3px; width: auto; }
        [id$="inputList"] li .input select { float: left; margin-right: 10px; }
	[id$="inputList"] li span { margin-left: -0.85em; margin-top: 5px; }


    /*.panel > div:not(:last-child), .panel-alt > div:not(:last-child) { margin-bottom: 19px; }*/
    .btn-container { margin: 5px 0; }

/*------------------------------------------------------------------------
*
*   BOM Page
*
--------------------------------------------------------------------------*/
.green .vps_noprod a
{
    color: white;
    font-weight: bold;
}

/*------------------------------------------------------------------------
*
*   Manage Page
*
--------------------------------------------------------------------------*/
.urlRow { line-height: 20px; width: 550px; margin: 0; float: left; clear: both; padding: 1px; }
    .urlRow a { float: right; font-size: 11pt; font-weight: bold; position: relative; margin-right: 10px; }
.inputOff:hover { color: #F15721; cursor: pointer; }
.staticUrl { font-family: Arial, Sans-Serif; font-size: 11px; float: left; background: none; border: 1px solid transparent; margin-right: 5px; padding: 3px; height: 16px; }
    .staticUrl:hover { }
.inputOff { font-family: Arial, Sans-Serif; font-size: 11px; float: left; background: #FFF; border: 1px solid transparent; margin-right: 5px; padding: 3px; height: 16px; }
.inputOn { font-family: Arial, Sans-Serif; font-size: 11px; float: left; background: #FFF; margin-right: 5px; padding: 3px; height: 16px; border: 1px solid #F15721; }
       
.blockHead { font-size: 2em; }
.note { color: #5b5d5d; font-size: 0.7em; }
.rounded { border-radius: 5px; }

.previewArea { background: #EEE; width: 410px; height: 20px; border: 1px solid #888;}
    .previewArea:not(.short) {  /*height: 173px;*/ height:265px; overflow-y:auto;  padding:20px;}
    .previewArea > ul { padding-left: 20px; }

#mainList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    #mainList > li {
        margin-bottom: 10px;
    }
        #mainList > li .fixed-width {
            width: 437px;
        }
    #mainList > li .title {
        height: 35px;
    }

/*------------------------------------------------------------------------
*
*   Deploy Page
*
--------------------------------------------------------------------------*/
.deploy-section {
    padding: 9px 0;
}
    .deploy-section.sandbox h2 {
        color: red;
    }
        .deploy-section.sandbox input {
            background: red;
            border: 1px solid salmon;
            color: white;
        }
            .deploy-section.sandbox input:hover {
                background: lightsalmon;
            }

/*------------------------------------------------------------------------
*
*   Admin Page
*
--------------------------------------------------------------------------*/
.rdpControls { margin-bottom: 5px; }
    .rdpControls .btn { margin-left: 10px; }
.debug h2 { color: red; }

/*------------------------------------------------------------------------
*
*   Help Overlay
*
--------------------------------------------------------------------------*/
.HelpBigWhite
{
    background: rgba(255,255,255,0.0);
    color: #FFFFFF;
    display: block;

    /*
    position: absolute;
    top: ' +box_h + 'px;
    left: ' + box_w + 'px;
    z-index: 100001;
    text-align: center;
    */
}
.HelpBigWhite span
{
    font-weight:500;
    font-size:16px;
}

.move-iface-index:after { 
    content: ""; 
    display: block;
}
.move-iface-index { 
    min-height: 99.9%; 
    margin-bottom: -88px;
}
.move-iface-footer { 
    position: relative;
}
.move-iface-sidebar{
    overflow-y: auto;
}
