.col-condensed {
    margin-left: 0;
    margin-right: 0;
}

.col-condensed div[class^="col-"]{
    padding-left: 0;
    padding-right: 10px;
}

input[type="search"], select, *{
    outline:0
}
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 18px;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.detail-template-list{
    padding:0;
    margin: 0;
    list-style-type: none;
}
.detail-template-list li{
    margin-bottom: 5px;
    word-wrap: break-word;
}
.alert{
    margin-bottom: 10px;
    margin-top:10px;
}
#details-template p{
    margin:0;
    padding:0;
}

.button-a.gray {
    background-image: url(../button.png);
    border: 1px solid #CCC;
    color: #55585d;
}
.button-a.gray span {
    color:#55585d;
}

ol, ul{
    margin-bottom:0!important;
}
.table > tbody > tr > td {
    vertical-align: middle;
}


/* Button */
.FB_reactions {
    border: 1px solid #bfbfbf;
    color: #8c8c8c;
    position:relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 400;
    background:#fff;
    line-height: 20px;
    padding: 2px ;
    transition: all 20ms ease-out;
    vertical-align: top;

    width:90px;
    background:url(../images/emojis/default.png) center left no-repeat;
    background-position: left 10px top 2px;
}

[data-emoji-class="like"]{background:url(../images/emojis/like.svg) center left no-repeat; background-size: 25px 25px; background-position: left 10px top 6px;}
[data-emoji-class="love"]{background:url(../images/emojis/love.svg) center left no-repeat; background-size: 25px 25px; background-position: left 10px top 6px;}
[data-emoji-class="haha"]{background:url(../images/emojis/haha.svg) center left no-repeat;background-size: 25px 25px; background-position: left 10px top 6px;}
[data-emoji-class="wow"]{background:url(../images/emojis/wow.svg) center left no-repeat;background-size: 25px 25px; background-position: left 10px top 6px;}
[data-emoji-class="sad"]{background:url(../images/emojis/sad.svg) center left no-repeat;background-size: 25px 25px; background-position: left 10px top 6px;}
[data-emoji-class="angry"]{background:url(../images/emojis/angry.svg) center left no-repeat;background-size: 25px 25px; background-position: left 10px top 6px;}

.FB_reactions span{display:block; padding:9px 0px 4px 40px; text-align:left;}




._bar ._inner img {
    width: 40px;
    position: relative;
    cursor: pointer;
    float:left;
    transform: scale(.8, .8) translate(0, 0);
    transition: transform 200ms ease;
}

._bar ._inner img:nth-child(1) {
    -webkit-animation:bounce .21s .1s;
}
._bar ._inner img:nth-child(2) {
    -webkit-animation:bounce .25s .1s;
}
._bar ._inner img:nth-child(3) {
    -webkit-animation:bounce .29s .1s;
}
._bar ._inner img:nth-child(4) {
    -webkit-animation:bounce .3s .1s;
}
._bar ._inner img:nth-child(5) {
    -webkit-animation:bounce .35s .1s;
}
._bar ._inner img:nth-child(6) {
    -webkit-animation:bounce .4s .1s
}

@-webkit-keyframes bounce {
    0%       { bottom:5px;  }
    25%{ bottom:55px; }
    50%      { bottom:20px;  }
    75% { bottom:15px; }
    100%     {bottom:0; }
}

._bar ._inner img:hover {
    transform: scale(1, 1) translate(0, -6px);
    opacity: 1;
}

._bar{display:none;}

._inner {
    position: relative;
    overflow: hidden;
    background-color: white;
    margin: auto;
    padding: 0px 0px 1px 1px;

    border-radius: 20px;
    -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);

    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ov_visi{ overflow:visible;}
.input-file-container {
    position: relative;
    width: 225px;
}
.js .input-file-trigger {
    display: block;
    padding: 8px 10px;
    background: #efefef;
    color: #707070;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    margin-bottom: 0;
}
.js .input-file {
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #e1e1e1;
    color: #707070;
}

.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

