﻿/*a[href^="http://"] {
    padding-left: 30px;
    background: url(/genel/images/external.svg) no-repeat center left;
}
a[href^="https://"] {
    padding-left: 30px;
    background: url(/genel/images/external.svg) no-repeat center left;
}*/
/* emails */
/*a[href^="mailto:"] {
    padding-left: 30px;
    background: url(/genel/images/email.svg) no-repeat center left;
}*/

/* pdfs */
a[href$=".pdf"] {
   
    background: url(/genel/images/pdf.svg) no-repeat center left;
}

/* excel */
/*a[href$=".xls"] {
    padding-left: 30px;
    background: url(/genel/images/excel.svg) no-repeat center left;
}
a[href$=".xlsx"] {
    padding-right: 30px;
    background: url(/genel/images/excel.svg) no-repeat center left;
}*/

/* word */
/*a[href$=".doc"] {
    padding-left: 30px;
    background: url(/genel/images/word.svg) no-repeat center left;
}
a[href$=".docx"] {
    padding-left: 30px;
    background: url(/genel/images/word.svg) no-repeat center left;
}*/

td {
    white-space: nowrap;
}


/** whasup icon **/
.whasup {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

/** phone icon **/
.phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 102px;
    background-color: #2b9de9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}