html, body, .layout {
    height: 100%;
    overflow-x: hidden;
}

.content {
    min-height: 100%;
}

.logo {
    max-width: 100%;
}

.side {
    margin-bottom: 0px;
}
.side a {
    color: white;
}

.side .menu a:hover {
    background-color: #6f4330 !important;
}

.isolated .input-group-btn {
     float: left;
     margin-top: 20px;
 }

.isolated .input-group-btn button {
    border-radius: 5px !important;
}

.side-left .side-menu {
    box-shadow: 2px 0px 18px rgba(0, 0, 0, .2);
}

.side-right .side-menu {
    box-shadow: -2px 0px 18px rgba(0, 0, 0, .2);
}

.slog1 {
    margin-top: 30px;
    margin-bottom: -30px;
}

.side-menu .menu {
    margin: 10px -10px 0;
}


.gradientHorizontal {
    background: #a67a67;background: -moz-linear-gradient(right,  #a67a67 0%, #885c49 100%);background: -webkit-gradient(linear, right left, left left, color-stop(0%,#a67a67), color-stop(100%,#885c49));background: -webkit-linear-gradient(right,  #a67a67 0%,#885c49 100%);background: -o-linear-gradient(right,  #a67a67 0%,#885c49 100%);background: -ms-linear-gradient(right,  #a67a67 0%,#885c49 100%);background: linear-gradient(to left,  #a67a67 0%,#885c49 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a67a67", endColorstr="#885c49",GradientType= );;
}


.gradientVertical {
    background: #a67a67;background: -moz-linear-gradient(top,  #a67a67 0%, #885c49 100%);background: -webkit-gradient(linear, top top, bottom top, color-stop(0%,#a67a67), color-stop(100%,#885c49));background: -webkit-linear-gradient(top,  #a67a67 0%,#885c49 100%);background: -o-linear-gradient(top,  #a67a67 0%,#885c49 100%);background: -ms-linear-gradient(top,  #a67a67 0%,#885c49 100%);background: linear-gradient(to bottom,  #a67a67 0%,#885c49 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a67a67", endColorstr="#885c49",GradientType= );;
}

.wrapper {
    padding: 20px;
    background: url("background/candy_abstract-wide.jpg") no-repeat;
    background-position: top;
    box-sizing: content-box;
}

.wrapper form {
    margin-top: 100px;
}

.wrapper .input-group {
    border: 5px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.wrapper form input {
    padding: 25px;
    height: 58px;
    font-size: 25px;
}

.wrapper form button {
    height: 58px;
    font-size: 18px;
    padding: 0 23px;
    text-transform: uppercase;
    background: #8e8387;
    color: white;
    border-color: #574c50 !important;
}

.wrapper form button:hover {
    background: #574c50 !important;
}

.wrapper  h1 {
    color: white;
    font-family: "Roboto Slab";
    letter-spacing: 3px;
    opacity: .9;
    text-shadow: 2px 2px 3px black;
}

.wrapper .search-input input {
    opacity: .8;
}

.wrapper .search-input .isolated {
    border: none;
}

.wrapper .slog1 + * form {
    margin-top: 0px;
}

form button.gradient {
    background: #a67a67;background: -moz-linear-gradient(top,  #a67a67 0%, #c49885 100%);background: -webkit-gradient(linear, top top, bottom top, color-stop(0%,#a67a67), color-stop(100%,#c49885));background: -webkit-linear-gradient(top,  #a67a67 0%,#c49885 100%);background: -o-linear-gradient(top,  #a67a67 0%,#c49885 100%);background: -ms-linear-gradient(top,  #a67a67 0%,#c49885 100%);background: linear-gradient(to bottom,  #a67a67 0%,#c49885 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a67a67", endColorstr="#c49885",GradientType= );;
}

 .body-content .progress-bar, .dir-content, .directory-content, .progress-bar { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px;}

.sidebar a {
    color: black !important;
}

.list-group-item a {
    color: black !important;
}

.navbar-nav>li>a {
    font-family: Roboto Slab;
}

h2, h1 {
    font-family: Roboto Slab;
}




.vertical-pagination .pagination-sm{
    width:60px;
    background: rgba(84,88,100);
}
.vertical-pagination .pagination-sm li a{
    min-width:40px;
    font-weight:bold;
    border-radius:0px !important;
    margin:0px;
}
.pagination-sm li.active a{
    color:white !important;
    background: #545864 !important;
    border-color: #545864 !important;
}

.side-float {
    background: url("background/candy_abstract-wide.jpg") no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: auto auto;
}

.side-float .home-form>*  {
    background: none;
    
}

.side-float.side-left .side-menu  {
    left: 100px;
    position: relative;
    min-height: 250px;
}

.side-float.side-right .side-menu  {
    left: -100px;
    position: relative;
    min-height: 250px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

.side-float .dir-body, .directory-body, .side-float .body-content {
    background: white !important;
    min-height: 100%;
}

@-moz-document url-prefix() {
    .body-wrapper form input {
        padding-top: 0 !important;  padding-bottom: 0 !important;
    }
}

.resume {
    padding-bottom: 10px;
}

.resume .text {
    text-align: justify;
}

.badge{
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    margin-bottom: 5px;
}

.social img {
    margin: 2px;
    width: 32px;
}

.footer-wrapper {
    background-color: #a67a67;
}

footer.footer > div {
    padding: 0;
}

div.justify p, p.justify {
    text-align: justify
}
.top {
    border-bottom: 3px solid #6f4330;
    margin-bottom: 0px;
    background-color: #a67a67;
}
.top a {
    color: white;
}
.top .menu a:hover {
    background-color: #6f4330 !important;
}
.top {
    border: none;
}
.top.gradient {
    background: #a67a67;background: -moz-linear-gradient(top,  #a67a67 0%, #926653 100%);background: -webkit-gradient(linear, top top, bottom top, color-stop(0%,#a67a67), color-stop(100%,#926653));background: -webkit-linear-gradient(top,  #a67a67 0%,#926653 100%);background: -o-linear-gradient(top,  #a67a67 0%,#926653 100%);background: -ms-linear-gradient(top,  #a67a67 0%,#926653 100%);background: linear-gradient(to bottom,  #a67a67 0%,#926653 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a67a67", endColorstr="#926653",GradientType= );;
}
.wrapper-footer {
    padding: 25px 0px;
    background-color: #a67a67;
    text-align: center;
    color: white;
    white-space: nowrap;
}
.wrapper-footer a, .wrapper-footer span {
    padding: 10px;
    color: white;
}
.__body_category__ .container, .bodyAudit .container {
    padding: 20px;
    background-color: #fff;
}
.last-analyzed {
    background-color: white;
    padding: 24px;
}
.last-analyzed .list-group-item{
    color: #000;
    /*max-width:600px;*/
    font-size:12px;
    padding: 4px 15px;
    margin:2px;
}
.last-analyzed .box {
    background-color: #FFF;
    margin: 2px;
    padding: 1px;
    min-height: 100px;
    border: solid 1px;
    border-color: white;
}
.last-analyzed.full .country{
    padding-top:15px;
}
.last-analyzed.full .title p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
}
.last-analyzed.full .title a{
    color: #315d86 !important;
    font-size:14px;
    font-weight: bold;
}
.last-analyzed.sidebar{
    max-width:300px;
}
.last-analyzed.sidebar a{
    width:190px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.last-analyzed ol{
    list-style-type:none;
    padding: 0;
}
.last-analyzed li{
    color: black;
    font-weight: bold;
}
.last-analyzed li a{
    color: black;
    font-weight: normal;
}
.last-analyzed li a:hover{
    color: black;
}
.last-analyzed table{
    background-color : #FFF;
}
.last-analyzed div.thumb {
    height:132px;
    margin:3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.35);
    margin-bottom: 20px;
}
.last-analyzed img {
  -webkit-filter: grayscale(1);
  width: 100%;
}
.last-analyzed img:hover {
  -webkit-filter: grayscale(0);
}
.widget-title {
    font-size:24px;
    padding: 1px;
    color: #8e8387;
    font-weight: bold ;
    font-family: Roboto Slab;
    color: #545864;
    margin: 10px 0;
    display: block;
}
.slab {
    height: 220px;
    margin-bottom: 15px;
    overflow: hidden;
}
