

button.delete-email-indi {



    background-color: transparent;



    border: none;



    color: #d80505;



    width: 100%;



    outline: none;

    cursor:pointer;



}


button.delete-smtp-conf {



    background-color: transparent;



    border: none;



    color: #d80505;



    width: 100%;



    outline: none;

    cursor:pointer;



}


button.edit-smtp-conf {



    background-color: transparent;



    border: none;



    color: #d80505;



    width: 100%;



    outline: none;

    cursor:pointer;



}


.smtp_table{
    border-collapse: collapse;
    border: 1px solid #000;
}

.smtp_table th{
    background-color: #dddddd;
    border: 1px solid #000;
    padding: 8px;
}

.smtp_table tr{
    border: 1px solid #dddddd;
    padding: 8px;
}

.smtp_table td{
    border: 1px solid #dddddd;
    padding: 8px;
}


button.edit-smtp-enable {



    background-color: transparent;



    border: none;



    color: #495969;



    width: 100%;



    outline: none;

    cursor:pointer;



}

button.edit-smtp-disable {



    background-color: transparent;



    border: none;



    color: #008EC2;



    width: 100%;



    outline: none;

    cursor:pointer;



}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


button.delete-member-indi {



    background-color: transparent;



    border: none;



    color: #d80505;



    width: 100%;



    outline: none;

    cursor:pointer;



}



a.trash-icon {



  color: #d80505;



}



a.trash-icon:hover {



  color: #fb0202;



}



.wau_boxlen{



	width:100%;



}



.status-Failed{



	color: red;



}



.status-Sent{



	color: green;



}



#wau_role{



height: 120px;



}



.wau_cont{



  text-align:center;



}



#example_wrapper, #example1_wrapper ,#example4_wrapper{



    background-color: #F9F9F9;



    border: 2px solid #CECECE;



    padding: 10px;



    width: 97%;



}



#example2_wrapper{



	 background-color: #F9F9F9;



    border: 2px solid #CECECE;



    padding: 10px;



    width: 90%;



    margin-top:13px;



}



#example3_wrapper{



	background-color: #F9F9F9;



    border: 2px solid #CECECE;



    padding: 10px;



}



.role_wau_boxlen_csv{



	width:179%;



	margin-left: -10px;



}



textarea#wau_mailcontent, textarea#weu_show_area{



	width:40%;



	height: 150px;



	padding: 15px;



	margin-top: 10px;



	border-radius:5px;



	margin-bottom: 20px;



	resize:none;



}



.wau_form{



	width: 80%;



	padding: 0px 30px;



}



/*Show table */


#show_table th td {



    padding: 8px;



    text-align: left;



    border-bottom: 1px solid #ddd;



    background-color: #FFFFFF;



}



span.export-text{
    vertical-align: text-top;
    margin: -11px 22px 0 0;
    display: inline-block;
}

#centeredmenu {
    margin-top: 3%;
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#008EC2;
   color:#fff;
   text-decoration:none;
   line-height:2.0em;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
   font-weight:bold;
}
#centeredmenu ul li.active {
   color:#fff;
   background:#000;
   font-weight:bold;
}