/*Nav bar get google play center */
.navbar-brand-custom {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 6px;
}

/*Font Text Header Panel*/
.header-panel-font {
    font-size: 10pt;
    font-weight: bold;
}

#btn-fullscreen {
    position: absolute;
    top: 1px;
    left: 50%;
}

#emoji_button_bar {
    position: absolute;
    right: -30px;
    top: 0px;
}

.fb-like {
    position: absolute !important;
    right: 2px;
    top: 40%;
}

.tw-follow {
    position: absolute !important;
    right: 2px;
    top: 45%;
}

/*tab emoji*/
.tab-emoji {

}

#emoji_header_type {
    /*height: 741px;*/
}

.ul-vertical-tab {
    /*width: 100px;*/
    /*height: 656px;*/
    overflow-y: scroll;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}

.li-vertical-tab a {
    display: block;
    color: #000;
    text-decoration: none;
}

.li-vertical-tab img {
    width: 100%;
    height: 100%;
    display: block;
}

#tab-emoji-content {
    /*height: 656px;*/
    overflow-y: scroll;
    margin: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}

#col-emoji-tab {
    position: relative;
    left: 0;
    top: 0;
}

#col-bg-tab {
    position: relative;
    left: 0;
    top: 0;
    width: 70px;
    height: 50px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#col-bg-item {
    position: relative;
}

#col-emoji-item {
    position: relative;
}

#col-emoji-current {
    position: absolute;
}

/*affix scroll*/
.affix {
    top: 20px;
    z-index: 9999 !important;
}

/*dialog modal resize by img*/
#image_save {
    display: inline-block;
}

.modal-dialog {
    text-align: center;
}

.modal-content {
    display: inline-block;
    /*margin: 0px auto 10px auto;*/
    /*text-align: left;*/
}

#image_save_content_crop img {
    max-width: 100%;
}

.canvas-container {
    float: none;
    margin: 0 auto;
}

#loading {
    text-align: center;
}

#loading_canvas {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 50%;
}

/* Social */
ul.social-icons {
    padding: 0;
    margin: 0;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
    margin-left: 6px;
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
    background-color: #ffffff;
}

ul.social-icons li a i {
    color: #2c3035;
    font-size: 15px;
    line-height: 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

/* End Social */

/* Back to top */
#btn-back-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5fbeaa; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 6px; /* Rounded corners */
    font-size: 13px; /* Increase font size */
}

#btn-back-top:hover {
    background-color: #797979; /* Add a dark-grey background on hover */
}
/* End Back to top */

.modal {
    overflow-y:auto;
}