﻿.nopadding {
    padding: 0;
}

/*.dummy {
    margin-top: 100%;
}

.dummy-row2 {
    margin-top: 75%;
}*/

.card-title {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 22px;
}

.side-title {
    text-align: left;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.side-label {
    font-weight: unset;
}

.uk-card {
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
}

.uk-card-body {
    padding: 115px 75px;
    text-align: center;
    height: 300px;
    cursor: pointer;
    width: 300px;
    margin-top: 5px;
}

.col-lg-3 {
    /*width: 23.5%;*/
}

.col-lg-push-3 {
    left: 27.3%;
}

.uk-card-default {
    border-radius: 30px;
    background-image: linear-gradient(rgba(21,94,174,.5) 0%, rgba(21,94,174,.8) 25%, rgba(21,94,174,1) 50%, rgba(21,94,174,1) 75%, rgba(21,94,174,1) 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    margin-top: 20px;
}

.uk-card-default-ms {
    border-radius: 30px;
    background-image: linear-gradient(rgba(137,139,180,.5) 0%, rgba(137,139,180,.8) 25%, rgba(137,139,180,1) 50%, rgba(137,139,180,1) 75%, rgba(137,139,180,1) 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    margin-top: 20px;
}

/*.thumbnail {
    font-family:sans-serif;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    /*text-align:center;*/
    /*padding-top:calc(50% - 40px);*/
    /*background-color: #155eaef5; /*#efaa54;#073363;#14569ef5*/
   /* background-image: linear-gradient(rgba(21,94,174,.5) 0%, rgba(21,94,174,.8) 25%, rgba(21,94,174,1) 50%, rgba(21,94,174,1) 75%, rgba(21,94,174,1) 100%);
    border-radius: 30px;
    transition: .3s;
}*/

/*.thumbnail:hover {
    opacity: .8;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);    
}

.caption {
    color: black !important;
}

.caption-row2 {
    padding: 9px;
    color: white;
    text-align: center;
}*/

.link {
    color: white;
    cursor: pointer;
    /*text-decoration: underline;*/
}

hr {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  /*position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 4% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 5px solid #21427A/*#888*/;
  /*width: 50%; /* Could be more or less, depending on screen size */
  overflow-y: auto;
}

.edit-input {
    width: 100%;
    /*border-radius: 4px;*/
    border:none;
    border-bottom: 2px solid rgba(34,36,38,.15);/*rgba(21,94,174,.3);*/
    /*border-color: rgba(21,94,174,.3);/*rgba(34,36,38,.15);*/
}

.edit-input:focus, input[type=checkbox]:focus {
    outline: none;
}

.edit-input::placeholder {
    color: rgba(33, 66, 122, .5);/*rgba(21,94,174,.5);*/
}

.edit-input-dropdown {
    height:24px !important;
    padding:0 !important;
    border: none !important;
    border-bottom:2px solid rgba(34,36,38,.15) !important;
}

.edit-input-dropdown option { 
    color: black; 
}

.edit-input-dropdown option:first-child{
  color: rgba(33, 66, 122, .5);
}

.edit-label {
    color: #21427A/*rgb(40, 114, 195)*/ !important;
    font-weight: normal;
}

.edit-label-empty {
    color: white;
    font-weight: normal;
}

.link:hover {
    text-decoration: none;
    color: white;
}

.underline {
    position: relative;
}

.underline:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    /*margin: 0 15px;*/
    border-bottom: 2px solid white;
    transition: right 0.5s;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
    right: 0;
}

.contactuswithicon {
    position:relative;    
}

.contactuswithicon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    /*content: '\f879';*/
    content: '\f0e0';
    font-size: 210px;
    opacity: .2;
    left: 15%;
    position: absolute;
    top: -9px;
}

.statuswithicon {
    position: relative;
}

.statuswithicon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    content: '\f058';
    font-size: 180px;
    opacity: .2;
    left: 20%;
    position: absolute;
    top: 9px;
}

.accountwithicon {
    position: relative;
}

.accountwithicon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f155';
    font-size: 180px;
    opacity: .2;
    left: 35%;
    position: absolute;
    top: 9px;
}

.correspondencewithicon {
    position: relative;
}

.correspondencewithicon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    content: '\f15c';
    font-size: 180px;
    opacity: .2;
    left: 27%;
    position: absolute;
    top: 15px;
}

.blogwithicon {
    position: relative;
}

.blogwithicon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    content: '\f4ad';
    font-size: 180px;
    opacity: .2;
    left: 18%;
    position: absolute;
    top: -9px;
}

.calendarwithicon {
    position: relative;
}

.calendarwithicon::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    content: '\f073';
    font-size: 180px;
    opacity: .2;
    left: 23.5%;
    position: absolute;
    top: 17px;
}

.nav-button {
    background-color: transparent;
    border: none;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 15px;
    width: 100%;
    text-align: left;
}

.nav-button:focus {
    outline: none !important;
}

.fas.fa-phone {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #21427A;
}

.side-bar-mpr {
    background-color:#073363 !important
}

.side-bar-lit {
    background-color:#2a5d8f !important;
}

.side-bar-ms {
    background-color:#00205c !important;
}

.property-info-mpr {
    padding-top: 8px;
    padding-bottom: 11px;
    margin-top: 5px;
}

.property-info-ms {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
}

.property-info-lit {
    padding-top: 6px;
    padding-bottom: 13px;
    margin-top: 5px;
}

.contact-info-mpr {
    padding-top: 30px;
    padding-bottom: 8%;
	height: fit-content;
	box-sizing: border-box;
}

.contact-info-ms {
    padding-top: 3px;
    padding-bottom: 8%;
	height: fit-content;
	box-sizing: border-box;
}

.contact-info-lit {
	padding-top: 5%;
    padding-bottom: 8%;
	height: fit-content;
	box-sizing: border-box;
}

.main-padding-mpr {
    /*padding-bottom: 37px;*/
    height: 654px;
}

.main-padding-ms {
    /*padding-bottom: 44px;*/
    height: 660px;
}

.main-padding-lit {
    /*padding-bottom: 38px;*/
    height: 655px;
}

label {
    font-size: 13px;
}

h4.contact {
    color: #21427A;
    font-weight: bold;
    font-size: 24px;
    font-family: sans-serif;
    display:inline-block;
    margin-right:10px;
    margin-bottom:15px;
    margin-top:15px;
}

.ui-iggrid-deleteicon {
    top: unset;
    margin-left: -8px;
}

.error {
    background-color: #ffdede !important;
    color: #9f3a38 !important;
}

.uk-checkbox {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    margin-top: 0px !important;
}

.uk-checkbox:checked {
    background-color: #21427A !important;
}

.home-comp{
    margin:0px;
    overflow-wrap:normal;
    padding:10px;
    border-radius: 4px;
    border: 0.1em solid lightgray;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);
    /*background-color:white;*/
}

.container-home{
    /*background-color: white;*/
    /*float: none;*/
    /*margin:  5px auto 5% auto;*/
    padding: 15px 0px 15px 0px;
}

.container-top-row, .container-bottom-row{
    margin:0px;
    /*background-color:white;*/
}

.confirm {
    display:inline-block;
    width: 49%;
    vertical-align: top;
}

.ui.inverted.grey.button:hover {
    background-color: #767676;
    color: white !important;
}

.modal-contant {
    overflow-y: auto;
    /*overflow:auto;*/
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75% !important;
    border-radius: 5px !important;
    border: 0.1em solid blue;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1) !important;
    background-color: white !important;
    color: black !important;
}

/*#processingModal2 {
    top: 350px !important;
    font-size: 18px;
}*/

.ui.vertical.tabular.menu .active.item {
    background-color: whitesmoke;
}

.save-button-mpr {
    float:right;
    color:#ff9000 !important;
    background: 0 0 !important;
    box-shadow: 0 0 0 2px #ff9000 inset !important;
}

.save-button-mpr:hover {
    background-color: #ff9000 !important;
    color: white !important;
}

.save-button-lit {
    float:right;
    color:#00a88e !important;
    background: 0 0 !important;
    box-shadow: 0 0 0 2px #00a88e inset !important;
}

.save-button-lit:hover {
    background-color: #00a88e !important;
    color: white !important;
}

.save-button-ms {
    float: right;
    color: #898bb4 !important;
    background: 0 0 !important;
    box-shadow: 0 0 0 2px #898bb4 inset !important;
}

.save-button-ms:hover {
    background-color: #898bb4 !important;
    color: white !important;
}

.button-mpr {    
    background-color: #ff9000 !important;
}

.button-lit {
    background-color: #00a88e !important;
}

.button-ms {
    background-color: #21427A !important;
}

.account-balance-mpr {
    text-align: center;
    margin-top: -35px;
    background-color: #21427A;
    padding-top: 15px;
    padding-bottom:3px;
}

.account-balance-ms {
    text-align: center;
    background-color: #21427A;
    padding-top: 62px;
    padding-bottom: 47px;
}

.account-balance-lit {
    text-align: center;
    background-color: #21427A;
    padding-top: 38px;
    padding-bottom: 20px;
}

.ui.segment {
    margin-top: 0;
}

.nav-pills>li>a {
    border: 1px solid black;
    border-radius: 30px;
}

.nav>li>a {
    padding: 5px 15px;
    color: black;
}

.active-lit {
    color: white !important;
    background-color: #00a88e;
    border-color: #00a88e !important;
}

.active-lit:hover {
    background-color: #00a88e !important;
}

.active-mpr {
    color: white !important;
    background-color: #ff9000;
    border-color: #ff9000 !important;
}

.active-mpr:hover {
    background-color: #ff9000 !important;
}

.active-ms {
    color: white !important;
    background-color: #898bb4;
    border-color: #898bb4 !important;
}

.active-ms:hover {
    background-color: #898bb4 !important;
}

.header-docs {
    padding: 10px;
    /*border-top: 1px solid black;
    border-bottom: 1px solid black;*/
}

.item-docs {
    padding: 5px;
    font-size: 16px;
}

.date-container {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 90px !important;
    margin-top: 7px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-left: 10px;
}

.date-start-month {
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 3px;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.date-start-month-lit {
    background-color: #00a88e;
}

.date-start-month-ms {
    background-color: #898bb4;
}

.date-start-month-mpr {
    background-color: #ff9000;
}

.date-start-day {
    font-size: 32px;
    vertical-align: top;
    line-height: 1;
    padding: 10px;
}

#calendarDiv::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#calendarDiv hr {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.status-info-lit {
    background-color: #2a5d8f !important;
    box-shadow: 0 0 0 1px #2a5d8f inset !important;
}

.status-info-mpr {
    background-color: #073363 !important;
    box-shadow: 0 0 0 1px #073363 inset !important;
}

.status-info-ms {
    background-color: #00205c !important;
    box-shadow: 0 0 0 1px #00205c inset !important;
}

::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cccccc; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #cccccc; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey; 
}

.tax-year-lit {
    background-color: #00a88e !important;
}

.tax-year-ms {
    background-color: #898bb4 !important;
}

.tax-year-mpr {
    background-color: #ff9000 !important;
}

.doc-container {
    max-height: 280px;
    overflow-y: auto;
}

#sideNav {
    display: none;
}

#welcomeDiv {
    margin-top: 0;
}

#statusCard {
    padding-top: 135px;
}

#accountCard {
    padding: 65px 56px;
}

#correspondenceCard {
    padding-left: 7px;
    padding-top: 117.5px;
}

#calendarCard {
    padding-top: 132px;
    padding-left: 72px;
}

#contactusCard {
    padding-top: 135px;
}

#bottomRow {
    margin-bottom: 15px;
}

.edit-title {
    width: unset;
}

.edit-state {
    width: unset;
}

.edit-zip {
    width: unset;
}

@media (max-width: 568px){
    #sideNav {
        display: inline-block !important;
    }
    .smallCardDiv {
        width: 100%;
    }
}

@media (max-width: 668px){
    #sideNav {
        display: inline-block !important;
    }
    .contactusDiv {
        width: 90%;
    }
	
	.account-balance-mpr {
        margin-top: 13px;
    }
}

@media (min-width:668px) {
    #sideNav {
        display: inline-block !important;
    }
	
	.account-balance-mpr {
        margin-top: 18px;
    }

    .uk-card-body {
        height: 300px;
        width: 300px;
    }

    #bottomRow {
        margin-bottom: 15px;
    }

    #welcomeDiv {
        margin-top: 0;
        padding-top: 10px;
    }

    #statusCard {
        padding-top:135px;
    }

    .statuswithicon::before {
        left: 20%;
        top: 9px;
    }

    #accountCard {
        padding: 60px 53px;
    }

    .accountwithicon::before {
        left: 35%;
        top: 9px;
    }

    #correspondenceCard {
        padding-left: 7px;
    }

    .correspondencewithicon::before {
        left: 27%;
        top: 15px;
    }

    #calendarCard {
        padding-top: 132px;
        padding-left: 72px;
    }

    .calendarwithicon::before {
        left: 23.5%;
        top: 17px;
    }

    #contactusCard {
        padding-top: 135px;
    }

    .contactuswithicon::before {
        left: 15%;
        top: -9px;
    }

    .edit-title {
        width: unset;
    }

    .edit-state {
        width: unset;
    }

    .edit-zip {
        width: unset;
    }
	
	.modal-dialog {
        width: 100%;
    }
}

@media (min-width:768px) {/*sm*/
    .account-balance-mpr {
        margin-top: 27px;
    }
	
	#sideBar {
        display: inline-block;
    }

    #bottomRow {
        margin-bottom: 15px;
    }

    #welcomeDiv {
        margin-top: 0;
        padding-top: 10px;
    }

    #statusCard {
        padding-top:135px;
    }

    .statuswithicon::before {
        left: 20%;
        top: 9px;
    }

    #accountCard {
        padding: 60px 56px;
    }

    .accountwithicon::before {
        left: 35%;
        top: 9px;
    }

    #correspondenceCard {
        padding-left: 7px;
    }

    .correspondencewithicon::before {
        left: 27%;
        top: 15px;
    }

    #calendarCard {
        padding-top: 132px;
        padding-left: 72px;
    }

    .calendarwithicon::before {
        left: 23.5%;
        top: 17px;
    }

    #contactusCard {
        padding-top: 135px;
    }

    .contactuswithicon::before {
        left: 15%;
        top: -9px;
    }

    .modal-dialog {
        width: 100%;
    }

    .edit-title {
        width: unset;
    }

    .edit-state {
        width: unset;
    }

    .edit-zip {
        width: unset;
    }
}

@media (min-width: 868px) {
    .uk-card-body {
        width: 230px;
        height: 230px;
    }
	
	.account-balance-mpr {
        margin-top: 45px;
    }

    #sideNav {
        display: inline-block;
    }

    #statusCard {
        padding-top: 105px;
        padding-left: 54px;
        padding-right: 50px;
    }

    .statuswithicon::before {
        left: 12%;
        top: -20px;
    }

    #accountCard {
        padding: 30px 56px;
    }

    .accountwithicon::before {
        left: 27%;
        top: -20px;
    }

    #correspondenceCard {
        padding-left: 7px;
        padding-top: 85.5px;
    }

    .correspondencewithicon::before {
        left: 22%;
        top: -20px;
    }

    #calendarCard {
        padding-top: 88px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .calendarwithicon::before {
        left: 16%;
        top: -20px;
    }

    #contactusCard {
        padding-top: 105px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .contactuswithicon::before {
        left: 5%;
        top: -40px;
    }

    #topRow {
        left: 5%;
    }

    #bottomRow {
        left: 20%;
    }

    .edit-title {
        width: unset;
    }

    .edit-state {
        width: unset;
    }

    .edit-zip {
        width: unset;
    }
	
	.modal-dialog {
        width: 50%;
    }
}

@media (min-width: 992px) {/*md*/
    .uk-card-body {
        height: 230px;
        width: 230px;
    }
	
	.account-balance-mpr {
        margin-top: 45px;
    }

    #welcomeDiv {
        margin-top: 10px;
    }

    #sideBar {
        width: 21%;
    }

    #topRow {
        left: 2%;
    }

    #bottomRow {
        left: 17.5%;
    }

    .contact-info-mpr {
        padding-top: 0;
        padding-bottom: 2%;
        height:fit-content
    }

    #sideNav {
        padding-top: 0px;
        display: inline-block;
    }

    #statusCard {
        padding-top:115px;
    }

    .statuswithicon::before {
        left: 15%;
        top: -9px;
    }

    #accountCard {
        padding: 45px 26px;
    }

    .accountwithicon::before {
        left: 31%;
        top: -9px;
    }

    #correspondenceCard {
        padding-left: 10px;
        padding-top: 95.5px;
    }

    .correspondencewithicon::before {
        left: 24%;
        top: -9px;
    }

    #calendarCard {
        padding-top: 108px;
        padding-left: 65px;
    }

    .calendarwithicon::before {
        left: 19%;
        top: -9px;
    }

    #contactusCard {
        padding-top: 115px;
    }

    .contactuswithicon::before {
        left: 9%;
        top: -30px;
    }

    .edit-title {
        width: unset;
    }

    .edit-state {
        width: unset;
    }

    .edit-zip {
        width: unset;
    }
	
	.modal-dialog {
        width: 50%;
    }
}

@media (min-width:1000px) {
    .contact-info-mpr {
        padding-top: 15px;
        padding-bottom: 7%;
        height: fit-content;
    }
	
	#currentBalance {        
        width: 19%;
    }

    .account-balance-mpr {
        margin-top: -35px;
    }

    .uk-card-body {
        height: 250px;
        width: 250px;
    }

    .uk-card-default {
        margin-top: 10px;
    }

    #welcomeDiv {
        margin-top: 10px;
        width: 79%;
    }

    .main-padding-mpr {
        width: 79%;
        height: 608px;
    }

    .main-padding-ms {
        width: 79%;
        height: 660px;
    }

    .main-padding-lit {
        width: 79%;
        height: 655px;
    }

    #sideNav {
        padding-top: 10px;
        display: inline-block;
    }

    #statusCard {
        /*padding-top:115px;*/
    }

    .statuswithicon::before {
        left: 15%;
        top: -9px;
    }

    #accountCard {
        padding: 45px 26px;
    }

    .accountwithicon::before {
        left: 31%;
        top: -9px;
    }

    #correspondenceCard {
        padding-left: 10px;
        padding-top: 95.5px;
    }

    .correspondencewithicon::before {
        left: 24%;
        top: -9px;
    }

    #calendarCard {
        padding-top: 108px;
        padding-left: 65px;
    }

    .calendarwithicon::before {
        left: 19%;
        top: -9px;
    }

    #contactusCard {
        padding-top: 115px;
    }

    .contactuswithicon::before {
        left: 9%;
        top: -30px;
    }

    .edit-title {
        width: 14%;
    }

    .edit-state {
        width: 12.5%;
    }

    .edit-zip {
        width: 13%;
    }
	
	.modal-dialog {
        width: 50%;
    }
}

@media (min-width:1200px) {/*lg*/
    .uk-card-body {
        height: 250px;
        width: 250px;
        margin-top: 20px;
    }
	
	#currentBalance {
		width: 16.66667%;
	}

    #welcomeDiv {
        margin-top: 10px;
    }

    #sideBar {
        width: 16%;
    }

    .main-padding-mpr {
        height: 645px;
    }

    .main-padding-ms {
        height: 660px;
    }

    .main-padding-lit {
        height: 655px;
    }

    #sideNav {
        padding-top: 20px;
        display: inline-block;
    }

    .contact-info-mpr {
        padding-bottom: 27%;
        height: 261px;
    }

    .contact-info-ms {
        padding-bottom: 23%;
        height: 265.5px;
    }

    .contact-info-lit {
        padding-bottom: 12%;
        height: 262px;
    }

    #topRow {
        left: 15.02%;
    }

    #bottomRow {
        left: 27.3%;
    }

    #statusCard {
        /*padding-top:115px;*/
    }

    .statuswithicon::before {
        left: 15%;
        top: -9px;
    }

    #accountCard {
        padding: 40px 50px;
    }

    .accountwithicon::before {
        left: 31%;
        top: -9px;
    }

    #correspondenceCard {
        padding-left: 10px;
        padding-top: 95.5px;
    }

    .correspondencewithicon::before {
        left: 24%;
        top: -9px;
    }

    #calendarCard {
        padding-top: 108px;
        padding-left: 48px;
    }

    .calendarwithicon::before {
        left: 18%;
        top: -9px;
    }

    #contactusCard {
        padding-top: 115px;
    }

    .contactuswithicon::before {
        left: 8%;
        top: -30px;
    }

    .edit-title {
        width: 14%;
    }

    .edit-state {
        width: 12.5%;
    }

    .edit-zip {
        width: 13%;
    }
	
	.modal-dialog {
        width: 50%;
    }
}