body {
    background-color: transparent !important;
}

#submiter {
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.spacebetween {
    border: 1px solid #fff;
    padding: 0px;
    /*margin-left: 3px;*/
}
.disabledbtn {
    background: #dddddd !important;
    cursor: no-drop !important;
}

.first {
    padding: 0px;
    /*margin-left: 3px;*/
    border: 1px solid #fff;
}
.second {
    border: 1px solid #fff;
    min-height: 35px;
/*    border-color: #EBEBEB;*/
    background-color: #EBEBEB;
    line-height: 32px;
    text-align: center;
    color: #000000;
    font-family: lato, sans-serif;
    font-weight: 400; 
    margin-bottom: 2px;
    /*margin-left: 3px;*/
}
.theerd {
    border-right-width: 2px;
}


.button {
    /*width: 226px;*/
    min-height: 35px;
    border-color: #701C45;
    background-color: #701C45;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    font-family: lato, sans-serif;
    font-weight: 400; 
    /*margin-left: 3px;*/
    margin-top: 38px;
    display: inline-block;
}
 
.container {
    padding: 0;
    /*margin: 0;
    margin-left: 6px;*/
}
.row{
    margin-right: 0;
    margin-left: 0;
}

/* user menu settings */
#dropdown { 
    display: block;

    margin: 0 auto;
}
#dropdown:hover { color: #898989; }

#dropdown.open {

    color: #000; 
}

#dropdown ul { 
    z-index: 1000;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    min-height: 35px;
    border-color: #EBEBEB;
    background-color: #EBEBEB;
    margin-left: -15px;
    list-style-type: none;
    padding: 0px;
}
#dropdown ul li {  
    text-align: center; 
    list-style-type: none;
}

#dropdown ul li a { 
    text-decoration: none;
    display: block;
    color: #000;
    padding: 7px 15px;
    list-style-type: none;

}
#dropdown ul li a:hover {
    color: #000;
    background-color: #EBEBEB;
    list-style-type: none;
}
@media screen and (max-width: 480px) {
    .fields_full_width {
        width: 100% !important;
    }
}

.spacebetween.suma {
    color: #DEAE74;
    min-height: 34px;
    border:1px solid #D6D0CD;
    line-height: 34px;
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 700;
}