﻿* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: .85em;
    font-family: Helvetica, Sans-Serif;
    color: #333333;
    /*height: 100%;*/
    /*overflow-x: hidden;*/
    margin: 0;
}

h1 {
    font-family: 'Oswald';
    color: #00cb33;
    font-size: 2em;
}

h2 {
    color: #3290f8;
    font-size: 1.3em;
}

header, footer, nav, section {
    display: block;
}

ul {
    list-style-type: square;
}

.body-container {
    margin-left: 23px;
}





/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.asLink {
    cursor: pointer;
}

div.truncate,
span.truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* XML BLOCK */
.header-container {
    margin-bottom: 10px;
}

    .header-container #AmountToMap {
        font-weight: bold;
    }

    .header-container #SelectRepeatingElement,
    .header-container #SubmitMapping {
        margin-top: 10px;
    }

        .header-container #SelectRepeatingElement.selected:after {
            content: ". 2) Selecteer nu een root element (rechterkolom: Database fields)."
        }

    .header-container #SelectedRepeatingElement {
        font-weight: bold;
    }

    .header-container #RemoveSelectedRepeatingElement {
        color: red;
        font-size: 1.2em;
        cursor: pointer;
    }

.xml-block > .xml-block-childs {
    margin-left: 30px;
}

.xml-block-content,
.button,
.multiple-button {
    padding: 5px 10px;
    border: 1px solid grey;
    display: inline-block;
    cursor: pointer;
}

    .button.call-to-action {
        background-color: #3290f8;
        color: white;
        font-weight: bold;
        border-color: white;
        text-align: center;
        padding: 7px 10px;
    }

    .xml-block-content.closed {
        font-size: 0.6em;
        padding: 2px 4px;
    }

    .xml-block-content:hover,
    .button:hover,
    .multiple-button:hover {
        background-color: #6699ff;
    }

    .header-container #SelectRepeatingElement.selected,
    .xml-block-content.selected {
        border: 2px solid #00cb33;
    }

    .xml-block-content[data-coupled='true'] {
        opacity: 0.5;
    }

    .xml-block-content > .xml-block-icon,
    .xml-block-content > .xml-block-name,
    .xml-block-content > .xml-block-value {
        float: left;
    }

    .xml-block-content > .xml-block-icon {
        margin-right: 10px;
    }

    .xml-block-content > .xml-block-name {
        font-weight: bold;
        min-width: 100px;
        padding-right: 10px;
    }

/* Navigatiemenu */

#menu {
    font-family: 'Myriad Hebrew';
    width: 100%;
    box-sizing: border-box;
}

    #menu a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 1em 20px;
        margin: 0;
        height: 100%;
        font-size: 1.1vw;
    }

    #menu ul {
        margin: 0;
        padding: 0;
        font-size: 0;
        letter-spacing: -4px;
        width: 100%;
        height: 100%;
    }

        #menu ul li {
            background: #3290f8;
            list-style-type: none;
            display: inline-block;
            height: 100%;
            margin: 0;
            padding: 0;
            font-size: 16px;
            letter-spacing: 0;
        }

            #menu ul li:hover {
                background: #6699ff;
            }

            #menu ul li.active {
                background: #00cb33;
            }

.font-start-finish {
    font-size: 1.05vw;
    left: 20% !important;
}

.QueueCounter {
    font-size: 1.3em;
}

.QueueCounterText {
    font-size: 1em;
}


@media (max-width: 999px) {
    #menu a {
        padding: 1em 1.3em;
        font-size: .6em;
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    #menu a {
        padding: 1em 1.3em;
        font-size: .96vw;
    }
}

@media (max-width: 1299px) {
    .QueueCounter {
        font-size: 1.1em;
        font-weight: bold;
    }

    .QueueCounterText {
        font-size: .9em;
    }
}

@media (min-width: 1300px) {
    #menu a {
        font-size: .9vw;
    }
}

@media (min-width: 1700px) {
    .font-start-finish {
        font-size: 1vw;
        left: 20% !important;
    }
}

@media (min-width: 1950px) {
    .font-start-finish {
        top: -57px !important;
    }
}


/* Buttons-design */

input[type="text"],
input[type="password"] {
    /*height: 2em;*/
    width: 18em;
    margin-right: 5px;
    padding: 4px 10px;
}

input[type="submit"], button[type="submit"] {
    /*height: 2em;*/
    color: white;
    background: #3290f8;
    border: 0px solid green;
    padding: 6px 10px;
    margin: 0;
    cursor: pointer;
    /*font-weight: bold;*/
}

    input[type="submit"]:hover, button[type="submit"]:hover {
        background: #6699ff;
    }



#result {
    color: #00cb33;
    font-weight: bold;
    padding-top: 1.5em;
}


::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Helvetica, sans-serif;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Helvetica, sans-serif;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Helvetica, sans-serif;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Helvetica, sans-serif;
}

input#address {
    font-family: Helvetica, sans-serif;
    padding-left: .4em;
    color: #333;
}

textarea,
input[type=text],
input#Password {
    padding-left: .4em;
}

.upload-data select {
    padding: 1px 0 0 .3em;
}



/* Mapping arrow */
.manual-mapping-arrow {
    background: url(Images/Button-forward_39x126px.png) no-repeat 80% 140px;
}

.schema-proces img:hover {
    opacity: .7;
}

.content-container ul {
    list-style-type: square;
}


/* Peek Message pop-up */
.ui-dialog {
    padding: 0 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, .4);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, .4);
    border: none !important;
    top: 40px;
    max-height: 91%;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.ui-widget {
    font-family: Helvetica, Sans-Serif !important;
}

.ui-dialog .ui-widget-header {
    border: none;
    background: #3290f8;
    color: white;
    font-family: Helvetica, Sans-Serif;
    padding: .8em 1.2em .8em 1.2em !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: 0 !important;
    height: 44px !important;
    width: 44px !important;
    top: 0 !important;
    right: 0 !important;
}

.ui-widget-header .ui-state-default {
    border: 0px solid rgba(255,255,255,0) !important;
    color: #fff;
}

.blue-dialog .ui-widget-header,
.blue-dialog .ui-widget-header .ui-state-default {
    background: #3290f8;
}

.green-dialog .ui-widget-header,
.green-dialog .ui-widget-header .ui-state-default {
    background: #00cc33;
}

.blue-dialog .peak-message-dialog-header {
    color: #3290f8;
}

.green-dialog .peak-message-dialog-header {
    color: #00cc33;
}

.green-dialog #peekMessageContent {
    padding-bottom: 5px;
    border-bottom: 2px solid #00cb33;
}

.blue-dialog #peekMessageContent {
    padding-bottom: 5px;
    border-bottom: 2px solid #3290f8;
}

.ui-button.ui-state-default {
    background: yellow;
}

.blue-dialog .ui-widget-content .ui-button.ui-state-default.ui-state-hover,
.blue-dialog .ui-widget-header .ui-button.ui-state-default.ui-state-hover {
    background-color: #6699ff;
}

.green-dialog .ui-widget-content .ui-button.ui-state-default.ui-state-hover,
.green-dialog .ui-widget-header .ui-button.ui-state-default.ui-state-hover {
    background-color: #17db48;
}

.ui-state-default .ui-icon {
    background-image: url('themes/base/images/ui-icons_ffffff_256x240.png') !important;
}

.ui-widget-content {
    color: #333;
}

.green-dialog #peekMessageBlobContent textarea {
    border: 1px solid #00cb33;
}

.blue-dialog #peekMessageBlobContent textarea {
    border: 1px solid #3290f8;
}

#peekMessageBlobContent textarea {
    margin-top: 5px;
    font-size: .85em;
}




/* INLOGSCHERM */

.inlog-kader {
    width: 100%;
    height: 56vh;
    position: absolute;
    z-index: 1;
    margin: 22vh 0 22vh 0;
    background: #fff;
}

.inlog-back-button {
    background: url(Images/Button-back_30x84px.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 4%;
    height: 200px;
    width: 30px;
    margin: -32px 0 0 0;
    -webkit-transform-origin: right 20%;
    -webkit-transition-duration: 1s;
    -ms-transform-origin: right 20%;
    -ms-transition-duration: 1s;
    transform-origin: right 20%;
    transition-duration: 1s;
}

    .inlog-back-button:hover {
        -webkit-transform: scale(1.35);
        -webkit-transition-duration: 1s;
        -ms-transform: scale(1.35);
        -ms-transition-duration: 1s;
        transform: scale(1.35);
        transition-duration: 1s;
    }

.inlog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 600px;
    margin: -120px 0 0 -300px;
}

.inlog-content-left {
    width: 355px;
    margin-top: 90px;
    float: left;
}

.inlog-content-right {
    width: 240px;
    margin-top: 5px;
    float: left;
}

@media screen and (max-width: 600px) {
    .inlog-background .inlog-background-right {
        width: 435px;
    }

    .inlog-content {
        width: 440px;
    }

    .inlog-content-left {
        width: 240px;
        float: right;
        margin: -55px 0 25px 0;
    }

    .inlog-content-right {
        float: right;
    }

    .inlog-back-button {
        display: none;
    }

    #InlogImage {
        width: 112px;
        height: 33px;
    }
}

@media screen and (min-width: 601px) and (max-width: 730px) {
    .inlog-back-button {
        display: none;
    }
}

.inlog-content a {
    color: #3290f8;
    font-size: .8em;
}

    .inlog-content a:hover {
        color: #6699ff;
    }

.inlog-content input[type=text] {
    height: 2em;
    width: 240px;
    padding-left: .4em;
    margin: .5em 0 0 0;
    background-color: #fff;
    border: 1px solid #a9a9a9;
}

.inlog-content input[type=password] {
    height: 2em;
    width: 240px;
    padding-left: .4em;
    margin: 1em 0 1.3em 0;
    background-color: #fff;
    border: 1px solid #a9a9a9;
}

input:-webkit-autofill, input:-webkit-autofill:focus { /* invoervelden in Chrome witte background */
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #333;
}

.inlog-content input[type=submit] {
    float: right;
    margin-top: -.3em;
}

.inlog-foutmelding {
    background: rgba(255,0,0,0);
    height: 67px;
    position: absolute;
    top: -webkit-calc(50% - 23px);
    top: -moz-calc(50% - 23px);
    top: calc(50% - 23px);
    left: calc(50% + 295px);
    left: -moz-calc(50% + 295px);
    left: -webkit-calc(50% + 295px);
    font-size: .95em;
    color: red;
    padding: 6px 0 0 10px;
    z-index: 3;
}

.inlog-background {
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background: #72a1ff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODg2ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #72a1ff 0%, #1886f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72a1ff), color-stop(100%,#1886f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #72a1ff 0%,#1886f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #72a1ff 0%,#1886f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #72a1ff 0%,#1886f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #72a1ff 0%,#1886f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a1ff', endColorstr='#1886f4',GradientType=0 ); /* IE6-8 */
}

    .inlog-background .inlog-background-left {
        width: 50%;
        height: 100%;
        background: #00e531; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZTUzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMWJjMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #00e531 0%, #01bc30 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e531), color-stop(100%,#01bc30)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #00e531 0%,#01bc30 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #00e531 0%,#01bc30 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #00e531 0%,#01bc30 100%); /* IE10+ */
        background: linear-gradient(to bottom, #00e531 0%,#01bc30 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e531', endColorstr='#01bc30',GradientType=0 ); /* IE6-8 */
    }

    .inlog-background .inlog-background-right {
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 100%;
        width: 590px;
        margin-left: -295px;
        background: #00e531; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZTUzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMWJjMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #00e531 0%, #01bc30 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e531), color-stop(100%,#01bc30)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #00e531 0%,#01bc30 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #00e531 0%,#01bc30 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #00e531 0%,#01bc30 100%); /* IE10+ */
        background: linear-gradient(to bottom, #00e531 0%,#01bc30 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e531', endColorstr='#01bc30',GradientType=0 ); /* IE6-8 */
    }



.upload-data input,
.upload-profile input {
    margin: 3px 0 13px 0;
}

    .upload-data input[type=submit],
    .upload-profile input[type=submit] {
        margin: 0 0 20px 0;
    }

.upload-data select {
    height: 26px;
    margin: 3px 0 13px 0;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.checkTable {
    width: 100%;
}

    .checkTable td {
        width: 100px;
        padding: 5px;
    }

#queueControl {
    min-height: 50px;
    padding: 0;
}

    #queueControl div {
        float: left;
        margin-top: auto;
        margin-bottom: auto;
    }

.jDeleteAll, .jDelete {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

    .jDeleteAll:hover, .jDelete:hover {
        text-decoration: underline;
        cursor: pointer;
    }



/* Scrape IT style */
body {
    font-size: 130%;
}

.navbar-inverse {
    background: #3290f8;
    border:none;
}

.navbar-collapse {
    background: url('http://www.scrape-it.nl/media/logo-scrape-it-white_918x271px.png') no-repeat right center;
    background-size: 92px 27px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li:hover {
    background: #207de3;
}

.container .jumbotron {
    color: #00cc33;
    background: transparent;
    padding: 48px 0 0 0;
}

p.lead {
    font-family:'Economica','economicaregular','Arial narrow','sans-serif';
    font-size:300%;
}

h2 {
    color:inherit;
}

a,
a:hover, 
a:focus {
    color: #3290f8;
}

h1,
hr,
footer {
    display: none;
}