* {
   /* overscroll-behavior: none;*/
}
body.modal-open {
    overflow: hidden;
}
/*for modal*/
/*body {
    
    overflow-x: hidden;
    overflow-y: scroll !important;
}*/
tr {
    position:relative;
    padding: 2px 5px;
}
td {
    position: relative;
}
td:nth-child(1) {
    padding-left: 5px;
}
.informationMark {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 5px;
    color: transparent;
    transition:all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.invoiceBody {
   /* max-height: 700px;*/
    overflow: auto;
}
.acceptedMark {
    background: green;
}
.declinedMark {
    background: red;
}
.requestedMark {
    background: grey;
}
tr:hover > td > .informationMark {
    width: 140px;
    color: rgba(200,200,200,.8);
    transition:all .3s;
    
}
/*
.background {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.bsu.edu/-/media/www/departmentalcontent/biology/images/christy%20woods/christy%20woods%20cover%20photo.jpg?h=406&w=1024&la=en&hash=D951D97AEE63EA5C1B67047D1985573151627A79") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
*/

.btn {
    padding: 6px 18px;
}

.content {
    display: none;
    /*min-width: 900px;*/
	width: 100%;
    /*margin-left: 25px;*/
    /*overflow: hidden;*/
}
.card {
	width: 100%;
}
.contentbox {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    font-size: 18px;
	min-width: 400px;
}

.contentHeader {
    font-size: 32px;
    /*min-width: 400px;*/
    border-bottom: 1px solid black;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	
}

.customerName {
    padding-top: 10px;
    font-size: 20px;
    text-align: Center;
}

.contentrow {
    height: 30px;
    font-size: 18px;
}

.discussionMessage.Admin {
    color: #0131bf;
    font-size: 18px;
}

.discussionMessage.Admin.messageString {
    width: auto;
    background-color: #84b7ea;
    padding: 5px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .78);
}

.discussionMessage.Customer {
    text-align: right;
}

.discussionMessage.Customer.messageString {
    width: auto;
    background-color: #c50909;
    padding: 5px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .78);
}

.emailContent {
    box-sizing: border-box;
    padding: 5px;
    background: white;
    border: 1px solid black;
    overflow-x: hidden;
}

.emailContent img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.f-10 {
    width: 10%;
}

.f-15 {
    width: 15%;
}

.f-20 {
    width: 20%;
}

.f-25 {
    width: 25%;
}

.f-35 {
    width: 35%;
}

.flexrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 {
    margin: 5px 10px;
}

.headmenu {
    border-bottom: 1px solid black;
}

input {
    /*min-width: 180px;*/
    padding: 5px;
    width: 100%;
    border: 1px solid rgba(170, 170, 170);
    border-radius: 3px;
}

.mainContainer {
    z-index: -1;
    width: 70%;
    /*height: 600px;*/
	margin: 20px auto;
}

.menubar {
	margin-right: 15px;
    width: 250px;
    float: left;
    height: 100%;
    box-shadow: 3px 2px 7px 0px black;
}

.messageString {
    display: inline;
    color: white;
    background: #2782e0;
    padding: 7px;
    border-radius: 9px;
}

.mobileShow {
    display: none;
}

.mobileNavbar {
    font-size: 22px;
    background-color: rgba(20, 20, 20, .7);
    color: white;
}

.mobileNavbar > div {
    /*width: 33%;*/
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobileNavbar > div:hover {
    color: red;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #0069d9;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #0069d9;
  cursor: pointer;
}
/*.modal-body {
    height: 80%;
    overflow: auto;
    background-color: rgba(226, 224, 224, 0.52);
}

.modal-content {
    height: 100%;
	padding-bottom: 20px;
}

.modal-dialog {
    height: 80%;
    width: 75%;
}

.modal-footer {
    height: 13%;
}

.modal-header {
    height: 7%;
}*/
.modal-dialog {
	max-width: 80%;
}
.name {
    font-size: 12px;
    color: black;
    margin-top: 10px;
    margin-bottom: 4px;
}

.navitem {
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    transition: all .3s ease;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}

.navitem:hover,
.contentrow:hover {
    background-color: rgba(0, 0, 0, .2);
    transition: all .3s ease;
    color: rgba(0, 0, 0, .78);
}

.subContainer {
    z-index: 100;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px black;
    padding: 15px;
    /*min-width: 375px;*/
    background-color: whitesmoke;
/*    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);*/
    overflow: hidden;
	margin-bottom: 20px;
}
.weddingLoginBox {
	/*width: 40%;*/
	width: 450px;
	margin: 0 auto;
}
.subContainer > div {
    box-sizing: border-box;
    padding: 8px 15px;
    /*min-width: 375px;*/
}

.tableHeader {
    font-weight: bold;
    font-size: 18px;
}

.weddingLoginBox > div {
    padding: 10px;
    width: 100%;
}

.weddingLoginBox > h1 {
    font-size: 28px;
    text-align: center;
    color: black;
    font-weight: 700;
}

.ToolTip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.ToolTip .tooltiptext {
    visibility: hidden;
    display: block;
    width: 200px;
    height: 165px;
    background-color: #555;
    white-space: pre-wrap;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 3px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ToolTip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ToolTip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.paid {
	padding-right: 10px;
}
.flexrow .attachment {
	display: none;
}
@media only screen and (max-width: 1000px) {
	.mainContainer {
		/*height: 580px;*/
		width: 98%;
	}
	.subContainer {
        /*max-width: 440px;*/
/*        min-height: 60%;
        max-height: 100%;*/
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        overflow: auto;
    }

    .f-35 {
        width: 25%;
    }

    .flexrow > .f-15:nth-child(2),
    .flexrow > .f-15:nth-child(4) {
        width: 20%;
        text-align: center;
    }

    .card {
        overflow: auto;
		width: 100%;
    }

    .content {
        min-width: 100%;
        width: 90%;
        margin: 0 auto;
        /*max-height: 500px;*/
		/*overflow: auto;*/
    }

    .contentHeader {
/*        padding-left: 3%;
        padding-right: 3%;*/
		font-size: 20px;
    }

    .weddingLoginBox > h1 {
        font-size: 2em;
        padding: .3em;
        font-weight: 700;
    }

    .weddingLoginBox > .flexrow {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .btn {
        font-size: 1em;
        width: 100%;
        margin-top: .5em;
        margin-bottom: 10px;
    }

    .mobileHide {
        display: none !important;
    }

    .mobileShow {
        display: block;
    }

    .menubar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start;
        margin-bottom: 100%;
    }

    .headmenu {
        width: 100%;
    }

    .navitem {
        width: 33%;
    }

    div.contentbox {
        padding: 0;
        margin: 0;
		width: 100%;
    }

    .modal-dialog {
		margin: 1.75rem auto !important;
    }
/*
    .modal-header {
        height: auto;
    }

    .modal-body {
        height: 65%;
    }

    .modal-footer {
        height: auto;
    }*/

    #threadBox > .emailContent > .flexrow {
        flex-flow: column;
    }

    .attachment {
        background: #efefef;
    }
	.payments-recieved-table tr {
		background-color: white;
	}
	table tr {
		background: white;
	}
	.modal-dialog {
		max-width: 95%;
	}
}

@media only screen and (max-width: 600px) {
    p.userSignature {
        display: flex;
        flex-direction: column;
    }
    p.userSignature > span {
        margin: 0 0 35px 0;
    }
}   

@media print {
	body.modal-open .modal { position: relative; }
	body.modal-open .printPolicy { display: none !important; }
	body.modal-open { overflow: auto; }
	body.modal-open .mainContainer { display: none; }
	body.modal-open #policyModal { padding: 0px !important; }
	body.modal-open #policyModal .modal-dialog { margin: 0px !important; width: 100%; min-width: 100%; max-width: 100%; }
	body.modal-open #policyModal .modal-header { display: none; }
	body.modal-open #contractModal { padding: 0px !important; }
	body.modal-open #contractModal .modal-dialog { margin: 0px !important; width: 100%; min-width: 100%; max-width: 100%; }
	body.modal-open #contractModal .modal-header { display: none; }
	body.modal-open .hideprinttray { display: none !important; } 
}