/*
================================================
Kleurgebruik EVI website
================================================

oranje: d7400f
        f3510d
        f37718
        f6c083

blauw:  567400
        8cc832
        3f86ba
        dcfd91

blauw:  001738
        004586
        298aa6
        a6dbe8

*/



body {
    margin: 0px;
    padding: 0px;
}

a {
    /*color: #F3510D; *? /* oranje */
    /*color: #222222;*/
    color: #444444;
    /*text-decoration: none;*/
    /*font-weight: bold;*/
}


/*
news
*/

div.TempTextContainer {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 99;
    background-color: #ffffff;
    border: 1px solid #3f86ba;
    border-top: 7px solid #3f86ba;
}

    div.TempTextContainer div.temp-content {
        padding: 15px;
    }

/*
Admin menu
*/
#admin_menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    //background: #3f86ba;
    background: rgba(63, 134, 186, 0.7);
    
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

    #admin_menu a {
        color: #FFFFFF;
        text-decoration: none;
    }

div.GuestWarning div.col-md-12 {
    text-align: center;
    color: #999999;
}

div.IE6Warning {
    text-align: center;
    color: #990000;
}

div.TestWarning {
    text-align: center;
    color: #DDDDDD;
    /*background-color : #EEEEEE;*/
    /*border: solid 1px #85BE32;    */
}

textarea {
    font-size: 14px;
}

td.Center,
th.Center,
div.Center,
.Center,
.center {
    text-align: center;
    /*margin-left:auto;
    margin-right:auto;*/
    margin: 0px auto; /* Right and left margin widths set to "auto" */
}

.text-center {
    text-align: center;
}


.AjaxLoad,
.AjaxLoad-Current {
    border: solid 1px #eeeeee;
    height: 50px;
    background-image: url(ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.AjaxLoad-Current {
    border-width: 3px;
}


div.pager {
    /*border: solid 1px green; */
    margin-top: 5px;
    text-align: center;
}

    div.pager a {
        margin-left: 5px;
        margin-right: 5px;
    }

        div.pager a.selected {
            font-weight: bold;
            /*color: #8CC832;*/
            text-decoration: none;
        }


div.textInput-entry {
    border: solid 1px #eeeeee;
    padding-left: 3px;
    padding-right: 3px;
    padding: 3px;
    /*min-height: 30px;*/
}

    div.textInput-entry div.response-link {
        /*padding: 2px;*/
        float: right;
    }


    div.textInput-entry + div.textInput-entry {
        border-top: none;
    }


/*Main CSS*/
body {
    font: 100% "Open Sans", Arial, sans-serif;
}
/*section h2, .content_full h1.kop {
    display: inline-block;
    width: 100%;
	margin-bottom: 10px;
	font-family: "Arial";
	color: #3f86ba;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}*/
/*.wrap h2.subkop {
    text-align: left;
}*/
/*.content_full h1.kop {
	text-align: left;
}*/
.sub-title {
    font-weight: bold;
}
/*section p, .wrap p {
    
line-height: 1.4; margin: 0px 0px 10px 0px; color: #262626;
}

*/ 

.wrap span {
    /*font-size: 15px;*/
    /*line-height: 1.4;*/
}

/*.wrap a, #container_menu a, footer a, .sub-menu span a {
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    line-height: 1.4;
    color: #3877a3;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .wrap a:hover, #container_menu a:hover, footer a:hover, .text-link:hover, .sub-menu span a:hover {

        color: #3877a3;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }*/

.clear {
    clear: both;
}

/*.background {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1010px;
    margin-top: -110px;
    background: #FFF url(images/background.png) no-repeat center top;
    background-size: 1920px 1000px;
    z-index: -1;
}

#background-1 {
}

#background-2 {
    height: 920px;
    margin-top: -205px;
    background-size: 1920px 1100px;
}*/

#content .content_home {
    width: 100% !important;
}

header {
    width: 100%;
    position: relative;
    z-index: 99;
    background: #FFF;
}

/*.top-nav {
    width: 1140px;
    margin: 0 auto;
}*/

.logo-holder {
    display: inline-block;
    width: 260px;
}

.logo {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin: 10px 0px 10px;
    background: #FFF url(images/logo.svg) no-repeat top left;
    background-size: 100% auto;
}

header a {
    border: none;
}

.sub-menu {
    float: right;
    margin-top: 30px;
}

    .sub-menu span {
        display: inline-block;
        color: #3f86ba;
    }

        .sub-menu span a {
            font-size: 15px;
        }

        .sub-menu span.seperator, .seperator {
            display: inline-block;
            color: #dce4e7;
            margin: 0px 10px
        }

#container_menu {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #FFF;
    background: #3f86ba;
    box-shadow: 0px 15px 15px -20px #929292;
    overflow: visible;
    vertical-align: top;
    position: relative;
}

@media screen and (min-width: 601px) {
    #container_menu ul {
        display: inline-block !important;
    }
}

.menu-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

#container_menu ul {
    display: inline-block;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

    #container_menu ul li {
        display: inline-block;
        float: left;
        /*width: 20%;*/
        width: 16.6666%;
        /*font-size: 20px;*/
        box-sizing: border-box;
    }

        #container_menu ul li:last-child a {
            border-right: 1px solid #FFF;
        }

        #container_menu ul li a {
            display: inline-block;
            width: 100%;
            padding: 15px 0px;
            border-left: 1px solid #FFF;
            text-align: center;
            color: #FFF;
            border-bottom: none;
            font-weight: bold;
        }

            /*#container_menu ul li a.long-menu-item {
                padding: 5px 0px 4px;
            }*/

            #container_menu ul li a:hover {
                color: #ffffff;
                border-bottom: none;
                background-color: #3978a7;
                text-decoration: none;
            }

        #container_menu ul li .active {
            background: #326B95;
        }

#pull {
    display: none;
    float: right;
    width: 54px;
    height: 29px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.menu-button {
    float: right;
    padding: 4px 5px;
    border: 1px solid #FFF;
    margin-right: 10px;
    text-transform: uppercase;
    color: #FFF;
}

.banner {
    height: 500px;
    border-bottom: 1px solid #dce4e7;
    /*background: #FFF url(images/banner.jpg) no-repeat 0px -430px;*/
    background: #FFF url(images/banner.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    /*position: absolute;
    top: 132px;
    left: 0px;
   
    */
}


.website-title-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 500px;
    background: rgba(63,134,186,0.1);
}

.website-title-wrapper {
    width: 1140px;
    height: 194px;
    margin: 0 auto;
    border: 1px solid #dce4e7;
    background: rgba(0,0,0,0.3);
}

h1.website-title {
    padding: 50px 0px 40px 0px;
    /*padding-top: 25px !important;
    padding-bottom: 25px !important;*/
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: Arial;
    color: #FFF !important;
    font-size: 46px !important;
    font-weight: 600;
    text-align: center;
}

.website-title-wrapper span {
    display: block;
    /*width: 500px;*/
    width: 600px;
    padding: 30px;
    margin: 0 auto;
    border-top: 7px solid #3f86ba;
    background: #FFF;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 15px 15px -20px #929292;
}

section {
    width: 100%;
}

.wrap {
    padding: 60px 0px;
}

.sub-heading {
    font-weight: bold;
}

.sub-text {
    text-align: center;
}

.sub-heading {
}



.benefits {
    /*margin-top: 40px;*/
}

.benefit {
    /*float: left;
    display: inline-block;
    width: 49%;
    height: 130px;
    margin-right: 2%;*/
    /*height: 150px;*/

    position: relative;


  

}

    .benefit + .benefit {
        margin-top: 30px;
    }


/*.benefit:nth-child(2n+2){
    margin-right: 0px;
}
.benefits #last-benefit{
    height: auto;
}*/
.benefit-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    /*padding-top: 18px;*/
    /*float: left;*/
    position: absolute;
    top: 18px;
    left: 0px;
}

    .benefit-icon svg {
        fill: #3f86ba;
    }

.benefit-text-wrapper {
    padding-left: 60px;

    /*float: right;
    display: inline-block;
    width: calc(100% - 60px);*/
}

.benefit-title {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}







.customers-section {
    border: 1px solid #dce4e7;
    height: 750px;
    background: #FFF;
    margin-bottom: 60px;
}

    .customers-section .wrap {
        padding-left: 10px;
        padding-right: 10px;
        background: #FFF;
    }

.customers {
    padding: 0px 10px;
    margin-top: 20px;
}

.customer {
    display: inline-block;
    float: left;
    width: 22%;
    height: 100px;
    margin-right: 17%;
    margin-bottom: 20px;
}

    .customer:nth-child(3n+3) {
        margin-right: 0px;
    }

    .customer img {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

#dailybrand img {
    height: 50%;
    margin-top: 5%;
}

.reviews-section {
    width: 1300px;
    margin-left: -80px;
}

.reviews:after {
    clear: both;
}

.review-wrapper {
    /*display: inline-block;
    float: left;
    width: 32%;*/
    border: 1px solid #dce4e7;
    /*margin-right: 2%;*/
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 5px 5px 25px -15px #929292;
}

#last-review {
    margin-right: 0px;
}

.review-image {
    width: 20%;
    height: 90px;
    margin: 10px 40%;
}

#gas-logo img {
    margin-top: 22px;
}

#pwc-logo img {
    margin-top: 15px;
}

#adriaans-logo img {
    margin-top: 4px;
}

.review {
    padding: 10px 0px;
    margin: 0px 20px;
    border-top: 1px solid #dce4e7;
}

.review-person, .review-company {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

.review-company {
    margin-bottom: 20px;
}

.review-text p {
    position: relative;
    height: 110px;
    padding: 0px 27px;
    text-align: center;
}

    .review-text p:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "FontAwesome";
        content: "\f10d";
        font-size: 20px;
        margin-right: 5px;
        color: #3f86ba;
    }

    .review-text p:after {
        position: absolute;
        top: 0;
        right: 0;
        font-family: "FontAwesome";
        content: "\f10e";
        font-size: 20px;
        color: #3f86ba;
    }

.prices {
    margin: 30px 0px 20px 0px;
}

.price-wrapper {
    display: inline-block;
    float: left;
    width: 49%;
    margin-right: 2%;
}

#price-wrapper-last {
    margin-right: 0px;
}

.price-wrapper p, .price-wrapper span.sub-heading, .review-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.review-title {
    font-weight: bold;
}

.price-wrapper p {
    height: 50px;
}


.price-table table {
    margin-bottom: 10px;
}

.price-wrapper table, .price-table table {
    width: 100%;
    /*font-size: 15px;*/
    line-height: 1.4;
}

    .price-wrapper table thead, .price-table table thead {
        background: #3f86ba;
        border: 1px solid #dce4e7;
        color: #FFF;
        font-weight: bold;
    }

    .price-wrapper table tr, .price-table table tr {
        border: 1px solid #dce4e7;
    }

    .price-wrapper table tbody tr, .price-table table tbody tr {
        background: #FFF;
    }

    .price-wrapper table tr td, .price-table table tr td {
        padding: 10px;
        text-align: right;
    }

        .Info .euro-sign-credit, .price-wrapper table tr td .euro-sign-total, .price-wrapper table tr td .euro-sign-credit, .price-table table tr td .euro-sign-total, .price-table table tr td .euro-sign-credit {
            display: inline-block;
            padding-right: 30px;
        }

        .price-table table tr td .euro-sign-total-short {
            display: inline-block;
            padding-right: 43px;
        }

.Info .euro-sign-credit-short {
    display: inline-block;
    padding-right: 38px;
}

.price-wrapper table tr td:first-child, .price-table table tr td:first-child {
    text-align: left;
}

footer {
    border-top: 1px solid #dce4e7;
    background: #FFF;
    text-align: center;
}

#ctl00_ContentMain_RefGroups a {
    border-bottom: none;
}

/*
#ctl00_ContentMain_RefGroups fieldset {
    padding: 10px 0px;
    border: 1px solid #dce4e7;
    background: #FFF;
}

#ctl00_ContentMain_RefGroups legend {
    padding: 0px 5px;
    margin-left: 10px;
    font-size: 15px;
    color: #262626;
    font-weight: bold;
}*/

.line {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #dce4e7;
}

.faq-items {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

    .faq-items li {
        display: inline-block;
        width: 32%;
        float: left;
        margin: 0px;
        margin-right: 2%;
    }

        .faq-items li:last-child {
            margin-right: 0px;
        }

        .faq-items li a {
            display: inline-block;
            width: 100%;
            padding: 15px 10px;
            border: 1px solid #dce4e7;
            background: #3f86ba;
            color: #FFF;
            text-align: center;
            box-sizing: border-box;
        }

            .faq-items li a:hover {
                background: #FFF;
                color: #3f86ba;
                border-bottom: 1px solid #dce4e7;
            }


/*Disable old CSS*/
#container #content {
    margin-top: 0px;
}

.leftAttBox, .content_right, #h_kreet, #logo-backup, #home_menu {
    /*display: none;*/
}

#container_menu #home_menu {
    display: block;
}

#container #content .content_full, #container #content .content_full_compact {
    width: 100%;
    margin-left: 0px;
}

#container, #container #content {
    width: 100%;
    float: none;
}

    #container #content .content_full, .content_home {
        float: none;
        width: 1140px;
        margin: 0 auto;
        width: 100%;
    }

.menu {
    padding: 0px;
    margin: 0px;
}

    .menu li {
        margin: 0px;
    }

.subkop {
    font-weight: bold;
    color: #3f86ba;
}

span.subkop {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

h3.sub-title {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: #3f86ba;
}

.sub-header {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 24px;
    color: #3f86ba;
    font-weight: bold;
}

table.Info {
    width: 100%;
    margin-bottom: 10px;
}

    table.Info tbody tr {
        border: 1px solid #dce4e7;
    }

#ctl00_ContentMain_pnlForm table.Info {
    width: 100% !important;
    margin-bottom: 20px;
}

    #ctl00_ContentMain_pnlForm table.Info tbody tr input, #ctl00_ContentMain_pnlForm table.Info tbody tr textarea, #ctl00_ContentMain_txtUserName, #ctl00_ContentMain_txtEmail, #ctl00_ContentMain_tblSignup tr td input {
        width: 100% !important;
    }


#ctl00_ContentMain_tblSignup tr td #ctl00_ContentMain_chkMailing, #ctl00_ContentMain_tblSignup tr td #ctl00_ContentMain_chkTerms {
    width: auto !important;
}


table.Info tbody th {
    padding: 10px;
    background-color: #3f86ba;
    color: #FFF;
    font-weight: bold;
}
    table.Info th a {
        color: #FFF;
    }
    table .Info tbody td {
    padding: 10px;
    border-bottom: 1px solid #dce4e7;
}

    .wrap table.Info tbody th, .wrap table.Info tbody td.footer, .wrap table.Info tbody td.header, .wrap table.Info tbody td.ShowAsHeader, .wrap table.Info tbody td {
        font-size: 15px;
    }

.step-wrapper {
    margin-top: 10px;
}

.step {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.step-icon {
    display: inline-block;
    width: 30px;
    margin-top: 33px;
}

    .step-icon svg {
        width: 100%;
        fill: #3f86ba;
    }

.step-text-wrapper {
    display: inline-block;
    float: right;
    width: calc(100% - 60px)
}

#ctl00_ContentMain_MyAccordion, #ctl00_ContentMain_pnlFaqCatSelected {
    font-size: 15px;
}

    #ctl00_ContentMain_MyAccordion a, #ctl00_ContentMain_pnlFaqCatSelected a {
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
        font-size: 15px;
        line-height: 1.4;
        color: #3877a3;
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        #ctl00_ContentMain_MyAccordion a:hover, #ctl00_ContentMain_pnlFaqCatSelected a:hover {
            border-bottom: 1px solid #3877a3;
            color: #3877a3;
        }

    #ctl00_ContentMain_MyAccordion .accordionHeader {
        padding: 5px;
        border: 1px solid #dce4e7;
        background: #3f86ba;
    }

    #ctl00_ContentMain_MyAccordion .accordionContent {
        padding: 10px 5px;
        border: 1px solid #dce4e7;
    }

@media screen and (max-width: 1320px) {
    .reviews-section {
        width: 1160px;
        margin-left: -10px;
    }

    .review-image {
        width: 23%;
        margin: 10px 38.5%;
    }

    .banner {
        background-position: center center;
    }
}

@media screen and (max-width: 1180px) {
    .menu-wrapper, .top-nav {
        /*width: 100%;*/
        box-sizing: border-box;
    }

    .top-nav {
        padding: 0px 1%;
    }

    #container_menu ul li:first-child a {
        border-left: 0px;
    }

    #container_menu ul li:last-child a {
        border-right: 0px;
    }

    .banner {
        position: relative;
        top: 0px;
        width: 102%;
        margin-left: -1%;
    }

    .website-title-wrapper {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    #container #content .content_full {
        width: 100%;
        padding: 0px 1%;
    }

    .wrap {
        width: 100%;
    }

    /*.benefit {
        height: auto;
        margin-bottom: 15px;
    }*/

    .customers-section {
        height: 750px;
        background: #FFF;
        border-bottom: 1px solid #dce4e7;
        margin-bottom: 53px;
    }

    .reviews-section {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .background {
        height: 1140px;
        margin-top: -125px;
        background-size: 2820px 1190px;
    }
}

@media screen and (max-width: 1000px) {
    section h2, .content_full h1.kop {
        font-size: 26px;
    }

    section p, .wrap p, .review-title, .button_100, .button_150, #ctl00_ContentMain_MyAccordion, #ctl00_ContentMain_pnlFaqCatSelected, .wrap table.Info tbody th, .wrap table.Info tbody td.footer, .wrap table.Info tbody td.header, .wrap table.Info tbody td.ShowAsHeader, .wrap table.Info tbody td {
        font-size: 14px;
    }

        .wrap a, #container_menu a, footer a, .sub-menu span a, .wrap span, .wrap table.Info tbody th, .wrap table.Info tbody td.footer, .wrap table.Info tbody td.header, .wrap table.Info tbody td.ShowAsHeader, .wrap table.Info tbody td {
            font-size: 14px;
        }

    .website-title-wrapper span {
        font-size: 15px;
    }

    #container_menu ul li a {
        height: 49px;
    }

        #container_menu ul li a.long-menu-item {
            padding: 5px 0px;
        }

    .logo-holder {
        width: 220px;
    }

    .logo {
        height: 50px;
    }

    .review-wrapper {
        width: 49%;
    }

        .review-wrapper:nth-child(2n) {
            margin-right: 0px;
        }

    #last-review {
        display: none;
    }

    .review-image {
        width: 90px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 875px) {
    h1.website-title {
        padding: 54px 0px 44px 0px;
    }

    .banner, .website-title-container {
        height: 350px;
    }

    h1.website-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 820px) {
    .customers-section {
        height: 710px;
    }

    .wrap {
        padding: 40px 0px;
    }

    .price-wrapper {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

        .price-wrapper p {
            height: auto;
        }

    #background-2 {
        height: 1130px;
    }

    .price-wrapper table tr td {
        width: 230px;
    }

    .step {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .website-title-wrapper {
        height: 154px;
    }

    h1.website-title {
        padding: 49px 0px 37px 0px;
        font-size: 24px;
    }

    .website-title-wrapper span {
        width: 80%;
        padding: 20px;
    }

    section h2, .content_full h1.kop {
        font-size: 22px;
    }
}

@media screen and (max-width: 675px) {
    .helpdesk_table {
        width: 100% !important;
    }

    .Img_Shadow img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #pull {
        display: block;
    }

    #container_menu ul {
        position: absolute;
        display: none;
        width: 80%;
        padding: 0px;
        top: 50px;
        margin-right: 10%;
        margin-left: 10%;
        background: #3f86ba;
        z-index: 99;
    }

        #container_menu ul li {
            width: 100%;
            margin: 0px;
        }

            #container_menu ul li a {
                display: inline-block;
                width: 100%;
                height: auto;
                padding: 15px 0px;
                border: none;
                border-bottom: 1px solid #FFF;
                text-align: center;
            }

                #container_menu ul li a:hover {
                    color: #FFF;
                    background-color: rgba(255, 255, 255,0.1) !important;
                    border-bottom: 1px solid #FFF;
                }

                #container_menu ul li a.long-menu-item {
                    padding: 15px 0px;
                }

    .long-menu-item br {
        display: none;
    }

    /*.benefit {
        width: 100%;
        margin-right: 0px;
    }*/

    .benefit-icon {
        width: 30px;
    }

    .customers-section {
        height: auto;
        margin-bottom: 0px;
    }

    .customer {
        width: 45%;
        margin-right: 10%;
    }

        .customer:nth-child(3n+3) {
            margin-right: 10%;
        }

        .customer:nth-child(2n+2) {
            margin-right: 0px;
        }

        .customer:nth-child(5n), .customer:nth-child(6n) {
            margin-bottom: 0px;
        }

    .reviews-section {
        display: none;
    }

    .background {
        height: 1140px;
        margin-top: -125px;
        background-size: 2820px 1190px;
    }

    .wrap {
        padding: 15px 0px;
    }
}

@media screen and (max-width: 575px) {
    .non_responsive_table {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .banner, .website-title-container {
        height: 270px;
    }

    #container {
        background: #F8F8F8;
    }

    .introduction {
        background: #FFF;
        border-bottom: 1px solid #dce4e7;
    }

    .faq-items li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .wrap table.Info tbody td {
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .price-wrapper table tr td {
        padding: 10px 7px;
    }

    .wrap a.button {
        width: 100%;
    }

    .sub-menu {
        width: 100%;
        margin-top: 0px;
        text-align: right;
    }

    .website-title-wrapper {
        height: 114px;
    }

    h1.website-title {
        padding: 29px 0px 21px 0px;
    }

    .website-title-wrapper span {
        width: 80%;
        padding: 14px;
    }

    table.Info {
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    .website-title-wrapper {
        height: auto;
    }

    h1.website-title {
        padding-right: 10px;
        padding-left: 10px;
    }

    .website-title-wrapper span {
        display: none;
    }

    footer span {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

        footer span:last-child {
            margin-bottom: 0px;
        }

    footer .seperator {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .customer {
        width: 100%;
        margin-right: 0px;
    }

        .customer:nth-child(5n), .customer:nth-child(6n) {
            display: none;
        }
    /*table css*/

    body.Response {
        background-color: #ffffff;
        font-family: verdana, arial;
        font-size: 11px;
        color: #000000;
    }

    span.SurveyNormalText {
        font-family: verdana, arial;
        font-size: 11px;
        color: #000000;
    }

    td.SurveyItemStatement {
        font-family: verdana, arial;
        font-size: 10px;
        color: #000000;
        font-weight: bold;
    }

    td.SurveyItemOptions, table.SurveyItem tr.Options table.Options td.OptionText,
    table.SurveyItem tr.Options table.Options td.OptionText *,
    table.SurveyItem tr.ResponseTextBox * {
        font-family: verdana, arial;
        font-size: 10px;
        color: #000000;
    }

        table.SurveyItem tr.ResponseAttention,
        span.ResponseAttention,
        span.SurveyResponseAttention,
        table.SurveyItem tr.Options table.Options td.OptionText span.SurveyResponseAttention {
            font-family: verdana, arial;
            font-size: 10px;
            color: #8b0000;
        }

            .ResponseError, table.SurveyItem tr.ResponseAttention.ResponseError td {
                color: #8b0000;
                background-color: #f2dede;
                padding: 3px;
            }

    a.button {
        padding: 5px;
        border: solid 1px #000000;
        background-color: #be1212;
        color: #000000;
    }

    table.Matrix td.HeaderTop,
    table.Matrix td.HeaderLeft,
    table.Matrix td.HeaderRight,
    table.Matrix td.Image,
    table.ConjunctMeten td.profileTop,
    table.ConjunctMeten td.profileLabel,
    table.ConjunctMeten td.profileLabelTop,
    table.ConjunctMeten td.profileMid,
    table.ConjunctMeten td.profileBottom,
    table.ConjunctMeten td.ProfileItem,
    table.ConjunctMeten tr.ProfileButtons td {
        border-color: #a5a5a5;
    }

    table.Matrix td,
    table.ConjunctMeten tr.Even {
        background-color: #ffffff;
    }

        table.Matrix td.HeaderTop,
        table.Matrix td.HeaderLeft,
        table.Matrix td.HeaderRight {
            background-color: #ffffff;
        }

    body.Master {
    }

    body.Response {
        margin: 0;
        margin-top: 20px;
    }


    body.Print * {
        text-align: left;
    }


    p {
        margin-top: 0;
        padding-top: 0;
    }


    table.SurveyItem {
        width: 100%;
    }

    img {
        border-width: 0;
    }


    table.SurveyItem tr.Empty * {
        background-color: Transparent;
    }

    table.SurveyItem {
        border: 0;
        border-collapse: collapse;
    }



        table.SurveyItem tr.Statement td {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        table.SurveyItem tr.TextBox td {
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        table.SurveyItem tr.TextBox input,
        table.SurveyItem tr.TextBox textarea,
        table.SurveyItem tr.OpenOption input,
        table.SurveyItem tr.ResponseTextBox input,
        table.SurveyItem tr.ResponseTextBox textarea {
            border: solid 1px #7F9DB9;
            background-color: #FFFFFF;
        }

        table.SurveyItem tr.TextBox input,
        table.SurveyItem tr.TextBox textarea {
            width: 100%;
        }

        table.SurveyItem tr.Options table.Options td * {
            vertical-align: top;
        }


        table.SurveyItem tr.Options table.Options tr.OpenOption td span {
            position: relative;
            top: 2px;
        }


        table.SurveyItem tr.Options table.Options td.OptionImage,
        table.SurveyItem tr.Options table.Options td.OptionText,
        table.SurveyItem tr.Options td.DropDown,
        table.SurveyItem tr.Options td.OptionMatrix {
            vertical-align: top;
            padding-left: 5px;
            padding-right: 5px;
        }

        table.SurveyItem tr.Options table.Options td.OptionImage
        {
            min-width: 30px;
        }


        table.SurveyItem tr.Options table.Options td.OptionText,
        table.SurveyItem tr.Options td.OptionMatrix {
            padding-right: 20px;
        }

        table.SurveyItem tr.Options table.Options td.OptionImage,
        table.SurveyItem tr.Options table.Options td.OptionText,
        table.Matrix td {
            padding-top: 3px;
            padding-bottom: 3px;
        }

            table.SurveyItem tr.Options table.Options td.OptionImage *,
            .CanClick {
                cursor: pointer;
            }

            table.SurveyItem tr.Options table.Options td.OptionText input {
                padding: 3px;
            }



        /*table.SurveyItem tr.Options table.Options tr.OpenOption td 
{
     padding-top : 0px;
    padding-bottom : 0px;
}*/

        table.SurveyItem tr.Options td.DropDown {
            padding-top: 10px;
            padding-bottom: 10px;
        }


    table.Matrix {
    }

        table.Matrix td.HeaderTop,
        table.Matrix td.HeaderLeft,
        table.Matrix td.HeaderRight {
            border: solid 1px #A5A5A5;
        }

        table.Matrix td.HeaderTopLeft,
        table.Matrix td.HeaderTopRight {
            border-top: solid 1px #FFFFFF;
        }

        table.Matrix td.Transparent {
            background-color: transparent;
        }





        table.Matrix td.Image {
            border: solid 1px #A5A5A5;
        }

            table.Matrix td.Image * {
                cursor: pointer;
            }


        table.Matrix td.HeaderTop,
        table.Matrix td.Image {
            text-align: center;
        }

        table.Matrix td {
            padding-left: 10px;
            padding-right: 10px;
        }





    .Center {
        text-align: center;
        /*margin-left:auto;
    margin-right:auto;*/
        margin: 0px auto; /* Right and left margin widths set to "auto" */
    }



    div.ResponseFeedBack {
        color: #990000;
        background-color: #DDDDDD;
        text-align: center;
        border: solid 1px #000000;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
    }



    tr.ResponseButtons td {
        padding-bottom: 5px;
    }

    tr.ResponseButtons .button { /* remove bgimg from buttons used in response */
        background-image: none;
    }


    tr.ResponseButtons a {
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
    }



    td.RoundedBoxNoHeader {
        font-size: 1px;
    }

    .ToolTip,
    .ToolTip2 {
        cursor: pointer;
        margin: 5px;
    }


    .ToolTip2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }



    tr.HiddenAtLoadTime,
    input.HideToc {
        display: none;
    }

    .SurveyItem_hidden,
    .SurveyItem_hidden * {
        display: none;
    }


    .ItemOption_hidden {
        display: none;
    }

    .SurveyItem_hidden_options,
    .SurveyItem_hidden_options * {
        display: none;
    }

    /***************** TOC *********************/


    td.SideToc {
        /*border: solid 1px green;*/
        padding-right: 50px;
    }


    div.TOC-Main {
        display: none;
    }


    div.TOC ul {
        padding: 0px;
        padding-left: 10px;
        margin: 0px;
        list-style-type: none;
    }

        div.TOC ul li {
            color: #999999;
        }

        div.TOC ul.PagesOnly {
            padding: 5px;
            padding-left: 25px;
            list-style-image: url(/Home/General/Images/NewIcons/bullet_gray.png);
        }

        div.TOC ul li ul {
            padding: 5px;
            padding-left: 30px;
            list-style-image: url(/Home/General/Images/NewIcons/bullet_gray.png);
        }

            div.TOC ul.PagesOnly li.answered,
            div.TOC ul li ul li.answered {
                list-style-image: url(/Home/General/Images/NewIcons/bullet_accept.png);
            }


        div.TOC ul li.current,
        div.TOC ul li.current *,
        div.TOC ul li.visited * {
            color: #000000;
        }

        div.TOC ul li.current {
            /*border: solid 1px #aaaaaa;*/
            /*background-color: #eeeeee;*/
        }

        div.TOC ul li.current {
            font-weight: bold;
        }


    table.ConjunctMeten {
        width: 100%;
        border-collapse: collapse;
    }

        table.ConjunctMeten td {
            padding: 3px;
            padding-left: 5px;
            padding-right: 5px;
            vertical-align: top;
        }

            table.ConjunctMeten td.profileTop {
                border-top: solid 1px #A5A5A5;
                border-left: solid 1px #A5A5A5;
                border-right: solid 1px #A5A5A5;
                border: solid 1px #A5A5A5;
            }

            table.ConjunctMeten td.profileLabel {
                border-left: solid 1px #A5A5A5;
            }

            table.ConjunctMeten td.profileLabelTop {
                border-top: solid 1px #A5A5A5;
            }



            table.ConjunctMeten td.profileMid {
                border-left: solid 1px #A5A5A5;
                border-right: solid 1px #A5A5A5;
                text-align: center;
            }

            table.ConjunctMeten td.profileBottom {
                border-bottom: solid 1px #A5A5A5;
                border-left: solid 1px #A5A5A5;
                border-right: solid 1px #A5A5A5;
            }



            table.ConjunctMeten td.ProfileItem {
                border: solid 1px #A5A5A5;
                padding: 5px;
                vertical-align: top;
            }

        table.ConjunctMeten table.ProfileData {
            width: 100%;
            border-collapse: collapse;
        }

            table.ConjunctMeten table.ProfileData td {
                padding: 4px;
                padding-top: 0px;
                padding-bottom: 0px;
            }

        table.ConjunctMeten td.ProfileName {
            text-align: center;
        }



        table.ConjunctMeten td.ProfileName,
        table.ConjunctMeten td.ChoiceHeader {
            font-weight: bold;
        }

        table.ConjunctMeten td.ChoiceHeader {
            text-align: left !important;
        }


        table.ConjunctMeten tr.Even td {
            background-color: #DDDDDD;
        }

        table.ConjunctMeten td.profileImage {
            text-align: center;
        }


        /*
table.ConjunctMeten table.ProfileData td.LabelInfo
{
    width: 20px;
}
*/

        table.ConjunctMeten tr.ProfileButtons td {
            border: solid 1px #A5A5A5;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
        }


        table.ConjunctMeten tr.ProfileSave {
            display: none;
        }


    ul.Conjunct {
        margin: 0px;
        margin-top: 5px;
        padding: 0px;
    }


        ul.Conjunct li {
            float: left;
            width: 20px;
            height: 16px;
            display: block;
            background-image: url(/Home/General/Images/NewIcons/conjunct_bullet_gray.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            ul.Conjunct li.Current {
                background-image: url(/Home/General/Images/NewIcons/conjunct_bullet_black.png);
            }

            ul.Conjunct li.Completed {
                background-image: url(/Home/General/Images/NewIcons/conjunct_accept.png);
                cursor: pointer;
            }



    table.user {
        border-collapse: collapse;
    }

        table.user th,
        table.user td {
            padding-left: 5px;
            padding-right: 5px;
            text-align: left;
        }

    .evi-calculate-sum-item,
    .evi-calculate-sum-display {
        text-align: right;
    }

    table.evi-calculate-sum-container td {
        vertical-align: top;
    }
