.default-style .sidenav .app-brand.demo {

  height: 66px;

}



.material-style .sidenav .app-brand.demo {

  height: 70px;

}



.form-body .f-box{
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}



.app-brand-logo.demo {

  display: -ms-flexbox;

  display: flex;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: center;

      justify-content: center;

}



.app-brand-logo.demo svg {

  width: 20px;

  height: 11px;

}



.app-brand-text.demo {

  font-size: 1.1rem;

}



.layout-1 .layout-sidenav .app-brand.demo,

.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,

.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {

  display: none;

}



.layout-1 .layout-navbar .app-brand.demo,

.layout-reversed .layout-2 .layout-navbar .app-brand.demo {

  display: -ms-flexbox !important;

  display: flex !important;

}



.layout-1 .layout-navbar .layout-sidenav-toggle,

.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,

.layout-offcanvas .layout-navbar .layout-sidenav-toggle,

.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {

  display: block !important;

}



@media (min-width: 992px) {

  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,

  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {

    display: none;

  }

}



/* *****************************************************************************

 * Navbar

 */



.demo-navbar-messages .dropdown-toggle,

.demo-navbar-notifications .dropdown-toggle,

.demo-navbar-user .dropdown-toggle,

.demo-navbar-messages.b-nav-dropdown .nav-link,

.demo-navbar-notifications.b-nav-dropdown .nav-link,

.demo-navbar-user.b-nav-dropdown .nav-link {

  white-space: nowrap;

}



.demo-navbar-messages .dropdown-menu,

.demo-navbar-notifications .dropdown-menu {

  overflow: hidden;

  padding: 0;

}



@media (min-width: 992px) {

  .demo-navbar-messages .dropdown-menu,

  .demo-navbar-notifications .dropdown-menu {

    margin-top: .5rem;

    width: 22rem;

  }



  .demo-navbar-user .dropdown-menu {

    margin-top: .25rem;

  }

}





/* *****************************************************************************

 * Content

 */



.demo-vertical-spacing > * + * {

  margin-top: 1.875rem !important;

  margin-bottom: 0 !important;

}



.demo-vertical-spacing-sm > * + * {

  margin-top: .9375rem !important;

  margin-bottom: 0 !important;

}



.demo-vertical-spacing-lg > * + * {

  margin-top: 5rem !important;

  margin-bottom: 0 !important;

}



.demo-inline-spacing > *,

.demo-paragraph-spacing > p > * {

  margin: 0 .375rem .9375rem 0 !important;

}



.demo-paragraph-spacing > p {

  margin: 0;

}



.demo-blocks > * {

  display: block !important;

}



html:not(.material-style) .material-style-only {

  display: none !important;

}



.rtl-only {

  display: none !important;

  text-align: left !important;

  direction: ltr !important;

}



[dir=rtl] .rtl-only {

  display: block !important;

}



/* *****************************************************************************

 * Layouts

 */



.layout-example-block {

  margin-top: 10px;

  padding: 10px;

  border: 1px solid rgba(0,0,0,.04);

  border-radius: 2px;

  background: rgba(0,0,0,.04);

  color: #c7254e;

}

.layout-example-block code {

  background: none;

  color: #666;

}



.layout-example-block-inner {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: stretch;

      align-items: stretch;

  -ms-flex-pack: justify;

      justify-content: space-between;

  height: 500px;

}



.layout-example-block-sidenav {

  width: 24%;

  background: #607d8b;

}

.layout-example-block-sidenav code {

  color: #fff;

}



.layout-example-block-navbar {

  background: #3ca99e;

}

.layout-example-block-navbar code {

  color: #fff;

}



.layout-example-block-content {

  background: #9e9e9e;

}

.layout-example-block-content code {

  color: #fff;

}



.layout-example-block-1 .layout-example-block-content {

  width: 74%;

}



.layout-example-block-2 .layout-example-block-container {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

  width: 74%;

}

.layout-example-block-2 > .layout-example-block {

  -ms-flex: 0 0 auto;

      flex: 0 0 auto;

}

.layout-example-block-2 .layout-example-block-content {

  -ms-flex-positive: 1;

      flex-grow: 1;

}



.layout-example-block-1-no-sidenav .layout-example-block-content {

  width: 100%;

}



.layout-example-code {

  display: block;

  overflow: auto;

  margin: 0;

  padding: 30px;

  min-width: 0;

  width: 100%;

  background: #fff;

}



.layout-example-run {

  display: inline-block;

  margin: 3px;

  padding: 4px 6px;

  border: 1px solid #eee;

  background: transparent;

  white-space: nowrap;

  line-height: 1;

}



.layout-example-block-3 .layout-example-block-inner {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

}

.layout-example-block-3 .layout-example-block-inner > .layout-example-block {

  -ms-flex: 0 0 auto;

      flex: 0 0 auto;

}

.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {

  -ms-flex-positive: 1;

      flex-grow: 1;

}

.layout-example-block-3 .layout-example-block-sidenav-horizontal {

  background: #607d8b;

}

.layout-example-block-3 .layout-example-block-container-fluid {

  background: #fff;

}

.layout-example-block-3 .layout-example-block-container-fluid code {

  color: #666;

}

.layout-example-block-3 .layout-example-block-footer {

  background: #e6514a;

}

form .form-actions {

    text-align: right;

}

.box-footer {

    border-top: 1px solid #f4f4f4;

    padding: 10px;

}

.btn-toolbar {

	display:none !important;

}

.default-style .dtp {

    z-index: 9999 !important;

}

.material-style .dtp {

    z-index: 9999 !important;

}

label {

    margin-bottom: calc(.438rem - 2px);

    font-weight: 500;

    font-size: .83125rem;

    padding-bottom: 0;

}




@media (min-width:992px) {
	.page-container {
			max-width: 1140px;
			margin: 0 auto
	}

	.page-sidenav {
			display: block !important
	}
}

.padding {
	padding: 2rem
}

.w-32 {
	width: 32px !important;
	height: 32px !important;
	font-size: .85em
}

.tl-item .avatar {
	z-index: 2
}

.circle {
	border-radius: 500px
}

.gd-warning {
	color: #fff;
	border: none;
	background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
	position: relative;
	border-color: rgba(160, 175, 185, .15);
	padding: 0;
	margin: 0
}

.p-4 {
	padding: 1.5rem !important
}

.block,
.card {
	background: #fff;
	border-width: 0;
	border-radius: .25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	margin-bottom: 1.5rem
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.tl-item {
	border-radius: 3px;
	position: relative;
	display: -ms-flexbox;
	display: flex
}

.tl-item>* {
	padding: 10px
}

.tl-item .avatar {
	z-index: 2
}

.tl-item:last-child .tl-dot:after {
	display: none
}

.tl-item.active .tl-dot:before {
	border-color: #448bff;
	box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-item:last-child .tl-dot:after {
	display: none
}

.tl-item.active .tl-dot:before {
	border-color: #448bff;
	box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
	position: relative;
	border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
	content: '';
	position: absolute;
	border-color: inherit;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%)
}

.tl-dot:after {
	width: 0;
	height: auto;
	top: 25px;
	bottom: -15px;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	border-radius: 0
}

tl-item.active .tl-dot:before {
	border-color: #448bff;
	box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
	position: relative;
	border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
	content: '';
	position: absolute;
	border-color: inherit;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%)
}

.tl-dot:after {
	width: 0;
	height: auto;
	top: 25px;
	bottom: -15px;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	border-radius: 0
}

.tl-content p:last-child {
	margin-bottom: 0
}

.tl-date {
	font-size: .85em;
	margin-top: 2px;
	min-width: 100px;
	max-width: 100px
}

.avatar {
	position: relative;
	line-height: 1;
	border-radius: 500px;
	white-space: nowrap;
	font-weight: 700;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 500px;
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
	border-color: #f4c414!important;
}

.b-primary {
	border-color: #448bff!important;
}

.b-danger {
	border-color: #f54394!important;
}

.b-success {
	border-color: #10ac20!important;
}
