#error_mss{
    display: none;
    color: red;
}

.delete{

    font-size: 20px;
    margin-top: 8px;
    color: #ef2020;
    cursor: pointer;
}

#add_images .fa.fa-plus-square{
    color: #2f9bdb !important;
    cursor: pointer;
}

.widget-thumb-body-stat{
    font-size:18px !important;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
    padding-right: 15px;
    padding-left: 15px;
}

h4 {
    margin-top: 25px;
}

.row {
    margin-bottom: 20px;
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

.portlet {
    height: 100%;
}

.portlet.yellow-crusta, .portlet.blue-hoki {
    background: none !important;
}


/* input{
    text-transform: capitalize;
} */
.spacing{
    margin:5px;
}

a:hover{
    text-decoration:none;
}
