@CHARSET "ISO-8859-1";

#drop_text {
    position: fixed;
    top: -6px;
    left: 50%;
    z-index: 9999;
    display: none;
    margin: 0;
    text-align: center;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#drop_text h1 {
    display: inline-block;
    min-width: 276px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #4B5A68;
    background: #DCEFDF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

#drop_text.sad h1{ /* Red */
    background: #FDEAEA;
    color: #4B5A68;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	display: none;
	min-width: 280px;
	height: 116px;
    padding: 10px 10px 40px;
	line-height: 60px;
	margin: -35px auto 0 -144px;
	text-align: center;
	color: #4B5A68;
    box-sizing: border-box;
}
#loading .loading_img {
    position: relative;
    top: 13px;
    display: inline-block;
}
.loading_img {
    width: 80px;
    height: 80px;
    background: url("img/circle_loader.gif") center center no-repeat transparent;
}
#loading span {
    position: relative;
    top: -20px;
    left: 5px;
}

#loading_back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
    min-width: 100%;
    min-height: 100%;
    background: #4B5A69;
    opacity: .6;
    filter: alpha(opacity=60);
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Progress Bar */
#progress_container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	display: none;
	width: 300px;
	height: 74px;
	margin: -50px auto 0 -150px;
    background-color: #EDEDED;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#EAEAEA));
    background-image: -webkit-linear-gradient(top, #F0F0F0, #EAEAEA);
    background-image: linear-gradient(top, #F0F0F0, #EAEAEA);
    border: 1px solid #C8C8C8;
	text-align: center;
	color: #4B5A68;
	padding: 20px;
}
#progress_container h2 {
    margin-top: 0;
}

#progress {
    clear: both;
    height: 20px;
    margin-bottom: 20px;
    background: #FAFAFA;
    background-repeat: repeat-x;
    border: 1px solid #C8C8C8;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(0,0,0,.05);
}
#progress .bar {
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 103, 166, .25) 25%, transparent 25%, transparent 50%, rgba(0, 103, 166, .25) 50%, rgba(0, 103, 166, .25) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 103, 166, .25) 25%, transparent 25%, transparent 50%, rgba(0, 103, 166, .25) 50%, rgba(0, 103, 166, .25) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 103, 166, .25) 25%, transparent 25%, transparent 50%, rgba(0, 103, 166, .25) 50%, rgba(0, 103, 166, .25) 75%, transparent 75%, transparent);
    -ms-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: barber_pole 2s linear infinite;
    animation: barber_pole 2s linear infinite;
    -ms-box-shadow: inset 0 5px 0 rgba(255,255,255,.7);
    box-shadow: inset 0 5px 0 rgba(255,255,255,.7);
    border-radius: 15px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Enable GPU for Animations, if possible */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: default;
}
.bar.red {
    background-image: -webkit-linear-gradient(-45deg, rgba(201, 77, 95, .25) 25%, transparent 25%, transparent 50%, rgba(201, 77, 95, .25) 50%, rgba(201, 77, 95, .25) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(201, 77, 95, .25) 25%, transparent 25%, transparent 50%, rgba(201, 77, 95, .25) 50%, rgba(201, 77, 95, .25) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(201, 77, 95, .25) 25%, transparent 25%, transparent 50%, rgba(201, 77, 95, .25) 50%, rgba(201, 77, 95, .25) 75%, transparent 75%, transparent);
}
.bar.orange {
    background-image: -webkit-linear-gradient(-45deg, rgba(212, 149, 81, .25) 25%, transparent 25%, transparent 50%, rgba(212, 149, 81, .25) 50%, rgba(212, 149, 81, .25) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(212, 149, 81, .25) 25%, transparent 25%, transparent 50%, rgba(212, 149, 81, .25) 50%, rgba(212, 149, 81, .25) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(212, 149, 81, .25) 25%, transparent 25%, transparent 50%, rgba(212, 149, 81, .25) 50%, rgba(212, 149, 81, .25) 75%, transparent 75%, transparent);
}
.bar.yellow {
    background-image: -webkit-linear-gradient(-45deg, rgba(212, 201, 81, .25) 25%, transparent 25%, transparent 50%, rgba(212, 201, 81, .25) 50%, rgba(212, 201, 81, .25) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(212, 201, 81, .25) 25%, transparent 25%, transparent 50%, rgba(212, 201, 81, .25) 50%, rgba(212, 201, 81, .25) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(212, 201, 81, .25) 25%, transparent 25%, transparent 50%, rgba(212, 201, 81, .25) 50%, rgba(212, 201, 81, .25) 75%, transparent 75%, transparent);
}
.bar.green {
    background-image: -webkit-linear-gradient(-45deg, rgba(110, 192, 74, .25) 25%, transparent 25%, transparent 50%, rgba(110, 192, 74, .25) 50%, rgba(110, 192, 74, .25) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(110, 192, 74, .25) 25%, transparent 25%, transparent 50%, rgba(110, 192, 74, .25) 50%, rgba(110, 192, 74, .25) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(110, 192, 74, .25) 25%, transparent 25%, transparent 50%, rgba(110, 192, 74, .25) 50%, rgba(110, 192, 74, .25) 75%, transparent 75%, transparent);
}
/* Animate the striped background */
@-webkit-keyframes barber_pole {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@keyframes barber_pole {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

/* Misc */
.ui-dialog .ui-dialog-content {
    border: 0 !important;
}

/* Multi File Dialog: */
/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
.has-overlay {
  overflow: hidden;
}
.has-overlay > body {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 30em) {
  .has-overlay > body {
    overflow: hidden;
    height: 100%;
  }
}

.modal--show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal--show.large {
    min-width: 820px;
}

.modal--show:target, .is-active.modal--show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}
.is-active.modal--show {
  display: block\9;
  height: 100% \9;
  width: 100% \9;
}
.modal--show:target, .is-active.modal--show {
  display: block\9;
}
.modal--show .modal-inner {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    left: 0;
    top: 150px;
    width: 672px;
    min-width: 672px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.modal--show.device_modal .modal-inner {
    position: absolute;
    top: 138px;
    left: 50%;
    z-index: 20;
    width: 450px;
    min-width: auto;
    margin-left: -225px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.modal--show.small_modal .modal-inner {
    position: absolute;
    top: 138px;
    left: 50%;
    z-index: 20;
    width: 700px;
    min-width: auto;
    margin-left: -350px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.modal--show.large_modal .modal-inner {
  position: absolute;
  top: 138px;
  left: 50%;
  z-index: 20;
  width: 932px;
  min-width: auto;
  margin-left: -466px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal--show.dialog .modal-inner {
  position: absolute;
  top: 138px;
  left: 50%;
  z-index: 20;
  width: 400px;
  min-width: auto;
  margin-left: -200px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal--show.rename_modal .modal-inner {
    position: absolute;
    top: 138px;
    left: 50%;
    z-index: 20;
    width: 400px;
    min-width: auto;
    margin-left: -170px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.modal--show.rename_modal header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal--show.rename_modal section {
    margin: 0px;
}
.rename_modal.modal--show .modal-close:after{
    margin-right: -300px;
    top: 142px;
}
#rename_message_container {
    text-align: center;
}
#rename_warning_message_2 {
    padding-top:20px;
}
#cancel_reaname_btn {
    float: left;
    margin: 0px;
}
#confirm_rename_btn {
    margin: 0px;
}
@media \0screen\,screen\9 {
  .modal--show .modal-inner {
    background: transparent;
  }
}
.modal--show .modal-inner > img,
.modal--show .modal-inner > video,
.modal--show .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.modal--show .modal-inner > img {
  width: auto;
  max-width: 100%;
}
.modal--show .modal-content {
  position: relative;
  max-height: 400px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#multi_file_upload_dialog .modal-content {
    overflow-y: hidden;
}
@media \0screen\,screen\9 {
  .modal--show .modal-content {
    overflow: visible;
  }
}
.modal--show .modal-content > * {
  max-width: 100%;
}
.modal--show footer {
  padding: 0 1.2em;
  text-align: right;
  margin: 20px 14px 25px 14px;
}
.modal--show.warning footer {
  padding: 0 1.2em 0;
}
.modal--show.dialog footer > .dialog_close {
    float: left;
}

.modal--show .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: 12px;
  overflow: hidden;
  text-decoration: none;
}
.modal--show .modal-close:focus:after {
  outline: none;
}
.modal--show .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal--show .modal-close:after {
  content: '\00d7';
  position: absolute;
  top: 138px;
  right: 50%;
  z-index: 20;
  margin-right: -412px;
}


#close_sharing_popup:after {
    padding: 10px 15px 10px 8px;
}

.ff .modal--show .modal-close:after,
.ff3 .modal--show .modal-close:after {
    top: 150px;
}
.dialog.modal--show .modal-close:after {
    top: 140px;
    margin-right: -204px !important;
}
.safari .dialog.modal--show .modal-close:after {
    margin-right: -470px !important;
}
.device_modal.modal--show .modal-close:after {
    margin-right: -300px !important;
}
.small_modal.modal--show .modal-close:after {
    margin-right: -429px !important;
}
.large_modal.modal--show .modal-close:after {
    margin-right: -546px !important;
}
#share_dialog.modal--show .modal-close:after {
    top: 153px;
}
#stop_sharing_link_dialog.modal--show .modal-close:after {
    top: 157px;
}
@media screen and (max-width: 830px) {
  .modal--show.device_modal .modal-inner,
  .modal--show.small_modal .modal-inner,
  .modal--show.large_modal .modal-inner,
  .modal--show.dialog .modal-inner,
  .modal--show .modal-inner {
        width: 90%;
        left: 2%;
        margin-left: 0;
    }
    .modal--show .modal-close:after {
        right: 8%;
        margin-right: 0 !important;
        text-align: right;
    }
}
@media screen and (max-width: 690px) {
  .modal--show.device_modal .modal-inner,
  .modal--show.small_modal .modal-inner,
  .modal--show.large_modal .modal-inner,
  .modal--show.dialog .modal-inner,
  .modal--show .modal-inner {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .modal--show .modal-close:after {
    margin-right: 0 !important;
    right: 20px;
  }
}
@media screen and (max-width: 30em) {
  .modal--show:not(#spinner_dialog) {
    -webkit-transition: opacity 1ms .25s;
    transition: opacity 1ms .25s;
    display: block;
    bottom: auto;
  }
  .modal--show:target, .is-active.modal--show {
    height: 100%;
  }
  .modal--show:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  .modal--show.device_modal .modal-inner,
  .modal--show.small_modal .modal-inner,
  .modal--show.large_modal .modal-inner,
  .modal--show.dialog .modal-inner,
  .modal--show .modal-inner {
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
  }
  .modal--show.device_modal .modal-inner,
  .modal--show.small_modal .modal-inner,
  .modal--show.large_modal .modal-inner,
  .modal--show.dialog .modal-inner {
    margin-left: 0;
  }
  .modal--show .modal-content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .modal--show .modal-close {
    right: auto;
    text-indent: -44px;
    color: #15ABFF;
  }
  .modal--show .modal-close:before {
    display: none;
  }
  .modal--show .modal-close:after {
    top: 5px !important;
    right: 5px;
    left: auto;
    z-index: 40;
    margin-left: 0;
  }
}
@media screen and (max-height: 46em) and (min-width: 30em) {
  .modal--show .modal-content {
    max-height: 340px;
    max-height: 50vh;
  }
}
@media screen and (max-height: 36em) and (min-width: 30em) {
  .modal--show .modal-content {
    max-height: 265px;
    max-height: 40vh;
  }
}
.is-stacked.modal--show {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
.is-stacked.modal--show .modal-inner {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.is-stacked.modal--show .modal-close {
  opacity: 0;
}
@media screen and (max-width: 30em) {
  .is-stacked.modal--show {
    -webkit-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both;
  }
  .is-stacked.modal--show .modal-inner {
    -webkit-animation: none;
    animation: none;
  }
  .is-stacked.modal--show .modal-close {
    opacity: 1;
  }
}
/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--show {
  color: #222222;
  line-height: 1.3;
}
.modal--show .modal-inner {
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear, top .3s ease-in-out;
    transition: max-width 0.25s linear, margin-left 0.125s linear, top .3s ease-in-out;
    border-radius: 4px;
}
.modal--show.warning .modal-inner {
    background: #F2F2F2;
}
.modal--show header {
    min-height: 50px;
    padding: 7px 30px 14px 15px;
    background-color: #15ABFF;
    box-sizing: border-box;
}
.modal--show.small_modal header {
    min-height: 47px;
}
.modal--show.device_modal header {
    min-height: 47px;
    padding: 7px 0 14px;
    text-align: center;
}
.modal--show.large_modal header {
    min-height: 50px;
}
.modal--show.dialog header {
    min-height: 47px;
}
#share_dialog.modal--show header {
    padding: 12px 30px 2px 22px;
}
.modal--show.device_modal header {
    text-align: center;
}
.modal--show header > h2 {
  margin: 0.4em 0;
  color: #FFF;
}
#left_nav_device_selector.modal--show header > h2 {
  margin: 0;
}
.modal--show.device_modal header span {
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
}
.modal--show.device_modal header span:before {
    position: relative;
    top: -1px;
    left: -2px;
    font-size: 22px;
    color: #FFF;
}
.modal--show.small_modal header > h2 {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
}
.modal--show.large_modal header > h2 {
    font-size: 20px;
}
.modal--show.dialog header > h2 {
    margin: 7px 0 0 15px;
    font-size: 20px;
}
.modal--show.warning header > h2 {
  line-height: 62px;
  color: #4B5A68;
}
.modal--show .modal-content {
    padding: 24px 1.2em 0;
    background-color: #FEFFFF;
    color: #4B5A68;
    line-height: 16.8px;
    margin: 0 14px;
    word-wrap: break-word;
}

#share_checkbox_option {
    padding-left:1px;
    margin-top:22px;
    margin-bottom: 33px;
    min-height: 20px;
}

#share_dialog input[type=checkbox].sharing-popup-chkbox-input + .sharing-popup-chkbox-label {
    padding-left:27px;
    height:17px;
    display:inline-block;
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}
.share_link_form input[type="text"],
.share_link_form textarea {
    display: block;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 10px 0 0;
    box-sizing: border-box;
}
#share_link_emailTo_input {
    height: 54px;
    padding: 10px 10px 10px 10px;
    color: #c9c9c9;
}
#share_link_emailTitle {
    height: 80px;
    padding: 10px 10px 10px 10px;
}
#confirm_share_link_btn {
    background: #15ABFF;
    color:#ffffff;
    margin: 0;
}
#confirm_share_close {
    float: left;
    margin: 0;
    font-size: 16px;
}
#share_link_error_emailTitle {
    display:none;
}
#checkbox_recipients_can_upload {
    display: none;
}
#dropdown-sharing-popup ul {
    list-style: none outside none;
}
#toggle_sharing_dropdown {
    display: none;
    position: absolute;
    top: 26px;
    z-index: 500;
    background: #fff;
    border: 1px solid #a0a0a0;
     box-shadow: 0 2px 4px rgba(50,50,50,0.1);
     margin-top: 0px;
}
#toggle_sharing_dropdown.open {
    display: block;
    padding: 0;
}
#toggle_sharing_dropdown li {
    height: 26px;
    padding: 11px 10px 17px 0;
    cursor: pointer;
}
#toggle_sharing_dropdown .share_type:hover{
    color:#15ABFF;
}
#toggle_sharing_dropdown > .type_private {
    margin-bottom: 14px;
    margin-top: 7px;
}
.wrapper-dropdown {
    position: relative;
    height: 28px;
    margin: 0;
    padding: 11px 10px 6px 0px;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    color: #4b5a69;
}
#public_share_type_selected,#private_share_type_selected {
    background-color: #00b1ff;
    height: 16px;
    width: 5px;
    display: inline-block;
}
#dropdown_click {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-bottom: 4px;
    margin-left: 8px;
    z-index: 100;
    background: url('img/icon_sprite.png')  -185px -532px no-repeat;
}
#close_share_link_model:hover{
    cursor:pointer;
    opacity: 0.5;
}
#close_share_link_model {
    margin-right: -325px;
    position: absolute;
    right: 50%;
    top: 161px;
    text-indent: -100px;
    z-index:21;
}
#close_share_link_model:before {
	background-color: rgba(255, 255, 255, 0.35);
}
#stop_sharing_link_dialog.modal--show .modal-content {
    padding: 10px 10px 0;
    line-height: 18px;
    text-align: left;
}
.small_modal.modal--show .modal-content,
.dialog.modal--show .modal-content {
    text-align: left;
}
.modal--show.warning .modal-content {
    margin: 0;
    border-bottom: 1px solid #DCDCDC;
}
.modal--show .modal-close {
  text-indent: -100px;
}
.dialog.modal--show .modal-close {
  text-indent: -25px;
}


#get_sync.modal--show .modal-content {
    text-align: center;
    padding-bottom: 50px;
}
#get_sync.modal--show .modal-content > article > h1 {
    margin: 0 0 5px;
    text-align: left;
}
#get_sync.modal--show .modal-content > article > p {
    margin-bottom: 50px;
    text-align: left;
}
#get_sync.modal--show .modal-content > article > a {
    padding: 20px 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 100;
}

/* Blurs UI: */
.blurs #container > header,
.blurs #content,
.blurs #navigation,
.blurs .actionBar {
    overflow: hidden;
    filter: url("../svg/blur.svg#gaussian_blur");
    -webkit-filter: blur(7px);
}
.ie .blurs > * {
    filter: progid:DXImageTransform.Microsoft.blur(pixelradius=7);
    zoom: 1;
}
.gecko .blurs #container > header,
.gecko .blurs #content,
.gecko .blurs #navigation,
.gecko .blurs .actionBar {
    -webkit-filter: none;
    filter: none;
}
.modal-close.not_visible_text:before {
    pointer-events: none;
}

.modal--show .modal-close:before {
    background-color: rgba(0,0,0,.6);
}
.modal--show.warning .modal-close:before {
  background: transparent;
}
.modal--show .modal-close:after {
  content: '\00d7';
  color: #FFF;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 2.3em;
  text-decoration: none;
}

.modal--show.warning .modal-close:after {
  color: #4B5A68;
}
@media screen and (max-width: 30em) {
  .modal--show:before {
    background-color: #FFF;
    height: 2em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  .modal--show .modal-inner {
    padding-top: 2em;
    box-shadow: none;
  }
  .modal--show .modal-close {
    text-decoration: none;
  }
  .modal--show .modal-close:after {
    content: attr(data-close);
    font-size: 1em;
    padding: 0.5em 1em;
    color: #15ABFF;
    line-height: 4px;
  }
}

/* Error Msg: */
.error_msg {
    color: #CA4E60;
}

#too_many_files_dialog .spriteBg.icn_large_warning {
    display: inline-block;
    margin: 0 12px 0 0;
}
#too_many_files_dialog h2 {
    position: relative;
    top: -7px;
    display: inline-block;
}
#too_many_files_dialog .modal-content {
    text-align: left;
}

.ie a.modal-close,
.ie11 a.modal-close {
    text-decoration: none;
}

#move_copy_container .modal-content {
    padding: 0;
    margin: 0 10px;
}

#add_files_container .modal-content {
    padding: 0;
    margin: 0 10px;
}

/* Sharing changes for 2.1 */
#get_share_link_icon {
    position: relative;
    top: 2px;
    right: 22px;
    width:15px;
    display:inline-block;
}
#get_share_link {
    position: relative;
    right: 20px;
    color: #00b1ff;
    line-height: 17px;
    text-decoration: none;
    font-size: 16px;
}
#get_share_link:hover {
    color: #15ABFF;
}

/* Textarea and Input at popup */
#share_dialog textarea {
    color: #4B5A69;
    font: 14px Helvetica, Arial, sans-serif;
    background: #FEFFFF;
}

.share_type {
    line-height: 18.9px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.share_message {
    padding-top: 10px;
    font-size: 14px;
    color: #9ea4a9;
    line-height: 17px;
}
#toggle_sharing_dropdown .share_type{
    padding-left: 7px;
}
#toggle_sharing_dropdown .share_message {
    padding-left: 16px;
}
#private_share_type_selected.hidden,
#public_share_type_selected.hidden{
    visibility: hidden;
}
#close_footer {
	height: 52px;
}

#loading_click_send {
    position: relative;
    top: 6px;
    right: 7px;
    width: 30px;
    display:none;
}

#share_get_link {
	display:inline-block;
}

#sharelink_footer {
	margin: 20px 10px 25px 11px;
}

#share_link_name_view {
	min-height:38px;
}