.preview-title{
    font-weight: bold;
}

.well-sm {
    border: none;
    background: #f4f4ef;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.accept{
    color: green;
    font-weight: bold;
    line-height: 0;
    margin: 0;
}

.reject{
    color: red;
    font-weight: bold;
    line-height: 0;
    margin: 0;
}

.required{
    color: red;
}


.left-sidebar{
    margin-top: 0px !important;
}

.left-sidebar.nav>li>a{
    padding: 10px 12px;
    margin: 5px 15px;
    border-bottom: 1px solid #ccc;
}

.color-black{
  color: black !important;
}

.color-white{
  color: white !important;
}

.color-maroon{
    color: #C52C66 !important;
}

.color-magento{
    color: #A552A7 !important;
}

/*********** Start: Text Animation ***********/

/* <span class="blink">blinking</span> */
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}





.bgcolor-animation {
  animation: bganimation 1s steps(5, start) infinite;
  -webkit-animation: bganimation 1s steps(5, start) infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bganimation {
    0%   {background-color: red;}
    25%  {background-color: yellow;}
    50%  {background-color: blue;}
    100% {background-color: green;}
}

/* Standard syntax */
@keyframes bganimation {
    0%   {background-color: red;}
    25%  {background-color: yellow;}
    50%  {background-color: blue;}
    100% {background-color: green;}
}
/*********** END: Text Animation *************/

/******** Start: Image Upload ********/
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
#close-preview{
    font-size: 14px;
    color: red;
    font-weight: bold;
}
/******** End: Image Upload ********/


/******** START: Profile Document *********/

/******** END: Profile Document ***********/

@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;
    }
    .sidebar .nav>li.active-pro {
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
}

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

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

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

.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;
}
