@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }
    .printheader {
        background-color: #081F3E !important;
        -webkit-print-color-adjust: exact; 
    }
    .printbg {
        -webkit-print-color-adjust: exact; 
    }
    .printme, .printme *
    {
        display: block !important;
    }
    .printmetable
    {
        display: table-cell  !important;
    }
	.created{
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
	}
}
.header_bg {
	background-image: url("/inc/images/BlueBG.png");
	background-repeat: repeat;
}
.badge {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	min-width: 10px;
	border-radius: 10px;
	
	font-size: 9px;
	position: absolute;
	z-index: 10000;
	margin-top: 10px;
	padding: 2px;
}
.badge-danger {
	color: #fff!important;
	border-color: #c9302c!important;
	background-color: #d51b16!important;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow: scroll;
   	margin: 0;
	padding: 0;
}

.popup_header {
	padding: 15px 0;
	width: 100%;
}
.container-non-responsive {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1140px;
}
#main_div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#page_container {
	width: 100%;
	overflow-x: auto;
}
.main_div_wide {
	width: 1140px;
}
#graphs_div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.popup_foil_thin{
	background-image: url("/inc/images/Gold_Foil.jpg");
	background-size: 50%;
	background-repeat:repeat-x;
	background-position: center bottom;
	padding:1px;
}
.popup_foil{
	background-image: url("/inc/images/Gold_Foil.jpg");
	background-size: 50%;
	background-repeat:repeat-x;
	background-position: center bottom;
	padding:2px;
}
.login_container{
	background-color: #CCCCCC;
	padding:0;
	line-height:16px;
	max-width:475px;
}
.input_invalid {
	box-shadow: inset 0 0 7px #FF0000 !important;
	border:#FF0000 1px solid !important;
}
.created_bg {
	position:absolute;
	top:0px;
	left:0px;
	background-color:black;
	opacity:0.8;
	display:none;
	z-index:1000;
}
.pop_close {
	border-radius: 12px;
	cursor: pointer;
	position: absolute;
	right: 10px; 
	color: white;
	top: 10px;
	background-image: url("/inc/images/Gold_Foil.jpg");
 	background-size: 100%;
	padding: 0 8px;
	width: 26px;
}

.popup {
	color: #000000;
}
.PopUpContent{
	/*padding: 20px;*/
}
.cyan_dark {
	background-color: #AAAAAA;
}
.cyan_dark_grad {
	background: #CCC;
	color: black;
}
.icons {
	cursor:pointer;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-image: url("/inc/images/images.png");
	background-repeat: no-repeat;
}
.x {
	background-position: -144px -24px;
}
.arrow_down {
	cursor:pointer;
	width: 12px;
	height: 12px;
	background-image: url("/inc/images/svg/gold_down_arrow.svg");
	display: inline-block;
}
.arrow_right {
	cursor:pointer;
	width: 12px;
	height: 12px;
	background-image: url("/inc/images/svg/gold_right_arrow.svg");
	display: inline-block;
}
.amenu .item {
	line-height: 1.5em;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	color: #FFF;
	cursor: pointer;
}
.amenu .item:hover {
	background-image: url("/inc/images/Gold_Foil.jpg");
	background-size: 100%;
	background-repeat:repeat-x;
	background-position: center bottom;
}
.amenu .menu-top {
	height: 8px;
}
.amenu .menu-bottom {
	height: 8px;
}
.amopen{
	cursor: pointer;
}
.pointer{
	cursor: pointer;
}
.user_global .amenu {
	-webkit-font-smoothing: antialiased;
	top: 30px;
	position: absolute;
	display: block;
	z-index: 100;
	left: -4px;
	color: #FFF;
	background-color: #58595b;
	border-radius: 5px;
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
	background-clip: padding-box;
	max-width: 323px;
}
.username .amenu {
	width: 160px;
}

/* Main horizontal menu */
.main_menu {
	text-align:center;
	width: 100%;
}
.main_button {
	position: relative;
	display: inline-block;
}
.main_link {
	text-align: center;
	padding: 9px;
}
.main_button:hover .main_link {
	background-image: url("/inc/images/Gold_Foil.jpg");
	background-size: 100%;
	background-repeat:repeat-x;
	background-position: center bottom;
}
.main_button:hover .sub_menu {
	display: block;
}
.sub_menu {
	display: none;
	position: absolute;
	white-space: nowrap;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #58595b;
}
.sub_button {
	text-align: left;
}
.sub_link {
	color: white;
	padding: 6px 16px;
	text-decoration: none;
	display: block;
}
.sub_link:hover {
	background-image: url("/inc/images/Gold_Foil.jpg");
	background-size: 100%;
	background-repeat:repeat-x;
	background-position: center bottom;
}

.main_title {
	padding: 0 20px;
	color: white; 
	line-height: 48px; 
	font-weight: bold; 
	font-size: 15px; 
}
.popup_title {
	margin-left: 20px; 
	color: white; 
	font-weight: bold; 
	font-size: 15px; 
	float: left;
	line-height: 30px; 
}
.pop_title {
	margin-left: 20px; 
	font-weight: bold; 
	font-size: 15px; 
	line-height: 30px; 
}
#search_box{
	border-radius: 0px !important;
	box-shadow: none !important;
	height: 30px !important;
	background-color: #FFFEE7 !important;
	font-size: 16px !important;
	border: 1px solid #CBCCCE !important;
	border-left: 1px solid #7B7B7B !important;
	border-top: 1px solid #7B7B7B !important;
	width:400px;
	float:left;
	padding-right:1px;
}
#search_button{
	background: #AAAAAA !important;
	color: white !important;
	text-align: center !important;
	font-size: 16px !important;
	cursor: pointer !important;
	line-height: 30px !important;
	width: 130px !important; 
	float:left !important;
	margin-right: 20px !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.custom_box {
	height: 100%;
	float: left;
	width: 16.66%;
	text-align: center;
}
.custom_box_title {
	padding: 5px 5px 5px 20px;
	text-align: left;
}
.custom_box_title img{
	width: 30px;
}
.custom_box_data {
	padding: 10px 10px 10px 20px;
	text-align: left;
	color: white;
 	line-height: 25px;
 }
.main_footer {
	background-color: #091e3d;
	font-size: 10px;
	padding: 10px 20px;
	color: white;
	display: none;
 }
.graphs_footer {
	background-color: #091e3d;
	font-size: 10px;
	padding: 10px 20px;
	color: white;
	/*display: none;*/
 }

.icon_button_small{
	cursor: pointer;
	margin: 3px;
	border-radius:8px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
.icon_button_small i{
	margin: 3px;
}
.icon_button{
	cursor: pointer;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.icon_button i{
	margin: 8px;
}
.pill_button{
	cursor: pointer;
	margin: 0 5px;
	border-radius:25px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:7px 45px;
	text-align: center;
}

.pill_button_small{
	cursor: pointer;
	margin: 0 5px;
	border-radius:25px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}

.disabled_bg{
	background-color: #DDDDDD;
}
.grey_bg{
	background-color: #555555;
}
.blue_bg{
	background-color: #007fc6;
}
.cyan_bg{
	background-color: #6badea;
}
.dark_green_bg{
	background-color: darkgreen;
}
.white_bg{
	background-color: #FFFFFF;
}
.yellow_bg{
	background-color: #FFFF00;
}
.green_bg{
	background-color: #3ead47;
}
.red_bg{
	background-color: #FF0000;
}
.purple_bg{
	background-color: #6b5099;
}
.orange_bg{
	background-color: #d56c2a;
}
.blue_pill{
	background-color: #007fc6;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.blue_icon_button_small{
	background-color: #007fc6;
	cursor: pointer;
	margin: 3px;
	border-radius:8px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
.blue_icon_button_small i{
	margin: 3px;
}
.blue_icon_button{
	background-color: #007fc6;
	cursor: pointer;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.blue_icon_button i{
	margin: 8px;
}

.disabled_pill{
	background-color: #DDDDDD;
	cursor: not-allowed;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.disabled_icon_button{
	background-color: #DDDDDD;
	cursor: not-allowed;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.disabled_icon_button i{
	margin: 8px;
}
.disabled_icon_button{
	background-color: #DDDDDD;
	cursor: not-allowed;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.disabled_icon_button i{
	margin: 8px;
}

.grey_pill{
	background-color: #555555;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.grey_button{
	background-color: #555555;
	cursor: pointer;
	margin: 0 5px;
	border-radius:25px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:7px 45px;
	text-align: center;
}
.grey_icon_button{
	background-color: #555555;
	cursor: pointer;
	margin: 5px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.grey_icon_button i{
	margin: 8px;
}

.cyan_pill{
	background-color: #6badea;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.cyan_icon_button{
	background-color: #6badea;
	cursor: pointer;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.cyan_icon_button i{
	margin: 8px;
}
.cyan_icon_button_small{
	background-color: #6badea;
	cursor: pointer;
	margin: 3px;
	border-radius:8px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
.cyan_icon_button_small i{
	margin: 3px;
}

.dark_green_pill{
	background-color: darkgreen;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.green_pill{
	background-color: #3ead47;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.green_icon_button{
	background-color: #3ead47;
	cursor: pointer;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.green_icon_button_small{
	background-color: #3ead47;
	cursor: pointer;
	margin: 3px;
	border-radius:8px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
.green_icon_button_small i{
	margin: 3px;
}
.green_icon_button i{
	margin: 8px;
}

.purple_pill{
	background-color: #6b5099;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.orange_pill{
	background-color: #d56c2a;
	cursor: pointer;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding:5px 15px;
	text-align: center;
}
.orange_icon_button{
	background-color: #d56c2a;
	cursor: pointer;
	margin: 5px;
	border-radius:12px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 24px;
}
.orange_icon_button i{
	margin: 8px;
}
.orange_icon_button_small{
	background-color: #d56c2a;
	cursor: pointer;
	margin: 3px;
	border-radius:8px;
	font-weight: bold;
	color: white;
	padding:5px;
	text-align: center;
	font-size: 12px;
}
.orange_icon_button_small i{
	margin: 3px;
}

.pipeline_nav_button{
	padding: 10px;
	cursor: pointer;
	float: left;
}
.active_nav_button{
	background-image: url("/inc/images/Gold_Foil.jpg") !important;
	background-size: 100% !important;
	background-repeat:repeat-x !important;
	background-position: center bottom !important;
}
.pipeline_nav_button:hover {
	background-image: url("/inc/images/Gold_Foil.jpg");
	background-size: 100%;
	background-repeat:repeat-x;
	background-position: center bottom;
}
.pipeline_controls {
	color: white;
	margin: 50px 0 0 0;
}
.pipeline_control {
	margin: 0 7px;
	cursor: pointer;
}
.paginate {
	display: flex;
	justify-content: space-between;
	margin: 20px;
}
.paginate > div {
	color: white;
	text-align: center;
}
.pipeline_header{
}
[onClick] {
    cursor:pointer;
}
.pipeline_header th{
	text-align: center;
	font-size: 12px;
	color: white;
	height: 40px;
	border: 1px solid white;
	background: #AAAAAA;
}
.sortable_set_black {
	background-color: #7D7D7D;
	border-radius: 10px;
	margin-top: 3px;
	padding: 10px;
}
.sortable_set_cyan {
	background-color: #89ccff;
	border-radius: 10px;
	margin-top: 3px;
	padding: 10px;
}
.sortable_set_green {
	background-color: #8EC63F;
	border-radius: 10px;
	margin-top: 3px;
	padding: 10px;
}
.sortable_button {
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	margin: 3px 0;
	padding: 10px;
	cursor: pointer;
}



.hblack {
	background: #777777;
	color: #FFFFFF !important;
}
.hblue {
	background: #51B1FF;
	color: #FFFFFF !important;
}
.hgreen {
	background: #50952E;
	color: #FFFFFF !important;
}
.hpurple {
	background: #966fd6;
	color: #FFFFFF !important;
}
.push_header {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 32px;
	padding: 0 3px;
	text-align: left;
}
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
}





#mainContent {
	width: 1140px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#leftPanel, #rightPanel {
	float: left;
	display: inline;
}
#leftPanel {
	width: 200px;
	margin-right: 15px;
	overflow: hidden;
}
#rightPanel {
	width: 1140px;
}
.cp_section_header_grey {
    background: #BBBBBB;
    background: -moz-linear-gradient(top, #BBBBBB, #999999);
    background: -webkit-linear-gradient(top, #BBBBBB, #999999);
    background: -o-linear-gradient(top, #BBBBBB, #999999);
    background: -ms-linear-gradient(top, #BBBBBB, #999999);
    background: linear-gradient(top, #BBBBBB, #999999);
    color:#000000;
    font-size: 15px;
    line-height:30px;
    font-weight:bold;
    padding: 0 5px;
}
.cp_section_header_sub_grey {
	font-size: 13px;
	background-color: #777777;
    padding: 0 5px;
    line-height:20px;
    color:#FFFFFF
}
.cp_section_header_green {
    background: #BBBBBB;
    background: -moz-linear-gradient(top, #BBBBBB, #999999);
    background: -webkit-linear-gradient(top, #BBBBBB, #999999);
    background: -o-linear-gradient(top, #BBBBBB, #999999);
    background: -ms-linear-gradient(top, #BBBBBB, #999999);
    background: linear-gradient(top, #BBBBBB, #999999);
    color:#000000;
    font-size: 15px;
    line-height:30px;
    font-weight:bold;
    padding: 0 5px;
}
.cp_section_header_sub_green {
	font-size: 13px;
	background-color: #50952E;
    padding: 0 5px;
    line-height:20px; 
    color:#FFFFFF
}
.cp_section_body {
	font-size: 13px;
	background-color: #BBBBBB;
    padding: 0 5px;
    line-height:20px;
    color:#000000
}
.section_header {
	border-bottom:1px solid #000000;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	padding: 0 3px;
	text-align: left;
}
.module_label{
	font-weight: bold; 
	font-size: 16px; 
	margin: 5px 15px;
}
.module_cell{ 
	background: #CCCCCC;
	border-radius: 10px; 
	color: #000; 
	padding: 15px;
}