﻿.mwt_border_base {
    position: absolute;
    z-index: 999998;
}

.mwt_border_bottom {
    background-color: #132F63;
    position: relative;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 2px rgba(20%,20%,40%,0.2);
    text-align: left;
}

.mwt_border_bottom:after {
    position: absolute;
    content: "";
    top: -14px;
    left: 0%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-bottom-color: #132F63;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.mwt_border_top {
    background-color: #132F63;
    position: relative;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 2px rgba(20%,20%,40%,0.2);
    text-align: left;
}

.mwt_border_top:after {
    position: absolute;
    content: "";
    bottom: -14px;
    left: 0%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #132F63;
    border-left-color: transparent;
}

.mwt_anew {
    background-color: #008800;
}

.mwt_reject {
    background-color: rgba(255, 0, 0, 1);
}

.mwt_delete {
    background-color: rgba(232, 49, 71, 1);
}

.mwt_keep {
    background-color: #871FB3;
}

.mwt_required {
    background-color: rgba(4, 58, 234, 0.9);
}

.textbox-input-popup-box input[type="text"] {
    border-width: 1px;
    border-style: solid;
    border-color: #90baff;
    width: 98%;
    margin: 10px 5px 10px 5px;
    color: #90baff;
    background-color: transparent !important;
}

.textbox-input-popup-box a {
    font-size: 24px!important;
}

.textbox-input-popup-box .close {
    width: 24px !important;
    float: right;
    margin-left: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.textbox-input-popup-box .close a {
    color: #90baff !important;
}

.textbox-input-popup-box .save {
    width: 24px !important;
    float: right;
    margin-left: 10px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.textbox-input-popup-box .save a {
    color: #91FF9A !important;
}

.textbox-input-popup-box .popup-box {
    background-color: transparent !important;
}

.textbox-input-popup-box .palette {
    float: left;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.textbox-input-popup-box .palette .color {
    float: left;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 10px;
}

.textbox-input-popup-box .palette .white {
    background-color: #ffffff;
}

.textbox-input-popup-box .palette .blue {
    background-color: #90baff;
}

.textbox-input-popup-box .palette .green {
    background-color: #91FF9A;
}

.cgimage-textarea {
    position: absolute;
    box-shadow: 4px 4px 4px rgba(51,51,102,0.4);
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    background-color: #717171;
    color: #fff;
    z-index: 2;
}

.cgimage-textarea img {
    height: 42px;
    width: 42px;
    cursor: pointer;
    margin: 5px;
    border-radius: 100%;
}

.cgimage-textarea img:hover {
    background-color: #3573EF;
    box-shadow: 0px 0px 15px rgba(60, 190, 255, 1);
}

.cgimage-tool .horizontal-edit img {
    height: 36px;
    width: 36px;
}

.cgimage-textarea-vertical {
    width: 62px;
    padding: 5px;
}

.cgimage-textarea-vertical img {
    width: 42px;
    height: 42px;
    float: left;
}

.cgimage-tool .vertical-edit {
    width: 56px!important;
}

.cgimage-tool .vertical-edit img {
    width: 36px;!important;
    height: 36px!important;
}