
#content
{
  position:absolute; left: 0; right: 0; bottom: 40px; top: 0px;
}

#funnel_container {
   overflow: hidden;
   position: relative;
   width: 100%;
   border-width: thin; background: repeating-linear-gradient(45deg, rgb(238, 238, 238), rgb(238, 238, 238) 10px,
                                    rgb(229, 229, 229) 10px, rgb(229, 229, 229) 20px);
}

#funnel_data {

   width: 4000px; 
   height: 2000px;
   background: rgb(79, 79, 79); 
   transform: matrix(0.5, 0, 0, 0.5, -1230.75, -683.333); 
   transform-origin: 50% 50% 0px; 
   cursor: move; 
   transition: none;
}

.h2_text {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 15px 4px 0;
    line-height: 29px;
    color: black;
}

.input_big {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 98%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
    padding: 20px;
}

.flowchart-operator-connector-label {
    font-size: smaller !important;
}

.flowchart-operator-disable {
    position: absolute !important;
    width: 140px !important;
    border: 2px solid #4d4d4d !important;
    color: #6c6c6c !important;
    background: #525252 !important;
    height: auto !important;
    white-space: inherit !important;
}

.flowchart-operator.selected {
    #-moz-box-shadow: 0 0 30px #fff91a;
    #-webkit-box-shadow: 0 0 30px #fff91a;
    #box-shadow: 0px 0px 25px #fff91a !important;
    border: 3px solid #ffffff !important;
}

.flowchart-page {
    position: absolute !important;
    width: 140px !important;
    border: 2px solid #ffffff !important;
    color: white !important;
    background: #339393 !important;
    height: auto !important;
    white-space: inherit !important;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-offer {
    position: absolute !important;
    width: 140px !important;
    border: 2px solid #ffffff !important;
    color: white !important;
    background: #ff7300 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 5px;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-traffic {
    position: absolute !important;
    width: 140px !important;
    border: 2px solid #ffffff !important;
    color: white !important;
    background: #378239 !important;
    height: auto !important;
    white-space: inherit !important;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-traffic-bot {
    border: 2px solid #000000 !important;
    color: black !important;
}

.flowchart-rotator {
    position: absolute !important;
    width: 125px !important;
	border: 2px solid #ffffff !important;
    color: white !important;
    background: #1c84c6!important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 15px;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-rotator.selected, .flowchart-condition.selected {
    border: 4px solid #ffffff !important;
}

.flowchart-redirector {
    position: absolute !important;
    width: 125px !important;
	border: 2px solid #ffffff !important;
    color: white !important;
    background: #053554 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 15px;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-redirector.selected {
    border: 4px solid #ffffff !important;
}

.flowchart-condition {
    position: absolute !important;
    width: 125px !important;
	border: 2px solid #ffffff !important;
    color: white !important;
    background: #5f4563 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 15px;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-script {
    position: absolute !important;
    width: 125px !important;
    border: 2px solid #ffffff !important;
    color: white !important;
    background: #000000 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #000000;
}

.flowchart-operator .flowchart-operator-title {
    border-bottom: 1px solid #aaaaaa !important;
}

.sfunnel_btn {
    border: none;
    border-radius: 2px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    min-height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 1.5rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.sfunnel_btn_margin_top {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sfunnel_btn_margin_bottom {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sfunnel_btn_table_line {
    border: none;
    border-radius: 2px;
    display: inline-block;
    font-weight: 500;
    height: 25px;
    min-height: 25px;
    line-height: 25px;
    outline: 0;
    padding: 0 1.5rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.sfunnel_btn:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);
}

.sfunnel_btn_green {
	background-color: #409f51;
}

.sfunnel_btn_green:hover {
    background-color: #4ecd73;
    color: #fff;
}

.sfunnel_btn_red {
    background-color: #CC3030;
}

.sfunnel_btn_red:hover {
    background-color: #FF0025;
    color: #fff;
}

.sfunnel_btn_blue {
    background-color: #4a82cc;
}

.sfunnel_btn_blue:hover {
    background-color: #55aaff;
    color: #fff;
}


.sfunnel_btn_blue_2 {
    background-color: #a4b2cb;
}

.sfunnel_btn_blue_2:hover {
    background-color: #b94a48;
    color: #fff;
}

.sfunnel_btn_yellow {
    background-color: #EEBC09;
    color: white;
}

.sfunnel_btn_yellow:hover {
    background-color: #eea828;
    color: white;
}

.sfunnel_btn_gray {
    background-color: #C8C9D2;
}

.sfunnel_btn_gray:hover {
    background-color: #d7d8e1;
    color: #fff;
}

.mfp-waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sf-alert {
    padding: 10px;
    background-color: #36A0F4;
    color: white;
    margin-bottom: 15px;
    width: 96%;
}

.sf-alert-red {
    padding: 10px;
    background-color: #f4430b;
    color: white;
    margin-bottom: 15px;
    width: 96%;
}

.btn_sf_detalhe_statisticas {
    float:right;
}


.routesTable {
    width: 100%;
}


.badge-condition {
    position: relative !important;
    border: 1px solid #ffffff !important;
    color: white !important;
    background: #5f4563 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-script {
    position: relative !important;
    border: 1px solid #ffffff !important;
    color: white !important;
    background: #000000 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000000;
    padding-left: 5px;
    padding-right: 5px;
}


.badge-offer {
    position: relative !important;
    border: 1px solid #ffffff !important;
    color: white !important;
    background: #ff7300 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-traffic {
    position: relative !important;
    border: 1px solid #ffffff !important;
    color: white !important;
    background: #378239 !important;
    height: auto !important;
    white-space: inherit !important;
    box-shadow: 0px 0px 5px #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-rotator {
    position: relative !important;
    border: 1px solid #ffffff !important;
    color: white !important;
    background: #5f4563 !important;
    height: auto !important;
    white-space: inherit !important;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-page {
    position: relative !important;
    border: 1px solid #ffffff !important;
    color: white !important;
    background: #339393 !important;
    height: auto !important;
    white-space: inherit !important;
    box-shadow: 0px 0px 5px #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-line {
    position: relative !important;
    color: rgb(175, 175, 175) !important;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: bolder;
}
.funnel-footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 40px;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
