﻿
        /*#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a
        {
            margin: 0;
            padding: 0;
            position: static;
        }
        #cssmenu
        {
            height: 35px;
            /*background: #fa4175;
            width: auto;
        }
        #cssmenu:after, #cssmenu ul:after
        {
            content: '';
            display: block;
            clear: both;
        }
        #cssmenu a
        {
            display: inline-block;
            font-family: Helvetica, Arial, Verdana, sans-serif;
            font-size: 12px;
            line-height: 41px;
            padding: 0 30px;
            text-decoration: none;
            /*text-shadow: 0 1px 0 #f0f0f0;
        }
        #cssmenu ul
        {
            list-style: none;
        }
        #cssmenu > ul
        {
            float: left;
            top: 0px;
            left: 0px;
            height: 36px;
        }
        #cssmenu > ul > li
        {
            float: left;
            top: 0px;
            left: 0px;
            height: 36px;
            /*border-left: 1px solid #fe5887;
            border-right: 1px solid #e50343;
        }
        
        #cssmenu li:first-child
        {
            border-left: none;
        }
        #cssmenu li:last-child
        {
            border-right: none;
        }
        
        #cssmenu > ul > li > a
        {
            color: #ffffff;
            font-size: 15px;
        }
        #cssmenu > ul > li:hover:after
        {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            bottom: 0;
        }
        #cssmenu > ul > li:first-child > a
        {
        }
        #cssmenu > ul > li.active:after
        {
            content: '';
            display: block;
            position: static;
            left: 50%;
        }
        #cssmenu > ul > li.active > a
        {
            /*background: #;
        }
        #cssmenu > ul > li:hover > a
        {
            color: #8e24aa;
            background: #ffffff;
            border: 1px solid #8e24aa;
        }
        #cssmenu .has-sub
        {
            z-index: 1;
        }
        #cssmenu .has-sub:hover > ul
        {
            display: block;
        }
        #cssmenu .has-sub ul
        {
            display: none;
            position: absolute;
            width: 200px;
            top: 119px;
            border-bottom: solid;
            border-right: solid;
            border-left: solid;
            border-color: #8e24aa;
            border-width: 1px;
            /*box-shadow: 0 3px 1px rgba(0, 0, 0,0.3);
        }
        #cssmenu .has-sub ul li
        {
        }
        #cssmenu .has-sub ul li a
        {
            background: #ffffff;
            filter: none;
            font-size: 12px;
            display: block;
            line-height: 110%;
            padding: 8px;
            color: #666666;
        }
        #cssmenu .has-sub ul li:hover a
        {
            background: #eaeaea;
        }
        #cssmenu .has-sub .has-sub:hover > ul
        {
            display: block;
        }
        #cssmenu .has-sub .has-sub ul
        {
            display: none;
            position: absolute;
            left: 100%;
        }
        #cssmenu .has-sub .has-sub ul li a
        {
            background: #;
        }
            #cssmenu .has-sub .has-sub ul li a:hover {
                background: #;
            }

            #cssmenu li .dropx {
                padding-right: 21px;
                border: none;
                background: url("../images/downarrow.png") no-repeat right 8px;
            }

            #cssmenu li .dropx:hover {
                background-color: #fff;padding-right: 21px;
                background: url("../images/downarrowh.png") no-repeat right 7px;
            }*/
        
ul, li {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

#menu {
    list-style: none;
    width: 950px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    #menu li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        padding: 4px 10px 4px 10px;
        margin-right: 7px;
        margin-top: 7px;
        border: none;
    }

        #menu li:hover {
            border: 1px solid #ffffff;
            padding: 4px 9px 4px 9px;
            /* Background color and gradients */
            background: #ffffff;
            /* Rounded corners */
            -moz-border-radius: 3px 3px 0px 0px;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

        #menu li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            color: #EEEEEE;
            display: block;
            outline: 0;
            text-decoration: none;
            /*text-shadow: 1px 1px 1px #000;*/
        }

        #menu li:hover a {
            color: rgb(94, 94, 100);
            /*text-shadow: 1px 1px 1px #ffffff;*/
        }

        #menu li .dropx {
            padding-right: 21px;
            background: url("../images/downarrow.png") no-repeat right 19px;
        }

        #menu li:hover .dropx {
            background: url("../images/downarrowh.png") no-repeat right 19px;
        }
        .dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    box-shadow: rgba(43, 59, 93, 0.34902) 0px 4px 12px;
    border-top: none;
    /* Gradient background */
    background: #ffffff;
    /* Rounded Corners */
    -moz-border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    border-radius: 0px 3px 3px 3px;
}

.dropdown_1column {
    width: 170px;
}

.dropdown_2columns {
    width: 230px;
}

.dropdown_3columns {
    width: 420px;
}

.dropdown_4columns {
    width: 560px;
}

.dropdown_5columns {
    width: 700px;
}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
    left: -1px;
    top: auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.col_1 {
    width: 160px;
}

.col_2 {
    width: 220px;
}

.col_3 {
    width: 410px;
}

.col_4 {
    width: 550px;
}

.col_5 {
    width: 690px;
}

#menu .menu_right {
    float: right;
    margin-right: 0px;
}

#menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 13px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu h3 {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

.div {
    color: rgb(114, 114, 125);
    display: block;
    padding: 2px 6px;
    font-size: 13px;
}

#menu li:hover div a {
    color: rgb(114, 114, 125);
    display: block;
    padding: 2px 6px;
    font-size: 13px;
}

/*#menu li:hover div*/ .a:hover {
    color: rgb(114, 114, 125);
    background: rgb(241, 241, 242);
}


.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.imgshadow { /* Better style on light background */
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#menu li .black_box {
    background-color: #333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* Shadow */
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

    #menu li ul li {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        text-shadow: 1px 1px 1px #ffffff;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
    }

        #menu li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
        }

#menu li .greybox li {
    background: #F4F4F4;
    border: 1px solid #bbbbbb;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 116px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    #menu li .greybox li:hover {
        background: #ffffff;
        border: 1px solid #aaaaaa;
        padding: 4px 6px 4px 6px;
        margin: 0px 0px 4px 0px;
    }

.logout {
    background-image: url('../images/logout.png');
    background-repeat: no-repeat;
    background-position: 60px center;
    display: inline-block;
    cursor: pointer;
    color: rgb(114, 114, 125);
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

    .logout:hover {
        background-image: url('../images/logout.png');
        background-repeat: no-repeat;
        background-position: 60px center;
    }

    .logout:active {
        position: relative;
        top: 1px;
    }

.gradiantorange {
    padding-top: 3px;
    padding-bottom: 2px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fa4175), to(#fa4177)); for webkit browsers 
            background: -moz-linear-gradient(top,  #fa4175,  #fa4177);  for firefox 3.6+ */
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -moz- oldlinear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -o-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: linear-gradient(45deg, #8e24aa, #ff6e40) !important;
}
   
        .grdco
        {
            background: #EAEAEA; /* Old browsers */
            background: -moz-linear-gradient(top,  #EAEAEA 0%, #EAEAEA 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #EAEAEA 0%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #EAEAEA 0%,#EAEAEA 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #EAEAEA 0%,#EAEAEA 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #EAEAEA 0%,#EAEAEA 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#EAEAEA',GradientType=0 ); /* IE6-9 */
        }
        body
        {
            margin: 0px;
            padding: 0px; color: #444;
            font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
            font-size: 75%;
        }
        .buttonRed
        {
            box-shadow: inset 0 1px 0 #ffffff;
            border: 1px solid #df0909;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-family: arial, helvetica, sans-serif;
            text-decoration: none;
            text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
            color: #FFFFFF;
            background-color: #f62b2b;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
            background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
            background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
            background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
            background-image: -o-linear-gradient(top, #f62b2b, #d20202);
            background-image: linear-gradient(to bottom, #f62b2b, #d20202);
        }
        .buttonRed:hover
        {
            border: 1px solid #b30808;
            background-color: #e40a0a;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
            background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
            background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
            background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
            background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
            background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
        }
        .buttonDecline
        {
            box-shadow: inset 0 1px 0 #ffffff;
            border: 1px solid #cacaca;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 12px;
            font-family: arial, helvetica, sans-serif;
            text-decoration: none;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #E6E6E6;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
            background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
            background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
            background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
            background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
        }
        .buttonDecline:hover
        {
            border: 1px solid #b3b3b3;
            background-color: #cdcdcd;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
            background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
            background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
            background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
            background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
        }
        .GridPagerSearch a, .GridPagerSearch span
        {
            display: block;
            height: 24px;
            width: 24px;
            font-size: 12pt;
            font-family: Calibri;
            text-align: center;
            text-decoration: none;
        }
        .GridPagerSearch a
        {
            background-color: #f5f5f5;
            color: #969696;
            border: 1px solid #969696;
        }
        .GridPagerSearch span
        {
            background-color: #92c11b;
            color: White;
            border: 1px solid #92c11b;
        }
        .drp
        {
            background: white;
            border: 1px solid #DDD;
            border-radius: 1px;
            box-shadow: 0 0 5px #DDD inset;
            color: #666;
            outline: none;
            height: 29px;
            width: 70px;
        }
        .drop
        {
            background: white;
            border: 1px solid #DDD;
            border-radius: 1px;
            box-shadow: 0 0 5px #DDD inset;
            color: #666;
            outline: none;
            height: 29px;padding-left: 10px;
        }
        .textb
        {
            background: white;
            border: 1px solid #DDD;
            border-radius: 1px;
            box-shadow: 0 0 5px #DDD inset;
            color: #666;
            outline: none;
            height: 22px;
            padding-left: 10px;
        }
        .rnd
        {
         -webkit-border-radius: 99px;
         -moz-border-radius: 99px;
         border-radius: 99px;
         }
        .round
        {-webkit-border-radius: 99px 99px 99px 99px;-moz-border-radius: 99px 99px 99px 99px;border-radius: 99px 99px 99px 99px;}
        
        .textmulti
        {
            background: white;
            border: 1px solid #DDD;
            border-radius: 1px;
            box-shadow: 0 0 5px #DDD inset;
            color: #666;
            outline: none;height: 40px;
            font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;font-size: 12px;
            padding: 5px;width: 188px;
        }
        .grad
        {
            background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FCFCFC)); /* for webkit browsers */
            background: -moz-linear-gradient(top,  #F4F4F4,  #FCFCFC); /* for firefox 3.6+ */
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }
        .round
        {
            -webkit-border-radius: 93px 99px 99px 99px;
            -moz-border-radius: 93px 99px 99px 99px;
            border-radius: 93px 99px 99px 99px;
        }
        .not
        {
            -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
            -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
            background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
            background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
            background-color: #ededed;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            border: 1px solid #dcdcdc;
            display: inline-block;
            cursor: pointer;
            color: #777777;
            font-family: arial;
            font-size: 14px;
            font-weight: bold;
            padding: 4px 8px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #ffffff;
        }
        .not:hover
        {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
            background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
            background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
            background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
            background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
            background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
            background-color: #dfdfdf;
        }
        .not:active
        {
            position: relative;
            top: 1px;
        }
        .gradiantorange
        {
            background: -webkit-gradient(linear, left top, left bottom, from(#fa4175), to(#Fa4177)); /* for webkit browsers */
            background: -moz-linear-gradient(top,  #Fa4175,  #Fa4177); /* for firefox 3.6+ */
        }
         .upd {
	
	background-color:#fa4175;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #fe0c50;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	
}
.upd:hover {
	
	background-color:#fc205e;
}
.upd:active {
	position:relative;
	top:1px;
}
        
        .inputs
        {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            
            -webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            background: #EAE7E7;
            border: 1px solid #C8C8C8;
            color: #777;
            font: 13px Helvetica, Arial, sans-serif;
            margin: 0 0 10px;
            padding: 5px 5px 5px 10px;
            width: 200px;
        }
        
        .inputs:focus
        {
            -webkit-box-shadow: 0 0 2px #C8C8C8 inset;
            -moz-box-shadow: 0 0 2px #C8C8C8 inset;
            -ms-box-shadow: 0 0 2px #C8C8C8 inset;
            -o-box-shadow: 0 0 2px #C8C8C8 inset;
            box-shadow: 0 0 2px #C8C8C8 inset;
            background-color: #FFF;
            border: 1px solid #C8C8C8;
            outline: none;
        }
.inputx {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(248, 248, 248, 0.11);
    border: 1px solid rgba(255, 193, 193, 0.81);
    color: #ffffff;
    font: 13px Helvetica, Arial, sans-serif;
    
    padding: 5px 0px 5px 5px;
    width: 160px;
    border-radius: 4px;
}

::-webkit-input-placeholder { /* Edge */
  color: #ffffff;font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #ffffff;font-weight: bold;
}

::placeholder {
  color: #ffffff;font-weight: bold;
}

.inputx:focus {color:#fff;
    
    border: 1px solid #ffffff;
    outline: none;
}
        .button
        {
            margin: 5px;
            float: right;
            padding-left: 3px;
        }
        .button a
        {
            display: block;
            padding: 0px 0px 0px 20px;
        }
        .button a.bCancel
        {
            background-image: url('../images/logout.png');
            background-position: left;
            background-repeat: no-repeat;
            font-weight: 700;
            color:#fff;
            font-size:14px;
        }
        .searchtn
        {
           
            
            background-color: #fff;
            border: 1px solid #fff;
            display: inline-block;
            cursor: pointer;
            color: #000;
            font-family: arial;
            font-size: 13px;
            font-weight: bold;
            padding: 5px 8px;
            text-decoration: none;
        }
        .searchtn:hover
        {
            
            background-color: #fff;
        }
        /*.searchtn:active
        {
            position: relative;
            top: 1px;
        }*/
        .lst
        {
            color: #666666;
            font: 12px Helvetica, Arial, sans-serif;
            border: 1px solid #c0c0c0;
        }
.btnne{
border-radius: 3px;
                                                                        border: 0px solid #942911;
                                                                        display: inline-block;
                                                                        cursor: pointer;
                                                                        color: #ffffff;
                                                                        font-family: Arial;
                                                                        font-size: 13px;
                                                                        padding: 6px 24px;
                                                                        text-decoration: none;
                                                                        text-shadow: 0px 1px 0px #854629;
                                                                        color: #fff;
                                                                        background: #8e24aa;
                                                                        background: -webkit-linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
                                                                        background: linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
                                                                        /*background-color: #e91e63;*/
                                                                        border-color: #e91e63;
                                                                        box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}