#template_items {
    padding-bottom: 100px !important;
    width: 100%;
}

#template_items, #content_block_types {
    list-style: none;
    padding: 0;
}

#template_items > li ,#content_block_types > li {
    background: #FFFFFF;
    margin: 0 0 8px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 8px;
    cursor: move;
    width: 100%;
    min-height: 60px;
}

#content_block_types .svg-inline--fa, #content_block_types .content, #template_items .content, #template_items small {
    display: none;
}

#template_items .content {
    padding-left: 0;
}

#template_items > li > .svg-inline--fa {
    cursor: pointer;
    font-size: 20px;
    float: right;
    margin-left: 10px;
}

#template_items .edit {
    color: #9A9A9A;
}

#template_items .delete {
    color: red;
}


#template_items .type_icon {
    display: none !important;
}

#template_items small {
    display: block;
}

#template_items small > span {
    display: block;
    min-width: 300px;
    float: left;
}

#styleOptionTable th, #configurationOptionTable th, #dataOptionTable th {
    padding-left: 8px;
}

#styleOptionTable td, #configurationOptionTable td, #dataOptionTable td {
    padding: 0 12px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

#styleOptionTable button, #configurationOptionTable button, #dataOptionTable button {
    float: right;
    padding: 0 10px;
    margin: 7px;
    background: #EE2D20;
    color: #FFF;
}

#styleOptionTable input, #configurationOptionTable input, #dataOptionTable input {
    width: auto;
    height: auto;
    float: left;
    border: none;
    padding: 8px 12px 11px 0;
}

#appWizard {
    display: none;
}

#credentialsBlock #createNewApp {
    position: absolute;
    bottom: -85px;
    left: 0;
    text-align: center;
    width: 100%;
}

#create_module a {
    background: #00AEEF;
    color: #FFF;
}