.parent-tabs{
    margin-top: -14px !important;
    width: 104% !important;
    margin-left: -15px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
        background-color: #205374 !important;
        border: 1px solid #205374 !important;
}

.btn-default-inverse {
    color: #fff !important;
    /*background-color: #205374;*/
    background-color: #00AFBC !important;
    border-color: #00AFBC !important;
    width: 100%;
}

.btn-default-inverse:hover {
    color: #00AFBC !important;
    /*background-color: #205374;*/
    background-color: #fff !important;
    border-color: #00AFBC !important;
    width: 100%;
}



/**
tab events - checkbox
*/

 /* Customize the label (the container) */
.container-ev {
  display: block;
  position: relative;
  top:5px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11pt;
  font-weight:normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-ev input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.stats-radio-btn-fieldset label{
    display: inline-block;
    margin-bottom: 20px;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #205374;*/
}
/* Create a custom checkbox */
.checkmark-ev {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-ev:hover input ~ .checkmark-ev {
  background-color: #00AFBC;
}

/* When the checkbox is checked, add a blue background */
.container-ev input:checked ~ .checkmark-ev {
  background-color: #00AFBC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-ev:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-ev input:checked ~ .checkmark-ev:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-ev .checkmark-ev:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
  /*
  End tab events - checkbox
  */

  /*
  *tab stats
  */
  .title-tab-stats{
    width: 100%;
    background:white;
    z-index: 1001;
    position: relative;
    text-align: center;
    display: none;
    padding: 15px 0px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #00AFBC, #205374 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .title-tab-stats-span{
    text-align: center;background:white;font-size: 22pt;font-weight: bold;color:#205374;z-index: 1001;position:relative;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #00AFBC, #205374 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
  }
  
  .stats-result-li{
      margin-bottom: 5px;
  }
  
  
  .ui-datepicker-trigger .mCS_img_loaded{
      margin-left: 5px !important;
  }
  
  
  .title-tab-stats-chart{
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
    color:#205374;
    z-index: 1001;
    position:relative;
  }
  
  
  .title-tab-stats{
    width: 100%;
    background:white;
    z-index: 1001;
    position: relative;
    text-align: center;
    display: none;
    padding: 15px 0px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #00AFBC, #205374 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .title-tab-stats-span{
    text-align: center;background:white;font-size: 22pt;font-weight: bold;color:#205374;z-index: 1001;position:relative;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #00AFBC, #205374 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
  }
  
  .stats-result-li{
      margin-bottom: 5px;
  }
  
  
  .ui-datepicker-trigger .mCS_img_loaded{
      margin-left: 5px !important;
  }
  
  
  .title-tab-stats-chart{
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
    color:#205374;
    z-index: 1001;
    position:relative;
  }
  
  /*
  *Tab tweets
  */
  
  
  
  
  .title-tab-tweets{
    width: 100%;
    background:white;
    z-index: 1001;
    position: relative;
    text-align: center;
    display: none;
    padding: 15px 0px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #00AFBC, #205374 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .title-tab-tweets-span{
    text-align: center;background:white;font-size: 22pt;font-weight: bold;color:#205374;z-index: 1001;position:relative;
    text-transform: uppercase;
    background: -webkit-linear-gradient(0deg, #00AFBC, #205374 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
  }
  
  .tweets-result-li{
      margin-bottom: 5px;
  }
  
  
  .ui-datepicker-trigger .mCS_img_loaded{
      margin-left: 5px !important;
  }
  
  
  .title-tab-tweets-chart{
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
    color:#205374;
    z-index: 1001;
    position:relative;
  }
  
  .tweets-radio-btn-fieldset label{
    display: inline-block;
    margin-bottom: 20px;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #205374;*/
}