﻿.btndelete
{
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    color:#fff !important;
}
.btndelete:hover {
     color:#00A759 !important;
}
.rmenu {
    width: auto;
    height: 30px;
    float: right;
    
}
.rmenu ul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}

.rmenu ul li
{
    list-style:none;
    float:left;
    padding-top:1px;

}
.rmenu ul li a
{
    color:#fff;
   
}
.rmenu ul li a:hover
{
     color:#ddd;
}
.userdrop {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}
.userdropul {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}

.userdropul li
{
    list-style:none;
    float:left;
    padding-top:0px !important;
    width:100%;

}
.userdropul li a
{
    color:#293448 !important;
   line-height: 1.21 !important;
   padding:10px 7px 10px 17px !important;
}
.userdropul li a:hover
{
     color:#ddd;
}
.userdroplogouticon
{
    width:27px;
    height:auto;
    display:inline-block;
    
   line-height: 1.51 !important;
}
.userdropusericon
{
    width:30px;
    height:auto;
    display:inline-block;
    
    line-height: 1.51 !important;
    
}
.userdroptext
{
    width:auto;
    height:auto;
     display:inline-block;
      
      
}
.userdroptextm
{
    width:auto;
    height:auto;
     display:inline-block;
      font-size:14px;
      
}
.profileicontext
{
    width:auto;
    float:left;
    height:auto;
    overflow:hidden;
    padding:6px 0px 5px 5px;
}
.profilenavbutton
{
    width:auto;
    float:right;
    height:auto;
    overflow:hidden;
    padding:1px 10px 1px 0px;
}
.tmtextm
{
    padding:0px 7px;
    font-size:12px !important;
}
.tmtextm a{
     color:#fff !important;
}
.tmtextm a:hover{
    color:#fff;
}
.profilename
     {
         width:30px;
         height:30px;
         background-color:#00A759;
         border-radius:50%;
         float:right;
         margin-left:8px;
         margin-top:-3px;
         text-align:center;
     }
.profilepic
     {
         width:30px;
         height:30px;
         float:right;
         margin-left:8px;
         margin-top:-3px;
         text-align:center;
         border-radius:50%;
     }
.profilepic img{
    width: 30px !IMPORTANT;
    height: 30px !IMPORTANT;
    
         border-radius:50%;
}
.profilenamem
     {
         width:30px;
         height:30px;
         background-color:#00A759;
         border-radius:50%;
         float:left;
         margin-top:-3px;
         text-align:center;
         border:1px solid #fff;
     }
.profilepicm
     {
         width:30px;
         height:30px;
         float:left;
         margin-top:-3px;
         text-align:center;
         border-radius:50%;
          border:1px solid #fff;
     }
.profilepicm img{
    width: 30px !IMPORTANT;
    height: 30px !IMPORTANT;
    
         border-radius:50%;
}
.lblusertext
{
    color:#00A759;font-weight:600;
}
     .usefirst
     {
         font-size:21px;
         line-height:31px;
         color:#fff;
     }
     .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000000;
    display: none;
    float: left;
    min-width: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
     .mail-bottom h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1em;
    color: #666;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"] {
     width: 100%;
    float: left;
}
.mail-bottom textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"], .mail-bottom textarea {
    background: none;
    border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
    font-size: 14px;
    outline: none;
    margin:1em 0em;
}
.mail-bottom input[type="email"] {
    margin: 0px;
}
.mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
    width: 40%;
    background: #DF5B10;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    margin-left:3em;
}
.mail-bottom input[type="submit"]:hover, .mail-bottom input[type="reset"]:hover {
    background: #1565C0;
}
.my-cart-b{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.my-cart-b:hover
{
    background-color: #059a54 !important;
    border: 2px solid #059a54;
    color:#fff;
}
a.my-cart-b:focus
{
    background-color: #059a54 !important;
    border: 2px solid #059a54;
    color:#fff;
}
a.my-cart-b {
    text-decoration: none;
}
.mail-bottom select.form-control {
    outline: none;
    font-size: 1em;
    padding: 7px 10px;
    width: 100%;
	margin: 5px 0px 16px;
    border-radius: 0;
    border:1px solid #616161;
	background: #616161;
    color: #fff;
  overflow:scroll;
   
    
}

.my-cart-b 
{
    width:100%;
  
    background: #00A759;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    border: 2px solid #00A759;
  
    padding: 0.5em 1.5em;
    outline: none;
}
.modal-dialog
{
    width:280px !important;
    margin: 150px auto;
}

.modalBackground
{
background-color: Gray;
filter: alpha(opacity=80);
opacity: 0.8;
z-index: 10000;
}
.goback
    {
         width:auto;
            height:24px;
            background-color: #00A759;
            outline:0px;
            text-align:center;
            margin-top:6px;
            display:block;
         color:#fff;
         line-height:23px;
    }
.goback:focus {
    outline:0px;
    color:#fff;
}
.goback:hover {
    outline:0px;
    color:#fff;
}
.mobileshare
{
    display:none;
}




