
/* DASHBOARD LAYOUT*/
#ad_reserved_area{
  padding:40px 0;
  min-height: 300px;
}
/* SIDEBAR */
#ad_resare_sidebar_left{
  padding:0 5px;
}
/* CONTENT DASHBOARD POSTS */
#ad_resare_content_post{
  padding:0;
  border:1px solid #000000;
}
#ad_resare_content_post img{
  width: 100%;
}
.cont-single-post-content{
  padding:10px 0;
}

.cont-single-post-content a{
  box-shadow: none!important;
}
.cont-single-post-content .row{
    margin: 0 -5px;
    border-bottom:1px solid #000000;
}
.cont-single-post-content:last-child .row{
  border-bottom:0;
}
.cont-single-post-content>div{
  padding-left:5px;
  padding-right:5px;
}
.cont-single-post-content p{
  margin: 0;
}
/*SELECT DINAMIC */
.select-dinamic-cont.dropdown.vertical{
  display:block;
}

.select-dinamic-cont {
  padding:0;
  border: 1px solid;
  border-bottom:none;
}

.select-dinamic-cont button{
  display: block!important;
  width: 100%;
  text-align: left;
  padding:20px 5px;
  position: relative;
  height: auto;
  border:none;
}

.select-dinamic-cont:last-child{
  border-bottom:1px solid ;
}
.select-dinamic-cont button.dropdown-toggle:after{
  position: absolute;
  left:inherit;
  right:5px;
  top: 50%;
  margin-top: -3px;
}
.dropdown-toggle::after{
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}
.select-dinamic-cont .dropdown-menu{
  width: 100%;
  border-radius:0px;
  padding: 0;
}
.select-dinamic-cont .dropdown-item{
  padding:20px 5px ;
}

.row-download{
  padding:20px 0;
}
.btn-download{
  display: inline-block;
  padding: 10px 15px;
  border:1px solid #000000;
  margin: 0 5px;
}
#select-all-download , #download-multiple , #deselect-all-download{
  display: none;
}
.multiple-download{
  float: left;
    position: relative;
    top: 12px;
    margin-right: 10px;
}

/* NAVIGATION STANDARD */
#ad_resare_sidebar_left .nav-tabs{
  display: block;
  border: none;
}
#ad_resare_sidebar_left .nav-link{
  margin:2px 0;
  transition: all .3s ease-out
}
#ad_resare_sidebar_left .nav-link:hover{
  background-color: #f6f6f6;
}
#ad_resare_sidebar_left .nav-pills .nav-link{
  font-size: 20px;
  text-transform: uppercase;
}
#ad_resare_sidebar_left .nav-pills .nav-link.active, #ad_resare_sidebar_left .nav-pills .show>.nav-link{
  background-color: #000;
}


/* CONTENT STANDARD POST*/
#ad_reserved_area .tab-content .row > div{
  margin-left:0;
}
#ad_reserved_area .cont-single-post-content-standard{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.cont-title-text-posts-standard p{
  margin: 0 0 5px;
}
#ad_resare_content_post_standard .tab-content{
  border-left:1px solid #000;
}
.cont-title-text-posts-standard h5{
  letter-spacing: 0;
  font-size: 16px;
}
.cont-link-download-post a{
  text-decoration: none;
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #000;
  color:#000;
  transition: all .3s ease-out
}
.cont-link-download-post a:hover{
  background-color: #000;
  color:#FFF;
}
.cont-link-download-post .ext-link-download{
  display: inline-block;
  position: relative;
  top: 3px;
  left:10px;
}
.cont-link-download-post .ext-link-download i{
  font-size: 24px;
}
.tab-pane .divisor{
  border-top: 1px solid;
  padding: 10px 10px 20px;
  margin-top: 20px;
}
