/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 ** CONTAINER
 */
#mainContent {
  position: relative;
  z-index: 2;
  background: white;
  min-height: 100%; }
  #mainContent.pointer-events * {
    pointer-events: none; }

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  	/*
   	 ** MAIN CONTENT
  	 */
  	/*
   	 ** UPLOADER
  	 */ }
  #container .disable {
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/ajax-loader.gif) no-repeat center rgba(0, 0, 0, 0.2);
    z-index: 99999;
    position: fixed; }
    body.disable #container .disable {
      display: block; }
  #container #adminContent .uploadBtn {
    display: none; }
  #container #adminContent #sidebar {
    width: 0px; }
  #container #adminContent #content {
    padding: 40px 0 0 10px; }
    #container #adminContent #content #explorer ul li.th, #container #adminContent #content header {
      width: 100%; }
    #container #adminContent #content #explorer ul {
      margin-top: 172px; }
      #container #adminContent #content #explorer ul li.th {
        top: 170px; }
  #container #content {
    padding-left: 340px;
    padding-top: 40px;
    /*
     ** EXPLORER
     */ }
    #container #content #breadcrumb {
      font-size: 18px;
      margin-bottom: 30px;
      margin-left: 19px; }
      #container #content #breadcrumb i {
        margin-right: 14px; }
      #container #content #breadcrumb .ctn {
        display: inline; }
      #container #content #breadcrumb a {
        color: gray; }
        #container #content #breadcrumb a:after {
          content: "/";
          display: inline-block;
          margin-right: 4px; }
        #container #content #breadcrumb a:last-child {
          color: black; }
          #container #content #breadcrumb a:last-child:after {
            content: ""; }
    #container #content header {
      position: fixed;
      width: calc(100% - 340px);
      background: #FFF;
      top: 0;
      padding: 40px 0px 35px;
      z-index: 51; }
      #container #content header .btn--simple {
        margin-top: -5px;
        margin-right: 19px; }
    #container #content .tools {
      position: relative;
      margin-left: 19px;
      margin-right: 19px; }
      #container #content .tools:before, #container #content .tools:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      #container #content .tools:after {
        clear: both; }
      #container #content .tools .download {
        line-height: 40px;
        float: left;
        -webkit-transition: opacity 300ms ease-out;
        -moz-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
        #container #content .tools .download:hover {
          opacity: 0.4; }
      #container #content .tools .left > span {
        float: left;
        margin-right: 10px;
        z-index: 1;
        position: relative;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden; }
        #container #content .tools .left > span.is-on {
          z-index: 3; }
      #container #content .tools .right {
        position: absolute;
        right: 0; }
        #container #content .tools .right > span {
          float: left;
          margin-right: 10px; }
        #container #content .tools .right .numbs {
          line-height: 42px; }
        #container #content .tools .right .nav {
          margin-right: 0; }
          #container #content .tools .right .nav.first .nav-left {
            opacity: 0.5;
            pointer-events: none; }
          #container #content .tools .right .nav.last .nav-right {
            opacity: 0.5;
            pointer-events: none; }
          #container #content .tools .right .nav a {
            float: left; }
            #container #content .tools .right .nav a:first-child {
              margin-right: 10px; }
      #container #content .tools .display {
        color: #545454; }
      #container #content .tools .dropdown {
        position: relative; }
        #container #content .tools .dropdown.large ul {
          width: 115%; }
        #container #content .tools .dropdown.open ul {
          display: block; }
        #container #content .tools .dropdown.open .btn {
          border: 1px solid #e6e6e6;
          background: #f2f2f2; }
        #container #content .tools .dropdown.open .btn:hover,
        #container #content .tools .dropdown.open li:hover {
          background-color: #fafafa; }
        #container #content .tools .dropdown ul {
          display: none;
          position: absolute;
          top: calc(100% - 1px);
          background: #f2f2f2;
          width: 100%;
          left: 0px;
          border: 1px solid #e6e6e6;
          margin-top: 2px;
          background: #fff;
          color: #545454; }
          #container #content .tools .dropdown ul.bottom {
            margin-bottom: 2px;
            top: auto;
            bottom: calc(100% - 1px); }
          #container #content .tools .dropdown ul li {
            height: 40px;
            font-weight: bold;
            cursor: pointer; }
            #container #content .tools .dropdown ul li span {
              text-indent: 14px;
              display: inline-block;
              margin-top: 15px; }
    #container #content #explorer {
      margin-top: 20px; }
      #container #content #explorer input {
        padding: 5px 8px;
        margin-right: 0;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        outline: 0;
        background: #fafafa;
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        transition: all 100ms ease-out; }
        #container #content #explorer input:focus {
          background: white;
          border-color: #cccccc; }
        #container #content #explorer input.pwd {
          margin-right: 15px; }
      #container #content #explorer ul {
        margin-top: 167px;
        display: table;
        width: 100%; }
        #container #content #explorer ul li {
          display: table-row;
          margin: 5px 0;
          height: 90px;
          background: #f2f2f2;
          -webkit-transition: background 200ms ease-out;
          -moz-transition: background 200ms ease-out;
          transition: background 200ms ease-out; }
          #container #content #explorer ul li:hover, #container #content #explorer ul li.new {
            background: white;
            -webkit-transition: background 0ms ease-out;
            -moz-transition: background 0ms ease-out;
            transition: background 0ms ease-out; }
            #container #content #explorer ul li:hover .utils i, #container #content #explorer ul li.new .utils i {
              opacity: 1;
              -webkit-transition: opacity 0ms ease-out;
              -moz-transition: opacity 0ms ease-out;
              transition: opacity 0ms ease-out; }
          #container #content #explorer ul li > span {
            line-height: 12px;
            display: table-cell;
            border-bottom: 1px solid #e6e6e6; }
          #container #content #explorer ul li.selected {
            background: #fafafa; }
          #container #content #explorer ul li.th {
            position: fixed;
            top: 165px;
            width: calc(100% - 340px);
            height: 41px;
            z-index: 50;
            margin: 0; }
            #container #content #explorer ul li.th .ctn {
              width: 100%;
              display: table; }
            #container #content #explorer ul li.th .ctn_ {
              display: table-row; }
            #container #content #explorer ul li.th:hover {
              background: #f2f2f2; }
            #container #content #explorer ul li.th .ctn_ > span {
              white-space: nowrap;
              height: 40px;
              cursor: pointer;
              border-top: 1px solid #e6e6e6;
              display: table-cell;
              border-bottom: 1px solid #e6e6e6;
              height: 0;
              line-height: 40px; }
              #container #content #explorer ul li.th .ctn_ > span.image {
                cursor: auto; }
              #container #content #explorer ul li.th .ctn_ > span:hover {
                color: #545454; }
              #container #content #explorer ul li.th .ctn_ > span .icon-arrow--blue {
                opacity: 0;
                margin-left: 9px; }
              #container #content #explorer ul li.th .ctn_ > span.active {
                color: #0e9ecd; }
                #container #content #explorer ul li.th .ctn_ > span.active .icon-arrow--blue {
                  opacity: 1; }
              #container #content #explorer ul li.th .ctn_ > span.desc .icon-arrow--blue {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                margin-bottom: 2px; }
          #container #content #explorer ul li.folder, #container #content #explorer ul li.dot {
            height: 50px;
            height: 0;
            line-height: 50px; }
            #container #content #explorer ul li.folder .filename, #container #content #explorer ul li.folder .image, #container #content #explorer ul li.dot .filename, #container #content #explorer ul li.dot .image {
              height: 50px; }
          #container #content #explorer ul li.edit .filename, #container #content #explorer ul li.edit .image {
            cursor: auto; }
          #container #content #explorer ul li.edit .filename a {
            display: none; }
          #container #content #explorer ul li.edit .filename input {
            display: inline-block; }
          #container #content #explorer ul li.new .create-folder {
            display: inline-block;
            margin-left: 0; }
          #container #content #explorer ul li.new .edit {
            display: none; }
          #container #content #explorer ul li.dragover {
            background: #fff; }
          #container #content #explorer ul li .create-folder {
            display: none; }
          #container #content #explorer ul li .input {
            padding-left: 0px;
            width: 80px;
            text-align: center;
            height: 50px; }
          #container #content #explorer ul li .image {
            width: 70px;
            min-width: 70px;
            text-align: center;
            height: 90px; }
            #container #content #explorer ul li .image .inner {
              width: 100%;
              height: 70px;
              overflow: hidden;
              vertical-align: middle;
              display: inline-block;
              position: relative;
              margin: 10px 0; }
            #container #content #explorer ul li .image img, #container #content #explorer ul li .image i.icon-file, #container #content #explorer ul li .image i.icon-media {
              max-width: 100%;
              height: auto;
              position: absolute;
              top: 50%;
              left: 50%;
              padding: 10px 0;
              box-sizing: border-box;
              -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
            #container #content #explorer ul li .image img {
              z-index: 1; }
            #container #content #explorer ul li .image.image--no-bg {
              background: none; }
          #container #content #explorer ul li .filename {
            padding: 0 20px;
            color: #545454;
            font-weight: bold;
            max-width: 340px;
            min-width: 220px; }
            #container #content #explorer ul li .filename input {
              display: none; }
            #container #content #explorer ul li .filename a {
              padding: 20px 20px 20px 0;
              word-break: break-word; }
          #container #content #explorer ul li .type {
            width: 100px;
            word-break: break-word;
            padding-right: 20px; }
            #container #content #explorer ul li .type span {
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              max-width: 100px;
              display: block; }
          #container #content #explorer ul li .size {
            width: 80px; }
          #container #content #explorer ul li .date {
            width: 150px;
            word-break: break-word;
            padding-right: 20px; }
          #container #content #explorer ul li .utils {
            width: 115px;
            min-width: 115px;
            text-align: right; }
            #container #content #explorer ul li .utils .ctn {
              margin-right: 20px;
              white-space: nowrap; }
            #container #content #explorer ul li .utils a {
              margin-left: 20px;
              position: relative; }
              #container #content #explorer ul li .utils a.view {
                margin-left: 0px; }
              #container #content #explorer ul li .utils a .tooltip {
                width: 80px;
                margin-left: -40px;
                margin-top: 10px; }
            #container #content #explorer ul li .utils i {
              opacity: 0;
              -webkit-transition: opacity 200ms ease-out;
              -moz-transition: opacity 200ms ease-out;
              transition: opacity 200ms ease-out; }
    #container #content footer {
      margin-top: 20px;
      background: white; }
      #container #content footer:before, #container #content footer:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      #container #content footer:after {
        clear: both; }
      #container #content footer .copy {
        margin-top: 45px;
        margin-right: 19px;
        margin-bottom: 19px;
        float: right; }
  #container #uploader {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 310px;
    background: #333333;
    padding: 40px;
    z-index: 1; }
    #container #uploader.draghax * {
      pointer-events: none; }
    #container #uploader .closePanel {
      cursor: pointer;
      float: right;
      padding: 5px; }
    #container #uploader .ctn {
      clear: both;
      height: calc(100% - 132px); }
    #container #uploader .title {
      float: left;
      margin-bottom: 30px;
      font-size: 18px; }
      #container #uploader .title i {
        margin-right: 14px; }
      #container #uploader .title i, #container #uploader .title span {
        display: inline-block;
        vertical-align: middle; }
    #container #uploader .close-all {
      float: right;
      cursor: pointer;
      opacity: 0;
      margin-top: 5px;
      -webkit-transition: opacity 400ms ease-out;
      -moz-transition: opacity 400ms ease-out;
      transition: opacity 400ms ease-out; }
      #container #uploader .close-all.visible {
        opacity: 1; }
    #container #uploader .upload-list {
      clear: right;
      height: calc(100% - 202px);
      overflow: hidden;
      margin-top: 10px; }
      #container #uploader .upload-list > .inner {
        margin-top: -10px; }
      #container #uploader .upload-list .block {
        padding: 12px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    #container #uploader .block {
      background: #3d3d3d;
      border: 1px solid #484848;
      height: 90px;
      margin-top: 10px; }
      #container #uploader .block .ctn {
        position: relative; }
      #container #uploader .block .close {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: opacity 200ms ease-out;
        -moz-transition: opacity 200ms ease-out;
        transition: opacity 200ms ease-out; }
      #container #uploader .block:hover .close {
        opacity: 1;
        -webkit-transition: opacity 0ms ease-out;
        -moz-transition: opacity 0ms ease-out;
        transition: opacity 0ms ease-out; }
      #container #uploader .block .filename {
        color: gray;
        display: block;
        font-size: 12px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: bold;
        margin-right: 45px;
        overflow: hidden; }
        #container #uploader .block .filename .inner {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      #container #uploader .block .path {
        display: block;
        line-height: 1.6; }
        #container #uploader .block .path .fullPath {
          display: inline-block;
          overflow: hidden;
          vertical-align: top; }
          #container #uploader .block .path .fullPath .inner {
            display: inline-block;
            min-width: 100%;
            white-space: nowrap;
            /* FIX SAFARI :( */
            display: inline-block;
            width: 212px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      #container #uploader .block .state {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 17px;
        color: white;
        font-size: 14px;
        font-weight: bold; }
        #container #uploader .block .state .complete,
        #container #uploader .block .state .error,
        #container #uploader .block .state .waiting,
        #container #uploader .block .state .current {
          display: none; }
      #container #uploader .block .progress {
        height: 5px;
        background: #545454;
        width: 100%;
        margin-top: 14px;
        overflow: hidden;
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        transition: all 100ms; }
        #container #uploader .block .progress .currentProgress {
          display: block;
          width: 100%;
          height: 100%;
          -webkit-transform: translate3d(-100%, 0, 0);
          -ms-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
      #container #uploader .block.complete .filename {
        color: #0e9ecd; }
      #container #uploader .block.complete .state .complete {
        display: block; }
      #container #uploader .block.complete .progress .currentProgress {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        background: #0e9ecd; }
      #container #uploader .block.waiting .state .waiting {
        display: block; }
      #container #uploader .block.current .filename {
        color: white; }
      #container #uploader .block.current .state .current {
        display: block; }
      #container #uploader .block.current .progress .currentProgress {
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        background: white; }
      #container #uploader .block.error .filename {
        color: #ec0000; }
      #container #uploader .block.error .state .error {
        display: block; }
      #container #uploader .block.error .progress {
        background: #ec0000; }
        #container #uploader .block.error .progress .currentProgress {
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          background: #ec0000; }
    #container #uploader .drag-n-drop {
      padding: 10px;
      height: 170px;
      text-align: center;
      font-size: 18px; }
      #container #uploader .drag-n-drop.dragover .wrapper {
        border-color: #0e9ecd; }
      #container #uploader .drag-n-drop .wrapper {
        border: 5px dashed #5e5e5e;
        height: 160px;
        -webkit-transition: border-color 250ms ease-out;
        -moz-transition: border-color 250ms ease-out;
        transition: border-color 250ms ease-out; }
      #container #uploader .drag-n-drop span {
        display: inline-block; }
        #container #uploader .drag-n-drop span.big {
          margin-top: 30px; }
        #container #uploader .drag-n-drop span.little {
          display: block;
          font-size: 12px;
          margin: 6px 0 11px; }

/*
 ** CONNEXION FORM
 */
.box--login {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px; }
  .box--login input {
    width: 100%;
    padding: 0 20px;
    bottom: 0;
    outline: 0;
    margin-top: 30px; }
  .box--login fieldset {
    padding-top: 10px; }
    .box--login fieldset input {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 13px;
      font-weight: normal;
      line-height: normal;
      display: inline-block;
      height: 40px;
      margin: 3px 0;
      width: 300px;
      font-size: 13px;
      line-height: 18px;
      color: #8C8C8C;
      border: 1px solid #e5e5e5;
      padding: 0 10px 0 10px;
      border-radius: 2px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: border-color 300ms ease;
      -moz-transition: border-color 300ms ease;
      transition: border-color 300ms ease; }
      .box--login fieldset input:focus {
        border-color: #666; }
    .box--login fieldset label {
      font-size: 13px;
      color: #444;
      display: block;
      float: none;
      width: auto;
      font-weight: bold;
      text-align: left;
      line-height: 25px;
      margin-top: 10px; }
  .box--login .btn.btn--blue {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 25px; }
  .box--login .heading-2 {
    margin-top: 30px;
    margin-bottom: 10px; }

#loginError {
  color: #ec0000;
  float: left; }

#authentication-status {
  margin-left: 20px;
  position: absolute;
  line-height: 30px;
  color: #F00; }

/*
 ** CUSTOM RIGHT CLICK
 */
#crc {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.218s;
  -moz-transition: opacity 0.218s;
  transition: opacity 0.218s;
  background: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  outline: none;
  padding: 6px 0;
  position: fixed;
  z-index: 1; }
  #crc ul li {
    padding: 6px 8em 6px 30px;
    cursor: pointer; }
    #crc ul li:hover {
      background: #eee; }

/*
 ** LOGOUT
 */
.logout {
  float: right;
  margin-right: 20px; }

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 330px;
  border-left: 10px solid #0e9ecd;
  background: #e0e0e0;
  overflow-x: auto;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  #sidebar #logo {
    margin-bottom: 30px; }
    #sidebar #logo h1 {
      font-size: 18px;
      display: inline-block;
      margin-left: 14px; }
    #sidebar #logo a {
      display: inline-block; }
  #sidebar .ctn {
    margin-left: 30px;
    margin-top: 40px;
    width: 300px; }
  #sidebar .ctn > ul > li {
    opacity: .6; }
  #sidebar ul {
    font-size: 12px; }
    #sidebar ul a {
      color: black;
      display: inline-block; }
      #sidebar ul a span {
        margin-left: 10px;
        margin-right: 30px; }
    #sidebar ul li {
      margin: 5px 0;
      height: auto;
      margin-top: 15px;
      margin-left: 20px;
      white-space: nowrap; }
      #sidebar ul li .icon-arrow {
        display: none; }
      #sidebar ul li.sub {
        margin-left: 0; }
        #sidebar ul li.sub > .icons .icon-arrow {
          display: inline-block; }
      #sidebar ul li .icons {
        cursor: pointer; }
        #sidebar ul li .icons .icon-arrow {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: opacity 300ms ease-out;
          -moz-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out; }
      #sidebar ul li.current {
        opacity: 1; }
        #sidebar ul li.current ul {
          display: block; }
        #sidebar ul li.current .icons .icon-arrow {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
      #sidebar ul li.close:not(.dragover) {
        opacity: .6; }
        #sidebar ul li.close:not(.dragover) ul {
          height: 0;
          margin: 0;
          overflow: hidden; }
        #sidebar ul li.close:not(.dragover) .icons .icon-arrow {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transition: opacity 300ms ease-out;
          -moz-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out; }
      #sidebar ul li .icons .icon {
        vertical-align: middle;
        margin-right: 10px; }
    #sidebar ul ul {
      margin-left: 17px; }

.icon-arrow--blue {
  background-image: url(../img/sprite.png);
  background-position: -91px -65px;
  width: 9px;
  height: 6px; }

.icon-arrow {
  background-image: url(../img/sprite.png);
  background-position: -91px -57px;
  width: 10px;
  height: 6px; }

.icon-browse {
  background-image: url(../img/sprite.png);
  background-position: 0px -66px;
  width: 20px;
  height: 16px; }

.icon-check--ok {
  background-image: url(../img/sprite.png);
  background-position: -91px 0px;
  width: 14px;
  height: 14px; }

.icon-check {
  background-image: url(../img/sprite.png);
  background-position: -91px -16px;
  width: 14px;
  height: 14px; }

.icon-close {
  background-image: url(../img/sprite.png);
  background-position: -91px -32px;
  width: 12px;
  height: 12px; }

.icon-delete {
  background-image: url(../img/sprite.png);
  background-position: -14px -25px;
  width: 16px;
  height: 20px; }

.icon-download--blue {
  background-image: url(../img/sprite.png);
  background-position: -44px -47px;
  width: 20px;
  height: 17px; }

.icon-download {
  background-image: url(../img/sprite.png);
  background-position: 0px -47px;
  width: 20px;
  height: 17px; }

.icon-edit {
  background-image: url(../img/sprite.png);
  background-position: -29px 0px;
  width: 16px;
  height: 21px; }

.icon-file {
  background-image: url(../img/sprite.png);
  background-position: -67px -21px;
  width: 14px;
  height: 18px; }

.icon-folder--small {
  background-image: url(../img/sprite.png);
  background-position: -35px -84px;
  width: 15px;
  height: 12px; }

.icon-folder--white {
  background-image: url(../img/sprite.png);
  background-position: -18px -84px;
  width: 15px;
  height: 12px; }

.icon-folder-open, #container #content #explorer.dragover ul li.folder:not(.selected) .icon.icon-folder {
  background-image: url(../img/sprite.png);
  background-position: -65px -66px;
  width: 22px;
  height: 15px; }

.icon-folder-w-p {
  background-image: url(../img/sprite.png);
  background-position: 0px -84px;
  width: 16px;
  height: 12px; }

.icon-folder {
  background-image: url(../img/sprite.png);
  background-position: -22px -66px;
  width: 20px;
  height: 16px; }

.icon-loading {
  background-image: url(../img/sprite.png);
  background-position: -66px -47px;
  width: 19px;
  height: 17px; }

.icon-lock {
  background-image: url(../img/sprite.png);
  background-position: -47px -22px;
  width: 13px;
  height: 18px; }

.icon-logo {
  background-image: url(../img/sprite.png);
  background-position: -44px -66px;
  width: 19px;
  height: 15px; }

.icon-media {
  background-image: url(../img/sprite.png);
  background-position: -47px 0px;
  width: 18px;
  height: 20px; }

.icon-next {
  background-image: url(../img/sprite.png);
  background-position: -99px -46px;
  width: 6px;
  height: 9px; }

.icon-prev {
  background-image: url(../img/sprite.png);
  background-position: -91px -46px;
  width: 6px;
  height: 9px; }

.icon-server {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 27px;
  height: 23px; }

.icon-upload {
  background-image: url(../img/sprite.png);
  background-position: -22px -47px;
  width: 20px;
  height: 17px; }

.icon-view {
  background-image: url(../img/sprite.png);
  background-position: -52px -84px;
  width: 20px;
  height: 12px; }

.icon-waiting {
  background-image: url(../img/sprite.png);
  background-position: 0px -25px;
  width: 12px;
  height: 20px; }

.icon-warning {
  background-image: url(../img/sprite.png);
  background-position: -67px 0px;
  width: 22px;
  height: 19px; }

.btn {
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: black;
  border: 1px solid #e6e6e6;
  display: block;
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: background, border-color;
  -moz-transition-property: background, border-color;
  transition-property: background, border-color; }
  .btn.btn--left i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .btn.btn--right i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .btn.bt--square {
    width: 40px; }
  .btn.btn--up i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .btn:hover {
    border: 1px solid #d0d0d0;
    background-color: #fafafa; }
  .btn.btn--simple {
    background: none;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-color: #ccc; }
    .btn.btn--simple:hover {
      border-color: black; }
    .btn.btn--simple > span {
      padding-left: 10px; }
  .btn.btn--large {
    text-align: left; }
    .btn.btn--large i, .btn.btn--large span {
      opacity: .6;
      vertical-align: middle;
      -webkit-transition: opacity 300ms ease-out;
      -moz-transition: opacity 300ms ease-out;
      transition: opacity 300ms ease-out; }
    .btn.btn--large i {
      margin-left: 12px;
      margin-right: 12px; }
    .btn.btn--large:hover i, .btn.btn--large:hover span {
      opacity: 1; }
  .btn.btn--ico-right {
    text-align: left; }
    .btn.btn--ico-right span, .btn.btn--ico-right i {
      display: inline-block;
      vertical-align: middle; }
    .btn.btn--ico-right span {
      padding-left: 14px; }
    .btn.btn--ico-right i {
      margin: 0 14px 0 13px; }
    .btn.btn--ico-right.btn--large i, .btn.btn--ico-right.btn--large span {
      opacity: 1;
      vertical-align: baseline; }
  .btn.btn--blue {
    position: relative;
    text-align: left;
    font-weight: bold;
    color: white;
    background: #0e9ecd;
    border: 1px solid #0e9ecd;
    height: 40px; }
    .btn.btn--blue i {
      margin-left: 12px;
      margin-right: 12px;
      display: inline-block;
      vertical-align: middle;
      z-index: 2;
      position: relative; }
    .btn.btn--blue:hover {
      background-color: #10b0e5; }
  .btn.btn--padd {
    padding: 0 10px; }

#popUp {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.8); }

#preview {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5; }
  #preview iframe {
    display: block;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px 0;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #preview .nav div {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    display: table;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    #preview .nav div i {
      margin-top: 21px; }
    #preview .nav div.next {
      right: 40px; }
    #preview .nav div.prev {
      left: 40px; }

#popConfirmContainer {
  position: relative;
  width: 400px;
  z-index: 5;
  display: table-cell;
  vertical-align: middle; }

#popConfirm {
  border: 1px solid #D3D3D3;
  background: #FFF;
  width: 400px;
  margin: 0 auto; }

#popConfirm-header {
  display: block;
  width: 400px;
  height: 40px;
  background-color: #232323;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  text-indent: 20px; }
  #popConfirm-header .icon {
    float: right;
    margin-top: 10px;
    margin-right: 20px; }

#popConfirm-msg {
  text-align: center;
  padding: 50px 20px;
  font-weight: bold;
  font-size: 14px; }

#popConfirm-cmd {
  text-align: center; }

#btConfirm, #btCancel {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 35px; }

#btConfirm {
  margin-right: 10px; }

.tooltip {
  position: absolute;
  z-index: 2;
  background: black;
  border-radius: 2px;
  padding: 2px 0;
  width: 110px;
  text-align: center;
  display: inline-block; }
  .tooltip:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 4px; }

.tooltip--n {
  left: 50%;
  margin-left: -55px;
  margin-top: 3px;
  top: 100%; }
  .tooltip--n:after {
    bottom: 100%;
    left: 50%;
    border-bottom-color: black;
    margin-left: -5px; }

.tooltip--e:after {
  left: 100%;
  top: 50%;
  border-left-color: black;
  margin-top: -4px; }

.tooltip--s {
  left: 50%;
  margin-left: -55px;
  top: -23px; }
  .tooltip--s:after {
    top: 100%;
    left: 50%;
    border-top-color: black;
    margin-left: -4px; }

.tooltip--w:after {
  right: 100%;
  top: 50%;
  border-right-color: black;
  margin-top: -4px; }

/* ---------------
--  TYPOGRAPHY  --
--------------- */
.heading-1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  color: #0e9ecd;
  line-height: 24px; }
  .heading-1 .icon {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px; }

.heading-2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: black;
  line-height: 24px; }
  .heading-2 .icon {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px; }

.teasing-1, .tooltip {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px; }

/* -------------------
--  GENERAL STYLES  --
------------------- */
html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial,sans-serif; }

h1, h2, h3, h4, h5, ul, li, p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: black; }

button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

/*
 ** UTILS
 */
.an {
  font-weight: bold;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  color: gray;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  transition: color 200ms ease-out; }
  .an:hover {
    color: #545454; }

.blue-color {
  color: #0e9ecd; }

.bold {
  font-weight: bold; }

.fix-vam {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.hidden {
  display: none; }

body {
  color: gray;
  font-size: 12px; }

i.icon {
  display: inline-block;
  vertical-align: middle; }

/*# sourceMappingURL=style.css.map */
