﻿/*Client Registration*/

.client-container img.clientlogo {
    max-width: 35% !important;
}

.client-container {
    background-color: #ffffff !important;
    padding: 20px 20px !important;
    max-width: 60% !important;
    border-radius: 8px !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .client-container {
        width: 90% !important;
        height: 100% !important;
        padding: 10px !important;
        border-radius: 10px !important;
    }

        .client-container img.clientlogo {
            max-width: 20% !important;
        }

    .clientlogo {
        max-width: 35% !important;
    }
}

/*Client Registration*/

    /*.styledbutton, .Searchstyledbutton {
    color: white;
    background: #150cbf;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6c757d47;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}*/

    .styledbutton, .Searchstyledbutton {
        color: white;
        background: #150cbf;
        display: inline-block;
        margin: 15px;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
        border: 1px solid #6c757d47;
        white-space: nowrap;
        padding: 7px 20px;
        font-size: 15px;
        line-height: 1.42857143;
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 5px;
        font-weight: bold;
    }

        .styledbutton:hover, .Searchstyledbutton:hover {
            background: #150cbf;
            color: white;
        }

        .styledbutton:focus, .Searchstyledbutton:focus {
            outline: none;
        }


    .styledbutton-disabled, .Searchstyledbutton-disabled {
        background-color: lightgrey;
    }

    .CssLogOut {
        margin: 6px;
        font-size: larger;
        position: relative;
        top: 5px;
    }

    .userlogoutbtn {
        display: flex;
        align-items: center;
    }

        .userlogoutbtn img {
            margin-right: 10px;
        }
    /*#activeItem .e-anchor-wrap {
    font-size: medium;
    font-family:sans-serif!important;
}

.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
    padding: 5px 5px !important;
}

.e-breadcrumb .e-breadcrumb-separator {
    padding: 0 0px!important;
}

.e-breadcrumb-text e-breadcrumb-url {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

#activeItem .e-breadcrumb-separator {
    font-size: large;
}*/

    .footer {
        background: #fff;
        position: relative;
        width: 100%;
        border-top: 3px solid #057f69;
    }

    .wrappersec {
        margin: 0;
        flex: 1 1 auto;
        display: flex;
        flex-flow: column nowrap;
        min-height: 100vh;
        height: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

    .header {
        height: auto;
        width: 100%;
    }

    .bodysec {
        flex: 1 1 auto;
        min-height: 71vh;
        /* margin-left: 2%;
    margin-right: 2%;*/
    }

    .headersec {
        /* margin-left: 2%;
    margin-right: 2%;*/
        margin-bottom: 5px;
    }

    .form {
        clear: both;
        display: block;
        margin-bottom: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    body {
        padding: 0;
        color: #191a1b;
        /*font-size: 1.3rem;*/
        line-height: 1.42857143;
        /*margin: 0% 15%;
    width: 70%;*/
        box-shadow: 0px 0px 8px #bbbbbb;
        color: #0c0c0c;
    }

    .footersec {
        margin-top: 15px;
    }

    .footerContainer {
        width: auto;
    }

    .search-section {
        box-shadow: 2px 1px 10px #ccc;
    }

    .btn-SearchOrder {
        background-color: #ef1f27;
        color: #fff;
    }

    .action li {
        padding: 0 5px;
        cursor: pointer;
    }

    .JobHeader h2 {
        font-size: 20px !important;
        color: black;
        font-weight: bold;
    }

    .NewOrder {
        padding-right: 2%;
        font-size: larger;
    }
