/*!
 *  Theme		: Simpleness 
 *  Description : CV Resume Template by themesforever.com
 *  Version     : 1.0
 */
/*!
 *	Resume styles:
 *	
 *	1.	GLOBAL STYLES
 *
 *	2.	LAYOUT DESIGN
 *		2.1	WRAPPER ASIDE / Left		
 *		2.2	WRAPPER SECTION / Right
 *
 *	3.	SOCIAL NAV	
 *
 *	4.	HEADER TITLE
 *
 *	5.	SECTIONS	
 *		3.1	SECTION // ABOUT ME
 *		3.2	SECTION // EXPERIENCES
 *		3.3	SECTION // EDUCATION
 *		3.4	SECTION // CONTACT
 *		3.5	SECTION // HOBBIES
 *	
 */
/*!
 **********************************************************
 *
 *	1.	GLOBAL STYLES
 *		Defaults HTML and overrides styles Bootstrap
 *
 **********************************************************
 */
 
body {
  background: #ddd;
  color: #333;
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;}
  
a {
  color: #2980b9;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;}
  
a:hover,
a:active,
a:focus {
  color: #009999;
  text-decoration:none;
  border:0;}
  
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;}
  
  h2 { color: #878787;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-size: 30px;
    font-weight: 300;
	margin:36px 0 9px 0;
	padding: 0 0 0 0;}

h3 {
	color:#878787;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight:600;}

h4 {color:#999900;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;}

h5 {color:#666;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;}
	
p {font-weight:200;}	

.text-primary {color: #666;}
  
.lead {font-size: 25px; margin-bottom: 0;color:#fff;	}

.pipe {padding:0 6px;}

footer {
  color: #999999;
  font-size: 14px;
  padding: 0;
  margin: 15px 0;}
  
.bg-primary {
  background-color: #fff;}
  
.media {
  margin: 0;
  margin-bottom: 10px;
  margin-left: 0;}
  
.media span {
  color: #666;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.media .media-body {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
.progress {
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  padding: 0;
  margin-bottom: 12px;}
  
.progress .progress-bar {
  background-color: #009999;
  box-shadow: none;
  font-size: 17px;
  line-height: 25px;}
  
hr { border-color: rgba(34, 34, 34, 0.3);}

ul {padding:0 ;margin:0 0 30px 0;overflow:auto;}

	li {
		list-style:inside;
		font-family: "Roboto Condensed", Arial, sans-serif;
		font-weight:200;
		font-size:16px;
		line-height:1.4;
		padding:0 0 0 0;
		margin:0;
		color:#666;
		}

ul.expertise, ul.clients {padding:0 ;margin:0 0 30px 0;overflow:auto;}

	ul.expertise li , ul.clients li {
		list-style:none;
		font-family: "Roboto Condensed", Arial, sans-serif;
		font-weight:200;
		font-size:16px;
		line-height:1.4;
		padding:0 0 0 0;
		margin:0;
		color:#666;
		}



.date {
	width:100px;
	background-color:#F2F2F2;
	padding:18px 6px;
	text-align:center; 
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size:16px;
	font-weight:200;
	line-height:1;
	margin-bottom:12px;
	margin-right:15px;}
	
	.date:hover {text-decoration:none;color:#666;}
	
	
.category {color:#666;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform:uppercase;}	


.col-sm-12 li {margin-bottom:12px;}

.position, 
.school {color:#999900;font-family: "Roboto Condensed", Arial, sans-serif;font-size:22px;font-weight:200;line-height:1.1;}

	.panel-body h4 span.position {font-size:18px;}
	.panelNoExpand-body h4 span.position {font-size:18px;}

.company,
.program {color:#4D4D4F;font-family: "Roboto Condensed", Arial, sans-serif;font-size:18px;font-weight:200;line-height:1.1;}

.location {color:#999;font-family: "Roboto Condensed", Arial, sans-serif;font-size:18px;font-weight:200;line-height:1.1;}


	.position:hover, 
	.school:hover,
	.company:hover,
	.program:hover,
	.location:hover {text-decoration:none;}


/*!
 **********************************************************
 *
 *	2.	LAYOUT DESIGN
 *
 **********************************************************
 */
.container {max-width: 1024px;}

.container .wrapper {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  padding: 0 0 25px 0px;
  
  
}
@media (max-width: 600px) {
  .container {
    padding: 0;
	margin: 0 auto;
	
	
  }
  .container .wrapper {
    border-radius: 0;
    padding: 0 0 20px 0;
	margin: 0 auto;
	
  }
}
/*!
 **********************************************************
 *
 *	3.	SOCIAL NAV
 *
 **********************************************************
 */
nav {
  margin: 10px 0 3px 0;
  text-align: right;
}

nav .pager {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

nav .pager a,
nav .pager a:focus {
  background-color: inherit;
  border: none;
  color: #999;
  font-size: 17px;
  margin: 5px 12px;
  padding: 0;
  text-shadow: 0 1px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

nav .pager a:hover,
nav .pager a:focus:hover {
  background-color: inherit !important;
  color: #009999;
  text-shadow: none;
  text-decoration:none;
 
}
/*!
 **********************************************************
 *
 *	4.	HEADER TITLE
 *
 **********************************************************
 */
header.main {
  padding: 17px 0;
  text-align: center;
  background-color:#990;
}

header.main a {margin-right:6px;}
header.main h1 {
  font-size: 50px;
  color: #fff;
}

header.main p {color:#fff;}


@media (max-width: 600px) {
  header.main h1 {
    font-size: 40px;
  }
  
  header.main p {font-size: 22px;}
  
}
@media (max-width: 480px) {
  
  header.main h1 {
    font-size: 32.5px;
  }
}
/*!
 **********************************************************
 *
 *	5.	SECTIONS
 *
 **********************************************************
 */
section {
  margin-bottom: 35px;
   padding: 0 50px;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 50px;
	  padding: 0 12px;
  }
}
section h3 {
  color: #878787;
  font-size: 30px;
  margin-top:36px;
  margin-bottom: 9px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight:300;
}


article {margin-right: 25px;}
  
article p {
 color: #666;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 16px;
	}
	
	article p.why { font-size: 18px;line-height: 1.4;}

article img.photo {
  border: 5px solid #fff;
  box-shadow: 0 0 5px 2px #ccc;
}
@media (max-width: 767px) and (min-width: 480px) {
  article img.photo {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  article img.photo {
    margin-bottom: 25px;
  }
}

.col-sm-4, .col-md-4 {padding-left:0;}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}



.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: #ccc;
	margin-top:-20px;
}

.panel-heading a.collapsed:after {
    content:"\e080";
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}




.panelNoExpand-heading a:after { color: #ccc;}
.panelNoExpand-heading a.collapsed:after {}
.panelNoExpand-heading .accordion-toggle:after { color: grey;         /* adjust as needed */}
.panelNoExpand-heading .accordion-toggle.collapsed:after {}


	

.panelNoExpand-default > .panel-heading {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}


.panel {padding: 12px 0;}

	.panel-body  {clear:both;margin: 12px 0 0 0;}
		.panel-body h3 {font-size:19px;line-height:1;color:#666;text-transform:uppercase;margin-top:24px;}
		.panel-body h4 {font-size:16px;line-height:1;color:#666;font-weight:400;margin-top:0;}
		.panel-body p {font-size:16px;line-height:1.2;color:#666;}


.panelNoExpand {padding: 12px 0;}




.panelNoExpand {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);}
		  
.panelNoExpand-body {
  padding: 15px;}
  
.panelNoExpand-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panelNoExpand-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panelNoExpand-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panelNoExpand-title > a,
.panelNoExpand-title > small,
.panelNoExpand-title > .small,
.panelNoExpand-title > small > a,
.panelNoExpand-title > .small > a {
  color: inherit;
}
.panelNoExpand-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelNoExpand > .list-group,
.panelNoExpand > .panelNoExpand-collapse > .list-group {
  margin-bottom: 0;
}
.panelNoExpand > .list-group .list-group-item,
.panelNoExpand > .panelNoExpand-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panelNoExpand > .list-group:first-child .list-group-item:first-child,
.panelNoExpand > .panelNoExpand-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelNoExpand > .list-group:last-child .list-group-item:last-child,
.panelNoExpand > .panelNoExpand-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelNoExpand-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panelNoExpand-footer {
  border-top-width: 0;
}
.panelNoExpand > .table,
.panelNoExpand > .table-responsive > .table,
.panelNoExpand > .panelNoExpand-collapse > .table {
  margin-bottom: 0;
}
.panelNoExpand > .table caption,
.panelNoExpand > .table-responsive > .table caption,
.panelNoExpand > .panelNoExpand-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panelNoExpand > .table:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelNoExpand > .table:first-child > thead:first-child > tr:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panelNoExpand > .table:first-child > tbody:first-child > tr:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panelNoExpand > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panelNoExpand > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panelNoExpand > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panelNoExpand > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panelNoExpand > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panelNoExpand > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panelNoExpand > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panelNoExpand > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panelNoExpand > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panelNoExpand > .table:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelNoExpand > .table:last-child > tbody:last-child > tr:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panelNoExpand > .table:last-child > tfoot:last-child > tr:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panelNoExpand > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panelNoExpand > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panelNoExpand > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panelNoExpand > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panelNoExpand > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panelNoExpand > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panelNoExpand > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panelNoExpand > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panelNoExpand > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panelNoExpand > .panelNoExpand-body + .table,
.panelNoExpand > .panelNoExpand-body + .table-responsive,
.panelNoExpand > .table + .panelNoExpand-body,
.panelNoExpand > .table-responsive + .panelNoExpand-body {
  border-top: 1px solid #ddd;
}
.panelNoExpand > .table > tbody:first-child > tr:first-child th,
.panelNoExpand > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panelNoExpand > .table-bordered,
.panelNoExpand > .table-responsive > .table-bordered {
  border: 0;
}
.panelNoExpand > .table-bordered > thead > tr > th:first-child,
.panelNoExpand > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panelNoExpand > .table-bordered > tbody > tr > th:first-child,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panelNoExpand > .table-bordered > tfoot > tr > th:first-child,
.panelNoExpand > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panelNoExpand > .table-bordered > thead > tr > td:first-child,
.panelNoExpand > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panelNoExpand > .table-bordered > tbody > tr > td:first-child,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panelNoExpand > .table-bordered > tfoot > tr > td:first-child,
.panelNoExpand > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panelNoExpand > .table-bordered > thead > tr > th:last-child,
.panelNoExpand > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panelNoExpand > .table-bordered > tbody > tr > th:last-child,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panelNoExpand > .table-bordered > tfoot > tr > th:last-child,
.panelNoExpand > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panelNoExpand > .table-bordered > thead > tr > td:last-child,
.panelNoExpand > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panelNoExpand > .table-bordered > tbody > tr > td:last-child,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panelNoExpand > .table-bordered > tfoot > tr > td:last-child,
.panelNoExpand > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panelNoExpand > .table-bordered > thead > tr:first-child > td,
.panelNoExpand > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panelNoExpand > .table-bordered > tbody > tr:first-child > td,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panelNoExpand > .table-bordered > thead > tr:first-child > th,
.panelNoExpand > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panelNoExpand > .table-bordered > tbody > tr:first-child > th,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panelNoExpand > .table-bordered > tbody > tr:last-child > td,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panelNoExpand > .table-bordered > tfoot > tr:last-child > td,
.panelNoExpand > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panelNoExpand > .table-bordered > tbody > tr:last-child > th,
.panelNoExpand > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panelNoExpand > .table-bordered > tfoot > tr:last-child > th,
.panelNoExpand > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panelNoExpand > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panelNoExpand-group {
  margin-bottom: 20px;
}
.panelNoExpand-group .panelNoExpand {
  margin-bottom: 0;
  border-radius: 4px;
}
.panelNoExpand-group .panelNoExpand + .panelNoExpand {
  margin-top: 5px;
}
.panelNoExpand-group .panelNoExpand-heading {
  border-bottom: 0;
}
.panelNoExpand-group .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body,
.panelNoExpand-group .panelNoExpand-heading + .panelNoExpand-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panelNoExpand-group .panelNoExpand-footer {
  border-top: 0;
}
.panelNoExpand-group .panelNoExpand-footer + .panelNoExpand-collapse .panelNoExpand-body {
  border-bottom: 1px solid #ddd;
}
.panelNoExpand-default {
  border-color: #ddd;
}
.panelNoExpand-default > .panelNoExpand-heading {
  color: #333;
  background-color: #fff;
 
}
.panelNoExpand-default > .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body {
  border-top-color: #ddd;
}
.panelNoExpand-default > .panelNoExpand-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panelNoExpand-default > .panelNoExpand-footer + .panelNoExpand-collapse > .panelNoExpand-body {
  border-bottom-color: #ddd;
}
.panelNoExpand-primary {
  border-color: #337ab7;
}
.panelNoExpand-primary > .panelNoExpand-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panelNoExpand-primary > .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body {
  border-top-color: #337ab7;
}
.panelNoExpand-primary > .panelNoExpand-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panelNoExpand-primary > .panelNoExpand-footer + .panelNoExpand-collapse > .panelNoExpand-body {
  border-bottom-color: #337ab7;
}
.panelNoExpand-success {
  border-color: #d6e9c6;
}
.panelNoExpand-success > .panelNoExpand-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panelNoExpand-success > .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body {
  border-top-color: #d6e9c6;
}
.panelNoExpand-success > .panelNoExpand-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panelNoExpand-success > .panelNoExpand-footer + .panelNoExpand-collapse > .panelNoExpand-body {
  border-bottom-color: #d6e9c6;
}
.panelNoExpand-info {
  border-color: #bce8f1;
}
.panelNoExpand-info > .panelNoExpand-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panelNoExpand-info > .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body {
  border-top-color: #bce8f1;
}
.panelNoExpand-info > .panelNoExpand-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panelNoExpand-info > .panelNoExpand-footer + .panelNoExpand-collapse > .panelNoExpand-body {
  border-bottom-color: #bce8f1;
}
.panelNoExpand-warning {
  border-color: #faebcc;
}
.panelNoExpand-warning > .panelNoExpand-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panelNoExpand-warning > .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body {
  border-top-color: #faebcc;
}
.panelNoExpand-warning > .panelNoExpand-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panelNoExpand-warning > .panelNoExpand-footer + .panelNoExpand-collapse > .panelNoExpand-body {
  border-bottom-color: #faebcc;
}
.panelNoExpand-danger {
  border-color: #ebccd1;
}
.panelNoExpand-danger > .panelNoExpand-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panelNoExpand-danger > .panelNoExpand-heading + .panelNoExpand-collapse > .panelNoExpand-body {
  border-top-color: #ebccd1;
}
.panelNoExpand-danger > .panelNoExpand-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panelNoExpand-danger > .panelNoExpand-footer + .panelNoExpand-collapse > .panelNoExpand-body {
  border-bottom-color: #ebccd1;
}


.col-sm-6 {min-height:130px;}

.clear:after {clear: both;}
