﻿.actionpopup,
.actionpopupwide,
.reportpopup,
.actionpopupchart,
.actionpopupwhere,
.actionpopupgroupsingle,
.customerpopup,
.customerpopupsmall {
  float: left;
  background-color: #F7F7F7;
  color: #464545;
  font-size: 12px;
  -webkit-text-shadow: 4px 4px 7px rgba(150, 150, 150, 0.2);
  text-shadow: 4px 4px 7px rgba(150, 150, 150, 0.2);
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
  padding: 0;
  border: 5px solid #000;
}
.customerpopup .customerpopupboxinner {
  width: 1080px;
  height: 720px;
  margin: 8px;
  border: 1px solid #DD771B;
  background-color: #fff;
}
.customerpopupsmall .customerpopupboxinner {
  width: 750px;
  height: 380px;
  margin: 8px;
  border: 1px solid #DD771B;
  background-color: #fff;
}
.customerpopupbox {
  float: left;
  background: #EFF0EF;
  padding: 0;
  margin: 0;
}
.customerpopuptitle {
  text-align: center;
  width: 80%;
  float: left;
  font-size: 18px;
}
.reportpopupboxinner {
  width: 1080px;
  height: 620px;
  margin: 8px;
  border: 1px solid #DD771B;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.reportpopupbox {
  float: left;
  background: #F7F7F7;
  padding: 0;
  margin: 0;
}
.customerpopup {
  width: 1100px;
  height: 810px;
}
.customerpopupsmall {
  width: 770px;
  height: 470px;
}
.reportpopup {
  width: 1100px;
  height: 710px;
}
.actionpopup {
  width: 800px;
  height: 510px;
}
.actionpopupwhere {
  width: 1200px;
  height: 710px;
}
.actionpopupwide {
  width: 1100px;
  height: 510px;
}
.actionpopupgroupsingle {
  width: 830px;
  height: 230px;
}
.actionpopupchart {
  height: 810px;
  width: 1200px;
}
.dimscreen {
  display: none;
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.actionpopupline,
.outputpopupline,
.outputpopuplinepad,
.customerpopupline {
  float: left;
  width: 100%;
  padding: 0;
}
/*.outputpopupline span, .outputpopupline input, .outputpopupline select{
	float:left;
}*/
.outputpopuplinepad span,
.outputpopuplinepad div,
.outputpopuplinepad input,
.outputpopuplinepad select {
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 5px;
}
.outputpopuplinepad span,
.outputpopuplinepad input,
.outputpopuplinepad select {
  float: left;
}
.outputpopuplinepad.spanwidth span {
  width: 130px;
  text-align: left;
}
.actionpopuplinewhereleft {
  border: 1px solid #CCCCCC;
  float: left;
  height: 600px;
  margin: 5px;
  overflow: auto;
  padding: 0;
  width: 300px;
}
.actionpopuplinewherelefttop {
  float: left;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  width: 300px;
}
.actionpopuplinewhereright {
  border: 1px solid #CCCCCC;
  float: left;
  height: 620px;
  margin: 5px;
  overflow: auto;
  padding: 0;
  width: 860px;
}
.actionpopuplinefour {
  float: left;
  height: 280px;
  margin: 1%;
  padding: 0;
  width: 98%;
}
.actionpopup .actionpopuptable {
  float: left;
  width: 780px;
  height: 350px;
  padding: 0;
  margin: 10px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #464545;
}
.actionpopupwide .actionpopuptable {
  float: left;
  width: 1080px;
  height: 380px;
  padding: 0;
  margin: 10px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #464545;
}
.actionpopupgroup {
  float: left;
  width: 810px;
  min-height: 300px;
}
.actionpopupgroupright {
  float: left;
  width: 215px;
  height: 360px;
  padding: 5px;
  border: 1px solid #E3E2E2;
  font-weight: bold;
  margin: 5px 0 0 15px;
}
.actionpopuptitle {
  background-color: #000;
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.actionpopupclose {
  float: right;
  width: 50px;
  text-align: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  margin: 0 5px 0 0;
  padding: 5px 0 0;
  font-size: 18px;
  font-weight: bold;
}
#actionpopupselect {
  float: left;
  width: 200px;
  background: #EFF0EF;
  color: #464545;
  font-size: 15px;
  -webkit-text-shadow: 4px 4px 7px rgba(150, 150, 150, 0.2);
  text-shadow: 4px 4px 7px rgba(150, 150, 150, 0.2);
  -webkit-box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  border: 1px solid #464545;
  margin-left: 10px;
  margin-top: 10px;
}
.actionpopupspan {
  float: left;
  margin-right: 5px;
}
.outputpopupline input {
  float: left;
  margin-right: 10px;
}
.outputpopupemailtop {
  border: 1px solid #CCCCCC;
  float: left;
  height: 40px;
  margin: 10px 5px 0 10px;
  padding: 0;
  width: 1170px;
}
.outputpopupemailtop span,
.outputpopupemailtop input {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.outputpopupemailleft {
  border: 1px solid #CCCCCC;
  float: left;
  height: 670px;
  margin: 10px 5px 0 10px;
  padding: 0;
  width: 210px;
}
.outputpopupemaillefttop {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  height: 270px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}
.outputpopupemailleftmain {
  float: left;
  height: 395px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}
.outputpopupemailright {
  float: left;
  width: 950px;
  padding: 0;
  height: 670px;
  margin: 10px 0;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
}
.outputpopupchartleft {
  border: 1px solid #CCCCCC;
  float: left;
  height: 180px;
  margin: 10px 5px 0 10px;
  padding: 0;
  width: 680px;
}
.outputpopupchartright {
  float: left;
  width: 490px;
  padding: 0;
  height: 180px;
  margin: 10px 0;
  overflow: auto;
  border: 1px solid #ccc;
}
.outputpopupchartright ul {
  float: left;
  width: 98%;
  padding: 0;
  margin: 1%;
  text-align: left;
}
.outputpopupchartright ul li {
  float: left;
  text-align: left;
  margin: 5px;
  padding: 5px;
  width: 430px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  background-color: #FDFEFD;
  font-weight: bold;
  border: 1px solid #464545;
}
.outputpopupchartright ul li span {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
.outputpopupemailtemplate {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.outputpopupemailtemplate li {
  float: left;
  text-align: left;
  margin: 5px;
  padding: 5px;
  width: 160px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  background-color: #FDFEFD;
  font-weight: bold;
  border: 1px solid #464545;
  cursor: pointer;
}
.outputpopupemailtemplate li:hover {
  background-color: #ff6a00;
  color: #fff;
}
.outputpopupemailtemplatetitle {
  width: 165px;
  float: left;
  font-size: 14px;
  margin: 0 5px 5px 15px;
  border-bottom: 1px solid #ccc;
}
.outputpopupchartfield {
  width: 150px;
}
.outputpopupchartarea {
  float: left;
  height: 520px;
  margin: 10px 5px 0;
  width: 1180px;
}
.outputpopupchart {
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #464545;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
.actionpopuplistorder {
  float: left;
  width: 96%;
  border: 1px solid #ccc;
  padding: 0;
  margin: 1%;
  height: 400px;
  overflow: auto;
}
.actionpopuplistorderselect {
  float: right;
}
.actionpopuplistordercheck {
  float: left;
}
.actionpopuplistorder li span {
  text-align: left;
  width: 200px;
  margin: 0 5px;
  float: left;
}
.actionpopuplist,
.actionpopuplistwhere {
  float: left;
  padding: 0;
  margin: 0;
}
.actionpopuplistorder li {
  float: left;
  margin: 1px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  background-color: #FDFEFD;
  font-weight: bold;
  border: 1px solid #464545;
  width: 720px;
}
.actionpopuplistwhere li {
  text-align: left;
  float: left;
  margin: 1px 2px;
  padding: 1px 2px;
  width: 260px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  background-color: #FDFEFD;
  font-weight: bold;
  border: 1px solid #464545;
}
.actionpopuplistwhere li span {
  float: left;
}
.actionpopuplist ul,
.actionpopuplistwhere ul,
.actionpopuplistorder ul {
  float: left;
  padding: 0;
  margin: 0;
}
.actionpopuplineselectbutton {
  float: left;
  width: 100%;
}
.actionpopuplineselectbutton input {
  float: left;
  margin-left: 10px;
}
.actionpopuplinetop {
  float: left;
  width: 780px;
  padding: 5px;
}
.actionpopuplinetop span {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
.actionpopuplinetop input {
  float: left;
}
.actionpopuplist ul li {
  float: left;
  text-align: left;
  margin: 1px;
  padding: 1px;
  width: 730px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(150, 150, 150, 0.2);
  background-color: #FDFEFD;
  font-weight: bold;
  border: 1px solid #464545;
}
.actionpopuplist ul li span {
  margin: 0 5px 0 5px;
  padding: 0;
  float: left;
}
.actionpopuplistspan {
  width: 240px;
  padding: 0;
  margin: 0 5px 0 5px;
  float: left;
}
.actionpopuplist ul li input {
  float: left;
  margin-right: 10px;
}
#actionpopupcontentactions {
  float: left;
}
.actionpopupcontentactionsdivbox {
  float: left;
  width: 810px;
  margin: 5px;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  background-color: #FDFEFD;
}
.actionpopupcontentactionsdiv {
  float: left;
  text-align: left;
  padding: 5px;
  width: 800px;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
.actionpopupcontentactionsdivtitle {
  background-color: #464545;
  color: #FFFF00;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
  width: 100%;
}
.actionpopupcontentactionsdivtitle input {
  float: right;
  margin-bottom: 5px;
  margin-right: 5px;
}
.actionpopupcontentactionsdiv span {
  float: left;
  margin-left: 10px;
  width: 140px;
}
.actionpopupcontentactionsdiv input {
  float: left;
  margin-right: 5px;
  width: 180px;
}
.actionpopupcontentactionsdiv select {
  float: left;
  margin-right: 5px;
  width: 190px;
}
.actionpopupcontentactionsdiv.bottom {
  margin-bottom: 3px;
  border-bottom: 0;
}
.actionpopuplineclose .buttononex {
  margin-right: 10px;
  cursor: pointer;
  float: right;
}
.actionpoupinner {
  width: 50%;
  float: left;
  height: 400px;
  overflow: auto;
}
.actionpoupinnerorder {
  float: left;
  height: 20px;
  margin-left: 2%;
  width: 96%;
}
.actionpoupinnerwhere {
  float: left;
  height: 220px;
  margin-left: 2%;
  overflow: auto;
  width: 96%;
}
.actionpopuplistbutton {
  float: right;
}
.actionpopuplistjoin {
  width: 220px;
  float: left;
  height: 250px;
  overflow: auto;
}
.actionpopupcontentjoin {
  float: left;
  height: 260px;
  overflow: auto;
  padding: 2%;
  width: 96%;
}
.actionpopuplistjoin ul {
  margin: 0;
  padding: 0;
}
/*===========================================*/
/*====================*/
.popuppanel {
  float: left;
  background-color: #F7F7F7;
  color: #464545;
  font-size: 12px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.popuppanelsizeper {
  width: 90%;
  float: left;
}
.popuppanelsizea {
  width: 620px;
  height: 500px;
  float: left;
}
.popuppanelsizea .popuppanelouter {
  height: 450px;
}
.popuppanelsizeb {
  width: 620px;
  height: 550px;
  float: left;
}
.popuppanelsizeb .popuppanelouter {
  height: 500px;
}
.popuppanelsizec {
  width: 700px;
  height: 525px;
  float: left;
}
.popuppanelsizec .popuppanelouter {
  height: 475px;
}
.popuppanelsized {
  width: 350px;
  height: 425px;
  float: left;
}
.popuppanelsized .popuppanelouter {
  height: 375px;
}
.popuppanelsizee {
  width: 1200px;
  height: 825px;
  float: left;
}
.popuppanelsizee .popuppanelouter {
  height: 775px;
}
.popuppanelsizef {
  width: 620px;
  height: 700px;
  float: left;
}
.popuppanelsizef .popuppanelouter {
  height: 650px;
}
.popuppanelouter {
  margin: 10px 5px 5px 5px;
  -webkit-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 18px;
  background-color: #ECECEC;
  padding-top: 10px;
  float: left;
}
.popuppanelouterfixed {
  margin: 15px 5px 5px 5px;
  -webkit-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 18px;
  background-color: #FBFBFB;
  padding: 0px 5px 5px 5px;
  float: left;
  z-index: 1;
}
.popuppanelouterfixedb {
  margin: 15px 5px 5px 5px;
  -webkit-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 18px;
  background-color: #FBFBFB;
  padding: 0px 5px 5px 5px;
  float: left;
  z-index: 1;
  width: 98%;
}
.popuppanelouterfixedwide {
  margin: 10px 5px 5px 5px;
  -webkit-border-radius: 0 0 0 18px;
  border-radius: 0 0 0 18px;
  background-color: #ECECEC;
  padding: 10px 5px 5px 5px;
  float: left;
  z-index: 1;
  width: 98%;
}
.popuppanelcontent {
  background-color: #F8F8F8;
  z-index: 1;
}
.popuppaneltitle {
  width: 98%;
  padding: 5px 0 0 2%;
  -webkit-text-shadow: 4px 4px 7px rgba(150, 150, 150, 0.2);
  text-shadow: 4px 4px 7px rgba(150, 150, 150, 0.2);
  color: #464545;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px 0;
}
.popuppanelbox,
.popuppanelboxfixed,
.popuppanelboxfixedsmall {
  float: right;
  height: 30px;
  z-index: 60;
  -webkit-box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  border: 2px solid #fff;
  border-radius: 20px 20px 20px 20px;
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #f7f7f7 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-left: 10px;
}
.popuppanelbox,
.popuppanelboxfixed {
  min-width: 80px;
}
.popuppanelboxfixedsmall {
  width: 90px;
}
.popuppanelbox {
  margin: -20px -10px 0 0;
}
.popuppanelboxfixed {
  margin: -35px -10px 0 0;
}
.popuppanelclose {
  float: right;
  margin: -8px -10px 0 0;
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  box-shadow: 0px 0px 7px 7px rgba(150, 150, 150, 0.2);
  border: 2px solid #fff;
  border-radius: 30px 30px 30px 30px;
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #f7f7f7 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 10px;
}
.popuppanelcloseicon {
  float: left;
  width: 30px;
  height: 30px;
  z-index: 11;
}
.popuppanelselect {
  float: right;
  margin: 5px 5px 0 5px;
  z-index: 11;
  cursor: pointer;
}
.popuppanelselect.sprite-icon-base {
  width: 30px;
  height: 30px;
}
.popuppanelselect.loader {
  width: 20px;
  height: 20px;
}
.popuppanelselectday {
  float: right;
  margin: 8px 5px 0 8px;
  z-index: 11;
}
.popuppanelcontentline {
  float: left;
  width: 98%;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
}
.popuppanelcontentlinepad {
  float: left;
  width: 98%;
  padding: 0;
  margin: 0 5px 5px 5px;
  font-size: 13px;
}
.popuppanelcontentlabel {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0 1% 0 0;
  text-align: right;
  background-color: transparent;
  color: #464545;
}
.popuppanelcontentinputtype {
  float: left;
  width: 58%;
  padding: 0;
  margin: 0;
  color: #555;
  text-align: right;
  cursor: pointer;
}
.popuppanelcontentinput {
  float: left;
  width: 79%;
  padding: 0;
  margin: 0;
  color: #555;
  text-align: left;
}
.popuppanelcontentinput input {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #000;
  border: 0;
  height: 20px;
}
.popuppanelcontentinput textarea {
  float: left;
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #000;
  border: 0;
}
.popuppanelcontentinput select {
  float: left;
  width: 40%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #000;
  border: 0;
}
.popuppaneltitlebar,
.popuppaneltitlebarsmall,
.popuppaneltitlebarwide,
.popuppaneltitlebarlarge,
.popuppaneltitlebartiny {
  color: #fff;
  font-size: 18px;
  padding: 10px 5px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  z-index: 50;
  text-align: center;
}
.popuppaneltitlebar {
  width: 300px;
}
.popuppaneltitlebarwide {
  width: 400px;
}
.popuppaneltitlebarlarge {
  width: 550px;
}
.popuppaneltitlebarsmall {
  width: 190px;
  text-align: center;
}
.popuppaneltitlebartiny {
  width: 110px;
  text-align: center;
}
.popuppanelfilter {
  float: left;
  width: 190px;
  margin: 10px 0 0 15px;
}
.popuppanelfilter span {
  float: left;
  margin: 0 0 0 10px;
}
.popuppanelfilter input {
  float: left;
  width: 150px;
}
.titlebarcolor {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  border: 1px solid #dcdcdc;
  background-color: #FBFBFB;
  color: #464545;
}
.titlebarcolor-l {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  border: 2px solid #464545;
  background-color: #919191;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#919191), to(#E4E4E4));
  background: -moz-linear-gradient(#919191, #E4E4E4);
  background: linear-gradient(#919191, #E4E4E4);
}
.titlebarcolor-d {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  border: 2px solid #e5e5e5;
  background-color: #333339;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333339), to(#61616B));
  background: -moz-linear-gradient(#333339, #61616B);
  background: linear-gradient(#333339, #61616B);
}
.titlebarcolor-ca {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  border: 2px solid #D3E9BA;
  background-color: #4A7A10;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4A7A10), to(#6EB419));
  background: -moz-linear-gradient(#4A7A10, #6EB419);
  background: linear-gradient(#4A7A10, #6EB419);
}
.titlebarcolor-cb {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  /*border: 2px solid #D1E3F7;*//*border: 2px solid #D1E3F7;*/
  background-color: #1F60A0;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1F60A0), to(#5F9FE0));
  background: -moz-linear-gradient(#1F60A0, #5F9FE0);
  background: linear-gradient(#1F60A0, #5F9FE0);
}
.titlebarcolor-cc {
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  border: 2px solid #FDD1C4;
  background-color: #C73707;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C73707), to(#F56537));
  background: -moz-linear-gradient(#C73707, #F56537);
  background: linear-gradient(#C73707, #F56537);
}
/*===================================================*/
.timelinepopup {
  width: 300px;
  height: 200px;
  float: left;
  position: absolute;
  display: none;
}
.timelinepopuptitle {
  color: #fff;
  font-size: 18px;
  padding: 5px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  z-index: 50;
  width: 250px;
  height: 30px;
  float: left;
}
.timelinepopuptitle span {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}
.timelinepopupbody {
  width: 94%;
  margin: 2%;
  padding: 1%;
  border: 1px solid #ababab;
  border-radius: 0 0 0 15px;
  height: 190px;
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  font-family: samsungimagination;
  background-color: #fff;
  text-align: left;
}
.timelinepopuptexttitle {
  float: left;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  margin: 5px 0;
}
.timelinepopuptextdiv {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}
.timelinepopuptextdiv span {
  float: left;
  width: 100%;
}
.timelinepopuptextdiv select {
  float: left;
  width: 90%;
  margin: 5%;
}
.timelinepopuptextdivsmall {
  width: 33%;
  margin: 0;
  padding: 0;
  float: left;
}
.timelinepopuptextdivsmall span {
  float: left;
  width: 100%;
}
.timelinepopuptextdivsmall select {
  float: left;
  width: 90%;
  margin: 5%;
}
.timelinepopupbutton {
  float: left;
  width: 39%;
  margin: 2px 3%;
}
/*========================================================*/
.timelinemonthpopup {
  width: 200px;
  height: 80px;
  float: left;
  position: absolute;
}
.timelinemonthpopuptitle {
  color: #fff;
  font-size: 18px;
  padding: 5px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  z-index: 50;
  width: 130px;
  height: 30px;
  float: left;
}
.timelinemonthpopuptitle span {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}
.timelinemonthpopupbody {
  width: 94%;
  margin: 2%;
  padding: 1%;
  border: 1px solid #ababab;
  border-radius: 0 0 0 15px;
  height: 75px;
  -webkit-box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 5px 5px rgba(50, 50, 50, 0.1);
  font-family: samsungimagination;
  background-color: #fff;
  text-align: left;
}
.timelinemonthpopupdiv {
  float: left;
  width: 100%;
}
.timelinemonthpopupdiv select {
  float: left;
  width: 96%;
  margin: 3px 2%;
}
.timelinemonthpopupbutton {
  float: left;
  width: 35%;
  margin: 2px 3%;
}