html {
  background-color: #e9e9e9 !important;
}
body {
  margin-top: 50px;
  background-color: #e9e9e9 !important;
}
.cr_top-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: -5px !important;
  padding-bottom: -5px;
}

.cr_top_nav_second {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-footer:hover {
    background-color: #e5e5e5;
}
.panel-footer
{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: ;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-right-color-value: #dbdbdb;
	border-bottom-color: #d2d2d2;
	border-left-color-value: #dbdbdb;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.panel-default
{
	border-top-color: #e5e5e5;
	border-right-color-value: #dbdbdb;
	border-bottom-color: #d2d2d2;
	border-left-color-value: #dbdbdb;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}
 .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
.panel-image {
    position: relative;   
}
.panel-image img.panel-image-preview {
    width: 100%;
	border-radius: 4px 4px 0px 0px;
}

.panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.panel-heading ~ .panel-image img.panel-image-preview {
	border-radius: 0px;
}

.panel-body {
   overflow: hidden;
}

.panel-image ~ input[type=checkbox] {
    position:absolute;
    top:- 30px;
    z-index: -1;   
}

.panel-image ~ input[type=checkbox] ~ .panel-body {
	height: 0px;
	padding: 0px;
}

.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
	padding: 15px;
}

.panel-image ~ .panel-footer a {
    padding: 0px 10px;
	font-size: 1.3em;
	color: rgb(100, 100, 100);
}