.red {
	color: red;
}

.green {
	color: green;
}

.amcharts-pie-slice {
	transform: scale(1);
	transform-origin: 50% 50%;
	transition-duration: 0.3s;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	cursor: pointer;
	box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
	transform: scale(1.1);
	filter: url(#shadow);
}

.blue {
	color: #4884BC;
}

.black {
	color: black;
}

#chartdiv {
	width: 100%;
	height: 500px;
	font-size: 11px;
}

.errorMessage {
	background-color: #cc5965 !important;
	display: inline-block !important;
	margin-left: 5px !important;
}

.text-info {
    color: #3bafda !important;
}

.text-error {
	color: #b94a48 !important;
}

.text-warning {
	color: #f6bb42 !important;
}

.selectedLine {
	/* 	background-color: #0793cd !important; */
	
}

.DTTT_button {
	display: none !important;
}

.color-white {
	color: #FFFFFF;
}

div .amcharts-chart-div a {
	display: none ! important;
}

.btn.disabled, .btn[disabled] {
	font-style: italic;
}

.no-list {
	list-style-type: none
}

.feedbackSize {
	font-size: 12px;
}

.heading-height {
	max-height: 75px !important;
}

@media only screen and (min-width: 768px) {
	.feedbackSize {
		font-size: 10px;
	}
	.heading-height{
		max-height: 85px !important;
	}
}

@media only screen and (min-width: 1170px) {
	.feedbackSize {
		font-size: 10px;
	}
	.heading-height{
		max-height: 75px !important;
	}
}

.triangleR {
	border-width: 5px 0px 5px 7px !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

ul, ol, li {
	list-style-type: none;
}

.triangleL {
	border-width: 5px 7px 5px 0px !important;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
}

.ibox-contentDomain {
	background-color: #ffffff;
	color: inherit;
	padding: 8px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0px;
	margin-left: 125px;
}

#feedbakMsg li {
	display: block;
	list-style-type: none;
}

.initWidgetWhite-bg {
	background-color: #ffffff;
	color: #676a6c;
	border: 2px solid #6380b9;
	opacity: 0.5;
}

.wellHeader {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	/*     margin-bottom: 20px; */
	min-height: 20px;
	padding: 19px;
}

.red {
	color: red;
}

.green {
	color: green;
}

.panel-primary {
	border-color: #1ab394 !important;
}

.panel-primary>.panel-heading {
	background-color: #1ab394 !important;
	border-color: #1ab394 !important;
}

.panel-success {
	border-color: #1c84c6;
}

.panel-success>.panel-heading {
	background-color: #1c84c6;
	border-color: #1c84c6;
	color: #ffffff;
}

.panel-info {
	border-color: #23c6c8;
}

.panel-info>.panel-heading {
	background-color: #23c6c8;
	border-color: #23c6c8;
	color: #ffffff;
}

.panel-warning {
	border-color: #f8ac59;
}

.panel-warning>.panel-heading {
	background-color: #f8ac59;
	border-color: #f8ac59;
	color: #ffffff;
}

.panel-danger {
	border-color: #ed5565;
}

.panel-danger>.panel-heading {
	background-color: #ed5565;
	border-color: #ed5565;
	color: #ffffff;
}

.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active
	{
	background: #9abacd none repeat scroll 0 0 !important;
	color: #fff;
}

.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active
	{
	background: #1c84c6 none repeat scroll 0 0 !important;
	color: #fff;
	cursor: default;
}

.inlineBlock {
	display: inline-block !important;
}

.displayNone {
	display: none !important;
}

.text-navy {
	color: #6380b9;
}

.text-success {
	color: #70ca63 !important;
}

.text-error {
	color: #e9573f !important;
}

.tooltip-inner {
	white-space: pre-wrap;
}

.green{
	color: #00cc00;
}

.tooltipDIV {
	color: #6380b9;
    position: absolute;
    top: 10px;
    right: 0px;
/*     background-color: white; */
    width:30px;
    text-align: center;
    border-radius: 10px;
}

.tooltipStatus{
	
}

/* Tooltip text */
.tooltipStatus .tooltiptext-warning {
	visibility: hidden;
	width: 400px;
	background-color: #f8ac59;
	border-color: 1px blue;
	color: #ffffff;
	text-align: left;
	padding: 5px 8px;
	border-radius: 6px;
	white-space: pre-wrap;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipStatus:hover .tooltiptext-warning {
	visibility: visible;
	white-space: pre-wrap;
}

/* Tooltip text */
.tooltipStatus .tooltiptextStatus-danger {
	visibility: hidden;
	width: 400px;
	background-color: #ec6f5a;
	border-color: 1px blue;
	color: #ffffff;
	text-align: left;
	padding: 5px 8px;
	border-radius: 6px;
	white-space: pre-wrap;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipStatus:hover .tooltiptextStatus-danger {
	visibility: visible;
	white-space: pre-wrap;
}


/* Tooltip text */
.tooltipStatus .tooltiptextStatus-success {
	visibility: hidden;
	width: 400px;
	background-color: #70ca63 ;
	border-color: 1px blue;
	color: #ffffff;
	text-align: left;
	padding: 5px 8px;
	border-radius: 6px;
	white-space: pre-wrap;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipStatus:hover .tooltiptextStatus-success {
	visibility: visible;
	white-space: pre-wrap;
}


/* Tooltip text */
.tooltipDIV .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: #f8ac59;
	border-color: 1px blue;
	color: #ffffff;
	text-align: left;
	padding: 5px 8px;
	border-radius: 6px;
	white-space: pre-wrap;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipDIV:hover .tooltiptext {
	visibility: visible;
	white-space: pre-wrap;
}

/* Tooltip text */
.tooltipDIV .tooltiptext-danger {
	visibility: hidden;
	width: 400px;
	background-color: #ec6f5a;
	border-color: 1px blue;
	color: #ffffff;
	text-align: left;
	padding: 5px 8px;
	border-radius: 6px;
	white-space: pre-wrap;
	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipDIV:hover .tooltiptext-danger {
	visibility: visible;
	white-space: pre-wrap;
}

.requiredLabel::after {
	color: red;
	content: "*";
}

.jeegy-label-transmitting::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #6380b9;
	content: "\f09e";
	margin-right: 5px;
}

.jeegy-label-success::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #5cb85c;
	content: "\f00c";
	margin-right: 5px;
}

.jeegy-label-error::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #ed5565;
	content: "\f00d";
	margin-right: 5px;
}

.jeegy-label-info::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #6380b9;
	content: "\f129";
	margin-right: 5px;
}

.jeegy-label-warning::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f0ad4e;
	content: "\f071";
	margin-right: 5px;
}

.modal-confirmation .modal-header {
	border-bottom: none !important;
}

.modal-confirmation .modal-footer {
	border-top: none !important;
}

.number {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 36px;
	margin-bottom: 0;
	padding-top: 0px;
	text-align: right;
}

.desc {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: right;
}

.truncat {
	/*width: 250px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.inlineBlock {
	display: inline-block !important;
}

.displayNone {
	display: none !important;
}

#feedbakMsg li {
	display: block;
	list-style-type: none;
}

.initWidgetWhite-bg {
	background-color: #ffffff;
	color: #676a6c;
	border: 2px solid #6380b9;
	opacity: 0.5;
}

.wellHeader {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	/*     margin-bottom: 20px; */
	min-height: 20px;
	padding: 19px;
}

div .amcharts-chart-div a {
	display: none ! important;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.divchart{
	background-color: #fff;
	border-top: 1px solid #ddd !important;
	border-bottom: 0 solid !important;
	border-left: 0 solid  !important;
	border-right: 1px solid #ddd !important;
	/*border: (1px solid #ddd !important) (1px solid #ddd !important) (0 solid  !important) (0 solid  !important);*/
	margin-bottom: 20px;
}
.unborder {
	border: 0px solid !important;
}
.unpadding {
	padding: 0px !important;
}

.tray500{
	width: 500px;
}
.tray600{
	width: 600px;
}

#skin-toolboxDeploy {
    overflow: visible !important;
    position: fixed;
    right: -230px;
    top: 122px;
    transition: right 0.1s ease-in-out 0s;
    width: 230px;
    z-index: 999;
}
#skin-toolboxDeploy.toolbox-open {
    right: 0;
	 width: 700px;
}	

#skin-toolboxDeploy .panel-heading {
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    height: 47px;
    line-height: 42px;
    margin-right: 30px;
    right: 44px;
    width: 100% !important;
}



#skin-toolboxSchedule {
    overflow: visible !important;
    position: fixed;
    right: -230px;
    top: 122px;
    transition: right 0.1s ease-in-out 0s;
    width: 230px;
    z-index: 999;
}
#skin-toolboxSchedule.toolbox-open {
    right: 0;
	 width: 400px;
}	

#skin-toolboxSchedule .panel-heading {
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    height: 47px;
    line-height: 42px;
    margin-right: 30px;
    right: 44px;
    width: 100% !important;
}



#skin-toolboxThem {
    overflow: visible !important;
    position: fixed;
    right: -230px;
    top: 120px;
    transition: right 0.1s ease-in-out 0s;
    width: 230px;
    z-index: 999;
}
#skin-toolboxThem.toolbox-open {
    right: 0;
}
#skin-toolboxThem .panel-heading {
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    height: 47px;
    line-height: 42px;
    margin-right: 30px;
    right: 44px;
    width: 274px;
}
#skin-toolboxThem .panel-heading .panel-title {
    padding-left: 40px;
}
#skin-toolboxThem .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 23px;
}
#skin-toolboxThem .panel-icon {
    font-size: 22px;
    padding-left: 6px;
    padding-right: 20px;
}

.btn.btn-alt.item-cancel {
    border-left-color: #e9573f !important;
    color: #666;
    opacity: 1;
    transition: all 0.2s ease 0s;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08)!important;
}

tr.shown + tr {
    background-color: white;
}

table.dataTable td.dataTables_empty {
    background: #f6f6f6 none repeat scroll 0 0 !important;
    padding: 50px !important;
    text-align: center !important;
}

.initWidgetWhite-bg {
    background-color: #ffffff;
    color: #676a6c;
    border: 2px solid #6380b9;
    opacity: 0.5;
}


.divContainer {
    width: 60px;
    height: 60px;			   		
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;			
    margin: auto;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 160px;
  height: 160px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hiddenStyle{
	visibility: hidden;
}

.bootbox-dialog .modal-body {
    max-height: 420px;
    overflow-y: auto;
}

.modal-dialog {
    margin: 100px auto;
    width: 600px;
}

.left-indent {
	margin-left:15px;
}

.text-bold {
	font-weight:bold;
}

.text-center {
	text-align:center;
} 

.text-bold {
	font-weight:bold;
}

a {
	cursor : pointer;
}

a:hover {
	text-decoration : none;
}

.clickable {
	cursor : pointer;
}

.tooltip-inner {
	background-color: #4a89dc;
}

#log-area-table .label{
	color:white;
}

.red-border {
	border-color : #e9573f!important;
}

tr[linked-to-entry] div {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
    color: #333;
	border: solid 1px #e5e5e5;
	background-color: #f5f5f5!important;
}

.loaderLog {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  margin : auto;
  border-top: 8px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

div.slider {
    display: none;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.loaderModal {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  margin : auto;
  border-top: 8px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loaderTable {
	position : relative;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	text-align: center;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
	border: 8px solid #f3f3f3;
  	border-radius: 50%;
  	margin : auto;
  	border-top: 8px solid #3498db;
  	width: 50px;
  	height: 50px;
  	-webkit-animation: spin 1.5s linear infinite;
  	animation: spin 1.5s linear infinite;
}

.loadingDiv{
	position : relative;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	text-align: center;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
	border: 8px solid #f3f3f3;
  	border-radius: 50%;
  	margin : auto;
  	border-top: 8px solid #3498db;
  	width: 100px;
  	height: 100px;
  	-webkit-animation: spin 1.5s linear infinite;
  	animation: spin 1.5s linear infinite;
}
.button{
	border-radius: 2px !important;
}
.btn{
	border-radius: 2px !important;
}

.errorMessageEm{
  	color: #de888a;
    display: block !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    font-style: normal;
    line-height: normal;
    margin-top: 6px;
    padding: 0 3px;
}

.errorDivContainer {
	background-color: #cc5965 !important;
}

.text-default{
	color: #191919;
}
.widthGreat_important{
	width: 100% !important;
}

.LabelInput {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #eee #eee #eee #4a89dc;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #aaa;
    font-size: 16px;
    height: 43px;
    padding: 10px 20px;
}
.LabelInputDanger {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #eee #eee #eee #e9573f;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #aaa;
    font-size: 16px;
    height: 43px;
    padding: 10px 20px;
}
.LabelInputSuccess {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #eee #eee #eee #70ca63;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #aaa;
    font-size: 16px;
    height: 43px;
    padding: 10px 20px;
}

.opacity-texte{
	opacity:0.4;
}

.td-nopadding{
	padding-top: 0px !important;
}

.scrollbarPanel{
	height:300px;
	overflow-y:scroll;
}


.tooltipStatus .tooltiptext-block {
	width: 400px;
	border-color: 1px blue;
	text-align: left;
	border-radius: 6px;
	white-space: pre-wrap;
}

.return-previous {
    background-color: #eaeaea;
    border-radius: 3px;
    height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -3px;
    width: 30px;
}

.modal-ajax {
	display:    block;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background-image: url('../img/ajax-loader.gif');
	background-color: rgba( 255, 255, 255, .8 );
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px;
}


.modal-t {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background-image: url('../img/ajax-loader.gif');
	background-color: rgba( 255, 255, 255, .8 );
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}

.project-list table tr td {
	border-top: none;
	border-bottom: 1px solid #e7eaec;
	padding: 15px 10px;
	vertical-align: middle;
}

.project-actions {
    text-align: right;
    vertical-align: middle;
}
.project-title a {
	font-size: 14px;
	color: #676a6c;
	font-weight: 600;
}

.panel-tabs.panel-tabs-border-bottom > li.active > a {
    border-bottom: 2px solid #4a89dc;
    margin-top: 1px;
}

.hiddenVisibility {
	visibility: hidden;
}

/*===============================================
  Scroller - Panel Style
================================================= */
.panel-scroller {
  padding: 0;
  height: 600px;
  max-height: 600px;
  overflow: hidden;
}
/* scroller content */
.panel-scroller .scroller-content {
  padding: 12px;
}
/* scroller bar container */
.panel-scroller .scroller-bar {
  width: 14px;
  background: #f7f7f7;
  border-left: 1px solid #e7e7e7;
}
/* scroller bar container handle */
.panel-scroller .scroller-handle {
  right: 4px;
  width: 5px;
  height: 20px;
  border-radius: 4px;
}
/*===============================================
  Scroller Bar - Height Options
================================================= */
.scroller-xs {
  height: 125px;
  max-height: 125px;
}
.scroller-sm {
  height: 200px;
  max-height: 200px;
}
.scroller-md {
  height: 300px;
  max-height: 300px;
}
.scroller-lg {
  height: 400px;
  max-height: 400px;
}

.scroller-ses {
/*   height: 623px; */
/*   max-height: 623px; */
}
/*===============================================
  Scroller Bar Style
================================================= */
.scroller-thick .scroller-bar {
  width: 12px;
}
.scroller-thick .scroller-handle {
  width: 12px;
  right: 0;
  border-radius: 0;
}
/*===============================================
  Scroller Bar - Overlay Style
================================================= */
/* scroller bar container overlay mode */
.panel-scroller.scroller-overlay .scroller-bar {
  background: transparent;
  border: 0;
}
.panel-scroller.scroller-overlay .scroller-handle {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.panel-scroller.scroller-overlay:hover .scroller-handle {
  opacity: 1;
}
.panel-scroller.scroller-overlay .scroller-content {
  padding: 0;
  margin-right: -17px;
}
/* scroller nopad helper */
.scroller.scroller-pn .scroller-content {
  padding: 0 !important;
}
/*===============================================
  Scroller Contextuals
================================================= */
.scroller-primary .scroller-handle {
  background: #4a89dc;
}
.scroller-success .scroller-handle {
  background: #70ca63;
}
.scroller-info .scroller-handle {
  background: #3bafda;
}
.scroller-warning .scroller-handle {
  background: #f6bb42;
}
.scroller-danger .scroller-handle {
  background: #e9573f;
}
.scroller-alert .scroller-handle {
  background: #967adc;
}
.scroller-system .scroller-handle {
  background: #37bc9b;
}
.scroller-dark .scroller-handle {
  background: #3b3f4f;
}
/* inverse light contextuals */
.scroller-light .scroller-handle,
.scroller-white .scroller-handle {
  background: #fafafa;
}
.scroller-light .scroller-bar,
.scroller-white .scroller-bar {
  border-left: 0;
  background: transparent;
}

/* define height for panels with scrollers */
.scroller-navbar {
/*   max-height: 700px; */
}

.high_frequency{
	display: none;
}

.low_frequency{
	display: none;
}
.findbox_frequency{
	display: none;
}

.state-error-ses {
    color: #de888a;
    display: block !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    font-style: normal;
    line-height: normal;
    margin-top: 6px;
    padding: 0 3px;
}

.icon-inversly{
	 color: #999;
     transform: scale(-1, 1);
}


#topbar-dropmenu_filter {
/*     background: rgba(0, 0, 0, 0) url("../../../img/patterns/topbar-bg.jpg") repeat scroll -60px top; */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
    display: none;
    height: auto;
    overflow: hidden;
    padding: 17px 20px 10px;
    position: relative;
    top: 1px;
    width: 100%;
/*     z-index: 9999; */
}

#tab2_2 .amcharts-chart-div svg g g path[fill-opacity="1"]:hover{
	cursor:pointer;
}

.wcol{
	width: 3px !important;
}

.white-dark{
/* 	background-color: #fafafa !important; */
}

div.controlMode.switch-info input:checked + label {
    background-color: #e9573f;
}
div.controlMode label {
    background: #3bafda none repeat scroll 0 0;
    color: transparent;
}

.div-disabled
{
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}
.mb7{
	margin-bottom: 7px !important;
}

#retail-chain-manager-email:invalid{
	box-shadow: 0 0 3px #fff;
}

.note-help-dialog p {
	display: none !important;
}

.panel-body {
   
}
