﻿.wysy-actions {
    
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 7777;
    background-color: #fff;
}
.mainform_header .wysy-actions {
    padding-bottom: 0px;
}

 .wyswrapp {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    min-height: 32px;
    margin-left: 22px;
}
.mainform_header .wyswrapp {
    margin-left: 10px;
}

#linkwrap {
    min-height: 10px;
    width: 330px;
    display: none;
    align-items: center;
}

.linkfieldwrapp {
    display: none;
    width: 100%;
    min-height: 30px;
}

  .linkfieldwrapp #linkwrap {
     margin-left:15px;
     display: flex;
     width: 430px;
    }


.link-wy {
    display: flex;
}

.selected {
    background-color: dodgerblue;
    color: white;
    font-size: inherit;
    font-family: inherit;
}

 a {
    color:inherit;
    align-items: center;
    background-position: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .1s ease-out;
    font-size: inherit;
    font-family: inherit;
}
.paralink, .imglink {
    color: #0166fe;
}
.definition {
    color: #7abf47;
    font-weight:500;
}
.paralink:hover, .imglink:hover {
    text-decoration: underline;
    color: #4486de;
}

.para:focus, .para input:focus {
    outline: none;
}
#addlinkcr, #addlinkcr2, #addlinkfromlist, #closelinkcr {
    margin-left: 5px;
}

#linkwrap .cv-textfield_size_m {
    padding: 3px 16px;
}
#linkwrap .cv-textfield {
    font-size:11px;
}
#linkwrap input[placeholder] {
    font-size: 11px;
}
 


#linkwrap .cv-button, .wysy-actions .cv-button {
    margin-bottom: 0;
}
.style_button, .add_link_but {
    height: 26px;
    width: 26px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .1s ease-out;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}


    .style_button:hover, .add_link_but:hover {
        background-color: #f7f7f7;
    }

.style_button_ico {
    height: 16px;
    width: 16px;
}
    .style_button_ico svg {
        width: 100%;
        height: 100%;
     
    }
    .style_button_ico svg {
        fill: #707a8a;
    }
    .style_button_ico:hover svg {
        fill: #364364;
    }
.cv-select.cv-select_size_xs {
    background-position: right 6px top 50%;
    background-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.cv-textfield_status_default {
    border: 1px solid #cbcdd6;
}
.cv-textfield_size_xs {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    padding: 2px 12px;
}

.cv-select {
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzJiMmYzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC4yNCA4LjM1YTEgMSAwIDAgMSAxLjQxLS4xMUwxMiAxMy42ODRsNi4zNS01LjQ0MmExIDEgMCAwIDEgMS4zIDEuNTE4bC02LjM0OCA1LjQ0MmEyIDIgMCAwIDEtMi42MDQgMEw0LjM1IDkuNzZhMSAxIDAgMCAxLS4xMDgtMS40MVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    user-select: none;
}
#selectfontsize
{
    width:60px;
    cursor:pointer;
    padding:0;
    padding-left:8px;
}
#selectsizeheader {
    width: 100px;
    cursor: pointer;
}

#env-copy-rec{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 2px solid #0000;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #cbcdd6;
    color: #2b2f33;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    touch-action: manipulation;
    transition: all .1s ease-out;
    -webkit-user-select: none;
    user-select: none;
    width: 100px;
    height: 130px;
  
    margin:0px auto;
    margin-top:60px;
}
#env-copy-rec-conteiner {
    position: relative;
    min-height: 100px;
    max-height: 340px;
    margin-top: 0px;
    width: 200px;
    z-index: 777;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
}

.env-copy-rec-up {
    position: absolute;
    top: 0;
    left: 0px;
    border-bottom: 1px #cbcdd6 solid;
}
.env-copy-rec-down {
    position: absolute;
    bottom: 0;
    left: 0px;
   
   border-top: 1px #cbcdd6 solid;
}
.env-copy-rec-down, .env-copy-rec-up {
    cursor: pointer;
    background-color: #e1e6e9; 
    height: 30px;
    width: 100%;
    opacity:0.5;
    z-index:888;
}

.env-copy-rec-down:hover, .env-copy-rec-up:hover {
        background-color: #a2a2a2;
    }

