/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 90px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 91px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* Sidebar navigation */
.sidebar2 {
  margin-right: 21px; /* 20px padding + 1px border */
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0;
}
.sidebar2 a{
  color: #666060;
}
.sidebar2 > .active > a,
.sidebar2 > .active > a:hover,
.sidebar2 > .active > a:focus {
  color: #222222;
  background-color: #F5F5F5;
  text-decoration:underline;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
#PROHUB_branding {
    float: right;
    font-size: 10pt;
    margin: 0 0 10px;
    text-align: right;
	background:#ffff;
}
#PROHUB_branding img {
    height: 39px;
    padding: 0;
    width: auto;
}
#PROHUB_leftcolumn {
    float: left;
    width: 49%;
}
#PROHUB_rightcolumn {
    float: right;
    width: 49%;
}

.PROHUB_td_right {
    text-align: right !important;
}
.PROHUB_td_center {
    text-align: center !important;
}
.PROHUB_td_left {
    text-align: left !important;
}
.PROHUB_td_nowrap {
    white-space: nowrap;
}
.PROHUB_td_vtop {
    vertical-align: top !important;
}
.PROHUB_table {
    width: 100%;
}
.PROHUB_table td {
    padding: 5px 3px !important;
}
.PROHUB_table thead tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #cccccc !important;
}
.PROHUB_table tbody {
    height: 10px;
    overflow-y: auto;
}
.PROHUB_table tbody tr:nth-child(2n) td {
    background: #f8f8ff none repeat scroll 0 0 !important;
}
.PROHUB_table tfoot td {
    border-top: 1px solid #cccccc;
}
.PROHUB_form_filter, .PROHUB_td_filter {
    white-space: nowrap;
}
.PROHUB_form_filter input[type="text"], .PROHUB_form_filter select {
    box-sizing: border-box;
    max-width: 200px !important;
    width: 100% !important;
}
.PROHUB_tr_topoptions {
    border-bottom: 1px solid #cccccc !important;
}


#PROHUB_nav_container {
    clear: both;
    display: block;
    margin: 10px 0;
    position: relative;
    width: 100%;
}
#PROHUB_nav {
    clear: both;
    width: 100%;
}
#PROHUB_tabs {
    border-bottom: 1px solid silver;
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
}
#PROHUB_tabs li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0;
    border-color: silver;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    cursor: pointer !important;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    padding: 0 8px;
}
#PROHUB_tabs .clear, #PROHUB_subnav .clear, .PROHUB_subnav .clear {
    border: 0 solid red;
    clear: both;
    float: none;
    height: 0;
}
#PROHUB_tabs .PROHUB_tabs_current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: black black white;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: black;
    filter: none;
    margin: 0 3px -1px;
}
#PROHUB_tabs li:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 146, 208, 0) 75%, rgba(30, 146, 208, 0.25) 100%) repeat scroll 0 0;
}
#PROHUB_tabs .PROHUB_tabs_current:hover {
    background: white none repeat scroll 0 0;
    cursor: auto !important;
}
#PROHUB_subnav, .PROHUB_subnav {
    clear: both;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 10px;
}
#PROHUB_subnav li, .PROHUB_subnav li {
    border-left: 1px solid silver;
    cursor: pointer !important;
    display: block;
    float: left;
    font-size: 90% !important;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
}
#PROHUB_subnav li:first-child, .PROHUB_subnav li:first-child {
    border-left: 0 solid silver;
}
#PROHUB_subnav .PROHUB_subnav_current, .PROHUB_subnav .PROHUB_subnav_current {
    color: black;
    text-decoration: underline;
}
#PROHUB_subnav li:hover, .PROHUB_subnav li:hover {
    color: #1e92d0;
}
#PROHUB_subnav .PROHUB_subnav_current:hover, .PROHUB_subnav .PROHUB_subnav_current:hover {
    color: black;
    cursor: auto !important;
}
#PROHUB_subnav.hidden, .PROHUB_subnav.hidden {
    display: none;
}
#PROHUB_sections {
    position: absolute;
    right: 0;
}
#PROHUB_sections .button {
    cursor: pointer;
}
.PROHUB_tabs_error {
    color: red !important;
}
.PROHUB_tabs_error {
    color: red !important;
}
#PROHUB_businessinfo {
    float: left;
    padding: 10px 0 0;
    text-align: left !important;
    width: 40%;
}
#PROHUB_businessinfo img {
    float: left;
    margin: -10px 10px 0 0;
    text-align: left !important;
}
#PROHUB_branding {
    float: right;
    font-size: 10pt;
    margin: 0 0 10px;
    text-align: right;
    width: 60%;
}
#PROHUB_branding img {
    height: 60px;
    padding: 0 0 0 10px;
    width: auto;
}
#PROHUB_confirm_dialog {
    text-align: left;
}
#PROHUB_confirm_dialog .PROHUB_dialog_alert {
    float: left;
    margin: 0 7px 20px 0;
}
#PROHUB-ajaxloader::before, #PROHUB-ajaxloader::after, #PROHUB-ajaxloader {
    animation: 1.8s ease-in-out 0s normal none infinite running load7;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
#PROHUB-ajaxloader {
    animation-delay: -0.16s;
    bottom: 10px;
    color: #333333;
    font-size: 10px;
    left: -60px;
    margin: 5px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0px);
}
#PROHUB-ajaxloader::before {
    animation-delay: -0.32s;
    left: -12px;
}
#PROHUB-ajaxloader::after {
    left: 12px;
}
#PROHUB-ajaxloader::before, #PROHUB-ajaxloader::after {
    content: "";
    position: absolute;
    top: 0;
}
.PROHUB_form_name {
    padding: 6px 3px 3px !important;
    text-align: left !important;
    vertical-align: top !important;
    width: 30%;
}
.PROHUB_form_input {
    padding: 3px !important;
    text-align: left !important;
    vertical-align: top !important;
    white-space: nowrap;
    width: 70%;
	float:left;
}
.PROHUB_form_input input[type="text"], .PROHUB_form_input input[type="password"], .PROHUB_form_input select, .PROHUB_form_input textarea, .PROHUB_form_halfinput input[type="text"], .PROHUB_form_halfinput input[type="password"], .PROHUB_form_halfinput select, .PROHUB_form_halfinput textarea {
    box-sizing: border-box;
    white-space: nowrap;
}
.PROHUB_form_input textarea, .PROHUB_form_halfinput textarea {
    white-space: normal !important;
}
.PROHUB_form_halfname {
    padding: 6px 3px 3px !important;
    text-align: left !important;
    vertical-align: top !important;
    width: 20%;
}
.PROHUB_form_halfinput {
    padding: 3px !important;
    text-align: left !important;
    vertical-align: top !important;
    white-space: nowrap;
    width: 30%;
}
label.error {
    color: red;
    display: block;
    font-size: 10pt;
}
.PROHUB_form_required {
    color: red;
    font-weight: bold;
    padding: 4px;
}
.PROHUB_form_list {
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.PROHUB_form_list li {
    margin: 0;
    padding: 0 0 3px;
}
.PROHUB_form_removeinput input[type="text"], .PROHUB_form_removeinput input[type="password"], .PROHUB_form_removeinput select, .PROHUB_form_removeinput textarea {
    box-sizing: border-box;
    white-space: nowrap;
    width: calc(80% - 25px) !important; 
}
.PROHUB_form_removeinput textarea {
    white-space: normal !important;
}
.PROHUB_form_removeinput input[type="submit"], .PROHUB_form_removeinput input[type="reset"], .PROHUB_form_removeinput button {
    box-sizing: border-box;
    white-space: nowrap;
    width: 25px !important;
}
.PROHUB_externalcontainer {
    padding: 3px !important;
    position: relative;
}
.PROHUB_externalcontainer input[type="text"], .PROHUB_externalcontainer input[type="password"], .PROHUB_externalcontainer select, .PROHUB_externalcontainer textarea {
    box-sizing: border-box;
    width: calc(100% - 22px) !important;
}
.PROHUB_externalemail, .PROHUB_externallink {
    box-sizing: border-box;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: auto;
    z-index: 500000;
}
.PROHUB_newbtn_container {
    float: right;
    margin-top: 3px;
    padding-bottom: 15px;
    z-index: 2;
}
.PROHUB_newbtn_container .PROHUB_globalsearch {
    padding-right: 30px;
}
.PROHUB_newbtn_container .PROHUB_globalsearch #globalsearch_query {
    margin-right: 5px;
}
.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    cursor: default;
    font-size: 12px;
    overflow: auto;
}
.autocomplete-suggestion {
    overflow: hidden;
    padding: 4px 6px;
    white-space: nowrap;
}
.autocomplete-no-suggestion {
    padding: 4px 6px;
}
.autocomplete-selected {
    background: #f0f0f0 none repeat scroll 0 0;
}
.autocomplete-suggestions strong {
    color: #000;
    font-weight: bold;
}
.autocomplete-group {
    padding: 4px 6px;
}
.autocomplete-group strong {
    border-bottom: 1px solid #ccc;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
#PROHUB_leftcolumn {
    float: left;
    width: 49%;
}
#PROHUB_rightcolumn {
    float: right;
    width: 49%;
}
#PROHUB_dashboard_kpi {
    padding: 20px 0 0;
}
#PROHUB_dashboard_jobs {
    padding: 20px 0 0;
}
#PROHUB_dashboard_impcon {
    padding: 20px 0 0;
}
#PROHUB_dashboard_salesop {
    padding: 20px 0 0;
}
.PROHUB_dashtitle {
    border-bottom: 1px solid black;
    color: black;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 4px 10px;
}
.PROHUB_periods_container {
    float: right;
}
.PROHUB_timeperiod, .PROHUB_graphtimeperiod {
    font-weight: normal !important;
    padding: 0 5px;
}
.PROHUB_timeperiod:last-child, .PROHUB_graphtimeperiod:last-child {
    padding: 0 0 0 5px;
}
#PROHUB_todonav {
    display: block;
    padding: 0 0 20px;
    width: 100%;
}
.tab_container {
    max-height: 400px;
    overflow-y: auto;
}
.tab_container.active {
    display: block;
}
.tab_container.hidden {
    display: none;
}
#PROHUB_salesopportunities {
    height: 250px;
    text-align: center;
    width: 100%;
}
.PROHUB_salesopportunities_none {
    padding: 4px;
}
.PROHUB_graphtimeperiod.disabled {
    color: #555 !important;
    text-decoration: none !important;
}
#PROHUB_dashboard_duejobs {
    padding: 20px 0 0;
}

.form-control {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 22px;
    line-height: 1.42857;
    padding: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#thanks2 .success{
	color:green;
	border:1px solid green;
	background-color:#C8FFBC;
	padding:5px;
}
#thanks2 .error{
	color:red;
	border:1px solid red;
	background-color:#FFBCDB;
	padding:5px;
}

.modal-dialog2 {
    margin: 30px auto;
    width: 80%;
}

/* bootstrap on hover dropdown*/
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
/* end bootstrap on hover dropdown*/
.table-responsive{
	font-size: 12px !important;
}
#example input {
    background: #fff !important;
    border: none !important;
}
.longshottext{
	width:200px !important;
} 
.shorttable input{
	width:90px;
}
h1, .h1 {
    font-size: 24px !important;
}

.long-text{
	width:350px !important;
}
ul {
 padding:0px;
 margin: 0px;
}
#response {
 padding:10px;
 background-color:#9F9;
 border:2px solid #396;
 margin-bottom:20px;
}
#list li {
 margin: 0 0 3px;
 padding:8px;
 background-color:#eee;
 color:#000;
 list-style: none;
 border: #CCCCCC solid 1px;
}
.aright {
 text-align:right;
}
.smallbtns{
	width: 230px !important;
	word-wrap: break-word !important;
	height: auto;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
}
.selected2{
	color:#000;
}


/*# sourceMappingURL=bootstrap.css.map */
.abc2{
	list-style: none;
	float: right;
}
.abc2 li{
	min-width:28px;
	padding:5px;
	margin:1px;
	background:	#428bca;
	float: left;
	text-align:center;
	color:#fff;
	border-radius: 6px;
}
.abc2 li:active,.abc2 li:hover, .abc2 .selected{
	background:	#D4D0C8 !important;
	color:#428bca !important;
}