﻿
.redText {
    color: red;
}

#one {
    margin: 0px 0px 15px 0px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.it .btn-orange {
    background-color: transparent;
    border-color: #777 !important;
    color: #777;
    text-align: left;
    width: 100%;
}

.it input.form-control {
    height: 54px;
    border: solid;
    margin-bottom: 0px;
    border-radius: 1px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
/*Attach document text*/
.it .btn-new, .it .btn-next {
    margin: 40px 0px;
    border-radius: 0px;
    background-color: #333;
    color: #f5f5f5;
    font-size: 14px;
    width: 155px;
    text-align: justify;
}

.it .btn-next {
    background-color: #DE194A;
    color: #fff;
}

.it .btn-check {
    cursor: pointer;
    line-height: 54px;
    color: red;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .btn-orange img {
    width: 30px;
}

.it #uploader .docErr {
    position: absolute;
    right: auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}

    .it #uploader .docErr:after {
        content: '\f0d7';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 50px;
        color: #fff;
        position: absolute;
        left: 30px;
        bottom: -40px;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }

.overflowContainer {
    overflow: hidden;
}


.parent-div {
    position: relative;
}

.popup-div {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: none;
}

#createFormSpinner {
    display: inline-block;
    width: 62px;
    height: 62px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #3E67EC;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*GREEN BUTTON & CONSISTENT HOVER COLOR*/
.grnbtn {
    background-color: #46A046 !important;
    border-radius: 3px;
    color: white
}

    .grnbtn:hover {
        background-color: #3A833A !important;
        background-position: 0 -15px;
    }
 
/*    OVERIDE BOOTSTRAP
*/
textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control, select, select.form-control {
    border: 2px solid #000 !important; /* reset shorthand */
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: 2px solid #333 !important;
    border-radius: 0 !important;
}

/*BLACK BUTTON & CONSISTENT HOVER COLOR*/
.addnewbtn {
    background-color: #030303 !important;
    border-radius: 3px;
    color: white
}

    .addnewbtn:hover {
        background-color: #545454 !important;
        background-position: 0 -15px;
        color: white !important
    }
