.cover-plus {
    width: 50%;
    display: inline-flex;
    padding: 15px;
}
.details{
    padding-left: 10px;
}
.cover-image{
    margin-top: 20px;
}
.resize-0{
    font-size: 120%;
}
.resize-1{
    font-size: 150%;
}
.huge{
    font-size: 30px;
}
.green{
    color: #5cb85c;
}
.red{
    color: #d9534f;
}
.icon-right{
    float: right;
    margin-top: 50px;
}
.style-icon{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 10px;
    text-align: center;
    font-size: 1em;
    border-radius: 30px;
    border: 1px solid #9d9d9d;
    padding: 5px;
    color:  #9d9d9d;
    background-color: #e1e1e8;
}
.style-category{
    text-transform: capitalize!important;
    cursor: pointer;
}
.ct-name:hover{
    border-bottom: 2px solid #1C90F3;
}
.style-price{
    margin-left: 20px;
}
.text-red{
    color: #f9243f;
}
.btn-buy{
    background-color: #033c73!important;
    color: #fff!important;
}
.btn-sell{
    background-color: #f60!important;
    color: #fff!important;
}
.padding_t_b_lg{
    padding: 15px!important;
}
.search-wrapper{
    margin-left: 50px;
}
.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {

    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.tab-pane{
    padding: 10px;
}

.nav-sidebar .active a{ 
    cursor: default;
    background-color: #0b56a8; 
    color: #fff; 
}
.icon-red{
    background-color: #f9243f;
    color: #fff;
    width: 100%;
    height: 90px;
    padding: 15px;
    border-radius: 5px;
}
.icon-green{
    background-color: #abb4ab;
    color: #fff;
    width: 100%;
    height: 90px;
    padding: 15px;
    border-radius: 5px;
}
.currency-number{
    font-size: 300%;
    font-family: verdana;
}
.box-content{
    background-color: #eee;
    padding: 15px;
    border-radius: 2px solid;
    margin-top: 15px;
}
.box-content h4{
    color:  #f9243f;
}
.text-subscribe-facebook{
    color: #0b56a8!important;
}
.text-subscribe-email{
    color: #f9243f!important;
}
.push-up{
    margin-top: 20px;  
    
}
.push-up-col{
    margin-top: 20px;  
    padding-right: 0;
    padding-left: 0;
}
.box-trap{
    padding: 0!important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.top-comm{
    color: #033c73;
    background-color: #fff;
    width: 100%;
    height: 110px;
    padding: 15px;
   border-right: 1px dotted #000;
   
  
}
.push-up-col:first-child{
    border-left: 1px dotted #000;
    
}
.top-comm p{
    font-size: 120%;
}
.push-up-col a:hover{
    text-decoration: none;
}
.user-panel{
    padding:25px;
}
.label-info{
    margin: 5px!important;
}
