@font-face {font-family: "custom_font";
            src: url("fonts/52ce4de2efeeb8b18dcbd379711224f3.eot"); /* IE9*/
            src: url("fonts/52ce4de2efeeb8b18dcbd379711224f3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */                
                url("fonts/52ce4de2efeeb8b18dcbd379711224f3.woff") format("woff"), /* chrome、firefox */
                url("fonts/52ce4de2efeeb8b18dcbd379711224f3.woff2") format("woff2"), /* chrome、firefox */
                url("fonts/52ce4de2efeeb8b18dcbd379711224f3.ttf") format("truetype") /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

}
.palette{
    padding: 0 !important;
}
td{
    white-space: nowrap;
}
.actions{
    padding: 0px 2px;
}
.td-actions{
    padding-left: 0px;
    padding-right: 0px;
}
.form-control, .select2-search input[type=text] {
    font-family: "custom_font" !important;
    font-size: 12px !important;
}
.form-control[readonly] {
    color: #34495e !important;
}
.typeahead.dropdown-menu {
    z-index: 1051;
    position:relative;
    top:0!important;
    left:0!important;
}

.empty-message {
    padding: 5px 10px;
    text-align: center;
}