.codeedittab { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
}
.codeedit_container{
    position: relative;
    height:600px;
    width: 547px;
}
.codeedit_container_admin {
    position: relative;
    height: 600px;
    width: 1355px;
    max-width: 100%;
    word-break: break-word;
}
.ace_editor, .ace_editor div{
    font-family:monospace;
    font-size: 14px;
}
.ace_editor, .ace_editor .ace_content{
    max-width: 100%;
    width: 100% !important;
    overflow:hidden;
}
.ace_scroller{
    overflow:hidden !important;
}
.ace_editor .ace_line {
    word-break: break-word;
    /*    white-space: normal;*/
    height: auto !important;
}
body .ace_scrollbar {
    display: none;
}
body .ace_editor:hover .ace_scrollbar {
    display: block;
}
.usesandbowaccount_div{

}
.content_is_custom_warning{
    color: #a2c516;
}
.client_id_field{
    width: 100px;
}
.api_key_field{
    width: 100px;
}
.send_div_container,
.formaccount_div_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.send_div_container > .btn_run,
.formaccount_div_container > .btn_run {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 25px;
}
.send_div_container > *:not(:last-child),
.formaccount_div_container > *:not(:last-child) {
    margin-right: 10px;
}

.send_div_container {
    border-top: 1px solid #F6F6F6;
    margin-top: 13px;
}
.send_div_container + .send_div_container {
    border: none;
    margin-top: 0;
}

.send_div_container > input[id*='resetsandbowaccount'] {
    background: none;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    line-height: 16px;
    margin: 0;
}

#liveagent {
    z-index: 9;
}

.mgp_content_entities .tab-pane.code-page {
    position: relative;
}
.mgp_content_entities .nav-tabs-custom>.tab-content {
    margin-bottom: 50px;
}
.mgp_content_entities #resetblobdata {
    position: absolute;
    bottom: -50px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 500;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid transparent !important;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-width: 1px;
    left: -10px;
    color:#FFF;
    background: #db591f;
    background: -webkit-gradient(linear, 115deg, from(#f67a43), to(#db591f));
    background: -webkit-linear-gradient(115deg, #f67a43, #db591f);
    background: -webkit-linear-gradient(335deg, #f67a43, #db591f);
    background: -moz-linear-gradient(335deg, #f67a43, #db591f);
    background: -o-linear-gradient(335deg, #f67a43, #db591f);
    background: linear-gradient(115deg, #f67a43, #db591f);
}
.mgp_content_entities #resetblobdata:hover {
    background: #f78b5b !important;
}
.mgp_content_entities #resetblobdata:active,
.mgp_content_entities #resetblobdata.active {
    background-image: none;
    outline: 0;
    background: #f78b5b;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
       -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.mgp_content_entities .codeedit_container_admin{
    overflow: auto;
    resize: vertical;
}

.cookie_form_container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    z-index: 9999;
}
.cookie_form_content {
    z-index: 100;
    position: absolute;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 15px #666;
       -moz-box-shadow: 0 0 15px #666;
            box-shadow: 0 0 15px #666;
    width: 830px;
    max-width: 90%;
}
.cookie_form_content .cookie_form_title {
    text-align: center;
    padding: 30px 30px 15px 30px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
    color: #db591f;
    margin-bottom: 10px;
}
.cookie_form_content .cookie_form_title p {
    margin: 0;
}
.cookie_form_content .cookie_form_text {
    padding: 0 50px 30px;
    text-align: center;
    font-weight: 400;
    color: #565454;
    font-size: 14px;
}
.cookie_form_content .cookie_form_text p{
    margin: 0;
}
.cookie_form_clientid,
.cookie_form_apikye {
    width: 460px;
    max-width: 90%;
    margin: 0 auto 5px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.cookie_form_content .cookie_form_clientid label,
.cookie_form_content .cookie_form_apikye label {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
       -moz-box-flex: 0;
            flex: 0 0 80px;
    text-align: right;
    margin-right: 10px;
    font-weight: 700;
}
.cookie_form_content .cookie_form_clientid input,
.cookie_form_content .cookie_form_apikye input {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    -webkit-flex: 100%;
       -moz-box-flex: 100%;
            flex: 100%;
    width: 100%;
}
#textmessage_sandboxdata_cookie_form {
    width: 740px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 25px auto 10px auto;
    background: #1986bf;
    color: #FFF;
    padding: 10px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
#textmessage_sandboxdata_cookie_form i {
    margin-right: 10px;
}
#textmessage_sandboxdata_cookie_form p{
    margin: 0;
}
.cookie_buttons {
    padding: 30px 100px;
    border-top: 1px solid #edf1f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}
.cookie_buttons input {
    padding: 20px;
    line-height: 15px;
    font-size: 15px;
    background: #FFF;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c7bfbf;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #c7bfbf;
    font-weight: 700;
    cursor: pointer;
}

.cookie_buttons input#sandbowaccount_save_button {
    border-color: #eb9162;
    background: #eb9162;
    color: #FFF;
    text-transform: uppercase;
}
.cookie_buttons input#cancel_sandbowaccount_button:hover{
    background: #fafafa
}
.cookie_buttons input#sandbowaccount_save_button:hover {
    border-color: #f1874d;
    background: #f1874d;
}

.send_div_container select {
    color: #FFF;
    border-color: #FFF;
}
.send_div_container select option {
    color: #737373;
}

.content_doc .entities article .entity_infos{
    vertical-align: top;
}

@media screen and (max-width:767px){
    .cookie_form_clientid, .cookie_form_apikye {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
                align-items: flex-start;
    }
    .cookie_form_content .cookie_form_clientid label, .cookie_form_content .cookie_form_apikye label {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
        text-align: left;
    }
    .cookie_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        padding: 30px 0;
    }
    .cookie_buttons input {
        width: 275px;
        max-width: 90%;
        padding: 10px;
    }
    .cookie_buttons input#sandbowaccount_save_button {
        margin-top: 10px;
    }
    .cookie_form_content {
        max-height: 100vh;
        overflow: auto;
    }
}
