.page-container {
    min-height: 95.3vh;
}
.client-result-holder {
    position: relative;
    padding-right: 20px;
}
.client-result {
    position: absolute;
    border: 1px solid #ddd;
    border-top: 0;
    list-style: none;
    padding-left: 0;
    width: 100%;
    z-index: 9999;
    max-height: 400px;
    overflow-y: scroll;
}
.client-result li {             
    padding: 7px 10px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.1s;
}
.client-result li:hover {
    background-color: #f5f5f5;
}
.pointer {
    cursor: pointer;
}
.center {
    text-align: center;
}
.color-black {
    color: #000 !important;
}
.text-login, .text-login a {
    color: #fff !important;
}
.quickorder-logo {
    max-width: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.client-list {
    list-style: none;
    padding: 0;
}
.client-list li {
    margin-bottom: 15px;
}
.client-list i {
    margin-left: 10px;
}
input[type=checkbox] {
    cursor: pointer;
}
.mg0i {
    margin: 0 !important;
}
.mgr5 {
    margin-right: 5px !important;
}
.mgl5 {
    margin-left: 5px !important;
}
#forwriter {
    display: none;
}
.ph-italic::placeholder {
    font-style: italic;
}
.mw-150 {
    max-width: 150px !important; 
}
.mw-250 {
    max-width: 250px !important; 
}
#commentbox .comments {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}                                            
#commentbox .comments p {
    margin: 0;
}
#commentbox .comments p.author {
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 3px;
}
#commentbox .comments p.msg {
    padding: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1;
}
#commentbox .comments p.datetime {
    line-height: 1.4;
    font-size: 12px;
    color: #999;
}
textarea[name=comment] {
    height: 70px;
}
.animate {
    transition: 0.3s;
}
#ratings .stars {
    cursor: pointer;
    font-size: 24px;
}
.formobile {
    display: none;
}
.fordesktop {
    display: block;
}
.navigation > li > a > p {
    margin: 0;
    padding-left: 31px;
    line-height: 1.3;
}
.login-container .row > .col-md-6{
	float:none !important;
}
.login-container .row > .col-md-6:nth-child(1) #registerform, .login-container .row > .col-md-6:nth-child(1) #form-panel{
	height: 100% !important;
}
.login-container .row > .col-md-6:nth-child(1) #registerform, .login-container .row > .col-md-6:nth-last-child(1){
	padding-bottom: 20px;
}
.login-container .row > .col-md-6:nth-last-child(1) #content-panel{
	height: 100% !important;
}
.partner-dashboard .navbar-inverse {
    background-image: linear-gradient(to right, #b02f07, #ff9800);
    border-color: #b02f07;
}
.partner-dashboard .sidebar {
    background-color: #733d3d;
}
.partner-dashboard .navigation > li.active > a, .partner-dashboard .navigation > li.active > a:hover, .partner-dashboard .navigation > li.active > a:focus {
    background-color: #ff9800;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.mgl-10 {
    margin-left: 10px !important;
}
.f-12 {
    font-size: 12px !important;
}
@media (max-width: 768px) {
    .formobile {
        display: block;
    }
    .fordesktop {
        display: none;
    }
    .panel-body .bottom-border {
        border-bottom: 2px solid #ccc;
        margin-bottom: 15px;
    }
    .panel-body .bottom-border:last-child {
        border-bottom: 0;
    }
}
@media (min-width: 1025px) {
    /* #form-panel,#content-panel {
        height: 801px;
    } */
    .login-container .row{
		display:flex;
	}
}
@media (max-width: 425px) {
    .period-col {
        width: 100%;
    }
}