.headingrow {
    background-color: black;
    color: white;
    border-bottom: 1px solid gray;
    text-transform: uppercase;
}

.greenbackrow {
    background-color: #8eb353;
    height: 55px;
    color: white;
    font-weight: bold;
}

.ht_10 {
    height: 10px;
}

.ht_15 {
    height: 15px;
}

.ht_20 {
    height: 20px;
}

.ht_25 {
    height: 25px;
}

.ht_30 {
    height: 30px;
}

.ht_35 {
    height: 35px;
}

.ht_40 {
    height: 40px;
}

.ht_45 {
    height: 45px;
}

.ht_50 {
    height: 50px;
    width: 100%;
}

.ht_55 {
    height: 55px;
}

.ht_100 {
    height: 100px;
}

.headingtxt {
    color: white;
}

.boxdiv {
    width: 100%;
    height: 120px;
    color: #ffffff;
    border-radius: 12px;
    text-align: center;
}

.inputbox {
    width: 50%;
    margin: auto;
    display: table;
    background-color: #d3d3d5;
    color: #000000;
    font-weight: bold;
    border: none;
    height: 50px;
    padding-left: 10px;
}

.btn {
    background-color: #8eb353;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    margin: auto;
    display: table;
    height: 50px;
    border-radius: 0px;
}

.jobrow {
    /*height: 55px;*/
    color: #000000;
    font-weight: 500;
    padding: 1rem;
}

.topheadingrow {
    width: 99%;
    margin: auto;
    background-color: #8eb353;
    border-radius: 5px;
    color: #ffffff;
}

.secondheadingrow {
    width: 100%;
    margin: auto;
    background-color: #e6e4e5;
    color: #000000;
}

.footerrow {
       width: 100%;
    margin: 0 auto;
   background-color: #538107; 
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    padding-bottom: 2rem;
    /*width: 182px;*/
}

.userheadingrow {
    background-color: #8eb353;
    border-radius: 5px;
    color: #ffffff;
}

.circle1 {
    background-color: #538107;
    color: #ffffff;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    padding: 4px;
}

.circle2 {
    background-color: #3580b2;
    color: #ffffff;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    padding: 4px;
}

.circle3 {
    background-color: #ea7932;
    color: #ffffff;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    padding: 4px;
}

.circle4 {
    background-color: #d84443;
    color: #ffffff;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    padding: 4px;
}

table {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

table th {
    border-right: 1px solid #3982af;
    padding: 5px;
}

td {
    border-right: 1px solid #3982af;
    text-align: center;
    padding: 5px;
}

.selectdiv {
    position: relative;
    width: 100%;
    margin: auto;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    color: #383838;
    background-color: #a9d9fd;
    right: 1px;
    top: 1px;
    height: 34px;
    padding: 9px 10px 5px 9px;
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    position: relative;
    appearance: none;
    width: 100%;
    height: 36px;
    padding: 0px 7px;
    font-size: 16px;
    line-height: 1.75;
    color: #3982af;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d1d1d1;
    -ms-word-break: normal;
    word-break: normal;
}

.inputboxdiv {
    border: 1px solid #d1d1d1;
    color: #3982af;
    height: 36px;
    width: 100%;
}

.inputboxdiv::placeholder {
    color: #3982af;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.top-section {
    margin-bottom: 3%;
}

input,
textarea {
    width: 100%;
    padding: 5px 10px;
}
input[type=checkbox], input[type=radio]{
    width:100%;
}


.create-jobs {
    height: 50px;
    padding-top: 1%;
}


@media only screen and (max-width: 600px) {
    
    .ht_100 {
        height: 10px !important;
    }
    .inputbox {
        width: 90% !important;
    }
    .btn {
        width: 100% !important;
    }
    input,
    textarea {
        width: 100%;
    }
    input[type=checkbox], input[type=radio]{
    width:100%;
}

    .pt-3,
    .py-3 {
        padding-top: 0.3rem !important;
    }
    .create-jobs {
        height: 35px !important;
        padding-top: 1%;
    }
    /*.container{padding-right:0px  !important;padding-left:0px  !important;}*/
    .pl-5,
    .px-5 {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }
    .jobrow {
        /*height: 70px !important;*/
    }
    .picpart {
        width: 100% !important;
    }
}

/*label {*/
/*    width: 120px;*/
/*}*/

.picpart {
    background-color: #ffff;
    padding-right: 13%;
    width: 60%;
    padding: 5px 10px;
}

.select-box {
    margin-left: 20%;
}

.submit-btn {
   
   width: 100%;
    background-color: #538107;
    border: none;
    color: #ffff;
    padding: 0.5rem;
    margin: 0 1rem;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 0px 12px;
}

.imagebtn {
    background-color: green;
    color: #fff;
    padding: 1%;
    border-radius: 8px;
    margin: 3%;
}

#img-part a:hover {
    color: #ffd403 !important;
}

img#previewimg {
    width: 100%;
}

i.fa.fa-home {
    font-size: 45px;
    vertical-align: middle;
    color: #fff;
    margin-right: 1rem;
}

.report-template-form .btn {
    background-color: #8eb353;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    margin: auto;
    display: table;
    height: auto;
    border-radius: 0px;
}

.dataTables_wrapper label{
    width:100% !important;
}
.dataTables_wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 auto;
}

.bootstrap.row{
    width: 80% !important;
    margin: 0 auto !important;
}

input[type=checkbox], input[type=radio]{
    width:100%;
}
.select2-container{
    width:100% !important;
}
.modal-header .close {
    display: flex;
    order: 2;
}

@media only screen and (max-width: 992px) {
    .submit-btn {
    width: 100%;
    background-color: #538107;
    border: none;
    color: #ffff;
    padding: 0.5rem;
    margin: 0;
    /* margin: 1rem auto; */
    /* width: 200px; */
}
}
