/*Scroll bar*/
ol::-webkit-scrollbar { width: 8px;  height: 8px;}

/* Track */
ol::-webkit-scrollbar-track { background: #e5e5e5; }

/* Handle */
ol::-webkit-scrollbar-thumb { background: #525151; }

::-webkit-scrollbar-thumb:window-inactive { background: rgba(227,230,230,1); }

.share-wrapper{
    position: fixed;
    top: 20%;
    left: 30%;
    width: 600px;
    height: 520px;
    z-index: 2000;
    display: none;
    font-family: asap;
    text-transform: none;
}

.share-header {
    display: block;
    position: relative;
    width: 100%;
    background-color: black;
    background-image: url('https://static2.emaze.com/pp/resources/dot-pattern-white-popup-header.png');
    color: #fff;
    font-family: gobold;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    line-height: 2.5;
}

.share-body {
    font-family: asap-italic;
    font-size: 18px;
    background-color: white;
    text-align: center;
    height: 348px;
}

.share-close-button {
  background-image: url('https://static2.emaze.com/pp/resources/close-popup-white.png');
  position: absolute;
  right: 0;
  top: 1.3%;
  left: 96.5%;
  margin-top: 4px;
  width: 19px;
  height: 19px;
  background-size: 19px;
  cursor: pointer;
}


button {
    border: none;
    cursor: pointer;
}

    .share-pop-message{
        display: none;
        color: #fab200;
        font-family: "GoBoldLight";
        margin: 10px 0px 0px 140px !important;
    }

.share-wrapper input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    padding: 7px;  display: inline-block;  position: relative;  cursor: pointer;
    margin-bottom: -2px;
    margin-right: 1px;
    outline: none;
}

.share-wrapper input[type="checkbox"]:checked:after {
    content: url('https://static2.emaze.com/pp/resources/share-pop-checkbox-check.png');
    position: absolute;
    bottom: 0px;
    left: 0px;
    outline: none;
}

.action-button {
  background: #1ccb42;
  color: white;
  display: inline-block;
  font-family: gobold;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 129px;
  margin-bottom: 0px;
  padding: 3px 14px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.add-email {
    margin-left: -4px;
}

.button-add {
    margin-left: 2px;
    width: 87px;
    height: 31px;
    background-color: #616161;
    color: #f6b11a;
}

.checkbox-row label{
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  top: -9px;
}

.code-wrapper {
    display: inline-block;
}

input.code.columns, input.email-code.columns {
  display: inline-block;
  width: 390px;
  height: 27px;
  padding: 4px 10px 3px 10px !important;
  background: #e5e5e5;
  color: #747474;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  font-family: asap;
  margin-left: 10px;
}

#share-email-container label, #share-link-container label, #share-embed-container label{
    padding-right: 0;
    padding-left: 31px;
    margin: 0;
}

#share-email-container, #share-link-container, #share-embed-container{
    padding: 10px 0;
}

#share-email-container{
    padding-top: 0;
}

#share-email-container input, #share-link-container input, #share-embed-container input{
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.email-code {
    width: 310px;
    margin-left: 0px;
}

.checkbox-row {
    position: relative;
    text-align: left;
    margin-left: 146px;
}

.tab-button {
    background: #404040;
    box-sizing: border-box;
    width: 200px;
    height: 42px;
    margin: 0 0.25px;
    text-align: center;
    vertical-align: middle;
    color: white;
    padding: 0;
    font-family: gobold;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.7;
    outline: none;
    position: relative;
}

.tab-button:hover,
.tab-button.selected {
    background: #ec7f00;

}

.tab-button:disabled{
  background-color: #d3d3d3;
  cursor: no-drop;
}

.tab-button > sup{
  font-size: 15px;
  font-family: asap;
  margin-left: -3px;
}

.tab-page {
    position: relative;
    width: 590px;
    height: 275px;
    padding: 0 13px 0 13px;
}

.pos-left{
  text-align:left;
}

.social {
    padding-bottom: 17px;
    line-height: 2.1;
    padding-top: 26px;
}
.social label{
  padding-right: 0;
  padding-top: 0;
}
#social-button-container {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-left: 0;
}
.social-button {
    border: none;
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align:top;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 6px;
    outline: none;
    z-index: 90;
    cursor: pointer;
    transition: 0.2s;  -webkit-transition: 0.2s;  -moz-transition: 0.2s;  -ms-transition: 0.2s;
}

.social-button:hover{
  -webkit-transform: scale(1.1) rotate(10deg);
  -moz-transform: scale(1.1) rotate(10deg);
  -ms-transform: scale(1.1) rotate(10deg);
  -o-transform: scale(1.1) rotate(10deg);
  transform: scale(1.1) rotate(10deg);
}

    .btn-facebook {
        background-image: url('https://static2.emaze.com/pp/resources/facebook-share-pop.png');
        margin-left: 0px;
    }
    .btn-twitter {
        background-image: url('https://static2.emaze.com/pp/resources/twitter-share-pop.png');
    }
    .btn-googleplus {
        background-image: url('https://static2.emaze.com/pp/resources/google-share-pop.png');
    }
    .btn-linkedin {
        background-image: url('https://static2.emaze.com/pp/resources/linkin-share-pop.png');
    }
    .btn-pinterest {
        background-image: url('https://static2.emaze.com/pp/resources/pinter-share-pop.png');
    }


/*    .delete-user {
      width: 21px;
      height: 20px;
      background-image: url('../images/delete.png');

      background-color: transparent;
}
    .user-name {
        width: 274px;


        display: inline-block;
        text-align: left;
}*/
    .loader,
    .overlay {
        position: absolute;
        top: 0;
        right:0;
        bottom: 0;
        left:0;
        z-index: 1000;
    }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.loader {
     background-image: url('https://static2.emaze.com/pp/resources/loader.gif');
     background-repeat: no-repeat;
     background-position: 50% 60%;
     background-color: rgba(0,0,0,0.2);
     background-size: 60px;
}


.message {
    position: relative;
    color: white;
    margin: 200px 50px 0;
    text-align: center;
}

.is-team >  .privacy-panel {
    width: 174px;
    margin: 10px 1px;
}

.privacy-panel {
    position: relative;
    display: inline-block;
    width: 258px;
    border-radius: 16px;
    border: 4px solid #e5e5e5;
    margin: 10px 15px;
    vertical-align:top;
    padding: 0 5px 5px;
    text-align: center;
    height: 220px;
    /* cursor: pointer; */
    z-index: 20;
    font-size: 12px;
    color: #404040;
}

.privacy-panel label {
    cursor: pointer;
}

.privacy-panel > h2{
    font-size: 25px;
    font-weight: bold;
    margin: -5px 0 5px 0;
    color: #404040;
}

.privacy-panel > h2.public-view {
    font-size: 30px;
}

.privacy-panel > h3{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 0;
    color: #404040;
}

.privacy-panel > h3.public-view {
    font-size: 16px;
}

.privacy-panel > p{
  font-size: 12px;
  position: relative;
  color: black;
}

.privacy-panel > p.public-view {
    font-size: 14px;
    margin-bottom: 8px;
}

.privacy-panel > span.public-view {
    font-size: 14px;
}

.permitions {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.permitions > label{
    display: block;
    padding: 2px 0;
    position: relative;
    width: 87px;
    margin: auto;
    text-align: left;
    font-weight: normal;
}

.permitions > label.public-view{
  width: 94px;
}

.permitions .public-view {
    font-size: 14px;
}

.box-password{
  min-height:107px;
}

.password {
    display: inline-block;
    text-align: left;
    margin-left: -9px;
    font-size: 14px;
    color: black;
    width: 50%;
    position: relative;
    z-index: 100;
}

.box-password input[type="password"] {
    width: 40%;
    margin-left: 1px;
    border: none;
    background-color: #e6e6e6;
    outline: none;
    font-size: 12px;
    z-index: 90;
}

.box-password input[type="password"]:disabled {
    background-color: #e6e6e6;
}

.privacy-panel.selected{
    border-color: #ec7f00;
}

#privacy-panel-public {
    margin-left: 0;
}
#privacy-panel-team {
    height: 230px;
}
#privacy-panel-private {
    margin-right: 0;
}

.privacy-panel .icon {
    background-repeat: no-repeat;
    background-position: 50% 8px;
    background-size: 85px;
    position: relative;
    display: block;
    width: 100%;
    height: 85px;
}

.tab-icon {
    background-repeat: no-repeat;
    width: 30px;
    height: 22px;
    margin-left: 7px;
    display: inline-block;
    vertical-align:middle;

    background-size: 100%;
}

ol{
  overflow: auto;
  height: 190px;
}

.list-emails {
    margin-bottom: 20px;
    height: 21px;
    text-align: left;
}

.label-view {
    margin-right: 28px;
}

.label-edit {
    margin-right: 33px;
}

.atantion {
    border: black solid 1px;
    border-radius: 5px;
    padding: 5px 5px;
    font-size: 16px;
    position: absolute;
    top: 0;
    width: 578px;
    z-index: 100;
}

.atantion:after {
    content: '';
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    width: 100%;
    height: 232px;
    background-color: transparent;
    z-index: 97;
}

.link-privacy {
  color: #ec7f00;
  text-decoration: underline;
  cursor: pointer;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.verify:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);

    z-index: 999999;
}

.link-back {
    text-align: right;
    color: #ec7f00;
    position: absolute;
    display: block;
    font-weight: normal;
    cursor: pointer;
    text-transform: capitalize;
    right: 8px;
    bottom: 5px;
}

.note{
  text-align: justify;
  display:block;
  margin-left:5px;
  margin-top:5px;

  margin-right: 5px;
}

.pass-dis{
  display:block;
  text-align:left;
  margin-left:5px;
  margin-top:5px;
  visibility: hidden;
}

.text-center{
  text-align: center;
  position: relative;
  display: block;
}

.password-set {
    color: #ec7f00;
}

.button-select {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
    z-index: 30;
    cursor: pointer;
}

.display-disabled {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer;
}

.button-close-big {
    position: relative;
    display: block;
    height: 33px;
    width: 123px;
    padding-top: 16px;
    text-align: center;
    background-color: #1ccb42;
    font-family: gobold;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.8px;
    cursor: pointer;
    float: right;
    right: 20px;
    margin-top: 8px;
}

.button-close-big:hover, .action-button:hover {
    background-color: #f39348;
}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

::-webkit-input-placeholder { color: #bdbdbd; opacity: 1; transition: opacity 0.3s ease; font-size: 15px; }
:-moz-placeholder { color: #bdbdbd; opacity: 1; transition: opacity 0.3s ease; font-size: 15px; }
::-moz-placeholder { color: #bdbdbd; opacity: 1; transition: opacity 0.3s ease; font-size: 15px; }
:-ms-input-placeholder { color: #bdbdbd; opacity: 1; transition: opacity 0.3s ease; font-size: 15px; }

:focus::-webkit-input-placeholder { opacity: 0; transition: opacity 0.3s ease; border: 2px solid  #f39348;}
:focus:-moz-placeholder { opacity: 0; transition: opacity 0.3s ease; border: 2px solid  #f39348;}
:focus::-moz-placeholder { opacity: 0; transition: opacity 0.3s ease; border: 2px solid  #f39348;}
:focus:-ms-input-placeholder { opacity: 0; transition: opacity 0.3s ease; border: 2px solid  #f39348;}

input:focus{
  /*outline-color: #f4b01c;*/
  border: 2px solid  #f4b01c !important;
}

.password-block {
    position: absolute;
    display: block;
    left: 90px;
    top: 3px;
    width: 69px;
    height: 16px;
    background-color: transparent;
}

.notice-collaboration {
    position: absolute;
    display: block;
    left: 0;
    bottom: -33px;
    width: 80%;
    font-family: asap;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    color: #585858;
}

.social-label{
    font-size: 15px;
    font-family: asap;
    padding-top: 6px;
}


#recaptcha {
  margin : 0px 0px 0px 140px
}