@import 'https://fonts.googleapis.com/css?family=Ropa+Sans';

.RopaSans_font{
    font-family: 'Ropa Sans', sans-serif;
}

body{
    background-color: #fafafa !important;
}
/* font size*/
.font_20{
    font-size: 20px !important;
}
.font_25 {
    font-size: 25px !important;
}
.font_40{
    font-size: 40px !important;
}
.font-500{
    font-weight: 500;
    font-size: large;
    color: #424242 !important; 
}

.side-nav .active{
	border-left: 3px solid #7756a4;
}
.margin-top-10{
    margin-top: 10px !important;
}
.margin-top-30{
    margin-top: 30px !important;
}
.margin-top-50{
    margin-top: 50px !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-30{
    margin-bottom: 30px !important;
}
.margin-bottom-50{
    margin-bottom: 50px !important;
}

/* color */
.push_light{
    background-color: #a578e2 !important; 
}
.push_dark{
    background-color: #7756a4 !important; 
}
.push_light_text{
    color: #a578e2 !important; 
}
.push_dark_text{
    color: #7756a4 !important; 
}

/*img size */
.img_50{
    width: 50px !important;
}

/* sign in */
.green_border_top{
    border-top: 10px solid #b9f6ca;
}

.particles_position{
	display: block;
	position: absolute;
}
.brand-logo img{
	margin-top:  5px;
    width: 185px;
}
.avatar_size{
	height: 100px !important;
}
.avatar_name{
	font-size: large;
    padding: 0 20px 0 20px;
    margin-top: -20px;
    line-height: 25px;
}

.dashboard_panel_number{
    position: absolute;
    margin-top: -45px;
    right: 20px;
    font-size: 30px;
    font-weight: 300;
    color: #212121;
    text-shadow: 2px 2px 4px #5f5f5f;
}

.dashboard_panel i{
    color: rgba(84, 84, 84, 0.73);
    font-size: 40px;
    line-height: 40px;
}
.dashboard_panel span{
    font-size: 35px;
    font-weight: 200;
}


.overview_panel_number{
    position: absolute;
    margin-top: -45px;
    right: 20px;
    font-size: 40px;
    font-weight: 300;
    color: #212121;
    text-shadow: 2px 2px 4px #5f5f5f;
}

.overview_panel span{
    font-size: 20px;
    font-weight: 200;
}

/* padding for icon btn */
.small_padding_icon{
    padding: 0 1rem !important;
}
/* btn style */
.btn_style{
    margin-left: 5px !important;
    font-size: 11px !important;
    padding: 0px 5px 0px 5px !important;
    color: #fff !important;
}

.btn_red_style {
    margin-left: 5px !important;
    font-size: 11px !important;
    padding: 0px 5px 0px 5px !important;
    color: #fff !important;
    background-color: #f44336 !important;
    border: 2px solid #f44336 !important;
}

.btn_style span, .btn_red_style span{
    vertical-align: top;
}

.btn_style i, .btn_red_style i{
    vertical-align: text-bottom;
}

/* campaigns edit */
.campaigns_edit_panel{
    background: #f2f2f2;
    display: block;
    width: 100%;
    height: 180px;
    padding: 0px;
    border: 1px solid #eeeeee;
    color: #333333;
}

.campaigns_edit_panel p{
    font-size: 20px;
}

#main_img {
    padding-top: 40px;
    padding-left: 15px;
}

#main_img img{
    height: 40px;
    width: 40px;
}
#thumb_img img{
    height: 20px;
    width: 20px;
}

/* campaigns details*/
.campaigns_panel_number{
    position: absolute;
    margin-top: -15px;
    font-size: 40px;
    font-weight: 300;
    color: #212121;
    text-shadow: 2px 2px 4px #5f5f5f;
}
.campaigns_panel_link{
    position: absolute;
    font-size: 25px;
    font-weight: 400;
    color: #212121;
}
.campaigns_panel{
    display: block;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 22px;
    width: 100px;
}
.campaigns_panel i{
    color: rgba(64, 191, 140, 0.11);
    font-size: 100px;
    line-height: 65px;
    overflow: hidden;
}
.campaigns_panel_details{
    background: transparent;
    padding: 15px 5px 30px;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.campaigns_panel span{
    font-size: 40px;
    font-weight: 200;
}

.paper{
    line-height: 30px;
    font-size: 14px;
    padding: 30px 55px 27px;
    position: relative;
    outline: none;
    background: white;
    background: -webkit-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
    background: -moz-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
    background: linear-gradient(center top, #dfe8ec 0%, #ffffff 8%) 0 0px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}
.paper::after {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
    border-left: 1px solid #F8D3D3;
}
.editNote{
    word-wrap: break-word;
}

/*charts*/
#chartdiv {
    width       : 100%;
    height      : 500px;
    font-size   : 11px;
}                   


.card_title{
    background-color: #353535;
    margin: 0;
    color: #fff;
    padding: 15px;
}


#full_thumb_img img{
    height: 100px;
    width: 100%;
}


.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}