﻿.table {
    width: 90%;
    margin-left: 50px;
}

.tt {
    width: 500px;
}

.head {
    justify-content: center;
    align-items: center;
}

.box {
    border: none;
    border-bottom: 1px solid;
}

.span {
    text-align: justify;
}

.form-field {
    width: 90%;
    margin-top: 10px;
    margin-left: 90px;
    display: flex;
    justify-content: space-between;
}

.tt input {
    border: none;
    border-bottom: 1px solid;
}

.vaild {
    width: 300px;
    height: 50px;
    margin-left: 40%;
    margin-top: -60px;
}

    .vaild input {
        height: 28px;
        width: 230px;
    }

.button {
   /* margin-left: 400px;*/
    border: none;
    background-color: #FC8700;
    padding: 0px 30px;
    font-size: 15px;
}

/*Loader css*/

.page-loader {
    position: fixed;
    background: #000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0.7;
}

.dt_loading {
    display: none;
}

.loader {
    position: absolute;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #f5e6be;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #f5e6be;
    height: 55px;
    width: 55px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
    box-shadow: 0px 0px 10px 2px #ffffff;
}

.loaderT {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;   
    background-repeat: no-repeat;
}
.responsive_select_Container_values {
    background-color: transparent;
    border: none;
    height: 27px;
    line-height: 14px;
    font-size: 11px;
    font-weight: 400;
    font-family: Arial;
    color: #333;
    margin: 0;
    padding: 0 0 0 5%;
    vertical-align: middle;
    text-transform: uppercase;
    width: 100%;
    .loader, .loader:after {
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Loader css*/