﻿body {
    margin: 0;
    font-family: Tahoma,serif;
    font-size: 13px;
    color: #777;
}

b, strong {
    font-weight: bolder;
    color: #555;
}

.checkBoxInput {
    box-shadow: none !important;
    height: auto;
    margin: 5px 5px 6px 0 !important;
}

.header {
    display: flex;
    background-color: #0089cf;
    justify-content: space-between;
}

.headerTitle {
    color: white;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}

.content {
    background-color: #eeeeee;
    padding: 10px;
    border-bottom: 1px solid #bbb;
    min-height: calc(100vh - 170px);
}

.footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box {
    width: 100%;
}

.boxHeader {
    text-align: center;
    background-color: #f6f6f6;
    color: black;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 20px;
    font-weight: bold;
}

.boxContent {
    background-color: white;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 40px 20px;
}

.boxFooter {
    background-color: #f9f9f9;
    color: black;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    display: none;
}

.btn-main {
    color: white;
    background-color: #248aaf;
    border-color: #20799a;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-main:hover {
    color: white;
}

#tableHolder {
    padding-top: 10px;
    display: none
}

#telefonInput, #telefonValid, #emailInput, #emailValid, #btnYenile {
    display: none;
}

#telefonValidTxt, #epostaValidTxt {
    display: none;
    color: green;
}

.social {
    background: url('../images/ss.png');
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.facebook {
    background-position: -0px -0px;
}

.googleplus {
    background-position: -0px -126px;
}

.linkedin {
    background-position: -0px -42px;
}

.twitter {
    background-position: -0px -84px;
}
