.doughnut-header-container {
    width: 30px;
    height: 30px;
}
/*
.interactive-panel:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
*/

.themed-panel-footer {
    padding: 10px 15px;
    background-color: transparent;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.themed-panel-heading {
    height: 50px;
    color: #333;
    background-color: transparent;
    border-color: transparent;

    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*
.flat-panel {
    border-radius: 3;

    -webkit-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.2);
}
*/

.clear-margins {
    padding: 0!important;
}

.category-title-box {
    margin-left: 10px;
}

.score-indicator {
    overflow: hidden;
    height: 50px;
    width: 10px
}

.big-score {
    font-size:  30px;
    margin-left: 10px;
    padding-top: 5px;
}

/*
.themed-doughnut {
    width: 25px;
    height: 25px;
}


.themed-big-score {
    font-size: 2vw;
    margin-left: 10px;
}

.category-title-box {
    position: absolute;
    top: 100%;
    left: 25%;
    height: 50px;
    width: 75%;
    margin: -15% 0 0 -5%;
}

.category-title-box-b {
    position: absolute;
    top: 10%;
    left: 25%;
    width: 80%;
}

.panel-title {
    margin-top: 5px;
}

.panel-title-b {
    position: absolute;
    top: 100%;
    left: 25%;
}



#doughnut {
    position: relative;
    left: -10px;
    top: 10px;
  }

#doughnut.single-chart {
    position: relative;
    right: 0;
    left: -40%;
    text-align: left;
    margin: 5px 0px 25px;
    width: auto !important;
    height: auto !important;
  }

  .trend-indicator {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #007bff transparent transparent;
  }
  */

 .bghome {
    background-image: url('../imgs/bg-home.jpg');
     background-repeat: no-repeat;
     background-size: cover;

 }

.panel-registration {
    padding: 20px;
    margin-top: 10%;
    margin-bottom: 10%;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #02bce8 !important;
    border-color: #039ec3 !important;
    color: white;
}

.navbar-inverse {
    background-color: #343a40;
    border-color: #343a40;
}

.navbar-brand {
    /*padding: 0 15px;*/
    /*height: 59px;*/
    /*line-height: 59px;*/
}

/*.navbar {
    min-height: 59px;
}*/

.text-default {
    color: black;
}

.text-primary {
    color: #2e3192;
}


.ad-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
}

.ad-content {
    position: relative;
    left: -4px;
    top: -4px;
    width: 105%;

}


