/***********************************************************************************************************************************/
/* MODULES *************************************************************************************************************************/
/***********************************************************************************************************************************/

/* Module style 0 *************************************************************************************************************************/
.ui-module-style-0{
    background: #e1dbc5;
    border-radius: 5px;
}

/* Module style 1 *************************************************************************************************************************/
.ui-module-style-1{
    background-color: rgba(74, 84, 58, 0.4);
    border-radius: 50px;
    color: #fff;
    min-height: 3em;
}
.ui-module-style-1 p{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin: 0.3em 0;
    padding: 0.6em 0;
}
.ui-module-style-1 p span{
    font-size: 0.87rem;
    font-weight: normal;
    display: block;
}

/* Module style 2 *************************************************************************************************************************/
.ui-module-style-2{
    background: #fff;
    border-radius: 5px;
}


/* Module style 3 *************************************************************************************************************************/
.ui-module-style-3{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    color: #fff;
    margin:  0 5px 7px;
    padding: 4px 0;
    position: relative;
}
.ui-module-style-3 p{
    font-size: 0.85rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0; 
    margin-bottom: 0; 
}
.ui-module-style-3 p span{
    font-size: 0.7rem;
    font-weight: normal;
    display: block;
}
.ui-module-style-3 h3{
    font-weight: normal;
    display: table;
}
.ui-module-style-3 h3 > span{
    display: table-cell;
}
.ui-module-style-3 h3, .ui-module-style-3 h3 > span{
    overflow: hidden;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 81%;
}
.ui-module-style-gauge-h{
    padding: 0;
}

/* Module style 4 *************************************************************************************************************************/

.ui-module-style-4{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    color: #7f7f7f;
    margin:  5px 5px 7px;
    padding: 6px 0;
    position: relative;
    border: 1px solid #d0d0d0;
}
.ui-module-style-4 p{
    font-size: 0.85rem;
    font-weight: bold;
    text-align: center;
    margin: 0; 
    white-space: normal !important;
}

/* Module style 5 *************************************************************************************************************************/


.ui-module-style-5{
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 0.3125em;
    margin: 0 0 0 1%;
    padding: 0 4% 0 0;
    position: relative;
}
.ui-module-style-5-btn.ui-module-style-5-btn.ui-module-style-5-btn.ui-module-style-5-btn {
    margin-top: -15px;
    position: absolute;
    right: -13px;
    top: 50%;
}
.ui-module-style-5 img{
    padding: 4px 0 0;
}
.ui-module-style-5-txt{
    margin: 13px 0 0;
    font-size: 11px;
    display: inline-block;
}
