/*BEGIN :: TOP Page Style */
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
body > .content_body{
    display: none !important;
    min-height: 560px !important;
    min-width: 1280px !important;
}
body > #index_body.content_body{
    min-width: 768px !important;
}
body > .content_body_active{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    overflow: hidden;
}
textarea{
    resize: none !important;
}
.m-wrapper{    
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
#paperContentBody, #templateContentBody{
    height:100%;
    overflow: hidden;
    min-width: 1280px;
    min-height: 560px;
}

header .m-demo-icon__preview .m-demo-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0px;
    padding: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
header .m-demo-icon__preview .m-demo-icon:hover {
    background-color: transparent !important;
}
header .m-demo-icon__preview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    background-color: transparent;
    margin: 0 2.1875% 0 0.78125% !important;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.m-demo-icon__preview > a > span{
    color: #000 !important;
}
.showDiv{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#m-content_div .m-content > div{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-flex: 1 0 auto !important;
    -ms-flex: 1 0 auto !important;
    flex: 1 0 auto !important;
    width: 100%;
}
#m-content_div .m-content, #m-content_div .m-content .edit_view, #m-content_div .m-content .edit_view .edit_canvas_view{
    width: 100%;
}
svg {
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}
html|* > svg {
  transform-origin: 0 0 0px;
}
/*END :: TOP Page Style */