
.main_heading {
	padding: 8px 15px 1px 15px;
    color:darkgrey;
    min-height:40px;	
}
.heading_text {
	float:left;
	width:100%;	
}
.heading_text h1 {
	color:#0589E5;
	/*color:#FFFFFF;*/
	font-weight:bold;
	font-size:18pt;
	padding:0;
	margin:0;
}
.heading_text h4 {
	color: #86AEDC;
	/*color:#FFFFFF;*/
	font-weight:bold;
	font-size:10pt;
	padding:0;
	margin:0;
}
.button_area {
	float:right;
	width:60%;
}
.button_area input {
	float:right;
	margin-top:8px;
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.flexbox-container .left {
	width: 180px;
}
#toolbar {
	float:left;
}
#toolbar .heading {
	font-size:16px;
	font-weight:bold;
	line-height: 20%;
}

.menu1 {
    background-color: transparent;
    color: black;
    min-height: 3em;
    position: absolute;
    min-width: 5em;
    margin-left: 15px;
    left: 0px
}

.menu_button_container {
    margin: 0px;
}

#divToolbarStart .menu_button {
    padding:4px 0px;
    font-weight:bold;
}
#divToolbarStart .menu_button:hover {
    color: #e38c0e;
    cursor:pointer;
}

#divToolbarStart .menu_button img {
	padding:0px 5px 0px 0px;
    vertical-align: bottom;
}

#divToolbarDecision .menu_button {
    padding:0px 0px;
    font-weight:bold;
}
#divToolbarDecision .menu_button:hover {
    color: #e38c0e;
    cursor:pointer;
}

#divToolbarDecision .menu_button img {
	padding:0px 5px 0px 0px;
    vertical-align: bottom;
}

#divToolbarTask .menu_button {
    padding:7px 0px;
    font-weight:bold;
}
#divToolbarTask .menu_button:hover {
    color: #e38c0e;
    cursor:pointer;
}

#divToolbarTask .menu_button img {
	padding:0px 5px 0px 0px;
    vertical-align: bottom;
}

.button_add1 {
    background-color: #00CC00;
    float:left;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    padding:2px;
    height:25px;
    width:25px;
    color:grey;
}
.button_add1:hover {
    background-color: #00AA00;
    color:black;
}
.button_remove1 {
    font-size:9pt;
    color:darkgrey;
    border-radius: 30%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    padding:5px;
    min-width:10px;
    max-width:15px;
    text-align:center;
}
#removetask1 {
    color: red;
}
#container {
    position: relative;
    width: 100%;
    height: 1500px;  
    overflow: scroll;    
}
.action {
    cursor: move;
    border: 0px solid black;    
    height: auto;
    color: #ffffff;
    position: absolute;
    text-align:center; 
    vertical-align:middle;	
}
.actionHeader {
    border: 0px solid black;
    background-color: #424242;  
    border-radius: 0.3em;
    height: auto;
    vertical-align:middle;
    box-shadow: 2px 2px 5px #AAAAAA;
    cursor: move;
}
.actionHeader > div {
    cursor: move;
    display: inline-block;
    padding: 0 3px 0 3px;
}

.actionHeaderError{
    border: 0px solid black;
    background-color: #ff0000;  
    border-radius: 0.3em;
    height: auto;
    vertical-align:middle;
    box-shadow: 2px 2px 5px #AAAAAA;
    cursor: move;
}

.actionHeaderError > div {
    cursor: move;
    display: inline-block;
    padding: 0 3px 0 3px;
}

.action_body {
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    text-align:center;
    margin-bottom: 2px;
    white-space: nowrap;
}
.actionFooter {
    background: transparent;
}
.decision_box {
    float:left;
    width: 40px;
    height: 20px;
    color: #028744;
    font-weight:bold;
    font-size: 12px;
    border: 0px solid #008FCB;
    border-radius: 0.5em;
    /* background-color: #00B3FF; */
    background:transparent;
    cursor: pointer;
    /* box-shadow: 2px 2px 5px #AAAAAA; */
    text-align:center;
    padding-top:5px;
    margin-top:2px;
}
.decision_box_no {
    float:left;
    width: 40px;
    height: 20px;
    color: #ee5a00;
    font-weight:bold;
    font-size: 12px;
    border: 0px solid #008FCB;
    border-radius: 0.5em;
    /* background-color: #00B3FF; */
    background:transparent;
    cursor: pointer;
    /* box-shadow: 2px 2px 5px #AAAAAA; */
    text-align:center;
    padding-top:5px;
    margin-top:2px;
}
.decision_box_disable {
    float:left;
    width: 40px;
    height: 20px;
    color: #d3d6d6;
    font-weight:bold;
    font-size: 12px;
    border: 0px solid #008FCB;
    border-radius: 0.5em;
    /* background-color: #00B3FF; */
    background:transparent;
    cursor: default;
    /* box-shadow: 2px 2px 5px #AAAAAA; */
    text-align:center;
    padding-top:5px;
    margin-top:2px;
}
.tbox
{
	background:#eeeeee;
	width:400px;
	 height:24px;
	 padding:4px;
}

.errorClass{
	width: 250px;
	background:#FFC4C4;
}
.errorClass .qtip-content{
    font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
.infoClass{
	width: 250px;
}
.infoClass .qtip-content{
    font-size: 14px;
	font-weight: normal;
    color:#FF8000;
    line-height: 1.2;
    max-height: 200px;
    overflow: hidden;
    text-overflow: elipsis;
}
.groupChip  span{
  overflow:hidden;
  text-overflow:ellipsis;
  font-size: 13px !important;
  color: #717171 !important;
}
