.bg-success.dker, .bg-success .dker {
  background-color: #5cd57d;
}

.bg-success.bg, .bg-success .bg {
  background-color: #27c24c;
}

.bg-danger.dker, .bg-danger .dker {
  background-color: #f44336;
}

h3, .h3 {
  font-size: 20px;
}

.breadcrumb {
  font-size: 10px;
  padding: 10px 0 0 5px;
  margin-bottom: 0;
}

.btn-addon i {
  left: -1px;
  top: -1px;
  position: absolute;
  margin: 0;
  background: none;
}

.btn-addon.relative i{
  position: relative;
    float: left;
    top: 0;
    width: 34px;
    height: 34px;
    margin: -7px -12px;
    margin-right: 12px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px 0 0 2px;
}

.btn-lg, .btn-group-lg > .btn{
  padding: 8px 20px;
  height: 42px;
    font-size: 16px;
    line-height: 1.3333333;
}

.btn-addon.relative.btn-lg i {
    width: 42px;
    height: 42px;
    margin: -11px -20px;
    margin-right: 16px;
    line-height: 42px;
}

.app-aside {
  background-color: #2e3344 !important;
}

.bg-dark .nav>li:hover>a, .bg-dark .nav>li:focus>a, .bg-dark .nav>li.active>a {
  background-color: rgba(255, 255, 255, .15);
}

.app-aside-folded .nav-sub-header {
    display: none !important;
}

.topheaderview {
  background: #54596b;
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 4px 20px;
  position: relative;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  height: 43px;
  width: 100%;
}


.topheaderview.fixed-top-viewer {
  position: fixed;
    top: 50px;
    z-index: 100;
    left: 60px;
    width: calc(100% - 60px);
}

.topheaderview.notlastversion {
  background: #ffc400;
}

.nav-tabs.nav-justified a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.topheaderview .pull-left, .topheaderview .pull-right {
  position: relative;
  z-index: 2;
}

.topheaderview .h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 0;
  width: 100%;
  text-align: center;
  display: block;
  float: left;
}

.topheaderview .backlabel span.arrow {
  border: none;
  font-size: 45px;
  line-height: 29px;
  color: #fff;
  display: inline-block;
}

.topheaderview .backlabel span.txt {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    margin-left: 20px;
    margin-top: 2px;
    text-transform: uppercase;
}

.topheaderview .pull-right .btn-omv {
  border: 1px solid rgba(255, 255, 255, .15) !important;
  position: relative;
  background-color: rgba(255, 255, 255, .15) !important;
}

.topheaderview-ctn {
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.topheaderview-ctn .buttonlines {
  float: left;
  width: 100%;
  text-align: center;

  padding: 20px 0;
}

.topheaderview-ctn .buttonlines .text-md {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.topheaderview-ctn .buttonlines .panel {
  min-width: 150px;
  display: inline-block;
  padding: 6px 20px;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 0;
}

.topheaderview-ctn .buttonlines.nomargin .panel {
  margin: 0;
  background-color: #e5e8e9;
}

.topheaderview-ctn .buttonlines.nomargin .panel .text-white {
  color: #0096c0;
}

.topheaderview-ctn .buttonlines.nomargin .panel .text-white.h3 {
  color: #54596b;
  font-size: 22px;
}

.svg {
  position: relative;
  float: left;
  width: 40px;
  margin: -5px -10px;
  margin-right: 5px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
}

.mybtn {
  box-shadow: none;
  background-color: #fff !important;
  border: 1px solid #ccc;
}

.iconround .svg svg {
  width: 40px !important;
}

.app-aside-folded .navi>ul>li>a i {
  line-height: 18px;
}

.navi ul.nav li a {
  padding: 16px 20px;
}

.bg-dark .nav>li>a {
  color: #fff;
}

.navbar-brand img {
  max-height: 30px;
}

.navbar-header {
  background: #fff;
}

.text-center-omv {
  text-align: center;
}

.text-small {
  font-size: 12px;
}

.bg-grey {
  background-color: #dfe0e3;
}

.tooglenavbarcontainer {
  border-right: 1px solid #333;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.header-central-title {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.m-t-sm {
  margin-top: 12px;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.inline {
  display: inline-block;
}

.btn-omv {
  text-transform: uppercase;
   font-size: 14px;
    font-weight: 500;
  min-width: 165px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-default {
  background-color: rgba(0, 0, 0, .05);
  box-shadow: none;
}

.btn-dark-lter {
  background-color: #54596a !important;
  color: white !important;
}

.topheaderview .pull-right .btn-omv.divchanged {
  background: #23b7e5 !important;
}

.wrapper-t-sm {
  padding: 10px;
}

.delete-link {
  text-decoration: underline;
  font-size: 16px;
}

.bs-callout-danger {
  border-left-color: #f05050 !important;
}

.bs-callout-danger h4 {
  color: #f05050 !important;
}

.bs-callout-info {
  border-left-color: #23b7e5 !important;
}

.bs-callout-info h4 {
  color: #23b7e5 !important;
}

.bs-callout-warning {
  border-left-color: #face00 !important;
}

.bs-callout-warning h4 {
  color: #face00 !important;
}

.bs-callout {
  padding: 0 20px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.widget-table {
  display: table;
  vertical-align: middle;
  width: 100%;
  table-layout: fixed;
}

.widget-cell {
  text-align: center;
  background-color: transparent !important;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  border-bottom: 1px solid #f0f0f0;
}

.widget-cell a,
.widget-cell span {
  color: #000;
}


.widget-row {
  background-color: #fff !important;
  display: table-row;
}

.text-ellipsis {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wordwrap {
  white-space: pre-wrap;      /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -o-pre-wrap;   /* Opera 7 */
  word-wrap: break-word;      /* IE */
}

.active-time-sel {
  background-color: #dde6e9;
}

.text-dark {
  color: #000;
  font-weight: normal;
}

.bg-light.dker, .bg-light .dker {
  background: rgba(78,82,95,.3);
}

.table-bordered {
  margin-top: -1px;
}

.table-bordered > thead > tr > th {
  background: #fff !important;
  border: none !important;
}

.table > tbody + tbody {
    border-top: 0 solid #ddd;
}

.table.tablewithcheck td .checkbox{
  position: absolute;
    z-index: 100;
    top: 50%;
    margin: 0;
    margin-top: -1px;
}


.select {
  position: relative;
  z-index: 0;
  display: block;
}

.select:after {
  display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    font-size: 20px;
    color: #000;
    content: '\f107';
    position: absolute;
    top: 3px;
    right: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
   cursor: pointer;
  outline: none;
  background: transparent;
  position: relative;
  z-index: 1;
}

/* *************************************************************************************** */
/* BOX */
/* *************************************************************************************** */
.omvbox {
  height: 210px;
}

.omvbox.noheight {
  height: auto;
}



.omvbox .infotable {
  display: table;
  width: 100%;
  height: 100px;
}

.omvbox .iconcell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.omvbox .iconround {
  display: inline-block;
  border-radius: 500px;
  width: 80px;
  height: 80px;
  background-color: #e4e4e4;
  text-align: center;
}

.omvbox .iconround .svgaround {
  margin-top: 17px;
  margin-left: 4px;
}

.omvbox .iconround.small {
  border-radius: 300px;
  width: 50px;
  height: 50px;
}

.omvbox .iconround.bg-info {
  background-color: #3dbde5;
}

.omvbox .iconround.bg-danger {
  background-color: #f06a6a;
}

.omvbox .namecell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0 20px;
}

.omvbox .boxname {
  margin: 0;
  font-size: 28px;
}

.omvbox .newtable {
  display: table;
  width: 100%;
  height: 148px;
}

.omvbox .newcell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.omvbox.deactivecell {
  background: #f0f0f0;
}

.omvbox.activecell {
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.omvbox.deactivecell h2 {
  color: #676869;
}

.omvbox.deactivecell:hover {
  background: #fff;
}

.omvbox.deactivecell:hover h2 {
  color: #000;
}

.widget-cell.ofrclass{
  position: relative;
}

.widget-cell.ofrclass{
  padding-left: 25px !important;
}

.widget-cell.ofrclass:after{
    content: '\f017';
    display: inline-block;
    font-size: 16px !important;
    position: absolute;
    left: 8px;
    font-family: 'FontAwesome', sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000 !important;
    top: 4px;
}

.widget-cell .text-xs {
    font-size: 14px;
}

.widget-cell .text-muted {
    color: #484848;
}

.omvbox .badgethings .text-muted {
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.omvbox .badgethings .badge {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 3px;
  padding: 4px 15px;
  float: right;
  margin-top: -6px;
  margin-bottom: 10px;
  text-shadow: none;
}

.omvbox .badgethings .badge h3 {
  text-align: right;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.omvbox.panel.newpanel {
  background-color: transparent;
  border: 1px dashed #ccc;
}

/* *************************************************************************************** */
/* OVERWRITE BOOTSTRAP */
/* *************************************************************************************** */
.nav-tabs.nav-justified li {

}

.nav-tabs.nav-justified li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;

}


.nav-tabs.nav-justified a {
  font-size: 16px;
  font-weight: 500;
  color: #484848;
}

.nav-tabs.nav-justified .active a {
  color: #000 !important;
  font-weight: 500;
}

.pagination li span {
  color: #777;
}

.table-striped tbody tr:hover td {
  background-color: #eee !important;
}

.table-highlight tbody tr:hover td {
  background-color: #eee !important;
}

.panel-heading {
  padding: 2px 15px;
  border-radius: 0;
}

.panel-heading h4 {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 6px 0;
}

.modal-header {
  padding: 5px 25px;
  border: none;
}

.modal-body{
  padding: 20px 15px;
}


.modal-body .slimScrollDiv {
  padding: 0 20px;
}

.modal-body.history .slimScrollDiv {
  padding: 0px;
}



.modal-header > .row {
  height: 25px;
}
.modal-header h1 {
  font-size: 16px;
  margin-top: 4px !important;
}

.modal-header .pull-right i {
  font-size: 22px;
  display: inline-block;
    margin-top: 1px;
}

.modal-header .dropdown-toggle .btn {
  padding: 4px 15px;
  float: left;
  border-radius: 0;
    margin-top: -2px;
}

.modal-body {
  display: block;
  width: 100%;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modaltabs .tab-container .tab-content {
  padding-bottom: 0;
}

.large-tooltip .tooltip-inner {
  max-width: 600px;
}

/* *************************************************************************************** */
/* OVERWRITE GRIDSTER */
/* *************************************************************************************** */
.gridster {
  border: 1px solid #ccc;
  background: white;
}

.thingdashboard .gridster {
  border: none;
  background: transparent;
}

.box {
  height: 100%;
  border: 1px solid #ccc;
}

.marginrow {
  margin-top: 5px;
}

.topheaderview.reducedinicon .h2 {
    left: 120px;
    width: auto;
    top: 8px;
}

.topheaderview svg {
    margin-top: 3px;
    float: left;
    margin-right: 5px;
}

.panel{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
}


.security-div {
  float: left;
  width: 100%;
  padding: 8px 20px;
  background: #eee;
  position: relative;
  cursor: pointer;
}

.security-div p {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 27px;
  font-size: 16px;
}

.div-grey {
  background: #eee;
  float: left;
  width: 100%;
  padding: 20px;
  margin-top: 1px;
}

.security-div a.pull {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 20px;
  display: block;
}

.topheaderview-ctn .buttonlines {
  display: table;
  table-layout: fixed;
  padding: 0 20px;
  margin: 0;
  margin-top: 40px;
}

.topheaderview-ctn .buttonlines.smallbuttonline .panel {
  display: table-cell;
  background: #fff;
}

.topheaderview-ctn .buttonlines.nomargin .panel .text-white.h3 {
  font-size: 17px;
    margin: 0;
    line-height: 22px;
}

.slidemenumobile {
    display: none;
  }


.navbar-nav {
  position: relative;
  z-index: 10;
}

.actionbar {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.floatpanel {
  float: left;
  width: 100%;
  margin: 0;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.floatpanel .panel-heading {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

/* *************************************************************************************** */
/* JQPLOT */
/* *************************************************************************************** */
.jqplot-axis .hideonaxis {
  display: none;
}

.jqplot-highlighter-tooltip .hideontooltip {
  display: none;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
  border: none !important;
}

td.jqplot-table-legend {
    text-align: left;
    padding-left: 10px;
}


.resizable-text,.easyPieChart{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resizable-text.h1, .easyPieChart.h1{
  font-size: 25px;
  padding: 0;
}

.icon-export, .icon-close{
  font-size: 16px;
    line-height: 20px;
    display: block;
}

.app-content-body{
  width: 100%;
  min-width: 964px;
}


  .col-expandmy{
    width: 600px;
  }

.btn-block.btncommand{
  font-size: 20px;
  line-height: 20px;
  padding: 14px 0;
  border: none;
}


.group-span-filestyle > label{
  text-indent: -99999px;
  position: relative;
  width: 60px;
}

.group-span-filestyle > label .glyphicon-folder-open{
  position: absolute;
  left: 50%;
  margin-left: -8px;
  z-index: 1000;
  text-indent: 1px;
  top: 9px;
}

/* nuovo stile per 5 colonne */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.btn-gallery{
  padding: 10px 30px;
}

.btn-gallery em{
  color: #fff;
}

.imgbase64{
  height: 150px;
  width: 150px;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.m-t{
  margin-top: 12px;
}

.m-t-sm{
  margin-top: 8px;
}

.flexctnbtn {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.flexctnbtn a {
  min-width: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.flexctnbtn img {
  max-height: 100%;
  max-width: 100%;
}

.tooltip-inner {
  max-width: 350px;
}

.namemediaupload {
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.col-spantop {
  padding: 30px;
  margin-top: 30px;
  background: #fff;
}

.btngroup-times em{
		display:none;
	}

.dashbName{
	text-transform: capitalize;padding-left: 15px;padding-right: 40px;
}

/* media queries */


@media screen and (max-width:1500px) {
  .topheaderview-ctn .buttonlines .panel {
    min-width: 0;
    width: calc(33% - 1px);
    margin: 0 !important;
    margin-top: 10px !important;
    margin-right: 1px;
  }

  .topheaderview-ctn .buttonlines .panel .h3 {
    font-size: 15px;
  }
  .topheaderview .h2 {
    left: 120px;
    width: auto;
  }

  .buttonlines .panel .text-white, .mybtn b {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 98%;
  }
}

@media screen and (max-width:1350px) {
  .omvbox .badgethings .badge {
    padding: 4px 5px;
  }


  .topheaderview .h2{
    font-size: 18px;
    top: 16px;
  }

  .topheaderview svg {
    margin-top: 0;
  }

}

@media screen and (max-width:1200px) {
  .topheaderview-ctn .buttonlines .panel .h3 {
    font-size: 13px;
  }

  .nav-tabs.nav-justified li a {
    font-size: 12px;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .form-control {
    padding: 6px;
  }


.resizable-text.h1, .easyPieChart.h1{
  font-size: 18px;
  padding: 0;
}

.btn-block.btncommand{
  font-size: 18px;
  line-height: 18px;
  padding: 12px 0;
}


}

@media screen and (max-width:1100px) {
  .reducedinicon .pull-right .btn-omv {
    min-width: 36px;
    text-indent: -99999px;
    position: relative;
  }
  
  .reducedinicon .pull-right .btn-omv.noindent{
  	text-indent:0px;
  } 
  
  .btngroup-times button, .btngroup-filters button{
  	min-width:0 !important;
  }

  .reducedinicon .pull-right .btn-omv i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    text-indent: 0;
  }

  .reducedinicon .pull-right .btn-omv em {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    text-indent: 0;
    margin-top: -7px;
    margin-left: -6px;
  }

  .rowinfloatmobile {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .rowinfloatmobile > .col-md-12 {
    padding: 0;
  }

  .buttonlines .pull-left.col-sm-7 {
    width: 100%;
  }

  .marginrow {
    margin: 0;
    margin-bottom: 10px;
    float: left !important;
    width: 100%;
    padding: 0 15px !important;
  }

  .buttonlines .panel .text-white, .mybtn b {
    width: 62%;
    float: left;
  }

  .topheaderview-ctn .buttonlines.smallbuttonline .panel {
    display: block;
    float: left;
    width: 33%;
    box-shadow: none;
    padding: 5px 20px;
  }

  #lateralusermenu {
    height: 50px !important;
  }

  .btn-block.btncommand {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0;
  }

}


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

  .app-content-body {
    min-width: 0;
  }
  
    .marginrowAlt {
    margin: 0;
    margin-bottom: 10px;
    float: left !important;
    width: 100%;
    text-align:center;
    padding: 0 15px !important;
  }
  
  .btngroup-times, .btngroup-filters{
  	float:none !important;
  	min-width:200px;
  	display:inline-block;
  }
  



  .buttonlines .panel .text-white, .mybtn b, .topheaderview-ctn .buttonlines .panel .h3 {
    width: auto !important;
    display: block !important;
    float: none !important;
  }



   .topheaderview {
    height: 98px;
   }

   .topheaderview-ctn .buttonlines {
    margin-top: 96px;
   }

   .resizable-text.h1, .easyPieChart.h1 {
    font-size: 16px;
   }


  .topheaderview-ctn>.topheaderview>.pull-left {
    position: absolute;
    left: 0;
    top: 1px;
  }
  .topheaderview-ctn>.topheaderview .h2 {
    float: left;
    width: 100%;
    text-align: center;
    position: static;
    left: auto;
    margin-top: 10px;
  }
  .topheaderview svg {
    float: none;
  }
  .topheaderview-ctn>.topheaderview>.pull-right {
    float: left !important;
    width: 100%;
    padding: 20px 0 !important;
    text-align: center;
  }
  .backlabel {
    top: 1px;
    left: 10px;
    position: absolute;
  }



  .btn-omv {
    min-width: 120px;
    text-align: center;
    display: inline-block;
  }

  .omvbox .badgethings {
    float: left;
    width: 100%;
  }

  .gridster-loaded .gridster-item {
    height: auto !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
  }

  .resizable-text.h1, .easyPieChart.h1{
    font-size: 28px;
  }

  .btn-block.btncommand{
    font-size: 20px;
    line-height: 20px;
    padding: 14px 0;
  }
  
  .floatpanel .col-md-6{
  	padding: px !important;
  }
  
  .floatpanel .select{
  	margin:4px 0 !important;
  }
  
  .floatpanel .btn-lg, .floatpanel .btn-group-lg > .btn{
  	    padding: 4px 11px;
    height: 36px;
    font-size: 14px;
    line-height: 1.3333333;
        margin-right: 10px !important;
  }
  
  	.notablet{
		display:none;
	}

}

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

  .wrapper.loading-container {
    padding: 0;
  }

  .topheaderview {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    padding: 0 30px;
  }

  .col-spantop {
    padding: 15px;
    margin-top: 0;
    background: #fff;
  }

  .topheaderview.fixed-top-viewer {
    left: 0;
    width: 100%;
  }

  .app-content-body  .wrapper-md {
    padding-bottom: 30px !important;
  }

  .topheaderview-ctn {
    border: none;
  }

  .app-content-body  .wrapper-md, .app-content-body > .wrapper-md .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
  }



  .topheaderview-ctn .buttonlines {
    padding: 0 2%;
    float: left;
    margin: 0;
    width: 100%;
    display: block;
  }

  .topheaderview-ctn .buttonlines .panel {
    width: 32%;
  }

  .topheaderview-ctn .buttonlines.smallbuttonline .panel {
    display: block;
    float: left;
    width: 50%;
    box-shadow: none;
    padding: 5px 20px;
  }

  .buttonlines .panel .text-white, .mybtn b {
    width: 44%;
    float: left;
  }

  .topheaderview-ctn .buttonlines.nomargin .panel .text-white.h3 {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
  }

  .heightauto {
    height: auto !important;
    float: left;
    width: 100%;
  }
  .heightauto.height200 {
    max-height: 200px;
    overflow: auto;
  }
  .heightauto.height400 {
    max-height: 400px;
    overflow: auto;
  }
  .heightauto.height800 {
    max-height: 800px;
    overflow: auto;
  }

  .nav-tabs.nav-justified li {
    width: 20%;
    float: left;
  }

  .nav-tabs.nav-justified li a {
    margin-bottom: 0;
    font-size: 12px;
  }

  .slidemenumobile {
    display: block;
  }

  .col-expandmy{
    width: 100%;
  }
	
 .marginrowAlt{
  padding:0 !important;
 }
 
 	
	.large.settings {
	       top: 236px;
	    right: -100%;
	    width: 100%;
	    position:absolute;
	}
	
	.large.settings.active{
		right:0;
	}
	
	.large.settings .text-center-omv button{
		width:100%;
		margin:10px 0;
	}

}

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

  .resizable-text.h1, .easyPieChart.h1 {
    font-size: 20px;
  }
  
    
	.btngroup-times strong{
		display:none;
	}
	
	.btngroup-times em{
		display:inline-block;
	}
	
	.nomobile{
		display:none;
	}
	
	.btngroup-times, .btngroup-filters{
		min-width:0;
	}
	
	.dashbName{
		text-transform: capitalize;padding-left: 5px;padding-right: 0px;
	}
	
	.m-r {
    	margin-right: 5px;
	}
	
	.floatpanel .btn-lg, .floatpanel .btn-group-lg > .btn {
	    padding: 4px 11px;
	    height: 36px;
	    font-size: 12px;
	    line-height: 1.3333333;
	    margin-right: 3px !important;
	    float: none !important;
	    display: inline-block;
	}
	


}

@media screen and (max-width:360px) {
  .resizable-text.h1, .easyPieChart.h1 {
    font-size: 16px;
  }
}

/* FINE MEDIA QUERY */

/* FIX */
.modal-lg-to-huge .modal-lg {
  width: 95vw;
  height: 85vh;
  margin: 7.5vh auto !important;
}

.modal-lg-to-huge .modal-lg .modal-content {
  height: 100%;
}


div .masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  vertical-align: text-top;
  color: #000;
  background: url('/img/main_bkg.svg') no-repeat bottom center scroll;
  background-color: #fff;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
 }

div .masthead .intro-body .brand-heading {
  font-size: 50px;
}

div .masthead .intro-body .intro-text {
  font-size: 22px;
}


.app-aside {
  position: fixed;
  left: 0;
  height: calc(100vh - 50px);
  z-index: 10010;
  top: 50px;
}

.modal {
  z-index: 10012 !important;
}

.modal-backdrop.in {
  z-index: 10011 !important;
}

.modal-open {
  overflow: hidden !important;
}

.modal-footer {
  padding: 0;
  padding-top: 10px;
  margin-left: 20px;
  width: calc(100% - 40px);
  margin-top: 5px;
}

.nopadding {
  padding: 0 !important;
}

.modal-footer.tabfooter {
  padding-bottom: 10px;
  border: none;
  margin-top: 0;
  padding-top: 0;
}

textarea.form-control {
  resize: vertical;
}

.media-item {
  float: left;
  width: 100%;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  position: relative;
}

.media-item-img {
  height: 120px;
  width: 100%;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.media-item-txt {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delete-media-item {
  display: block;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.panel-body {
  padding: 15px 20px;
}

.fa-save,.icon-picture {
  font-size: 16px;
}

.nav-tabs.nav-justified li {
  background: #eee;
}

.nav-tabs.nav-justified li.active {
  background: #fff;
}

.color {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.tablectn {
  display: table;
  width: 100%;
  height: 156px;
  vertical-align: middle;
  border: 1px solid #eee;
}

.colorpickersel {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}

.pickercolorctn {
  float: left;
  width: 100%;
  padding: 20px 0;
  text-align: left;
}


.pickersaved {
  height: 54px;
  width: 54px;
  display: inline-block;
  margin: 10px 6px;
  text-align: center;
}

.coloritem {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  transition: all .45s;
  height: 54px;
  width: 54px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.pickersaved .addfavoritecolor, .pickersaved  .delfavoritecolor {
  font-size: 24px;
  color: #eee;
}

.pickersaved  .delfavoritecolor {
  color: #565656;
}

.pickersaved .addfavoritecolor.active .fa-heart-o:before {
  content: '\f004';
}


.infocommand {
  position: absolute;
  right: 0;
  top: 1px;
}

.icon-hotspot {
  width: 100%;
  height: 100%;
  background-color: rgba(35, 183, 183, .6);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid rgba(35, 183, 183, .8);
  display: block;

}

.previcon-hotspot {
  width: 100%;
  height: 100%;
  background-color: rgba(35,183,183,.6);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid rgba(35,183,183,.8);
  display: block;
}

.icon-hotspot.animatedyes {
  transform-style: preserve-3d;
  animation: leaves 2s ease-in-out infinite alternate;
  -webkit-animation: leaves 2s ease-in-out infinite alternate;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
}

@-webkit-keyframes leaves {
    0% {
      -webkit-transform: scale(1);
    }
    100% {
      -webkit-transform: scale(2);
    }
}

@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}

/* LEAFLET  OPTIMIZATION */
.custom-popup .leaflet-popup-content-wrapper {
  background: #fff;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  border-radius: 0 !important;
}
.custom-popup .leaflet-popup-content-wrapper a {
  color: rgba(255, 255, 255, .5);
}
.custom-popup .leaflet-popup-tip-container {
  width: 30px;
  height: 15px;
}
.custom-popup .leaflet-popup-tip {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1000 !important;
  border-top: 10px solid #fff;
}

.custom-popup .leaflet-resp-popup-west-south .leaflet-popup-tip {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  width: 18px;
  margin-left: -15px !important;
}

.custom-popup .leaflet-resp-popup-west .leaflet-popup-tip {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff !important;
  border-left: none;
  width: 28px;
  margin-left: -15px !important;
}

.custom-popup .leaflet-resp-popup-north-east .leaflet-popup-tip {
  margin-top: -10px;
}

.leaflet-resp-popup-south .leaflet-popup-tip-container {
  margin-top: -15px !important;
}

.uploader-file-name {
  width: 50%;
}

.large-uploader-file-name {
  width: 220px;
}

.nowrap {
  white-space: nowrap;
}


.btngroup-times,.btngroup-filters{
	padding:18px 10px;
	color:#fff !important;
}

.btngroup-times button{
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	background:#BB6CC8 !important;
	color:#fff !important;
	min-width:170px;
	text-align:left;
	padding: 8px 12px;
	    border:none;
}

.btngroup-filters button{
	    padding: 8px 12px;
	    border:none;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	background-color: #30B8E3 !important;
	min-width:170px;
	color:#fff !important;
	text-align:left;
}



.btngroup-filters .btn-default:hover, .btngroup-filters .btn-default:focus, .btngroup-filters .btn-default:active, .btngroup-filters .btn-default.active, .btngroup-filters .open .dropdown-toggle.btn-default,
.btngroup-times .btn-default:hover, .btngroup-times .btn-default:focus, .btngroup-times .btn-default:active, .btngroup-times .btn-default.active, .btngroup-times .open .dropdown-toggle.btn-default{
		color:#fff !important;
}

.btngroup-times button:last-child{
	background-color:#DBB1E1 !important;
	min-width:0;
}
.btngroup-filters button:last-child{
	background-color:#91D9F0 !important;
	min-width:0;
}

