﻿.DetailsBox {
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
    margin: 25px;
    border: -webkit-box-shadow: 40px 2px 18px 0px rgba(194,194,194,0.62);
    -moz-box-shadow: 40px 2px 18px 0px rgba(194,194,194,0.62);
    box-shadow: 21px -21px 118px -12px rgba(180,194,194,0.62);
    border-radius: 15px;
    
}

.DetailsBox-without-set-element {
    padding: 25px;
    margin: 25px;
    border: -webkit-box-shadow: 40px 2px 18px 0px rgba(194,194,194,0.62);
    -moz-box-shadow: 40px 2px 18px 0px rgba(194,194,194,0.62);
    box-shadow: 21px -21px 118px -12px rgba(180,194,194,0.62);
    border-radius: 15px;
}

    .DetailsBox > h3 {
        text-align: center !important;
        margin-bottom: 60px;
    }
.DetailsBoxRow {
    line-height: 50px;
}
    .DetailsBoxRow span:first-child   {
        color: #13688c;
    }
    .DetailsBoxRow span:nth-child(odd) {
        color: #13688c;
    }

.margin-right-15 {
    margin-right: 15px !important;
}


/*for a tags that have role button */
.myBtnPrimary {
    color: #007bff !important;
}

    .myBtnPrimary:hover {
        color: white !important;
    }
.myBtnWarning {
    color: #ffc107 !important;
}
    .myBtnWarning:hover {
        color: white !important;
    }
.myBtnInfo {
    color: #17a2b8 !important;
}

    .myBtnInfo:hover {
        color: white !important;
    }
.myBtnDanger {
    color: #dc3545 !important;
}

    .myBtnDanger:hover {
        color: white !important;
    }


/*For Custom Checkbox*/
.subProductGroupCheckBox {
    list-style-type: none;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* content: '/f026'; */
    color: #17a2b8;
}
.ProductGroupCheckBox {
    list-style-type: none;
    font-weight: bold;
}
.productDetails {
    margin: 9px;
    width: 984px;
    border: 1px solid #eee;
}

ul, ol {
    list-style: none;
}

#accordion1 li.panel {
    margin-bottom: 0px;
}

#imgPreviewProduct {
    width: 300px;
    height: 250px;
    transform: translate(-55px, -18px);
    border-radius: 10px;
    /* -webkit-box-shadow: -1px -1px 25px -12px rgba(66,66,66,1); */
    -moz-box-shadow: -1px -1px 25px -12px rgba(66,66,66,1);
    /* box-shadow: 1px -1px 32px -12px rgba(66, 74, 79, 0); */
    /* -webkit-box-shadow: -1px -1px 25px -12px rgba(66,66,66,1); */
    -moz-box-shadow: -1px -1px 25px -12px rgba(66,66,66,1);
    /* box-shadow: -1px -1px 25px -12px rgba(66,66,66,1); */
    -webkit-box-shadow: -1px -1px 25px -2px rgba(66,66,66,1);
    -moz-box-shadow: -1px -1px 25px -2px rgba(66,66,66,1);
    box-shadow: -1px -1px 25px -2px rgba(66,66,66,1);
}
.alertBox {
    width: 500px;
    height: auto;
    color: white !important;
    padding: 5px;
}

.card label {
    color: #17a2b8;
}





header {
    max-width: 1300px;
    background: #fff;
    border-radius: 4px;
    margin: 20px auto;
    padding: 20px;
}

.logo {
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    float: left;
    color: rgba(231, 78, 17, 0.575);
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;

}

nav {
    float: right;
}

.clearfix {
    clear: both;
}

nav ul {
    margin: 0px;
    padding: 0;
    display: flex
}

    nav ul li {
        list-style: none;
    }

        nav ul li a {
            padding: 20px;
            margin: 10px 0;
            text-decoration: none;
            color: rgba(231, 78, 17, 0.788);
            display: block;
        }

            nav ul li a:hover,
            nav ul li a.active {
                background: rgba(231, 78, 17, 0.575);
                color: #fff;
                transition: 0.3s linear;
                border-radius: 2px;
            }

@media (max-width:1300px) {
    header {
        margin: 20px;
    }
}

@media (max-width:768px) {
    .menu-toggle {
        display: block;
        width: 40px;
        height: 40px;
        float: right;
        color: rgba(231, 78, 17, 0.575);
        margin: 10px;
        cursor: pointer;
        text-align: center;
    }



        .menu-toggle.active:before {
            content: '\f00d';
            font-family: fontAwesome;
            line-height: 40px;
            color: rgba(231, 78, 17, 0.575);
        }

    nav {
        display: none;
    }

        nav.active {
            display: block;
            width: 100%;
        }

            nav.active ul {
                display: block;
            }

                nav.active ul li {
                    text-align: center;
                }

                    nav.active ul li a {
                        margin: 0;
                    }
}








.main-box {
    /*-webkit-box-shadow: 3px 11px 37px 12px rgba(219,219,219,1);
    -moz-box-shadow: 3px 11px 37px 12px rgba(219,219,219,1);
    box-shadow: 3px 11px 37px 12px rgba(219,219,219,1);
    border-radius: 5px;
    padding: 25px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;*/
    -moz-box-shadow: 3px 11px 37px 12px rgba(219,219,219,1);
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.boxshadow {
    -webkit-box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    padding: 19px;
    border-radius: 10px;
    margin-top: 10px !important;
    width: 100%;
}
.BoxShadowWithOutHover {
    -webkit-box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    padding: 20px;
    margin-top: 10px !important;
    /* background-color: #ec5629d9; */
    color: #047C74;
    border: 1px solid #047c7475;
    border-radius: 5px;
}
.boxshadow:hover {
    -webkit-box-shadow: 0px 0px 17px 3px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 17px 3px rgba(148,148,148,1);
    box-shadow: 0px 0px 17px 3px rgba(148,148,148,1);
    -webkit-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.Custombtn {
    float: right;
    background: white;
    color: black;
    /* -webkit-box-shadow: 3px 11px 37px 12px rgba(219,219,219,1); */
    -moz-box-shadow: 3px 11px 37px 12px rgba(219,219,219,1);
    /* box-shadow: 3px 11px 37px 12px rgba(219,219,219,1); */
    /* -webkit-box-shadow: 0px 0px 17px -2px rgba(148,148,148,1); */
    -moz-box-shadow: 0px 0px 17px -2px rgba(148,148,148,1);
    /* box-shadow: 0px 0px 17px -2px rgba(148,148,148,1); */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
    padding: 15px;
    margin:4px;
}
.btnDefault {
    border: 1px solid rgba(231, 78, 17, 0.575);
    background: rgba(231, 78, 17, 0.575);
    color: white;
}
.Custombtn:hover {
    background: white;
    transform: scale(1.1);
    transition: all 300ms;
    background: #343a40;
    color: white;
}
hr {
    color: rgba(231, 78, 17, 0.575) !important; 
}


.step-container {
    width: 100%;
    margin-bottom: 30px;
}

.progressbar {
    counter-reset: step;
   
}

    .progressbar li {
        list-style-type: none;
        float: right;
        width: 16.33%;
        position: relative;
        text-align: center;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #ddd;
            top: 15px;
            right: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: rgba(231, 78, 17, 0.575);
        }

            .progressbar li.active:before {
                border-color: rgba(231, 78, 17, 0.575);
            }

            .progressbar li.active + li:after {
                background-color: rgba(231, 78, 17, 0.575);
            }


.checkbox {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    position: relative;
}

    .checkbox input[type="checkbox"] {
        visibility: hidden;
    }

    .checkbox label {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 1px;
        left: 1px;
        background-color: white;
        cursor: pointer;
    }

        .checkbox label:before {
            content: '';
            width: 100px;
            height: 5px;
            border: 3px solid white;
            position: absolute;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
            top: 8px;
            left: 8px;
            opacity: 0;
        }

    .checkbox input[type="checkbox"]:checked + label:before {
        opacity: 1;
    }

    .checkbox input[type="checkbox"]:checked + label {
        background-color: #57bba7;
    }



.checkboxsBox {
    background: #e8e8e857;
    overflow: hidden;
    border-radius: 5px;
    padding:30px;
}

@media (max-width:768px) {

    .step-container{
        display:none;
    }
}
.input-validation-error {
    border: 1.6px solid rgba(169,68,66,0.31) !important;
    border-radius: 5px !important;
    padding: 22px !important;
}

.field-validation-valid {
    color: darkblue;
}

.valid {
    border: 1.6px solid rgba(4, 252, 156, 0.37) !important;
    border-radius: 5px !important;
    padding: 22px !important;
}
.field-validation-error {
    color: #a94442;
    display: block;
    /*margin-top: -70px;*/
    float: left;
}
.chipSuccess {
    margin-left: 10px;
    width: 100%;
    /* display: inline-block; */
    padding: 20px 25px;
    height: auto;
    font-size: 20px;
    
    border-radius: 25px;
    background-color: #dedede;
    float: left;
    margin-bottom: 15px;
    color: green;
}
    .chipSuccess hr{
        margin:0 !important;
    }

    .chipSuccess img {
        float: left;
        margin: -20px 2px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }
.chipError {
    margin-left: 10px;
    width: 100%;
    /* display: inline-block; */
    padding: 20px 25px;
    height: auto;
    font-size: 20px;
    line-height: 0px;
    border-radius: 25px;
    background-color: #dedede;
    float: left;
    margin-bottom: 15px;
    width: 330px;
}
    .chipError img {
        float: left;
        margin: -20px 2px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden-div-items {
    display: none;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    background-color: rgba(231, 78, 17, 0.575);
}
.card-body {
    border: 1px solid #80808080;
    border-radius:5px;
}
