body, html
{
    /*background-color: #ededed;*/
    font-family: 'Open Sans' , sans-serif !important;
    font-weight: 100;
    font-size: 20px !important; /*color: #FFF !important;*/
}


.likevariantsubimg
{
  transform: scale(1);
  -webkit-transform: scale(1);
  /*border: 1px solid transparent;*/
  /*-webkit-transition: 100ms;
    transition: 100ms;	*/
}
.transanim
{
	/*-webkit-transition: 100ms;
    transition: 100ms;*/
}
.imgtrans/*, .likevariantsubimg:hover*/
{
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	/* -webkit-transition: 100ms;
    transition: 1000ms;*/
	/*border: 1px solid #d0c7c7;*/
    border-radius: 50%;
    background: white;
	/*padding:1px;*/
	 
}
.likevariantselected {
    width: 34px;
    height: 34px;
    padding: 0px !important;
}

.likeButtonUnclicked {
    position: relative;
}

.likevariantClicked {
    background-color: #777777 !important;
    border: 1px solid #5c5c5c !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer;
}

.likevariantcount {
    border-style: solid;
    border: 1px solid rgb( 210, 210, 210 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 11px;
    width: 17px;
    height: 17px;
    vertical-align: text-top;
    text-align: center;
    position: absolute;
    top: 9px;
    right: -21px;
    line-height: 17px;
}

.selected-emoticon {
    position: absolute;
    top: 0;
    left: 27px;
}

.likevariantClicked img {
    vertical-align: middle;
}

.likevariantClickedContainer {
    min-width: 70px;
    float: left;
}


.commentscount {
    font-size: 10pt;
}

.LikeDislikeImage {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
    margin-right: 5px;
}

.UserNameDiv {
    width: 82%;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10px;
}

.LikeDislikeDiv {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #535353;
    /* background-color: #ECECEC; */
    /* margin-top: 10px; */
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #ddd;
}

ul#LikevariantCounts li {
    display: inline-block;
    margin-right: 10px;
}

#LikevariantCounts {
    padding-left: 0;
}

.likevariant-count {
    font-size: 10px;
    display: block;
    text-align: center;
    color: #717171 !important;
    border-radius: 100px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    margin-top: 2px;
    padding: 0px 4px;
}

.likevariant-li {
    font-size: initial;
}

.likevariant-link-all:focus {
    outline: none;
}

.likevariant-link:focus {
    outline: none;
}

.likevariant-link-all {
    display: inline-block;
    width: 26px;
    text-align: center;
    cursor:pointer;
}

.likevariant-link {
    display: inline-block;
    cursor:pointer;
}

.likevariant-img {
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

#LikevariantTab1 {
    border-bottom: solid 1px #ddd;
}

.likevariant-active {
    background-color: #e4e4e4;
    padding: 5px;
    border-radius: 100px;
}

.likevariant-selected {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

.UserImageDiv {
    position: relative;
    width: inherit !important;
    float:left;
}

.likevariantcontainer {
    position: absolute;
    top: -53px;
    padding: 10px 5px;
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom,#e6e6e6,#fff);
    background-image: -moz-linear-gradient(bottom,#e6e6e6,#fff);
    background-image: -o-linear-gradient(bottom,#e6e6e6,#fff);
    background-image: -ms-linear-gradient(bottom,#e6e6e6,#fff);
    background-image: linear-gradient(to top,#e6e6e6,#fff);
}

.likevariantitem {
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

    .likevariantitem img {
        vertical-align: middle;
    }
/*-------------------------------Like/Dislike Count Popup-----------------------------------*/

.selectedmailcontactcover
{
    max-height: 150px;
    width: 100%;
    overflow: auto;
}

/*Used in B3 Cubee Shared Preview*/
.b3cubeesharedpreview
{
    max-height: 250px;
    min-height: 50px;
    overflow: auto;
    margin-top: 20px;
    box-sizing: border-box;
    padding-right: 15px;
}
.channelsearchtext
{
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 13px;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
    border: 1px solid #D3D3D3;
}
/*.channelbutton
{
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 30px;
}*/
.addtochannel
{
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    cursor: pointer;
    margin-left: 6px;
    margin-bottom: 10px;
    width: 47px;
    height: 47px;
    -webkit-appearance: none;
    margin-right: 11px;
    outline: none;
}

.addtochannelcheckboxtext
{
    margin-top: 10px;
    font-family: Candara,Tahoma,Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 18px;
}

.channelcheckboxcontainer
{
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(126,126,126,.19);
    border: solid 1px #d2d2d2;
    box-sizing: border-box;
    padding: 20px;
    width: 60%;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.likedislikenotbuddy
{
    cursor: pointer;
    border-radius: 3px;
    background-color: #f0f0f0;
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
    color: #444444;
    float: left;
    margin-left: 59px;
    margin-top: 2px;
}
.likeDislikeCountDisplay
{
}

.likeDislikeCountDisplay .LikeDislikeDiv
{
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #535353; /* background-color: #ECECEC; */ /* margin-top: 10px; */
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #ddd;
}



a:-webkit-any-link
{
    color: #535353;
    text-decoration: none;
}

.likeDislikeCountDisplay .LikeDislikeImage
{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    vertical-align: middle;
    margin-right: 5px;
}


.likeDislikeCountDisplay .subheader
{
    padding-bottom: 10px;
    border-bottom: solid 1px #C2BCBC;
}
.likeDislikeCountDisplay .Username
{
    width: 79%;
}

/*-----------------------------------------------------------------------------------*/

.cubeecontrolcontainer
{
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.cubeecontrolmenuicon
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #DDDDDD;
    background-color: #FAFAFA;
    padding: 9px;
    vertical-align: middle;
}

.cubeecontrolmenuitem
{
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding: 7px;
}

.cubeecontrolmenuitemnoborder
{
    cursor: pointer;
    text-align: center;
    padding: 7px;
    clear: both;
}

.cubeecontrolmenuitem:hover
{
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cubeecontrolmenutext
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #515151;
    display: inline-block;
    width: 150px;
    text-align: left;
    margin-left: 10px;
}

.ingridmenu
{
    webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    border: solid 1px #fff;
    z-index: 25;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 10px;
    position: absolute !important;
    top: 80px;
    left: 20%;
    width: auto;
    height: auto;
    min-width: 200px;
    cursor: pointer;
}

.ingridmenuicon
{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 6px !important;
    border: solid 1px #DDDDDD !important;
    background-color: #FAFAFA !important;
    background-image: none !important;
}

.ingridmenuitem
{
    cursor: pointer;
    text-align: center;
    padding: 7px;
}

.ingridmenuitemnoborder
{
    cursor: pointer;
    text-align: center;
    padding: 7px;
}

.ingridmenutext
{
    font-family: Candara,Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #515151;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    width: 107px;
    position: relative;
    top: -14px;
    line-height: 30px;
}

.likeButtonClicked
{
    border-color: rgb( 126, 126, 126 ) !important;
    background-color: rgb( 119, 119, 119 ) !important;
}

.cubeecontrolsharepopup
{
    position: fixed;
    z-index: 14;
    width: 335px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    border: solid 1px #fff;
    background-color: #fbfbfb;
    box-sizing: border-box;
    padding: 26px;
    clear: both;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.PreviewContent1
{
    font-size: 10pt;
}
.cubeecontrolpopup
{
    position: fixed;
     z-index: 999999;
    width: 500px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    -moz-box-shadow: 0 2px 24px rgba(0,1,2,.45);
    box-shadow: 0 2px 24px rgba(0,1,2,.45);
    border: solid 1px #fff;
    background-color: #fbfbfb;
    box-sizing: border-box;
    padding: 26px;
    clear: both;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: normal;
}

.cubeecontrolmenucontainer
{
    position: relative !important;
    background: #f6f6f6 !important;
    border: 1px solid #EEEEEE !important;
    z-index: 999999999 !important;
    width: 210px;
    min-height: 10px;
    height: auto !important;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 15px;
    padding-top: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.18);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.18);
    box-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.CubeeControlMobWidth
{
    display: inline-block !important;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    margin-right: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    background-color: rgb( 248, 248, 248 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.postediticon
{
    cursor: pointer;
    float: right; /*margin-right: 10px;*/
    margin-top: 10px;
}

.likeButtonClicked
{
    /*    background-color: #DADADA !important;     padding-left: 1px !important;     height: 43px; 	vertical-align:middle;*/
}

.deletedcubee
{
    color: rgb(168, 161, 161);
    font-size: 9pt;
    font-style: italic;
}

.pnlCubeeControl
{
    /* margin-left: 2px !important;   iphone: margin-left: 2px !important;     margin-top: 10px !important;*/
    border: none !important;
    overflow: hidden !important;
    box-sizing: border-box;
    padding-top: 10px;
}


.likecount
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 231, 231, 231 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb( 250, 250, 250 );
    cursor: pointer;
    font-size: 11px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    float: left;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: 5px;
}

.likedcount
{
    border-color: rgb( 211, 211, 211 );
    background-color: rgb( 234, 234, 234 );
}

.cubeecontrolinputtext
{
    font-family: 'Open Sans' , sans-serif;
    overflow: hidden;
    color: #444444;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    border: solid 1px rgba(207,207,207,.69);
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    outline-color: #83c9ff;
    resize: none; /*float: left;*/
    margin-top: 15px;
}

.cubeecontrolselect
{
    font-family: 'Open Sans' , sans-serif;
    overflow: hidden;
    color: #444444;
    width: 100%;
    height: 42px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    box-shadow: 1px 1px 1px rgba(0,0,0,.13);
    border: solid 1px rgba(207,207,207,.69);
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    outline-color: #83c9ff;
    resize: none; /*float: left;*/
    margin-top: 15px;
}

.cubeecontrolbutton
{
    cursor: pointer;
    padding: 5px 24px;
    box-shadow: 0 3px 4px rgba(0,0,0,.31);
    background-image: linear-gradient(to top, #efefef, #fbfbfb);
    font-size: 17px;
    border-radius: 15px;
    background-color: #efefef;
    border: solid 1px #d5d5d5;
    margin-top: 15px;
    color: #646464 !important;
    outline: none;
}

.cubeecontrolerrormessage
{
    width: 94%;
    color: red;
    height: 18px;
    font-size: 12px !important;
}

.cubeecontrolautocompletecontainer
{
    max-height: 178px;
    width: 100%;
    overflow: auto;
    background-color: #fbfbfb;
    box-sizing: border-box;
    border: solid 1px #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.cubeecontrolautocompleteemail
{
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: #f5f9fd;
    border: 1px solid rgba(41, 115, 163, 0.2);
    box-sizing: border-box;
    padding: 5px 10px;
}

.cubeecontrolselectedemail
{
    padding-left: 2px;
    background-color: white;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(128, 128, 128, 0.26);
    white-space: nowrap;
}

.titlediv
{
    padding-top: 20px; /*border-bottom: 1px solid #d2d2d2;*/
}

/*.cubeecontroll
{
    
    -webkit-border-radius: 50px/50px 50px 50px 50px;
    -moz-border-radius: 50px/50px 50px 50px 50px;
    border-radius: 50px/50px 50px 50px 50px;
    background-color: #d9eeff;
    -webkit-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    -moz-box-shadow: 0 2px 8px rgba(190,190,190,.39);
    box-shadow: 0 2px 8px rgba(190,190,190,.39);
    border: solid 1px #bebebe;
    background-image: -webkit-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -moz-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -o-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: -ms-linear-gradient(bottom, #e6e6e6, #fff);
    background-image: linear-gradient(to top, #e6e6e6, #fff);
    
}*/

.cubeecontroll
{
    cursor: pointer;
    padding: 3px;
    vertical-align: middle;
}

.cubeecontrolclose
{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    padding: 6px;
    border-radius: 55px !important;
    border: 1px solid #BDBDE6 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    display: inline-flex;
}

.cubeecontrolblackbg
{
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 13;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.mailcontactdiv
{
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.mailcontactdiv:hover
{
    background-color: #eaeaea;
}

.zmailcontactimage
{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    border: 1px solid #DBDBDB;
    margin-right: 10px;
}
.mailcontacttext
{
    font-size: 17px;
    overflow: hidden;
}
.selectedmailcontacttext
{
    background: #EFEFEF;
    border: 1px solid #C8C8C8;
    color: #1C2A47;
    cursor: default;
    -webkit-border-radius: 2px;
    font-family: 'Open Sans' , sans-serif !important;
    font-weight: 100;
    font-size: 15px !important;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    white-space: nowrap;
    float: left;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px)
{

}

@media screen and (max-device-width: 640px) and (orientation: landscape)
{

}

@media screen and (max-device-width: 640px)
{

}

@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)
{
}

@media only screen and (max-width: 481px) and (min-width: 100px)
{
/*    .cubeecontroll
    {
        padding: 1px;
    }
*/}

@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)
{

}


@media screen and (orientation:portrait)
{
}

@media screen and (orientation:landscape)
{
}

@media screen and (min-width: 1024px)
{

}

@media only screen and (min-width : 100px) and (max-width : 481px)
{

 .pnlCubeeControl {
        width: 100%!important;
    }

    .likevariantitem img {
        width:26px!important;
    }
    .likevariantitem {
        margin-right: 4px;
        margin-left: 4px;
    }

    .sharepopupcrop
    {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }


    .b3cubeesharedpreview
    {
        height: 200px;
    }

    .selectedmailcontactcover
    {
        max-height: 100px;
    }

    .cubeecontrolsharepopup
    {
        width: 94%;
        height: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: #fbfbfb;
        z-index: 14;
        box-sizing: border-box;
        padding: 20px;
        top: 0;
        left: 2%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        position: fixed;
    }




    .cubeecontrolpopup
    {
        width: 94%;
        height: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: #fbfbfb;
        z-index: 14;
        box-sizing: border-box;
        padding: 20px;
        top: 2%;
        left: 2%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }

    .likecount
    {
        margin-right: 6px;
        margin-left: -6px;
        font-size: 9px;
        width: 22px;
        height: 22px;
    }


    .CubeeControlMobWidth
    {
        /*        float: left;         -webkit-border-radius: 50px !important;         -moz-border-radius: 50px !important;         border-radius: 50px !important;         border: none !important;         display: inline-block !important;         cursor: pointer;         margin-right: 5px !important;         position: relative;         z-index: 2;*/
       /* margin-right: 6px;*/
    }

    .likeButtonClicked
    {
        /* height: 35px;*/
    }

    .cubeecontrolmenuitem, .cubeecontrolmenuitemnoborder
    {
        text-align: left;
    }
}
