.ga_main_general_width {
    float:left;
    display: block;
    max-width: 900px;
}

.ga_main_full_width {
    float:left;
    display: block;
}
#ga_main th {
    /*min-width:100px;*/
}
#ga_main td {
    max-width: 400px;
}

#ga_main li {
	list-style-type: none;
}
#ga_mainwrap{
	width: 99%;
    float: left;
}

.ga_events_sidebar {
    float:right;
    width: 250px;
    margin-top:52px;
    margin-right: 30px;
}


.ga_intable {
    margin-left:10px;
}

#ga_main form th[scope="row"] {
    width: 0px !important;
    padding: 0px !important;
}

#ga_main form label {
    font-size: 1.2em;
    margin-bottom: 3px;
}

#ga_main .inner_table {
    margin-top: 10px;
}
#ga_main label {
    min-width: 170px;
    display: inline-block;
}

#ga_main .inner_table .fa{
    font-size: 20px;
}

.btn-subscribe {

    z-index: 10000;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #FFF;
    background-color: #7ACBA6;
    box-shadow: 0 3px 2px #06121E;
    border-radius: 7px;
    position: relative;
}

.wpcta {
    text-align: center;
}

.ga_events_banner li {
    list-style-type: none !important;
    font-size: 14px;
}

.ga_events_banner li i {
    margin-right: 5px;
}

.ga_events_banner th {
    text-align: center;
    font-size: 19px;
    background-color: #32373c;
    color: white !important;
}


.ga_events_banner form {
    background-color: #96D0B5;
    padding: 0px !important;
}

.ga_events_banner .features td{
    padding: 0px 10px !important;
}

.ga_events_banner .button-large {
    font-size: 17px;
    line-height: 30px;
    height: 32px;
}

.ga_events_banner form .form-content {
    padding: 10px 0 10px 3%;
}

.ga_events_banner form .clear {
    display: block !important;
    width: 100% !important;
    background-color: #22636A;
    padding: 10px 0 10px;
}

.ga_events_banner form .btn-subscribe {
    display: block;
    margin: auto;
}


#mc_embed_signup input.email {
    width: 96% !important;
}

a[href="admin.php?page=wp-google-analytics-events-upgrade"] {
		color: #F7691D !important;
}

a[href="admin.php?page=wp-google-analytics-events-upgrade"]:hover {
	color: #cf471c !important;
 }
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.57);
    top: 0;
    z-index: 99;
}
.popup h1{
    text-align: center;
    color: red;
    display: block;
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    margin-top: 15%;
    background: #FFFFFF;
    position: relative;
}
a.btn_close_popup img {
    width: 23px;
    position: absolute;
    right: 8px;
    top: 6px;
}

.settings_content{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.57);
    top: 0;
    display: none;
}
.settings_content form{
    display: block;
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    margin-top: 22%;
    background: #FFFFFF;
    position: relative;
}
.settings_content img{
    width: 18px;
    position: absolute;
    right: 10px;
    top: 11px;
}

@media only screen and (max-width: 1024px) {

    /* Force table to not be like tables anymore */
    #ga-events-inputs table,
    #ga-events-inputs thead,
    #ga-events-inputs tbody,
    #ga-events-inputs th,
    #ga-events-inputs td,
    #ga-events-inputs tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #ga-events-inputs thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #ga-events-inputs tr { border: 1px solid #ccc; }

    #ga-events-inputs td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #ga-events-inputs td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #ga-events-inputs td:before { content: attr(data-title); }
}

.ga-events-help {
    margin-right: 2px;
    color: #0085ba;
}

.ga-tooltip{
	width: 16px;
	height: 16px;
	background: url(../images/ga-help.png) no-repeat;
	display: inline-block;
	margin-left: 5px;	
	vertical-align:middle;
	cursor: help;
	margin-top: -10px;
}

.ui-tooltip, .arrow:after {
    background: #356aa0;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 7px #356aa0;
	max-width:350px;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    z-index:9999;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #356aa0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.wpgae-container__warning{
    padding: 10px 20px;
    background-color: #fff;
}

.wpgae-alert-holder{
    display: flex;
    margin-bottom: .8em;
}

.wpgae-alert{
    width: 100%;
    padding: 0 12px;
    border-left: 4px solid #4b8813;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

@media  screen and (min-width: 1024px){

    .ga_main_general_width{
        width: 70%;
    }

    .ga_main_full_width{
        width: 100%;
    }

    #ga_main td{
        max-width: 100px;
    }
    #ga_main .click_table input, 
    #ga_main .click_table select,
    #ga_main .divs_table input, 
    #ga_main .divs_table select{
        width: 100%;
    }

    #ga_main input[type="submit"]{
        width: auto;
    }
}

.ga_events_top {
    clear: both;
}


.ga_events_featurebox {
    width: 385px;
    min-height: 252px;
    background-color: white;
    display: inline-block;
    float: left;
    margin: 10px 18px 0px 0px;
    position: relative;
}

.ga_events_box_general {
    background-image: url(../images/bg_icon_pro_features.png);
    background-position: right;
    background-repeat: no-repeat;
}

.ga_events_box_support {
    background-image: url(../images/bg_icon_support.png);
    background-position: -1px 125px;
    background-repeat: no-repeat;
}
.ga_events_box_title {
    line-height: 47px;
    border-bottom: 1px solid gainsboro;
}

.ga_events_box_title span {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.ga_events_box_video .ga_events_box_title {
    background-image: url(../images/icon_video.png);
    background-position: 97%;
    background-repeat: no-repeat;
}

.ga_events_box_body span{
    margin-left: 20px;
    color: #495A6B;
    display: block;
}
.ga_events_box_list {
    margin-top: 20px;
}
.ga_events_box_li_title {
    font-weight: bold;
    display: block;
}

.ga_events_box_li_icon {
    margin-left: 20px;
    float: left;
}
.ga_events_box_li_content {
    display: inline-block;
    float: left;
    max-width: 315px;
}

.ga_events_box_list li {
    height: 38px;
}

.ga_events_featurebox .btn {
    float: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-right: 10px;
    margin-bottm: 5px;
    background: #3498DC;
    background-image: -webkit-linear-gradient(top, #3498DC, #3498DC);
    background-image: -moz-linear-gradient(top, #3498DC, #3498DC);
    background-image: -ms-linear-gradient(top, #3498DC, #3498DC);
    background-image: -o-linear-gradient(top, #3498DC, #3498DC);
    background-image: linear-gradient(to bottom, #3498DC, #3498DC);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 33px 10px 33px;
    text-decoration: none;
}

.ga_events_featurebox .btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.ga_events_box_video .btn {
    background: #E94D3D !important;
    background: #E94D3D;
    background-image: -webkit-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: -moz-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: -ms-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: -o-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: linear-gradient(to bottom, #E94D3D, #E94D3D);
}

.ga_events_box_video .btn:hover {
    background: #E94D3D !important;
    background: #E94D3D;
    background-image: -webkit-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: -moz-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: -ms-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: -o-linear-gradient(top, #E94D3D, #E94D3D);
    background-image: linear-gradient(to bottom, #E94D3D, #E94D3D);
}
