/* Header */

/* header side bar */

/* The button used to open the sidebar */
.openbtn {
    background-color: #fff;
}

.sidebar {
  background: rgb(48, 57, 92) none repeat scroll 0% 0%;  
}
.sidebar a {
  color: #818181;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}
/* End of header side bar */
.liqesm{
    background: #24cd77;color: white;
}
.liqesm:hover{
    background: #24dc83;
}
.liqesm-a{color: white;}
/* End of Header */

/* Body */

body{
    background: white;
}

.main-place{background:#fff;/*box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);*/}
.title{/*background: #fbfbfb;border-bottom: 1px solid #e8e8e8;*/color: #666;}
.title a{color: #666;}
.desc-line{background: #e8e8e8;}

.up-list li:hover{background: #f5f7fa;}


/* download buttom in index */
.up-list dl .down a{background: #24cd77;}
.up-list dl .down a:hover{background: #24dc83;color: #fff;}

/* End of Body */


/* posts page */

/* post details colors*/
.post-title-span2{background-color: #848c98;}
.post-details{background-color: #538bf7;}


.rating-place{background: #fbfbfb;border-bottom: 1px solid #e8e8e8;color: #666;}
.rating-place a{color: #666;}

.share-place{background: #fbfbfb;border-bottom: 1px solid #e8e8e8;color: #666;}
.share-place a{color: #666;}

.share-first-place {background: #4d82ff;color: white;}

/* share part*/
.effect a:last-child {
  color:white;
}

.photos-view-place{
    border:#bfe0ff solid;
}
.toggle-delete-photo{
    color: red !important;
}


.show-ads{
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 47%, #f2f5f9 100%);
} 

/* End Of Posts Page */

/* Footer */
.footer{
    background-color: #00207B;
}
/* End of Footer */

/* main styles */

.myform{
    color: #495057;
}
.btn-color{color:white;}

a:hover{
    color:#2b91ff;
}

.table-tr{
    background-color: white;
}
.table-tr:hover{
    background-color: #f2f5f9;
}

.bg-midnight-bloom{
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
}
.bg-arielle-smile{
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}
.bg-grow-early{
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}

.box {
    background: #ffffff;
}
.box.box-info{
    border-top-color: #00c0ef;
}
.box-header {
    color: #444;
}
.box-footer {
    background-color: #fff;
}


/* search style 2 */
.toggle-show-search{
    background-color: white;
    border: solid #d5d5d5 2px;
    color: #58aaff;
}
/* end of search style 2 */


.checkbox-div{
    background-color: #c4c4c4;
}

/* end of main styles */


.breadcrumb-item.active {
    color: #c9c8c8 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff !important;
}

    