﻿
.forBorderTest {
    border: 1px solid black;

}

.way {
    font-weight: bold; 
    /*font: 400 70px/0.8 'Oswald', sans-serif;*/
    font: 400 32px/0.8 "Lora script=all rev=1", "Adobe Blank";
    font-weight: 300;
    
    color: gold;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.02);
    /*font-size: 55px;*/ 

    background-color: #77EED8;
    background: -webkit-linear-gradient(315deg, #fff 54%, #fff 0%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    border-radius: 5px 0px;
    
}

.ABIPolicyHome {
    font-weight: bold; 
    /*font: 400 70px/0.8 'Oswald', sans-serif;*/
    font: 400 30px/0.8 "Lora script=all rev=1", "Adobe Blank";
    font-weight: 700;
    color: gold;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.2);
    /*font-size: 55px;*/ 

    background-color: #77EED8;
    background: -webkit-linear-gradient(315deg, #fff 54%, #fff 0%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.256rem;
    line-height: 1.5 !important;
    height: 44px !important;
}

.inputIcon {
    position: absolute;
    /*border: 1px solid blue;*/ 
    font-size: 18px !important; 
    color: #808080;
    width: 25px;
    height: 30px;
    padding-left: 9px;
    padding-top: 19px;

}

.acntReq{
    padding-top: 13px;

}

.inputField {
    
    padding-left: 32px;

}

.inputField:focus, .inputField:active{
    outline: none !important;

}


.inputField.button {
    border: 1px solid transparent;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    color: white;
    background-color: #3897f0;
    font-size: 15px;
}

.inputField.button:hover {
    background:#4ac9eb !important;
    color: #222;
}

.line {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-color: #efefef;
    height: 1px;
    position: relative;
    top: .45em;
}

.HomeHeader {
    /*background: linear-gradient(to right, RGBA(47, 191, 243, 1), RGBA(47, 191, 243, 1));*/
    background-color: RGBA(47, 191, 243, 1) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.79);
    box-shadow: 0 10px 6px -8px rgba(128, 128, 128, 0.79);
}


.input-sm {
    padding-top: 13px;
}

.check-box {
    border: 0px;
    border-radius: 50px !important;
    outline: 0px;
}


.round {
  position: relative;
  
}


.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 28px;
}


.round label:hover {
  background-color: tomato;
  border-color: tomato;
  
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}


.round input[type="checkbox"] {
  visibility: hidden;
}

.round.ADoc input[type="checkbox"]:checked + label {
  background-color: #a0522d;
  border-color: #a0522d;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.detInput {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.noleftpadding {
    padding-left: 3px !important;
}

.loginBox {
    //background: linear-gradient(to right, rgb(185, 43, 39), rgb(21, 101, 192));
    background-color: white;
    border: 1px solid rgba(128, 128, 128, 0.79);
    padding: 0px 0px 40px;
    margin: 0 auto;
    height: auto;
    width: 388px; 
    margin-top: 50px; 
    border-radius: 0px !important;  
    box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08); 
}

.UserProfileBox {
    padding: 50px 10px;
    margin: 0 auto;
    height: auto;
    width: 388px; 
    margin-top: 60px; 
    border-radius: 10px; 
    box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08); 
}


.pictureCircle {
    width: auto;
    height: auto;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 15px;
    cursor: pointer;
    background-color: #fff;

}

.pictureCircle:hover {
    background-color: inherit;
    border-color: #fff;
}


.table thead th, table thead td {
    padding: 3px !important;
}

/*@media only screen and (max-width: 850px) and (orientation: portrait) {
    #modalPreviewWB {
        -webkit-transform: rotate(90deg);
        width: 845px !important;
        height: auto !important;
        margin: 0px auto !important;
    }

    #modalPreviewWB .modal-dialog {
        width: 845px !important;
        height: auto !important;
    }
}*/

a:hover {
    text-decoration: none !important;
}

.fa-stack.SA {
    color: #333; 
    font-size: 22.5px;
    cursor: pointer;
}

.fa-stack.SA:hover {
    color: #232323 !important;
}


.delentry {
    font-size: 18px !important; 
    color: #808080; 
    cursor: pointer;
}

.delentry:hover {
    color: tomato; 

}

.alphabetSearch {
    font-size: 12px;
    margin-right: 4px;
    cursor: pointer;
    color: rgba(128, 128, 128, 0.9);
    font-weight: bold;
}

.alphabetSearch:hover {
    color: tomato;
    text-decoration: underline;
}

.searchDetUserinfo {
    margin-left: 60px;
    min-height: 38px;
    padding-top: 5px;
}

.searchDetUserinfo:hover {
    background-color: rgba(0,0,0,0.06);
    cursor: pointer;
}

.searchDetUser {
    margin-bottom: 6px;
}

.userFName2 {
    padding-top: 10px!important; 
    margin-top: 2px; 
    width: auto; 
    font-size: 1.75em; 
    font-family: inherit; 
    font-weight: 500; 
    line-height: 1.1;
}


a {
   background-color:transparent !important;
}

.pictureAttach {
    width: auto;
    height: auto;
    min-width: 80px;
    max-width: 253px;
    min-height: 80px;
    max-height: 253px;
    border: 2px dashed rgba(0,0,0,0.12);
    display: inline-block;
    background: url(http://localhost:49513/Images/camera-icon-gray.jpg) no-repeat;
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fff;
    color: black;
    padding: 2px;
    margin-top: 5px;
}

.pictureAttach:hover {
    background: url(http://localhost:49513/Images/plus-sign-icon.jpg) no-repeat;
    background-color: #fff;
}

.accntStat {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto; 
    height: auto; 
    background-color: #fff; 
    padding: 2px; 
    border-radius: 50%; 
    border: 1px solid #fff;
}

.search {
    background: #fff;
    /*display: flex;*/
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: none;
    width: 98%;
    border-radius: 24px;
    z-index: 3;
    height: 40px;
    margin: 0;
    font-size: 20px;
    /*text-align: center;*/
    flex: 1;
    padding: 2px 4px 0 0px;
    padding-left: 30px;
    padding-right: 80px;
    margin-top: 0px;
    /*opacity: 0.5;*/
    color: rgba(0,0,0,.87);
    box-shadow: 1px 4px 8px 2px rgba(0,0,0,0.12), 0 2px 4px 2px rgba(0,0,0,0.08);
    font-size: 13px;
}

.search:focus {
    outline: none;
}

.right-inner-addon i {
    position: absolute;
    right: 13.5px;
    padding: 10px 12px;
    pointer-events: visible;
   font-size: 19.8px;
   margin-bottom: 0px;
   height: auto;
   margin: 35px 18px 1px 1px;
   color: tomato;
   bottom: 51px;
   /*z-index: 4;*/
}

.hrTable {
    margin-top: 5px;
}

ul li::before {
  content: "";
  color: none;
  font-weight: bold;
  display: inline-block; 
  width: 3em;
  margin-left: -1em;
}

ul li:hover {
    color: rgb(21, 101, 192);
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}


.col-md-11-prof-main {
    border: 0px; 
    padding: 0px; 
    margin-left: 3%; 
    border-bottom: 1px solid rgba(128, 128, 128, 0.31); 
    padding-bottom: 10px;
}

.tdModal {
    padding: 4px !important;
    /*word-break: break-all;*/
}

select.input-sm {
    padding-top: 0px;
}

.tdButt {
    font-size: 24px;
    color: #808080;
}

.tdButt:hover {
    color: #008CBA;
}

.titlePrev {
    font-size: 13px;
}

.listSearch {
    min-height: 50px;
    background-color: #d4edda;
    /*opacity: 0.6;*/
    border-color: #c3e6cb;
    margin-top: 10px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

.listSearch:hover {
    background-color: #b2dba1;
    
}

.iconList {
    height: 100%; 
    display: inline-block; 
    text-align: center; 
    vertical-align: baseline; 
    padding: 0px; 
    padding-top: 15px;
}

.close1 {
    font-size: 16px;
    cursor: pointer;
}

.disabledButtColor {
    background-color: rgba(128, 128, 128, 0.5)!important;
}

.login .field-validation-error, .signup .field-validation-error{
    color: red !important;
    font-weight: bold;
}

.validation-summary-errors {
    /*color: #e80c4d;*/
    color: red !important;
    font-weight: bold;
    font-size: 1.1em;
}


.MenuSpan > a > span:hover {
     -webkit-text-stroke-color: #111 !important;
}

.MenuSpan > a > label:hover{
     color: #333 !important;
}

.ABIPolicyMenu{
    font-weight: normal;
    font-size: large;
    margin: 0 3px;
}
     
#PersonalAutoMenu:hover, #HomeOwnerMenu:hover {
    color: #29d8ea;
    cursor: pointer;
    font-weight: bold;
}

#PersonalAutoMenu:active {
    font-weight: bold;
    text-underline-position: below;
}

.SheetTypeMenu{
    font-size: medium;
    text-align: right;
    border: 1px solid lightgray;
    padding: 6px 10px;
    margin: 0 3px;
    background-color: rgba(0,0,0,0.08); 
}

.SheetTypeMenu:hover {
    font-weight: bold;
    color: #fff;
    background-color: #2c55c8;
    cursor: pointer;
}

.thABITables {
    background-color: RGBA(215, 223, 240, 1);
    border: 1px solid #fff;
    color: #333;
    text-align: center;
    vertical-align: top;
}

.thABITables2 {
    background-color: #fedcdc;
    border: 1px solid #fff;
    color: #333;
    text-align: center;
    vertical-align: top;
    padding: 0 5px !important;
}

.tdSheet{
    width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

.tdSheetBold{
    width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

.tdRenew{
    font-weight: bold;
}

.tdRenew:hover{
    cursor: pointer;
}

tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.15rem;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 12px;
  content: '-';
}
.accordion-toggle.collapsed .expand-button:after
{
    text-align: center;
  font-size: 12px;
  content: '+';
}

.focus, .selectPNum {
  background-color: #ff00ff;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}


.pageNumber {
  padding: 2px;
}

#FilterButton {
    font-size: 15px !important; 
    height: 25px; 
    background-color: #b4ff80;
    color: #fff; 
    padding: 4px;
}

#FilterButton:hover {
    cursor:pointer;
    background-color: #24e015;
}


.searchColumn{
    width: 150px;
    height: 30px;
}