﻿.ddl-starting-point {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff00;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 0.25rem;
}


input[type=number] {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 8px;
}

    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        cursor: pointer;
        display: block;
        width: 8px;
        color: #ffffff00;
        text-align: center;
        position: relative;
    }

    input[type=number]:hover::-webkit-inner-spin-button {
        background: #eee url('./images/sort.png') no-repeat 50% 50%;
        width: 14px;
        height: 14px;
        padding: 4px;
        position: relative;
        right: 4px;
        border-radius: 28px;
    }

.form-control-v2 {
    padding-left: 7% !important;
    font-size: 14px !important;
}

.comming-soon-message-container {
}

.comming-soon-message {

}


/*dev:shaban sami*/
.select2-container{
    width:100%!important;
}