﻿/*Background color*/
#grad1 {
    /*background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);*/
    background: linear-gradient(to right,#7ac943,#f7931e,#428bca);
}

/* display: flex; */
.select-box {
    padding: 0px 8px 4px 8px !important;
    /* border: none; */
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

.tonnes {
    align-items: center;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef !important;
}

input[readonly] {
    color: #212529 !important;
    background-color: #e9ecef !important;
    white-space: nowrap;
}


/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }

    #msform label {
        color: #000;
        margin-bottom: 8px;
    }

    #msform input:not([type="radio"], [type="button"]), #msform textarea, #msform select.form-select {
        padding: 10px 12px;
        /*border: none;*/
        /*border-bottom: 1px solid #ccc;*/
        background-color: #F4F4F4;
        border-color: transparent;
        border-radius: 5px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:not([type="radio"]):focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }

    #msform .form-group .form-check {
        float: left;
        min-width: 60px;
        margin-right: 19px;
    }

    /*Blue Buttons*/
    #msform .action-button {
        width: 100px;
        background: #60AB55;
        color: white;
        border: 0 none;
        border-radius: 4px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        font-family: Calibri;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }

    /*Previous Buttons*/
    #msform .action-button-previous {
        width: 100px;
        background: orange;
        color: white;
        background: rgba(107, 183, 107, 0.20);
        color: #329232;
        border: 0 none;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        font-family: Calibri;
    }

    #msform .action-button-draft {
        width: 120px;
        background: #FFF;
        color: #60AB55;
        border-radius: 5px;
        border: 1px solid #60AB55;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        font-family: Calibri;
    }
        #msform .action-button-draft:hover {
            background: #60AB55;
            color: #FFF;
        }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #60AB55;
        }

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

/*The background card*/
.card {
    z-index: 0;
    position: relative;
    /**/
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 19%;
        float: left;
        position: relative;
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        content: "";
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        background: transparent;
        background-size: 50px !important;
    }
        /*Icons in the ProgressBar*/
        #progressbar li#window:before {
            /*    font-family: FontAwesome; content: "\f023";*/
            background: url("/images/progressbar_icon_window.png");
        }

        #progressbar li#companyscope:before {
            /*    font-family: FontAwesome; content: "\f007";*/
            background: url("/images/progressbar_icon_companyscope.png");
        }
        #progressbar li#companyscope.active:before {
            background: url("/images/progressbar_icon_companyscope_blue.png");
        }
        #progressbar li#dataentry:before {
            /*    font-family: FontAwesome; content: "\f09d";*/
            background: url("/images/progressbar_icon_dataentry.png");
        }
        #progressbar li#dataentry.active:before {
            background: url("/images/progressbar_icon_dataentry_blue.png");
        }
        #progressbar li#assurancenarrative:before {
            /*    font-family: FontAwesome; content: "\f00c";*/
            background: url("/images/progressbar_icon_assurancenarrative.png");
        }
        #progressbar li#assurancenarrative.active:before {
            background: url("/images/progressbar_icon_assurancenarrative_blue.png");
        }
        #progressbar li#summary:before {
            /*    font-family: FontAwesome; content: "\f00c";*/
            background: url("/images/progressbar_icon_summary.png");
        }
        #progressbar li#summary.active:before {
            background: url("/images/progressbar_icon_summary_blue.png");
        }
        #progressbar li#complete:before {
            /*    font-family: FontAwesome; content: "\f00c";*/
            background: url("/images/progressbar_icon_complete.png");
        }
        #progressbar li#complete.active:before {
            background: url("/images/progressbar_icon_complete.png_blue.png");
        }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        background: #031F73;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }
        #progressbar li:first-child:after {
            left: 50%;
        }
        #progressbar li:last-child:after {
            width: 50%;
        }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: skyblue;
        background: #031F73;
    }

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}
