/*////////////////*/
/* CSS EuroMatBCF */
/*////////////////*/

@font-face {
    font-family: "Champagne";
    src: url('../fonts/Champagne & Limousines.ttf') format('truetype');
}
@font-face {
    font-family: "Critical Role Play Italic";
    src: url('../fonts/Critical Role Play Italic.otf') format('otf'),
        url('../fonts/Critical Role Play Italic.ttf') format('truetype');
}
﻿html, body
{
    font-family: "Champagne";
    /*background-image: url('../img/bg1.jpg');*/
    background-color:#CCC;
    /*background:linear-gradient(to bottom,#f8f9fa 40%,red);*/
    margin:0;
    padding:0;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-position:top center;
    background-size:100%;
    margin-bottom:150px;
}
body {
    display : table;
    width: 100%;
    overflow:auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shadow
{
    display:none;
}
.main
{
    /*display:none;*/
    padding:10px 30px;
    font-size:25px;
}
.main h1
{
    font-size:35px;
    color:red;
    text-shadow:2px 2px 2px white;
}
.main h2
{
    margin:10px 15px;
    background:linear-gradient(to right,rgba(0,100,0,1), rgba(0,0,0,0)95%);
    padding:5px 10px;
    color:white;
    font-size:22px;
    box-shadow:-5px 5px 5px black;
}
#banner
{
    /*background-image:url(../img/store.png);*/
    height:100px;
    background: linear-gradient(0.5turn, rgba(255,255,255,0), rgba(255,255,255,0.9), rgba(255,255,255,0));
    /*background-color:red;*/
}
footer
{
    position:fixed;
    bottom:0;
    width:100%;
    height:30px;
    text-align: center;
    vertical-align:bottom;
}
.navbar
{
    color:white;
    z-index:1;
    overflow:visible;
}

.adminMenu,
.quoteMenu
{
    display:none;
    background-color:transparent;
    text-align:center;
}
.adminMenu p,
.quoteMenu p
{
    font-weight: bold;
    line-height:30px;
    margin:5px 0 0 0;
    color:red;
    font-size:20px;
}
.adminMenu p:hover
{
    color:white;
    background-color:red;
}
.leftMenu
{
    background-image:url('../img/bg_menu.png');
}
.leftMenu p
{
    margin:0px;
    font-size:20px;
}
.leftMenu p:hover
{
    color:white;
    background-color:green;
    box-shadow:3px 3px 6px black;
}
#logo
{
    height:100px;
}
#search
{
    width:90%;
    text-align:center;
    margin:auto;
}
#addDeliveryAddress
{
    font-weight:bold;
    text-decoration: underline;
}
.addDeliveryAddress
{
    display:none;
}
.search input[type=text]
{
    width:50%;
    font-size:25px;
    font-weight:bold;
    padding:5px 20px;
    border-radius:5px;
}
.btn-outline-success
{
    border:none;
}
#productsList
{
    width:20%;
    background-color:yellow;
    padding:0;
}
.productsList
{
    box-shadow: 3px 3px 5px black;
    padding-right:5px;
}
h1.category
{
    font-weight:bold;
    font-size:30px;
    color:white;
    text-shadow:2px 2px 3px black;
    margin:0px;
    padding:5px 10px;
    margin-right:-5px;
}
.topLeftRadius20
{
    border-top-left-radius: 20px;
}
.topRightRadius20
{
    border-top-right-radius: 20px;
}
.bottomLeftRadius20
{
    border-bottom-left-radius: 20px;
}
.bottomRightRadius20
{
    border-bottom-right-radius: 20px;
}
#connect
{
    width:300px;
    z-index:5;
}
.connect
{
    display:none;
    background:linear-gradient(to top, red, white 90%);
    font-size:15px;
    text-align: center;
    padding-top:10px;
    box-shadow:3px 3px 5px black;
    border:1px solid black;
}
.connect a
{
    color:white;
}
.adminMenu input[type=text],
.adminMenu input[type=password],
.adminMenu input[type=submit]
{
    width:90%;
    padding:5px;
    display:block;
    margin:5px auto;
    font-size:20px;
}
.adminMenu input[type=text],
.adminMenu input[type=password]
{
    border:1px solid black;
    color:black;
    background-color:white;
}
.adminMenu input[type=submit]
{
    border:none;
    background-color:yellowgreen;
    color:white;
    font-weight: bold;
}
.userMenu
{
    /*display:none;*/
    /*    margin-left:100px;*/
    color:red;
    /*border : 3px solid red;*/
    padding:10px;
    border-radius:10px;
    box-shadow: 3px 3px 7px black;
    z-index: 10;
    position:fixed;
    top:5px;
    right:5px;
    background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,0.9)10%);
}
.userMenu:hover
{
    box-shadow:3px 3px 15px black;
}
.userMenu img
{
    height:30px;
    margin:auto 10px;
    cursor:pointer;
}
.register
{
    width:100%;
    background:linear-gradient(to bottom, red, white 90%);
    padding:15px;
    font-size:20px;
    color:white;
    font-weight:bold;
    border-top:3px black dashed;
}
.register a
{
    text-decoration: none;
    color:whitesmoke;

}

/*------------------------------------------*/
.leftColumn,
.centerColumn,
.rightColumn
{
    vertical-align: top;
    display:inline-block;
    /*border:1px solid green;*/
    border:1px solid black;
    box-shadow:3px 3px 6px black;
    background-color:white;
}
.leftColumn
{
    width:19%;
    text-align:center;
    border-top-left-radius:20px;
}
.rightColumn
{
    /*width:19%;*/
    float:right;
    text-align:center;
    border-top-right-radius:20px;
    display:none;
}
.centerColumn
{
    /*display:none;*/
    width:80%;
    padding:0px 20px;
    margin:auto;
}
.menuItem
{
    display:inline-block;
}
.hidden
{
    display:none;
}
.listDocs
{
    width:100%;
    margin:auto;
}
.listDocs table
{
    /*width:100%;*/
    margin:20px auto;
    text-align:center;
    border:1px solid black;
    box-shadow:3px 3px 6px black;
    display:inline-block;

    white-space: nowrap;
}
.listDocs table:hover
{
    box-shadow:1px 1px 3px black;
}
.listDocs td
{
    border-collapse: collapse;
    padding:5px 15px;
    /*background-color:red;*/
    text-align: left;
    font-size:15px;
}
.listDocs tr
{
    border-bottom:1px solid grey;
}
.listDocs tr:hover
{
    background-color:#DDD;
}
.listDocs thead td
{
    border-bottom:1px solid black;
    font-weight:bold;
    text-align: center;
    background-color:green;
    color:white;
    font-size:18px;
}
.listDocs img
{
    display:inline-block;
    height:30px;
    margin:0px 2px;
}
.addForm
{
    width:80%;
    padding:20px 50px;
    background:linear-gradient(to right, green, rgba(0,0,0,0)90%);
}
.addForm input[type=text],
.addForm input[type=submit],
.addForm select
{
    width:200px;
    border-radius:10px;
    padding:3px 10px;
    margin:5px;
    height:25px;
    font-size:17px;
    line-height:23px;
    vertical-align: middle;
    display:block;
    border:2px outset grey;
}
.addForm input[type=submit]
{
    box-shadow:1px 1px 3px black;
}
.addForm input[type=submit]:hover
{
    box-shadow:none;
}
.addForm input[type=radio],
.addForm label
{
    display:inline-block;
    line-height:25px;
    font-size:17px;
}
.userDetails
{
    padding:20px;
    /*background:linear-gradient(to right, green, rgba(0,0,0,0)90%);*/
}
.userDetails table
{
    margin:auto;
    box-shadow:3px 3px 6px black;
    display:inline-block;
}
.userDetails td
{
    width:300px;
    padding:5px 10px;
    background-color:white;
    color:green;
}
.userDetails th
{
    width:150px;
    padding:5px 10px;
    background-color:green;
    color:white;
}
.newTarget
{
    border:1px solid black;
    border-radius:10px;
    height:40px;
    margin:25px 0px;
    box-shadow:3px 3px 5px black;
}
.newTarget input[type=date],
.newTarget input[type=text],
.newTarget button
{
    height:38px;
    background-color:transparent;
    margin:-5px 0px 0px 0px;
    border:none;
    vertical-align: middle;
    padding:0px 10px;
    /*background-color:red;*/
}
.newTarget input[type=date]
{
    width:15%;
    font-size:14px;
    padding:0px 5px;
    /*    border:1px solid black;
        border-right:none;
        border-top-left-radius:10px;
        border-bottom-left-radius:10px;*/
}
.newTarget input[type=text]
{
    width:72%;
    /*    font-size:20px;
        border-top:1px solid black;
        border-bottom:1px solid black;*/
    padding:0px 10px;
    border-left:1px solid grey;
    border-right:1px solid grey;
}
.newTarget input[type=text]:focus
{
    background-color:#333;
    color:white;

}
.newTarget button
{
    width:10%;
    font-size:18px;
    /*    font-size:15px;
        border:1px solid black;
        border-left:none;
        border-top-right-radius:10px;
        border-bottom-right-radius:10px;*/
}
.targets table
{
    box-shadow:3px 3px 5px black;
    border:1px solid black;
    margin-bottom:15px;
}
.targets thead tr th
{
    color:white;
    background-color:black;
    font-size:18px;
    padding:5px;
    font-weight:bold;
}
.targets tbody tr td
{
    padding:0px 8px;
    border:1px solid graytext;
    height:10px;
}
.targets tbody tr
{
    height:30px;
}
.targets tbody tr:hover
{
    color:white;
    background-color:grey;
}
td.targetDescription
{
    width:75%;
}
td.targetDate
{
    width:15%;
    text-align: center;
}
td.targetStatus
{
    width:10%;
    font-size:13px;
    padding:0px 0px;
    text-align: center;
}

.messageBox
{
    font-size:25px;
    width:400px;
    height:50px;
    color:white;
    background-color: #F90;
    border:1px red solid;
    padding:0 15px;
    position:fixed;
    top:50%;
    left:300px;
    box-shadow:5px 5px 5px black;
    border-radius:10px;
}
#Message
{
    width:100%;
    background-color:#aa7700;
    border:1px solid black;
    border-radius:10px;
    display:none;
}
.alertOn
{
    border:1px red solid;
    background-color:pink;
}
.actionsDiv
{
    /*display:inline-block;*/
    vertical-align:middle;
    text-align:center;
}
td.tableId
{
    width:5%;
}
td.tableName
{
    width:40%;
    font-weight:bold;
}
td.tableName:hover
{
    cursor: pointer;
    color:green;
}
td.tableDate
{
    width:10%;
}
td.tableRef
{
    width:25%;
}
td.tableTotal
{
    width:20%;
    white-space:nowrap;
    text-align:right;
}
td.tableAction
{
    width:5%;
    text-align:center;
}
#btnSubmitNewQuote,
#quoteRef
{
    display:none;
}
.totalQuote
{
    background-color:green;
    color:white;
    font-weight: bold;
    text-align:right;
}

.actions
{
    position:relative;
    width:50px;
    max-width:50px;
    height:40px;
    z-index: 15;
}
.seeMore
{
    position:relative;
    display:inline-block;
    vertical-align: top;
    text-align:center;
    z-index:6;
}
.seeMore img
{
    height:80px;
}
.actionsList
{
    position:relative;
    top:-30px;
    left:-250px;
    height:40px;
    width:250px;
    background:linear-gradient(to right, rgba(255,255,255,0.1)50%, white);
    /*padding: 15px auto;*/
    vertical-align: middle;
    text-align:right;
}
.alert
{
    background-color:pink;
}
.alignLeft
{
    text-align: left;
}
.alignCenter
{
    text-align: center;
}
.alignRight
{
    text-align: right;
}
td.w5
{
    width:5%;
    /*border-right:1px solid black;*/
}
td.w10
{
    width:10%;
}
td.w15
{
    width:15%;
}
td.w20
{
    width:20%;
}
td.w25
{
    width:25%;
}
td.w30
{
    width:30%;
}
td.w35
{
    width:35%;
}
td.w40
{
    width:40%;
}
td.w45
{
    width:45%;
}
td.w50
{
    width:50%;
}
td.alignLeft
{
    text-align: left;
}
td.alignCenter
{
    text-align:center;
}
td.alignRight
{
    text-align:right;
}
#listBills,
#addPayment
{
    position: fixed;
    top: 20px;
    width: 50vw;
    height: 60vh;
    z-index:15;
    display: none;
    align-items: center;
    justify-content: center;
    background-color:rgba(255,255,255,0.8);
    border:2px solid green;
    border-radius:20px;
    text-align: center;
}
#close
{
    width:100%;
    background-color:green;
    color:white;
    font-weight:bold;
    text-align:center;
    font-size:15px;
    line-height:18px;
    height:25px;
}
.contact
{
    border:1px solid black;
    background-color:rgba(0,0,0,0.1);
    padding:10px;
    margin:10px auto;
    width:70%;
}
p.contactTitle
{
    font-size:15px;
}
p.contactTitle span
{
    font-style: italic;
    color:grey;
    float:right;
}
#countContactsSite,
#countContactsCV
{
    display:inline-block;
}

