﻿body {
    font-family: 'Roboto', sans-serif;
    color:#5e5e5e;
    -webkit-font-smoothing:antialiased;
    margin-bottom:370px;
}

h1, 
h1.display-4 {
    font-size:2.7rem;   
}

h2,
h2.display-4 {
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

h4 {
    color: #4f6973;
}

p {
    color: #5e5e5e;
    line-height:1.8rem;
}

span {
    font-weight: 400;
}

.btn {
    font-weight: bold;
}

button[type=button] {
    vertical-align:middle;
}

span.text-danger {
    display: block;
    padding: 0 1.2rem;
    margin-top: .2rem;
}

    span.text-danger span {
        font-size: .85rem;
    }

.text-danger li {
    list-style-type: none;
    margin-left: -40px;
    padding: 12px 20px;
    background: #e35d6a;
    color: #fff;
    font-size: .9rem;
}

#manage.nav-link:hover {
    border-color: transparent;
}

        







div.labelColumn,
fieldset .column:first-child {
    padding:7px 0 0 15px;
}

.valueColumn input,
.column input,
input.form-control {
    background: white;
    border: 1px solid rgba(0,0,0,.3);
    padding: 5px;
    outline: none;
    box-shadow: none !important;
}

    .valueColumn input:read-only,
    .column input:read-only,
    input.form-control:read-only {
        background: #f4f4f4;
        border: 1px solid transparent;
    }

.valueColumn input:focus,
.column input:focus,
input.form-control:focus {
    background:#f4f4f4;
    border: 1px solid #00747a;
    border-radius: 0;
    outline-width: 0;
}



input.form-control {
    padding: 25px 20px;
    border-radius: 0;
}

.valueColumn select,
.column select {
    height: 35px;
    border: 1px solid rgba(0,0,0,.3);
    padding: 0 6px;
}

.valueColumn select:focus,
.column select:focus {
    border: 1px solid #00747a;
    border-radius: 0;
    outline-width: 0;
}

.progress {
    border-radius:0;
}

.progress-bar {
    text-align:right;
    padding-right:5px;
}

.bg-warning {
    background:orange !important;
}

.column {
    flex:none;
}

.column input {
    width:100%;
}


/*  FIELDSET STYLING AND COLOURING  */

fieldset {
    min-width: initial;
    padding: initial;
    margin: initial;
    border: 1px solid grey;
    padding: 0 14px 10px 14px;
    margin: 0 -15px 20px -15px;
}

fieldset span {
    font-weight:500;
}

legend {
    width: auto;
    padding: 3px 10px;
    font-size: .9rem;
    margin-bottom:0;
    font-weight:500;
}

legend img {
    vertical-align:text-top;
    margin-left:2px;
}


fieldset .column input {
    padding:5px 11px;
}



/* PRODUCT ATTRIBUTES */

.attributes-success {
    border-color: #93d3a2;
    background: #f4fbf6;
}

.attributes-success legend {
    color: #28a745;
}

.attributes-success input,
.attributes-success select{
    background: #fff;
    border-color: #c9e9d0;
}

.attributes-success input:focus,
.attributes-success select:focus{
    border-color: #93d3a2;
}

.attributes-success img.progress-workinprogress,
.attributes-success img.progress-emptyfields {
    display: none;
}

.attributes-workinprogress {
    border-color: #ffd47f;
    background: #fffbf2;
}

.attributes-workinprogress legend {
    color: #fa0;
}

.attributes-workinprogress input,
.attributes-workinprogress select{
    background: #fff;
    border-color: #ffeabf;
}

.attributes-workinprogress input:focus,
.attributes-workinprogress select:focus{
    border-color: #ffd47f;
}

.attributes-workinprogress img.progress-success,
.attributes-workinprogress img.progress-emptyfields {
    display: none;
}


.attributes-emptyfields {
    border-color: #ed9aa2;
    background: #fdf5f6;
}

.attributes-emptyfields legend {
    color: #dc3545;
}

.attributes-emptyfields input,
.attributes-emptyfields select{
    background: #fff;
    border-color: #f6ccd0;
}

.attributes-emptyfields input:focus,
.attributes-emptyfields select:focus{
    border-color: #ed9aa2;
}

.attributes-emptyfields img.progress-success,
.attributes-emptyfields img.progress-workinprogress {
    display: none;
}


.attributes-success img.progress-success,
.attributes-workinprogress img.progress-workinprogress,
.attributes-emptyfields img.progress-emptyfields {
    display: inline;
}

select[multiple] {
    height:auto;
}

/* PARTNER SELECTION DROPDOWN */

#partnerSelect {
    height: 35px;
    padding: 0 3px;
    border-color: #fff;
    background: rgba(255,255,255,.2);
    color: #fff;
}

#partnerSelect option {
    color: #5e5e5e;
}

#partnerSelect optgroup {
    color: #5e5e5e;
    font-weight: bold;
}
.bolden {
    font-weight:600;
}
#partnerSelect option:hover {
    box-shadow: 0 0 10px 100px #3b7c7c inset;
}




/*  CUSTOM CHECKBOX  */

.checkmark-container {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    margin-top: .2rem
}

/*.checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
}*/

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

.checkmark-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.form-clear-button {
    margin:1px 0 0 -40px;
    z-index: 100;
    font-weight:100;
    color:grey;
    font-size:1.2rem;
    padding:10px;
}

button.form-clear-button:hover {
    color: #0e767d;
    font-weight: bold;
}

.products-overview {
    margin-bottom:2rem;
}

/*advanced filter*/
.filterButton {
    width: 50px;
    padding: 5px !important;
    margin: 0;
    margin-left: 10px;
}

.filterIcon {
    width: 35px;
    height: 35px;
}

.advancedContainer {
    background: #f4f4f4;
    padding-left: 23px;
    text-align:left;
}

    .advancedContainer label {
        width: 150px;
        text-align: left;
    }

body {
    font-family: arial;
    font-size: 14px;
}

.liveExample {
    padding: 1em;
    background-color: #EEEEDD;
    border: 1px solid #CCC;
    max-width: 1500px;
}

    .liveExample input {
        font-family: Arial;
    }

    .liveExample b {
        font-weight: bold;
    }

    .liveExample p {
        margin-top: 0.9em;
        margin-bottom: 0.9em;
    }

    .liveExample select[multiple] {
        width: 100%;
        height: 8em;
    }

    .liveExample h2 {
        margin-top: 0.4em;
        font-weight: bold;
        font-size: 1.2em;
    }

    .liveExample TR {
        vertical-align: top;
    }

    .liveExample TABLE, .liveExample TD, .liveExample TH {
        padding: 0.2em;
        border-width: 0;
        margin: 0;
    }

        .liveExample TD A {
            font-size: 0.8em;
            text-decoration: none;
        }

        .liveExample table.contactsEditor > tbody > TR {
            border-bottom: 1px solid silver;
        }

        .liveExample td input {
            width: 8em;
        }

li {
    list-style-type: disc;
    margin-left: 20px;
}
