/*******************************
            Global
*******************************/

html,
body {
  font-size: 14px;
  height: 100%;
}

.ui.segment.footer {
  font-size: 10px;
  height: 100%;
  text-align: center;
}

.gray {
  color:  #D3D3D3;
}

.verilog {
  font-size: 12px;
  line-height: 1.1em;
}

.label-designation {
    width: 150px;
    min-width: 150px;
}

.label-input {
    width: 80px;
    min-width: 80px;
}

.label-input-long {
    width: 300px;
    min-width: 300px;
}

.label-result {
    width: 310px;
    min-width: 310px;
}

.label-uom {
    width: 80px;
    min-width: 80px;
}

textarea { font-size: 12px; }

.fixed-width {
    width: 1125px;
    min-width: 1125px;
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #555555;
  text-rendering: optimizeLegibility;
  min-width: 320px;
}

blockquote {
  border-left: 4px solid #777777;
  font-size: 12px;
  line-height: 1.5;
  padding: 0em 2em;
  margin: 1em 0em 2em;
}
blockquote p {
  line-height: inherit;
}
blockquote .author {
  display: block;
  margin: 1em 0em 0em;
  font-weight: bold;
}


.ui.header {
  font-family: 'Source Sans Pro', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

th { font-size: 12px; }
td { font-size: 11px; }


td.details-control {
    background: url('res/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('res/details_close.png') no-repeat center center;
}


/*******************************
            Global
*******************************/

/*-------------------
        Sidebar
--------------------*/

#main .sidebar {
  overflow: visible;
}

/*-------------------
        Grid
--------------------*/

#main .grid {
  height: 100%;
}

#main > .grid > .column {
  height: 100%;
}

/*-------------------
       Inbox
--------------------*/

#main .inbox.tab {
  background-color: #FFFFFF;
}

#main .inbox.tab .item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#main .inbox.tab .item .rating {
  margin-top: 0.2rem;
}

#main .inbox.tab .item .description {
  margin-left: 2em;
}

#main .page {
  float: right;
  margin-top: 0.9em;
}

#main .middle.column {
  padding: 1em 2em;
}

#main .middle.column h2 {
  margin-top: 0em;
}
/*rtl:ignore*/
#main .right.column {
  padding: 1em 2em;
  background-color: #FAFAFA;
}

/*******************************
          Responsive
*******************************/

@media only screen and (max-width : 1000px) {
  #main .inbox .date {
    float: none;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width : 1250px) {
  /*rtl:ignore*/
  #main .left.column > .menu .item {
    font-size: 1rem;
  }
}

#canvas {
    background-color: #000;
    width: 500px;
    height: 500px;
    border: 1px solid black;
    margin: 0px;
    padding: 0px;
    position: static; /* fixed or static */
    top: 1px;
    left: 1px;
}

#canvas2 {
    background-color: #000;
    width: 500px;
    height: 500px;
    border: 1px solid black;
    margin: 0px;
    padding: 0px;
    position: static; /* fixed or static */
    top: 1px;
    left: 1px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*******************************
          treeview
*******************************/

#ui_modeltree {
	font: 10px Verdana, sans-serif;
	display: inline-block;
	width: 300px;
}

#ui_modeltreecontainer {
	font: 10px Verdana, sans-serif;
	display: inline-block; 
	overflow: auto;
	max-height: 25vh;
}



/*******************************
          Upload
*******************************/

.ui.action.input input[type="file"] {
  display: none;
}




