input.form-control {
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
}

.c-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.c-right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.c-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.file-tag {
    cursor: pointer;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.53846154;
    background-color: rgb(22, 177, 255, 0.16);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: tb-icons !important;
    text-align: center;
}

.tag {
    cursor: pointer;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    padding: 5px 10px;
    /*vertical-align: middle;*/
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.53846154;
    background-color: rgb(22, 177, 255, 0.16);
    border-radius: 16px;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
}

.file-tag.active::before {
    content: "\EB4A";
    font-size: 24pt;
    color: #fff;
}

.tagfontcolor1 {
    background-color: rgb(22, 177, 255);
}

.tagfontcolor2 {
    background-color: rgb(86, 202, 0);
}

.tagfontcolor3 {
    background-color: rgb(255, 180, 0);
}

.tagfontcolor4 {
    background-color: rgb(255, 76, 81);
}

.tagfontcolor5 {
    background-color: rgb(91, 226, 238);

}

.tagfontcolor6 {
    background-color: rgb(61, 209, 174);

}

.tagfontcolor7 {
    background-color: rgb(169, 224, 114);

}

.tagfontcolor8 {
    background-color: rgb(132, 225, 126);

}

.tagfontcolor9 {
    background-color: rgb(115, 216, 151);

}

.tagfontcolor10 {
    background-color: rgb(255, 159, 115);

}

.tagfontcolor11 {
    background-color: rgb(210, 135, 248);

}

.tagfontcolor12 {
    background-color: rgb(134, 138, 246);

}

.tagfontcolor13 {
    background-color: rgb(250, 136, 136);

}

.tagfontcolor14 {
    background-color: rgb(120, 144, 156);

}

.tagfontcolor15 {
    background-color: rgb(38, 166, 154);

}

.tagfontcolor16 {
    background-color: rgb(141, 110, 99);

}

.tagfontcolor17 {
    background-color: rgb(189, 189, 189);

}

.tagfontcolor18 {
    background-color: rgb(236, 64, 122);

}

.tag1 {
    background-color: rgb(22, 177, 255, 0.16);
	color: rgb(22, 177, 255)
}

.tag2 {
    background-color: rgb(86, 202, 0, 0.16);
	color: rgb(86, 202, 0)
}

.tag3 {
    background-color: rgb(255, 180, 0, 0.16);
	color: rgb(255, 180, 0)
}

.tag4 {
    background-color: rgb(255, 76, 81, 0.16);
	color: rgb(255, 76, 81)
}

.tag5 {
    background-color: rgb(91, 226, 238, 0.16);
	color: rgb(91, 226, 238)
}

.tag6 {
    background-color: rgb(61, 209, 174, 0.16);
	color: rgb(61, 209, 174)
}

.tag7 {
    background-color: rgb(169, 224, 114, 0.16);
	color: rgb(169, 224, 114)
}

.tag8 {
    background-color: rgb(132, 225, 126, 0.16);
	color: rgb(132, 225, 126)
}

.tag9 {
    background-color: rgb(115, 216, 151, 0.16);
	color: rgb(115, 216, 151)
}

.tag10 {
    background-color: rgb(255, 159, 115, 0.16);
	color: rgb(255, 159, 115)
}

.tag11 {
    background-color: rgb(210, 135, 248, 0.16);
	color: rgb(210, 135, 248)
}

.tag12 {
    background-color: rgb(134, 138, 246, 0.16);
	color: rgb(134, 138, 246)
}

.tag13 {
    background-color: rgb(250, 136, 136, 0.16);
	color: rgb(250, 136, 136)
}

.tag14 {
    background-color: rgb(120, 144, 156, 0.16);
	color: rgb(120, 144, 156)
}

.tag15 {
    background-color: rgb(38, 166, 154, 0.16);
	color: rgb(38, 166, 154)
}

.tag16 {
    background-color: rgb(141, 110, 99, 0.16);
	color:  rgb(141, 110, 99)
}

.tag17 {
    background-color: rgb(189, 189, 189, 0.16);
	color: rgb(189, 189, 189)
}

.tag18 {
    background-color: rgb(236, 64, 122, 0.16);
	color: rgb(236, 64, 122)
}

.btn {
    padding: 10px 15px;
    border-radius: 3px;
}

.btn-cancel {
    background-color: #fff !important;
    border: 1px solid #3da8f5 !important;
    color: #3DA8F5 !important;
}

#tag-search {
    border: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    width: 400px;
    border-radius: 5px !important;
}