html {
  height: 100%;
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #404041;
  background-image: url(../images/textured-gray.png);
  background-attachment: fixed;
  height: 100%;
  height: calc(100% - 50px);
}
footer {
  width: 100%;
  height: 60px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
a {
  color: #428bca;
}
textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
}
form > div {
  width: 100%;
}
.center-text {
  display: table;
}
.center-text > span {
  display: table-cell;
  vertical-align: middle;
}
.modal-backdrop {
  position: fixed;
  bottom: 0;
  z-index: 1029;
}
#wrapper {
  width: 100%;
  height: 100%;
}
#page-wrapper {
  height: 100%;
  min-height: 568px;
  margin-top: 102px;
  padding: 15px 15px 0px 15px;
  background-color: white;
  background-image: url(../images/mooning.png);
}
#page-wrapper .content-body {
  height: 100%;
  padding-bottom: 60px;
}
#page-wrapper.standard {
  margin: 0 auto;
  width: 1080px;
}
#page-wrapper.scrollable {
  min-height: 100%;
  height: initial;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: relative;
    margin-left: 270px;
    margin-top: 51px;
    padding: 20px 30px 0 30px;
    border-left: 1px solid #c9c9c9;
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li button {
  margin-right: 10px;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a span {
  float: right;
  background: #D0D0D0;
  border-radius: 5px;
  padding: 0 5px;
  color: #808080;
  font-weight: normal;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-projects {
  padding: 10px 0;
}
.navbar-top-links .dropdown-projects li > div {
  padding: 0 10px;
}
.navbar-top-links .dropdown-projects li > div.current-project h4 {
  float: left;
  margin: 0;
  width: 210px;
}
.navbar-top-links .dropdown-projects li > div.current-project a.btn {
  float: right;
  padding: 0 5px;
}
.navbar-top-links .dropdown-projects li > div .alert {
  padding: 7px 15px;
}
.navbar-top-links .dropdown-projects li > div .alert i {
  margin-right: 7px;
}
.navbar-top-links .dropdown-projects li > div a {
  padding: 0;
}
.navbar-top-links .dropdown-projects,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-projects {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.navbar-side {
  width: 270px;
}
.sidebar-brand {
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.sidebar {
  color: #bbb;
}
.sidebar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  max-height: inherit;
}
.sidebar .navbar-collapse .collapse-scroll {
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sidebar .navbar-collapse .collapse-scroll {
    max-height: 180px;
  }
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar .sidebar-search input {
  background-color: #404041;
}
.sidebar ul.nav > li > a {
  color: inherit;
}
.sidebar ul.nav > li > a:hover,
.sidebar ul.nav > li > a:focus {
  background-color: rgba(13, 13, 14, 0.6);
}
.sidebar ul.model-nav > li {
  border-bottom: 1px solid rgba(115, 115, 116, 0.6);
  color: #A4A4A5;
  background-color: #193c5a;
}
.sidebar ul.model-nav > li a {
  font-size: 18px;
  padding: 5px 15px;
}
.sidebar ul.model-nav > li a.active {
  border-left: 3px solid #428bca;
  padding-left: 12px;
  background-color: rgba(13, 13, 14, 0.4);
}
.sidebar ul.model-nav > li a div.description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding: 5px 0 5px 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 270px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-projects,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.sidebar .nav-header {
  overflow: hidden;
  width: 100%;
  background-color: #272727;
  border-bottom: 1px solid rgba(115, 115, 116, 0.6);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: relative;
  padding: 5px 10px 5px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar .nav-header ul.nav {
  float: right;
}
.sidebar .nav-header ul.nav li > a {
  padding: 5px 10px;
}
.sidebar .nav-header ul.nav li > a#model-combine:hover {
  color: #428bca;
}
.sidebar .nav-header ul.nav li > a#model-create:hover {
  color: #5cb85c;
}
.sidebar .nav-header ul.nav li > a#model-delete:hover {
  color: #d9534f;
}
.sidebar .sidebar-bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 270px;
  height: 100px;
  background: #646464;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #737374;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.simple-form-panel {
  margin-top: 25%;
  border: none;
}
.simple-form-panel .panel-heading {
  background: #3071a9;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  font-weight: 300;
}
.simple-form-panel .panel-footer a {
  margin-top: 8px;
  display: block;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green a {
  color: #5cb85c;
}
.panel-green a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red a {
  color: #d9534f;
}
.panel-red a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow a {
  color: #f0ad4e;
}
.panel-yellow a:hover {
  color: #df8a13;
}
ul.error-message {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #d9534f;
}
ul.error-message li {
  height: auto;
  padding: 15px;
}
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
.error-page .headline {
  float: left;
  font-size: 100px;
}
.error-page .error-content {
  margin-left: 190px;
  display: block;
}
.error-page .error-content i {
  color: #f0ad4e;
}
.extreme {
  background-color: #d9534f;
  color: #d9d9da;
}
.table-matrix {
  width: auto;
  background-color: #fff;
  margin: 10px;
}
.table-matrix th {
  background-color: #a6a6a7;
}
.table-matrix tr > td:first-child {
  background-color: #a6a6a7;
  font-weight: bold;
}
.table-matrix td,
.table-matrix th {
  border-top: 1px solid #404041 !important;
  border: 1px solid #404041;
}
.table-matrix td > input[type=text] {
  width: 114px;
}
.table-matrix col.col-width {
  min-width: 50px;
  width: 130px;
  max-width: 130px;
}
.panel-model .panel-heading,
.panel-create .panel-heading {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  padding-right: 25px;
}
.panel-model .panel-heading h1,
.panel-create .panel-heading h1,
.panel-model .panel-heading h4,
.panel-create .panel-heading h4 {
  margin: 0;
}
.panel-model .panel-heading h1 small,
.panel-create .panel-heading h1 small,
.panel-model .panel-heading h4 small,
.panel-create .panel-heading h4 small {
  color: #404041;
}
.panel-model .panel-heading h4,
.panel-create .panel-heading h4 {
  color: #d9d9da;
}
.panel-model {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  background-color: #737374;
  border-color: #4d4d4e;
}
.panel-model > div {
  display: table-row;
}
.panel-model > div > div {
  display: table-cell;
  padding: inherit;
}
.panel-model .panel-heading > div {
  box-shadow: inherit;
}
.panel-model .panel-heading .model-info {
  float: left;
  margin-right: 30px;
}
.panel-model .panel-heading .model-info h1 {
  min-width: 300px;
}
.panel-model .panel-heading .model-info h4 {
  max-width: 600px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.panel-model > .panel-body:after,
.panel-model > .panel-body:before {
  display: none;
}
.panel-model > .panel-body > div {
  height: 100%;
  position: relative;
}
.panel-model > .panel-body > div > div {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.panel-model .panel-footer {
  background-color: #a6a6a7;
  border-top: 1px solid;
  border-color: inherit;
}
.panel-model .panel-footer .model-forms > div {
  width: auto;
}
.panel-model .panel-footer .model-forms .input-group {
  padding: 7px 0px 7px 10px;
  border: solid 1px #737374;
  border-radius: 3px;
  background-color: #8c8c8e;
}
.panel-model .panel-footer .model-forms .input-group > div {
  float: left;
  padding-right: 10px;
}
.panel-model .panel-footer .model-forms .input-group .help {
  color: #646464;
  display: inline-block;
  margin-top: 7px;
}
.panel-create {
  max-width: 750px;
}
.panel-create .fixform-equation {
  max-width: 550px;
  margin: 0 auto;
  padding: 15px;
  background-color: rgba(64, 64, 65, 0.2);
  border: solid 1px rgba(64, 64, 65, 0.2);
}
.panel-create .fixform-equation .form-control {
  border: solid 1px rgba(64, 64, 65, 0.6);
}
.panel-create .fixform-equation > div {
  float: left;
}
.panel-create .fixform-equation > div.side {
  width: 22%;
  margin-top: 35px;
  padding: 0 5px;
}
.panel-create .fixform-equation > div.operator {
  width: 5%;
  margin-top: 35px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.panel-create .fixform-equation > div.coefficients {
  width: 46%;
  border: solid 1px rgba(64, 64, 65, 0.6);
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row {
  position: relative;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row:before,
.panel-create .fixform-equation > div.coefficients > .coefficient-row:after {
  display: table;
  content: " ";
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row .cell {
  width: 50%;
  height: 34px;
  float: left;
  padding: 0 5px;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row .cell.text {
  padding: 7px;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row label {
  position: absolute;
  width: 100%;
  height: 34px;
  left: 0;
  top: 0;
  cursor: pointer;
  margin: 0;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row label:hover {
  background: rgba(66, 139, 202, 0.2);
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row input[type=radio] {
  display: none;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row input[type=radio]:checked + label {
  background: rgba(66, 139, 202, 0.6);
  cursor: default;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row .input-group {
  margin: 0 auto;
}
.panel-create .fixform-equation > div.coefficients > .coefficient-row .input-group input[type=submit] {
  margin: 7px 5px;
  width: 60px;
}
.model-edit {
  height: 100%;
  width: 100%;
}
.model-edit .model-edit-info {
  min-width: 320px;
}
.model-edit .model-edit-info label {
  float: left;
  width: 80px;
}
.model-edit .frame-modify {
  padding: 5px;
  border: solid 1px rgba(64, 64, 65, 0.2);
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
.model-edit .frame-modify select {
  margin-right: 7px;
  width: auto;
  display: inline-block;
}
.model-edit .frame-modify input[type=submit] {
  margin-left: 7px;
}
.model-edit .table-responsive {
  height: 300px;
  background-color: rgba(64, 64, 65, 0.6);
  border: solid 1px rgba(64, 64, 65, 0.6);
}
.create-variable {
  display: inline-block;
  border: solid 1px rgba(64, 64, 65, 0.2);
  padding: 10px;
  margin-bottom: 7px;
  max-width: 150px;
  min-width: 110px;
  text-align: center;
}
.model-check li {
  height: 35px;
}
.model-check li input[type=checkbox] {
  display: none;
}
.model-check li div.box {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 10px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(top, #222222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}
.model-check li label {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 15px;
  margin: 0;
}
.model-check li label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 7px;
  background: transparent;
  top: 12px;
  right: 15px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.model-check li label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.model-check li input[type=checkbox]:checked + label {
  background-color: rgba(13, 13, 14, 0.4);
}
.model-check li input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.model-check .input-group {
  padding: 5px 10px;
  background-color: #272727;
  border-bottom: solid 1px #000;
}
.model-check .input-group input {
  margin-right: 15px;
}
.modal-dialog {
  color: #000;
}
