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

.side .menu a:hover {
    background-color: #2f1900 !important;
}

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

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

.sideLeft .sideMenu {
    box-shadow: 2px 0px 18px rgba(0, 0, 0, .2);
}

.sideRight .sideMenu {
    box-shadow: -2px 0px 18px rgba(0, 0, 0, .2);
}

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

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


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


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

.bodyShortWrapper {
    padding: 20px;
    background: url("background/new_york.jpg") no-repeat;
    background-position: top;
}

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

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

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

.bodyShortWrapper form button {
    height: 58px;
    font-size: 18px;
    padding: 0 23px;
    text-transform: uppercase;
    background: #524537;
    color: white;
    border-color: #1b0e00 !important;
}

.bodyShortWrapper form button:hover {
    background: #1b0e00 !important;
}

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

.bodyShortWrapper .searchInput input {
    
}

.bodyShortWrapper .searchInput .isolated {
    border: none;
}

.bodyShortWrapper .slog1 + * form {
    margin-top: 30px;
}

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

.bodyAudit .page-header h2 {
    font-size: 24px;
    color : #523737;
}
.bodyAudit dl {
    margin-left: 20px;
}

.bodyAudit dl dt {
    text-align: right;
    white-space: normal;
    color : #524537;
    font-weight: bold;
}

.bodyAudit dl dt small {
    font-style: normal;
    color : #523737;
}

.bodyAudit dl dt .addMargin {
    margin-left: 17px;
}

.bodyAudit dl dt .iconOK {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #008010;
}

.bodyAudit dl dt .iconOK:before {
    content: "\f05d";
}

.bodyAudit dl dt .iconKO {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: red;
}

.bodyAudit dl dt .iconKO:before {
    content: "\f12a";
}

.bodyAudit dl dd {
    text-align: justify;
}

 

.bodyAudit .bodyScore h4 {
    text-align: center;
    padding-top: 10px;
    height: 40px;
    font-family: Syncopate;
}

.bodyAudit .bodyScore h3 {
    text-align: center;
    padding-bottom: 10px;
}

.bodyAudit .bodyScore .bg {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.bodyAudit .bodyScore th {
    font-family: Syncopate;
    color : #524537;
    font-weight: normal;
}

.bodyDirectory .links {
    list-style-type: none;
}

.bodyDirectory .links a {
    text-decoration: none;
}

.sidebar a {
    color: black !important;
}

.sidebar {
    margin-top: 25px;
}

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

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

h2 {
    font-family: Syncopate;
}




.verticalPagination .pagination-sm{
    width:60px;
    background: rgba(82,55,55);
}
.verticalPagination .pagination-sm li a{
    min-width:40px;
    font-weight:bold;
    border-radius:0px !important;
    margin:0px;
}
.verticalPagination .pagination-sm li.active a{
    color:#523737 !important;
    background: #523737 !important;
    border-color: #523737 !important;
}

.sideFloat {
    background: url("background/new_york.jpg") no-repeat;
    background-position: top;
    min-height: 100%;
}

.sideFloat .formHome>*  {
    background: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.sideFloat.sideLeft .sideMenu  {
    left: 100px;
    position: relative;
    height: 250px;
}

.sideFloat.sideRight .sideMenu  {
    left: -100px;
    position: relative;
    height: 250px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

.layout {
    position: relative;
    overflow: hidden;
}

.sideFloat .bodyDirectory, .sideFloat .bodyAudit {
    background: white !important;
    min-height: 100%;
}

@-moz-document url-prefix() {
    .bodyWrapper form input {
        padding-top: 0 !important;  padding-bottom: 0 !important;
    }
}
.full .__body__ {
    height: 100%;
}
.sideMenu {
    border-bottom: 3px solid #2f1900;
    margin-bottom: 0px;
    background-color: #665036;
    height: 100%;
    padding: 10px;
    position: fixed;min-width:280px;
    z-index: 1;

}
.sideMenu .logo a {
    text-align: center;
}
.sideMenu .navbar-nav {
    width: 100%;
}
.sideMenu .navbar-nav > li {
    float: none;
}
.bodyWrapper {
    padding: 20px;
    background: url("background/new_york.jpg") no-repeat;
    height: 1000px;
    background-position: top;
}
.bodyWrapper form {
    margin-top: 100px;
}
.bodyWrapper .input-group {
    border: 5px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
}
.bodyWrapper form input {
    padding: 25px;
    height: 58px;
    font-size: 25px;
}
.bodyWrapper form button {
    height: 58px;
    font-size: 18px;
    padding: 0 23px;
    text-transform: uppercase;
    background: #524537;
    color: white;
    border-color: #1b0e00 !important;
}
.bodyWrapper form button:hover {
    background: #1b0e00 !important;
}
.bodyWrapper {
    height: 100%;
}
.bodyWrapper  h1 {
    color: white;
    font-family: "Syncopate";
    letter-spacing: 3px;
    opacity: .9;
    text-shadow: 2px 2px 3px black;
}
.bodyWrapper .searchInput input {
    
}
.bodyWrapper .searchInput .isolated {
    border: none;
}
.bodyWrapper .slog1 + * form {
    margin-top: 30px;
}
.last_analysed {
    /*border: 0px solid #1b0000;*/
    /*background: rgba(82,55,55, 0.2);*/
    /*padding: 2px;*/
}
.last_analysed .list-group-item{
    color: #000;
    /*max-width:600px;*/
    font-size:12px;
    padding: 4px 15px;
    margin:2px;
}
.last_analysed .box {
    background-color: #FFF;
    margin: 2px;
    padding: 1px;
    min-height: 100px;
    border: solid 1px;
    border-color: white;
}
.last_analysed.full .country{
    padding-top:15px;
}
.last_analysed.full .title p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
}
.last_analysed.full .title a{
    color: #315d86 !important;
    font-size:14px;
    font-weight: bold;
}
.last_analysed.sidebar{
    max-width:300px;
}
.last_analysed.sidebar a{
    width:190px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.last_analysed ol{
    list-style-type:none;
}
.last_analysed li{
    color: white;
    font-weight: bold;
}
.last_analysed li a{
    color: white;
    font-weight: normal;
}
.last_analysed li a:hover{
    color: white;
}
.last_analysed table{
    background-color : #FFF;
}
.last_analysed div.thumb {
    height:140px;
    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_analysed img {
  
}
.last_analysed img:hover {
  -webkit-filter: grayscale(0);
}
.widget-title {
    font-size:20px;
    padding: 3px;
    color: #524537;
    font-weight: normal ;
    font-family: Syncopate;
    color: #523737;
    margin: 10px 0;
    display: block;
}
:12px;
    padding: 4px 15px;
    margin:2px;
}
 20px;
    background: url("background/new_york.jpg") no-repeat;
    height: 1000px;
    background-position: top;
}
.2);
    border-radius: 8px;
}
 25px;
    height: 58px;
    font-size: 25px;
}
 23px;
    text-transform: uppercase;
    background: #524537;
    color: white;
    border-color: #1b0e00 !important;
}
r2) !important;
}
:280px]];
    z-index: 1;

}
 2px 2px 3px black;
}
|20|30]]px;
}
|2|1]]);*/
    /*padding: 2px;*/
}
12px;
    padding: 4px 15px;
    margin:2px;
}
 2px;
    padding: 1px;
    min-height: 100px;
    border: solid 1px;
    border-color: white;
}
r2);
    font-weight: bold;
}
r2);
    font-weight: normal;
}
r2);
}
 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;
}
[20|24]]px;
    padding: 3px;
    color: #524537;
    font-weight: normal ;
    font-family: Syncopate;
    color: #523737;
    margin: 10px 0;
    display: block;
}
-20|-40]], top);
}
:600px;*/
    font-size:12px;
    padding: 4px 15px;
    margin:2px;
}
86 !important;
    font-size:14px;
    font-weight: bold;
}
 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;
}
