﻿/* comfortaa-regular - latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
/*    size-adjust: 75%;*/    
    src: local(''), url('/fonts/comfortaa-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fonts/comfortaa-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.noImage {
    background-image: none;
}
.btnSearch {
    background-image: url(/images/icon-search-btn.png);
    width: 25px;
    height: 25px;
}
.btnLabel {
    background-image: url(/images/icon-label.png);
    width: 25px;
    height: 25px;
}
.btnEdit {
    background-image: url(/images/icon-edit-btn.png?123);
    width: 25px;
    height: 25px;
}

.btnNew {
    background-image: url(/images/icon-add-btn.png);
    width: 25px;
    height: 25px;
}

.btnSave {
    background-image: url(/images/icon-save-btn.png);
    width: 25px;
    height: 25px;
}

.btnDelete {
    background-image: url(/images/icon-delete-btn.png?1223);
    width: 25px;
    height: 25px;
}

.btnCancel {
    background-image: url(/images/icon-no-btn.png);
    width: 25px;
    height: 25px;
}

.btnPrint {
    background-image: url(/images/icon-print-btn.png);
    width: 25px;
    height: 25px;
}

.mycheckBig input {
    width: 25px;
    height: 25px;
}

.mycheckSmall input {
    width: 10px;
    height: 10px;
}
.search {
    font-size: 8pt;
}
.pdf {
    background-image: url(/images/pdf.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 25px;
    height: 25px;
}

.email {
    background-image: url(/images/icon-view.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 25px;
    height: 25px;
}

.emailadd {
    background-image: url(/images/icon-add.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 25px;
    height: 25px;
    align-content: center;
}
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
form {
    margin-bottom: 0;
    margin-left: 0;
    text-indent: 0;
    margin-right: 0;
    margin-top: 0;
}

