body{
    background-color: #F9F9F9;
}

@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.led
{
    border-radius: 50%;
    width: 20%;
    height: auto;
    padding-top: 20%;
    background: #eee;
}

.success{
    background-color: #5CB860;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn{
    margin-bottom: 30px
}

.space-70{
    height: 70px;
    display: block;
}

.sidebar{
    background-color: #FFF;
}

.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.tim-row{
    margin-bottom: 20px;
}

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}

.ct-blue {
  stroke: #00BCD4 !important;
}

a.api-urls{
    display: block;
    color:#fff!important;
    background-color: #35333c;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border-radius: 8px;
}

a.api-urls span.get{
    
    color:#fff!important;
    background-color: #97d63c;
    padding: 4px;
    margin: 10px 10px 10px 0;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}

a.api-urls span.post{
    
    color:#fff!important;
    background-color: #FF6501;
    padding: 4px;
    margin: 10px 10px 10px 0;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}

.editable .form-group-content,
.editable .form-group-survey,
.editable .form-group-news,
.editable .form-group-videos,
.editable .form-group-ads,
.editable .form-group-sponsors{
  display: none;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.23);
  padding:20px;
  border-radius: 6px;
}

.api-doc-params{
    margin-left:50px;
    width: 80%;
}

.api-doc-params .head{
    background: #A9AFBB;
    color: #fff;
    border-radius: 10px;
}

.api-doc-params .sub{
    padding-left:40px;
}
.api-doc-params .subsub{
    padding-left:60px;
}

.fileMediaContent .form-group.label-floating label.control-label {
    display: inherit;
}

.card form [class*="col-"] {

    padding: 15px;

}
.userpicture{
    width: 60px!important;
    border-radius: 50%;
}

/*** ACCOUNTING ***/
.hvr-shadow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    background-color: #f9f9f9;
}