html {
    overflow: hidden !important;
}
.workshop_board .token-container{
    overflow: hidden;
    display: none;
    padding: 20px 0px 20px 20px;
    width: 0;
    opacity: 1;
    background-color: transparent;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.workshop_board.game-started .token-container{
    display: block;
}
.workshop_board .info-add-remove-token i{
    color: #1dab9e;
}

.workshop_board .token-container .tokenaligner {
    overflow: visible;
    max-width: 100%;
}

.tokenaligner.tokenaligner-top {
    top: 0;
    transform: translateY(0);
    padding-top: 0px;
}

.pinned-element .tokenaligner .toolbar_pinner i{
    color: #d32f2f !important;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tokenaligner .toolbar_pinner i {
    font-size: 15px !important;
    margin-bottom: 12px;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    color: #1dab9e !important;
}


.workshop_board .token-container:hover, .workshop_board .token-container.pinned-element{
    overflow: visible;
    opacity: 1;
    background: #ffffff;
    padding: 20px 7px;
    width: 50px;
}

.workshop_board .token-container:before {
    content: '';
    height: 40px;
    width: 40px;
    background: white;
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    border-radius: 20px;
    margin-top: -20px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    animation: littleswing ease-in-out 0.35s infinite alternate;
    -webkit-box-shadow: 0 0 10px 0 rgba(12,12,12,0.4);
    box-shadow: 0 0 10px 0 rgba(12,12,12,0.4);
    display: none !important;
}
.workshop_board .token-container.pinned-element:before,
.workshop_board .token-container:hover:before {
    -webkit-box-shadow: 0 0 10px 0 rgba(12,12,12,0);
    box-shadow: 0 0 10px 0 rgba(12,12,12,0);
}
.workshop_board .token-container .tokenaligner .token.tokencreator{
    opacity: 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.workshop_board .token-container.pinned-element .token.tokencreator,
.workshop_board .token-container:hover .token.tokencreator{
    opacity: 1;
}
.workshop_board .token-container .meta-creator {
    padding: 16px 0px 16px 10px;
    margin-left: -6px;
    width: 48px;
}
.workshop_board .token-container .meta-creator .meta-container{
    position: fixed;
    right: 49px;
    background: #b6ccca;
    border-right: 2px solid #7c908e;
    top: -1000px;
    bottom: -1000px;
    width: 0;
    padding: 20px 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.workshop_board .token-container .tokenaligner-top .meta-creator .meta-container {
    top: 0;
    bottom: -2000px;
}
.workshop_board .token-container .tokenaligner-top .meta-creator .meta-container .tokenaligner-top {
    padding-top: 89px;
}
.workshop_board .token-container .tokenaligner-top .meta-creator .meta-container .tokenaligner-top .postit-colors {
    margin-bottom: 15px;
}
.workshop_board .token-container .tokenaligner-top .meta-creator .meta-container .tokenaligner-top .postit-colors.image-arrow {
    margin-bottom: 5px;
}
.workshop_board .token-container .meta-creator .token.tokencreator i,
.workshop_board .token-container .meta-creator .token.tokencreator {
    cursor: initial;
}
.workshop_board .token-container .meta-creator .tokencreator i {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.workshop_board .token-container .meta-creator:hover>.tokencreator i {
    color: #eaad24;
}
.workshop_board .token-container .meta-creator .pointered .token.tokencreator i,
.workshop_board .token-container .meta-creator .pointered .token.tokencreator{
    cursor: pointer;
}

.workshop_board .token-container .meta-creator .pointered .token.tokencreator input{
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 42px;
}
.workshop_board .token-container .meta-creator:hover .meta-container{
    opacity: 1;
    z-index: 1;
    width: 41px;
    padding: 20px 7px;
}
.workshop_board .newTokensplace {
    right: 140px;
}
.workshop_board .newTokensplace .workshop-postit {
    padding: 20px 7px 7px 7px;
    min-width: 50px;
    width: auto;
    max-width: 100vw;
    left: -50px;
    cursor: grab;
    position: absolute !important;
}
.workshop_board .newTokensplace .workshop-postit:not([style]) {
    animation: littleswing ease-in-out 0.35s infinite alternate;
    width: 80px;
    height: 45px;
}
.workshop_board .newTokensplace .workshop-postit[style] {
    min-width: 160px;
    min-height: 90px;
}
.workshop_board .newTokensplace .workshop-postit textarea{
    min-height: 100%;
    overflow: auto;
    min-width: 100%;
    width: 100%;
    height: 100%;
    resize: none;
    opacity: 0;
    white-space: normal !important;
}
.workshop_board .newTokensplace .workshop-postit[style] textarea{
    min-height: 60px;
    opacity: 1;
}
.workshop_board .newTokensplace .workshop-postit-image{
    padding: 7px 0 0 7px;
}
.workshop_board .newTokensplace .workshop-postit-image img {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    object-fit: contain;
    object-position: 50% 0%;
}
.workshop_board .newTokensplace .workshop-postit-image[style] img {
    top: 7px;
    left: 7px;
    right: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 35px);
    object-position: 50% 0%;
}
.workshop_board .newTokensplace .workshop-postit-image textarea {
    border: 0;
}
.workshop_board .newTokensplace .workshop-postit-image input {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    width: calc(100%);
    text-align: center;
    display: none;
}
.workshop_board .newTokensplace .workshop-postit-image[style] input{
    display: block;
}
.workshop_board .token-container .workhop_utils {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    padding: 20px 0 22px 15px;
}
.workshop_board .token-container.pinned-element .workhop_utils,
.workshop_board .token-container:hover .workhop_utils {
    padding: 20px 0 22px 6px;
}



.workshop_board .trash {
    bottom: 196px;
    margin-bottom: -40px;
    right: -60px;
    left: auto;
    z-index: 9;
    text-align: center;
    height: 80px;
    line-height: 95px;
    width: 70px;
    padding-left: 20px;
    display: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.game-started.workshop_board .trash{
    display: block;
}
.workshop_board .trash i{
    font-size: 34px;
}

.workshop_board .token-container:hover .trash, 
.workshop_board .token-container.pinned-element .trash{
    right: 0px;
}

.workshop_board .trash.ui-droppable-active{
    opacity: 1;
}
.draggable:hover {
    z-index: 2;
}
.draggable.ui-draggable-dragging:hover,
.ui-resizable.ui-resizable-resizing{
    opacity: 0.9;
}
input#workshop-title, input.workshop-title {
    position: fixed;
    top: 5px;
    left: 60px;
    right: 60px;
    width: calc( 100% - 120px);
    text-align: center;
    border-bottom: 0;
    font-size: 24px;
    margin-bottom: 0;
}
.black+input#workshop-title, 
.darken-2+input#workshop-title,
.darken-3+input#workshop-title {
    color: #fff;
}
@media (orientation: portrait){
    .workshop_board .token-container .tokenaligner .token.tokencreator{
        max-width: calc(100%);
        margin-left: -11px;
    }
    .download-image-board.utility{
        display: none;
    }
    .workshop_board .newTokensplace{
        right: auto;
        left: 140px;
    }
}


