*{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fright{float: right;}
.fleft{float: left;}
.clear{clear: both;}
.tcenter, .text-center{text-align: center;}
.tright, .text-right{text-align: right; !important;}
.require, .red { color: #f00; }


.fright{
    float: right;
}

.dashboard{
    color: #16BFDE;
}

.admin-service {
    color: #59a3ff;
}

.admin-users
{
    color: #6b9311;
}

.admin-orders{
    color: darkred;
}

.admin-slider{
    color: #da7908;
}

.admin-pages{
    color: #808080;
}

.purple{
    color: #9016DE;
}

.yellow{
    color: #DED716;
}

.blue{
    color: #1640DE;
}

.admin-welcome-page{
    color: #B5E61D;
}

.admin-settings{
    color: #ED1C24;
}

.locale-flag-container a {
    text-decoration: none;
    color: white;
}

.locale-flag-container a:hover {
    color: white;
}

td .locale-flag {
    max-height: 48px;
    display: block;
    margin: 0;
    transition: transform .3s; /* Animation */
}

.locale-flag {
    max-height: 48px;
    display: block;
    margin: 5px auto;
    transition: transform .3s; /* Animation */
}

.locale-flag:hover {
    transform: scale(1.2);
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}