/*body, html {*/
/*background-color: #F1F1F1 !important;*/
/*}*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');/*FREE*/
#wpadminbar #wp-admin-bar-gawd > .ab-item:before {
  content: "\f185";
  top: 2px;
  width: 20px;
  height: 20px;
}

#wpadminbar #wp-admin-bar-gawd,
#wpadminbar #wp-admin-bar-gawd *{
  cursor: pointer;
}

#gawd_body {
  margin: 10px 0;
  background-color: #F1F1F1 !important;
}

#gawd_body a {
  text-decoration: none;
}

.gawd_auth_wrap {
  width: 27%;
  padding: 35px;
  background-color: #fff;
  margin: 15px;
}

.gawd_auth_wrap #gawd_auth_url, .gawd_auth_wrap #gawd_auth_code {
  width: initial
}

.no_account_content {
  width: 33%;
  padding: 35px;
  background-color: #fff;
  margin: 15px;
}

#gawd_page_title {
  margin: 0 0 20px;
  color: #6da2c3
}

.filter_conteiner * {
  box-sizing: content-box !important;
}

#first_metric {
  margin-bottom: 4px
}

#metric_compare img {
  background-image: URL("../../assets/closedot.png");
  width: 14px;
  height: 14px;
  float: right;
  margin: 16px 0 0 0;
  display: none;
  cursor: pointer
}

.hndle {
  cursor: default !important
}

.opacity_div_compact,.gawd_opacity_div_compact {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

#opacity_div {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

.loading_div_compact,.gawd_loading_div_compact {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#chartdiv {
  width: 98%;
  min-height: 500px;
  background-color: white;
}

#chartdiv_compare {
  display: none
}

.chart_point_hover_metric::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  /*vertical-align: middle;*/
  background-color: rgb(103, 183, 220);
  margin-right: 2px
}

.chart_point_hover_metric_compare::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  /*vertical-align: middle;*/
  background-color: rgb(253, 212, 0);
  margin-right: 2px
}

.gawd_normal_metabox_conteiner {
  width: 63%;
  float: right;
}

.gawd_normal_metabox_conteiner::after {
  content: "";
  clear: both
}

.gawd_side_metabox_conteiner {
  width: 35%
}

.gawd_menu_ul {
  margin: 0
}

#gawd_date_meta, #gawd_visitors_meta, #gawd_country_meta, #gawd_browser_meta {
  width: 100%;
  height: 400px;
  text-align: center !important
}

#chart {
  width: 100%;
  height: 300px;
  padding-top: 10px
}

/*real time*/
.gawd_realtime_conteiner {
  font-size: 100px;
  line-height: 1em;
  text-align: center;
  margin-top: 10px;
  color: #7CB5D7
}

.realtime_colors em {
  display: inline-block;
  height: .8em;
  width: .8em;
}

.realtime_bar div {
  height: 20px;
  text-align: center;
  color: white;
  display: inline-block;
}

.gawd_menu_coteiner {
  width: 20%;
  float: left;
  background-color: #F1F1F1;
  margin-right: 15px;
  color: #949494
}

.gawd_settings_menu_coteiner {
  width: 16%;
}

#gawd_right_conteiner {
  width: 73%;
  float: left;
  padding: 20px 15px;
  background-color: #fff
}

.gawd_menu_li, .gawd_menu_li_tracking {
  padding: 7px 0 7px 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

.gawd_menu_item {
  text-decoration: none;
  color: #949494;
  width: 75%;
  display: inline-block
}

.gawd_active_li {
  background-color: rgba(6, 5, 6, 0.06);;
}

.gawd_menu_ul_li {
  padding: 5px 0 7px 7px;
  margin: 0 0 0 31px;
  width: 68%;
}

.gawd_list {
  list-style: none;
  margin: 0;
}

.gawd_list::after {
  clear: both;
  content: "";
  display: table;
}

.clear {
  clear: both
}

.gawd_list_item {
  display: block;
  padding: 8px 0;
  float: left;
  width: 24%;
  text-align: center;
  margin: 0;
  cursor: pointer
}

.gawd_filter_item {
  text-decoration: none;
  color: #fff
}

.gawd_filter_item:hover {
  text-decoration: none;
  color: #fff
}

#gawd_hour {
  background-color: #FB8583;
  border: 0.5px solid #FB8583
}

#gawd_day a {
  color: #7DB5D8
}

#gawd_day {
  background-color: #fff;
  border: 0.5px solid #7DB5D8;
}

#gawd_week {
  background-color: #F0B358;
  border: 0.5px solid #F0B358
}

#gawd_month {
  background-color: #9DCFAC;
  border: 0.5px solid #9DCFAC
}

#gawd_hour:hover {
  background-color: #fff !important;
}

#gawd_hour:hover a {
  color: #FB8583 !important
}

#gawd_hour:active a {
  color: #FB8583 !important
}

#gawd_day:hover {
  background-color: #fff !important;
}

#gawd_day:hover a {
  color: #7DB5D8 !important
}

#gawd_week:hover {
  background-color: #fff !important;
}

#gawd_week:hover a {
  color: #F0B358 !important
}

#gawd_month:hover {
  background-color: #fff !important;
}

#gawd_month:hover a {
  color: #9DCFAC !important
}

.gawd_country_select {
  color: rgb(103, 183, 220);
  cursor: pointer;
}

.gawd_country_select:hover {
  text-decoration: underline
}

#gawd_mobile_ul, #gawd_geo_ul, #gawd_behavior_ul, #gawd_technology_ul, #gawd_events_ul, #gawd_demographics_ul, #gawd_interests_ul, #country_filter_reset, #gawd_email_week_day, #gawd_email_month_day, #siteSpeed_ul, #gawd_siteContent_ul {
  display: none;
}

.gawd_email_popup_overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

.gawd_email_popup {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  width: 42%;
  height: 65%;
  z-index: 99999;
  padding: 20px;
  overflow: auto
}

.email_message_cont {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
}

#country_filter_reset {
  cursor: pointer;
  float: left;
  padding: 0 15px 1px
}

#gawd_social_ul, #gawd_ecommerce_ul, #gawd_customReport_ul {
  display: none
}

.float_conteiner {
  float: left;
  width: 30%
}

#metric_conteiner select {
  width: 89%;
}

#gawd_start_date, #gawd_end_date {
  background-color: #E7E7E7;
  width: 41%;
  padding: 0;
}

#date_compare_conteiner {
  clear: both;
  display: none;
}

#gawd_start_date_compare, #gawd_end_date_compare {
  width: 147px;
}

#compare_datepicker_wraper {
  text-align: center;
  color: #fff;
  background-color: #AFAFAF;
  padding: 6px 0;
  cursor: pointer;
  width: 98.5%;
}

#compare_datepicker_wraper:hover {
  color: #fff;
}

.gawd_text {
  padding: 7px 12px 7px 14px;
  background-color: #E7E7E7;
  float: left;
  width: 27%;
  border: 1px solid #C7C7C7;
  margin: 0px -1px 0 0;
}

#gawd_chart_type {
  width: 100%;
  padding: 2px 0px 2px 8px;
}

.gawd_content {
  float: left;
  width: 52%
}

#gawd_content_chart {
  width: 54.6%
}

#gawd_content_range {
  padding: 5px 3px 9px 13px;
  background-color: #fff;
  border: 1px solid #C7C7C7;
}

.gawd_metrics {
  float: left;
  width: 75%
}

.vs_image {
  margin: 20px 0 0 -13px;
  float: left;
}

.filter_conteiner {
  padding-bottom: 10px;
  /*width: 94%;*/
  margin: 0 auto;
  color: #949494
}

.filter_conteiner select {
  color: #949494
}

#pager {
  background-color: #E7E7E7;
  color: #C0C0C0;
}

#gawd_buttons {
  position: relative;
  text-align: right;
  margin-bottom: 5px
}

.gawd_exports {
  display: none;
  position: absolute;
  z-index: 1;
  right: 63px;
  background-color: #fff;
  padding: 7px 6px;
  border: 1px solid #C7C7C7;
  margin-top: -1px;
}

.button_gawd {
  background-color: #7DB5D8;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  width: 65px;
  height: 26px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 0px;
  border-style: solid;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px
}

.button_gawd_add {
  background-color: #7DB5D8;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  width: 100%;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gawd_export_button_csv {
  display: block !important;
}

.gawd_export_button_pdf {
  display: none !important;
}

#date_chart_conteiner {
  width: 39%

}

.gawd_row {
  margin-bottom: 4px
}

.ui-pg-selbox, .ui-pg-input {
  color: #B5B5B5 !important
}

#gawd_social_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: 83% 78.5%;
  background-image: URL("../../assets/icons-menu.png");
}

#gawd_ecommerce_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: 83% 0%;
  background-image: URL("../../assets/ecommerce-analityc.png");
}

#gawd_trafficSource::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 73.5%;
}

#gawd_interests_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 67.6%;
}

#gawd_adWords::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 62%;
}

#gawd_demographics_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 56%;
}

#gawd_general::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 0.5%;
}

#gawd_events_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 45%;
}

#gawd_custom::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 39.5%;
}

#gawd_realtime::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 34%;
}

#gawd_mobile_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 28.5%;
}

#gawd_technology_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 22.5%;
}

#gawd_siteContent_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 17%;
}

#gawd_behavior_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 11.5%;
}

#gawd_geo_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 6%;
}

#gawd_goals::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 50.6%;
}

#gawd_adsense::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 95%;
}

#gawd_customReport_li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 100%;
}

#gawd_customReport::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 100%;
}

#gawd_siteSpeed::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 83% 90%;
}

.gawd_menu_li_sub {
  display: inline-block;
  width: 75%
}

.gawd_menu_li_sub_arrow {
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-menu.png");
  background-repeat: no-repeat;
  background-position: 87% 85.6%;
  float: right;
}

.gawd_menu_li_sub_arrow::after {
  clear: both;
  content: "";
  display: table;
}

.gawd_email_week_day_ul::after {
  clear: both;
  content: "";
  display: table;
}

.daterangepicker_input {
  width: 95% !important
}

.calendar * {
  background-color: #E7E7E7
}

.gawd_date_filter_container {
  margin-bottom: 6px
}

.gawd_email_label {
  background-color: #E7E7E7;
  border: 1px solid #C7C7C7;
  float: left;
  padding: 5px;
  width: 22%;
  text-align: left;
}

.gawd_email_attachemnt, .gawd_email_frequency, .gawd_email_type, .gawd_email_time {
  background-color: #E7E7E7;
  border: 1px solid #C7C7C7;
  float: left;
  width: 22%;
  padding: 5px;
  text-align: left;
}

.gawd_email_input, .gawd_email_input_time {
  float: left;
  width: 73%
}

.gawd_email_input input {
  width: 100%;
  padding: 5px 4px
}

.gawd_email_input_attachment, .gawd_email_input_frequency, .gawd_email_input_time {
  float: left;
  width: 22%;
  margin-right: 24px;
}

.gawd_email_input_attachment select, .gawd_email_input_frequency select, .gawd_email_input_time input {
  width: 100%;
  padding: 0;
  height: 30px
}

.gawd_email_input_attachment {
  margin-right: 24px
}

.gawd_email_row, .gawd_goal_row, .gawd_dimension_row {
  margin-bottom: 7px
}

.gawd_email_message_label {
  width: 97%;
  padding: 5px 0;
  margin: 0;
  background-color: #7CB5D7;
  color: #fff
  /*border: 1px solid #C7C7C7;*/
}

.gawd_email_message {
  width: 97%;
  margin: 0;
}

.gawd_email_message textarea {
  width: 100%;
  height: 100px;
  padding: 0 !Important
}

.gawd_email_send {
  width: 97%;
  background-color: #7CB5D7;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gawd_email_input_from {
  border: 1px solid #DDDDDD;
  padding: 5px 0;
  width: 72.8%;
  background-color: #E7E7E7
}

.gawd_email_type {
  text-align: center;
  padding: 5px 5.6px;
  width: 44%
}

.gawd_email_week_day {
  display: inline-block;
  float: left;
  padding: 5px 3.1px;
  background-color: #C1C1C1;
  border-right: 1px solid #868686;
  margin: 0;
  cursor: pointer;
  width: 11.5%;
}

#gawd_email_week_day, #gawd_email_month_day {
  width: 46.5%;
  background-color: #AFAFAF;
  color: #fff
}

.gawd_email_week_day:last-child {
  border: none
}

.gawd_email_week_day::after {
  clear: both;
  content: "";
  display: table;
}

.gawd_email_week_days {
  float: left;
  width: 100%
}

#gawd_email_month_day_select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #000000
}

.gawd_email_day_of_week {
  padding: 6px 0;
}

.gawd_email_week_day_ul {
  margin: 0;
  padding: 0
}

.gawd_email_week_day_ul::after {
  clear: both;
  content: "";
  display: table;
}

.gawd_email_week_days select {
  padding: 0
}

.gawd_selected_day {
  background-color: #7CB5D7;
}

.gawd_email_popup ::-webkit-scrollbar {
  width: 3px; /* for vertical scrollbars */
  height: 3px; /* for horizontal scrollbars */
}

.gawd_email_popup ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.gawd_email_popup ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.gawd_table_conteiner table tbody tr td {
  padding: 2px 10px;
  width: 87%
}

.gawd_table_conteiner table tbody tr th {
  background-color: #7CB5D7;
  color: #fff;
  padding: 10px
}

.gawd_table_conteiner table {
  border: 1px solid #DCDCDC;
  margin: 0 auto
}

.gawd_page_table {
  border: 1px solid #DCDCDC;
}

.gawd_page_table th {
  background-color: #7CB5D7;
  color: #fff;
}

.gawd_active_users {
  text-align: center
}

.gawd_red {
  color: red;
  font-size: 15px;
  display: table-cell;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
}

.gawd_green {
  font-size: 15px;
  padding: 6px 5px 5px 17px;
  font-weight: bold;
  display: table-cell;
  color: green
}

.sum_box {
  display: table;
  margin: 10px;
  padding: 10px;
  border: 1px solid;
}

._sum_box {
  display: table;
  margin: 10px;
  padding: 5px;
/ / border: 1 px solid;
  width: 162px;

}

.box_left {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

._box_left {
/ / display: table-cell;
  text-align: center;
/ / padding-right: 15 px;
}

._box_right {
/ / display: table-cell;
  text-align: center;
}

.gawd_hide_total {
  display: none
}

.gawd_show_total {
/ / display: table-cell
}

.box_right {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.box_title {
  font-size: 14px;
  display: table-cell
}

.box_value {
  font-size: 14px;
}

.sum_box span {
  font-size: 9px
}

._sum_box span {
  font-size: 9px
}

.box_value {
  margin-bottom: 8px;
}

.vs_image_small {
  display: table-cell;
  margin: 7px 4px 0 13px;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.vs_image_small img {
  width: 30px
}

/*SETTINGS*/
.gawd_menu_checkbox .time_wrap input {
  width: initial
}

.gawd_menu_checkbox .time_wrap {
  float: none
}

.gawd_menu_checkbox, .gawd_menu_users {
  float: left;
  width: 36%
}

.gawd_menu_checkbox {
  width: 60%
}

input:focus,
select:focus,
textarea:focus,
button:focus, a:focus {
  outline: none;
}

#gawd_auth_code {
  display: none;
  z-index: 1000;
  width: 34%;
  /*padding: 5px;*/
  position: relative;
  top: 0;
  left: 0;
  /*background-color: #7DB5D8;*/
  color: white;
  text-align: center;
}

#gawd_token {
  width: 100%;
  margin: 5px auto;
}

.gawd_reset_button {
  float: left;
}

#gawd_reset_button {
  float: right;
  margin-right: 2px
}

#gawd_auth_url {
  padding: 5px;
  width: 60%;
  color: #fff;
  text-align: center;
  /*margin-bottom: 10px;*/
}

.own_inputs {
/ / display: none;
}

#gawd_post_page_popup {
  height: 300px
}

#gawd_right_conteiner, .gawd_tracking, .gawd_authenicate, .gawd_alerts, .gawd_advanced, .gawd_exclude_tracking, .gawd_pushover, .gawd_filters, .gawd_emails {
  display: none;
}

.gawd_alerts, .gawd_pushover {
  width: 83.5%;
}

.gawd_filters {
  width: 83.5%;
}

.gawd_filters .gawd_goal_row .gawd_goal_input {
  width: 55%
}

.gawd_filters .gawd_goal_row .gawd_goal_input select {
  padding: 2px;
  width: 96%;
  line-height: 30px;
  height: 30px !important
}

#alert_condition, #pushover_condition, #custom_dimensions_header {
  width: 80.4%;
  padding: 6px 7px 6px 8px;
  background-color: #7DB5D8;
  color: #fff;
  text-align: center;
  margin-bottom: 7px
}

.gawd_alerts .gawd_goal_input select, .gawd_alerts .gawd_goal_input select, .gawd_pushover .gawd_goal_input select, .gawd_alerts .gawd_goal_input select {
  padding: 2px;
  width: 96%;
  line-height: 30px;
  height: 30px !important;
}

.gawd_alerts .gawd_goal_input, .gawd_pushover .gawd_goal_input {
  width: 55%
}

#gawd_authenicate::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 2%;
}

#gawd_tracking::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 17%;
}

#gawd_alerts::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 33%;
}

#gawd_pushover::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 77%;
}

#gawd_exclude_tracking::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 90%;
}

#gawd_filters::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 64%;
}

#gawd_emails::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 0% 103%;
}

#gawd_advanced::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: URL("../../assets/icons-settings.png");
  background-repeat: no-repeat;
  background-position: 83% 50%;
}

#gawd_advanced {
  margin-bottom: 10px
}

.gawd_body .gawd_profiles select {
  width: 34.5%;
}

.gawd_body .gawd_profiles {
  margin-bottom: 7px
}

.gawd_profiles select {
  width: 35%;
  padding: 2px;
  line-height: 38px;
  height: 38px;
}

.gawd_profiles {
  margin: 7px 0
}

.settings_row {
  margin-bottom: 5px
}

.gawd_checkbox span, .gawd_own_wrap span {
  padding: 7px 5px;
  display: inline-block;
}

.gawd_checkbox input {
  margin: 0 !important
}

.gawd_checkbox {
}

.gawd_submit {
  text-align: right;
}

.gawd_info {
  float: left;
  width: 17px;
  height: 17px;
  background-image: URL("../../assets/info.png");
  background-repeat: no-repeat;
  margin: 4px
}

.gawd_checkbox .gawd_info, .gawd_own_wrap .gawd_info {
  float: right;
  margin: 7px 0 0 0;
}

/* tooltips */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 999999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  border-radius: 4px;
}

.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget-content {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.onoffswitch_text {
  float: left;
  padding: 4px 3px;
}

.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 25px
}

.onoffswitch-checkbox {
  display: none !important;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
  height: 25px;
  border-radius: 5px;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #fff;
  width: 36%;
}

.onoffswitch_disabled .onoffswitch-inner:after {
  background-color: #EFEFEF !important;
  color: #e1e1e1 !important;
}

.onoffswitch_disabled .onoffswitch-inner:before {
  background-color: #D6EBDC !important;
  color: #e1e1e1 !important;
}

.onoffswitch_disabled .onoffswitch-switch {
  background-color: #fff !important;
  color: #e9e9e9 !important;
  box-shadow: none !important
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #9FCEAC;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #DBDBDB;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 36%;
  margin: 3px 3.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  border-radius: 5px;
  transition: all 0.3s ease-in 0s;
  box-shadow: 1px 1px 1px #888888;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.row_percent {
  font-size: 9px
}

.gawd_table {
  width: 120%;
  border: 1px solid #DCDCDC;
  margin: 15px 0;
}

.gawd_table tr:first-child {
  background-color: #7DB5D8;
  color: #fff;
}

.gawd_table th {
  font-weight: normal;
}

.gawd_table td {
  padding: 3px
}

/*GOAL AND CUSTOM DIMENSION MANAGEMENT*/
.goal_wrap, .dimension_wrapper {
  width: 80%;
  padding: 20px;
  background-color: #fff;
  margin-top: 7px
}

#gawd_custom_report_form {
  width: 50%;
}

#gawd_custom_report_form .gawd_table {
  width: 200%;
}

#gawd_custom_report_form .gawd_goal_input {
  width: calc(64% - 17px);
}

#gawd_goal_form {
  width: 50%
}

.goal_wrap .gawd_table, .dimension_wrapper .gawd_table {
  width: 100%
}

#gawd_dimensions_form {
  width: 50%
}

#gawd_dimensions_form .gawd_dimension_input {
  width: 64%
}

.gawd_duration {
  float: left;
  width: 43%
}

.gawd_goal_duration_wrap .gawd_duration .time_wrap {
  width: 33.2%;
  margin: 0
}

.gawd_page_sessions .gawd_duration .time_wrap {
  width: 100%;
  margin: 0
}

.gawd_goal_duration_wrap .gawd_duration {
  width: 34.7%;
}

#gawd_goal_form .gawd_goal_input {
  width: calc(61% - 17px);
}

.time_label {
  text-align: center
}

.time_input input {
  width: 100%;
  padding: 5px 7px;
}

.gawd_page_sessions .gawd_duration .time_wrap input {
  width: 100%;
  padding: 5px 7px;
}

.gawd_page_sessions .gawd_duration {
  width: 34.6%;
}

.gawd_goal_input input {
  width: 96%;
  padding: 5px 3px 5px 4px;
}

.gawd_advanced .gawd_goal_input input {
  width: 98%;
}

.gawd_duration_label span input {
  margin: 0 0 0 9px;
  vertical-align: top;
}

.gawd_destination_url {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.gawd_event_name {
  float: left;
  width: 33%;
  margin-left: 6px;
}

.gawd_event_name input {
  padding: 5px 3px 5px 4px;
  width: 100%
}

.gawd_destination_url .time_wrap {
  width: calc(61% - 17px);
  float: left;
  margin: 0;
}

.gawd_destination_url .time_wrap .time_input input {
  width: 96%;
  padding: 5px 6px 5px 7px;
}

.time_wrap {
  width: 91.5%;
  float: left;
  margin: 4px;
}

.track_label {
  width: 61%
}

.setting_time_wrap {

}

#time_wrap {
  margin: 0 !important;
}

.gawd_goal_duration_wrap, .gawd_page_sessions, .gawd_page_event {
  display: none
}

.gawd_goal_label, .gawd_dimension_label, .gawd_duration_label {
  background-color: #E7E7E7;
  border: 1px solid #C7C7C7;
  float: left;
  padding: 5px;
  width: 28%;
  text-align: left;
}

#gawd_goal_form .gawd_duration_label, #gawd_goal_form .gawd_goal_label, #gawd_goal_form .gawd_dimension_label {
  width: 31%
}

.gawd_tracking .gawd_goal_label, .gawd_duration_label {
  /*width:inherit;*/
}

.gawd_goal_input, .gawd_dimension_input {
  float: left;
  width: calc(66% - 17px);
}

.gawd_own_wrap {
  width: 44%
}

.gawd_own_wrap .gawd_goal_input {
  width: 60%
}

.gawd_event_comparison_input {
  float: left;
  width: 29%
}

.gawd_goal_input .gawd_goal_type, .gawd_dimension_input select, .gawd_goal_profile {
  padding: 2px 5px 2px 2px;
  line-height: 30px;
  height: 30px !important;
  width: 96%;
}

.gawd_comparison_input {
  float: left;
  width: 24%
}

.gawd_url_comparison_input {
  float: left;
  width: calc(60.2% - 17px);
  margin-bottom: 7px;
}

.gawd_comparison_input select {
  padding: 2px 6px 2px 2px;
  line-height: 30px;
  height: 30px;
}

.gawd_url_comparison_input select {
  padding: 2px 6px 2px 2px;
  line-height: 30px;
  height: 30px !important;
  width: 97.5%
}

.gawd_event_comparison_input select {
  padding: 2px 6px 2px 2px;
  line-height: 30px;
  height: 30px;
  width: 97%
}

#goal_submit {
  text-align: right;
  margin-top: 7px;
  width: 92.1%;
}

.gawd_add_cd {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: left;
}

.gawd_exclude_tracking .gawd_goal_row .time_wrap, .settings_row .time_wrap {
  width: initial;
}

.gawd_exclude_tracking .gawd_goal_row .time_wrap input, .settings_row .time_wrap input {
  margin: 0 5px 0 10px;
}

.settings_row .gawd_goal_label {
  background-color: #fff;
  border: none;
  width: 18%
}

#default_date {
  height: 30px;
  line-height: 30px;
  width: 34.5%
}

.checkbox_wrap {
  float: left;
  width: calc(66% - 17px);
}

.gawd_exclude_tracking .gawd_goal_row .gawd_goal_label {
  background-color: #fff;
  border: none
}

.gawd_profile_select {
  float: right;
  width: 25%
}

#gawd_profile_wrapper {
  width: 96.9%
}

.gawd_invalid {
  border-color: red !important
}

/*PAGE/POST VIEW*/
.page_chart_div {
  overflow: hidden;
  text-align: left;
  width: 550px;
  height: 500px;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 9998;
  background-color: white;
  padding: 22px
}

.gawd_draw_analytics_front {
  padding: 2px;
  line-height: 28px;
  height: 28px;
  font-size: 14px
}

#chart_page_post {
  height: 100%
}

#gawd_post_page_meta {
  height: 300px;
}

/*tracking settings*/
.gawd_settings_wrapper {
  width: 70%;
  float: left;
}

.gawd_tracking_display {
  width: 45%;
  float: left;
}

.gawd_advanced .time_wrap {
  width: initial
}

#gawd_tracking_enable_code {
  width: 90%;
  padding: 10px;
  border: 2px solid #888;
}

/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0;
  background: #FFFFFF;
}

/* Base color: saturation 0; */

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

/* User color: hue: 0 */

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}

/* Language color: hue: 90; */

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

/* Meta color: hue: 200 */

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}

/* Misc effects */

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.gawd_wrap .gawd_text {
  width: 6%;
}

.gawd_wrap .gawd_content {
  width: 16%;
}

/*RESPONSIVE*/
.resp_metrics_menu {
  display: none;
  width: 97%;
  background-color: #A2D0ED;
  color: #fff;
}

.resp_menu {
  display: none;
  width: 97%;
  background-color: #9DCFAC;
  color: #fff;
  margin-bottom: 5px
}

.button_label {
  float: left;
  margin: 12px 0 0 15px;
  font-size: 18px;
}

.menu_metrics_img {
  background-image: URL("../../assets/menu.png");
  background-repeat: no-repeat;
  background-position: 60% 47%;
  background-color: #78BBDA;
  width: 35px;
  height: 43px;
  float: left
}

.menu_img {
  background-image: URL("../../assets/menu.png");
  background-repeat: no-repeat;
  background-position: 60% 47%;
  background-color: #6ab681;
  width: 35px;
  height: 43px;
  float: left
}

.gawd_btn {
  -webkit-border-radius: 60;
  border-radius: 60px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #9ec9e3;
  padding: 3px 8px;
  text-decoration: none;
  position: fixed;
  right: 27%;
  top: 14%;
  display: none;
  z-index: 999999;
  line-height: inherit;
}

.close_button_cont {
  width: 100%;
  height: 100%;
  position: relative;
}

.page_chart_div .gawd_btn {
  right: -21px;
  top: -21px;
  position: absolute;
  border: 0;
}

.gawd_btn:hover {
  background: #caced1;
  text-decoration: none;
}

.gawd_later {
  border-color: rgb(221, 221, 221);
  display: inline-block;
  text-decoration: none;
}

.gawd_later:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  #gawd_content_range {
    line-height: 32px;
    height: 32px;
    padding: 0px 3px 0px 10px;
    width: 69.3% !important
  }
}

.analytics_page_gawd_tracking .notice-error p {
  font-size: 15px !important;
}

#metric_conteiner #gawd_metric_compare option:nth-child(2) {
  display: none;
}

.box_metric {
  text-align: left;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
}

.gawd_disabled {
  background-color: rgba(103, 87, 87, 0.09) !important;
}
.gawd_disabled_button,
.gawd_disabled_button:hover{
  background-color: #ddd !important;
  cursor: default !important;
}

.gawd_compare_cancel {
  background-color: #fff;
  border: 1px solid #ccc !important;
}

.gawd_emails .gawd_table {
  width: 100%
}

.gawd_remove_custom_report {
  cursor: pointer
}

.goodbye-text {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  padding: 15px;
  line-height: 22px;
}

.goodbye-text a {
  font-size: 15px;
}

.gawd_zoom_message {
  width: 35%;
  padding: 7px;
  background-color: #fff;
  border-left: 4px solid #7db5d8;
  float: left
}

.gawd_zoom_message .button_gawd {
  padding: 0 19px 1px;
}

.gawd_zoom_message span {
  margin-right: 10px
}

.lang_info {
  margin-left: 5px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  border-radius: 50%;
  color: #7db5d8;
  line-height: 15px;
  text-align: center;
}

#gawd_page_post_meta select {
  padding: 2px;
  line-height: 34px;
  height: 34px;
  float: left
}

#gawd_page_post_meta .gawd_content {
  width: 25%
}

.gawd_menu_coteiner_collapse {
  width: 2.6%;
  float: left;
  display: none;
  margin-right: 12px;
}

.gawd_menu_coteiner_collapse .gawd_menu_li span {
  display: none;
}

.gawd_collapse {
  cursor: pointer;
  padding: 7px 0 7px 0;
}

.gawd_collapsed {
  cursor: pointer;
  padding: 7px;
}

.gawd_collapse:before, .gawd_collapsed:before {
  content: "\f148";
  vertical-align: middle;
  display: inline-block;
  line-height: 15px;
  left: -3px;
  top: -3px;
  color: #a0a5aa;
  color: rgba(82, 83, 84, 0.6);
  font: 400 20px/1 dashicons !important;
  speak: none;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
  text-align: center;
  width: 25px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.gawd_collapsed:before {
  transform: rotate(180deg);
}

.gawd_menu_coteiner_collapse #gawd_demographics_li, .gawd_menu_coteiner_collapse #gawd_interests_li, .gawd_menu_coteiner_collapse #gawd_geo_li, .gawd_menu_coteiner_collapse #gawd_behavior_li, .gawd_menu_coteiner_collapse #gawd_technology_li, .gawd_menu_coteiner_collapse #gawd_mobile_li, .gawd_menu_coteiner_collapse #gawd_siteContent_li, .gawd_menu_coteiner_collapse #gawd_events_li, .gawd_menu_coteiner_collapse #gawd_ecommerce_li, .gawd_menu_coteiner_collapse #gawd_customReport_li {
  position: relative
}

.gawd_menu_coteiner_collapse .collapse_ul {
  position: absolute;
  background-color: rgb(241, 241, 241);
  position: absolute;
  left: 39px;
  top: 0;
  width: 150px;
  padding-left: 10px;
  z-index: 1111111;
}

.gawd_menu_coteiner_collapse #gawd_demographics_li:hover #gawd_demographics_ul, .gawd_menu_coteiner_collapse #gawd_interests_li:hover #gawd_interests_ul, .gawd_menu_coteiner_collapse #gawd_geo_li:hover #gawd_geo_ul, .gawd_menu_coteiner_collapse #gawd_behavior_li:hover #gawd_behavior_ul, .gawd_menu_coteiner_collapse #gawd_technology_li:hover #gawd_technology_ul, .gawd_menu_coteiner_collapse #gawd_mobile_li:hover #gawd_mobile_ul, .gawd_menu_coteiner_collapse #gawd_siteContent_li:hover #gawd_siteContent_ul, .gawd_menu_coteiner_collapse #gawd_events_li:hover #gawd_events_ul, .gawd_menu_coteiner_collapse #gawd_ecommerce_li:hover #gawd_ecommerce_ul, .gawd_menu_coteiner_collapse #gawd_customReport_li:hover #gawd_customReport_ul {
  display: block !important;
}

.gawd_menu_coteiner_collapse .gawd_menu_li_sub,
.gawd_menu_coteiner_collapse .gawd_menu_item{
  opacity: 0.5;
}

.gawd_menu_coteiner_collapse #gawd_general,
.gawd_menu_coteiner_collapse #gawd_realtime{
  opacity: 1;
}

.gawd_menu_li_sub, .gawd_menu_item {
  padding: 7px 0 7px 3px;
}

.gawd_active_li_text {
  color: #337ab7;
}

.gawd_notice {
  font-size: 15px
}

@media All and (max-width: 750px) {
  .gawd_page_table th, .gawd_page_table td {
    word-break: break-word;
  }

  #gawd_buttons, .gawd_search_input {
    display: none
  }

  #default_date {
    width: 96.1%
  }

  .gawd_exclude_tracking .gawd_goal_row .time_wrap, .settings_row .time_wrap {
    float: none
  }

  #gawd_custom_report_form, #gawd_dimensions_form, #gawd_goal_form, .gawd_filters {
    width: 100%
  }

  .gawd_wrap .gawd_profiles {
    float: none !important;
    width: 100% !important;
  }

  .gawd_wrap .gawd_profiles select {
    width: 100% !important;
  }

  .gawd_wrap .gawd_row .caret {
    margin-left: 126px
  }

  #gawd_profile_wrapper {
    width: 97.2%;
    float: none
  }

  #gawd_profile_wrapper select {
    width: 100%
  }

  .gawd_wrap .gawd_row {
    float: none !important;
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  .gawd_wrap .gawd_row .gawd_content {
    width: 74.3% !important;
    height: 36px !important;
    line-height: 36px !important;
  }

  .vs_image {
    margin: 30px 0 0 -7px;
    float: left;
  }

  #metric_conteiner select {
    width: 95%
  }

  .gawd_normal_metabox_conteiner, .gawd_side_metabox_conteiner {
    float: none;
    width: 100%
  }

  .auto-fold #wpcontent {
    padding: 10px
  }

  .gawd_menu_coteiner {
    width: 97%;
    float: none;
    display: none
  }

  #gawd_right_conteiner {
    width: 89.2% !important
  }

  .resp_menu, .resp_metrics_menu {
    display: block
  }

  /*.filter_conteiner{
    display:none;
  }*/
  .float_conteiner {
    width: 100% !important;
    margin-bottom: 10px;
    float: none;
    display: none;
  }

  .filter_conteiner {
    display: none;
  }

  .gawd_metrics {
    width: 91%
  }

  .caret {
    margin-left: 2px !important
  }

  #gawd_content_chart {
    width: 54.8%;
  }

  .filter_conteiner #gawd_content_range {
    width: 53.3% !important;
    font-size: 11px;
  }

  #date_chart_conteiner {
    position: static !important
  }

  #compare_time_conteiner {
    position: static !important
  }

  .gawd_content select {
    height: 28px !important
  }

  .gawd_exclude_tracking .checkbox_wrap {
    width: 59%
  }

  #gawd_auth_url {
    width: 95%
  }

  .gawd_profiles select {
    width: 99.2%
  }

  .gawd_resp_active_li {
    margin-bottom: 5px
  }

  .gawd_tracking_display, .gawd_settings_wrapper {
    float: none;
    width: 100%;
    margin-bottom: 7px
  }

  .checkbox_wrap {
    width: 66%;
    float: none
  }

  .goal_wrap {
    width: 89%
  }

  .gawd_info {
    display: none
  }

  .gawd_exclude_tracking .gawd_goal_row .gawd_goal_label {
    float: none;
    width: 100%
  }

  .gawd_goal_label, .gawd_duration_label, .gawd_dimension_label {
    width: 31.5%;
    margin-bottom: 5px;
  }

  .goal_wrap .gawd_goal_label, .goal_wrap .gawd_duration_label,
  .dimension_wrapper .gawd_dimension_label {
    width: 29%;
  }

  #gawd_right_conteiner {
    width: 89.5%
  }

  .onoffswitch_text {
    margin-left: 7px
  }

  .gawd_filters .gawd_goal_row .gawd_goal_input, .gawd_alerts .gawd_goal_input, .gawd_pushover .gawd_goal_input {
    width: 100%
  }

  #alert_condition, #pushover_condition, #custom_dimensions_header {
    width: 91%;
  }

  .gawd_table {
    width: 97% !Important
  }

  .gawd_alerts, .gawd_pushover {
    width: 100%
  }

  .gawd_page_destination .gawd_destination_url .gawd_duration_label {
  / / float: none;
    width: 92.5%;
    margin-bottom: 7px
  }

  .gawd_page_destination .gawd_destination_url .gawd_duration_label span {
    margin-left: 30px
  }

  .gawd_destination_url .time_wrap {
    width: 58.9%;
   /*float: none;*/
  }

  .gawd_destination_url .time_wrap .time_input, .gawd_destination_url .time_wrap .time_input input {
    width: 100%
  }

  .goal_wrap .gawd_table {
    width: 97.5%;
  }

  .page_chart_div {
    width: 300px;
    padding: 0
  }

  .gawd_email_popup {
    width: 73%
  }

  .gawd_email_label {
    width: 95%;
    float: none;
    margin-bottom: 5px
  }

  .gawd_email_input_from {
    width: 97.2% !important;
    float: none;
  }

  .gawd_email_input {
    width: 97.6%
  }

  .gawd_email_type {
    padding: 5px;
    width: 95%;
  }

  .gawd_email_attachemnt, .gawd_email_frequency, .gawd_email_type {
    float: none;
    width: 95%;
    margin-bottom: 5px
  }

  .gawd_email_input_attachment, .gawd_email_input_frequency {
    width: 97.6%;
    float: none;
  }

  #gawd_email_week_day, #gawd_email_month_day {
    width: 100%
  }

  #gawd_email_month_day {
    float: right;
  }

  .gawd_email_day_of_week {
    margin: 0
  }

  .gawd_email_day_of_week, .gawd_email_week_days {
    float: none
  }

  .gawd_email_week_day_ul {
    width: 71%;
    margin: 0 auto
  }

  .gawd_email_message, .gawd_email_send, .gawd_email_message_label {
    width: 97.6%
  }

  .gawd_email_type {
    display: none
  }

  .gawd_btn {
    right: 7%;
    top: 17%;
  }

  .page_chart_div .gawd_btn {
    right: 0%;
    top: 0%;
  }

  .gawd_collapsed, .gawd_collapse, .gawd_menu_coteiner_collapse {
    display: none !important;
  }

  .gawd_zoom_message {
    float: none;
    width: 93.4%;
  }

  #chartdiv {
    width: 100%
  }

  .gawd_own_wrap {
    width: 100%
  }

  #gawd_auth_code {
    width: 98%
  }

  .gawd_break {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }

  .gawd_goal_label, .gawd_dimension_label, .gawd_duration_label {
    float: none;
    width: 92.3%;
    display: block
  }

  .gawd_submit {
    width: 96.2% !important
  }

  .gawd_goal_input, .gawd_dimension_input {
    float: none;
    display: block;
    width: 100%

  }

  .gawd_advanced .gawd_goal_input input, select#default_date_format {
    width: 96.1%
  }
}

th.ui-th-column div {
  white-space: normal !important;
  height: auto !important;
  padding: 2px;
}

/* .footrow td:first-child{
  width:25px!important
} */

.gawd_page_titles {
  margin-top: 0;
  margin-bottom: 30px;
  color: #6da2c3
}

.paging-nav {
  text-align: center;
  padding-top: 2px;
  background-color: #E7E7E7;
  color: #C0C0C0;
  border: 1px solid #C0C0C0
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  color: white;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle
}

.paging-nav a:first-child {
  background-image: url(images/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
  background-position: -80px -160px;
}

.paging-nav a:nth-child(2) {
  background-image: url(images/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
  background-position: -48px -160px;
}

.paging-nav .gawd_next_link {
  background-image: url(images/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
  background-position: -32px -160px;
}

.paging-nav .last_link {
  background-image: url(images/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
  background-position: -64px -160px;
}

.paging-nav .gawd_page_separator {
  height: 18px;
  margin: 0 4px;
  padding: 0 0 0 4px;
  border-left: 1.5px solid #ccc;
}

.gawd_page_count {
  height: 18px;
  margin: 0 4px;
  padding: 0 4px 0 0;
  border-right: 1.5px solid #ccc;
}

.paging-nav .selected-page {
  background: #F1F1F1;
  color: #7CB5D7;
  font-weight: bold;
}

.paging-nav input {
  height: 18px;
  font-size: .8em;
  margin: 0;
  width: 35px
}

.paging-nav select {
  font-size: .8em !important;
  line-height: 18px;
  height: 18px !Important;
  margin: 0;
  width: 46px;
  vertical-align: top;
  padding: 0 2px;
}

#settings {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px;
}

#settings-content {
  clear: both;
  content: "";
  display: table;
}

#add_on_title {
  margin-bottom: 20px;
}

.add-on a {
  text-decoration: none;
}

.add-on h2 {
  color: #229DBF;
  font-size: 16px;
  margin-bottom: 9px;
  padding: 0 0 7px;
  line-height: 1.2;
}

.addon-descr {
  font-size: 13px;
  line-height: 18px;
  height: 100%;
  width: 53%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px 10px;
  background: #23282D;
  color: #D1DDE0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #2c3f52;
  color: #ed4e6e;
}

.addon,
.addon-price {
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  border: 1px solid #DCDCDC;
  font-weight: bold;
}

.addon {
  /*background: #FFFFFF url("images/Add_Ons.jpg") no-repeat 6px center;*/
  color: #66686B;
  padding: 9px 12px 9px 45px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.addon-price {
  background: #FFFFFF;
  color: #229CBF;
  padding: 9px 12px;
}

.add-on:hover .addon-price,
.addon-price:hover {
  background: #229CBF;
  color: #DDECF1;
}

.add-on:hover .addon,
.addon:hover {
  /*background: #23282D url("images/Add_Ons_hover.jpg") no-repeat 6px center;*/
  color: #DDDEDE;
}

.addon span {
  border-left: 1px solid #A7A9AB;
  padding: 4px 10px 4px 10px;
}

.addon-descr span {
  padding: 5px 0 5px 10px;
  border-left: 1px solid #93CEE0;
}

a:focus {
  outline: none;
  box-shadow: none;
}

.add-on {
  width: 145px;
  height: 320px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  position: relative;
}

.main-plugin .add-on {
  float: left;
  margin-right: 25px;
  height: auto;
}

#settings-content .addons_updates::after,
#settings-content .main-plugin::after,
#settings-content::after {
  clear: both;
  content: "";
  display: table;
}

.figure {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 232px;
  margin: 0;
}

.figure-img {
  overflow: hidden;
}

.figure-img img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%
}

.figure:hover img {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.figure:hover figcaption {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.addon-subtitle {
  font-size: 25px;
  border-bottom: 1px solid #C1C4C7;
  padding-bottom: 23px;
}

.main-plugin .main-plugin-img {
  float: left;
  margin-right: 2%;
  width: 26%;
}

.main-plugin .main-plugin-img img {
  max-width: 100%;
}

.main-plugin .main-plugin-info {
  float: left;
}

.main-plugin {
  margin-bottom: 25px;
}

.main-plugin_desc-cont p,
.main-plugin_desc-cont {
  font-size: 14px;
}

.main-plugin-desc-info p {
  margin: 2px 0 13px;
}

.addons_updates .main-plugin-desc-info p {
  margin: 2px 0 4px;
}

.main-plugin-desc {
  margin-bottom: 12px;
}

.main-plugin-info h2 {
  padding: 0;
  line-height: 1;
  margin-bottom: 14px;
}

.main-plugin-info h2 a {
  color: #323A45;
  text-decoration: none;
  font-weight: bold;
}

.main-plugin-desc-info {
  border-bottom: 1px solid #C0C4C7;
  width: 71%;
}

.addons_updates .main-plugin-desc-info {
  border-bottom: 0;
  width: 100%;
}

.update-info {
  background: url("images/updates-icon.png") no-repeat;
  background-size: 15px 15px;
  background-position: center left;
  padding-left: 25px;
  color: #bc0b0b;
}

.update-info-a,
.update-info-a:hover,
.update-info-a:focus,
.update-info-a:active {
  color: #bc0b0b;
}

.addons_updates .figure {
  margin-bottom: 10px;
}

.addons_updates .addon-descr-update {
  border-top: 1px solid #898989;
  padding-top: 6px;
}

.addons_updates h2 {
  color: #323A45;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.more_updates {
  display: none;
}

.gawd_description {
  float: right;
  width: 17px;
  height: 17px;
  background-image: URL("../../assets/info.png");
  background-repeat: no-repeat;
  margin: 9px 0 0 0px;
  opacity: 0.7;
}

.gawd_account_button {
  cursor: pointer;
  color: #337ab7;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  /*background-color: #5ba5d8;*/
  float: left;
  padding: 5px 0;

}
.gawd_refresh_button_wrapper .refresh_user_info_goal{
  float: right !important;
}
.gawd_refresh_button_wrapper .gawd_info_goal{
  float: right !important;
}

.gwd_refresh_page,
.gawd_auth_button {
  background-color: #5ba5d8;
  float: right;
  padding: 5px 10px;
}

#gawd_auth_code_submit {
  float: right;
  padding: 5px 10px;
  /*width: 90%;*/
  cursor: pointer;
  /*margin-top: 5px;*/
  background-color: #5ba5d8;
  /*float: left;*/
}

#gawd_auth_code_submit:hover,
#gawd_auth_code_submit:focus,
.gawd_auth_button:hover,
.gawd_auth_button:focus,
.gwd_refresh_page:hover,
.gwd_refresh_page:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(125, 181, 216, 0.7);
}

.gawd_hidden {
  display: none !important;
}

#gawd_right_conteiner .gawd_auth_button {
  width: 30%
}

.no_account_content a {
  margin-left: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/*.gwd_refresh_page {*/
  /*display: none;*/
/*}*/

#gbox_griddiv {
  border-radius: 2px
}

.button_gawd:hover {
  background-color: rgba(125, 181, 216, 0.7)
}

#gawd_export_buttons {
  margin-right: 3px
}

#gawd_got_it {
  width: initial
}

#gawd_settings_logout {
  background-color: #b3b9bd
}

#gawd_settings_logout:hover {
  background-color: #c9cdd0
}

.gawd_email_time_row {
  display: none
}

.gawd_exclude_users_popup_overlay, .gawd_exclude_roles_popup_overlay, .gawd_permissions_popup_overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

.gawd_exclude_users_popup, .gawd_exclude_roles_popup, .gawd_permissions_popup {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  width: 42%;
  height: 50%;
  z-index: 99999;
  padding: 20px;
  overflow: auto
}

.close_btn_cont {
  position: relative;
}

.gawd_exclude_users_popup_btn, .gawd_exclude_roles_popup_btn, .gawd_permission_popup_btn {
  -webkit-border-radius: 60;
  border-radius: 60px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #9ec9e3;
  padding: 3px 8px;
  text-decoration: none;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 999999;
  cursor: pointer
}

.remove_excluded_user, .remove_excluded_role, .remove_dashboard_report_permission, .remove_post_page_role, .remove_gawd_permission, .remove_frontend_report_role {
  -webkit-border-radius: 60;
  border-radius: 60px;
  font-family: Arial;
  color: #ffffff;
  font-size: 9px;
  background: #E3E3E3;
  padding: 3px 5px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 4px;
}

.gawd_exclude_users_popup table, .gawd_exclude_roles_popup table, .gawd_permissions_popup table {
  width: 100%;
}

.add_btn_cont {
  text-align: right
}

#gawd_email_time_input {
  padding-left: 5px
}

.gawd_custom_code {
  width: 100%;
  height: 80px;
}

#gawd_custom_code .gawd_goal_label {
  width: 23%
}

#gawd_auth_code_submit {
  float: right;
  padding: 5px 10px;
  /*width: 90%;*/
  cursor: pointer;
  /*margin-top: 5px;*/
  background-color: #5ba5d8;
  /*float: left;*/

}

#gawd_auth_code_submit:hover,
#gawd_auth_code_submit:focus,
.gawd_auth_button:hover,
.gawd_auth_button:focus,
.gwd_refresh_page:hover,
.gwd_refresh_page:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(125, 181, 216, 0.7);
}

.wd-ugrade-pro-wrap {
  float: right;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  color: #175c8b;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}


.wd-ugrade-pro-wrap a{
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  border: none;
  box-shadow: none !important;
  text-decoration: none;
}

.wd-ugrade-pro-wrap .gawd_update_pro_link{
  background: #45A6B7;
  font-weight: bold;
  line-height: 30px;
  padding: 0 18px 0 18px;
  color: #fff !important;
}
.wd-ugrade-pro-wrap .gawd_support_link {
  color: #72777c !important;
  padding: 0 10px;
}
.wd-ugrade-pro-wrap a {
  text-decoration: none !important
}

.wd-ugrade-pro-image {
  display: inline-block;
  vertical-align: middle;
}

.wd-ugrade-pro-text {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

#gawd_page_post_meta .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

#gawd_page_post_meta select {
  margin: 0;
  font: inherit;
  color: inherit;
}

.daterangepicker .btn {
  display: inline-block;
  padding: 5px 10px;
  line-height: 30px;
  height: 30px !important;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.daterangepicker .btn:active, .daterangepicker .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.daterangepicker .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.daterangepicker {
  display: none;
}
#gawd_right_conteiner .gawd_settings_advanced{
  display: block;
  /*border: 1px solid;*/
}

#gawd_auth_url_wrapper #gawd_auth_url{
  display: inline-block;
  width: auto;
  float: left;
}

#gawd_auth_url_wrapper .gawd_auth_button{
  float: none;
}

#gawd_auth_url_wrapper .gawd_refresh_button_wrapper{
  float: right;
  display: inline-block;
}

.gawd_pos_relative{
  position: relative !important;
}

.gawd_loader_opacity{
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99998;
  display: block;
}

.gawd_loader_container{
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: block;
}

.gawd_loader_container img{
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
}

.gawd_reset_credentials{
  cursor: pointer;
  text-decoration: none;
}

.gawd_chart_error_msg{
  margin-top: 15px;
}

#gawd_wp_dashboard_chart_container:not(.gawd_realtime_data){
  min-height: 300px;
}

/*#gawd_export_buttons,*/
/*#gawd_email_button,*/
/*.gawd_menu_coteiner.gawd_settings_menu_coteiner #gawd_alerts,*/
.gawd_menu_coteiner.gawd_settings_menu_coteiner #gawd_pushover,
.gawd_menu_coteiner.gawd_settings_menu_coteiner #gawd_filters {
  display: none;
}


input.gawd_search_input {
  width: 100%;
  margin-bottom: 5px;
  background: #ffffff url(../../assets/search.svg) no-repeat;
  background-position: 98%;
  height: 30px;
}

.gawd_datatable_hide_button tr td::before{
  content: "" !important;
  display: none !important;

}
/**** FREE STYLES ****/

.gawd_inactive {
  padding: 7px;
  opacity: 0.5;
}

#gawd_Pro{
  border-top: 1px solid #ffffff;
}

#gawd_Pro .gawd_menu_item.gawd_pro_menu{
  width: 165px;
}

.gawd_inactive_pro span {
  text-transform: uppercase;
  font-weight: 400;
  color: #0C4D68;
}

#gawd_Pro .gawd-topbar-upgrade-button{
  padding: 2px 14px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: bold;
}

/*pro popup*/
.gawd_pro_popup_overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

.gawd_pro_popup {
  display: none;
  /*text-align: center;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 470px;
  height: 320px;
  z-index: 99999;
  overflow: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  font-family: 'Roboto', sans-serif;
  padding-bottom: 33px;
}

.gawd_pro_popup_close_btn{
  width: 10px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 11px;
  background-image: url("../../assets/pro_popup_close.png");
  background-repeat: no-repeat;
}


.gawd_pro_popup_container{
  margin: 0 20px 0 20px;
}

.gawd_pro_popup_title{
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

.gawd_pro_popup_content{
  margin-top: 17px;
  /*width: 300px;*/
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  /*text-align: left;*/
  text-align: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gawd_pro_popup_content ul{
  margin-top: 30px;
  font-weight: 900;
  margin-bottom: 0;
}

.gawd_pro_popup_content ul li::before {
  content: "•";
  margin-right: 10px;
}

.gawd_pro_popup_button{
  margin-top: 21px;
  text-align: center;
}

.gawd_pro_popup_button a{
  background-color: #29B311;
  border: 1px solid #29B311;
  border-radius: 13px;
  display: inline-block;
  padding: 1px 28px;
}

.gawd_pro_popup_button a,
.gawd_pro_popup_button a:hover,
.gawd_pro_popup_button a:visited,
.gawd_pro_popup_button a:focus{
  color: #FFFFFF;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: none;
}

.gawd_pro_popup_close_btn,
.gawd_pro_popup_button{
 cursor: pointer;
}

a.gawd_pro{
  color: #f08080;
}
/* Top bar start */
.gawd-topbar-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 20px 10px 20px 0;
  font-family: 'Roboto', sans-serif;
}
.gawd-topbar-container * {
  box-sizing: border-box;
}
.gawd-topbar {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D080;
  border-radius: 7px;
  color: #000000;
  padding: 5px;
}
.gawd-topbar-content {
  display: flex;
  justify-content: space-between;
  flex: auto;
  margin: 0 2px 0 0;
  padding: 10px 15px;
  height: 60px;
}
.gawd-topbar-links {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0 2px;
  height: 60px;
}
.gawd-topbar-links-container {
  display: flex;
  justify-content: space-around;
  height: 80%;
}
.gawd-topbar-links-item {
  display: flex;
  flex: 1;
  align-self: center;
  justify-content: center;
  width: 170px;
  /*line-height: 50px;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.gawd-topbar-links a,
.gawd-topbar-links a:focus {
  align-self: center;
  box-shadow: none;
  color: #000000;
  text-decoration: none;
}
.gawd-topbar-links a:hover {
  opacity: 0.5;
  color: #000000;
  text-decoration: none;
}
.gawd-topbar-separator {
  background-color: #C2C2C280;
  width: 1px;
  height: 100%;
}
.gawd-topbar-content-title {
  color: #0C4D68;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.gawd-topbar-content-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gawd-topbar-content-container {
  display: flex;
  flex-direction: column;
}
.gawd-topbar-content-button-container,
.gawd-free-message-button-container {
  align-self: center;
}
.gawd-topbar-upgrade-button,
.gawd-topbar-upgrade-button:focus {
  background-color: #29B311;
  border-radius: 20px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 44px;
  text-decoration: none;
  text-transform: uppercase;
}
.gawd-topbar-upgrade-button:hover {
  text-decoration: none;
  color: #FFFFFFCC;
}
@media screen and (max-width: 1366px) {
  .gawd-topbar-links {
    font-size: 15px;
  }
  .gawd-topbar-content-title {
    font-size: 15px;
  }
  .gawd-topbar-content-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 1285px) {
  .gawd-topbar-container {
    flex-direction: column;
  }
  .gawd-topbar-links,
  .gawd-topbar-content {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .gawd-topbar-content {
    flex-direction: column;
    height: auto;
  }
  .gawd-topbar-content-container,
  .gawd-topbar-content-container * {
    align-self: center;
    padding-bottom: 4px;
  }
}
/* Top bar end */