body #modalEdit {
    /* new custom width */
    width: 810px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -375px;
}

body .modal-edit{height:540px;}

#stats-chart1, #stats-chart2, #stats-chart3, #stats-chart7, #stats-chart8 {
  height: 200px; }

.color-settings .color-title {
  font-weight: bold;
  padding-left: 10px; }

.box-nomargin {
  margin-bottom: 20px; }

.customicn{font-size:21px;}
.icngreen{color:#390;}
.icnred{color:#F00;}

  @media screen and (min-width: 768px) {
    .box-nomargin {
      margin-bottom: 0; } }

.wysihtml5-sandbox {
  box-sizing: border-box; }


.red-background {background-color:#FF0000 !important;}

.yellow-background {background-color:#FFFF00 !important;}

.brown-background {background-color:#663300 !important;}

/*.blue-background {background-color:#000066 !important;}*/

.sky-background {background-color:#0080FF !important;}

.purple-background {background-color:#660066 !important;}

.turquoise-background {background-color:#40E0D0 !important;}

.pink-background {background-color:#FF3399 !important;}

.gray-background {background-color:#808080 !important;}

.dark-cyan-background {background-color:#008B8B !important;}

.antique-white-background {background-color:#FAEBD7 !important;}

.crimson-background {background-color:#DC143C !important;}

.blue-violet-background {background-color:#8A2BE2 !important;}

.errTxt{
	border-color:#b94a48 !important;
	border-width:medium !important;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}



