/* .site-navbar-small .site-navbar .navbar-brand {
	height: 6rem;
	padding: 1.4rem 1.429rem;
} */
.site-navbar-small .site-navbar {
	height: 6rem;
	min-height: 4.286rem;
}

.site-navbar-small .site-menubar {
	top: 6rem;
	height: calc(100% - 6rem);
}
.site-navbar {
    height: 6rem;
    min-height: 4.286rem;
}
.navbar-brand, .site-navbar-small .site-navbar .navbar-brand {
	height: 6rem;
	padding: 1.4rem 1.429rem;
}
.site-menubar-unfold .site-menubar {
    top: 6rem;
    /* padding-top: 1.5rem; */
}
/* .site-menubar-unfold .site-menubar-footer {
    display: none; 
} */
.navbar-brand-logo {
    height: 55px;
}
.media-body visit, .media-body city{
    font-size: 0.86em;
    font-weight: 400;
    color: #474d93;
    width: 100%;
    float: left;
    margin-bottom: 2px;
}
.media-body sites{
    font-size: 0.86em;
    font-weight: 400;
    color: #f18f1d;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.border-bottom {
    border-bottom: 2px solid #dfdfdf !important;
}
.mm-panels{
    top: 20px !important;
}
.mm-navbar > a{
    color: #fff !important;
}
.page-header{    
  /* margin-top: 1.4rem !important; */
}

/* To do list */

#toDo-list {
    height: calc(100% - 30px);
  }

#toDo-list .wb-plus {
color: #76838f;
}

#toDo-list .list-group {
    margin: 0;
  }

  #toDo-list .list-group-item {
    padding: 20px 0 50px;
    margin-bottom: 0;
    border: none;
      border-bottom-width: medium;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }

  #toDo-list .list-group-item .checkbox-custom {
    margin: 0;
  }

  #toDo-list .list-group-item .checkbox-custom input:checked + label {
    text-decoration: line-through;
  }
  #toDo-list .list-group-item .checkbox-custom label {
    padding-left: 20px;
    padding-bottom: 2px;
  }

  #toDo-list .item-due-date {
    float: left;
  }

  #toDo-list .list-group-item {
    cursor: pointer;
  }

  #toDo-list .item-members {
    float: right;
    padding: 0;
    margin-top: 4px;
    text-align: right;
    white-space: normal;
    list-style-type: none;
  }
  
  /* #toDo-list .item-members {
    text-align: right;
    white-space: normal;
    list-style-type: none;
  } */
  #toDo-list .item-members li button {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  #toDo-list .item-due-date span {
    line-height: 34px;
    margin-left: 44px;
  }

  #toDo-list .item-members li {
    float: left;
    position: relative;
    margin-left: 10px;
  }

  h4.form-title {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 11px;
  }
/* hide & show on dropdown */
.box{
    display: none;
}

.table-heading{
  padding: 0 12px 15px;    
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1889cc;
  border-bottom: 1px solid #e4eaec;
}

/* workaround */
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

/* .page-aside{
	width: 75px;
} */

/* test  */
navbar {
  float: left;
	position: relative;
	top: 0;
  left: 0;
	background: transparent;
}

navbar ul {
	text-align: center;
  list-style-type: none;
  padding: 0px;
}

navbar ul li {
	position: relative;
  width: 70px;
  cursor: pointer;
	background: crimson;
	text-transform: uppercase;
	transition:all .4s ease-out;
}

navbar ul li:after {
	position: absolute;
	background: white;
	color: crimson;
	top:0;
	left: 70px;
	width: 70px; height: 100%;
  opacity:.5;
  transform: perspective(400px) rotateY(90deg);
	transform-origin: 0 100%;
	transition:all .4s ease-out;
}

navbar ul li:nth-child(1):after { 
	content: "Home";
	line-height: 88px;
}
navbar ul li:nth-child(2):after { 
	content: "Quotation";
	line-height: 88px;
}
navbar ul li:nth-child(3):after { 
	content: "GenerateCall";
	line-height: 85px;
}
navbar ul li:nth-child(4):after { 
	content: "Say hi";
	line-height: 70px;
}

navbar ul li:hover {
	transform: translateX(-70px);
}

navbar ul li:hover:after {
  opacity: 1;
	transform: perspective(400px) rotateY(0deg) scale(1) ;
}


navbar ul li > div {
	display: inline-block;
	padding: 25px 0;
	background: transparent;
}

navbar ul li div { position: relative; }

.roof {
	width: 0;
	height: 0;
	top:2px;
	border-style: solid;
	border-width: 0 21px 15px 21px;
	border-color: transparent transparent #ffffff transparent;
}

.roof-edge {
	position: absolute;
	z-index: 20;
	left: -17px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17px 12px 17px;
	border-color: transparent transparent crimson transparent;
}
/*white triangle over red triangle*/
.roof-edge:after {
	position: absolute;
	left: -14.5px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14.5px 10px 14.5px;
	border-color: transparent transparent white transparent;
}

.front {
	position: relative;
	top: 3px;
	width: 28.5px;
	height: 20px;
	margin: 0 auto;
	background: white;
}
/*door*/
.front:after {
	position: absolute;
	background: crimson;
	width: 11px;
	height: 13px;
	bottom: 0;
	left:9px;
}

/*/// About me ////*/

.head {
	width: 32px;
	height: 35px;
	background: white;
	border-radius:8px;
}
/*mouth*/
.head:after {
	width: 4px;
	height: 10px;
	background: white;
	position: absolute;
	border-radius:4px 0 0 4px;
	top:21px;
	left: 14px;
	transform:rotate(270deg);
}

.eyes {
	width: 8px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 5px;
	background: crimson;
}
/*right eye*/
.eyes:after {
	width: 8px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 14px;
	background: crimson;
}

.beard {
	width: 32px;
	height: 17px;
	background: crimson;
	border:2px solid white;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius:0 0 8px 8px;
}
/*nose*/
.beard:after {
	position: absolute;
	top:-2px;
	left: 11px;
	background: white;
	width:6px;
	height: 4px;
	border-left:1px solid crimson;
	border-right:1px solid crimson;
}

/*//work//*/

.paper {
	position: relative;
	height:32px;
	width: 29px;
	background: white;
	border:2px solid white;
}

/*window*/
.paper:after {
	position: absolute;
	top:1px;
	left: 0;
	width: 25px;
	height: 29px;
	background: white;
	border-top:4px solid crimson;
}

.lines {
	position: absolute;
	top: 36px;
	left: 5px;
	width: 11px;
	box-shadow: 0 0 0 1px crimson;
}

.lines:after {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 14px;
	box-shadow: 0 0 0 1px crimson;
}

.lines:nth-child(2) {
	position: absolute;
	top: 44px;
	left: 8px;
	width: 11px;
}

.lines:nth-child(2):after {
	position: absolute;
	top: 4px;
	left: -3px;
	width: 11px;
}

.lines:nth-child(3) {
	position: absolute;
	top: 52px;
	left: 8px;
	width: 14px;
}

.lines:nth-child(3):after {
	display: none;
}

/*//mail //*/

.mail-base {
	position: relative;
	width: 32px;
	height: 18px;
	background: white;
}

.mail-top {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	transform: rotate(180deg);
	border-style: solid;
	border-width: 0 16px 11px 16px;
	border-color: transparent transparent crimson transparent;
}

.mail-top:after {
	position: absolute;
	z-index: 20;
	left: -16px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 9px 16px;
	border-color: transparent transparent white transparent;
}

/* sticky icons */
  .sticky-icon  {
	z-index:1;
	position:fixed;
	top:13%;
	right:0%;
	width:180px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(125px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:6px;
	font-size:14px;
	transition:all 0.4s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	

.blue  {
	background-color:#2C80D3;
	color:#FFF;}
	
.red  {
	background-color:#e1252d;
	color:#FFF;}
	
.sticky-icon a i {
	background-color:#FFF;
	height:35px;
	width:35px;
	color:#000;
	text-align:center;
	line-height:38px;
	border-radius:50%;
	margin-right:9px;
	transition:all 0.5s;
	font-size: 1.2rem;
}	

.sticky-icon a span{
	position: relative;
  	top: -3px;
	left: 3px;
}

.element{
	display: none;
}

.box-shadow {
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

.card-block .box-title {	
	font-weight: 400;
	/* line-height: 30px; */
	font-size: 18px;
  	color: #76838f;
	margin: 0px;
	text-transform: capitalize;
	text-align: center;
	height: 35px;
}

.height-150{
	height: 155px;
}

.card a {
	transition: all ease-in-out 0.4s;
	color: #76838f;
}

.card a:hover {
	/* transform: scale(1.04); */
	transform: translate(0, -20px);
}

.list-inline {
    padding-left: 0;
    margin-top: 15px;
    list-style: none;
}

.ms-auto {
    margin-left: auto !important;
}

.list-inline .counter {
    font-size: 24px;
    font-weight: 400;
}

hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
}

.icon-shadow{
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	border-radius: 0;
}


/* multi-select */
.sl {
color: #444;
width: 235px; }

.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 5px 0 0 0;
	width: 100%;
	padding: 10px 0;
	border: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) }

.multiselect-container .input-group {
	margin: 5px; }

.multiselect-container > li {
	padding: 0;
	font-size: 14px; }

.multiselect-container > li > a.multiselect-all label {
	font-weight: 500;
	color: #37474f; }

.multiselect-container > li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
	cursor: pointer; }

.multiselect-container > li > a {
	padding: 5px 0;
	color: #37474f;
	display: block; }

.multiselect-container > li > a:hover {
	padding: 5px 0;
	color: #37474f;
	display: block; 
	background-color: #e6e6e6;
}


.multiselect-container > .active > a,  .multiselect-container > .active > a:focus {
	background-color: #1889cc;
	color: #FFF;
	text-decoration: none;
  	outline: 0;
}

.multiselect-container > li > a > label {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1rem;
	/* font-weight: 500; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
	.multiselect-container > li > a > label:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background-color: transparent;
	margin-right: 15px;
	vertical-align: middle; }

.multiselect-container > li.active > a > label:before {
	font-family: "fire-systems" !important;
	content: "\31";
	color: #fff;
	background-color: #52de97;
	border: 0;
	display: inline-block;
	padding: 0;
	line-height: 1.2;
	padding: 2px 0 0 3px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
	margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0; }

.btn-groups > .btn-groups:nth-child(2) > .multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0; }

.btn-groups:not(:first-child) {
	height: 36px;
	width: calc(100% - 10px); 
	position: relative;
	display: -webkit-inline-grid;
	display: -ms-inline-grid;
	display: inline-grid;
	vertical-align: middle;
}
	.btn-groups button {
	border-radius: 4px;
	background: #fff;
	border-color: #d6dcdd;
	-webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	padding: 0 10px;
	text-align: left;
	font-size: 1rem;
	position: relative; }
	.btn-groups button:after {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #a3afb7; 
		
	}
	.btn-groups button:focus {
		-webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
		-moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
		box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
		padding: 0 10px; }

/* manage diary */

.aside-mt{
	margin-top: 10rem;
}

.diary-btn {
	/* color: #76838f;
  background-color: #e4eaec;
  border-color: #e4eaec;
  box-shadow: none;
  box-shadow: none; */
	margin: 5px 3px;
}

/*.diary-btn:hover, .diary-btn.hover, .diary-btn:focus, .diary-btn.focus {
	color: #FFF;
	background-color: #1889cc;
	border-color: #1889cc;
	box-shadow: none;
  }

.diary-btn[disabled] {
  color: #fff;
  background-color: #519fce;
  border-color: #519fce;
}*/

/* .fc-title::before {
    font-family: "fire-systems";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    padding: 0 8px;
    text-decoration: inherit;
    content: "\61";
} */



/* profile pic upload */
.picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.picture{
    width: 160px;
    height: 160px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.picture:hover{
    border-color: #F09021;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.picture-src{
    width: 100%;    
	height: 100%;
}

.text-default{
	font-size: 1rem;
	color: #37474f;
}

.nav-tabs-horizontal .nav-link:hover {
    background-color: #1889cc !important;
    color: white !important;
  }

.ws-break {
    white-space: break-spaces !important;
}
.h-250{
	height: 250px !important;
}

/* show/hide password */
.field-icon {
	float: right;
	margin-right: 10px;
	margin-top: -25px;
	position: relative;
  }

/* Forgot password */

.main{
	height: 504px !important;
	overflow: hidden;
}
#chk{
	display: none;
}
.signup{
	position: relative;
	width:100%;
	height: 100%;
}
	.signup label, .login label {
		color: #37474f;
		font-size: 1.8em;
		justify-content: center;
		display: flex;
		font-weight: 500;
		cursor: pointer;
		transition: .5s ease-in-out;
		margin-top: 15px;
	}

	.signup input, .login input {
		justify-content: center;
		display: flex;
		margin: 20px auto 0;
		padding: 12px;
	}

	.signup button, .login button {
		height: 40px;
	}

.login {
	height: 400px;
	background: #e9e9e9;
	/*border-radius: 10% 10% 0 0;*/
	transform: translateY(-70px);
	transition: .8s ease-in-out;
	padding-top: 3px;
}

	.login label {
		color: #37474f;
		transform: scale(.6);
	}

#chk:checked ~ .login {
	transform: translateY(-450px);
}

	#chk:checked ~ .login label {
		transform: scale(1);
	}

#chk:checked ~ .signup label {
	transform: scale(.6);
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#button {
	display: inline-block;
	background-color: #1889cca6;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: .5s ease;
}

	#button::after {
		content: "\2f";
		font-family: "fire-systems";
		font-weight: normal;
		font-style: normal;
		font-size: 2em;
		line-height: 50px;
		color: #fff;
	}

	#button:hover {
		cursor: pointer;
		background-color: #333;
	}

	#button:active {
		background-color: #555;
	}

	#button.show {
		opacity: 1;
		visibility: visible;
	}

.bounce {
	animation: bounce 1s ease infinite;
	animation-iteration-count: 2;
	animation-delay: 2s;
}

@keyframes bounce {
	30% {
		transform: scale(1.2);
	}

	40%, 60% {
		transform: rotate(-20deg) scale(1.2);
	}

	50% {
		transform: rotate(20deg) scale(1.2);
	}

	70% {
		transform: rotate(0deg) scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}
/* diary buttons */
.nav-quick .nav-link {
	color: #333;
}

.btn-purple, .bg-purple {
	color: #333;
	background-color: #BEADFA;
	border-color: #BEADFA;
	box-shadow: none;
}

	.btn-purple:hover, .btn-purple.hover, .btn-purple:focus, .btn-purple.focus,
	.bg-purple:hover, .bg-purple.hover, .bg-purple:focus, .bg-purple.focus {
		color: #333;
		background-color: #D0BFFF !important;
		border-color: #D0BFFF;
		box-shadow: none;
	}

	.btn-purple[disabled] {
		color: #333;
		background-color: #DFCCFB;
		border-color: #DFCCFB;
	}

.btn-green {
	color: #333;
	background-color: #B0EBB4;
	border-color: #B0EBB4;
	box-shadow: none;
}

	.btn-green:hover, .btn-green.hover, .btn-green:focus, .btn-green.focus {
		color: #333;
		background-color: #BFF6C3;
		border-color: #BFF6C3;
		box-shadow: none;
	}

	.btn-green[disabled] {
		color: #333;
		background-color: #c0e6c2;
		border-color: #c0e6c2;
	}

.btn-orange {
	color: #333;
	background-color: #FFBE98;
	border-color: #FFBE98;
	box-shadow: none;
}

	.btn-orange:hover, .btn-orange.hover, .btn-orange:focus, .btn-orange.focus {
		color: #333;
		background-color: #fdcaad;
		border-color: #fdcaad;
		box-shadow: none;
	}

	.btn-orange[disabled] {
		color: #333;
		background-color: #f7d5c3;
		border-color: #FEECE2;
	}

.btn-blue, .bg-blue {
	color: #333;
	background-color: #99cffb;
	border-color: #99cffb;
	box-shadow: none;
}

	.btn-blue:hover, .btn-blue.hover, .btn-blue:focus, .btn-blue.focus,
	.bg-blue:hover, .bg-blue.hover, .bg-blue:focus, .bg-blue.focus {
		color: #333;
		background-color: #bbdefb;
		border-color: #bbdefb;
		box-shadow: none;
	}

	.btn-blue[disabled] {
		color: #333;
		background-color: #badcf7;
		border-color: #c5e3fb;
	}

.btn-brown {
	color: #333;
	background-color: #D0B8A8;
	border-color: #D0B8A8;
	box-shadow: none;
}

	.btn-brown:hover, .btn-brown.hover, .btn-brown:focus, .btn-brown.focus {
		color: #333;
		background-color: #DFD3C3;
		border-color: #DFD3C3;
		box-shadow: none;
	}

	.btn-brown[disabled] {
		color: #333;
		background-color: #f8dfc5;
		border-color: #F8EDE3;
	}

.btn-yellow {
	color: #333;
	background-color: #FFD966;
	border-color: #FFD966;
	box-shadow: none;
}

	.btn-yellow:hover, .btn-yellow.hover, .btn-yellow:focus, .btn-yellow.focus {
		color: #333;
		background-color: #fde292;
		border-color: #fde292;
		box-shadow: none;
	}

	.btn-yellow[disabled] {
		color: #333;
		background-color: #fce7a5;
		border-color: #fde292;
	}

.btn-fountain {
	color: #333;
	background-color: #54BAB9;
	border-color: #54BAB9;
	box-shadow: none;
}

	.btn-fountain:hover, .btn-fountain.hover, .btn-fountain:focus, .btn-fountain.focus {
		color: #333;
		background-color: #6cd5d3;
		border-color: #6cd5d3;
		box-shadow: none;
	}

	.btn-fountain[disabled] {
		color: #333;
		background-color: #78eeec;
		border-color: #78eeec;
	}

.btn-rose {
	color: #333;
	background-color: #D37676;
	border-color: #D37676;
	box-shadow: none;
}

	.btn-rose:hover, .btn-rose.hover, .btn-rose:focus, .btn-rose.focus {
		color: #333;
		background-color: #f28d8d;
		border-color: #f28d8d;
		box-shadow: none;
	}

	.btn-rose[disabled] {
		color: #333;
		background-color: #fda5a5;
		border-color: #fda5a5;
	}

.cabinet-search{
	position: relative;
	top: 40%;
	width: 100%;
	/* display: block ruby; */
}

@media (max-width: 767.98px) {
	.cabinet-search{
		right: 0;
	}
}

.nav-quick .nav-item {
border: 1px solid #d6dcdd;
  margin-right: 13px;
  border-radius: 5px;
}

.z-99{
	z-index: 99;
}

.pt-md-0 {
    padding-top: 0; }

.pt-sm-25 {
	padding-top: 25px;
}

.heading-blue a {
	color: #333;
	background-color: #99cffb;
	border-color: #99cffb;
	box-shadow: none;
}

.heading-blue a:hover, .heading-blue a:focus {
	color: #333 !important;
	background-color: #bbdefb;
	border-color: #bbdefb;
	box-shadow: none;
}

.pl-18 {
	padding-left: 18px !important;
}

.bg-gray {
	background-color: #ececec;
}

.bg-lightBlue {
	background-color: #bfe4ff;
}

.diary-site {
	width: 100%;
	display: block;
}

	.diary-site label {
		width: 100%;
		font-weight: 600;
		float: left;
		margin-bottom: 0;
	}

	.diary-site disc {
		width: 100%;
		float: left;
	}

.sticky-diary-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	z-index: 6;
	background-color: white;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	transition: all 0.2s ease-in-out 0s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: slideInDown;
}


/* diary fix button */
.diary-header {
	position: relative;
	top: 0;
}

.diary-nav-bar {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	/* background: darkcyan; */
	/* transition: background .5s; */
	transition: all 930ms ease-out;
}

.fixed {
	position: fixed;
	/* width: 100%; */
	top: 80px;
	background: #f1f4f5;
	z-index: 9;
	padding: 20px 0;
}

@media (max-width: 767.98px) {
	.fixed {
		position: relative;
		top: 0px;
	}
}