/*!
 * site
 */

html {

}

body {
  background-color: #fff;
}

#header_in .user {
	float: right;
	margin-top: 30px;
	margin-left: 10px;
}
#header_in .locale {
	float: right;
	margin-top: 30px;
	margin-left: 10px;
}


#header_in .btn-link:hover {
	text-decoration: none;
}

#header_in img.logo {
	height: 100px;
	margin: 10px;
}

#body_out {
	margin-top: 50px;
}
#footer_out {
	margin-top: 100px;
}


#folder .logo {
    height: 160px;
	margin-bottom: 40px;
}
#folder #tree ul {
    list-style: none outside none;
    padding-left: 0;
}
#folder #tree ul ul,
#folder #tree ul ol,
#folder #tree ol ol,
#folder #tree ol ul {
    margin: 0px 4px 0px 20px;
}
#folder #tree .wrapper {
    border-right: 1px solid #ddd;
}
#folder #tree a {
    text-decoration: none;
    color: #666666;
}
#folder #tree a.selected {
    font-weight: bold;
    color: #966305;
}
#folder #tree a:hover {
    text-decoration: none;
    color: #966305;
}
#folder #tree span.selected {
    font-weight: bold;
    color: #966305;
}
#folder #files .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
#folder .thumbnail {
    border: 1px solid #f0f0f0;
    margin: 5px;
    padding: 0px;
    transition: none;
    background-color: #fff;
}
#folder .thumbnail .caption samp {
    font-size: 16px;
}


#folder2 .logo {
	margin-bottom: 40px;
}
#folder2 #tree ul {
    list-style: none outside none;
    padding-left: 0;
}
#folder2 #tree ul ul,
#folder2 #tree ul ol,
#folder2 #tree ol ol,
#folder2 #tree ol ul {
    margin: 0px 4px 0px 20px;
}
#folder2 #tree .wrapper {
    border-right: 1px solid #ddd;
}
#folder2 #tree a {
    text-decoration: none;
    color: #666666;
}
#folder2 #tree a.selected {
    font-weight: bold;
    color: #966305;
}
#folder2 #tree a:hover {
    text-decoration: none;
    color: #966305;
}
#folder2 #tree span.selected {
    font-weight: bold;
    color: #966305;
}
#folder2 #files .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}
#folder2 .thumbnail {
	margin-bottom: 10px;
}