body, html {
	height:100%;
	margin:0px;
	padding:0px;
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
	min-width:1300px;
	min-height: 600px;
	width: auto !important;
	width:1300px;
}

.bg-two {
    background-color: #A9DEF9;
}

.bg-three {
    background-color: #F4F4F4;
}

.bg-graph {
    background-color: #FCF6BD;
}

.bg-neuron {
    background-color: #FFE5EE;
}

.bg-lower-child {
    background-color: #CEDF6C;
}

.bg-login {
    background: url(http://cdn.wallpapersafari.com/91/94/PmdesY.png);
    background-size: cover;
}

.bg-image {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://cdn.elegantthemes.com/blog/wp-content/uploads/2016/02/photo-1450101215322-bf5cd27642fc.jpg) center center;
    background-size: cover;
    opacity: .4;
    width: 100%;
    height: 100%;
}

/* .getCanvasForm {
   position: absolute;
   top: 50%;
   left: 45%;
   bottom: 0;
   right: 0;
   margin: auto;
} */

.auto-align {
    margin: 30px auto;
}

.landing-name {
    text-decoration: underline;
    position: absolute;
    top: 10%;
    left: 45%;
    bottom: 0;
    right: 0;
    margin: auto;
}

.max-opacity {
    opacity: 1;
}

.title-color {
    color: #faff00;
}

#canvas {
    padding: 0px;
    margin: 0px;
    width: 2000px;
    height: 2000px;
}

.scrollable {
    overflow: scroll;
}

.filler-row {
    height: 95%;
}

.top-margin {
    margin-top: 5px;
    margin-bottom: 0px;
}

.toolbar-row {
    height: 7%;
}

.main-row {
    height: 31%;
}

.info-row {
    height: 1%;
}

.graph-row {
    height: 29%;
}

.graph-row-old {
    height: 42%;
}

.settings-title-row {
    height: 20%;
}

.settings-title-row-two {
    height: 10%;
}

.settings-row {
    height: 80%;
}

.bottom-border {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #737a82;
}

.top-border {
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #737a82;
}

.left-border {
    border-left-style: solid;
    border-left-width: 2px;
    border-color: #737a82;
}

.left-border {
    border-left-style: solid;
    border-left-width: 2px;
    border-color: #737a82;
}

.right-border {
    border-right-style: solid;
    border-right-width: 2px;
    border-color: #737a82;
}

.no-pad {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.max-height {
    height: 100%;
}

.ninety-width {
    width: 90%;
}

.ten-width {
    width: 10%;
}

.ninety-height {
    height: 90%;
}

.twenty-height {
    height: 20%;
}

.ninetythree-height {
    height: 93%;
}

.seven-height {
    height: 7%;
}

.thirty-width {
    width:30%;
}

.thirty-height {
    height:30%;
}

.thirtysix-height {
    height: 36%;
}

.thirteen-height {
    height: 13%;
}

.half-height {
    height: 50%;
}

.max-width {
    width: 100%;
}

.model-width {
    width: 35%;
}

.seventy-width {
    width: 70%;
}

.toolbar-text {
    text-align: center;
    vertical-align: middle;
    line-height: 3px;
}

.point-cur {
    cursor: pointer;
}

.scrollVert {
    overflow-y: scroll;
}

.scrollHori {
    overflow-x: scroll;
}

.btn-image {
    height: 100%;
    width: 100%;
}

.btn-go {
    width: 50%;
}

.child-btn {
    margin: auto;
    height: 100%;
    width: 70%;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    float: none;
    display:inline-block;
}

.lower-child-btn {
    margin: auto;
    height: 100%;
    width: 10%;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    float: none;
    display:inline-block;
}

.btn-grouping {
    width: 100%;
    display:inline-block;
    float: none;
}

.round-border {
    border-radius: 25px;
}

.group-btn {
    margin-top: 3px;
    height: 5%;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    padding-top: 10px;
}

.groupText {
    text-align: center;
    vertical-align: middle;
    line-height: 8px;
}

.GreenCircle {
    width: 60px;
    height: 60px;
    background: #FF0000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: right;
}

.RedTriangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid lightgreen;
    float: right;
}

.YellowSquare {
    width: 60px;
    height: 60px;
    background: #FAFA25;
    float: right;
}

.OrangeSquare {
    width: 60px;
    height: 60px;
    background: #FF5733;
    float: right;
}

.VioletSquare {
    width: 60px;
    height: 60px;
    background: #4225FA;
    float: right;
}

.BlueSquare {
    width: 60px;
    height: 60px;
    background: #0033AA;
    float: right;
}

.PinObject {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 60px solid violet;
    transform: rotate(45deg);
    float: right;
}

.GreenCircleImage {
    height: 20px;
    background: #FF0000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.RedTriangleImage {
    height: 80%;
    border-left: 30% solid transparent;
    border-right: 30% solid transparent;
    border-bottom: 60% solid lightgreen;
}

.YellowSquareImage {
    height: 80%;
    background: #FAFA25;
}

.OrangeSquareImage {
    height: 80%;
    background: #FF5733;
}

.VioletSquareImage {
    height: 80%;
    background: #4225FA;
}

.BlueSquareImage {
    height: 80%;
    background: #0033AA;
}

.PinObjectImage {
    width: 80%;
    height: 80%;
    border-left: 10% solid transparent;
    border-right: 10% solid transparent;
    border-top: 60% solid violet;
    transform: rotate(45deg);
    float: right;
}





.zoom-out-btn {
    zoom: 0.5;
    -moz-transform: scale(0.5);
}

.container-fluid {
    height: 100%;
}

.box-border {
    border-style: solid;
    border-width: 2px;
}



/* CSS from the cool website: http://cssarrowplease.com/ */

.drawTooltip {
    position: absolute;
    background: #88b7d5;
    border: 2px solid #c2e1f5;
    padding:10px;
    border-radius:6px;
}

.drawTooltip:after,.tooltip:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drawTooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #88b7d5;
    border-width: 4px;
    left: 50%;
    margin-left: -4px;
}

.drawTooltip:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #c2e1f5;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}


#properties {
  /* for the animation */
  transition: margin 0.3s ease;
}

.sidebarcollapsed {
  /* hide it for small displays*/
  display: none;
  visibility: hidden;
}

@media (min-width: 1px) {
  .sidebarcollapsed {
    display: block;
    /* same width as sidebar */
    margin-bottom: -16.667%;
}
}

#content {
  /* for the animation */
  transition: width 0.3s ease;
}

.row-main {
  /* necessary to hide collapsed sidebar */
  overflow-x: hidden;
  overflow-y: hidden;
}

.hide-y {
    overflow-y: hidden;
}

.hide-x {
    overflow-x:hidden;
}

.btn-changes {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}

hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
  margin: 30px auto;
}
hr.light {
  border-color: white;
}

.no-pad-right {
    padding-right: 0px;
}

.no-pad-left {
    padding-left: 0px;
}

.main-pad-top {
    padding-top: 225px;
}

.second-pad-top{
    padding-top: 30px;
}

.third-pad-top{
    padding-top: 60px;
}

.name-align{
    padding-right: 2px;
    text-align: right;
    padding-top: 5px;
}


.dropdown-menu {
  min-width: 30px !important;
}

.buttonPad {
    padding-left: 4px;
    padding-right: 4px;
}

.squareIt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.displayPad {
    padding: 0px;
    padding-left: 56px;
}
