﻿.hypereffects:hover {
    text-decoration: underline !important;
}

.hypereffects:visited {
    color: #009933;
}

.hypereffects a span {
    text-decoration: none;
    display: inline-block;
  
}

.roweffects:hover {
    background-color: #f5f5f5;
}

.linkbackeffect:hover {
    background-color: #04558e;
}

.masterhyper:hover {
    text-decoration: underline !important;
}

.masterhyper:visited {
    color: white;
}

.masterhyper a span {
    text-decoration: none;
    display: inline-block;
}

.ul li ul li a {
    text-decoration: underline !important;
}

    .ul li ul li a span {
        text-decoration: none;
    }

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

.TextAlignLeft {
    text-align: left;
}

.rounded-corners {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}


.rounded-cornersnotes {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   
}


.add-btn {
    padding: 10px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}
.rates-btn {
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.comment-btn {
    padding-left: 10px;
    padding-right:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    height:34px;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}

.search-btn {
    border: 0.5px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}
    .search-btn:hover {
        border: 0.5px solid #0473c0;
    }
    .Grid td, .Grid th {
    border: 1px solid #A1DCF2;
}

.rounded-corners-center {
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.rounded-corners-right {
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

.rounded-corners-right-top {
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.rounded-cornersaddvdetails {
     border: 1px solid #ebe7d1;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: auto;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}
.rounded-corners-left {
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}

.button1 {
    background-color: #4cae4c;
    color: black;
    border: 2px solid #449c44;
    cursor:pointer ;
}

    .button1:hover {
        background-color: #409240;
        color: white;
    }

.button2 {
    background-color: #0473c0;
    color: black;
    border: 2px solid #0364a7;
}

    .button2:hover {
        background-color: #035b98;
        color: white;
    }

.dropdown1 {
    border: .05rem solid #ccc;
    margin-top: 5px;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #737171;
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    line-height: inherit;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.imgresize {
    max-width: 90%;
    height: auto;
    width: auto;
}

.advimgresize {
    max-width: 90px;
    max-height: 90px;
    height: 90px;
    width: 90px;
}
.imgresize2 {
    max-width: 100%;
    height: auto;
    width: auto;
}
.btnbodercolor:hover {
    border: 2px solid #0473c0 !important;
}
.btnbodercolor2:hover {
    border: 1px solid #0473c0 !important;
}
.add-btn2 {
    padding: 2px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    height:34px;
    box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);
}
img-with-text {
    text-align: justify;
    width: 30px;
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

.contactnotstyles {
    color:#454444 !important;
}
.linkcolor1 {
    color: #d03333 !important;
    font-weight: bold !important;
}
.linkcolor2 {
    color: #008000 !important;
    font-weight: bold !important;
}
.panelgroup {
    text-decoration: none;
    color: #919191;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12pt;
}