* {
     box-sizing: border-box;
}

body {
    margin-top: 70px;
    background: #b8d133;
}

body.dev-body {
    background: #d8675a;
}

.logo {
    float: left;
    margin-top: -17px;
    width: 55px;
    height: auto;
}

#login-form {
    margin-top: 13%;
}

.center{
    text-align: center;
}

.required:after {
    margin-left: 0.5em;
    content: '*';
    color: red;
}

.select2-hidden-accessible {
    display:none;
}


ul.thumbnails.image_picker_selector li {
    float:none;
    display: inline-block;
    width: 23.485%;
}

.image_picker_selector .thumbnail img {
    max-height: 180px;
}

.smile{
    color: #27ae60;
}

.meh{
 color: #f39c12;
}

.frown{
 color: #c0392b;
}

.tr-linkable:hover {
    cursor: pointer;
    background-color: #555;
}

.modal-form{
    min-height:550px;
}