@import url(https://fonts.googleapis.com/css?family=Assistant);
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

#main-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
#search-customer-div {
    display: flex;
    width:310px;
}
#entities-menu-div{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.app-name-hdr {
    font-family: Assistant;
    font-size: 32px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #541800;
    margin: 0px 0 7px;
    pointer-events: none;
}
.inner-hdr{
    margin: 10px 20px 5px 0;
    font-family: Assistant;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: right;
    color: #541800;
    pointer-events: none;
}

#app-logo {
    margin-top: 10px;
    object-fit: cover;
    width: 200;
    height: 90;
}
#back-btn-icon {
    margin: auto;
    object-fit: contain;
/*    width:42;
    height:42;*/
}
#back-button {
    display: flex;
    justify-content: 'center';
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #9ACD32;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}
#search-type{
    height: 39px;
    width: 30%;
    margin-left: 5px;
    padding-right:0px;
}
#business-contact-person{
    width: 130px;
}
#customer-email, #business-email, #business-address, #owner-email,
                #business-description, #business-website{
    width: 250px;
}
#customer-name, #business-name #owner-name, #customer-street{
    width: 230px;
}
#business-regulator-id, #owner-regulator-id,
                        #customer-regulator-id{
    width: 115px;
}
#nick-name-input, #password-input, #customer-mobile,
                    #owner-phone, #business-phone, #advr-price{
    width: 100px;
}
#login-form{
    width: 250px;
}
#customer-city{
    width: 180px;
}
#customer-zip{
    width: 80px;
}
#customer-nick-name{
    width: 140px;
}
#customer-password, #customer-password-2{
    width: 120px;
}
#customer-floor, #customer-pob, #customer-apartment,
                                #customer-entrance, #customer-home-num{
    width: 50px;
}

#footer-msg{
    font-family: Assistant;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #4CAF50;
    margin: 10px 0 0px;
    pointer-events: none;
}
.flex-column-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}

.body-hdr{
    font-family: Assistant;
    font-size: 28px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #541800;
    margin: 0 0 10px;
    pointer-events: none;
}
.market-place-link {
    width: 110px;
    height: 30px;
    font-family: Assistant;
    font-size: 24px;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    border: solid 1px #9ACD32;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.market-place-action {
    width: 290px;
    height: 20px;
    cursor: pointer;
    font-family: Assistant;
    font-size: 24px;
    border-radius: 6px;
    padding: 10px 10px 20px;
    text-align: center;
    border: solid 1px #9ACD32;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
/*
    text-decoration: underline;
    color: #551A9A;
*/
}
.labelsInCheckBox {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    margin-right: 2px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #666666;
}
.townNamesInList {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    margin-right: 2px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #00739E;
}
.field-headers {
    height: 20px;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #666666;
    margin-right: 6px;
    text-align: right;
}
.center-text-line {
    height: 20px;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #666666;
    margin-right: 6px;
    text-align: center;
}

.copy-from-other {
    height: 20px;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #2E8B57;
    margin-right: 6px;
    text-align: right;
    cursor: pointer;
}

.input-element{
    height: 35px;
    font-family: Assistant;
    font-size: 16px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    outline: 0;
}

button {
    width: 100px;
    height: 35px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.03px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: 0;
    margin-top: 15px;
}

button:hover {
    background: #6495ED;
}

form{
    display: flex;
    flex-direction: column;
    margin:10px 20px 0;
    padding:12px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

select {
    height: 35px;
    width: 100px;
    color: #808080;
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    cursor: pointer;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #cccccc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 0 10px 5px;
    margin-bottom: 10px;
}

option {
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #808080;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}