﻿.submit-savechanges {
    float: right;
    border: none;
    line-height: 1.5;
    display: block;
    padding: 10px 65px 10px 35px;
    font-family: "Poppins";
    background: url("/Sitefinity/WebsiteTemplates/Main/App_Themes/Main/Images/icon-save.png") 80% 50% no-repeat #f7be23;
}

.updateView {
    background: #ffffff;
    width: 100%;
    padding: 35px 60px;
    /*overflow: auto;*/
}

.createView {
    background: #ffffff;
    /*width: 100%;*/
    padding: 35px 60px;
    /*overflow: auto;*/
}

/*.dropdownStates {
        display: block;
        font-family: "Poppins";
        font-size: 13px;
        color: #4c4946;
        background-color: #e8e6e4;
        border: none;
        margin: 0;
        padding: 0 20px;
        width: 100%;
        height: 42px;
    }*/

.selectDropDown {
    display: block;
    font-family: "Poppins";
    font-size: 13px;
    color: #4c4946;
    background-color: #e8e6e4;
    border: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 42px;
    background: url("/Sitefinity/WebsiteTemplates/Main/App_Themes/Main/Images/icon-dd-arrow.png") no-repeat center #E8E6E4;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background-position-x: 98%;
}

    .selectDropDown::-ms-expand {
        display: none;
    }

.selectDropDownSP {
    display: block;
    font-family: "Poppins";
    font-size: 13px;
    color: #4c4946;
    background-color: #e8e6e4;
    border: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 42px;
    background: url("/Sitefinity/WebsiteTemplates/Main/App_Themes/Main/Images/icon-dd-arrow.png") no-repeat center #E8E6E4;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background-position-x: 95%;
}

    .selectDropDownSP::-ms-expand {
        display: none;
    }

.textboxacct {
    font-family: "Poppins";
    font-size: 13px;
    color: #4c4946;
    background-color: #e8e6e4;
    height: 42px;
    width: 100%;
    border: none;
    padding: 0 20px;
    /*margin-bottom:26px;*/
}

.labelacct {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: normal;
    color: #4c4946;
    width: 100%;
    border: none;
}

.spanError {
    background-color: aqua;
    background: url("/Sitefinity/WebsiteTemplates/Main/App_Themes/Main/Images/icon-alert.png") center center no-repeat;
}

.accountError {
    display: inline-block;
    padding-left: 10px;
    font-family: "Poppins";
    font-size: 13px;
    color: #fd4239;
}
