/*E.R.R.O.R. M.S.G.*/
.editor_msgpopupshowmediaerror{
    display: none;
    position: relative;
    z-index: 999998;
    width: calc(100% - 40px);
    max-width: 450px;
    background-color: #FFFFFF;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    -moz-border-radius: 0.40em;
    -webkit-border-radius: 0.40em;
    border-radius: 0.40em;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
}

.editor_mediaerrormsgpopupclose {
    display: block;
    position: relative;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
    color:#666666;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
}

.editor_mediaerrormsgpopupclose:hover {
    color: #999999;
}

.editor_mediaerrormsgpopuptitle {
    display:block;
    position:relative;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-size:18px;
    color:#444444;
    margin-bottom:10px;
}

.editor_mediaerrormsgpopuptext {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    color: #666666;
    cursor: context-menu;
    margin-left: 5px;
    list-style: none;
}

.editor_mediaerrormsgpopupbuttoncontainer {
    display:block;
    width:100%;
    height: 21px;
    margin-top:15px;
    text-align: center;
}

.editor_mediaerrormsgpopupbuttonholder {
    position: relative;
    margin: 0 20px;
    display: inline-block;
    width: 80px;
    height: 21px;
}

.editor_mediaerrormsgpopupbutton {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: .5px;
    font-size: 12px;
    color: #ffffff;
    float: right;
    text-decoration: none;
    width: 80px;
    height: 21px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #5dabf9;
    position: relative;
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
    -webkit-appearance: none;
    border-radius: 1.25em;
}

.editor_mediaerrormsgpopupbutton:hover	{
    cursor: pointer;
    background-color: #7abafa;
}

.editor_mediaerrormsgpopupbutton:active {
    cursor: pointer;
    background-color: #549ae0;
}


.editor_fromthewebimg{
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    background-image: url(../assets/spritesv2/createcontent.png);
    background-size: 320px 800px;
    background-position: -180px 0px;

}
.editor_gettyimageslogo{
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    background-image: url(../assets/spritesv2/createcontent.png);
    background-size: 320px 800px;
    background-position: -180px -40px;

}
.editor_giphylogosmall{
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    background-image: url(../assets/spritesv2/createcontent.png);
    background-size: 320px 800px;
    background-position: -180px -80px;

}
.editor_gfycatlogosmall{
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    background-image: url(../assets/spritesv2/createcontent.png);
    background-size: 320px 800px;
    background-position: -180px -120px;
}

.editor_searchwhite{
    cursor: pointer;
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/common.png);
    background-size: 360px 800px;
    background-position: 0 -440px;
}
.editor_imageuploadpopupoverall	{
    display: none;
    position:fixed;
    left:0;
    z-index:999996;
}

.editor_imageuploadpopupbackground	{
    display: none;
    position: fixed;
    height: 100%;
    width: 200%;
    top: 40px;
    background-color: #000000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

[aria-hidden="true"]  { display: none; }
[aria-hidden="false"] { display: block; }

.editor_imageuploadpopupwrapper	{
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}
#editor_imageuploadpopupcontainer	{
    text-align: center;
    display:block;
    position:fixed;
    height:0;
    width:100%;
    z-index:999998;
    top:40px;
}
.editor_imageuploadpopupphotocontainer {
    text-align: center;

}
#editor_gettyloading {
    margin: auto;
    position: absolute;
    top: 200px; left: 0; bottom: 0; right: 0;
    height: 80px;
    width: 80px;
}
#editor_gettyloadingtext {
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}
#editor_giphyloading {
    margin: auto;
    position: absolute;
    top: 200px; left: 0; bottom: 0; right: 0;
    height: 80px;
    width: 80px;
}
#editor_gfycatloading {
    margin: auto;
    position: absolute;
    top: 200px; left: 0; bottom: 0; right: 0;
    height: 80px;
    width: 80px;
}

#editor_giphyloadingtext{
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}
#editor_gfycatloadingtext{
    margin-top: 5px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}

.editor_loadmoreimage {
    float: right;
    cursor: pointer;
}

#editor_loading {
    margin: auto;
    position: absolute;
    top: 200px; left: 0; bottom: 0; right: 0;
    height: 80px;
    width: 80px;
}
#editor_loadingtext{
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}
#editor_gettyimagesselectedimageloading {
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}
#editor_gettyimagesselectedimageloading img{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

#editor_fromtheweblogocontainer {
    height: 50px;
}

#editor_gettyimagesselectedimageloadingtext{
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}

#editor_giphyselectedimageloading {
    margin: auto;
    position: absolute;
    top: 0; left: -30px; bottom: 0; right: 0;
    height: 80px;
    width: 80px;
}
#editor_gfycatselectedimageloading {
    margin: auto;
    position: absolute;
    top: 0; left: -30px; bottom: 0; right: 0;
    height: 80px;
    width: 80px;
}

#editor_giphyselectedimageloadingtext{
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}
#editor_gfycatselectedimageloadingtext{
    margin-top: 5px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#A9A9A9;
}

.editor_imageuploadpopupcenter	{
    display: block;
}

.editor_imageuploadpopup {
    width: calc(100% - 40px);
    max-width: 538px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    -moz-border-radius: 0.40em;
    -webkit-border-radius: 0.40em;
    border-radius: 0.40em;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);
    z-index: 99999;
    overflow: hidden;
}

.editor_imageuploadpopupclose {
    display: block;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    background: url(../assets/sprites/createlistremoveimages.png);
    background-position: 0 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: -20px;
    margin-top: -20px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.editor_imageuploadpopupclose:hover	{
    background-color: #666666;
}


.editor_imageuploadpopuptitle	{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.editor_imageuploadpopupfromholder	{
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.editor_imageuploadpopupfrom {
    display: inline-block;
    padding: 1px 10px;
}

.editor_imageuploadfromyourdevice {
    float:left;
    display: inline;
    text-align: center;
    border-right: 1px solid #BBBBBB;
}

.editor_imageuploadfromtheweb	{
    float:left;
    display: inline;
    text-align: center;
}

.editor_imageuploadfromgetty	{
    float:left;
    display: inline;
    text-align: center;
    border-left: 1px solid #BBBBBB;
}

.editor_imageuploadfromgiphy	{
    float:left;
    display: inline;
    text-align: center;
    border-left: 1px solid #BBBBBB;
}
.editor_imageuploadfromgfycat	{
    float:left;
    display: inline;
    text-align: center;
    border-left: 1px solid #BBBBBB;
}
.editor_imageuploadfromyoutube	{
    float:left;
    display: inline;
    text-align: center;
}

.editor_imageuploadoptions	{
    display:inline-block;
    position:relative;
    float:left;
    width:150px;
    height: 14px;
    padding-top:5px;
    padding-bottom:5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#666666;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}

.editor_imageuploadoptions:hover	{
    cursor:pointer;
    background-color:#D6E6F3;
    border-top:1px solid #72A8D3;
    border-bottom:1px solid #72A8D3;
    color:#438BC5;
}

.editor_imageuploadoptions:active	{
    cursor:pointer;
    background-color:#BDD7EC;
    color:#438BC5;
}

.editor_imageuploadoptions.selected {
    display:block;
    width:150px;
    padding-top:5px;
    padding-bottom:5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    background-color:#EDF4FA;
    color:#438BC5;
}

.editor_imageuploadoptions.selected:hover{
    cursor:pointer;
    background-color:#D6E6F3;
    padding-top:5px;
    padding-bottom:5px;
    color:#438BC5;
}

.editor_imageuploadoptions.selected:active	{
    cursor:pointer;
    background-color:#D6E6F3;
    padding-top:5px;
    padding-bottom:5px;
    color:#438BC5;
}

.editor_imageuploadfromyourdeviceholder	{
    position:relative;
    width:100%;
    float:left;
    padding-bottom:10px;
    display:block;
    clear:both;
}

.editor_imageuploadfromthewebholder	{
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    display: none;
}

.editor_rawimageurl {
    float: left;
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #f6f6f6;
    background-color: #404040;
    border: 1px solid #111111;
    -moz-border-radius: .40em;
    -webkit-border-radius: .40em;
    border-radius: .40em;

}

.editor_gettysearchbox {
    float: left;
    display: block;
    position: relative;
    clear: both;
    width: calc(100% - 40px);
    padding: 13px 8px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #f6f6f6;
    background-color: #404040;
    border-left: 1px solid #111111;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.editor_giphysearchbox {
    float: left;
    display: block;
    position: relative;
    clear: both;
    width: calc(100% - 40px);
    padding: 13px 8px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #f6f6f6;
    background-color: #404040;
    border-left: 1px solid #111111;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;

}

.editor_gfycatsearchbox {
    float: left;
    display: block;
    position: relative;
    clear: both;
    width: calc(100% - 40px);
    padding: 13px 8px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #f6f6f6;
    background-color: #404040;
    border-left: 1px solid #111111;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#editor_gettyimagessearchbuttonholder	{
    float: left;
    display: block;
    margin-top: 12px;
    position: relative;
}

#editor_gettyimagessearchbutton	{
    text-decoration: none;
    width: 40px;
    height: 40px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #5dabf9;
    overflow: hidden;
}

#editor_gettyimagessearchbutton:hover	{
    cursor:pointer;
    background-color:#7abafa; /* Old browsers */
}

#editor_giphysearchbuttonholder {
    float: left;
    display: block;
    margin-top: 12px;
    position: relative;
}
#editor_giphysearchbutton	{
    text-decoration: none;
    width: 40px;
    height: 40px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #5dabf9;
    overflow: hidden;
}
#editor_giphysearchbutton:hover	{
    cursor:pointer;
    background-color:#7abafa; /* Old browsers */
}

#editor_gfycatsearchbuttonholder	{
    float: left;
    display: block;
    margin-top: 12px;
    position: relative;
}
#editor_gfycatsearchbutton	{
    text-decoration: none;
    width: 40px;
    height: 40px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #5dabf9;
    overflow: hidden;
}
#editor_gfycatsearchbutton:hover	{
    cursor: pointer;
    background-color: #7abafa;
}


.editor_gettyoutput{
    white-space:nowrap;
}
.editor_giphyoutput{
    white-space:nowrap;
}
.editor_gfycatoutput{
    height:155px;
    white-space:nowrap;
}

.editor_fromweboutput{
    white-space:nowrap;
}
.editor_gettyimagesselectedimage {
    background: #D6E6F3;
}
.editor_gettyimagesselectedimageouter {

    background: #0075EA;

}
.editor_giphyselectedimage {
    background: #D6E6F3;
}
.editor_giphyselectedimageouter {

    background: #0075EA;

}
.editor_gfycatselectedimage {
    background: #D6E6F3;
}
.editor_gfycatselectedimageouter {
    background: #0075EA;
}

.editor_fromwebimagesselectedimage {
    background: #D6E6F3;
}
.editor_fromwebimagesselectedimageouter {

    background: #0075EA;
}

.editor_gettyoutputgalleryimagewrapper{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
.editor_gettyoutputgalleryimagewrapperouter {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
}

.editor_gettyoutputgalleryimage {
    height: 120px;
    width:auto;
    cursor: pointer;
}

.editor_giphyoutputgalleryimagewrapper{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
.editor_giphyoutputgalleryimagewrapperouter {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    display: inline-block;
}

.editor_giphyoutputgalleryimage {
    float: left;
    height:120px;
    width:auto;
    cursor: pointer;
}
.editor_gfycatoutputgalleryimagewrapper{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
.editor_gfycatoutputgalleryimagewrapperouter {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    display: inline-block;
}

.editor_gfycatoutputgalleryimage {
    float: left;
    height:120px;
    width:auto;
    cursor: pointer;
}

.editor_fromweboutputgalleryimagewrapper{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
.editor_fromweboutputgalleryimagewrapperouter {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
}

.editor_fromweboutputgalleryimage {
    height: 120px;
    width:auto;
    cursor: pointer;
}
.editor_gettygallery {
    display: none;
    height: 166px !important;
    clear: both;

}
#editor_imageuploadpopupphotowrapperright .jspTrack{
    width: calc(100% - 2px)!important;
    background-color: #404040;
    border:1px solid #111111;
    -webkit-border-radius: .40em;
    -moz-border-radius: .40em;
    border-radius: .40em;
    -webkit-box-shadow: inset 0 0px 10px -2px #000000;
    -moz-box-shadow: inset 0 0px 10px -2px #000000;
    box-shadow: inset 0 0px 10px -2px #000000;
}
#editor_imageuploadpopupphotowrapperright .jspDrag{
    height: 12px!important;
    top:-2px;
    background-color: #B13D3D;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
}
#editor_imageuploadpopupphotowrapperright .jspDrag:hover{
    background-color: #c74e4e;
}

.editor_giphygallery {
    display: none;
    height: 166px !important;
    clear: both;

}
.editor_gfycatgallery {
    display: none;
    height: 166px !important;
    clear: both;

}

.editor_fromwebgallery {
    display: none;
    height: 166px !important;
    clear: both;
}

.horizontal-only {
    height: auto;
    max-height: 155px;
}

.editor_gettyoutputcontainer {
    position: relative;
    float: left;
    margin-top: 10px;
}

.editor_giphyoutputcontainer {
    position: relative;
    float: left;
    margin-top: 10px;
}
.editor_gfycatoutputcontainer {
    float: left;
    height:155px;
    margin-top: 10px;
}

.editor_fromweboutputcontainer {
    position: relative;
    float: left;
    margin-top: 10px;
}

.editor_imageuploadfromgettyholder	{
    position: relative;
    width: 100%;
    float: left;
    display: none;
}


.editor_imageuploadfromgiphyholder	{
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    display: none;
}

.editor_imageuploadfromgfycatholder	{
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.editor_dragyourimageherefromyourdevice{
    position:relative;
    display:block;
    clear:both;
    border: dotted 2px #438BC5;
    display: none;
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.editor_dragyourimageherefromyourdevicetext	{
    position:relative;
    display:block;
    font-size: 20px;
    height: 20px;
    font-family: 'Roboto', sans-serif;
    color:#438BC5;
}

.editor_dragyourimageherefromweb{
    position:relative;
    display:block;
    clear:both;
    border: dotted 2px #438BC5;
    display: none;
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.editor_dragyourimageherefromwebtext{
    position:relative;
    display:block;
    font-size: 20px;
    height: 20px;
    font-family: 'Roboto', sans-serif;
    color:#438BC5;
}

.editor_imageuploadpopupphotowrapper	{
    display:block;
    position:relative;
    width:100%;
}

.editor_imageuploadpopupphotowrapperleft	{
    display: inline-block;
    text-align: center;
    position: relative;
}

.editor_imageuploadpopupphotowrapperright	{
    display:inline-block;
    position:relative;
    width: 100%;
    padding-bottom: 5px;

}

.editor_imageuploadpopupphototitle	{
    float:left;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color:#888888;
    padding-bottom:5px;
}

.editor_imageuploadpopupphoto	{
    clear: both;
    width: 100%;
}

.editor_imageuploadpopupuploadtext	{
    display: none;
    position:relative;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color:#999999;
    height:12px;
    padding-top:6px;
    padding-bottom:9px;
    padding-left:3px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
}

.editor_imageurltext	{
    position:relative;
    float:left;
    font-family: 'Roboto', sans-serif;
    padding-top:6px;
    padding-bottom:5px;
    padding-left:5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: left;
    font-weight:bold;
    font-size:14px;
    color:#666666;
}

.editor_imageuploadpopupfeedback	{
    position: relative;
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 14px;
    font-size: 13px;
    color: #888888;
    padding-top: 5px;
}


.editor_imageuploadpopupfeedback strong	{
    font-weight:bold;
}

.editor_imageuploadpopupuploadbuttonholder	{
    position: relative;
    width: 91px;
    margin-left: auto;
    margin-right: auto;
}

.editor_imageuploadpopupuploadbutton {
    position: absolute;
    left: -999999px;
}

.editor_imageuploadpopupuploadbuttonlabel	{
    cursor: pointer;
    width: 75px;
    display: block;
    position: relative;
    float: left;
    padding: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background-color: #5dabf9;
    -moz-border-radius: .40em;
    -webkit-border-radius: .40em;
    border-radius: .40em;
    -webkit-appearance: none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.editor_imageuploadpopupuploadbuttonlabel:hover	{
    cursor:pointer;
    background-color: #7abafa;
}



.editor_imageuploadpopuppreviewtitle	{
    position:relative;
    float:left;
    clear:both;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-size:12px;
    color:#888888;
    padding-left:10px;
    padding-bottom:5px;
}

.editor_imageuploadpopuppreview	{
    position:relative;
    float:left;
    clear:both;
    margin-left:10px;
    width:30px;
    height:30px;
    overflow: hidden;
    border:5px solid #DDDDDD;
    -moz-border-radius:0.20em;
    -webkit-border-radius:0.20em;
    border-radius:0.20em;
}

.editor_imageuploadpopuppreviewtext	{
    position:relative;
    float:left;
    width:180px;
    padding-left:8px;
    font-family: 'Roboto', sans-serif;
    font-size:11px;
    color:#888888;
    padding-bottom:5px;
}

.editor_imageuploadpopupuploadreminder	{
    position: relative;
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 14px;
    font-size: 11px;
    color: #CCCCCC;
    padding-top: 5px;
}

.editor_imageuploadpopupuploadreminderweb	{
    position:relative;
    float:left;
    clear:both;
    text-align:justify;
    /*width:440px;*/
    padding-top:10px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#888888;
}

.editor_imageuploadpopupuprotateimagewrapper {
    display:block;
    position:relative;
    float:left;
    margin-top:10px;
    width:100%;
}

.editor_imageuploadpopupuprotateimage {
    display:block;
    position:relative;
    width:160px;
    margin-left:auto;
    margin-right:auto;
}

.editor_imageuploadpopupuprotateimageleft {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right:5px;
    background-image: url("../assets/sprites/create_list_image_rotate_icons.png");
    background-size: 60px 30px;
    background-position: 0 0;
    cursor: pointer;
}

.editor_imageuploadpopupuprotateimageleft:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.editor_imageuploadpopupuprotateimageleft:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.editor_imageuploadpopupuprotateimageright {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 10px;
    background-image: url(../assets/sprites/create_list_image_rotate_icons.png);
    background-size: 60px 30px;
    background-position: -30px 0;
    cursor: pointer;
}

.editor_imageuploadpopupuprotateimageright:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.editor_imageuploadpopupuprotateimageright:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.editor_imageuploadpopupuprotateimagetext {
    display: none;
    position:relative;
    clear:both;
    float:left;
    width:60px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-family: 'Roboto', sans-serif;
    font-size:10px;
    color:#888888;
}

.editor_imageuploadpopupupflipimage {
    display: block;
    position: relative;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.editor_imageuploadpopupupflipimagehorizontal {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 10px;
    background-image: url(../assets/sprites/image_flip_icon.png);
    background-size: 30px 60px;
    background-position: 0 0;
    cursor: pointer;
}

.editor_imageuploadpopupupflipimagevertical {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background-image: url(../assets/sprites/image_flip_icon.png);
    background-size: 30px 60px;
    background-position: 0 -30px;
    cursor: pointer;
}

.editor_imageuploadpopupbuttonouter	{
    padding-top: 10px;
    display: block;
    clear: both;
    width: 100%;
}

.editor_imageuploadpopupbuttoncontainer	{
    display:block;
    clear:both;
    width:260px;
    height: 32px;
    margin-left:auto;
    margin-right:auto;
}

.editor_imageuploadpopupbuttonholder	{
    float: left;
    display: block;
    width: 110px;
    margin-left: 10px;
    margin-right: 10px;
}

.editor_imageuploadpopupbutton	{
    cursor: pointer;
    width: 110px;
    display: block;
    position: relative;
    float: left;
    padding: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background-color: #B13D3D;
    -moz-border-radius: .40em;
    -webkit-border-radius: .40em;
    border-radius: .40em;
    -webkit-appearance: none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.editor_imageuploadpopupbutton:hover	{
    cursor: pointer;
    background-color: #c74e4e;
}


.editor_imageuploadpopupbuttondisabled	{
    cursor: not-allowed;
    width: 110px;
    display: block;
    position: relative;
    float: left;
    padding: 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #f6f6f6;
    background-color: #cccccc;
    -moz-border-radius: .40em;
    -webkit-border-radius: .40em;
    border-radius: .40em;
    -webkit-appearance: none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.editor_imageuploadpopupphotocontainer .zerodeg {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}

.editor_imageuploadpopupphotocontainer .ninetydeg {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

.editor_imageuploadpopupphotocontainer .oneeightydeg	{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.editor_imageuploadpopupphotocontainer .twoseventydeg {
    transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
}

#editor_imageareaselectcontainer {
    position: relative;
    top: -206px;
    left: -188px;
}

#editor_thumbnailimageareaselectcontainer {
    position: relative;
    top: -80px;
    left: -205px;
}


@media only screen and (max-width: 538px){
    .editor_imageuploadpopup{
        position: absolute;
        height: calc(100% - 40px);
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: unset;
        overflow-y: auto;
    }
}