﻿.container1 {
    position: relative;
    text-align: center;
    color: black;
}


.bottom-left1 {
    position: absolute;
    left: 38px;
    bottom: 6px;
   
}

.login{

    margin-left:10px;
    width:500px;
}
.register {
    margin-left: 10px;
    width: 500px;
   
}

.GetPostCodeSearchText {
    margin-left: 10px;
    width: 500px;
    border: 1px solid black
}

.GetPostCodeSearchButton {
    margin-left: 10px;
    width: 500px;
    border: 1px solid black
}

.GetPostCode2 {
    margin-left: 24px;
    width: 550px;
}

.itemdetailws {
   
    overflow-y: scroll;
    width: 95%;
    height: 400px;
}

.getpostcode {
    margin-left: 10px;
    width: 600px;
}

.summaryList {
    margin-left: 10px;
    width: 500px;
    
}

.creatquotation {
    margin-left: 10px;
  
}

.editquotation {
    margin-left: 10px;
}

.vieworder {
    margin-left: 10px;
}


.mainmenu {
    margin-left: 10px;
}

.payment {
    margin-left: 10px;
}


.forgotpassword {
    margin-left: 10px;
    width: 600px;
}

.DropDownList{
    width :200px;
}

h1 {
    color: green;
    text-align: center;
}

.redfamily {
    color: red;
}

.search-box, .close-icon, .search-wrapper {
    position: relative;
    padding: 10px;
}

.search-wrapper {
    width: 500px;
    margin: auto;
    margin-top: 50px;
}

.search-box {
    width: 80%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 15px;
}

    .search-box:focus {
        box-shadow: 0 0 15px 5px #b0e0ee;
        border: 2px solid #bebede;
    }

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

    .close-icon:after {
        content: "X";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #FA9595;
        z-index: 1;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: white;
        font-weight: normal;
        font-size: 12px;
        box-shadow: 0 0 2px #E50F0F;
        cursor: pointer;
    }

.search-box:not(:valid) ~ .close-icon {
    display: none;
}

.button {
    background-color: #ceafad;
    border:thin solid red;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 0px;
    min-height:20px;
   
}

.button1 {
    border-radius: 2px;
}

.button2 {
    border-radius: 4px;
}

.button3 {
    border-radius: 8px;
}

.button4 {
    border-radius: 12px;
}

.button5 {
    border-radius: 50%;
   
}

.button6 {
    border-radius: 30px;
}
.button7 {
    min-width: 50px;
    color: #ceafad;
    width:50px;
}
.cusomDiv1 {
    background-color: #ceafad;
    text-align: center;
    min-height: 200px;
    max-height: 300px;
    border: 1px solid black;
    border-radius: 12px;
}

.cusomDiv2 {
    background-color: white;
    text-align: left;
    min-height: 200px;
    max-height: 400px;
    border-radius: 12px;
    border: 1px dotted black;
    overflow-y: scroll;
    width: 450px;
    min-width: 450px;
}

.cusomDiv2B {
    background-color: white;
    text-align: left;
    min-height: 200px;
    max-height: 400px;
    border-radius: 12px;
    border: 1px dotted red;
    overflow-y: scroll;
    width: 600px;
}

.cusomDivImage {
    background-color: gray;
    text-align: center;
    min-height: 180px;
    max-height: 180px;
    border: 1px solid black;
    border-radius: 12px;
}

.cusomDiv3 {
   align-items:start;
}

.cusomDiv4 {
    background-color: white;
    text-align: left;
    min-height: 200px;
    max-height: 700px;
    border-radius: 12px;
    border: 1px dotted black;
    overflow-y: scroll;
    width: 510px;
    min-width: 700px;
}

.textBoxStyle{
    background-color:lightpink;
    color:white;
}

.ButtonHoverStyle{

    background-color:green;
    cursor:pointer;
}

.ListHoverStyle {
    background-color: lightgray;
    cursor: pointer;
}

.ListStyle{
    width:450px;
    height:60px;
    font-size:small;
}

.ListStyle2 {
    width: 350px;
    height: 20px;
    font-size: small;
}

@media (min-width: 1200px)  {
    .search-box2 {
        min-width: 510px;
        width: 550px;
        min-height: 55px;
        border: 1px solid #ccc;
        outline: 0;
        border-radius: 15px;
    }
}


@media (max-width: 1200px) and (min-width: 991px) {
    .search-box2 {
        min-width: 415px;
        width: 550px;
        min-height: 55px;
        border: 1px solid #ccc;
        outline: 0;
        border-radius: 15px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .search-box2 {
        min-width: 315px;
        width: 550px;
        min-height: 55px;
        border: 1px solid #ccc;
        outline: 0;
        border-radius: 15px;
    }
}


@media (max-width: 768px)  {
    .search-box2 {
        min-width: 315px;
        width: 550px;
        min-height: 55px;
        border: 1px solid #ccc;
        outline: 0;
        border-radius: 15px;
    }

    .div-take-photo{

        display:none;

    }
}


.sidebar {
    position: fixed;
    width: 200px;
    height: 100%;
    background-color: #151719;
    left: -200px;
    transition: all 500ms linear;
}

.sidebarActive {
    position: fixed;
    width: 200px;
    height: 600px;
    background-color: #ceafad;
    left: 0px;
    transition: all 500ms linear;
}

.sidebar ul li {
    color: royalblue;
    list-style: none;
    padding: 15px 10px;
    border-bottom: 1px solid black
}


