.msgbox {
    max-width: 250px;
    overflow: visible;
    word-wrap: break-word;
    white-space: normal;
    background: #EDFFE0;
    line-height: 25px;
    border: 1px #8FC469 solid;
    color: #333;
    visibility: hidden;
    z-index: 65535;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 30px 2px rgba(0,0,0,.3);
    border-radius: 6px;
    font-size: 16px;
    padding: 5px 20px;
}

.msgbox.warning {
    border-color: #FF9966;
    background: #FFFFCC;
}

.msgbox.exception {
    border-color: #FF0000;
    background: #FFCCCC;
}

.msgbox a {
    text-decoration: underline;
    color: #EB7D00;
    font-weight: normal;
}

.msgbox.default,
.msgbox.warning,
.msgbox.exception {
    visibility: visible !important;
    display: block !important;
}

table.dataTable thead > tr > th {
    padding-right: 8px;
}

.form-control.input-item, .form-inline .input-group > .input-item {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    width: auto;
}

.form-control.input-hidden, .form-inline .input-group > .input-hidden {
    width: 0;
    padding: 0;
    border: 0;
}

.img-list {
    min-height: 270px;
}

.img-list .img-item-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border: solid 1px transparent;
    position: relative;
}

.img-list .img-item-wrapper img {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

.img-list .img-item-wrapper .item-checked {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.img-list .img-item-wrapper.item-selected {
    border-color: #357ca5;
}

.img-list .img-item-wrapper:hover {
    border-color: #3c8dbc;
}

.img-list .img-item-wrapper.item-selected .item-checked {
    display: block;
}

.hide {
    display: none;
}

.hide {
    display: none !important;
}