/* mysimsol customized stylesheet */
@import url("fonts.css");
@import url("buttons.css");

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  color: #4D4D4D;
}

h1 {
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0.25em;
  padding: 0;
}

.tagline {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: brown;
  font-size: 1.2em;
}


body {
  background:url('../img/fabric-bg.jpg');
  font-family: 'PT Sans', Fallback, sans-serif;
}

/* workspace area designed for phone by default */
#workspace-content {}
#workspace-content-left {}
#workspace-content-left ul.workspace-nav {
  font-family: "PT Sans", sans-serif;
  font-size: 0.95em;
  list-style-type: none;
  margin: 0;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding: 0;
  width: 100%;
}

#workspace-content-left ul.workspace-nav > li {
  display: inline-block;
  width: 18.75%;
}

#workspace-content-left ul.workspace-nav > li.active > a {
  color: #333;
}

#workspace-content-left ul.workspace-nav > li > a {
  color: #aaa;
  display: block;
  font-size: 0.85em;
  text-align: center;
}

#workspace-content-left ul.workspace-nav > li > a:hover {
  color: #555;
  text-decoration: none;
}

#workspace-content-left ul.workspace-nav > li > a > i {
  display: block;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
}

#workspace-content-right {
  display: none;
}

#workspace-content-body {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

#workspace-content-body .wrapper,
#workspace-content-body .wrapper-clear {
  padding: 0.75em;
}

#workspace-content-body .wrapper {
   background-color: white;
}

.workspace-content-left-fixed {}

#workspace-content-body h1 { font-size: 1.8em; }
#workspace-content-body h2 { font-size: 1.6em; }
#workspace-content-body h3 { font-size: 1.4em; }
#workspace-content-body h4 { font-size: 1.1em; }
#workspace-content-body h5 { font-size: 1em; }
#workspace-content-body h6 { font-size: 0.8em; }

#workspace-content-right {
  color: #555;
  font-size: 0.9em;
}

#workspace-content-right h1 { font-size: 1.8em; }
#workspace-content-right h2 { font-size: 1.6em; }
#workspace-content-right h3 { font-size: 1.4em; }
#workspace-content-right h4 { font-size: 1.2em; }
#workspace-content-right h5 { font-size: 1em; }
#workspace-content-right h6 { font-size: 0.8em; }


/* workspace area designed for tablets */
@media (min-width: 768px) {
  #workspace-content {
    margin-left: 1em;
    margin-right: 1em;
  }

  #workspace-content-left {
    float: left;
    width: 80px;
  }

  #workspace-content-left ul.workspace-nav {}
  #workspace-content-left ul.workspace-nav > li {
    display: block;
    margin-bottom: 1em;
    width: auto;
  }

  #workspace-content-left ul.workspace-nav > li > a {
    text-align: center;
  }

  #workspace-content-body {
    margin-left: 92px;
  }

  .workspace-content-left-fixed {
    position: fixed;
    top: 8px;
  }
}

/* workspace area designed for desktops */
@media (min-width: 980px) {
  #workspace-content {
    margin-right: 2em;
  }

  #workspace-content-right {
    display: block;
    float: right;
    width: 200px;
  }

  #workspace-content-body {
    margin-right: 224px;
  }

  #workspace-content-body .wrapper {
    padding: 1.5em;
  }
}

/* workspace area for obscenely wide screens (obscene for 2013) */
@media (min-width: 1300px) {
  #workspace-content {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
  }
}

.navbar-inner  {
  -webkit-border-radius: 0;
  moz-border-radius: 0;

}



/* Header Section
=================================================================== */
.brand {
  display: inline-block;
  width: 81px;
  height: 21px;
  background: url(../img/logo@2x.png) no-repeat;
  background-size: 81px 21px;
  background-position: center;
}

.navbar-inverse .navbar-inner {
  background: #009bdf;
  -moz-box-shadow: 0px 3px 2px rgba(50,50,50,0.29);
  -webkit-box-shadow: 0px 3px 2px rgba(50,50,50,0.29);
  box-shadow: 0px 3px 2px rgba(50,50,50,0.29);
  border: none;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
  color: #fff;
}

.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
  color: snow;
}

.sidebar-box {
  margin-bottom: 2.5em;
}

.underline {
  border-bottom: thin solid #D8DFE6;
  padding-bottom: 0.25em;
}

#footer {
  color: #888;
  font-size: 0.85em;
  margin-top: 1em;
  text-align: center;
}


/* Flexible Embedded Video
=================================================================== */

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}





.accordion {margin-bottom: none !important;}



.license-state-pending { background-color: #999; }
.license-state-active  { background-color: #468847; }
.license-state-expired { background-color: #b94a48; }



/* Footer
=================================================================== */

.copyright {
	 color:gainsboro;
   font-size: .75em;
   margin-top:1em;
}

div.entry { margin-bottom: 1em; }
div.entry .entry-name {
   color: #aaa;
   font-weight: normal;
}

div.entry .entry-value {
   font-size: 1.6em;
}

.edit-icon {
  height: 13px;
  width: 13px;
  float: right;
  margin-right: 20px;
  background: url(../../img/edit_icons_simsol_2.png) 0 0;
}

.edit-icon:hover {
  cursor: pointer;
  background: url(../../img/edit_icons_simsol_2.png) -13px 0;
}

table { border-collapse:separate; border-spacing: 5px; }

