.normalTextArea{
    padding: 10px;
    border: solid 1px #ccc;
    width: 100%;
}
.btnFilePlus{
    padding: 5px 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.notFoundHolder{
    text-align: center;
    color: #666;
    padding: 15px 5px;
}
.btnDelete{
    float: left;
    color: #f00;
    cursor: pointer !important;
    border: solid 1px #f00;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: -12px;
    margin-left: 0px;
    background: #fff;
    z-index: 5;
}
.support_dialogs{
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: solid 1px;
}
.messItemRow{
    padding: 10px;
    margin: 5px;
    background: #efefef;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.alignLeft{
    text-align: left;
}
a i{
    vertical-align: middle;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.overFlowHidden{
    overflow: hidden
}
.normalInput{
    border: 1px solid #ced4da;
    border-radius: 5px ;
    padding: 6px;
}
.normalInputFullWith{
    width: 100%;
}
.normalTextAreaFullWith{
    width: 100%;
    border: solid 1px #ced4da;
}
.overFlow_x{
    overflow-x: auto;
}

.float_right{
    float: right;
}
.float_left{
    float: left;
}
.over_flow_hidden{
    overflow: hidden;
}
.normalSelect{
    width: 100%;
    padding: 6px;
    border: solid 1px #ccc;
}
.normalTextArea{
    padding: 6px;
    width: 100%;
}
.normalLink{
    cursor: pointer;
    color: #00f;
}
.smallThumbPros{
    width: 40px;
    border-radius: 5px;
}
.select2-selection__choice{
    color: #000 !important;
}
.settingInput{
    width: 100%;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}
.btnMenuRight{
    float: right;
}
