/* Load Fonts */
@font-face {
    font-family: "tactal-font";
    src:url("../fonts/tactal/tactal-font.eot");
    src:url("../fonts/tactal/tactal-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/tactal/tactal-font.woff") format("woff"),
    url("../fonts/tactal/tactal-font.ttf") format("truetype"),
    url("../fonts/tactal/tactal-font.svg#tactal-font") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "tactal-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="tactal-icon-"]:before,
[class*="tactal-icon-"]:before {
    font-family: "tactal-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tactal-icon-call:before {
    content: "\61";
}


/* Styles */

.tactal-text-icon {
    position: fixed;
    height: 50px;
    margin: auto;
    z-index: 1000000;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    min-width: 150px;
    max-width: 250px;
    font-style: normal;
    font-size: 19px;
    line-height: 1.7;
    text-align: right;
    cursor: pointer;
    border: none;
    text-decoration: none;
}
.tactal-user-font {
    font-family: inherit, sans-serif;
}
.tactal-default-font {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900;
}
.tactal-circle-icon {
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    z-index: 1000000;
    bottom: 20px;
    cursor: pointer;
    border: none;

}
.tactal-circle-icon .tactal-icon-call {
    font-size: 55px;
    line-height: 1;
    margin-top: 17px;
    display: inline-block;
    line-height: 1;

}
#tactal-button .tactal-icon-container {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    height: 80px;
    display: block;
    border-radius: 40px;
    width:80px;
    text-align: center;
    background-color: white;
    margin: auto;
}
#tactal-button .tactal-icon-container img {
    height: 40px;
}
/* Colors Text Icon */
.tactal-text-icon.tactal-blue {
    background-color: #007fc6 !important;
    color: #ffffff !important;
}
.tactal-text-icon.tactal-blue:hover {
    color: #ffffff !important;
}
.tactal-text-icon.tactal-green {
    background-color: #7ac043 !important;
    color: #ffffff !important;
}
.tactal-text-icon.tactal-green:hover {
    color: #ffffff !important;
}
.tactal-text-icon.tactal-white {
    background-color: #ffffff !important;
    color: #7ac043 !important;
}
.tactal-text-icon.tactal-white:hover {
    color: #7ac043 !important;
}
.tactal-text-icon.tactal-grey {
    background-color: #808080 !important;
    color: #ffffff !important;
}
.tactal-text-icon.tactal-grey:hover {
    color: #ffffff !important;
}
.tactal-text-icon.tactal-black {
    background-color: #000 !important;
    color: #ffffff !important;
}
.tactal-text-icon.tactal-black:hover {
    color: #ffffff !important;
}

/* Colors Circle Icon */
.tactal-circle-icon .tactal-blue {
    background-color: #007fc6 !important;
    color: #ffffff !important;
}
.tactal-circle-icon .tactal-blue:hover {
    color: #ffffff !important;
}
.tactal-circle-icon .tactal-green {
    background-color: #7ac043 !important;
    color: #ffffff !important;
}
.tactal-circle-icon .tactal-green:hover {
    color: #ffffff !important;
}
.tactal-circle-icon .tactal-white {
    background-color: #ffffff !important;
    color: #007fc6 !important;
}
.tactal-circle-icon .tactal-white:hover {
    color: #007fc6 !important;
}


/* Positions */
#tactal-button.topright {
    top: 0;
    right: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
}
#tactal-button.topleft {
    top: 0;
    left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
}
#tactal-button.topmiddle {
    top: 0;
    left: 0;
    right:0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#tactal-button.bottomright {
    bottom: 0;
    right: 20px;
}
#tactal-button.bottomleft {
    bottom: 0;
    left: 20px;
}
#tactal-button.bottommiddle {
    bottom: 0;
    left: 0;
    right:0;
}

/* Position Border Radius */
.tactal-text-icon.bottomright {
    right: 0 !important;
    border-top-right-radius: 0px;
}
.tactal-text-icon.bottomleft {
    left: 0 !important;
    border-top-left-radius: 0px;
}


/* Tactal Font Icon */
.tactal-text-icon .tactal-icon-call {
    font-size: 36px;
    float: left;
    border-right: 1px solid;
    width: 60px;
    height: 100%;
    text-align: center;
    padding-top:11px;
    line-height: 1;
}
.tactal-button.tactal-text-icon span.text-container {
    vertical-align: -webkit-baseline-middle;
    float: left;
    width: 189px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
