.white {
    color: white;
}

.green {
    color: rgb(52, 211, 52);
}

.red {
    color: rgb(223, 4, 4);
}

.gray {
    color: rgb(128, 128, 128);
}

span.combo-textwrap {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.selectize-input {
    min-width: 100px;
}

.login-box-msg.danger {
    color: red;
}

.paginate-container {
    float: right;
}

.paginate-inner {
    float: right;
    margin-right: 10px; 
}

.search-row {
    margin-bottom: 10px;
}

.btn-search {
    margin-left: 0 !important;
}

.search-engine-group {
    position: relative;
    border-collapse: separate
}

.search-engine-group .fa-search {
    margin-right: 5px;
}

.separator-fields .control-label {
    font-weight: 550;
}

#birthdays-info {
    width: 220px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-top: 10px;
    resize: none;
}

.birthdays-copy {
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%,-50%);
}

.birthdays-icon {
    cursor: pointer;
}

.birthdays-section {
    position: relative;
}

.centered-col {
    width: 100%;
    margin: 0 auto;
}

.centered-header {
    display: table; 
    margin: 0 auto;
}

p.inner-only-text {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 25px;
}

textarea#summary {
    height: 130px;
}

.info-label {
    display: inline-grid; 
    width: 90px;
    height: 25px;
}

.label-grey {
    background-color: #9c9fa6;
}

.box.box-lessons {
    border-top-color: #3c8dbc;
}