/* my style settings */
 

#feedback a{ display:block; position:fixed; top:200px; right:-1px; background:green; padding:7px 5px;
border:1px solid #030;
border-left-color:#060;
border-top-color:#090;
}
#feedback a:hover{background:#030;border:1px solid #030;}


.copyright {
  font-size: 10px; 
} 
.profile-page .copyright {
  font-size: 10px;
  color: black;
}
.profile-page .copyright a {
  font-size: 10px;
  color: black;
}
.profile-page .footer .copyright a:hover {
  color: #2196f3;  
}

/* .profile-page .footer { 
  background: transparent; 
  color: #000;
  z-index: 1;
}
.profile-page .footer .copyright a {
  color: #fff;
}
.profile-page .footer .copyright a:hover {
  color:  rgb(18, 20, 116);  
} */

.myTransp {
     opacity: 0.75;
      filter: alpha(opacity=75); /* For IE8 and earlier */
} 
.partnerpicts {
  height: 75%; 
  width: 75%;
  }
  
  .myfeatures-icon,
  .myalt-features-icon {
  line-height: 1.2;
  font-size: 24px;
  color: #000;
  } 


      .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
      }
      
      .tooltip .tooltiptext:hover {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
      }
      
      .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
      }
      .tooltip:hover .tooltiptext {
        visibility: visible;
      }

      .form-control-mixed-case {
  font-family: "Roboto Condensed", sans-serif; 
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
  color: black;
}


.tbl_ca { 
  border:1px solid #CACACA; 
  border-width:1px 0 0 1px; 
  width: 100%;  
  clear:both; 
  /* margin:0 0 25px; */
  /* max-width: 700px;  */
  margin: auto; 
  }
.tbl_ca th, .tbl_ca td { 
  border:1px solid #CACACA; 
  border-width:0 1px 1px 0; 
  padding:6px; 
  vertical-align:top; 
  text-align:left; 
  }
.tbl_ca th { 
  background:#8DABC6;  
  font-weight:bold; 
  text-transform:uppercase; 
  color:#1A1A1A; 
  }

.myTableNote {
  
  font-weight: bold; 
  font-style: italic;
  font-size: 12px;
}


/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

/*  Widget common*/
.widget {
margin-bottom: 60px;
}

.widget-title {
color: #111;
}

.widget .widget-title { 
font-size: 14px;
padding: 0 0 10px;
margin: 0 0 15px;
}

.widget ul {
list-style: none;
padding: 0;
margin: 0;
}

/* Icon List */
.widget .icon-list li {
padding: 5px 0;
}

.widget .icon-list li a:before {
content: "\00BB";
color: #666666;
padding-right: 5px;
}

/* Posts */
.widget-posts li {
margin: 0 0 15px;
}

.widget-posts li:last-child {
margin: 0;
}

.widget-posts-image {
float: left;
width: 64px;
}

.widget-posts-body {
margin-left: 74px;
}
