.main-container:before{
  content: " ";
  display: table;
}

.main-container:after{
  clear: both;
  content: " ";
  display: table;
}

main{
  padding-bottom: 70px;
  /*this here is to avoid horizontal scrolling*/
  width:79%;
}

#main, #sidemenu{
  padding-top: 50px;
}

#sidemenu{
  padding-bottom: 50px;
  /*width:237px;*/
  overflow: auto;
}

#sidemenu ul li ul li.active a{ 
	color: white;
}

#sidemenu ul li:hover ul li a{ 
	color: white;
}

#sidemenu.ref-side ul li:hover ul li.active a, #sidemenu.ref-side ul li:hover ul li.active{ 
	color: white;
}

html {
  height: 100%;
  margin: 0px;
}

body{
padding-top: 51px;
height: auto;
}

g[class="tick"] text[dy],
g[class="nv-axisMaxMin nv-axisMaxMin-x nv-axisMin-x"] text[dy],
g[class="nv-axisMaxMin nv-axisMaxMin-x nv-axisMax-x"] text[dy],
g[class="nv-axisMaxMin nv-axisMaxMin-y nv-axisMin-y"] text[dy],
g[class="nv-axisMaxMin nv-axisMaxMin-y nv-axisMax-y"] text[dy],
text[class="nv-legend-text"] {
  font: normal 8px Arial;
}


@media (min-width: 768px) {
  body{
    /*height: 100%;*/
    height: auto;
  }
  #sidemenu{
    position: fixed;
  }

}

@media (max-width: 767px){
body{
  height: auto;
}

  #sidemenu{
    position: relative;
  }

}

#footer {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

#footer.footerbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 5px;
  padding: 10px 5px 0px;
}

.copyright{
}

footer {
    margin: 0;
    margin-top: 50px;
}

.full-height{
  min-height: 100%;
  height: 100%;
  margin-bottom: 0;
}

.min-full-height{
  min-height: 100%;
  height: 100%;
  margin-bottom: 0;
}

.nav .dropdown.open .caret{
    border-top: none;
    border-bottom: 4px solid #000000;
}

.clickable:hover{
  cursor: pointer;
}

text[x]tspan[dx="0"]{
  /*opacity: 0;*/
}

.border-red{
  /*background-color: gold;*/
  border: 2px solid gold;
}

.border-blue{
  border: 1px solid blue;
}

.text-error{
  color: red;
}

.fondu {
  transition: all linear 0.5s;
}
.fondu.ng-hide {
  opacity: 0;
}

[inline-edit="text"].no-focus-style:focus {
  /*outline-width: 0;
  outline: none;*/
}

.ng-inline-edit__input{
  /*width: 146px;*/
  max-width: 80%;
  /*background: lightblue;*/
}

.scroll-to
{
  bottom: 5px;
	position: fixed;
	right: 5px;
  z-index: 1030;
}

.color-caret{
  opacity: 0.3;
}

.custom-caret{
  display: inline-block;
  height: 0;
  opacity: 0.3;
  vertical-align: top;
  width: 0;
  margin-top: 6px;
  margin-right: 2px;
}

.custom-caret.caret-left {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid;
}

.custom-caret.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
}

.custom-caret.caret-down {
    border-right: 4px solid transparent;
    border-top: 4px solid;
    border-left: 4px solid transparent;
}

.display-inline{
  display: inline;
}

/* ANIMATIONS
============================================================================= */

/* leaving animations ----------------------------------------- */
/* rotate and fall */
@keyframes rotateFall {
    0%      { transform: rotateZ(0deg); }
    20%     { transform: rotateZ(10deg); animation-timing-function: ease-out; }
    40%     { transform: rotateZ(17deg); }
    60%     { transform: rotateZ(16deg); }
    100%    { transform: translateY(100%) rotateZ(17deg); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
    to      { transform: translateX(-100%); }
}

@keyframes slideOutRight {
    to      { transform: translateX(+100%); }
}

/* rotate out newspaper */
@keyframes rotateOutNewspaper {
    to      { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

/* entering animations --------------------------------------- */
/* scale up */
@keyframes scaleUp {
    from    { opacity: 0.3; -webkit-transform: scale(0.8); }
}

/* slide in from the right */
@keyframes slideInRight {
    from    { transform:translateX(100%); }
    to      { transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
    from    { transform:translateY(100%); }
    to      { transform: translateY(0); }
}

#main {
    bottom: 0;
    -webkit-transition: none;
    transition: none;
    /*height:100%;*/
    opacity:1;
    word-wrap: break-word;
}

/*#main.ng-hide-animate{}*/

#main.ng-hide{
  -webkit-transition: all 1s, -webkit-transform 1s;
  transition: all 1s, transform 1s;
    bottom: -100%;
    height : 100%;
    opacity:0;
    height:0;
}


.ng-inline-edit__inner-container{
  word-wrap: break-word;
  max-width: 100%;
}

/*.ng-inline-edit__inner-container:hover, .ng-inline-edit__text:hover .ng-inline-edit__inner-container{
  word-wrap: normal;
  overflow: hidden;
}*/

.ng-inline-edit__button {
  /*color: #00f;*/
  margin-left: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ng-inline-edit__button--edit::before {
  content: "\270f";
}

.ng-inline-edit__button--save::before {
  content: "\e013";
}

.ng-inline-edit__button--edit {
  display: none;
}
.ng-inline-edit__inner-container:hover .ng-inline-edit__button--edit {
  display: inline-block;
}

.ng-inline-edit__button--save {
  color: green;
}

ul.ul-assets{
  list-style-type: none;
  padding-left: 0px;
}

.li-expander_a {
  text-decoration: none;
  color: black;
}

tr.tr-device .trash{
  display: none;
}

tr.tr-device:hover .trash{
  display: inline-block;
}

div.note-wrapper{
      margin: 1.5em 0;
      padding: 10px;
      /*padding-right: 0;*/
      position: relative;
}

div.note-wrapper div.note{
    background-color: #f5f5f5;
    padding: 20px 20px 20px 50px;
}

.chapter{
  padding-top: 40px;
  margin-bottom: 50px;
}

.novice.novice-postman.folder{
  padding-top: 60px;
}

.novice.novice-postman.table-request{
  margin-bottom: 25px;
}
