/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
/*body {font: 13px Helmet, Freesans, sans-serif;padding-right: 0px!important;}*/
body {font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	padding-right: 0 !important;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;font-family: 'Roboto', sans-serif;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* Custom classes
--------------------------------------------*/

.wrapper {

	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:100%;
	padding: 0px;
	border:0px;

}

.clear {

    clear:both;

}
.page_marker_gold{
	padding-left: 35px;
	border-left: 15px solid rgba(249, 168, 37, 0.54);
}
.page_marker_green{
	padding-left: 35px;
	border-left: 15px solid rgba(58,151,102,0.5);
}
.page_break {

	clear:both;
	page-break-before: always;

}

.row {

    clear:both;

}

.z_infront{
	z-index: 2;
}

/* Table classes
--------------------------------------------*/
.wrapper_table {

	position:relative;
	width:100%;
	height:100%;
	padding:0px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-15px;

}

.wrapper_table_left_column {

	width:50%;
	height:100%;
	/*border-right:1px solid #808080;*/

}

.wrapper_table_right_column {

	width:50%;
	height:100%;
	/*border-right:1px solid #808080;*/

}

/* Last Week heading classes
--------------------------------------------*/
.last_week_heading {

}

.last_week_heading_name {

	color:#666666;
	font-size:28px;
	margin-top:11px;
	margin-left:8px;

}

.last_week_heading_date {

	font-size:14px;
	margin-top:-11px;

}

/* This Week heading classes
--------------------------------------------*/
.this_week_heading {

}

.this_week_heading_name {

	color:#666666;
	font-size:28px;
	margin-top:11px;
	margin-left:8px;

}

.this_week_heading_date {

	font-size:14px;
	margin-top:-11px;

}

/* Boxes
--------------------------------------------*/
.quarter_boxes {

	background-image: url("/onesheet/images/border_top_bg_box.png");
  background-repeat: repeat-x;
	width:186px;
	height:150px;

}

.half_boxes {

	background-image: url("/onesheet/images/border_top_bg_box.png");
    background-repeat: repeat-x;
	width:438px;
	height:161px;

}

.square_circles {

	width:78px;
	height:78px;
	text-align:center;
	vertical-align:middle;
	padding-top:3%;

}

.square_circles_fifty {

	width:50px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	padding-top:3%;

}

.square_circles_sixty {

	width:60px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	padding-top:6%;

}

.border_white_right_left{
	border-left: 5px solid white;
	border-right: 5px solid white;
}
/* Ribbon classes
--------------------------------------------*/
.left_ribbon {

	height:162px;
	width:33px;
	background-color: #666666;
	color:#ffffff;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	border-radius: 0px 0px 5px 5px;

}

.left_ribbon_tall {

	height:342px;
	width:33px;
	background-color: #666666;
	color:#ffffff;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	border-radius: 0px 0px 5px 5px;

}

.left_ribbon_short {

	height:129px;
	width:33px;
	background-color: #666666;
	color:#ffffff;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	border-radius: 0px 0px 5px 5px;

}

.top_ribbon {

	border-radius: 0px 5px 5px 0px;

}

.right_ribbon {

	border-radius: 0px 5px 5px 0px;

}

.right_ribbon_circle {

	border-radius: 30px;
	border: 1px solid black;

}

.inline_block{

	display: inline-block;

}
.block{

	display: block;

}
/* Image classes
--------------------------------------------*/
.one_on_one_image {

	display:inline;
	float:left;

}

.the_plan_image {

	display:inline;
	float:left;

}

/* Backgrounds
--------------------------------------------*/
.background_color_gold {

	background-color:#f9a825;

}

.background_color_green {

	background-color:#17975f;

}

.background_color_green_dark {

	background-color:#0c4c30;

}

.background_color_light_light_grey {

	background-color:#E0E0E0;

}
.background_color_lighter_grey {

	background-color:#A7A4A4;

}

.background_color_light_grey {

	background-color:#808080;

}

.background_color_grey {

	background-color:#666666;

}

.background_color_red {

	background-color:#d84315;

}

.background_color_white {

	background-color:#ffffff;

}


.background_dotted {

	background-image: url("/onesheet/images/border_top_bg_box.png");
    background-repeat: repeat-x;
	width:100%;
	height:5px;
}

.background_dotted_elastic {

	background-image: url("/onesheet/images/border_top_bg_box.png");
    background-repeat: repeat-x;
	width:100%;
	background-position: center;

}


/* Floats
--------------------------------------------*/
.float_left {

	float:left;

}

.float_right {

	float:right;

}


/* Margins
--------------------------------------------*/
.margin_top_five {

	margin-top:5px;

}

.margin_top_ten {

	margin-top:10px;

}

.margin_top_fifteen {

	margin-top:15px;

}

.margin_top_twenty {

	margin-top:20px;

}

.margin_top_twenty_five {

	margin-top:25px;

}

.margin_top_thirty {

	margin-top:30px;

}

.margin_top_thirty_five {

	margin-top:35px;

}

.margin_top_forty {

	margin-top:40px;

}

.margin_top_forty_five {

	margin-top:45px;

}

.margin_top_fifty {

	margin-top:50px;

}

.margin_top_fifty_four {

	margin-top:54px;

}

.margin_top_fifty_five {

	margin-top:55px;

}

.margin_top_sixty_five {

	margin-top:65px;

}

.margin_top_seventy_three {

	margin-top:73px;

}

.margin_top_seventy_five {

	margin-top:75px;

}

.margin_top_ninety_five {

	margin-top:95px;

}

.margin_top_one_hundred_five {

	margin-top:105px;

}

.margin_top_one_twenty_five {

	margin-top:125px;

}

.margin_top_one_fifty {

	margin-top:150px;

}

.margin_top_one_sixty {

	margin-top:160px;

}

.margin_top_one_seventy_five {

	margin-top:175px;

}

.margin_top_one_eighty_five {

	margin-top:185px;

}

.margin_top_negative_five {

	margin-top:-5px;

}

.margin_top_negative_ten {

	margin-top:-10px;

}

.margin_top_negative_twenty {

	margin-top:-20px;

}

.margin_top_negative_twenty_three {

	margin-top:-23px;

}

.margin_top_negative_twenty_five {

	margin-top:-25px;

}

.margin_left_five {

	margin-left:5px;

}

.margin_left_ten {

	margin-left:10px;

}

.margin_left_twenty {

	margin-left:20px;

}

.margin_left_twenty_five {

	margin-left:25px;

}

.margin_left_thirty {

	margin-left:30px;

}

.margin_left_thirty_five {

	margin-left:35px;

}

.margin_left_forty {

	margin-left:40px;

}

.margin_right_three {

	margin-right:3px;

}

.margin_right_five {

	margin-right:5px;

}

.margin_right_ten {

	margin-right:10px;

}

.margin_right_fifteen {

	margin-right:15px;

}

.margin_right_twenty {

	margin-right:20px;

}

.margin_right_forty {

	margin-right:40px;

}

.margin_right_forty_five {

	margin-right:45px;

}

.margin_left_negative_five {

	margin-left:-5px;

}

.margin_left_negative_ten {

	margin-left:-10px;

}

.margin_left_negative_twenty {

	margin-left:-20px;

}

.margin_left_negative_thirty {

	margin-left:-30px;

}

.margin_left_negative_seventy {

	margin-left:-70px;

}

.margin_left_negative_eighty {

	margin-left:-80px;

}

.margin_left_margin_right_auto {

	margin-left:auto;
	margin-right:auto;

}

.margin_top_margin_bottom_auto {

	margin-top:auto;
	margin-bottom:auto;

}
.margin_bottom_four{
	margin-bottom: 4px;
}
.margin_bottom_fifteen{
	margin-bottom: 15px;
}
.padding_left_zero{
	padding-left:0px !important;

}

.padding_left_3px{
	padding-left:3px;

}
.padding_left_five {

	padding-left:5px;

}
.padding_left_fifteen {

	padding-left:15px;

}
.padding_left_thirty {

	padding-left:30px;

}
.padding_right_five {

	padding-right:5px;

}

.padding_top_three {

	padding-top:3px;

}
.padding_top_five {

	padding-top:5px;

}

.padding_top_ten {

	padding-top:10px;

}

.padding_top_twelve {

	padding-top:12px;

}

.padding_top_thirteen {

	padding-top:13px;

}

.padding_top_fifteen {

	padding-top:15px;

}

.padding_top_seventeen {

	padding-top:17px;

}

.padding_top_twenty {

	padding-top:20px;

}

.padding_top_twenty_five {

	padding-top:25px;

}
.padding_bottom_four{
	padding-bottom: 4px;
}

/* Line Heights
--------------------------------------------*/
.line_height_ten {

	height:10px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;
    min-height: 10px;

}

.line_height_eleven {

	height:11px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    min-height: 11px;

}

.line_height_twenty {

	height:20px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;
    min-height: 20px;

}

/* Widths
--------------------------------------------*/
.width_five {

	width:5px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;

}

.width_twenty {

	width:20px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;

}

.width_forty {

	width:40px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;

}

.width_sixty {

	width:60px;
	min-width:60px;

}

.width_eighty {

	width:80px;
	min-width:80px;

}

.width_one_hundred {

	width:100px;
	min-width:100px;

}

.width_one_hundred_two {

	width:102px;
	min-width:102px;

}

.width_one_hundred_five {

	width:105px;
	min-width:105px;

}

.width_one_thirty_eight {

	width:138px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;

}


.width_one_fifty_eight {

	width:158px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;

}

.width_one_seventy_eight {

	width:178px;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0%;
    font: inherit;
    vertical-align: baseline;

}

.width_ninety_one {

	width:91px;

}

.width_one_forty {

	width:140px;

}

.width_one_ninety {

	width:190px;

}

.width_two_fifty_eight {

	width:258px;

}

.width_two_forty_three {

	width:243px;

}

.width_two_seventy_eight {

	width:278px;

}

.width_two_ninety {

	width:290px;

}

.width_three_thirty {

	width:330px;

}

.width_three_thirty_five {

	width:335px;

}

.width_three_forty {

	width:340px;

}

.width_three_fifty {

	width:350px;

}

.width_three_sixty {

	width:360px;

}

.width_three_seventy {

	width:370px;

}

.width_three_seventy_five {

	width:375px;

}

.width_three_eighty {

	width:380px;

}

.width_three_eighty_one {

	width:381px;

}

.width_three_ninety {

	width:390px;

}

.width_four_twenty_five {

	width:425px;

}

.width_four_thirty_five {

	width:435px;

}

.width_ten_percent {

	width:10%;
	min-width:10%;
	max-width:10%;

}

.width_fifteen_percent {

	width:15%;
	min-width:15%;
	max-width:15%;

}

.width_twenty_percent {

	width:20%;

}

.width_twenty_two_percent {

	width:22%;

}

.width_twenty_five_percent {

	width:25%;

}

.width_thirty_percent {

	width:30%;

}

.width_thirty_three_percent {

	width:33%;

}

.width_forty_percent {

	width:40%;
	min-width:40%;
	max-width:40%;

}

.width_forty_five_percent {

	width:45%;
	min-width:45%;
	max-width:45%;

}

.width_fifty_percent {

	width:50%;
	min-width:50%;
	max-width:50%;

}

.width_fifty_four_percent {

	width:50%;

}

.width_seventy_five_percent {

	width:75%;

}

.width_eighty_percent {

	width:80%;

}

.width_eighty_seven_percent {

	width:87%;

}

.width_ninety_percent {

	width:90%;

}

.width_ninety_five_percent {

	width:95%;

}
.width_ninety_eight_percent {

	width:97%;

}
.width_ninety_nine_percent {

	width:97%;

}
.width_one_hundred_percent {

	width:100%;

}

/* Heights
--------------------------------------------*/
.height_two {

	height:2px;

}

.height_five {

	height:5px;

}

.height_seven {

	height:7px;

}

.height_ten {

	height:10px;

}

.height_twenty {

	height:20px;

}

.height_twenty_two {

	height:22px;

}

.height_thirty {

	height:30px;

}

.height_thirty_five {

	height:35px;

}

.height_forty {

	height:40px;

}

.height_fifty_five {

	height:55px;

}

.height_sixty {

	height:60px;

}

.height_seventy {

	height:70px;

}

.height_eighty {

	height:80px;

}

.height_one_hundred_five {

	height:105px;
	min-height:105px;

}

.height_one_hundred_seven {

	height:107px;
	min-height:107px;

}

.height_one_hundred_twenty {

	height:120px;
	min-height:120px;

}

.height_one_hundred_twenty_two {

	height:122px;
	min-height:122px;

}

.height_one_hundred_twenty_four {

	height:124px;
	min-height:124px;

}

.height_one_hundred_twenty_seven {

	height:127px;
	min-height:127px;

}

.min_height_one_sixty_two{
	min-height: 162px;
}
.height_one_sixty_two{
	height: 162px;
}
/* Font sizes
--------------------------------------------*/
.font_size_ten {

	font-size:10px;

}

.font_size_twelve {

	font-size:12px;

}

.font_size_fourteen {

	font-size:14px;

}

.font_size_sixteen {

	font-size:16px;

}

.font_size_eighteen {

	font-size:18px;

}
.font_size_twenty {

	font-size:20px;

}

.font_size_twenty_four {

	font-size:24px;

}

.font_size_twenty_eight {

	font-size:28px;

}

.font_size_thirty_two {

	font-size:32px;

}

.font_size_thirty_six {

	font-size:36px;

}

/* Font colors
--------------------------------------------*/
.font_color_red {

	color:#d84315;

}

.font_color_green {

	color:#17975f;

}

.font_color_dark_green{
	color:#33715B;
}
.font_color_light_green {

	color:#8bcaaf;

}

.font_color_grey {

	color:#666666;

}

.font_color_white {

	color:#ffffff;

}

.font_color_gold {

	color:#f9a825;

}

.font_color_light_grey {

	color:#808080;

}
.font_color_l_grey_important {

	color:#999 !important;

}
/* Font weights
--------------------------------------------*/
.font_weight_one_hundred {

	font-weight:100;

}

.font_weight_bold {

	font-weight:bold;

}

/* Text Alignment
--------------------------------------------*/
.text_align_center {

	text-align:center;

}

.text_align_right {

	text-align:right;

}

.text_align_left {

	text-align:left;

}

/* Text Rotations
--------------------------------------------*/
.rotate_ninety {

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

/* Circle Base
--------------------------------------------*/
.circle_base {
    border-radius: 50%;
}

/* Canvas
--------------------------------------------*/
.last_eight {

	padding-top:15px;
	width:425px;
	height:250px;
	margin-bottom:25px;

}

.last_eight_five {

	padding-top:5px;
	width:425px;
	height:250px;
	margin-bottom:25px;

}

.last_eight_graph {

	width:425px;
	height:250px;
	margin-left:25px;
	margin-bottom:30px;

}
.grey_background{
	background: #efefef;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
    .corporate_overview {
        display: none;
    }
		.corporate_overview_small {
        display: default;
    }
		.page_marker_green{
			padding-left: 15px;
			border-left: 5px solid rgba(58,151,102,0.5);
		}
}

@media screen and (min-width: 767px) {
    .corporate_overview_small {
        display: none;
    }
		.corporate_overview {
        display: default;
    }
}
.by_station_closed{
    display: none;
}
.cursor_pointer{
    cursor: pointer;
}

.corporate_wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0px;
}
.center_950{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
@media screen and (min-width: 767px) {
    .center_950{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }


}
.report_box{
    background: white;
    border: 1px solid silver;
    padding: 5px 0;
}
.report_box_totals{
/*    min-height: 280px;*/
/*    padding-bottom: 15px;*/
}
.team_row{
    background: #efefef;
}
.team_row .row_title{
    padding-left: 10px;
	font-size: 13px;
}
.detailed_header{
	padding: 0 !important;
}
.station_row .row_title{
    padding-left: 15px; 
}
.team_row div, .station_row div{
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.station_row {
    color: #9c9c9c;
	font-size: 13px;
}

.team_row td:first-child div, .station_row td:first-child div{
    margin-left: 2px;
}
.team_row td:last-child div, .station_row td:last-child div{
    margin-right: 2px;
}
.report_box_detailed{
    padding: 10px;
}
.view_more{
    border-top: 1px solid #e2e2e2;
    margin-top: 3px;
    color: #d2d0d0
}
.detailed_by_team{
	margin-top: 10px;
    margin-bottom: 25px;
	padding-bottom: 10px;
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px solid #D2D2D2;
}
.detailed_by_team div{
    margin-top: 5px;
}
.chart_holder{
    background-color: #fff;
    padding: 10px 55px;
    border: 1px solid #D2D2D2
}
.chart_line {
    display: inline-block;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    vertical-align: middle;
}
.chart_line_green{
    background: #0B4C30;
    border: 1px solid #0B4C30;
}
.chart_line_orange{
    background: #F9A825;
    border: 1px solid #F9A825;
}
.chart_red_white{
    background: #119963;
    border: 1px solid #119963;
}
.chart_line_blue{
    background: rgba(23, 127, 151, 1);
    border: 1px solid rgba(23, 127, 151, 1);
}


@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.loading-dots span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-dots span:nth-child(2) {
  animation-delay: .2s;
}
.loading-dots span:nth-child(3) {
  animation-delay: .4s;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 4px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FF9900;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.account-cna-table-header {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

.account-cna-table-row {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

.account-cna-row-bg {
	background-color: #E0E0E0;
}

.account-cna-table tr td{
	width: 50% !important;
	padding-left: 50px;
}

.account-cna-table tr th{
	width: 50% !important;
	padding-left: 50px;
}

.account-cna-header-div{
	border-right:4px solid rgb(249, 168, 37);
	width: 280px;
	height: 130px;
	margin-bottom: 10px;
}

.account-cna-header-text-cna{
	font-size: 50px;
	font-weight: bold;
	color: #17975F;
	text-align: right;
	border-bottom:4px solid rgb(249, 168, 37);
	padding: 0px 10px 0px 0px;
}

.account-cna-header-text-report{
	font-size: 50px;
	font-weight: bold;
	color: #17975F;
	text-align: right;
	padding-right: 10px;
}

.account-cna-uploaded-title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 40px 0px 40px 0px;
	padding-left: 50px;
}

.account-cna-table-row a:hover{
	text-decoration: underline !important;
}

.percentage_color_80{
    color: #0c4c30;
}
.percentage_color_50{
    color: #17975F;
}
.percentage_color_10{
    color: #59bc99;
}
/* .width_14_percent{
	width: 14.26666% !important;
} */
@media(max-width:1455px) {
	.open_btn_absolute{
		position: absolute;
		right: 3%;
		top: 13%;
	}
	.date_range_comparisons{
		display: block;
	}
}
@media (min-width: 1200px){
	.width_20_percent{
		width: 20%!important;
	}
	.width_14_percent{
		width: 14.26666% !important;
	}
	.mybob-report-select-quarter {
		width:14.5833333275% !important;
	}

 	.mybob-report-to {
   		width: 4.1555% !important;
    }

    .mybob-report-go {
   		width: 10.4166666625% !important;
    }

    .mybob-report-filter {
   	 	width: 20.833333325% !important;
    }
}

.font_size_twenty_six {
    font-size:26px;
}

.font_size_eighteen {
    font-size:18px;
}

.white_background{
	background-color: #fff !important;
}
.mybob-switch,
.mybob-switch-0,
.mybob-switch-100,
.mybob-switch-99 {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.mybob-switch input,
.mybob-switch-0 input,
.mybob-switch-100 input,
.mybob-switch-99 input{
	display:none;
}

.mybob-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.mybob-slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 0px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.mybob-slider-green:before {
	background-color: #11ad76;
}

input:checked + .mybob-slider {
    background-color: #fff;
}

input:focus + .mybob-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .mybob-slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.mybob-slider.round {
    border-radius: 34px;
    border-color: #a7a7a7;
    border-width: 1px;
    border-style: solid;
}

.mybob-slider.round:before {
    border-radius: 50%;
}

.mybob-report-field {
	border:1px solid #ccc;
	border-radius:4px; 
	padding: 6px 12px;
	width: 100%; 
	line-height:1.42857143;
}

@media(max-width:980px) {

   #rumple_mobile_back_home{
    	display: block !important;
    	display:none; color:#faa824; 
    	font-size: 80px; 
    	position: fixed;  
    	top:0px; 
    	padding:20px; 
    	margin-left: 20px;
    	z-index:9999;
    }

    .my-bob-report-logo {
    	width: 280px !important;
    	margin-left: 40px !important;
    	margin-bottom: 20px !important;
    }

    .my-bob-report-title {
    	margin-top: 20px !important;
    	font-size: 18px !important;
    }
}

.page_break_after {

	clear:both;
	page-break-after: always;

}

.toola .tooltiptext {
	visibility: hidden;
	font-size: 12px;
	width: 250px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 0%;
	left: -360%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.toola .tooltipempty {
	visibility: hidden;
	width: auto;
	background-color: #009762;
	color: #fff;
	padding: 0 5px;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	right: 5%;
	opacity: 0;
	transition: opacity 1s;
}

.toola .tooltipempty::after {
	content: "";
	position: absolute;
	top: 43%;
	left: 102%;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #009762;
}


.toola:hover .tooltipempty {
	visibility: visible !important;
	opacity: 1 !important;
}

.toola .tooltiptext::after {
	content: "";
	position: absolute;
	top: 43%;
	left: 102%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
}

.toola:hover .tooltiptext {
	visibility: visible !important;
	opacity: 1 !important;
}


.tooltipreport .tooltiptext {
	visibility: hidden;
	font-size: 12px;
	width: 250px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 7px;
	position: absolute;
	z-index: 1;
	left: 58%;
	bottom: 97%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

/* .tooltipreport .tooltiptext::after {
	content: "";
  position: absolute;
  top: 87%;
  bottom: -24%;
  margin-left: -12px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
  transform: rotate(88deg);
} */

.tooltipreport:hover .tooltiptext {
	visibility: visible !important;
	opacity: 1 !important;
}

.mybob-map-create-new-customer {
	padding-left: 15px !important;
	font-size: 16px !important;
	color: #018c57 !important;
	font-weight: bold !important;
	text-align: left !important;
}

.mybob-map-account-list {
	text-align: left !important;
}

.mybob-map-create-new-customer.highlighted, .mybob-map-account-list.highlighted, .mybob-map-account-list-group.highlighted{
	background-color:#009762 !important;
	background-image:linear-gradient(#009762 20%,#009762 90%) !important;
	color:#fff !important;
}

.mybob-map-account-list {
	padding-left: 15px !important;
	font-family : 'Roboto',sans-serif !important;
	font-size: 14px !important;
	color: #333;
}

.mybob-map-account-list-group {
	font-weight: bold !important;
	font-size: 14px !important;
	text-align: left !important;
	color: #4e4e4e !important;
}
.exclamation-yellow {
	color: #d0021b;
	font-size: 1em!important;
	line-height: 0em!important;
}

.tooltip-arrow{
	border-top-color: #009762!important;
	bottom: -4px!important;
}

.tooltip-inner{
	background-color: #009762;
	color: #fff;
}

.mybob_map_customer_popup{
	padding: 6px 5px;
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
	/*box-shadow: inset 0px 0px 2px silver;*/
}
.mybob_map_customer_popup_note{
	font-size: 11px;
	color: #757373;
	display: block;
	margin-bottom: 10px;
}
/*.chosen-container-single .chosen-single{*/
	/*-webkit-box-shadow: 0px 0px 0px 5px #D4F1E7!important;*/
	/*-moz-box-shadow: 0px 0px 0px 5px #D4F1E7!important;*/
	/*box-shadow: 0px 0px 0px 5px #D4F1E7!important;*/
/*}*/

/*.chosen-container-active.chosen-with-drop .chosen-single{*/
	/*-webkit-box-shadow: 0px 0px 0px 5px #D4F1E7!important;*/
	/*-moz-box-shadow: 0px 0px 0px 5px #D4F1E7!important;*/
	/*box-shadow: 0px 0px 0px 5px #D4F1E7!important;*/
/*}*/
.chosen-single {
	background: none !important;
	font-family : 'Roboto',sans-serif !important;
	font-size: 14px !important;
	text-align: center !important;
	height: 28px !important;
	padding-top: 2px !important;
}

.chosen-search-input {
	font-family : 'Roboto',sans-serif !important;
	font-size: 14px !important;
}
.chosen-single {
	border-color:#aaa !important;
}
.selected-map-option{
	background: #3b9761;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.font_size_ninety {

	font-size: 90px;

}
/*Mapping modal */
.mybob_map_customer_popup{
	padding: 6px 5px;
	background-color: #FF9800;
	color: white;
	font-weight: bold !important;

	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
	/*box-shadow: inset 0px 0px 2px silver;*/
}
.mybob_map_customer_popup_note{
	font-size: 13px !important;
	color: #4c4c4c !important;
	display: block;
	margin-bottom: 10px;
}
/*End Mapping modal */

.traffic-history-icon{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.hidden-station-history{
	display: none;
}

.filtered_data_label {
	color: #afafaf;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	display: none;
}
.my_customers_history_hidden_fix {
	display: none !important;
}
.background_color_green_important {
	background-color: #009762 !important;
}
.customer-info-action-button:hover {
	color: white;
}

.account_current_owner {
	font-weight: 700;
}
.dashbiard_boxes_item{
	display: flex;
	width: 13%;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.dropdowns_datas{
	float: right;
}
.btn_open_details, .btn_open_details:active,.btn_open_details:focus,.btn_open_details:visited{
	border: none !important;
	background-color: #009762 !important;
	padding: 5px 16px !important;
	color: #fff !important;
}

.new_button_in_report a{
	cursor:pointer;
}
.new_button_in_report img{
	display: inline-block;
	width: 40px;
	line-height: 40px;
	float: right;
	margin-top: 0px;
	margin-left:10px;
}
.mapping_head_title{
	margin-top: 18px ;
}
.mybob-map-create-new-customer.highlighted, .mybob-map-account-list.highlighted, .mybob-map-account-sales-list.highlighted, .mybob-map-account-list-group.highlighted{
	background-color:#009762 !important;
	background-image:linear-gradient(#009762 20%,#009762 90%) !important;
	color:#fff !important;
}
.unmapped_resolve_button{
	border: 1px solid #e6e6e6;
	background-color: #f2f2f2;
	color: #666666;
	border-radius: 2px;
	font-weight: bold;
}
.unmapped_resolve_button img{
	height: 12px;
	margin: 2px 2px 0 0;
}
.btn-filter {
	background: #5DBFC5;
	border: none;
	color: #fff;
}
.icon-btn-light{
	border-color: #aaaaaa;
	padding: 4px 8px;
}
.icon-btn-light span {
	vertical-align: text-top;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.icon-btn-light:hover {
	box-shadow: inset 1px 1px 5px 0px rgb(129 129 129 / 50%);
}
.mc-img-icon-plan {
	height: 26px;
	vertical-align: middle;
}

.custom-filter-lbl-txt {
	color: silver;
	font-style: normal;
}
.error-msg-container {
	color: #8a6d3b;
	padding: 5px;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	text-align: center;
	font-weight: 600;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container video {
	width: 100%;
}
.font-size-12-rep {
	font-size: 12px;
}

.traffic-conditions-table tr{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    /*display: flex;*/
}
.traffic-conditions-table{
    border: 1px solid rgba(0, 0, 0, 1);
}
.traffic-conditions-table td{
    flex-basis: 0;
    flex-grow: 1;
    padding: 10px 5px;
    border-right: 1px solid rgba(0, 0, 0, 1);
    background-color: #dff2f3;
    vertical-align: text-top;
    width: 16%;
}
.traffic-conditions-table td.actions_td{
    flex-basis: fit-content;
    flex-grow: initial;
    border-right: unset;
    background-color: #d6eee6;
    /*align-items: center;*/
    /*display: flex;*/
}
.traffic-conditions-table td.ask_types_td{
    border-left: 1px solid rgba(0, 0, 0, 1);
    background-color: #d6eee6;
}