.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.thirdpartyblock {
}

.thirdpartylabel {
    width: 15%;
    text-align: right;
    min-width: 200px;
    float: left;
    margin-right: 5px;
}

.partyblockleft {
    width: 37.5%;
    display: inline-block;
    vertical-align: top;
}

.partyblockright {
    display: inline-block;
    width: 45%;
}

.thirddrop {
    display: inline-block;
    width: 42%;
}

    .thirddrop select {
        width: 100%;
    }

.thirdpartyrow {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

.selectblock {
    width: 60%;
    border: 1px solid;
    margin-left: 15%;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}

.databaselabel {
    display: inline-block;
    width: 15%;
    text-align: right;
}

.databasedata {
    display: inline-block;
}

.databaseshift {
    margin-left: 118px;
}

.databaserow {
    margin-bottom: 6px;
}

.thirdpartyhalfblock {
    width: 60%;
    margin-left: 15%;
    border-radius: 4px;
}

.eventcheckrow {
    display: inline-block;
}

.radiobox {
    display: none;
}

.checkheader {
    display: inline-block;
    float: right;
}

button.addfield {
    display: inline-block;
}

.filenamerow {
    width: 100%;
}

.generatefilenamerow {
    width: 100%;
}

.ftprow {
    width: 100%;
    margin-bottom: 5px;
}

.ftplabel {
    width: 26%;
    display: inline-block;
    text-align: right;
}

.ftpdata {
    width: 70%;
    display: inline-block;
}

    .ftpdata span {
        margin-left: 6px;
    }

.attachencryptfile {
    display: none;
}

.fieldheader {
    background-color: whitesmoke;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-shadow: 0 1px white;
    color: gray;
    font-size: 16px;
}

.addfieldselectblock {
    border-radius: 5px;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 360px;
}

.selectfieddata {
    padding: 10px 15px;
    box-sizing: border-box;
}

.selectfieddatarow {
    width: 100%;
    margin-bottom: 5px;
}

.selectbtn {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

    .selectbtn input {
        text-transform: capitalize;
    }

.addfieldselectblock {
    display: none;
}

.radiobox {
    margin: 10px 0;
}

.attachencryptfile {
    margin-left: 20px;
    margin-bottom: 5px;
}

.filenamerow {
    width: 100%;
    margin-bottom: 5px;
}

.prefixsuffixrow {
    margin-bottom: 5px;
    margin-left: 15px;
}

.prefixsuffix {
    margin-top: 5px;
}

.databasedata input {
    margin: 0;
}

.encryptblock {
    margin-bottom: 5px;
}

.partyblockleft .thirdpartylabel {
    width: 40%;
}

.thirddrop input {
    width: 100%;
}
.partyblockright .thirdpartylabel {
    min-width: 28px;
    text-align: left;
    width: 10%;
}
