﻿
.widget {
    border-radius: 15px;
    background-color: #2a2b2f;
    color: #9d8a61;
    padding: 14px;
    font-family: 'Myriad Pro', PTSans;
}

    .widget.focus {
        background-color: #9d8a61;
        color: white;
    }

    .widget .widget-header {
        font-size: 16px;
        font-weight: bold;
        display: block;
        color: #9d8a61 !important;
        margin-bottom: 5px;
        font-family: OrkneyMedium;
    }

    .widget.focus .widget-header {
        color: white !important;
    }

    .widget .widget-label {
        font-size: 38px;
        display: block;
        color: white;
    }

    .widget span {
        color: white;
    }

    .widget.mini {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .widget label, .widget .form-group {
        color: white !important;
        font-size: 13px;
    }

    /*.widget .col-sm-5
    {
        padding:0px;
    }*/

    .widget .input-group-text {
        background: #9d8a61;
        border: none !important;
    }

    .widget .input-group-text {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .widget .form-group .RadDropDownList_Bootstrap {
        position: relative;
        top: -7px;
    }

    .widget .form-group .togglebutton {
        position: relative;
        top: -6px;
    }

    .widget .row .btn.col-md-6 {

    }


.fas.fa-spinner-third {
    color: #9d8a61;
}