/* Space out content a bit */
body {
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav>li.active>a {
text-decoration: none;
background-color: #eee;
}

.nav i {
	padding-left: 10px;
}

.bkred {background-color: #d9534f;}
.bkblue {background-color: #5bc0de;}


.plist, .mlist, .ddsel {
	position: relative;
	top: 0;
	float: right;
}

.ddsel {
	display: none;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.inline110 {
	display: inline-block; 
	width: 110px;
}

/*copied from old themes*/
.card {
    margin-bottom: 20px;
}
.card > .card-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;

    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

/*Sizes*/
.well-lg {
       padding: 24px;
       border-radius: 6px;
   }
.well-sm {
    padding: 9px;
    border-radius: 3px;
}

/*** Custom panel colors ***/
.panel-mt01{
	border-color: #5cb85c;
}
.panel-mt01 a{
	color: #5cb85c;
}
.panel-mt01>.card-heading {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.panel-mt02{
	border-color: #f0ad4e;
}
.panel-mt02 a{
	color: #f0ad4e;
}
.panel-mt02>.card-heading {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.panel-mt04{
	border-color: #337ab7;
}
.panel-mt04 a{
	color: #337ab7;
}
.panel-mt04>.card-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-mt05{
    border-color: #422c6b;
}
.panel-mt05 a{
    color: #422c6b;
}
.panel-mt05>.card-heading {
    color: #fff;
    background-color: #422c6b;
    border-color: #422c6b;
}



/*** Custom Fonts ***/
.bulletelement:before{
    font-size:2rem;
    color:#204d74;
    padding-left: 5px;
    padding-right: 5px;
    content:"\2022";
}


/*** Custom buttons ***/
button {
    box-sizing: border-box;
    background: transparent;
    /*border: none;*/
    outline: none;
    padding: 2px 0 0 0;
	/*
    width: 40px;
    height: 40px;
	*/
	text-shadow: none;
}

.button-title {
	min-width: 30px;
	width: max-content;
	height: 30px;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	border:2px solid;
	border-radius: 6px;
	padding: 0;
	margin: 0;
}

.button-gray {
	color: #ddd;
	border-color: #ddd;
}

.button-red {
	color: #ff4d4d;
	border-color: #ff4d4d;
}

.button-primary {
	color: #337ab7;
	border-color: #337ab7;
}

.button-highlight {
	color: #33b5e5;
	border-color: #33b5e5;
}

.button-complete {
	/*
	color: #99cc00;
	border-color: #99cc00;
	*/
	background-color: #99cc00;
	color: #333;
	border-color: #333;
}


.rowspc5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.rowspc10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rowspc15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*copied from old themes*/
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}