/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
body {
  font-family: "Roboto",Arial,Helvetica,Sans-Serif;
}
h1,h2,h3,h4 {
	margin:0;
	font-family:"Roboto",Arial,Helvetica,Sans-Serif;
	font-weight:300
}
pre {
  border-radius: 0;
  background-color:#fff;
}
.modal-content{
  border-radius: 0;
}
.center{
  text-align: center;
}
div.app-loading {
    position: fixed ;
}
div.app-loading div.animated-container {
    background-color: #FFF ;
    bottom: 0 ;
    left: 0 ;
    opacity: 1.0 ;
    position: fixed ;
    right: 0 ;
    top: 0 ;
    z-index: 999999 ;
}
/* Used to initialize the ng-leave animation state. */
div.app-loading div.animated-container.ng-leave {
    opacity: 1.0 ;
    transition: all linear 200ms ;
    -webkit-transition: all linear 200ms ;
}
/* Used to set the end properties of the ng-leave animation state. */
div.app-loading div.animated-container.ng-leave-active {
    opacity: 0 ;
}
div.app-loading div.messaging {
    color: #333 ;
    font-family: 'Roboto' ;
    left: 0 ;
    margin-top: -37px ;
    position: absolute ;
    right: 0 ;
    text-align: center ;
    top: 50% ;
    font-weight: 300;
}
div.app-loading h1 {
    font-size: 26px ;
    line-height: 35px ;
    margin: 0px 0px 20px 0px ;
}
div.app-loading p {
    font-size: 18px ;
    line-height: 14px ;
    margin: 0 0 0 0 ;
}
#loading {
  opacity:0.9;
  text-align: center;
  margin-top: 15%;
}
#header>:first-child {
  width: auto;
}
#content  {
  margin-left: 15px;
  padding: 6px 14px;
}
#content_dashboard {
  margin-left: 0px;
  padding: 6px 14px;
}
#header {
  background-color:#0D6CAC;
  height: 70px;
  display:block;
  margin:0;
  position:relative;
	z-index:905;
  border-bottom: 1px solid #fff;
}
.header-right {
  margin-top: 10px;
}
#sub-header {
  background-color:#0D6CAC;
  height: 24px;
  display:block;
  margin:0;
  position:relative;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.languageCp {
  margin-right: 10px;
  margin-top: 2.5px;
}
.languageCp li{
  display: inline-block;
}
.languageCp li > a {
  color: #fff;
  padding-right: 14px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.languageCp li.active > a {
  color: #FAA60D!important;
  font-weight: 600;
}
.minifyme {
  background: #7a95a8;
}
#main {
  padding-bottom:0;
  margin-top: 8px;
}
.minifyme:hover {
  color:#fad785;
  background:#7a95a8;
}
#left-panel {
  padding-top: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.no-padding {
  padding:0px!important;
}
.no-padding-right {
  padding-right: 0;
}
.checkbox-display {
  display: none;
}
.jarviswidget-color-blueDark>header {
  border-color:#7a95a8;
  background: #7a95a8;
  color: #fff;
}
.inner-addon {
  position: relative;
}
.icon_refresh {
  text-align: center;
}
.icon_refresh i {
  color: #747474;
  padding-left: 5px;
  cursor: pointer;
}
.filter-nav li {
  display: inline-block;
  padding-top: 10px;
  padding-right: 15px;
}
.jarviswidget>header {
  color: #fff;
  border: 1px solid #fff!important;
  background: #fff;
  line-height: 0;
}
.jarviswidget>header h2 {
  font-size: 18px!important;
}

.title-sub-header {
  font-size: 16px;
  font-weight: 400!important;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 20px;
  text-shadow:1px 1px 1px #aeaeae;
  font-style: italic;
}
#filter-input {
  margin-top: 20px;
}
#button-filter {
  float: right;
  margin-top:20px;
  margin-bottom: 15px;
  margin-right:10px;
}
aside {
  background-color: rgb(255, 255, 255);
}
table > th > tr {
  background-image: linear-gradient( 90deg, #FFD32E 10px, #EEE 10px, #EEE 11px, transparent 11px);
}
input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
}
input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
input[type=text]::-moz-placeholder {
  font-style: italic;
}
input[type=text]:-ms-input-placeholder {
  font-style: italic;
}

table.table-bordered.dataTable{
  border-collapse:collapse;
}
div.dataTables_wrapper {
  min-height: 250px;
}
.dt-toolbar {
  padding: 10px 20px 10px;
}
.checkboxAll.ng-enter {
  animation: fadeIn 1s;
}
.checkboxAll.ng-leave {
  animation: fadeOut 1s;
}
.headerData {
  position: absolute;
  right: 0;
  top: 0;
}
.settings-chart i{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  color: #8f9da7;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  padding: 0 10px;
}
.settings-chart i:hover {
  color: #4285F4;
}
.custom-btn {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-btn > li{
  text-align: right;
  display: inline-block;
  font-size: 14px;
}
.headerStatData {
  text-align: right;
}
.headerInfoData {
  text-align: right;
}
.borderBottom{
  border-bottom: 1px solid rgb(187, 187, 187);
}
.info-title p{
  padding-left: 10px;
  padding-top: 10px;
}
/* Container
 ------------------------------------------------------------- */
.card {
  -webkit-animation: cardEnter 0.75s ease-in-out 0.5s;
  animation: cardEnter 0.75s ease-in-out 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  max-width: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  opacity: 0;
}

/* Individual Controls
 ------------------------------------------------------------- */
/*-----Radio Button MEASURE PANEL CHART------*/
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 13px;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
}
.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 3px solid #1DB659;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #1DB659;
}
.radio .outer {
  height: 17px;
  width: 17px;
  display: block;
  float: left;
  margin: 7px 10px 7px 10px;
  border: 2px solid #c4cbd2;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 7px;
  width: 7px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #1DB659;
  opacity: 0;
}

/*radio periodicity DAILY in datagrid*/

.radioPeriodicityDaily {
  padding-right: 10px;
  font-size: 12px;
  cursor: pointer;
  line-height: inherit;
}
.radioPeriodicityDaily input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radioPeriodicityDaily input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radioPeriodicityDaily input:checked + .outer {
  border: 3px solid #1E9AEC;
}
.radioPeriodicityDaily input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #1E9AEC;
}
.radioPeriodicityDaily .outer {
  height: 15px;
  width: 15px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  border: 2px solid #1E9AEC;
  border-radius: 50%;
  background-color: #fff;
}
.radioPeriodicityDaily .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 5px;
  width: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #1E9AEC;
  opacity: 0;
}
/*RADIO PERIODICITY WEEKLY*/
.radioPeriodicityWeekly {
  padding-right: 10px;
  font-size: 12px;
  cursor: pointer;
  line-height: inherit;
}
.radioPeriodicityWeekly input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radioPeriodicityWeekly input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radioPeriodicityWeekly input:checked + .outer {
  border: 3px solid #ffbe58;
}
.radioPeriodicityWeekly input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color:#ffbe58;
}
.radioPeriodicityWeekly .outer {
  height: 15px;
  width: 15px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  border: 2px solid #ffbe58;
  border-radius: 50%;
  background-color: #fff;
}
.radioPeriodicityWeekly .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 5px;
  width: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #ffbe58;
  opacity: 0;
}

/*radioPeriodicity MONTHLY*/

.radioPeriodicityMonthly {
  padding-right: 10px;
  font-size: 12px;
  cursor: pointer;
  line-height: inherit;
}
.radioPeriodicityMonthly input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radioPeriodicityMonthly input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radioPeriodicityMonthly input:checked + .outer {
  border: 3px solid #7f99aa;
}
.radioPeriodicityMonthly input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #7f99aa;
}
.radioPeriodicityMonthly .outer {
  height: 15px;
  width: 15px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  border: 2px solid #7f99aa;
  border-radius: 50%;
  background-color: #fff;
}
.radioPeriodicityMonthly .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 5px;
  width: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color:#7f99aa;
  opacity: 0;
}
.missingPeriodicity {
  text-align: center;
}
.missingPeriodicity i {
    color: #333;
    font-size: 18px;
}
.daily_periodicity, .weekly_periodicity, .monthly_periodicity {
  text-align: center;
}
/*-----Radio Button COMPARASION PANEL CHART------*/
.radio-compara {
  display: inline-block;
  padding-right: 20px;
  font-size: 13px;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
}
.radio-compara input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio-compara input:checked + .outer-compara .inner-compara {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio-compara input:checked + .outer-compara {
  border: 3px solid #1DB659;
}
.radio-compara input:focus + .outer-compara .inner-compara {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #1DB659;
}
.radio-compara .outer-compara {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin: 7px 5px 7px 10px;
  border: 2px solid #c4cbd2;
  border-radius: 50%;
  background-color: #fff;
}
.radio-compara .inner-compara {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 10px;
  width: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #1DB659;
  opacity: 0;
}

.tasks-header {
  position: relative;
  line-height: 22px;
  padding-top:8px;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  color: #333;
  background: #fff;
}
#no-border-top {
  border-top:none;
}
.tasks-title {
  line-height: inherit;
  font-size: 11px;
  font-weight: 500;
  color: inherit;
  text-transform: uppercase;
}
.tasks-lists {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  padding: 10px 4px;
  width: 19px;
  height: 3px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.tasks-list-item {
  display: block;
  line-height: 22px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tasks-list-item + .tasks-list-item {
  border-top: 1px solid #f0f2f3;
}

.tasks-list-cb {
  display: none;
}
.tasks-list-mark-disabled {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border: 2px solid #c4cbd2;
  opacity:0.5;
  cursor: not-allowed;
}
.tasks-list-desc-disabled {
  font-weight: bold;
  color: #8a9a9b;
  opacity: 0.5;
  cursor: not-allowed;
}
.tasks-list-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border: 2px solid #c4cbd2;
}
.tasks-list-mark:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -5px;
  height: 6px;
  width: 10px;
  border: solid #1DB659;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tasks-list-cb:checked ~ .tasks-list-mark {
  /*border-color: #FFBE47;*/
  border-color:#1DB659;
}
.tasks-list-cb:checked ~ .tasks-list-mark:before {
  display: block;
}

.tasks-list-desc {
  color: #333;
}

.tasks-list-periodicity {
  line-height: 24px;
  padding: 10px 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tasks-list-desc-daily {
  font-weight: 400;
  color:#333;
  margin-left: 3px;
}
.tasks-list-desc-daily-disabled {
  font-weight: 400;
  color:#333;
  margin-left: 3px;
  opacity: 0.5;
  cursor: not-allowed;
}

.tasks-list-desc-weekly {
  font-weight: 400;
  color:#333;
  margin-left: 3px;
}
.tasks-list-desc-weekly-disabled {
  font-weight: 400;
  color:#333;
  margin-left: 3px;
  opacity: 0.5;
  cursor: not-allowed;
}
.tasks-list-desc-monthly {
  font-weight: 400;
  color:#333;
  margin-left: 3px;
}
.tasks-list-desc-monthly-disabled {
  font-weight:400;
  color:#333;
  margin-left: 3px;
  opacity: 0.5;
  cursor: not-allowed;
}
.tasks-list-icon-daily:before{
  content: "\f073";
  color:#333;
  margin: -5px 0 0 10px;
  font-family:'FontAwesome';
  font-size:16px;
}
.tasks-list-icon-daily-disabled:before{
  content: "\f073";
  opacity:0.5;
  color:#333;
  margin: -5px 0 0 10px;
  font-family: 'FontAwesome';
  font-size:16px;
  cursor: not-allowed;
}
.tasks-list-icon-weekly:before {
  content: "\f073";
  color:#333;
  margin: -5px 0 0 10px;
  font-family: 'FontAwesome';
  font-size:16px;
}
.tasks-list-icon-weekly-disabled:before {
  content: "\f073";
  color:#333;
  margin: -5px 0 0 10px;
  font-family: 'FontAwesome';
  font-size:16px;
  opacity: 0.5;
  cursor: not-allowed;
}
.tasks-list-icon-monthly:before {
  content: "\f073";
  color:#333;
  margin: -5px 0 0 10px;
  font-family: 'FontAwesome';
  font-size:16px;
}
.tasks-list-icon-monthly-disabled:before {
  content: "\f073";
  color:#333;
  margin: -5px 0 0 10px;
  font-family: 'FontAwesome';
  font-size:16px;
  opacity:0.5;
  cursor: not-allowed;
}

.tasks-list-cb:checked ~ .tasks-list-desc-daily {
  color:#1DB659;
  font-weight:500;
}
.tasks-list-cb:checked ~ .tasks-list-icon-daily:before  {
  color:#1DB659;
}
.tasks-list-cb:checked ~ .tasks-list-desc-weekly  {
  /*color: #FFBE47;*/
  color:#1DB659;
  font-weight:500;
}
.tasks-list-cb:checked ~ .tasks-list-icon-weekly:before  {
  color:#1DB659;
}
.tasks-list-cb:checked ~ .tasks-list-desc-monthly  {
  color:#1DB659;
  font-weight:500;
}
.tasks-list-cb:checked ~ .tasks-list-icon-monthly:before  {
  color:#1DB659;
}
.task-icon-periodicity-daily:checked {
  color:#1DB659;
}
.periodicity-icon {
  display: none;
}
.periodicity-icon:checked {
  color:#999;
  font-weight:bold;
  display: block;
}
.radioMonthlyBtn:before {
  content: "\f073";
  color:#333;
  font-family: 'FontAwesome';
  font-size:14px;
}
.radioWeeklyBtn:before {
  content: "\f073";
  color:#333;
  font-family: 'FontAwesome';
  font-size:14px;
}
.radioDailyBtn:before {
  content: "\f073";
  color:#333;
  font-family: 'FontAwesome';
  font-size:14px;
}
.radio-periodicity{
  /* display: inline-block; */
padding-right: 10px;
font-size: 13px;
line-height: 32px;
cursor: pointer;
margin-bottom: 5px;
margin-top: 5px;
}
/*CHECKBOX STYLE */

.checkbox-span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: 1px solid #c4cbd2;
}
.checkbox-span:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;  /*  -4px 0 0 -5px;   */
  height: 5px;
  width: 9px;
  border: solid #868686;/*celeste #00ADFB ----verde #1DB659*/
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tasks-list-cb:checked ~ .checkbox-span {
  border-color:#c4cbd2;/*celeste #00ADFB -----verde #1DB659*/
}
.tasks-list-cb:checked ~ .checkbox-span:before {
  display: block;
}

/*END CHECKBOX STYLE */

div.dataTables_info {
  padding-top: 0px;
  font-size: 12px;
  font-weight: 500;
}
.dt-toolbar {
  border-bottom: 0px;
  padding: 4px 14px 0px;
  background: #fff;
}

nav ul .active>a {
  color:#FAA60D!important;
}
nav ul li ul li .active > a {
  color:#FAA60D!important;
}
nav ul li a {
  color: #333;
  font-weight:400;
  display: flex;
  vertical-align: middle;
}
nav>ul>li {
  text-transform: uppercase;
}
nav ul li .active {
  color:#FAA60D!important;
}
nav ul li ul li a {
  color: #333;
  font-weight: 400;
  padding-left: 42px;
  text-transform: capitalize;
}
nav ul ul li>a:hover {
	background-color:#dadada;
  color: #333;
}
nav ul li a:hover {
  background-color:#dadada;
  color: #333;
}
.minified nav>ul>li>ul>li {
  background: #BDD8EF;
}
.minified nav>ul>li>ul {
  background: #C1D7E7;
}
.minified nav>ul>li>ul>li>ul>li {
 background-color:#f5f5f5;
}
#button-mode .btn{
  margin-bottom: 10px;
  color: #fff;
  border-right: 1px solid #fff;
}
#button-mode .btn:hover {
  color: #636363;
}
#button-mode .btn.active  {
  font-weight: bold;
  background-color: #448ecc!important;
  color:#fff;
}
.btn-dropdown {
  background-color:#2E72B8;
  border-color:#035FAD;
  color:#fff;
}
.btn-dropdown:hover {
  color:#f8bf3a;
}
.btn-dropdown .active {
  color: #f8bf3a;
}
/*Breadcrumb */
.page-title {
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-left: 14px;
}

nav ul ul ul li a {
 color: #333;
 }
.jarviswidget>div {
  border-left:none;
  border-right: none;
  padding: 4px 13px 0px!important;
  border-width: none;
  border-style: none;
}
.jarviswidget header:first-child .nav-tabs li a {
color: #333;
font-size: 12px;
}
.jarviswidget header .nav-tabs>li>a {
  padding: none!important;
}
.jarviswidget header .nav-tabs>li.active>a, .jarviswidget header .nav-tabs>li.active>a:focus, .jarviswidget header .nav-tabs>li.active>a:hover {
  color:#333;
  border: none!important;
  background: none;
}
.checktrue {
  text-align: center;
}

.widget-toolbar {
  border-left: none;
  cursor: default;
}

#table-body {
padding: 0 0 0!important;
}

.projects-table>tbody>tr>td {
  padding: 4px 12px 1px!important;
}
#sub-toolbar {
  background: #fff;
}
.jarviswidget {
  margin:0 0 10px;
  overflow-x:hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.icon-periodicity li {
  display: inline-block;
  padding-right: 4px;
}
.dropdown-menu-large {
  margin-left: -600px;
  margin-right: 0;
}
label {
  color:#333;
  margin-bottom: 0;
}
#dropdown-options {
  color: #fff;
}
.dropdown-menu p {
  color: #428bca;
  font-size: 16px;
  white-space:nowrap;
  line-height:1.42857143;
  display:block;
  padding: 3px 20px;
}

.custom-search-form{
    margin-top:5px;
    margin-bottom: 25px;
}
.filterText p {
  font-size: 14px;
  line-height:normal;
  font-weight:400;
  color: #212121;
  padding:10px 0 10px 0;
}
.btn-default {
  background: #eee;
}
nav ul ul {
  background:rgba(255, 255, 255, 1);
}
.input-append .btn.dropdown-toggle {
    float: none;
}
#dropdownSearch {
  margin:2px 0px 0;
}
.panel {
  margin-bottom: 13px;
  border:none;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}
.btn-input {
   display: block;
}
.btn-input .btn.form-control {
    text-align: left;
}
.btn-input .btn.form-control span:first-child {
   left: 10px;
   overflow: hidden;
   position: absolute;
   right: 25px;
}
.btn-input .btn.form-control .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}
.radio-periodicity_true {
  min-width: 150px;
}
.radio_daily:before {
  font-family: "Glyphicons Halflings";
  content: "\e109";
  color:#1E9AEC;
  font-size: 18px;
  cursor: pointer;
}
.radio_daily:hover:before {
  border-bottom: 2px solid #4285F4;
  padding-bottom: 2px;
}
.radio_weekly:before {
  font-family: "Glyphicons Halflings";
  content: "\e109";
  color:#ffbe58;
  font-size: 18px;
  cursor: pointer;
}
.radio_weekly:hover:before {
  border-bottom: 2px solid #4285F4;
  padding-bottom: 2px;
}
.radio_monthly:before {
  font-family: "Glyphicons Halflings";
  content: "\e109";
  color:#7f99aa;
  font-size: 18px;
  cursor: pointer;
}
.radio_monthly:hover:before {
  border-bottom: 2px solid #4285F4;
  padding-bottom: 2px;
}
.radioSelected {
  border-bottom: 2px solid #4285F4;
}
.radio-periodicity_true ul {
  margin-bottom: 0px!important;
  text-align: center;
  padding-left: 10px;
}
.periodicity-list li {
  display: inline-block;
  padding-right: 10px;
}
.checkboxAll p {
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 20px;
}
#checkbox-table td {
  text-align: center;
}
.dataTable tbody .daily:before {
  color:#1E9AEC;
  font-size: 14px;
  font-family: 'FontAwesome';
  content:"\f274";
  padding-right: 10px;
  text-align: center;
  float: left;
}
.dataTable tbody .weekly:before {
  color:#ffbe58;
  font-size: 14px;
  font-family:"FontAwesome";
  padding-right: 10px;
  content:"\f274";
  text-align: center;
  float: left;
}
.dataTable tbody .monthly:before {
  color:#7f99aa;
  font-size: 14px;
  font-family:"FontAwesome";
  padding-right: 10px;
  content:"\f274";
  text-align: center;
  float: left;
}
.dataTable tbody .periodicityempty:before {
  color:#222;
  font-size: 14px;
  font-family:"FontAwesome";
  padding-right: 10px;
  content:"__";
  text-align: center;
}
div.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  overflow-x:auto;
}
.dataTables_scroll+.dt-toolbar-footer {
  background: #fff;
}
.container-periodicity {
  margin: 0 auto;
}
.hidden {
  display:none;
}
.btn-circle {
  background-color: #448ECC;
  border-color: none;
}
.btn-chart i {
  color: #8f9da7;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
  font-size: 20px;
}
.btn-chart i:hover{
  color:#4285F4;
}
.btn-chart-stat i {
  color: #8f9da7;
  padding-top: 7px;
  padding-right: 14px;
  cursor: pointer;
  font-size: 22px;
}
.btn-chart-stat i:hover{
  color:#4285F4;
}
.btn-chart-stat_inner_tabs i {
  color: #8f9da7;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 50px;
  top: 7px;
  z-index: 1000;
}
.btn-chart-stat_inner_tabs i:hover{
  color:#4285F4;
}
.form-custom {
  margin-top: 22px;
}
.table thead tr {
  background-color: #fff;
  background-image:-webkit-linear-gradient(top,#FFFFFF 0,#FFFFFF 100%);
}
.table-striped>tbody>tr:nth-child(odd){
  background-color: #ffffff;
}
.table-striped>tbody>tr:nth-child(even){
  background-color: rgba(242, 242, 242, 1)
}
table.dataTable thead>tr>th input {
  background-color: #fff;
}
table.dataTable thead>tr>th input:focus {
  border: 1px solid rgb(0, 150, 241);
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  background-color: #fff;
}
.selected {
  background-color:#e1f5fe!important;
}
.legend:after {
  content: "\f057";
  font-size: 18px;
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
}
.iconPlus{
  height: 20px;
}
.iconPlus i {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #8f9da7;
  cursor: pointer;
}
.iconPlus i:hover {
 color:#0096F1;
}
.iconDisabled i {
  font-size: 22px;
  color: #14ad1e;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.6;
  cursor: not-allowed;
}
.calendarIcons {
  font-size: 18px;
  color: #14ad1e;
}
#start-icon-calendar,#end-icon-calendar,#start-icon-calendar-weekly,#end-icon-calendar-weekly,#start-icon-calendar-daily,#end-icon-calendar-daily {
  cursor: pointer;
}
.demo-btns span {
  font-weight: bold;
  line-height: 40px;
}
.demo-btns li p {
  color: #333;
}
.counter i{
  color: #4285f4;
  line-height: 40px;
}
.counter > p {
  color: #333;
  font-weight: 500;
}
.counter {
  padding-left: 0;
}
.no-padding-right{
  padding-right: 0;
}
.row-no-padding-left > [class*="col-"] {
    padding-left: 0 !important;
}
#activity b.badge {
    position: absolute;
    top: 5px;
    right: 9px;
    cursor: default;
    background: #ec0078;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 5px 2px;
    text-align: center;
    line-height: normal;
  }
.fa-times-circle {
  cursor: pointer;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: -7px;
  right: -7px;
}
.minifyme_chart {
  border-bottom: 1px solid #302F2F;
  background: #0583A7;
  color: #A8A8A8;
  text-align: center;
  padding: 0;
  width: 36px;
  height: 28px;
  display: block;
  position: absolute;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  margin-top: 7px;
  font-size: 19px;
  transition: all .1s linear 0s;
  top: 74px;
  left: 30px;

}
.minifyme_chart:hover {
  background:#646464;
  color:#E4E4E4;
  width:40px;
  padding-right:5px
}
.right {
    display:none;
}
.no-right-panel {
  margin-right: 0!important;
}
.list-group-bar {
  margin: 0 auto;
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border:1px solid #ddd;
  background-color: #fff;
}
.list-group-item-bar {
  border:none;
  cursor:pointer;
}

.ispanelactive{
  width: 320px;
  height:inherit;
  overflow-y: auto;
  overflow-x: hidden;
}

.arrowContainer i {
  position: absolute;
  bottom: 5px;
  left: 160px;
}
.content-panel-legend {
  width: 100%;
  height:100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.content-panel-option {
  width: 100%;
  height: 100%;
  overflow:auto;
  overflow-x: hidden;
}
.currency-check {
  margin-top: 20px;
}
.currency-line {
  display:inherit;
}
.measure-radio {
  margin-top:20px;
}
.glyphicon .glyphicon-cog {
  font-size: 18px;
}
.glyphicon .glyphicon-stats {
  font-size: 18px;
}
.ui-layout-east {
  padding: 0 !important;
  overflow-x: hidden!important;
}
.ui-layout-center {
  padding: 0 !important;
  overflow-x: auto;
}
#seriesDatatable {
 overflow-x:scroll!important;
 margin-left: 7px;
}
.closelegend {
  position: absolute;
  top: 0;
  right: 0;
}
.legend-item > span > i {
  font-size: 16px;
  padding-top: 2px;
  padding-right: 2px;
}
.legend-item > span > i:hover {
  color: #4285F4;
  cursor: pointer;
  font-weight: 600;
}
.legend-item {
  width: 85%;
  padding-top:8px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 12px auto;
  border: 1px solid #D8D8D8;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: default;
}
.legend-item:hover{
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
#radio4 {
  opacity: 0.5;
}
.legend-item h6 {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333;
  margin-top: 0px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.list-currency {
  padding-left: 10px;
}
.list-currency li {
  list-style: none;
  line-height: 1.6;
  font-size: 12px;
}
.list-currency > li > i {
  font-size: 12px;
  list-style: none;
  padding-right: 5px;
}
#table-img>tbody>tr>th {
  padding: 5px 5px 5px!important;
  font-weight: 400;
  text-transform: capitalize;
}
#table-img>tbody>tr {
  border-bottom: 1px solid #ddd;
}
#table-img img {
  border: 1px solid #222;
}
#table-img p {
  margin-top: 5px;
}
.checkboxAll {
  margin-bottom: 0px;
}
.icon-down i {
  font-size: 16px;
  position: absolute;
  z-index: 99;
  top: 430px;
  left: 130px;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

#container-chart {
  width:100%;
  height: 100%;
}
#informationTable>tbody>tr>td {
text-transform: capitalize;
width: 20%;
}
.italyc {
  font-style: italic;
}
.normal {
  font-weight: 400;
}
#informationTable img {
  border:1px solid #000;
}
.title-row {
  font-weight: 600;
}
.vertical-align {
   display: flex;
   align-items: center;
}
#widget-body-style {
  width:100%;
  min-height:440px;
}
.router-animation-loader {
 margin-top: 140px;
 margin-left: 800px;
}
/*
* Statistics tab
*/
/*-----Radio Button COMPARASION PANEL CHART------*/
.radio-statistics {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  margin-top: 5px;
}
.radio-statistics input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.tasks-list-desc-statistics {
  color: #333;
  font-size: 13px;
}
.header-statistics {
  margin-bottom: 20px;
  background: #FAFAFA;
  border-bottom: 1px solid #ADADAD;
}
.radio-statistics input:checked + .outer-statistics .inner-statistics {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio-statistics input:checked + .outer-statistics {
  border: 3px solid #1DB659;
}
.radio-statistics input:focus + .outer-statistics .inner-statistics {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #1DB659;
}
.radio-statistics .outer-statistics {
  height: 17px;
  width: 17px;
  display: block;
  float: left;
  margin: 6px 10px 6px 10px;
  border: 2px solid #c4cbd2;
  border-radius: 50%;
  background-color: #fff;
}
.radio-statistics .inner-statistics {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 7px;
  width: 7px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #1DB659;
  opacity: 0;
}
#paddingWrapper {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;     /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
  -o-text-overflow: ellipsis;  /** Opera 9 & 10 **/
  width: 150px; /* note that this width will have to be smaller to see the effect */
  padding: 5px;
  cursor: default;
}


.truncate:before {
  content:"";
}
.truncate-sidebar {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;     /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
  -o-text-overflow: ellipsis;  /** Opera 9 & 10 **/
  width: 150px; /* note that this width will have to be smaller to see the effect */
}
.truncate-sidebar:before{
  content:"";
}
.tooltipDatatable {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  font-weight: bold;
  z-index: 9999;
}
.tooltipSidebar {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  font-weight: bold;
  z-index: 9999;
}
.inputData {
  margin-left:10px;
  margin-top: 10px;
}
#inputDataSpinner {
/*  margin-left:20%;
  margin-top: 10px;*/
}
.centeredRow {
  text-align: center;
}
.custom-down-icon:before {
  content:"f067";
  font-size: 1.2em;
  font-family: 'FontAwesome';
  color: inherit;
  color: #739e73;
}
.custom-up-icon :before {
  content:"f068";
  font-size: 1.2em;
  font-family: 'FontAwesome';
  color: inherit;
  color: #739e73;
}
.statistics-help-info {
  color: #333;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.statistics-help-info pre {
  font-family:"Roboto";
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}
.statistics-help-info pre h6 {
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
}
.volatility-help-info {
  color: #333;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.volatility-help-info pre {
  font-family:"Roboto";
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.volatility-help-info pre h6 {
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
}
.information-help-info {
  font-family:"Roboto";
}
.ipa-help-info {
  font-family:"Roboto";
}
.missingContentUiDialog {
  padding: 10px;
  text-align: center;
}
.panel-balloon {
  width: 35px;
  margin: 5px 10px;
}
#inputDataSpinner .ui-spinner {
    width:60px;
    float:right;
    border: 1px solid #ccc;
    color: #555;
    border-left: 3px solid #FFBE58;
}
.statistics-steps-selection{
    float:right;
}
.ui-spinner-down,.ui-spinner-up {
  background-color: #eee;
  border-radius:0;
  color: #555;
  font-size: 13px;
}
.ui-spinner-down:before, .ui-spinner-up:before {
  color: #555;
}
.ui-spinner-up:active,.ui-spinner-up:focus,.ui-spinner-up:hover {
  background:#ADADAD;
}
.ui-spinner-down:active,.ui-spinner-down:focus,.ui-spinner-down:hover {
  background:#ADADAD;
}
.ui-widget-content {
  border: solid 1px #dcdcdc;
  z-index: 1051!important;
}
.ui-spinner-input.spinner-both {
    /* padding: 6px 30px; */
    text-align: center;
}
.series-datatable-column-0-control{
	min-width: 200px;
}
.series-datatable-column-1-control{
	min-width: 150px;
	text-align: right;
}
.statistics-period-datatable-column-0-control{
	text-align: right;
}
.statistics-latest-datatable-column-0-control{
	text-align: right;
}
.statistics-latest-datatable-column-1-control{
  text-align: right;
}
.statistics-latest-datatable-column-3-control{
  text-align: right;
}
.statistics-latest-variant-months {
  text-align: right;
}
.statistics-latest-datatable-column-12-control{
  text-align: right;
}
.column-latestvalue-1 {
  border-top: 3px solid #0091EA!important;
}
.column-latestvalue-2 {
  border-top: 3px solid #0091EA!important;
}
.column-latestvalue-3 {
  border-top: 3px solid #00CCFF!important;
}
.column-latestvalue-4 {
  border-top: 3px solid #00CCFF!important;
}
.column-latestvalue-5 {
  border-top: 3px solid #00CCFF!important;
}
.column-latestvalue-last5Years {
  border-top: 3px solid #01B584!important;
  min-width: 80px;
}
.column-latestvalue-6 {
  border-top: 3px solid #8f01fb!important; /*#0014FF ----- #A7D4F7*/
}
.column-latestvalue-7 {
  border-top: 3px solid #8f01fb!important; /*#0014FF ----- #A7D4F7*/
}
.column-latestvalue-8 {
  border-top: 3px solid #8f01fb!important; /*#0014FF ----- #A7D4F7*/
}
.column-latestvalue-9 {
  border-top: 3px solid #8f01fb!important; /*#0014FF ----- #A7D4F7*/
}
.column-latestvalue-step {
  border-top: 3px solid #FFBE58!important; /* #FF008D */
}
.statistics-latest-datatable-column-1-control-border {
  background-color: #ddf4ff;
  text-align: right;
  border-bottom: 1px solid #00CCFF!important;
}
.statistics-latest-datatable-column-3-control-border {
  background-color: #dffbf3;
  text-align: right;
  border-bottom: 1px solid #01B584!important;
}
.statistics-latest-datatable-column-12-control-border{
  background-color: #f1e2fd;
  text-align: right;
  border-bottom: 1px solid #8f01fb!important;
}
.statistics-latest-datatable-column-13-control-border{
  background-color: #ffedd2;
  text-align: right;
  border-bottom: 1px solid #FFBE58!important;
}
.ui-spinner-input {
  height: 30px;
}
.toolbar {
  margin-left: 10px
}
#button_action {
margin-top: 5px;
margin-bottom: 5px;
}
/*.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
color: #333;
background-color:#2ecc71;
border-color: #ccc;
}*/
.icon-info-statistic {
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #555555;
}
.icon-info-volatility i {
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  color: #4285F4;
}
.icon-info-ipa {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 0;
}
#button-open-dialog {
        cursor:pointer;
        border:none;
        color:#555;
        text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2);
        -webkit-transition:background-color 1s ease 0s;
           -moz-transition:background-color 1s ease 0s;
             -o-transition:background-color 1s ease 0s;
                transition:background-color 1s ease 0s;
    }
    #button-open-dialog:hover {
        color:#CCC;
    }
    #button-open-dialog:active {
        -webkit-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
           -moz-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
             -o-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    }
.icon_refresh:hover i {
  color:#333;
}
#data-analysis-widget {
  margin-bottom:0px!important;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.marginClass {
  margin-left: 5px!important;
}

/* BUTTON MATERIAL SWITCH */

.btn-material {
  position: relative;
  display: block;
  padding: 0;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  background-color: #BFBFBF;/* grey #D4D4D4;   blu #64B4F7*/
  color: #ecf0f1;

  transition: background-color .3s;
}

.btn-material:hover, .btn-material:focus {
  background-color: #A5A5A5;/*#1692FB;*/
}

.btn-material > * {
  position: relative;
}

.btn-material span {
  display: block;
  padding: 6px 32px;
}

.btn-material:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-material:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

/* TABS MATERIAL DESIGN IN MARKET SEASON AND PRICE TREND*/
.nav-tabs-custom {
  border-bottom: 2px solid transparent;
  position: absolute;
  z-index: 999;
  right: 100px;
  text-transform: uppercase;
  font-size: 11px;
}
.nav-tabs-custom > li.active > a, .nav-tabs-custom > li.active > a:focus, .nav-tabs-custom > li.active > a:hover {
  border-width: 0px;
}
.nav-tabs-custom > li > a {
  border: none;
  color: #333;
  display: inline-block;
  font-weight: 500;
}

.nav-tabs-custom > li.active > a, .nav-tabs-custom > li > a:hover {
  border: none;
  color: #4285F4 !important; /*#4285F4*/
  background: transparent!important;
}

.nav-tabs-custom  > li.active>a,
.nav-tabs-custom >li.active>a:after {
  color:#4285F4;
  clear: both;
  display: block;
  content: "";
  position: relative;
  width: 100%;
  left: 0;

  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}

.nav-tabs-custom a:after {
  clear: both;
  display: block;
  content: "";
  position: relative;
  width: 0;
  left: 50%;
  height: 2px;
  background: #4285F4;
  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}

.nav-tabs-custom>li.active>a {
  margin-top: 0px!important;
}

/*--------------NAV TAB MAIN------------------*/

/* TABS MATERIAL DESIGN IN ANALYSIS AND CHART*/
#labelText i {
  font-size: 14px;
}
#labelText:hover {
  color: #333!important;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.nav-tabs-main li a span {
  text-transform: uppercase;
}
.nav-tabs-main {
  position: absolute;
  left: 5px;
}
.nav-tabs-main > li.active > a, .nav-tabs-main > li.active > a:focus, .nav-tabs-main > li.active > a:hover {
  border-width: 0px;
}
.nav-tabs-main > li > a {
  border: none;
  color: #333;
  display: inline-block;
  font-weight: 400;
}

.nav-tabs-main > li.active > a, .nav-tabs-main > li > a:hover {
  border: none;
  color: #4285F4 !important; /*#4285F4*/
  background: transparent;
}

.nav-tabs-main  > li.active>a,
.nav-tabs-main >li.active>a:after {
  color:#4285F4;
  clear: both;
  display: block;
  content: "";
  position: relative;
  width: 100%;
  left: 0;

  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}

.nav-tabs-main a:after {
  clear: both;
  display: block;
  content: "";
  position: relative;
  width: 0;
  left: 50%;
  height: 2px;
  background: #4285F4;
  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}

.nav-tabs-main>li.active>a {
  margin-top: -1px!important;
}
/*START NAV TAB OPTION*/
.nav-tabs-option li a span {
  text-transform: uppercase;
}
.nav-tabs-option {
  position: relative;
  border-bottom:1px solid rgb(187, 187, 187);
}
.nav-tabs-option > li.active > a, .nav-tabs-option > li.active > a:focus, .nav-tabs-option > li.active > a:hover {
  border-width: 0px;
}
.nav-tabs-option > li > a {
  border: none;
  color: #333;
  display: inline-block;
  font-weight: 400;
  padding-bottom:6px!important;
}

.nav-tabs-option > li.active > a, .nav-tabs-option > li > a:hover {
  border: none;
  color: #4285F4 !important; /*#4285F4*/
  background: transparent!important;
}

.nav-tabs-option  > li.active>a,
.nav-tabs-option >li.active>a:after {
  color:#4285F4;
  clear: both;
  display: block;
  content: "";
  position: relative;
  width: 100%;
  left: 0;

  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}

.nav-tabs-option a:after {
  clear: both;
  display: block;
  content: "";
  position: relative;
  width: 0;
  left: 50%;
  height: 2px;
  background: #4285F4;
  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}

/*END NAV TAB OPTION*/

.tab-pane {
  padding: 0 0;
}
.legend-item-volatility {
  width: 85%;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 12px auto;
  border: 1px solid #D8D8D8;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.legend-item-volatility h6 {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.list-series {
  padding-left: 10px;
  list-style: none;
}
.list-series li {
  line-height: 1.6;
  font-size: 12px;
}
.list-series li i {
  padding-right: 5px;
}
.router-animation-loader i {
  margin-left: 20px;
}
.router-animation-loader h4 {
  font-weight: bold;
}
.checkbox-td {
text-align: center;
}
.no-calendar-here .ui-datepicker-calendar {
  display: none;
}
.ui-state-hover-daily {
  color: #fff!important;
  background: #428bca!important;
  background-color: #428bca!important;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25)!important;
  border-color: #357ebd!important;
  border-color: rgba(0,0,0,.1)rgba(0,0,0,.1)rgba(0,0,0,.25)!important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0!important;
}
#fromDaily, #toDaily, #to, #from, #toWeekly, #fromWeekly  {
  cursor: pointer;
}
.form-control[readonly] {
  background-color: #fff;
}
#tooltip-sidebar {
  z-index: 999;
}
.collapsed {
  font-weight: 600;
}
.seriesDataTableContainer {
  width: 100%;
  padding: 10px 5px 8px 5px;
  border-bottom: 1px solid rgb(187, 187, 187);
}
.seriesDataTableInfotitle {
  margin-left: 5px;
}
.tablefieldheader {
	/*width: 100px;  note that this width will have to be smaller to see the effect */
  padding: 5px;
}
#marketSeasonDatatable {
  margin-left: 6px;
}
#marketSeasonDatatable > thead > tr > th  {
  border-top: none!important;
}
.marketseasoninfotitlecontainer{
  width: 100%;
  padding: 10px 5px 9px 5px;
  border-bottom: 1px solid rgb(187, 187, 187);
}
.marketseasoninfotitle{
	font-family:'Roboto';
	color: #333;
	font-size: 13px;
	font-weight: 500;
  margin-left: 5px;
}
.marketseason-column{
	text-align: right;
}
#volatilityDatatable {
  margin-left: 6px;
}
#volatilityDatatable > thead > tr > th {
  padding: 5px;
}
.volatilityinfotitlecontainer{
  width: 100%;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid rgb(187, 187, 187);
}
.volatilityinfotitle{
	font-family:'Roboto';
	color: #333;
	font-size: 13px;
	font-weight: 500;
  margin-left: 5px;
}
.volatility-column{
	text-align: right;
}

.ipainfotitlecontainer{
	width: 100%;
	padding:5px;
}
.ipainfotitle{
	font-family:'Roboto';
	color: #555555;
	font-size: 13px;
	font-weight: bold;
}
.ipa-column{
	text-align: right;
}

/*------------------------------------------------------Dashboard--------------------------------------------------------*/
.panel-default h4 {
  font-weight: 600;
  font-size: 16px;
  padding:5px 0px 5px 0px;
  color:#fff;
}
.panel-seriesCounter {
  border-style: solid;
  border-width:5px;
}
.panel-left {
    width: 35%;
}
.panel-right {
    width: 65%;
    background: transparent;
    margin-top: 10px;
    color: #9A9A9A;
}
.panel-left .fa-5x {
    font-size: 9em;
    color: rgba(109, 109, 109, 0.15);
    padding-top: 10px;
    padding-left: 10px;
}
.panel-right h4 {
  font-size: 16px;
  padding-top: 20px;
  font-weight: 600;
}
.panel-right h3 {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.96);
    margin: 0;
}
.panel-right h3 a {
  color:#9A9A9A;
}
.panel-donut-green {
  border-left: 5px solid #5CB85C;
}
.panel-donut-blue {
  border-left: 5px solid #4CB1CF;
}
.panel-right p {
    font-size: 16px;
}
.panel-donut h4 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.panel-bars h4 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.country-title {
  margin-top: 10px;
}
.country-title h4 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.country-content h6 {
  margin-left: 10px;
  color:#4D5360;
}
.home {
  margin-left: 15px;
}
.alert-country {
  border-left: 5px solid #5CB85C;
  color: #356635;
  background-color: #ffffff;
  margin-bottom: 35px;
}
.alert-origin {
  border-left:5px solid #4CB1CF;
  color: #31708f;
  background-color: #ffffff;
  margin-bottom: 35px;
}
.max {
  font-size: 60px;
  font-weight: 500;
}
/*-----SERIES COUNTER------*/
.counter-number {
  cursor: pointer;
}
/*-----COUNTRY COVERAGE------*/
.capitalize {
  text-transform: capitalize;
}
/*---OVERRIDE HOVER.CSS---*/

.hvr-underline-from-center:before {
  background: #E9E9E9;
}

#gmaps {
    position: relative;
    width: 100%;
    height: 100%;
}
#tab-world-map{
  margin-top: 5px;
}
/*---------SELECT2 COMPONENT------------*/

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-search input {
  min-height: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background-color: #fff;
  font-weight: 400;
  padding: 2px 5px;
}
.select2-container--default:hover .select2-selection--multiple:hover .select2-selection__choice:hover{
  border: 1px solid #333;
}
.select2-search:before{
  line-height: 1.8;
  color:#A5A5A5;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #C5C5C5;
}
.select2-rendered__match {
  text-decoration: underline;
}
.iconCalendarSelect i {
  font-size: 16px;
}
.select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  width: 100%!important;
}
input[type="search"]::-webkit-input-placeholder {
  opacity: 0;
}
input[type="search"]:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
  opacity: 0;
}
input[type="search"]:-ms-input-placeholder {
  opacity: 0;
}
/*TAG CUSTOM*/
.tags-container{
  margin-left: 25px;
}
.tags-container ul {
  list-style: none;
  padding: 0;
}
.tag-selected {
  list-style: none;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  background-color: #fff;
  font-weight: 400;
  padding: 2px 5px;
}
.tag-selected:hover {
  border: 1px solid #333;
}
.destroy-tag-selected {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-selection__choice {
  display: none;
}
.custom-row {
  margin: 0;
}
.dropdown-btn{
  text-align: center;
  display: none;
}
.btn-grey {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 0px;
}
.btn-grey:hover {
  background-color: #d4d4d4;
}
.btn-remove{
  float: left;
}
.btn-remove i {
  font-weight: 200;
  color: #8f9da7;
  cursor: pointer;
  padding-right: 5px;
  font-size: 20px;
  padding-top: 2px;
}
.btn-remove i:hover {
  color:#0096F1;
}



#iw-container .iw-title {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    min-width: 620px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

#infoBubbleContentContainer{
	overflow : hidden !important
}

.hint-custom {
  left: 50%;
  transform: translateX(-50%);
}
.header-dropdown-list>li>.dropdown-toggle{
	margin-right: 55px;
}
/*INIT DROPDOWN MENU CHART SETTINGS*/
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.12);
}
 .dropdown-menu {
    border-radius: 2px;
}
.dropdown-menu {
    top: 30px;
    right: 20px;
    left: inherit;
    line-height: 30px;
    min-width: 150px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.36)
}
.dropdown-menu li:hover, .dropdown-menu li:focus {
    color: #3f51b5;
    background-color: #eeeeee;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  color: #333;
  background-color: transparent;
}
.dropdown-menu>li>a {
    display: inline-block;
    padding: 0 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    text-decoration:none;
    cursor: pointer;
 }
.dropdown-menu li > a > i {
  color: #717171;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  padding: 0 10px 0 0;
}
.custom-btn-chart {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.custom-btn-chart > li{
  text-align: right;
  display: inline-block;
  font-size: 14px;
}
.ui-spinner .inputSpinner {
  width: 80px;
  color: #555;
}
form[name="userForm"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;
  box-shadow: none;

}
form[name="userForm"]:focus {
  outline: none;
}
form[name="userForm"] .input-group input[type="text"] {
  padding: 5px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
form[name="userForm"] .input-group input[type="text"]:focus,
form[name="userForm"] .input-group input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
.modal-header h3{
  font-weight: 400;
}
.modal-header i {
  opacity: .7;
  padding: 17px;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  cursor: default;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}
.modal-header i:hover{
  opacity: 1;
}
.btnMaterial {
  position: relative;
  padding: 0;
  margin-right: 5px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: #ffffff;
  color: #1b1b1b;
  transition: background-color .3s;
}

.btnMaterial:hover {
  background-color: #e0e0e0;
}

.btnMaterial > * {
  position: relative;
}

.btnMaterial span {
  display: block;
  padding: 2px 8px;
  font-size: 12px;
}

.btnMaterial:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnMaterial:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

/* Styles, not important */
.btnMaterialWarning {
  position: relative;
  padding: 0;
  margin-right: 5px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: #429eec;
  color: #ffffff;
  transition: background-color .3s;
}

.btnMaterialWarning:hover, .btnMaterialWarning:focus {
  background-color: #007be4;
}

.btnMaterialWarning > * {
  position: relative;
}

.btnMaterialWarning span {
  display: block;
  padding: 7px 22px;
}

.btnMaterialWarning:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnMaterialWarning:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

/* Styles, not important */
.btnMaterialError {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: #efb846;
  color: #ffffff;
  transition: background-color .3s;
}

.btnMaterialError:hover, .btnMaterialError:focus {
  background-color: #e89d00;
}

.btnMaterialError > * {
  position: relative;
}

.btnMaterialError span {
  display: block;
  padding: 7px 22px;
}

.btnMaterialError:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnMaterialError:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

/* Styles, not important */
/*--------------------------------Checkbox and radio button Starts --------------*/


.checkbox label,
.form-radio label {
  position: relative;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
  cursor: default;
  margin-bottom: 1rem;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radioWg .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #afafaf;
}
.radioWg .helper::before, .radioWg .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radioWg .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #949494;
  border-color: #949494;
}
.radioWg label:hover .helper {
  color: #afafaf;
}
.radioWg input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radioWg input:checked ~ .helper::before {
  color: #afafaf;
}
.radioWg {
  margin-top: 2rem;
}
.checkbox {
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #afafaf;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color:#949494;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.90rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.5rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #afafaf;
}
.checkbox input:checked ~ .helper {
  color: #afafaf;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.4rem;
}

.radioWg + .radioWg,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .input-label.input-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.checkboxLegend {
  margin-left: 1rem;
  opacity: 1;
}
.checkboxMonths {
  margin-top: 2rem;
}
