html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


body {
    margin-bottom: 60px;
    /*background: #ebeef0;*/
    background: linear-gradient(0deg, #fff 96%, #f6f8fa 100%);
    color: #32353a;
    font-family: "Avenir Next Lt Pro","Avenir Next","Helvetica Neue",Helvetica,sans-serif;
    font-weight: 400;
}

footer {
    background-color: #2e353d;
    height: 40px;
    line-height: 40px !important;
    margin-top: -40px;
}

.eloBlue {
    color: #33A5F2;
}

ul {
    margin-bottom: 0;
}

/*-----------*/

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 24px;
}

    .panel .panel-heading, .panel > :first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



.bg-success, .bg-success a {
    color: #fff;
}

.bg-success {
    background-color: #91c957;
}

.widget-header-blue {
    padding: 15px 15px 15px 15px;
    min-height: 60px;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(180deg, #0069fe 0, #3ba6ef 56.77%, #97d5ff 100%); */
    /*background-color: #33A5F2;*/
    background: linear-gradient(to right, #3ba6ef 35%, #0069ff 100%);
}

.widget-header {
    padding: 15px 15px 15px 15px;
    min-height: 60px;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.panel .panel-footer, .panel > :last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.widget-body {
    padding: 70px 15px 15px;
    position: relative;
    /*background: linear-gradient(180deg, #4a4e59 0, #292a2c 55.21%);*/
    background-color: #f7f7f7;
    min-height: 300px;
}

    .widget-body hr {
        color: #33353A;
    }

.panel-body {
    padding: 25px 20px;
}

.pad-all {
    padding: 15px;
}

.widget-img {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: -40px;
    background-color: #ddd;
    font-size: 3.2rem;
}

    .widget-img i {
        color: #33353A;
        margin-top: .3rem;
    }

.img-md {
    width: 64px;
    height: 64px;
}

.widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.img-border-light {
    box-shadow: 0 0 0 4px #f7f7f7;
}

.img-border {
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}

.mar-no {
    margin: 0 !important;
    /*color: #fff;*/
    color:#33A5F2;
    min-height:60px;
}

span.txt-blue {
    display: block;
    color: #3ba6ef;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

.display-4 {
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.05;
}

/*.text-muted, a.text-muted:hover, a.text-muted:focus, a.text-muted:focus {
    color: #606060;
}*/

.mar-btm {
    margin-bottom: 15px;
    /*color: #ddd;*/
    color: #33353A;
}

.btn-primary {
    color: #fff;
    background-color: #33A5F2;
    border-color: #33A5F2;
}

.pad-ver {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.pad-btm {
    padding-bottom: 15px;
}

.pad-top {
    padding-top: 8px;
}

.small, small {
    font-size: 65%;
}

.text-lg {
    font-size: 75%;
}
