/* v0.1.0 */
/* Nebula Client Offline */
  #NebulaClient, #NebulaDemo {
    font-family          : "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size            : 14px;
    line-height          : 1.42857143;
    position  : fixed;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    background: rgba(0,0,0,0.9);
    z-index   : 999999999;
    -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
  }
  #NebulaClient a, #NebulaDemo a {
    color: #e1941f;
    text-decoration: none;
  }
  #NebulaDemo h3 {
    margin     : 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color      : inherit;
    font-size  : 24px;
  }
  #NebulaClient a:hover, #NebulaDemo a:hover {
    color: #e7a94c;
  }
  #NebulaClient .centeredModal
  , #NebulaDemo .centeredModal {
    position     : absolute;
    border       : 1px solid #C1BBBC;
    background   : #242424;
    padding      : 15px;
    box-sizing   : border-box;
    border-radius: 2px;
  }
  #NebulaClient .centeredModal .close
  , #NebulaDemo .centeredModal .close {
    position     : absolute;
    top          : -10px;
    right        : -10px;
    width        : 26px;
    height       : 26px;
    background   : #343434;
    border-radius: 40px;
    text-align   : center;
    padding      : 3px;
    box-sizing   : border-box;
    border       : 1px solid #C1BBBC;
    cursor       : pointer;
    z-index      : 10;
  }
  #NebulaClient .centeredModal .close:hover
  , #NebulaDemo .centeredModal .close:hover {
    background   : #545456;
  }
  #NebulaClient .centeredModal .btns
  , #NebulaDemo .centeredModal .btns {
    position  : absolute;
    bottom    : 35px;
    left      : 0;
    right     : 0;
    text-align: center;
  }
  #NebulaClient .centeredModal button
  , #NebulaDemo .centeredModal button
  , #NebulaDemo .centeredModal a.btn {
    background-color: rgb(18, 18, 18);
    color           : rgb(253, 253, 253);
    border-color    : rgb(193, 187, 188);
    border-radius   : 0px;
    border-style    : solid;
    border-width    : 1px;
    box-sizing      : border-box;
    cursor          : pointer;
    display         : inline-block;
    font-size       : 14px;
    font-weight     : normal;
    height          : 34px;
    line-height     : 20px;
    margin-bottom   : 0px;
    margin-left     : -1px;
    margin-right    : -1px;
    padding-bottom  : 6px;
    padding-left    : 12px;
    padding-right   : 12px;
    padding-top     : 6px;
    position        : relative;
    text-align      : center;
    text-decoration : none solid rgb(253, 253, 253);
    text-shadow     : none;
    vertical-align  : middle;
    white-space     : nowrap;
    width           : 143px;
    outline-color   : rgb(202, 202, 202);
  }
  #NebulaClient .centeredModal button:hover {
    background-color: rgb(28, 28, 28);
    color           : rgb(202, 202, 202);
  }
  #NebulaClient .centeredModal button:active {
    box-shadow        : rgba(0, 0, 0, 0.121569) 0px 3px 5px 0px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 5px 0px inset;
  }
  #NebulaDemo .centeredModal button
  , #NebulaDemo .centeredModal a.btn {
    width: auto;
  }
  #NebulaDemo .centeredModal a.btn-primary {
    background-color: #e1941f;
    border-color    : #b57718;
  }
  #NebulaDemo .centeredModal a.btn-primary:hover
  , #NebulaDemo .centeredModal a.btn-primary:active {
    background-color: #b57718;
    border-color    : #885912;
  }
  #NebulaClient.fading, #NebulaDemo.fading {
    opacity: 0;
  }
  #NebulaClient.hided, #NebulaDemo.hided {
    display: none;
  }

/* Vignet */
  #NebulaVignet {
    cursor                 : pointer;
    position               : fixed;
    bottom                 : -30px;
    left                   : 60px;
    width                  : 50px;
    height                 : 74px;
    background             : #242424;
    padding                : 7px 10px;
    box-sizing             : border-box;
    border-top-left-radius : 5px;
    border-top-right-radius: 5px;
    z-index                : 9999999999;
    -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  }
  #NebulaVignet:hover {
    background : #868686;
    bottom     : 0;
  }
  
  #NebulaClient .centeredModal .nebulaLoader {
    display            : none;
    position           : absolute;
    top                : 0;
    left               : 0;
    right              : 0;
    bottom             : 0;
    background-color   : black;
    opacity            : 0.91;
    background-image   : url( './img/loader.gif' );
    background-repeat  : no-repeat;
    background-position: 50% 50%;
  }

#NebulaDemo .nebula-demo-choice {
  margin-bottom: 10px;
}
#NebulaDemo .nebula-demo-choice div {
  float     : left;
  width     : 50%;
  box-sizing: border-box;
  padding    : 0 10px;
  margin-bottom: 10px;
}
#NebulaDemo p {
  clear : both;
  margin: 0 0 10px;
}

@media screen and (min-width: 600px) and (min-height: 350px) {
  #NebulaClient .centeredModal, #NebulaDemo .centeredModal {
    top          : 50%;
    left         : 50%;
    right        : auto;
    bottom       : auto;
    width        : 600px;
    height       : 350px;
    margin-left  : -300px;
    margin-top   : -150px;
  }
}

@media screen and (max-width: 600px) and (min-height: 440px) {
  #NebulaClient .centeredModal, #NebulaDemo .centeredModal {
    top       : 50%;
    bottom    : auto;
    margin-top: -200px;
    width     : 100%;
    min-height: 400px;
    height    : auto;
  }
  #NebulaDemo .nebula-demo-choice div {
    width: 100%;
  }
}