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

@import url(https://fontlibrary.org/face/nimbus-sans-l);  */


.watermark {display:none;}

.c03-configure {
    font-family: 'NimbusSansLRegular', sans-serif;
    font-size: 14.5px;
    min-height: 900px;
    color: #272b2c;

    margin-left: -30px;
    margin-right: -15px;
}


@media (min-width: 768px) {
	.c03-configure {
    	margin-top: -12px;
        margin-left: -15px;
        margin-right: 0px;
    }
    
    
.menu-nav {
    	padding-right: 0;
    }
    
   
 .priceheader {
    	margin-right: 0 !important;
    }
    
   
 .qmazeNavigation {
    	margin-right: 0 !important;
    }
}


@media (min-width: 1200px) {
    
.c03-configure {
      	margin-top: -12px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
   
 .menu-nav {
    	padding-right: 15px;
 
    }
     
    
.priceheader {
    	margin-right: 15px !important;
        background-color: #AAA;
    }
    
   
 .qmazeNavigation {
    	margin-right: 15px !important;
    }
}


.viewer {
    text-align: center;
}

.viewer iframe {
    width: 80%;
    height: 290px;
}

@media (min-width: 768px) {
	
.viewer iframe { /* hoogte voor desktop blend4web */
    	height: 900px;
    }
}


.qmazeNavigation {
    background-color: #AAA;
    /*border: 2px solid rgba(255, 255, 255, .9);*/
}


.qmaze_Page a {
    color: #000;
    text-transform: uppercase;
    padding: 9px;
    font-weight: bold;
    display: block;
    width: 100%;
}

.qmaze_Page a 
.glyphicon {
    margin-right: 3px;
}

.qmaze_Variable {
    background-color: rgba(255, 255, 255, .7);
}


.qmaze_Variable.active a {
    text-decoration: underline;
}


.qmaze_Variable .row {
    color: #272b2c;
    padding: 7px 0;
    margin: 0 10px;
}


.qmaze_Variable .row div[class^="col-xs-"] {
    padding: 0;
}

.qmaze_Variable a {
    color: #000;
}

.qmaze_Variable:last-child .row {
    border-bottom: 0;
}

.qmaze_Page a:hover,

.qmaze_Variable a:hover {
    text-decoration: none;
    color: #272b2c;
}

.qmaze_Page a span,
.qmaze_Variable a span {
    
}


.variableObject {
    background-color: rgba(255, 255, 255, .8);
}

.variableObject .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.openVariable {
    font-weight: bold;
}


.variablePanel .title {
    color: #000;
    text-transform: uppercase;
    padding: 9px;
    font-weight: bold;
    background-color: #e8e8e8;
}


.section {
    background-color: #f8f8f8;
    border: 0;
    padding: 9px 13px;
}

.section .label {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #CCC;
}

.section .btn-primary {
    border-radius: 0;
    border: 0;
    padding: 2px 8px;
    background-color: #666;
    font-size: 13px;
}

.popover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    border-top: 2px solid #bdc4c8;
    max-width: none;
    width: 325px;
    text-align: center;
    background-color: #999;
    font-family: 'NimbusSansLRegular', sans-serif;
}

.popover .arrow {
    border-right-color: #999;
}

.layout3 .qmaze_Page {
    background-color: #e8e8e8;
    margin: 1px;
    height: 100px;
}

.layout3 .qmaze_Page:not(.collapsed) {
    background-color: #dcdcdc;
}

.layout3 .qmazePageVariables {
    height: 65px;
}

.layout3 .qmaze_Variable {
    background-color: #454545;
    margin: 1px;
    height: 60px;
}