/*!
 * Perfectmanage v3 (http://www.perfectmanage.com)
 * Copyright 2013 Webfix | The Netherlands
 */


/* Global
--------------------------------------------------------------------------------------------------*/
html {
  font-family: 'Roboto', Arial, Verdana, serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #f0f1f3;
  font-family: 'Roboto', Arial, Verdana, serif;
  overflow-y: scroll;
  font-size: 14px;
}

.container-custom {
  padding: 15px 0px;
  max-width: 1250px; 
  margin: 0 auto;
}


.panel-body p {
font-size: 14px;
} 

.panel {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

#logotekst {
  top: 15px;
  z-index: 2500;
  position: absolute;
  margin: 0 auto;
  font-family: 'Ubuntu', 'Roboto', Verdana, serif;
  font-size: 34px;  
}

.title1 {
  top: 15px;
  z-index: 2500;
  margin: 0 auto;
  font-family: 'Ubuntu', 'Roboto', Verdana, serif;
  font-size: 18px; 
  font-weight: 300; 
  color: #d4006a;
}

a, a img { 
	text-decoration: none; 
	outline: 0; 
	color: #d4006a;
	cursor: pointer;
}

a .pink { 
	text-decoration: none; 
	outline: 0; 
	color: #d4006a;
	cursor: pointer;
}

.nav-tabs2 > li.active > a,
.nav-tabs2 > li.active > a:hover,
.nav-tabs2 > li.active > a:focus {
  color: #555555;
  background-color: #f0f1f3;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.tab-content {
  padding: 10px;

  border-right: 1px solid #dddddd;
  border-top: 0px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}


table a { 
	text-decoration: none; 
	outline: 0; 
	color: #030303;

}

td .table-no-border { 

	border: 0px;
}

table .tablenormal td { 
	border: none;
	border: 2px;
	cursor: default;
	background:#fff;

}

table .tablenormal tr { 
	border: none;
	border: 2px;
	cursor: default;
	background:#fff;

}

table .tablenormal a { 

	border: 0px;
	color: #d4006a;
	cursor: pointer;
}

table .tablenormal a:hover { 

	border: 0px;
	color: #030303;
}

.hiddenRow {
    padding: 0 !important;
    border: 0px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 0px solid #dddddd;
}

a:hover { 
	text-decoration: none; 
	color: #030303;
}

a:hover.hovergrey { 
	text-decoration: none; 
	color: #030303;
}	

a[href^=tel] { 
	font-size: 14px;
	font-weight: bolder;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #030303;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.thumbnail2 {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-height: 130px;	
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.label {
    cursor:pointer;cursor:hand;
}

.label-help {
  background-color: #8ed34c;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: -19px;
}

.form-horizontal .control-label {
    text-align: right;
    font-weight: 300;
  }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #d4006a;
  border-color: #d4006a;
  cursor: default;
}

.pagination{margin:20px 0;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination ul>li{display:inline;}
.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-left-width:0;}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#d4006a;}
.pagination ul>.active>a,.pagination ul>.active>span{color:#fff;cursor:default;}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999999;background-color:transparent;cursor:default;}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}
.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px;}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;}
.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px;}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px;}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
  cursor: pointer;
}
	
.pink {
color: #d4006a;
}

.grey {
color: #979b9e;
}

.green {
color: #8ed34c;
}

.orange {
color: #ff9600;
}

.red {
color: #e51848;
}


.editscherm {
color: #383838;
background: #fff;
padding: 20px 20px 20px 20px;
position: relative;
float: left;
width: 100%;
margin-bottom: 25px;
font-size: 16px;
font-weight: 300;
text-align: left;
box-shadow: 5px 5px 10px 2px #dedede;
}

.news {
color: #383838;
background: #fff;
padding: 20px 10px 20px 10px;
position: relative;
float: left;
width: 100%;
margin-bottom: 25px;
font-size: 16px;
font-weight: 300;
text-align: left;
box-shadow: 5px 5px 10px 2px #dedede;
}

.news.small {
color: #383838;
font-size: 16px;
font-weight: 300;
}

.box-edit {
color: #383838;
position: relative;
float: left;
width: 100%;
margin-bottom: 0px;
font-size: 16px;
font-weight: 300;
text-align: left;
}

.background {
color: #383838;
background: #f0f1f3;
padding: 20px;
}

.info-button {
right: -20px; 
border: 0px none; 
float: right; 
margin-top: 20px; 
z-index: 2500; 
position: relative; 
width: 25px; 
height: 25px; 
color: #fff; 
background: #d6d7d7; 
border-radius: 18px; 
font-size: 16px; 
padding-left:10px; 
padding-right:18px; 
padding-top:3px; 
padding-bottom:25px
}

.info-button2 {
right: 0px; 
border: 0px none; 
float: left; 
margin-top: 3px; 
position: relative; 
width: 25px; 
height: 25px; 
color: #fff; 
background: #d6d7d7; 
border-radius: 18px; 
font-size: 16px; 
padding-left:10px; 
padding-right:18px; 
padding-top:3px; 
padding-bottom:25px
}



#header-title {
	top: -18px;
	margin-bottom: 20px;

	position: absolute;
	margin: 0 auto;
	max-width: 370px;
	font-size: 24px;
	font-weight: 300;
	color: #909090;
	background: #f0f1f3;
	padding: 0px 10px 0px 10px;
}

h1,
h2,
h6,
.h1,
.h2,
.h6 {
  font-family: 'Roboto', Arial, Verdana, serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h3,
.h3{
  font-family: 'Roboto', Arial, Verdana, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: inherit;
}

h4,
.h4{
  font-family: 'Roboto', Arial, Verdana, serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h5,
.h5{
  font-family: 'Roboto', Arial, Verdana, serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.table {
  background-color: #eaeaea;
}

.td-klein {
padding: 0px 1px 0px 1px; 
width: 5px;
height: 5px;
} 

.td-medium {
padding: 0px 1px 0px 1px; 
width: 75px;
height: 5px;
} 

.text-grey {
	color: #979b9e;
	font-size: 12px;
	font-weight: 300;
}

#logo {
	top: 40px;
	margin-bottom: 20px;
	z-index: 2500;
	position: absolute;
	margin: 0 auto;
}

#logo2 {
	top: 20px;
	margin-bottom: 20px;
	margin: 0 auto;
	position: relative;
}

#ico {
	top: -50px;
	margin-bottom: 20px;
	z-index: 2500;
	position: relative;
	margin: 0 auto;
	float: left;
}

#line{
  width: 100%; 
  height: 1px;
  top: 0px;
  background: #d7d9d8;
  margin: 20px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
}

#line-title{
  height: 20px;
  width: 170px;
  top: -10px;
  left: 20px;
  background: #fff;	
  padding: 0px 0px 0px 0px;
  position: absolute;
  z-index: 2000;
  padding: 0px 5px 0px 5px;
  font-weight: 700;	
}

#line-title-grey{
  height: 20px;

  top: -10px;
  left: 20px;
  background: #f0f1f3;	
  padding: 0px 0px 0px 0px;
  position: absolute;
  z-index: 2000;
  padding: 0px 5px 0px 5px;
  font-weight: 700;	
  color: #909090;
}

#flags {
	width: 120px;
	height: 80px;
	top: 15px;
	margin-bottom: 20px;
	z-index: 2500;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#flag-button {
	z-index: 2500;
	position: relative;
	margin: 0 auto;
	float: left;
	text-align: center;
}

#help{
	z-index: 3000;
	position: absolute;
	margin: 0 auto;
	right: 25px;
	top: -15px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

#terug {
	z-index: 3000;
	position: absolute;
	margin: 0 auto;
	right: -5px;
	top: -20px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.popover{
    width: 300px;
    z-index: 3000;
}

.popoversmall{
    width: 250px;
}



.tooltip {
  position: absolute;
  z-index: 3000;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #626262;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #626262;
  border-width: 5px 5px 0;
}


.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #626262;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #626262;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #626262;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #626262;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #626262;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #626262;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #626262;
  border-width: 0 5px 5px;
}


/* Login
--------------------------------------------------------------------------------------------------*/

.form-signin {
  max-width: 330px;
  padding: 0px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  font-weight: 300;
  color: #949494;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Buttons
--------------------------------------------------------------------------------------------------*/



.btn-radinul {
border-radius: 4px;

}

.btn-fixed {
  color: #ffffff;
  border-color: #fff;
  padding: 12px 20px 12px 20px;
  margin-right: 10px;
  width: 160px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 0px;
}

.btn-budget {
  color: #ffffff;
  background-color: #b3bcc2;
  border-color: #b3bcc2;
  overflow: hidden;
}

.btn-budget:hover,
.btn-budget:focus,
.btn-budget:active,
.btn-budget.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c0c9cf;
  border-color: #c0c9cf;
}

.btn-starter{
  color: #ffffff;
  background-color: #d2a331;
  border-color: #d2a331;
  overflow: hidden;
}

.btn-starter:hover,
.btn-starter:focus,
.btn-starter:active,
.btn-starter.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #e0ad33;
  border-color: #e0ad33;
}

.btn-pro{
  color: #ffffff;
  background-color: #93979a;
  border-color: #93979a;
  overflow: hidden;
}

.btn-pro:hover,
.btn-pro:focus,
.btn-pro:active,
.btn-pro.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a4a6a7;
  border-color: #a4a6a7;
}

.btn-premium {
  color: #ffffff;
  background-color: #e2cc35;
  border-color: #e2cc35;
  overflow: hidden;
}

.btn-premium:hover,
.btn-premium:focus,
.btn-premium:active,
.btn-premium.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f5dd3a;
  border-color: #f5dd3a;
}

.btn-ganal {
  color: #ffffff;
  background-color: #f05722;
  border-color: #f05722;
  overflow: hidden;
}

.btn-ganal:hover,
.btn-ganal:focus,
.btn-ganal:active,
.btn-ganal.active,
.open .dropdown-toggle.btn-primary{
  color: #ffffff;
  background-color: #f9622e;
  border-color: #f9622e;
}

.btn-gadwords {
  color: #ffffff;
  background-color: #5b9f5f;
  border-color: #5b9f5f;
  overflow: hidden;
}

.btn-gadwords:hover,
.btn-gadwords:focus,
.btn-gadwords:active,
.btn-gadwords.active,
.open .dropdown-toggle.btn-primary{
  color: #ffffff;
  background-color: #61b066;
  border-color: #61b066;
}


.btn-layout {
  color: #ffffff;
  background-color: #8c2f65;
  border-color: #8c2f65;
  overflow: hidden;
}

.btn-layout:hover,
.btn-layout:focus,
.btn-layout:active,
.btn-layout.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a33474;
  border-color: #a33474;
}


.btn-domain {
  color: #ffffff;
  background-color: #00cccc;
  border-color: #00cccc;
  overflow: hidden;
}

.btn-domain:hover,
.btn-domain:focus,
.btn-domain:active,
.btn-domain.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #01dcdc;
  border-color: #01dcdc;
}

.btn-google {
  color: #ffffff;
  background-color: #0261dd;
  border-color: #0261dd;
  overflow: hidden;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #0057c8;
  border-color: #0057c8;
}

.btn-proberen {
  color: #ffffff;
  border-color: #fff;
  padding: 12px 20px 12px 20px;
  margin-right: 10px;
  width: 220px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 16px;
  background-color: #0057c8;
  opacity: 0.9;
}

.btn-proberen:hover,
.btn-proberen:focus,
.btn-proberen:active,
.btn-proberen.active,
.open .dropdown-toggle.btn-proberen{
  color: #ffffff;
  background-color: #0057c8;
  border-color: #0057c8;
}

.btn-help {
  color: #ffffff;
  background-color: #8ed34c;
  border-color: #8ed34c;
  overflow: hidden;
}

.btn-help:hover,
.btn-help:focus,
.btn-help:active,
.btn-help.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #95e04d;
  border-color: #95e04d;
}

.btn-primary {
  color: #ffffff;
  background-color: #d4006a;
  border-color: #d4006a;
  overflow: hidden;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #e50273;
  border-color: #e50273;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0057c8;
  border-color: #357ebd;
  opacity: 0.9;
}

.btn-table {
  color: #ffffff; 
  border-color: #b8b8b8;
  overflow: hidden;

  
background: -webkit-linear-gradient(#c5c6c7, #959595); /* For Safari */
background: -o-linear-gradient(#c5c6c7, #959595); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#c5c6c7, #959595); /* For Firefox 3.6 to 15 */
background: linear-gradient(#c5c6c7, #959595); /* Standard syntax */
}

.btn-table:hover,
.btn-table:focus,
.btn-table:active,
.btn-table.active,
.open .dropdown-toggle.btn-table{
  color: #ffffff;
  background: #818588;
}

.btn-general {
  color: #ffffff;
  border-color: #fff;
  padding: 12px 20px 12px 20px;
  margin-right: 10px;
  width: 220px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 16px;
  
  
background: -webkit-linear-gradient(#c5c6c7, #959595); /* For Safari */
background: -o-linear-gradient(#c5c6c7, #959595); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#c5c6c7, #959595); /* For Firefox 3.6 to 15 */
background: linear-gradient(#c5c6c7, #959595); /* Standard syntax */
}

.btn-general:hover,
.btn-general:focus,
.btn-general:active,
.btn-general.active,
.open .dropdown-toggle.btn-general{
  color: #ffffff;
  background: #b4b0b0;
  border-color: #b4b0b0;
}


.btn-generalb {
  color: #ffffff;
  border-color: #fff;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  
  
background: -webkit-linear-gradient(#c5c6c7, #959595); /* For Safari */
background: -o-linear-gradient(#c5c6c7, #959595); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#c5c6c7, #959595); /* For Firefox 3.6 to 15 */
background: linear-gradient(#c5c6c7, #959595); /* Standard syntax */
}

.btn-generalb:hover,
.btn-generalb:focus,
.btn-generalb:active,
.btn-generalb.active,
.open .dropdown-toggle.btn-generalb{
  color: #ffffff;
  background: #b4b0b0;
  border-color: #b4b0b0;
}

.btn-disable {
  color: #fff;
  border-color: #fff;
  padding: 12px 20px 12px 20px;
  margin-right: 10px;
  width: 210px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 16px;
  
background: -webkit-linear-gradient(#bfbfbf, #bababa); /* For Safari */
background: -o-linear-gradient(#bfbfbf, #bababa); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#bfbfbf, #bababa); /* For Firefox 3.6 to 15 */
background: linear-gradient(#bfbfbf, #bababa); /* Standard syntax */
}

.btn-disable:hover,
.btn-disable:focus,
.btn-disable:active,
.btn-disable.active,
.open .dropdown-toggle.btn-disable{
  color: #ffffff;
  background: #d4006a;
  border-color: #d4006a;
}

/* Menu
--------------------------------------------------------------------------------------------------*/
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
  border: 0px;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #f0f1f3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #d4006a;
}

.navbar-default .navbar-nav > .activel > a,
.navbar-default .navbar-nav > .activel > a:hover,
.navbar-default .navbar-nav > .activel > a:focus {
  color: #fff;
  background-color: #8c2f65;
}


.navbar-default .navbar-nav > .actives > a,
.navbar-default .navbar-nav > .actives > a:hover,
.navbar-default .navbar-nav > .actives > a:focus {
  color: #fff;
  background-color: #3c5a98;}

.navbar-default .navbar-nav > .activeg > a,
.navbar-default .navbar-nav > .activeg > a:hover,
.navbar-default .navbar-nav > .activeg > a:focus {
  color: #fff;
  background-color: #4584ee;
}

.navbar-default .navbar-nav > .actived > a,
.navbar-default .navbar-nav > .actived > a:hover,
.navbar-default .navbar-nav > .actived > a:focus {
  color: #fff;
  background-color: #00cccc;	
}

.navbar-default .navbar-nav > .activeh > a,
.navbar-default .navbar-nav > .activeh > a:hover,
.navbar-default .navbar-nav > .activeh > a:focus {
  color: #fff;
  background-color: #8ed34c;	
}



.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.alert2{
  padding: 7px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: -100px;
}
.alert2 h4 {
  margin-top: 0;
  color: inherit;
}
.alert2 .alert2-link {
  font-weight: bold;
}
.alert2 > p,
.alert2 > ul {
  margin-bottom: 0;
}
.alert2 > p + p {
  margin-top: 5px;
}
.alert2-dismissable {
  padding-right: 35px;
}
.alert2-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert2-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert2-danger {
  background-color: #ef0b00;
  border-color: #ebccd1;
  color: #fff;
}
.alert2-danger hr {
  border-top-color: #e4b9c0;
}
.alert2-danger .alert2-link {
  color: #953b39;