/*
 * synchronized icon-outfit style
 * ---------------------------------------
 * Copyright(c) 1995-2017, @Edtronix-LABs
 * SheetUpdate : 04.apr.2017
 * Author      : E.Q.
 *****************************************
*/
/*icons[buttons]*/
@font-face {
   font-family: mm-icons;
   src: url('./fonts/mm-icons.woff') format('woff'), url('./fonts/mm-icons.ttf') format('ttf'), url('./fonts/mm-icons.eot?#iefix') format('eot');
   font-weight: normal;
   font-style: normal;
}


.BT_ {
   font-family: mm-icons;
   font-variant: normal;
   font-style: normal;
   font-weight: normal;
   text-indent: 0;
   text-indent: initial;
   -webkit-font-feature-settings: normal;
   font-feature-settings: normal;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transition: -webkit-transform 100ms ease-out;
   transition: transform 100ms ease-out;
   transform: translate(0,0);
}
.bt_Dg::after{
   content: "\e600";
}
.bt_Ug::after{
   content: "\e601";
}
.bt_Rg::after{
   content: "\e602";
}
.bt_Lg::after{
   content: "\e603";
}
.bt_Df::after{
   content: "\e604";
}
.bt_Uf::after{
   content: "\e605";
}
.bt_Rf::after{
   content: "\e606";
}
.bt_Lf::after{
   content: "\e607";
}
.bt_X::after{
   content: "\e609";
}
.bt_LUPE::after{
   content: "\e60c";
}
.bt_LINEAL::after{
   content: "\e60d";
}
.bt_STAR::after{
   content: "\e60e";
}

