//icon in textbox
.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.ta-editor {
    min-height: 220px;
    height: fix;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin: 20px 0;
}


/*no table border*/

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
    border: none;
}

.thumb {
    width: 400px;
    height: auto;
    float: none;
    position: relative;
    top: 7px;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}