@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: "Open Sans" !important;
    font-size: 14px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.searchTabs {
    background-color: #66b32d !important;
}

#bodyLogin {
    color: #ffffff;
    width: 400px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: top;
    background-color: #000;
}
#tickerHead, #tickerFooter {
    background-color: #66b32d;
}
#previewBox #previewHead {
    background-image: url(../../images/LEDicon.png);
    background-color: #66b32d;
}
#loginFrm INPUT {
    background-color: #66b32d;
}
#bodyDashboard {
    margin-top: 40px;
}
#dashboardBanner {
    margin-top: 15px;
    width: 840px;
    height: 177px;
    background-image: url(../../images/Banner-Dashboard-DV.png);
}
#bodyProfile, #bodyOrders {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#contentBox {
    width: 855px;
    border-right: 1px solid #000;
    padding-right:5px;
}
#rightMenuBox {
    float:right;
    width: 241px;
    text-align: left;
    margin-top: 117px;
    font-family: "decalotype" !important;
    font-size: 15px;
}
#inviteBody_nl {
    width: 800px;
    padding-top: 250px;
    padding-bottom: 1px;
    background-color: #000000;
    background-image: url(../../images/event1/vip-email-top-nl.png);
    background-repeat: no-repeat;
}
#inviteBody_en {
    width: 800px;
    padding-top: 250px;
    padding-bottom: 1px;
    background-color: #000000;
    background-image: url(../../images/event1/vip-email-top-en.png);
    background-repeat: no-repeat;
}
#inviteBodyText {
    background-color: #ffffff;
}
#inviteBodyText TEXTAREA {
    width: 600px;
    height: 170px;
    margin: 10px 0;
    padding: 15px 10px;
    font-family: arial;
}
#bodyLogin h1 {
color: #FFF !important;
}

#loginPayoffTxt  p {
color: #FFF !important;
}
#loginPayoffTxt {
width: 427px;
}

h1, h2, p  {
    color: #000;
}

.rightMenu {
    text-decoration: none;
    color:#000;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #66b32d;
}
.logout {
    background-color: #000000;
    color: #66b32d !important;
    padding: 10px;
    margin-bottom: 10px;
}
.boxes .header {
    background-image: url(../../images/LEDicon.png);
    font-size: 20px;
    padding-left: 64px !important;
    background-color: #66b32d;
    font-family: "decalotype" !important;
}
.boxes A {
    color: #000000;
    font-weight: bold;
}    
.boxes .subText {
    color: gray;
    font-size: 13px;
font-family: "decalotype" !important;
}
#vipTable .invInp {
    margin: 0px;
    width: 150px;
    padding: 4px;
}
#orderTable {
    background-color: #eeeeee;
}
#orderTable TD {
    padding: 5px;
}    
#orderTable .chapters {
    background-color: #66b32d;
}
#orderTable .items {
    background-color: #ffffff;
}
#orderTable .quantity {
    width: 70px;
    padding: 3px !important;
    margin: 0 !important;
    font-size: 12px !important;
}
#orderTable .more {
    color: blue;
    cursor: pointer;
}
#previewBtn {
 text-align: left;
  font-family: "decalotype" !important;
}
input#previewBtn.submit:after {
content: "bezoekersprofiel";
}
input[type=submit] {
 text-align: left;
  font-family: "decalotype" !important;
background-color: #66b32d !important;
border: none;
width: 150px;
cursor: pointer;
}


/* OUR CUSTOM FONT */
@font-face {
    font-family: 'decalotype';
    src: url('https://vpc.spinoffice-crm.com/event/fonts/decalotype-regular.eot');
    src: local('â˜º'), url('https://vpc.spinoffice-crm.com/event/fonts/decalotype-regular.woff') format('woff'), url('https://vpc.spinoffice-crm.com/event/fonts/decalotype-regular.ttf') format('truetype'), url('https://vpc.spinoffice-crm.com/event/fonts/decalotype-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}