﻿.todo {
  opacity: 0.3 !important; }

#debugLog {
  width: 100%;
  font-size: 12px; }

#debugLog td {
  max-width: 300px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#debugLog .message {
  max-width: inherit; }

#debugLog .Fatal {
  color: #FFFFFF;
  background-color: #A00000;
  font-weight: bold;
  border-top: #FF0000;
  border-bottom: #FF0000; }

#debugLog .Error {
  color: #FF0000;
  background-color: #FFF0F0; }

#debugLog .Warning {
  color: #008000; }

#debugLog .Info {
  color: #000088; }

#debugLog .Debug {
  color: #000000; }

#debugLog .Verbose {
  color: #808080; }

body {
  padding-top: 60px;
  padding-bottom: 40px;
  overflow-y: scroll;
  font-family: 'Source Sans Pro', sans-serif; }

h2::before {
  content: '▌';
  color: #0088cc; }

.vww-sidenav {
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background-color: #fff; }
  .vww-sidenav > li, .vww-sidenav > li a {
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    background-color: #fff; }
  .vww-sidenav .glyphicon-chevron-right {
    float: right;
    opacity: 0.25; }
    a:hover .vww-sidenav .glyphicon-chevron-right {
      opacity: 0.5; }
  .vww-sidenav.affix {
    width: 263px; }
  .vww-sidenav a:hover {
    background-color: #f5f5f5; }
  .vww-sidenav .nav-header {
    cursor: pointer; }
    .vww-sidenav .nav-header .nav {
      display: none; }
    .vww-sidenav .nav-header.active .nav {
      display: block; }
  .vww-sidenav .active > a, .vww-sidenav li.active, .vww-sidenav .active > a:hover {
    color: #ffffff;
    background-color: #0088cc; }

.nav {
  margin-bottom: 15px; }

.table th.text-right, .table td.text-right {
  text-align: right;
  white-space: nowrap; }

/* Validation */
.input-validation-error, .input-validation-error .select2-choice {
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.1) !important;
  background-color: rgba(255, 0, 0, 0.1) !important; }

.validation-summary-errors ul {
  list-style: none;
  padding: 0; }

.field-validation-error, .validation-summary-errors li {
  background-color: #d9534f;
  padding: 0.25em 0.6em;
  margin-left: 0.25em;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25em; }

/* BOOTSTRAP*/
@media screen and (min-width: 1600px) {
  .container {
    width: 1554px; } }
@media screen and (min-width: 1900px) {
  .container {
    width: 1868px; } }

.containerr {
  margin: 0 15px; }

.text-muted.small {
  line-height: 1em; }

.table th.text-right, .table td.text-right {
  text-align: right; }
.table td.valign {
  vertical-align: middle; }
.table > tbody > tr:first-child > td, .table > tr:first-child > td {
  border-top: 0; }
.table.table-condensed > tbody > tr > td {
  padding: 3px 5px; }
.table .tfoot-condensed > tr > td {
  padding: 3px 0; }

.has-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .has-switch:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .has-switch.switch-mini {
    min-width: 72px; }
  .has-switch.switch-mini span, .has-switch.switch-mini label {
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 9px; }
  .has-switch.switch-mini i.switch-mini-icons {
    height: 1.2em;
    line-height: 9px;
    vertical-align: text-top;
    text-align: center;
    transform: scale(0.6);
    margin-top: -1px;
    margin-bottom: -1px; }
  .has-switch.switch-small {
    min-width: 80px; }
  .has-switch.switch-small span, .has-switch.switch-small label {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px; }
  .has-switch.switch-large {
    min-width: 120px; }
  .has-switch.switch-large span, .has-switch.switch-large label {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 16px;
    line-height: normal; }
  .has-switch.switch-animate > div {
    -webkit-transition: left 0.5s;
    transition: left 0.5s; }
  .has-switch.switch-off > div {
    left: -50%; }
  .has-switch.switch-on > div {
    left: 0%; }
  .has-switch.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important; }
  .has-switch.disabled span, .has-switch.disabled label {
    cursor: default !important; }
  .has-switch > div {
    display: inline-block;
    width: 150%;
    position: relative;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .has-switch input[type=radio], .has-switch input[type=checkbox] {
    display: none; }
  .has-switch span, .has-switch label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block !important;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px; }
  .has-switch label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    width: 33.33333%;
    background: #ffffff; }
  .has-switch label i {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    line-height: 18px;
    pointer-events: none; }
  .has-switch span {
    text-align: center;
    z-index: 1;
    width: 33.33333%; }
  .has-switch span.switch-left {
    color: #f00;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .has-switch span.switch-right {
    color: #000;
    background: #eeeeee; }
  .has-switch span.switch-primary, .has-switch span.switch-left {
    color: #fff;
    background: #428bca; }
  .has-switch span.switch-info {
    color: #fff;
    background: #5bc0de; }
  .has-switch span.switch-success {
    color: #fff;
    background: #5cb85c; }
  .has-switch span.switch-warning {
    background: #f0ad4e;
    color: #fff; }
  .has-switch span.switch-danger {
    color: #fff;
    background: #d9534f; }
  .has-switch span.switch-default {
    color: #000;
    background: #eeeeee; }

.form-control .select2-choice {
  border: 0;
  border-radius: 2px;
  height: 100%; }
  .form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0; }

.form-control.select2-container {
  padding: 0px; }
  .form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0; }

.form-control .select2-container.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0; }

.form-control.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px; }

table.sortable span.sign {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 12px;
  margin-top: -10px;
  color: #bfbfc1; }
table.sortable span.arrow, table.sortable span.reversed {
  border-style: solid;
  border-width: 5px;
  font-size: 0;
  border-color: #ccc transparent transparent transparent;
  line-height: 0;
  height: 0;
  width: 0;
  margin-top: -2px; }
table.sortable span.arrow.up {
  border-color: transparent transparent #ccc transparent;
  margin-top: -7px; }
table.sortable span.reversed {
  border-color: transparent transparent #ccc transparent;
  margin-top: -7px; }
table.sortable span.reversed.up {
  border-color: #ccc transparent transparent transparent;
  margin-top: -2px; }
table.sortable span.az:before {
  content: "a .. z"; }
table.sortable span.az.up:before {
  content: "z .. a"; }
table.sortable span.AZ:before {
  content: "A .. Z"; }
table.sortable span.AZ.up:before {
  content: "Z .. A"; }
table.sortable span._19:before {
  content: "1 .. 9"; }
table.sortable span._19.up:before {
  content: "9 .. 1"; }
table.sortable span.month:before {
  content: "jan .. dec"; }
table.sortable span.month.up:before {
  content: "dec .. jan"; }
table.sortable thead th:not([data-defaultsort=disabled]) {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0; }
table.sortable thead th:hover:not([data-defaultsort=disabled]) {
  background: #efefef; }
table.sortable thead th div.mozilla {
  position: relative; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 3px; }
  .btn-xs .glyphicon, .btn-group-xs > .btn .glyphicon {
    font-size: 11px; }

#bodyMain {
	flex-grow: 1;
	margin-left: 220px;
	padding: 0 20px;
}

@media (max-width: 768px) {
	#bodyMain { margin-left: 0px; }
}

#sidenav {
	position: fixed;
	overflow: hidden !important;
	height: 100% !important;
	max-height: 100%;
	width: 220px;
	flex-grow: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	padding: 0;
	margin: 0;
}
  #sidenav ul {
    padding: 0;
    list-style: none; }
  #sidenav .navbar-inverse {
    overflow-y: auto;
    background-image: linear-gradient(to bottom, #222 100%, #3c3c3c 0);
    background-repeat: repeat-x;
    height: 100%;
    border: none;
    padding-top: 61px;
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    min-height: 100%; }
    #sidenav .navbar-inverse > li.active h6 {
      color: #fff; }
    #sidenav .navbar-inverse ul {
      margin: 0; }
    #sidenav .navbar-inverse ul > li > a {
      display: block;
      padding: 0 20px;
      min-height: 2em;
      line-height: 2em; }
      #sidenav .navbar-inverse ul > li > a:hover, #sidenav .navbar-inverse ul > li > a.selected {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2); }
      #sidenav .navbar-inverse ul > li > a.selected {
        border-left: 5px solid #1bbae1; }
    #sidenav .navbar-inverse h6 {
      padding: 0 10px;
      font-weight: bold;
      font-size: 1.2em;
      line-height: 1em;
      cursor: pointer; }
      #sidenav .navbar-inverse h6:hover {
        color: #fff; }
  #sidenav .btn-group {
    padding-left: 20px;
    padding-top: 10px; }
  #sidenav .glyphicon-chevron-right {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    float: right;
    opacity: 0.75; }
  #sidenav .glyphicon-chevron-left {
    font-size: 0.65em;
    color: inherit;
    display: inline-block;
    line-height: inherit;
    float: right;
    opacity: 0.75;
    transition-property: -webkit-transform, transform;
    transition-duration: 0.1s; }
  #sidenav .expanded .glyphicon-chevron-left {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.form-condensed > div[class*='col-'] {
  padding: 3px 5px; }

label.plain-label {
  font-weight: normal; }

.label-light {
  color: inherit;
  border: 1px solid #ddd; }

.label-light[href]:hover, .label-light[href]:focus {
  color: #fff;
  background-color: #5bc0de; }

.js-translationValue {
  padding-left: 12px; }

.js-translationPreview {
  cursor: pointer; }
  .js-translationPreview .js-translationEdit {
    font-size: 0.9em;
    opacity: 0;
    padding: 0 5px;
    color: #3c763d;
    transition: opacity 0.4s; }
  .js-translationPreview:hover .js-translationEdit {
    opacity: 1; }

.js-translationTemplate {
  display: none; }

.js-languageChange {
  position: fixed;
  bottom: 5px;
  right: 5px; }
  .js-languageChange ul a {
    cursor: pointer; }

.js-languageCreate.affix {
  top: 50px;
  background-color: rgba(200, 200, 200, 0.5);
  z-index: 100; }

.js-guid {
  outline: none; }
  .js-guid::selection {
    background-color: rgba(66, 139, 202, 0.2); }
