/* Minification failed. Returning unminified contents.
(2033,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@include'
(2128,44): run-time error CSS1032: Expected identifier or string, found '1'
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(/fonts/MaterialIcons-Regular.woff) format('woff'),
       url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.dpui-numberPicker-input {
    float: left;
    width: 30px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    outline: none;
    margin-top: 5px !important;
    display: none !important;
}

.dpui-numberPicker-decrease {
    float: left;
    padding-top: 0.58rem;
    padding-right: 0.58rem;
    padding-bottom: 0.58rem;
    padding-left: 0.58rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 5px;
    background-color: #fff !important;
    color: #369ec2 !important;
    display: none;
    }
.dpui-numberPicker-increase {
    float: left;
    padding-top: 0.58rem;
    padding-right: 0.58rem;
    padding-bottom: 0.58rem;
    padding-left: 0.58rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 5px;
    background-color: #fff !important;
    color: #369ec2 !important;
    display: none;
}

.message-popup {
  position: fixed;
  top: 1.5625em;
  right: 1.5625em;
  z-index: 10;
  width: 18.75em;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-align: left !important;
}
  .message-popup h3 {
    margin: 0;
    font-size: 13px;
    padding: 1.15385em 1.5625em;
    color: #000;
    color: rgba(0, 0, 0, 0.3);
    background: #fdfdfd;
    background: #fff;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    height: 50px; }
  .message-popup .message-text {
    font-size: 13px;
    margin: 0 !important;
    padding: 1.53846em 1.53846em;
    padding-left: 5.38462em;
    position: relative; }
    .message-popup .message-text:before {
      content: "";
      width: 2.61538em;
      height: 2.61538em;
      left: 1.53846em;
      top: 50%;
      margin-top: -1.30769em;
      position: absolute; }
  .message-popup.success .message-text {
    color: #5d9c1c; }
    .message-popup.success .message-text:before {
        background: url(/Content/Images/SiteInner/popup-deco.png) center no-repeat;
        background-size: contain;
    }
  .message-popup.error .message-text {
    color: #d40000; }
    .message-popup.error .message-text:before {
        background: url(/Content/Images/SiteInner/popup-error-deco.png) center no-repeat; background-size: contain;
    }
    .message-popup.warning .message-text:before {
      background: url(/Content/Images/SiteInner/popup-warning-deco.png) center no-repeat;
      background-size: contain; }
  .message-popup .mesage-popup_close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    background: url(/Content/Images/SiteInner/cross.png) center no-repeat;
    background-size: contain; }
    .message-popup .mesage-popup_close:after {
      content: "";
      width: 300%;
      height: 300%;
      top: -100%;
      left: -100%;
      position: absolute; }
    .noty_text {
          margin-bottom: 0;
          font-size: 13px;
    }
    .input-validation-error {
        border: 1px solid #e47f7f !important;
      color: #cb2711 !important;
      box-shadow: 0px 0px 10px rgba(204, 0, 0, 0.25) !important;
    }

    .checkbox-wrapper, .radio-wrapper {
  font-size: 13px;
  color: #777777;
  padding-left: 1.92308em;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .checkbox-wrapper:before, .radio-wrapper:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.53846em; }
  .checkbox-wrapper:after, .radio-wrapper:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.61538em;
    background: url(/Content/Images/SiteInner/checkbox-icon.png) center no-repeat;
    background-size: contain;
    transition: 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .checkbox-wrapper input, .radio-wrapper input {
    position: fixed;
    top: -9999px;
    left: -9999px;
    z-index: 10; }
  .checkbox-wrapper.input-checked, .radio-wrapper.input-checked {
    color: #2d86b3; }
    .checkbox-wrapper.input-checked:before, .radio-wrapper.input-checked:before {
      border: 1px solid #2d86b3; }
    .checkbox-wrapper.input-checked:after, .radio-wrapper.input-checked:after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.radio-wrapper:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.53846em; }
.radio-wrapper:after {
  content: "";
  display: inline-block;
  width: 0.53846em;
  height: 0.53846em;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -0.30769em;
  background: #2d86b3;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.no-csstransforms .checkbox-wrapper:after, .no-csstransforms .radio-wrapper:after {
  display: none; }
.no-csstransforms .checkbox-wrapper.input-checked:after, .no-csstransforms .radio-wrapper.input-checked:after {
  display: block; }

.popup-login .forms-wrapper {
  padding-top: 1.875em;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 0;
  height: auto;
}


.default-button:hover  {
    color: #fff;
    background: -webkit-linear-gradient(#2d86b3, #369ec2);
    background: -o-linear-gradient(#2d86b3, #369ec2);
    background: -moz-linear-gradient(#2d86b3, #369ec2);
    background: linear-gradient(#2d86b3, #369ec2); }

.default-button:hover {
    color: #fff;
    background: -webkit-linear-gradient(#2d86b3, #369ec2);
    background: -o-linear-gradient(#2d86b3, #369ec2);
    background: -moz-linear-gradient(#2d86b3, #369ec2);
    background: linear-gradient(#2d86b3, #369ec2); }

.overlay-spin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 100; }
  .overlay-spin.hidden {
    display: none; }


  .contentSpinnerContainer.hidden {
        display: none;
    }

    .contentSpinner {
          margin-top: 20px;
    }

    #noNewsContainer.hidden {
        display: none;
    }
    .news-archive-link.hidden {
        display: none;
    }

    .clients-logo-grid li > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

    .lang-selectionDummy {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: 0;
  width: 34px;
  height: 21px;
}

    .lang-selectionDummy {
      padding-top: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      margin-left: 0;
      width: 34px;
      height: 21px; }
      
      .lang-selectionDummy li {
        margin: 0;
        padding: 0.3125em 0.625em;
        border: 1px solid #e5e5e5;
        display: none;
        line-height: 0px;
        background: #fff; }
        .lang-selectionDummy li.active {
          display: block; }


        .systemMessage .systemIcon {
    width: 3.75em;
    height: 3.75em;
    margin: 0 auto;
    margin-bottom: 1.25em;
    background: url(/Content/Images/SiteInner/popup-deco.png) center no-repeat;
    background-size: contain; }

        .systemMessage.error .systemIcon{
    background: url(/Content/Images/SiteInner/popup-error-deco.png) center no-repeat;
    background-size: contain; }

        .systemMessage.warning .systemIcon {
    background: url(/Content/Images/SiteInner/popup-warning-deco.png) center no-repeat;
    background-size: contain; }

        .systemMessage.default .systemIcon {
    background: url(/Content/Images/SiteInner/popup-deco-default.png) center no-repeat;
    background-size: contain; }

    .systemMessage.default h4 {
        color: #333333;
    }

        .systemMessage h4 {
    color: #649f1e;
    font-weight: bold;
    font-size: 0.9375em;
    margin-bottom: 1.33333em; }

        .systemMessage.error h4 {
    color: #d40000;}

        .system-message-section {
  margin-top: 3.125em; }
  .system-message-section p {
    color: #333333;
    font-size: 0.9375em;
    line-height: 1.93333em;
    margin: 1.66667em 0; }
  .system-message-section .default-button {
    color: #fff;
    display: inline-block; }

  .popup {
  /*width: 37.5em;*/
  position: fixed;
  z-index: 100;
  background: #efefef;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.5s;
  transition-delay: 0.1s;
  opacity: 0;
  padding: 0.625em;
  display: block; }
  .popup.hidden {
    display: none; }


  .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 50;
  display: block;
}

  .popup-overlay.hidden {
    display: none; }


  .grid-overlay {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #fff;*/
 /* opacity: 0.5;*/
  display: block;
      z-index: 1;
      padding-top: 1em;
}

  .grid-container {
      position: relative;
  }

  .grid-overlay.hidden {
    display: none; }

  .ui-datepicker-month {
      width: 5em;
      margin: 0;
      font-size: 13px;

  }
  .ui-datepicker-year {
      width: 5em;
      margin: 0;
      margin-left: 0.5em;
      font-size: 13px;
  }

    .ui-datepicker-year:hover, .ui-datepicker-month:hover {
        background-color: #FAFAFA;
          border-style: solid;
  border-width: 1px;
  border-color: #ccc;
        /*width: 5em;
        margin: 0;
        margin-left: 0.5em;*/
    }

    ul.pagination {
  height: auto;
  margin: 0;
  float: left;
  background-color: #fff;
}

    .pageSize {
          width: 5em;
  float: right;
  height: 50px;
    }

    .pagerContainer {
          float: left;
  width: 100%;
    }


    .content-container2 {
     padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 1.25em;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
     
    }

    .content-container2 .content-header2 {
  color: #2a94ca;
  position: relative;
  margin: 0;
  
  margin-left: 2.38095em;
  margin-right: 2.38095em;
}

    .content-container2 .divider {
  height: 1px;
  background: #f2f2f2;
  margin-bottom: 1.25em;
}

    .ui-stuff-info {
        font-size: 13px; 
        color: #B0AEAE; 
        border-bottom: 1px solid #EFEFEF; 
        margin-bottom: 20px; 
        margin-top: 50px; 
        margin-left: 20px; 
        margin-right: 20px;
    }

    .input-wrapper {
        display: block;
        padding-left: 20px;
    }
    .input-wrapper > label {
        font-size: 13px;
        color: #777777;
        display: block;
        padding-top: 9px;
    }

    /*.input-wrapper > label:after {
        content: ':';
    }*/

    .input-wrapper .value:after {
        content: '';
    }

    .input-wrapper > input {
        display: block;
    }

    .input-wrapper > select {
        display: block;
    }

    select {
        max-width: 23.07692em;
      font-size: 0.8125em;
     /* color: #3399cc;*/
      border: 1px solid #e5e5e5;
      box-shadow: 0 0;
      padding: 10px;
      height: auto;
        background-color: #fff;
    }

    select:hover {
        background-color: #fff;
        border: 1px solid #e5e5e5;
    }
    select:focus {
        background-color: #fff;
        border: 1px solid #96cae4;
        box-shadow: 0px 0px 10px rgba(49, 152, 204, 0.25);
    }

    input[type="text"],
    input[type="password"] {
  max-width: 23.07692em;
  font-size: 13px;
  color: #3399cc;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0;
  padding: 10px;
  height: auto;
}
    input[type="text"]:disabled {
     background-color: #f1f1f1;
}

    input[type="text"]:focus,input[type="password"]:focus {
    background-color: #fff;
    border: 1px solid #96cae4;
    box-shadow: 0px 0px 10px rgba(49, 152, 204, 0.25); }

    .popup h2 {
        color: #2a94ca;
    }

    .popup input {
          margin-left: auto;
            margin-right: auto;
    }

    .single-message > span:before {
        content: '';
        background-image: url(/Content/Images/SiteInner/epay-logo-small.png);
        display: block;
        display: inline-block;
          height: 20px;
          width: 20px;
          vertical-align: bottom;
  margin-right: 5px;
    }

    .message-wrapper > h2 {
        text-align: left;
    }

    .message-body {
        font-size: 13px;
  line-height: 21px;
  color: #666666;
  margin: 0;
  margin-bottom: 3.07692em;
        text-align: left;
    }


    .message-wrapper strong {
  color: #3399cc;
  font-weight: bold;
  display: block;
  margin-right: 10px;
  text-align: left;
}

    .doc-single .docs-field-utility {
        float: right;
        padding-right: 0.76923em;
    }

.sidebar .sidebar-icon.sidebar-icon-1:before {
    background-image: url(/Content/Images/SiteInner/cash-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-2:before {
    background-image: url(/Content/Images/SiteInner/cog-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-3:before {
    background-image: url(/Content/Images/SiteInner/user-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-4:before {
    background-image: url(/Content/Images/SiteInner/stack-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-5:before {
    background-image: url(/Content/Images/SiteInner/logout-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-6:before {
    background-image: url(/Content/Images/SiteInner/document-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-7:before {
    background-image: url(/Content/Images/SiteInner/archive-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-8:before {
    background-image: url(/Content/Images/SiteInner/chart-icon.png);
}

.sidebar .sidebar-icon.sidebar-icon-9:before {
    background-image: url(/Content/Images/SiteInner/message-icon.png);
}

    


    /*.docs-label-panel, .doc-single {
      background: #fff;
      height: 50px;
      background: #fff;
      border-top: 1px solid #f2f2f2;
      overflow: hidden !important;
    }*/

    .doc-single {
        white-space: nowrap;
        /*overflow: hidden;*/
    }

    .docs-label-panel, .doc-single:nth-of-type(odd) {
    background: #fafafa; }


    .doc-single.doc-selected {
    border-top: 1px solid #b6d4e2;
    background: #e4f2f8 !important;
}

    .payments-container .payment-document-area {
      padding-top: 40px;
      background: #cccccc;
      height: 600px;
      position: relative;
      z-index: 3;
      padding-top: 0;
    }

    .simple-list {
  margin: 0;
  color: #888888;
  padding-left: 3.125em;
  padding-right: 3.125em;
        list-style: none;
    }
  .simple-list li {
    padding: 0;
    font-size: 0.9375em;
    padding: 0 0 1em 1.875em;
    position: relative; }
    .simple-list li:before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 0.46667em;
/*border: 1px solid #286a96;*/
      border: 1px solid #bbbbbb; }


    .simple-numbered-list {
      margin: 0;
      color: #888888;
      padding-left: 3.125em;
      padding-right: 3.125em;
        list-style: none;
        counter-reset: my-badass-counter;

    }
  .simple-numbered-list li {
    padding: 0;
    font-size: 0.9375em;
    padding: 0 0 1em 1.875em;
    position: relative; }
    .simple-numbered-list li:before {
      content: counter(my-badass-counter)".";
	  counter-increment: my-badass-counter;
      position: absolute;
      left: 4px;
     
/*border: 1px solid #286a96;*/
        font-weight: bold;
      color: #286a96; }


    strong, b {
  color: #286a96;
  font-weight: bold;
  line-height: inherit;
}

    .single-feature {
  font-size: 0.9375em;
  line-height: 1.93333em;
  padding: 2em 0;
  color: #333333;
  max-width: 46.66667em;
  padding-left: 4em;
  position: relative;
  left: -2.46667em;
}

    .inverted-button {
  font-size: 0.9375em;
  padding: 1em 1.86667em;
  font-weight: bold;
  border-radius: 6px;
  background: #286a96;
  background: -webkit-linear-gradient(#fff, #e3e3e3);
  background: -o-linear-gradient(#fff, #e3e3e3);
  background: -moz-linear-gradient(#fff, #e3e3e3);
  background: linear-gradient(#fff, #e3e3e3);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  color: #008CBA !important;
  display: inherit;
  display: initial !important;
}

    .inverted-button:hover {
    color: #fff;
    background: -webkit-linear-gradient(#e3e3e3, #fff);
    background: -o-linear-gradient(#e3e3e3, #fff);
    background: -moz-linear-gradient(#e3e3e3, #fff);
    background: linear-gradient(#e3e3e3, #fff); }


    .text-style {
    font-size: 0.9375em !important;
    color: #747c81 !important;
    line-height: 1.93333em !important;
    margin: 1em 0; }

    .link-decorated {
        font-weight: bold;
        text-decoration: underline;
    }

    .statusNew {
        color: #FF8000;
        font-weight: bold;
    }

    .statusViewed {
        color: #2a94ca;
    }

    .statusNotified {
        color: #FF8000;
       font-weight: bold;
    }

    .statusReminded {
        color: red;
        font-weight: bold;
    }

    .popup-login input {
          font-size: 0.8125em !important;
}

    .paymentcol{
        padding: 10px;
        display:inline-table;
        float: none

}

    .paymentrow:after{
        content: "";
        display: table;
        clear: both;
}


h3 .btn-floating {
    float: right;
      bottom: 0.15em;
}

/*Spinner**********************************************/
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.spinner-blue, .spinner-blue-only {
  /*border-color: #4285f4;*/
    border-color: #2d86b3;
}

.spinner-red, .spinner-red-only {
  border-color: #db4437; }

.spinner-white, .spinner-white-only {
  border-color: #ffffff; }

.spinner-green, .spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-white {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, white-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, white-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-white-only, .active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    -webkit-transform: rotate(135deg); }

  25% {
    -webkit-transform: rotate(270deg); }

  37.5% {
    -webkit-transform: rotate(405deg); }

  50% {
    -webkit-transform: rotate(540deg); }

  62.5% {
    -webkit-transform: rotate(675deg); }

  75% {
    -webkit-transform: rotate(810deg); }

  87.5% {
    -webkit-transform: rotate(945deg); }

  to {
    -webkit-transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    transform: rotate(135deg); }

  25% {
    transform: rotate(270deg); }

  37.5% {
    transform: rotate(405deg); }

  50% {
    transform: rotate(540deg); }

  62.5% {
    transform: rotate(675deg); }

  75% {
    transform: rotate(810deg); }

  87.5% {
    transform: rotate(945deg); }

  to {
    transform: rotate(1080deg); } }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }

  25% {
    opacity: 1; }

  26% {
    opacity: 0; }

  89% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }

  25% {
    opacity: 1; }

  26% {
    opacity: 0; }

  89% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }

  15% {
    opacity: 0; }

  25% {
    opacity: 1; }

  50% {
    opacity: 1; }

  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }

  15% {
    opacity: 0; }

  25% {
    opacity: 1; }

  50% {
    opacity: 1; }

  51% {
    opacity: 0; } }

@-webkit-keyframes white-fade-in-out {
  from {
    opacity: 0; }

  40% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 1; }

  76% {
    opacity: 0; } }

@keyframes white-fade-in-out {
  from {
    opacity: 0; }

  40% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 1; }

  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }

  65% {
    opacity: 0; }

  75% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }

  65% {
    opacity: 0; }

  75% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }

  50% {
    -webkit-transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }

  50% {
    transform: rotate(-5deg); }

  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }

  50% {
    -webkit-transform: rotate(5deg); }

  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }

  50% {
    transform: rotate(5deg); }

  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.slider {
  position: relative;
  height: 400px;
  width: 100%; }
  .slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .slider.fullscreen ul.slides {
      height: 100%; }
    .slider.fullscreen ul.indicators {
      z-index: 2;
      bottom: 30px; }
  .slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px; }
    .slider .slides li {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: inherit;
      overflow: hidden; }
      .slider .slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .slider .slides li .caption {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        opacity: 0; }
        .slider .slides li .caption p {
          color: #e0e0e0; }
      .slider .slides li.active {
        z-index: 2; }
  .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .slider .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 16px;
      width: 16px;
      margin: 0 12px;
      background-color: #e0e0e0;
      -webkit-transition: background-color .3s;
      -moz-transition: background-color .3s;
      -o-transition: background-color .3s;
      -ms-transition: background-color .3s;
      transition: background-color .3s;
      border-radius: 50%; }
      .slider .indicators .indicator-item.active {
        background-color: #4CAF50; }
/*Spinner**********************************************/

.spinnerContainer {
    position: fixed; 
    width: 0px;
     z-index: 2000000000;
      left: 50%;
       top: 40%;
       margin-left: -30px;
}


.btn, .btn-large, .btn-flat {
  border: none;
  border-radius: 5px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled *, .disabled.btn-large *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .btn-large:disabled *, .btn-floating:disabled * {
    pointer-events: none; }
  .btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F; }

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #2bbbad; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #369ec2;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }

.btn-floating:hover {
    background-color: #5eb1ce;
}
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
    .btn-floating.btn-large i {
      line-height: 55.5px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer; }
  .btn-flat.disabled {
    color: #b3b3b3;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 56px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-block {
  display: block; }

.btn-floating.green {
    background-color: #96bd28;
}

.btn-floating.green:hover {
    background-color: #a3c52c;
}


.doc-single .doc-link {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";     /*Best for Internet Explorer 8 */
    filter: alpha(opacity=60);    /*Internet Explorer 5, 6, 7, 8 */
    -moz-opacity: 0.6;    /* Old Mozilla Browsers */
    -webkit-opacity: 0.6;    /* Old Webkit browsers (Safari, Chrome, various others) */
    -khtml-opacity: 0.6;    /* Really old Safari browsers and Konqueror */
    opacity: 0.6;    /* Modern browsers */
}

.doc-single .material-icons {
    display: block;
    font-size: 1.4em;
    padding-top: 0.138em;
}

.doc-single .doc-more-link .more-link-expander .expander-doc-link {
  position: relative;
  /*padding: 3px 0;*/
  padding-left: 3px;
  display: block;
  color: #999999;
    
}

.doc-single .doc-more-link .more-link-expander .expander-doc-link .material-icons {
    float: left;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";     /*Best for Internet Explorer 8 */
    filter: alpha(opacity=60);    /*Internet Explorer 5, 6, 7, 8 */
    -moz-opacity: 0.6;    /* Old Mozilla Browsers */
    -webkit-opacity: 0.6;    /* Old Webkit browsers (Safari, Chrome, various others) */
    -khtml-opacity: 0.6;    /* Really old Safari browsers and Konqueror */
    opacity: 0.6;    /* Modern browsers */
    padding-right: 0.45em;
    padding-top: 0.1em;
    
}

.document-options-mobile .document-options-mobile-doc-link {
  position: relative;
  color: #777777;
}

.document-options-mobile .document-options-mobile-doc-link .material-icons {
  float: left;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";     /*Best for Internet Explorer 8 */
    filter: alpha(opacity=60);    /*Internet Explorer 5, 6, 7, 8 */
    -moz-opacity: 0.6;    /* Old Mozilla Browsers */
    -webkit-opacity: 0.6;    /* Old Webkit browsers (Safari, Chrome, various others) */
    -khtml-opacity: 0.6;    /* Really old Safari browsers and Konqueror */
    opacity: 0.6;    /* Modern browsers */
    padding-right: 0.45em;
    padding-top: 0.05em;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .documents-history-wrapper .do_column .checkbox-wrapper {
    margin-right: 0.3em;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .documents-history-wrapper .do_column .checkbox-wrapper {
    margin-right: 0.3em;
    }
    .documents-history-wrapper .sd_column .search-form {
    padding-top: 0.71429em;
    width: 14.15385em;
}
    .documents-history-wrapper .sd_column .doc-search-date .doc-search-date-trigger {
    background: url(/Content/Images/SiteInner/calendar-icon.png) center no-repeat;
    font-size: 0px;
    width: 40px;
    height: 50px;
    background-size: 23px;
}
    .documents-history-wrapper .sd_column .doc-search-date {
    float: right;
    width: 40px;
    height: 50px;
    padding: 0;
}
.documents-history-wrapper .do_column {
    width: 73%;
}   

}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .doc-single .doc-link {
    display: none; }
    .documents-history-wrapper .do_column .checkbox-wrapper {
    margin-right: 0.1   em;
    }
    .responsive-sidebar-trigger {
    display: inline-block;
}
    .sidebar {
    left: -12.5em;
    transition: 0.3s;
    padding-top: 50px;
}
    .container {
    padding: 3.125em;
    padding-top: 6.5em;
}
    .sidebar-logo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 20;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
    .sidebar-logo-wrapper .sidebar-logo {
    float: left;
}
    .documents-history-wrapper .sd_column {
    /*width: 25%;*/
    max-width: 25%;
    text-align: left;
}
    .docs-label-panel .docs-field, .doc-single .docs-field {
        overflow:visible;
}
    .dpui-numberPicker-input {
    padding-top: 0.425rem !important;
    padding-bottom: 0.425rem !important;
}
    .mdl-badge:after {
        right: 40px !important;
    }
    
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){
    .doc-single .doc-link {
        display: none; }
    .toolbox .toolbox-link span {
    display: none;
}
    .documents-history-wrapper .do_column .checkbox-wrapper {
    margin-right: 0.3em;
    }
   
    .docs-filter-panel_for-mobile {
    display: block;
}
    .documents-history-wrapper .do_column .checkbox-wrapper {
    display: none;
}
    .docs-filter-panel_for-mobile .checkbox-wrapper {
    margin-right: 15px;
    font-size: 15px;
}
    .docs-label-panel .docs-field, .doc-single .docs-field {
        overflow:visible !important;
}
    .dpui-numberPicker-input {
    padding-top: 0.425rem !important;
    padding-bottom: 0.425rem !important;
}
    .mdl-badge:after {
        right: 40px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
    .doc-single .doc-link {
        display: none; }
    .toolbox .toolbox-link span {
    display: none;
}
    .documents-history-wrapper .do_column .checkbox-wrapper {
    margin-right: 0.3em;
    }
   
    .docs-filter-panel_for-mobile {
    display: block;
}
    .documents-history-wrapper .do_column .checkbox-wrapper {
    display: none;
}
    .docs-filter-panel_for-mobile .checkbox-wrapper {
    margin-right: 15px;
    font-size: 15px;
}
    .docs-label-panel .docs-field, .doc-single .docs-field {
        overflow:visible !important;
}
    .dpui-numberPicker-input {
    padding-top: 0.425rem !important;
    padding-bottom: 0.425rem !important;
}
    .mdl-badge:after {
        right: 40px !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 640px){
.doc-single .doc-link {
    display: none; }
.toolbox .toolbox-link span {
    display: none;
}
.docs-label-panel.docs-label-panel .docs-field {
    width: 50% !important;
    text-align: left;
    padding-left: 1.53846em;
}
  .docs-label-panel .docs-field, .doc-single .docs-field {
        overflow:visible !important;
}
  .dpui-numberPicker-input {
    padding-top: 0.425rem !important;
    padding-bottom: 0.425rem !important;
}
  .mdl-badge:after {
        right: 40px !important;
    }
}

@media only screen and (max-width: 640px) and (min-width: 480px){
.doc-single .doc-link {
    display: none; }

.toolbox .toolbox-link span {
    display: none;
}
.docs-label-panel.docs-label-panel .docs-field {
    width: 50% !important;
    text-align: left;
    padding-left: 1.53846em;
}
 .docs-label-panel .docs-field, .doc-single .docs-field {
        overflow:visible !important;
}
 .dpui-numberPicker-input {
    padding-top: 0.425rem !important;
    padding-bottom: 0.425rem !important;
}
 .mdl-badge:after {
        right: 40px !important;
    }
}

@media only screen and (max-width: 480px) and (min-width: 1px){
.doc-single .doc-link {
    display: none; }

.toolbox .toolbox-link span {
    display: none;
}
 .docs-label-panel .docs-field, .doc-single .docs-field {
        overflow:visible !important;
}
 .dpui-numberPicker-input {
        padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
}
 .mdl-badge:after {
        right: 40px !important;
    }
}


.tabs {
  position: relative;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
  .tabs .tab {
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
    width: 15%; }
    .tabs .tab a {
      color: #369ec2;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: color .28s ease;
      -moz-transition: color .28s ease;
      -o-transition: color .28s ease;
      -ms-transition: color .28s ease;
      transition: color .28s ease; }
      .tabs .tab a:hover {
        color: #5eb1ce; }
    .tabs .tab.disabled a {
      color: #5eb1ce;
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #5eb1ce;
    will-change: left, right; }

.tabs .tab {
  padding: 0; }

.tab-content {
    border-top: 1px solid #ddd;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}

.tabs-test {
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.popup i {
    color: #999999;
    display: block;
}

.btn-default {
    outline: 0;
}

.popout {
  transition: margin .20s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: margin .20s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: margin .20s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: margin .20s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}
.popout.active {
    margin: 0 -5px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    top: 0;
}


.toolbox {
       background: #4594bc;
    color: #fff;
    font-size: 13px;
    margin: 0 5px;
    height: 3.84615em;
    display: none;
    margin-bottom: 5px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
   /* margin: 10px 0;*/
}
.toolbox .toolbox-link {
    display: inline-block;
    background: none;
    border: 0;
    color: #fff;
    padding-left: 1em;
    /*padding-top: 0.7em;*/
    padding-top: 0.3em;
    /* padding-bottom: 0.38462em; */
    line-height: 3.5em;
}

.toolbox .toolbox-link .material-icons {
    float: left;
    padding-top: 10px;
    
}

.toolbox .toolbox-link span {
    float: left;
    /*position: absolute;*/
}

.popup .input-wrapper {
    display: block;
    padding-left: 0;
    max-width: 23.07692em;
    margin-left: auto;
    margin-right: auto;
}

.popup .input-wrapper > label {
   font-size: 13px;
    color: #777777;
    display: block;
    padding-top: 9px;
    text-align: left;
    max-width: 23.07692em;
    margin-left: auto;
    margin-right: auto;
}

.popup .input-wrapper > input {
    margin-bottom: 0;
}

.popup .input-wrapper > select {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
     /* min-height: 84px; */
    /* padding-left: 72px; */
    position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        /*top: 16px;*/
            top: 20px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #369ec2;
      color: #fff; }
  .collection a.collection-item {
    display: block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    color: #369ec2; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }

    .collection .collection-item.hidden {
        display: none; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
    color: #369ec2; }

.secondary-content i {
    /* Firefox */
    -moz-transition: all 0.5s ease;
    /* WebKit */
    -webkit-transition: all  0.5s ease;
    /* Opera */
    -o-transition: all  0.5s ease;
    /* Standard */
    transition: all  0.5s ease;
    color: #369ec2; }

.collection .collection-item.active .secondary-content i {
    color: #fff;
    /* Firefox */
	-moz-transform: rotate(45deg);
	/* WebKit */
	-webkit-transform: rotate(45deg);
	/* Opera */
	-o-transform: rotate(45deg);
	/* Standard */
	transform: rotate(45deg) ;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }

  .btn-floating i {
      color: #fff;
  }

  .circle {
    border-radius: 50%;
}

  nav {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}


 @media only screen and (min-width: 1024px){
    .inner-page-header, .hero-text-wrapper {
        margin-top: 5em;
    }
 }

 .material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    min-height: 36px;
    line-height: 1rem;
    max-width: 350px;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    overflow: hidden;
    left:0;
    top:0;
    will-change: top, left;
}

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #2a94ca;
  z-index: -1;
  @include transform-origin( 50% 10%);
  will-change: transform, opacity;
}

.tooltipped {
    display: inline-block;
    
}

.tooltipped i {
    color: #2a94ca;
}



button:focus { 
    outline: none; 
}

.collection .collection-item.active .dpui-numberPicker-increase, .collection .collection-item.active .dpui-numberPicker-decrease, .collection .collection-item.active .dpui-numberPicker-input {
    display: block !important;
}
.collection .collection-item.active .dpui-numberPicker-decrease:hover {
    background-color: #e53834 !important;
    color: #fff !important;
}
.collection .collection-item.active .dpui-numberPicker-increase:hover {
    background-color: #96bd28 !important;
    color: #fff !important;
}

.docs-label-panel .docs-field, .doc-single .docs-field {
    overflow: hidden;
    text-overflow: ellipsis;
}

.documents-history-wrapper .do_column .custom-select-wrapper ul {
    width: 100%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.mdl-badge-ubl {
    position: relative;
    white-space: nowrap;
}

    .mdl-badge-ubl:not([data-badge="1"]) {
        display: none;
    }



.mdl-badge {
  position: relative;
  white-space: nowrap;
  margin-right: 24px; }
  .mdl-badge:not([data-badge]) {
    margin-right: auto; }
  .mdl-badge[data-badge]:not([data-badge="1"]):after {
    content: attr(data-badge);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
    /*right: 40px; mobile*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #4594bc;
    color: rgb(255,255,255); }
    .mdl-button .mdl-badge:not([data-badge=1]):after {
      top: -10px;
      right: -5px; }
  .mdl-badge.mdl-badge--no-background[data-badge]:after {
    color: #4594bc;
    background: rgb(255,255,255);
    box-shadow: 0 0 1px gray; }

  .archive-permissions {
      background: rgb(255, 255, 255) !important;
      color: #4594bc;
      columns: 4 8em;
      -webkit-perspective: 1000;
      -webkit-backface-visibility: hidden;
      padding-left: 5px;
      padding-right: 5px;
  }
  .checkbox-wrapper.permission-checkbox {
      display: table;
      margin-left: 5px;
      margin-right: 5px;
  }


  /*.archive-permissions {
      display: none !important;
  }*/
  /*.archive-permissions.active{
      display: block;
  }
    .archive-permissions:not(.active){
      display: none;
  }*/

.permissions-container {
    overflow-y: scroll;
    padding-right: 5px;
    height: auto;
    min-height: 15em;
    max-height: 30em
}
.doc-edit-popup {
    max-height: 900px;
    overflow-y: scroll;
    padding-right: 5px;
    height: auto;
}
@media only screen and (max-height: 570px) and (min-height: 1px) {
    .permissions-container {
        min-height: 15em;
        height: 15em;
    }
    .doc-edit-popup {
        max-height: 500px;
    }
}
@media only screen and (max-height: 667px) and (min-height: 570px) {
    .permissions-container {
    height: 17em;
    }
    .doc-edit-popup {
        max-height: 570px;
    }
}
@media only screen and (max-height: 768px) and (min-height: 667px) {
    .permissions-container {
    height: 22em;
    }
    .doc-edit-popup {
        max-height: 667px;
    }
}
@media only screen and (max-height: 900px) and (min-height: 768px) {
    .permissions-container {
    height: 23em;
    }
    .doc-edit-popup {
        max-height: 768px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 1px) {
    .collection .collection-item.avatar {
        padding-right: 50px;
    }
}

.doc-edit-popup input {
    padding: 5px !important;
    height: 30px !important;
    width: 100%;
    max-width: 23.07692em;
    font-size: 13px;
    color: #3399cc;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0;
}
.doc-edit-popup input:focus {
    background-color: #fff;
    border: 1px solid #96cae4;
    box-shadow: 0px 0px 10px rgba(49, 152, 204, 0.25);
}

.doc-edit-popup select {
    padding: 5px !important;
    height: 30px !important;
    width: 100%;
    max-width: 23.07692em;
    font-size: 13px;
    color: #3399cc;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0;
}
.doc-edit-popup select:focus {
    outline: none;
    background-color: #fff;
    border: 1px solid #96cae4;
    box-shadow: 0px 0px 10px rgba(49, 152, 204, 0.25);
}
