#background-content{
    background: #fff;
    height: 100%;
    padding:20px;
    box-shadow: 0px 0px 7px 1px #adadad50
}
.bar-button{
    margin-bottom:20px;
}
.dynamic_textarea{
    box-sizing: border-box;
    max-height: 134px; /* optional, but recommended */
    min-height: 38px;
    overflow-x: hidden;
}
.table thead td{
    text-align: center;
    vertical-align: middle !important;
}
.fix-btn{
    width: 24px;
    height: 24px;
    padding: 0px;
    font-size: 12px;
    margin-left: 2px;
}
.not-set{
    color:#aaaaaa;
}

#background-content{
    overflow: auto;
}

.hand-hover{
    cursor: grab;
}

*{
    font-family: 'Montserrat';
}

.input100 {
    font-size: 15px;
    color: black;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border-radius: 27px;
    padding: 0 35px 0 35px;
}

.line-divider{
    width: 100%;
    height: 1px;
    background-color: #acacac;
	margin: 10px 0;
}

.app-name {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: black;
}

.btn-polytron{
    color: #FFFFFF;
    background-color: #ac2126;
}

.btn-polytron:hover{
    color: #FFFFFF;
    background-color: #83171a;
}