/*Sign-in Modal pop up to Page css Start*/

.search-responsive {
	display: none;
}

.title {
    margin-bottom: 0;
    margin-top: 40px;
}

.ptex {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    color: #333333;
}

.left-side {
    width: 450px;
    margin-left:100px;
}

.customformgroup {
    margin-top: 20px;
}

.form-control {
    width: 300px;
}

.signIn-forgot {
    margin-top: 30px;
}

.btn.btn-primary {
    height: auto;
    background-color: #77a22d;
    border-color: unset;
    font: 400 13px Knowledge,Arial,sans-serif;
    margin-bottom: 0;
    margin-right: 25px;
}

.right-side {
    display: inline-block;
    vertical-align: top;
    width: 505px;
    padding-left: 5%;
    border-left: 1px solid #CCCCCC;
}

.demo {
    font-family: Knowledge;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0072a8;
}

#forgotInfo {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0072a8;
}

.firm-adm {
    display: inline-block;
    /*width: 70%;*/
}

.login-adm {
    display: inline-block;
    width: 70%;
}

.btn.btn-primary:hover {
    background: #387c2b !important;
}

.fr {
    float: right;
    font-size: 12px;
}

.btn {
    font-size: 13px;
    width: 150px;
    padding: 12px;
    color: #fff;
    background-color: #0275d8;
    border-color: transparent;
    display: inline-block;
}

    .btn.btn-secondary {
        font: 13px Knowledge,Arial,sans-serif;
        font-weight: 400;
        background: #e9e9e9;
        color: #555;
    }

.custom .custombutton {
    background-color: #77a22d !important;
    padding: 15px;
    width: 196px;
    height: 50px;
    font-size: 17px;
    border-radius: 3px;
}

.custom .signbutton {
    background-color: #77a22d !important;
    padding: 15px;
    width: 138px;
    height: 50px;
    font-size: 17px;
    border-radius: 3px;
}

.custom {
    margin-top: 60px;
    margin-bottom : 20px;
}

    .custom .form-control {
        width: 324.6px;
        height: 50px;
        border: solid 1px #d5d4d9;
        background-color: #ffffff !important;
        border-radius: 0px;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.2px;
        
    }


.cusbtnCancel {
    padding: 10px !important;
}
/*Sign-in Modal pop up to Page css End*/
.bento-alert-container {
    width: 97%;
    padding: 11px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    font-family: Arial,"Helvetica Neue",sans-serif;
    border-radius: 0;
    border: none;
    position: relative;
    font-size: 15px;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all;
    min-height: 44px;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 6px 0 rgba(0,0,0,.3);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.3);
}

    .bento-alert-container.error {
        background: #f52424;
        visibility: visible !important;
    }

        .bento-alert-container.error .alert-message {
            display: block;
            margin: 0 30px;
        }

            .bento-alert-container.error .alert-message::before {
                width: 35px;
                position: absolute;
                top: 11px;
                left: 0;
                font-family: icomoon;
                bottom: 11px;
                content: '\e6f3';
                text-align: center;
            }

    .bento-alert-container button {
        background: #dc0a0a;
        text-align: center;
        font-size: 14px;
        line-height: 47px;
        width: 40px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        text-shadow: none;
        color: rgba(255,255,255,.5);
        opacity: 1;
        filter: alpha(opacity=100);
        border: none;
    }

        .bento-alert-container button:hover {
            color: #fff;
        }

        .bento-alert-container button span i {
            font-family: icomoon;
            font-style: normal;
        }

            .bento-alert-container button span i::before {
                content: "\e64a";
            }

.custom-button-clear {
    background-color: #77a22d !important;
}

#newUser .error {
    visibility: visible !important;
}


span.greenCheck {
    position: relative;
    display: block;
}

    span.greenCheck:after {
        content: '\e6c0';
        width: 16px;
        height: 16px;
        position: absolute;
        right: 325px;
        top: 50%;
        font-family: icomoon;
        color: #49a238;
        margin-top: -50px;
        font-size: 17px;
        visibility: hidden;
    }

    span.greenCheck-re-enterPwd:after {
        left: 280px;
        right: 0px;
    }

    span.greenCheck.valid:after {
        visibility: visible;
    }

.custom-textbox-user-access {
    width: 50% !important;
}

.custom-forgot {
    width: 85px !important;
}

.bento-icon-info
{
    margin-top: 3px;
    font-weight: bold;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    span.greenCheck:after {
        right: 10px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #464a4c;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    }
    .left-side{
        margin-left:50px;
        width:400px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    span.greenCheck:after {
        right: 10px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #464a4c;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    }
    .left-side {
        margin-left: 50px;
    }

    #newUser .zipCode input:nth-child(3) {
        margin-left: 3%;
    }

    .divbtn {
        padding-left: 8%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

    span.greenCheck:after {
        right: 10px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #464a4c;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    }
}

@media only screen and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    .left-side {
        margin-left: 10px;
    }
}

    @media only screen and (max-device-width: 320px) {
        .left-side {
            margin-left: 10px;
        }
        #newOrganization .margin {
            margin-left: 10px !important;
        }
       
    }
    
 #newOrganization label {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

#newOrganization label span.watermark {
        font-size: 12px;
        font-weight: 400;
        color: #999;
}



#newOrganization span.error {
    display: none;
}

#newOrganization .form-control {
    width: 100%;
}

#newOrganization .margin {
    margin-left: 20px;
}

#newOrganization .login-adm {
    display: inline-block;
    width: 70%;
    padding-left: 16px;
}

#newOrganization .bento-icon-info {
    margin-top: 0px;
    font-weight: bold;
}

#newOrganization .passwordcheck span.greenCheck:after {
    content: '\e6c0';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -25px;
    top: 50%;
    font-family: icomoon;
    color: #49a238;
    margin-top: -30px;
    font-size: 17px;
    visibility: hidden;
}

#newOrganization .passwordcheck span.greenCheck.valid:after {
    visibility: visible;
}

#newOrganization .emailCheck span.greenCheck:after {
    content: '\e6c0';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -25px;
    top: 50%;
    font-family: icomoon;
    color: #49a238;
    margin-top: -30px;
    font-size: 17px;
    visibility: hidden;
}

#newOrganization .emailCheck span.greenCheck.valid:after {
    visibility: visible;
}

#newOrganization  span.watermark {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.heading {
    font-family: Knowledge;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    margin-bottom: 10px;
}

.demoMargin {
    margin-top:34px;
}

.orgText {
    height:17px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #93939c;
}

.marginspace {
    margin-top:70px;
}

.marginbot{
    margin-bottom:30px;
}

#newOrganization .title {
    font-family: Knowledge;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    margin-bottom:20px;
    margin-top:20px;
}

#newOrganization label {
    font-family: Knowledge;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
}


.alreadysignin {
    font-family: Knowledge;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0072a8;
    margin-top:30px;
}

#newOrganization .form-control {
    border: solid 1px #d5d4d9;
    background-color: #ffffff;
    border-radius: 0px;
    height: 34px;
}

.back {
    font-family: Knowledge;
    font-size: 16px;
    margin-top: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0072a8;
    margin-bottom: 30px;
}

#newOrganization .custom-button-submit {
    background-color: #77a22d !important;
    width: 196px;
    height: 50px;
    margin-top: 20px;
    margin-left: 15px;
    padding: 15px;
    font-size: 17px;
    border-radius: 3px;
}

#newOrganization .form-group {
    margin-bottom :25px;
}

#newOrganization {
    margin-left:20px;
}

.back .bento-icon-chevron-left {
    font-size : 10px;
}



#newOrganization .Requiredfield {
    font-family: Knowledge;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    margin-left : 35px;
    margin-top :10px;
}

#syncItems ul {
    list-style: none;
    margin: 0;
    padding: 0;
}