@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

.Roboto_slab_font{
    font-family: 'Roboto Slab', serif;
}

body{
    background-color: #fafafa !important;
}
/* font size*/
.font_40{
    font-size: 40px !important;
}
.font_25{
    font-size: 25px !important;
}

.side-nav .active{
	border-left: 3px solid #1eb478;
}
.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: #40bf8c !important; 
}
.push_dark{
    background-color: #1eb478 !important; 
}
.push_light_text{
    color: #40bf8c !important; 
}
.push_dark_text{
    color: #1eb478 !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: 15px;
    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: 40px;
    font-weight: 300;
    color: #212121;
    text-shadow: 2px 2px 4px #5f5f5f;
}

.dashboard_panel i{
	color: rgba(255, 255, 255, 0.56);
    font-size: 80px;
    line-height: 65px;
}
.dashboard_panel span{
	font-size: 40px;
    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;
    background-color: #1eb478 !important;
    border: 2px solid #40bf8c !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;
}

.btn_style:hover{
    border: 2px solid #1eb478 !important;
    color: #fff !important;
    background-color: #40bf8c !important;
}

/* campaigns edit */
/*.campaigns_edit_panel{*/
    /*background: #f2f2f2;*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*padding: 0px;*/
    /*border: 5px dotted #8e8e8e;*/
    /*color: #333333;*/
/*}*/



.campaigns_edit_panel{
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 5px dotted #8e8e8e;
    color: #333333;
}
.campaigns_edit_panel p{
    font-size: 15px;
}

#main_img {
    padding-top: 20px;
    padding-bottom: 10px;
}

#main_img img{
    height: 50px;
    width: 50px;
}
#thumb_img img{
    height: 25px;
    width: 25px;
}

/* 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: 90px;
    line-height: 25px;
    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: 10px;
}