

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

input[type=text]::-ms-clear {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    resize: none;
}

html, body {
	height: 100%;
}

th.center, td.center, div.center, p.center {
	text-align: center;
}

span.gi {
    color: #aaa;
}

.multiselect-container {
    padding-top: 2px;
    padding-bottom: 3px;
}

.multiselect-container label.checkbox {
    padding-top: 1px;
    padding-bottom: 1px;
}

label i {
    margin-left: 8px;
    color: #aaa;
}


.modal-body .invalid-msg {
    color: red;
    padding-bottom: 10px;
}