﻿.ChannelLeftSpacerClass {
    padding-left: 50px !important;
}

.ChannelRightSpacerClass {
    padding-right: 50px;
}

.OuterDiv_Class {
    float: left;
    width: 500px;
}

.InnerParentDiv_Class {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.FieldDiv_class {
    float: left;
    width: 220px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.Label_class {
    font-size: 13px;
}

.input_class {
    width: 200px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    border: solid 1px #c2c2c2;
    color: #484848;
    padding-left: 7px;
    font-family: Open Sans;
    font-weight: 300;
}

.Select_class {
    width: 200px;
    line-height: 34px;
    height: 34px;
    font-size: 15px;
    border: solid 1px #c2c2c2;
    color: #484848;
    padding-left: 7px;
    font-family: Open Sans;
    font-weight: 300;
}

/*------------------------------------------------------ Global ----------------------------------------------------- */
/*------------------------------------------------------ Menu ----------------------------------------------------- */


/*------------------------------------------------------ Parsley Form Validation ----------------------------------------------------- */
input.parsley-success, select.parsley-success, textarea.parsley-success {
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #d9d9d9;
}

.parsley-errors-list {
    margin: 2px 0 0px 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

    .parsley-errors-list.filled {
        opacity: 1;
    }

    .parsley-errors-list li {
        margin-left: 0px !important;
        padding-bottom: 0px !important;
    }

.ReasonsForChoosingCareCapDiv {
    position: relative;
    float: left;
}

.ReasonsForChoosingCareCapParentDiv {
    width: 320px;
    top: 49px;
    position: absolute;
    border: solid 1px #c2c2c2;
    background-color: white;
    z-index: 100;
}

.ReasonsForChoosingCareCapParentDiv span {
    padding-left: 10px;
}

.AddPaymentMethodParentDivClass
{
    position:relative;
    height:100%;
}
.SeeAllMembershipPlansClass {
    float: right;
}

@media (max-width: 870px) {

    .SeeAllMembershipPlansClass {
        float: left;
    }

}

@media (max-width: 600px) {

    .ChannelLeftSpacerClass {
        padding-left: 30px;
    }

    .ChannelRightSpacerClass {
        padding-right: 30px;
    }

    .DrawerClassResponsive {
        padding-left: 0px;
        padding-right: 0px;
    }
}
