/** new styles */
.uix-ic-signin{
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.poster .topic{
  padding: 50px 0 150px !important;
}

.uix-twitter-spinner{
  margin-left: 270px;
  margin-top: 150px;
}

.uix-gdrive-ul{
  list-style-type: none;
}

.uix-gdrive-container{

}

.uix-gdrive-li{

}

.uix-gdrive-img{

}

.uix-gdrive-file{
  
}



.uix-folder{
  cursor: pointer;
  display: flex;
}

.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.uix-user-cover{
  position: absolute;
  z-index: 101;
}
.uix-user-banner-option{
  z-index: 102;
}
.uix-confirm-makeup{
  z-index: 999;
}
.uix-user-info-wrapper{
  z-index: 102;
}
/*.uix-alert{
  z-index: 10004 !important;

}*/

/** ========================================**/
/*  NEW STYLES NEED TO ADJUST IN MAIN CSS'S  */
/** ========================================**/

#rack-messagerStream{
  right: 0;
}

.messager-converse-stream {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.messager-contact ul li.active {
  background-color: #ccc;
}
.uix-notification{
  right: 0;
  min-width: 250px;
}

/*.portable-wrapper.nav {
  z-index: 30 !important;
}*/

.ic-tag,
.ic-city,
.ic-date {
  width: 10px;
  height: 35px;
  position: absolute;
  right: 0;
  
}
.ic-tag {
  background-color: #f00;
}

.ic-city {
  background-color: #0f0; 
}

.ic-date {
  background-color: #00f;
}

.dropdown-roll .dropdown-item.active{
  background-color: #ccc;
}

.vdatetime-input {
  border: 1px solid #ccc;
  padding: 5px;
}

.profile .portable-wrapper.nav {
  background-color: #00a0e6;
}
.expand-transition {
  transition: all .3s ease;
}
.expand-enter, .expand-leave {
transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

/*.eventbar-wrapper {
  z-index: 8 !important;
}*/
/*.portable-wrapper.asset {
  background-color: #fff;
  z-index: 999 !important;
}*/

/*#bundle-folio {
  z-index: 102 !important;
}*/

/*.portable-wrapper.folio.pin-top{
  z-index: 103; 
}*/

/*.buttonset.adhoc {
  z-index: 104 !important; 
}*/

/*.portable-wrapper.nav{
  z-index: 103 !important; 
}
*/
.syncspin {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 150;
}

.syncspin .overlayshell{
  top: 15%;
  position: fixed;
  left: 45%;
}
.uix-thumbnail {
  transition: 0.6s ease;
}

.uix-hash-suggestion {
  position: absolute;
  z-index: 1;
}

/*.active-helper.launcher {
  z-index: 100 !important;
}*/
.message-item.uix-active-thread {
  border-left: 5px solid #f95331;
}
/* for the mediaboard & the meta images*/
.img-fade-enter-active {
  transition: opacity 0.4s ease-in-out;
}

.img-fade-enter-to {
  opacity: 1;
}

.img-fade-enter {
  opacity: 0;
}

.edit-contents-wrapper .media-roll.spring{
  overflow-x: auto; !important;
}

.uix-notification-msg {
  display: inline-flex;
}

.uix-notification-date {
  padding-left: 15px;
}
.uix-format {
  z-index:100;
}
.uix-coll-statement {
  width: 100% !important;
}
.pin-to-header {
  margin-top: 44px;
}

.portable-wrapper .sidebar-board .close {
  top:10px;
}

/*video::-webkit-media-controls-overlay-play-button {
  display: none;
}
#clickToPlay {
  display: none !important; 
}*/

.drop-active{
  border:3px dashed #ccc;  
}
.hidden-upload-input {
  visibility: hidden; 
  position: absolute; 
  top:0; 
  left:0; 
  height:0; 
  width: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/** ========================================**/
/*  VUE COMPONENT - MOVED CSS  */
/** ========================================**/

/**
 * COL-BUNDLE-PORTAL
 */
.fade-out {
  opacity: 1;
  animation-name: fadeOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .2s;
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .5s;
}

@keyframes fadeInOpacity {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes fadeOutOpacity {
  0% {
      opacity: 1;
  }
  20% {
      opacity: .8;
  }
  100% {
      opacity: 0;
  }   
}

.portable-wrapper {
  scroll-behavior: smooth !important;
}

/**
 * COL-SETTING
 */
.vdatetime {
  width: 24px;
  height: 24px;
  position: absolute;
}
.vdatetime input {
  opacity: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  cursor: pointer;
}

/**
 * STACK-FOLIO
 */
.slider-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.tile {
  display: inline-block;
  transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-y: scroll;
}

.canon .shell .tile {
  top:44px;
}

/**
 * SHARE-EMAIL
 */
.color-picker{
  position: absolute;
  margin-top: 10px;
  right: 10px;
}

/**
 * HEADER-SPACER
 */
.header-spacer{
  position: relative;
  padding-bottom: 44px;
  width: 100%;
}


/**
 * Vue Croppie Componenet CSS
 */


.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
  /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.cr-rotate-controls button {
  border: 0;
  background: none;
}
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}
.cr-rotate-l i:before {
  content: '↺';
}
.cr-rotate-r i:before {
  content: '↻';
}
