html, body{
    background-color : #ebedee
}
.widget{
    margin:15px 14px 15px 14px;
    background-color:#ffffff;
    text-align:center;
    overflow-x:hidden;
}

.widget .top {
    background-color:#272d46;
    min-height:100px;
    padding-top: 16.5px;
}

.widget .top a{
    display:inline-block;
}
.widget .top a img{
    vertical-align:top;
    margin-left:20px;
    max-width:100%;
}
.widget .top a.apps{
    padding:2px;
    height:46px;
    width:44px;
    text-align:center;
}
.widget .top a.apps img{
    max-height:40px;
    width:auto;
    margin-left:0px;
}

.widget ul {
    margin:0 px;
    padding: 0px;
}

.widget ul li {
    color:#000000;
    list-style:none;
    margin:7px auto;
    padding: 0px;
}

.widget ul li a,.widget ul li a:hover, .widget ul li a:active ,.widget ul li a:visited{
    color:#000000;
    text-decoration:none;
}
.widget ul li div {
    display:inline-block;
    text-align:center;
    width:50%;
    vertical-align:middle;
    font-size:21px;
    font-size: 3vw;
}
div.valor{
    font-size:42px;
    font-size: 6vw;
    vertical-align: middle;
}
.widget ul li a div.valor{
    font-size:42px;
    font-size: 6vw;
    vertical-align:text-bottom;
    font-size: 7vw;
}
.widget ul li div img{
    display:block;
    margin: 0 auto;
    width:30%;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-weight: bold;
    text-align:center;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0;
}
.select-selected .valor , .select-items  .valor{
    display:inline-block;
    width: 70%;
    text-align:right;
}
.select-selected .moeda , .select-items  .moeda{
    display:inline-block;
    width: 25%;
    text-align:left;
}
.select-selected img, .select-items img{
    width:40%;
}
select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: #ebedee;
    margin:5px;
    margin-bottom:0px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    font-family: "FontAwesome";
    content: "\f107";
    padding-left: 10px;
    text-align: center;
    width:5%;
    display:inline-block;
}
.widget ul li a,.widget ul li a:hover, .widget ul li a:active ,.widget ul li a:visited{
    color:#000000;
    text-decoration:none;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    font-family: "FontAwesome";
    content: "\f106";
    width:5%;
    display:inline-block;
}

.select-items {
    padding: 0;
    margin: 0px 5px;
}
/*style the items (options), including the selected item:*/
.select-items > div,.select-selected {
    color: #000;
    padding: 12px;
    cursor: pointer;
}
.select-items > div{
    text-align:left;
}
/*style items (options):*/

.select-items > div {
    background: #ebedee;
}
.select-items .same-as-selected {
	display:none;
}

.select-items > div:hover {
    background:#ccc ;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.widget .graph svg {
    max-width: 100%;
}
