/*
Colors:
  Orange:  DE5F1F
  Gray:    616261

*/
/**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;
}
body {line-height: 1;}
ol, ul {list-style: none;}
img {vertical-align:middle;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
fieldset {margin: 0 2px;padding: 0.35em 0.625em 0.75em;border: 1px groove threedface;}
legend {padding:0 4px;*margin-left: -7px;}
button,input {line-height: normal;*overflow: visible;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;}
button,input,select,textarea {font-size: 100%;margin: 0;vertical-align: baseline;*vertical-align: middle;}
textarea {overflow: auto;vertical-align: top;}
address {font-style:normal;}
select {font-size:12px;}

* {
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/*   --------------------------------   END RESET CSS  --------------------------------*/

html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #C4C4C4;    font-size:13px;
    line-height:normal;
    -webkit-font-smoothing: antialiased;
    /*min-width:1200px;*/
}
img {border: 0;-ms-interpolation-mode: bicubic;}

body.Login {
    background: #F1F0F0;;
}

a, a:visited {
    text-decoration:none;
   /* color:#DE5F1F;*/
}
a:active, a:hover {
    text-decoration:none;
    opacity: 0.8;
}

/*body, input, button, textarea, select {font-family:Arial, sans-serif;}*/

table {border-collapse:collapse;}
hr {border:0;background:transparent;color:transparent;border-top:1px solid #9E9F9E;margin:10px 0;height:0;}
hr.clr, hr[clr] {margin:0;clear:both;visibility:hidden;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom:1;
}

.alt_row, .chzn-results li.active-result:nth-child(even) {
    background-color: #e5e5e5;
}

#notifications .notification {
	padding:5px;
	/*font-family:'PT Sans Control', arial, sans-serif;*/
	font-size:11px;
	font-weight:bold;
	background:#FFB;
	border-bottom:1px solid #ccc;
}

header {
	position:relative;
	text-align:right;
	background:#C4C4C4;	z-index:1;
}

/*header*/ #orangebar {
	background-color: #EEE;/*	background: url('/images/chrome/header_bgtile.png') repeat-x top left;*/
	height:94px;
	border-bottom:1px solid #000;
	z-index:1;
	text-align:left;
}

/*header*/ #orangebar b {
	display: inline-block;zoom:1;*display:inline;
	width:10px;
	height:94px;
	vertical-align:middle;
}

/*header*/ #orangebar a {
	position:relative;
	display: inline-block;zoom:1;*display:inline;
	vertical-align:middle;
	z-index:6;
}

/*header*/ #orangebar .centerglow {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:93px;
/*	background: url('/images/chrome/header_center.png') no-repeat top center;*/
	border-bottom:3px solid #999;;
	z-index:1;
}

/*header*/ ul#userlinks {
	position:absolute;
	top:4px;right:6px;
	z-index:2;
}

/*header*/ ul#userlinks li{
    display:inline-block;
}

ul#userlinks li + li:before{
    content: " | ";
    padding:0 5px;
    }



/*header*/ #userlinks a {
	color:black;
}


#menu {
	text-align:center;
	position:relative;
	margin-top:-32px;
	margin-bottom:7px;
	z-index:5;
	font-size:0;
	font-family:'PT Sans Caption', Arial, sans-serif;/**/
}
#menu > menu {
	position:relative;
	list-style:none;
	background:#EFEFEF;
	border-radius:10px;
	border:2px solid #000;
	display:inline-block;
	background: url('/images/chrome/mainnav_bg.png') repeat-x top left;
	box-shadow:0px 2px 5px rgba(0,0,0,0.3);
}

#menu menu > li {
	display: inline-block;
	height:41px;
	line-height:40px;
}

#menu menu > li > a {
	display:block;
	line-height:40px;
	padding:0 15px;
	color:white;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #333;
	border-left:1px solid #666;
}

#menu li.menuRedemption img {
	position:relative;
	top:-2px;
	margin-left:5px;
}

#menu menu > li:first-child > a {
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
#menu menu > li:last-child > a {
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.menu-dashboard  #menu menu > li.menuDashboard a,
.menu-redemption #menu menu > li.menuRedemption a,
.menu-account    #menu menu > li.menuAccount a,
.menu-reporting  #menu menu > li.menuReporting a,
.menu-vendors    #menu menu > li.menuVendors a,
.menu-locations  #menu menu > li.menuLocations a,
.menu-users      #menu menu > li.menuUsers a,
.menu-campaigns  #menu menu > li.menuCampaigns a
{
    background: url('/images/chrome/mainnav_bg_active.png') repeat-x 0 -1px;
    border:1px solid #F7B301;
    color:black;
}

body > section {
	margin:0px auto;
}

body > section > h1 {
	font-size:25px;
	/*font-family:'PT Sans', Arial, sans-serif;*/
	text-shadow:1px 1px 1px rgba(255,255,255,0.75);
	margin:5px 40px 0;
}

h2.pagetitle {
	font-size:1.46em;
	/*font-family:'PT Sans', Arial, sans-serif;*/
	color:#DE5F1F;
	padding-bottom:5px;
	margin-bottom:1#contact-columns-list a5px;
	border-bottom:0px solid #9E9F9E;
}

#content {
	/*position:relative;
	padding:10px;
	background:#9b9b9b;
	border-radius:5px;
	margin:30px;
	border:1px solid #666;
	box-shadow:0 8px 20px rgba(0,0,0,0.5);
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;*/

}

#subnav {
    width:100%;
    background: #fff;
    padding: 10px 0 0 33px;
}

#subnav form label{
    font-weight: bold;
    color: #555;
}

#content > nav {
	position:absolute;
	bottom:100%;
	left:0px;
	width:100%;
    text-align: left;
    list-style: none;
    padding: 0 20px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 13px;
    font-family: 'PT Sans Caption', Arial, sans-serif;
	font-weight:bold;
}
#content > nav a {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px rgba(255,255,255,0.75);
    margin: 0 -3px;
    padding: 0 10px;
	color: #4e4d55;
	text-decoration: none;
}

#content > nav a.right {
	float:right;
}

#content > nav a img {
	vertical-align:middle;
	margin-right:5px;
	margin-top:-1px;
}

#content > nav a.selected {
    background: #9b9b9b;
    background: -o-linear-gradient(top, #C3BEB5 5%, #8F8F8F 100%);
    background: -ms-linear-gradient(top, #C3BEB5 5%, #8F8F8F 100%);
    background: -moz-linear-gradient(top, #C3BEB5 5%, #8F8F8F 100%);
    background: -webkit-linear-gradient(top, #C3BEB5 5%, #8F8F8F 100%);
    background: linear-gradient(top, #C3BEB5 5%, #8F8F8F 100%);
    color: white;
    z-index: 2;
	border-color:#999;
    border-bottom-color: #666;
	text-shadow: 0 1px rgba(0,0,0,0.2);
}
#content > nav:before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 5px;
	right:5px;
    border-bottom: 1px solid #666;
    z-index: 6;
}
#content > nav a:before,
#content > nav a:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
#content > nav a:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
#content > nav a:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
#content > nav a.selected:before {
	border-color:#999;
    box-shadow: 2px 2px 0 #8F8F8F;
}
#content > nav a.selected:after {
	border-color:#999;
    box-shadow: -2px 2px 0 #8F8F8F;
}

#content > #subnav {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 2px 6px;
    border-radius: 6px;
    background-image: -ms-linear-gradient(top, #fff, #dcddde);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#dcddde));
    background-image: -webkit-linear-gradient(top, #fff, #dcddde);
    background-image: -o-linear-gradient(top, #fff, #dcddde);
    background-image: linear-gradient(top, #fff, #dcddde);
    background-image: -moz-linear-gradient(top, #fff, #dcddde);
    background-repeat: repeat-x;
	box-shadow:0 1px 1px rgba(0,0,0,0.5);
	text-align:center;
}

#subnav li{
    display:inline-block;
	margin:4px 2px;
	font-size:12px;
	font-weight:bold;
	/*font-family:'PT Sans Caption', Arial, sans-serif;*/
}

#subnav li a {
    background-color: white;
    border: 1px solid #e9ecef;
    display: block;
    border-radius: 5px;
    /* background-color: #dadada; */
    padding: 3px 10px 2px;
    color: #333;
    text-decoration: none;
    /* box-shadow: 0 1px 0px rgba(100,100,100,0.25) inset; */

}

#subnav li a:hover{
    background-color:#f4f4f4;
    color: #4E4D55;
}

#subnav li a.selected{
   background-color: #2e3f64;
    color: white;
}

#content > .container {
	background:white;
	min-height:300px;
	padding:10px;
/*	border-radius:5px;*/
	overflow:hidden;
}

footer {
	text-align:center;
	font-size:10px;
	color:#666;
	/*font-family:'PT Sans Caption', Arial, sans-serif;*/
}


.ConfirmationPage #content>div p {font-size:1.1em;}

.contact-data {padding-top:20px;}
.contact-data>div {padding-left:15px;margin-bottom:30px;}
.contact-data strong {display:block;font-size:1.3em;margin-bottom:3px;}
.contact-data #uploader_select {cursor:pointer;}

.Users table.List tr.disabled td a {color:#aaa;}


#campaign_contact_field_list {margin-left:300px;width:298px;border:1px solid #ccc}
#campaign_contact_field_list strong {display:inline-block;min-width:135px;text-align:center;padding:3px;}
#campaign_contact_field_list ul {height:300px;overflow-x:hidden;overflow-y:scroll;border-top:1px solid #ddd;}
#campaign_contact_field_list li {display:block;padding:3px;border-bottom:1px solid #ddd;background:#eee;}
#campaign_contact_field_list label {display:block;float:left;min-width:135px;text-align:right;line-height:20px;white-space:nowrap;overflow:hidden;}
#campaign_contact_field_list u {display:block;margin-left:140px;margin-right:3px;border:1px solid #ccc;background:white;}
#campaign_contact_field_list u b {display:block;margin:0 2px;}
#campaign_contact_field_list u b input {margin:0;width:100%;border:0;padding:2px 0;background:white;}


body.Redeem > section { width:900px; }
body.VendorCreate > section { width:1200px;}
body.LocationCreate > section { width:830px;}
body.ReportConfig > section {width:700px;}
body.UserCreate > section,
body.UserEdit > section {width:700px;}
body.Account > section {width:700px;}
body.CampaignCreate > section {width:700px;}
body.CampaignEdit > section {width:960px;}
body.CampaignContactEdit > section {width:800px;}
body.Dashboard > section {width:1200px;}
body.Limits > section {width:900px;};

#user-type-list li {margin:5px;font-size:14px;font-weight:bold;width:250px;}
#user-type-list a {background: #e9ecef;
    padding: 5px 10px;
    display: block;
    padding: 1rem;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #334576;}


#content {
	background-image:url('/images/report_loading.gif');
	background-repeat:no-repeat;
	background-position:-1000px -1000px;
}
#loading_overlay {
	/*background: white url('/images/report_loading.gif') no-repeat center center;*/
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	opacity: 0.85; /* Chrome 4+, Firefox 2+, Safari 3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=85); /* IE6-IE8 */
}
 .loading{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display:none;
    z-index: 10000000000000;
    background-color: rgba(255,255,255,0.8);
 }
.sk-cube-grid {
     width: 40px;
    height: 40px;
     margin: 20% auto;

  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #DE5F1F;    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); } }




#kalender {
	text-align:center;
}

#contact-columns-list li {
	background: #e9ecef no-repeat 212px center;
    margin-bottom: 5px;
    border-radius: 5px;
}

#contact-columns-list a {
	display: block;
    padding: 10px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
}

#contact-columns-list li.reportable {
	/*background-image:url(/images/zoom.png);*/
}

#campaign-column-values .row.v {
	background:transperant;
	margin:0 0 2px 0;
}

#campaign-column-values .row.v .cell {
	padding:4px 0 2px;
}

#campaign-column-values .cell em {
	display:block;
	height:28px;
	line-height:28px;
	color:#ccc;
	text-align:right;
}

#campaign-column-values ul li {
    list-style: none;
    width: 23%;
    display: block;
    display: inline-block;
    zoom: 1;
    background: #f4f5f7;
    *: ;
    background: #e9ecef;
    background: #e9ecef;
    padding: 10px;
    margin: 5px;
    color: #222a42;
    font-size: 10px;
    /* overflow: hidden; */
    border-radius: 4px;
}

a.campaign-step {
    border: 1px solid #e9ecef;
    /* border-width: 40px 5px 5px; */
    border-radius: 10px;
    position: relative;
    display: block;
    vertical-align: top;
    /* width: 160px; */
    /* height: 240px; */
    text-decoration: none;
    /* float: left; */
     background-color: #fff; 
    color: #2125299e;
    margin: 5px;
    /* color: #999; */
    text-align: center;
    text-decoration: none !important;
}

a.campaign-step :hover{
	text-decoration: none !important;
}

.campaign-step strong {
    display: block;
    font-size: 10px;
    background: #e9ecef;
    width: 45px;
    height: 45px;
    margin: -10px -10px 0;
    padding-top: 10px;
    border-radius: 50%;
    /* border-bottom-left-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
    text-align: center;
    color: white;
    text-transform: uppercase;
        margin-right: 1rem !important;
    /* box-shadow: 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 1px rgba(255,255,255,0.3) inset; */
    /* border: 1px solid #8A8B8D; */
    border-top: none;
    line-height: 1.2;
}

.campaign-step strong b {
	display:block;
	font-size:15px;
	text-decoration:none;
}

.campaign-step .caption {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    margin: 1rem;
    /* padding-top: 0rem; */
    /* margin-left: 1rem; */
}

.campaign-step .done {
	display:none;
}

.campaign-step.ready {
	border-color:#e9ecef;
	/*color:#000;*/
}

.campaign-step.ready:hover .caption {
	text-decoration:none;
}

.campaign-step.ready strong {
	background: #e9ecef;
	/* border-color: #AA420B; */
    color: white;
}


.campaign-step.done {
	background: white;
	color: #30406c;
}

.campaign-step.done .done {
	display:block;
	background:#277FEB;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:13px;
	font-weight:bold;
	color:white;
	padding-top:5px;
}

.campaign-step.done:hover .caption {
	text-decoration:none;
}

.campaign-step.done strong {
	background: #00f3c1;
    /* border-color: #114486; */
    /* color: white; */
}

.limits {
    margin: 5px;
    font-size: 110%;
    font-weight: bold;
    font-style: italic;
    color: #555;
    text-align: right;
}

.child.awesome.large {
    padding: 13px 14px 12px;
}
 .nav {
        margin: 0 auto !important;
            padding-left: 3px;
    }
    .nav .card-title{
        font-size: 12px;
        padding-top:3px;

    }
    .nav .btn {
            margin-left: 5px;
    padding: 10px;
    border:0px;
    border-radius: 5px;
       width: 135px !important;
    }
    .menu{
    
    background: #ffa84c;
    background: -moz-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
    background: -webkit-linear-gradient(-45deg, #ffa84c 0%,#ff7b0d 100%);
    background: linear-gradient(135deg, #ffa84c 0%,#ff7b0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=1 );
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 15px 0 rgba(123, 123, 123, 0.38);
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    position: relative;
  top:10px;
  left:8%;
    /* left: 28%; */
    /* width: 44%; */
    /* margin: -1% auto 0; */

    }
    .menu::after, .menu::before {
       content: "";
       display: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: 1rem;
    bottom: 95%;
    transform: translateX(-50%);
}
.menu::after {
    border-width: 5px;
    margin-bottom: 1px;
    border-color: transparent transparent #ffa83e transparent;

}
.menu::before {
    border-color: transparent transparent #ffa63c transparent;
}
.admin-menu{
        background-color: rgb(255, 129, 0);
    position: absolute;
    right: 0;
    top: 0;
    display: grid;
    bottom: 0;
    cursor: poiinter;
    width: 100px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 11px;
    color: #f5f6fa !important;
    padding-top: 22px;
    text-align: center;
    border-left: 2px solid white;
    /* padding-left: 23px; */
}
.admin-menu-scan{
       background-color: rgb(255, 129, 0);
    position: absolute;
    right: 0;
    top: 0;
    display: grid;
    bottom: 0;
    cursor: poiinter;
    width: 100px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 11px;
    color: #f5f6fa !important;
    padding-top: 12px;
    text-align: center;
    border-left: 2px solid white;
    /* padding-left: 23px; */ 
}

.admin-menu i {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0px;
    cursor: pointer;
   
}
.nav a{
    width:115px !important;
}
.menu-lg{
           left:9% !important;    
        }
 .admin-ul{
     display: -webkit-inline-box !important;
    padding-right: 100px;
    flex-wrap:inherit !important;
    text-align: center;
    
 }
 .hidden{
    display:none !important;
}
 .active a{
     background: #ffffffb0;
}  
.Error .container{
        background: white;
    padding: 5rem;
    border-radius: 5px;
    height: 200px;
    padding-top: 5rem;
    /* vertical-align: middle; */
    color: gray;
        text-align: center;
}  
.dropdown-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.dropdown-menu a {
   overflow: hidden;
   outline: none;
}
 
.bss-input
{
   border:0;
   margin:-3px;
   padding:3px;
   outline: none;
   color: #000;
   width: 99%;
   background-color: transparent;
}
 
.bss-input:hover
{
   background-color: transparent;
}
 
.additem .check-mark
{
   opacity: 0;
   z-index: -1000;
}
.addItem .text{
    width:100%;
} 
.addnewicon {
   position: relative;
   padding: 4px;
   margin: -8px;
   padding-right: 50px;
   margin-right: -50px;
   color: #aaa;
}
 
.addnewicon:hover {
   color: #222;
}  
.strike_through{
    text-decoration: line-through !important;
    background-color: #f44336a6 !important;
    opacity: 0.3 !important;
}

