/*
 *  Document   : themes.css
 *  Author     : pixelcave
 *  Description: The themes stylesheet of the template. The classes can be used to
 *  alter the color, the background color or the border color of an element individually
 *
*/

/*
=================================================================
#f39c12 - THEME DEFAULT
=================================================================
*/

.themed-color-default {
    color: #f39c12 !important;
}

.themed-background-default {
    background-color: #f39c12 !important;
}

.themed-border-default {
    border-color: #f39c12 !important;
}

/*
=================================================================
#4da2db -THEME RIVER
=================================================================
*/

.themed-color-river {
    color: #4da2db !important;
}

.themed-background-river {
    background-color: #4da2db !important;
}

.themed-border-river {
    border-color: #4da2db !important;
}

/*
=================================================================
#b96ad9, #9b59b6 -THEME AMETHYST
=================================================================
*/

.themed-color-amethyst {
    color: #b96ad9 !important;
}

.themed-background-amethyst {
    background-color: #9b59b6 !important;
}

.themed-border-amethyst {
    border-color: #9b59b6 !important;
}

/*
=================================================================
#e74c3c -THEME DRAGON
=================================================================
*/

.themed-color-dragon {
    color: #e74c3c !important;
}

.themed-background-dragon {
    background-color: #e74c3c !important;
}

.themed-border-dragon {
    border-color: #e74c3c !important;
}

/*
=================================================================
#34c26f, #39d179 -THEME EMERALD
=================================================================
*/

.themed-color-emerald {
    color: #34c26f !important;
}

.themed-background-emerald {
    background-color: #39d179 !important;
}

.themed-border-emerald {
    border-color: #39d179 !important;
}

/*
=================================================================
#93c22f, #a6db34 -THEME GRASS
=================================================================
*/

.themed-color-grass {
    color: #93c22f !important;
}

.themed-background-grass {
    background-color: #a6db34 !important;
}

.themed-border-grass {
    border-color: #a6db34 !important;
}

#notification_count {
    /*background-color: red;*/
    /*    padding-left: 5px;
        padding-right: 5px;*/
    color: red;
    /*border-radius: 14px;*/
    margin-top: 7px;
    margin-right: 14px;
    text-align: center;
    width: 30px;
    height: 27px;
    font-size: 15px;
    border :none;
    box-shadow :none;
}
.control-label-admin {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left !important;
    padding-bottom: 10px;
    width: 300px;
    background-color: #eee;
    height: 39px;
    padding: 10px;

}

.control-label-admin-event{
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left !important;
    padding-bottom: 10px;
    width: 300px;
    background-color: #eee;
    min-height: 39px;
    padding: 10px;
}
.report-admin{
    padding-top: 7px;
    word-wrap: break-word;
    background-color: #FFF;
    margin-left: 10px;
    width: 384px;

    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left !important;
    padding-bottom: 10px;

    min-height: 39px;
    padding: 10px;
}
.control-label-admin-report {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left !important;
    padding-bottom: 10px;
    width: 300px;
    background-color: #eee;
    min-height: 39px;
    padding: 10px;
}