body, html {
  height: 100%;
}
.accounts-width{
	padding: 10px;
	max-width: 430px;
	margin: 2% auto;
}

@media screen and (min-width: 1440px){
  main{
    margin: 0em!important;
    padding-top: 5em!important;
    padding-left: 17em!important;
    padding-right: 1em!important;
    width: 100%;
  }
  .main-body{
    padding: 10px;
  }
}
@media screen and (max-width: 1440px){
  main{

    padding: 10px;
    padding-top: 4em!important;
    margin: 0px!important;
    width: 100%;
  }
  .main-body{
    padding: 10px;
  }
}
@media screen and (max-width: 420px){
	.accounts-width{
		margin: 20% auto;
	}
}
#web{
  background-color: #b3d1ff;

}
.web-main{
  margin-top: 3em;

}
.web-content{
  position: relative;
  top: 60px;
  padding: 1em;
}
.bg-wooden{
  background-image: url('../images/bg.webp')!important;
  background-size: cover;
  background-attachment: fixed;
}

.side-nav a{
  font-size: 16px!important;
}

.bg-admin{
  background-image: url('../bg-signature.png')!important;
  background-size: cover;
  background-attachment: fixed;
}


.custom-breadcrumb{
  background: transparent;
  padding: 0;
  margin: 5px 0px;
}
.custom-breadcrumb .breadcrumb-item a{
  color: #33b5e5!important;
  font-weight: bold;
}

.brand-logo{
  cursor: pointer;
  border: 2px solid red;
}
.brand-logo .brand-logo-check{
    position: absolute;
    top: 0px;
    left: 16px;
}

/* checkbox */
.custom-checkbox{

}
.custom-checkbox input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}


.custom-checkbox input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #33b5e5;
  border-radius: 0.2em;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}
.custom-checkbox input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  background-color: #33b5e5!important;
  border-color: #33b5e5!important;
  color: #fff;
}
.custom-checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.custom-checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
/* custom-checkbox-success */

.custom-checkbox.custom-checkbox-success input[type=checkbox] + label:before{
    border: 0.1em solid #00c851!important;
}
.custom-checkbox.custom-checkbox-success input[type=checkbox]:checked + label:before {
  background-color: #00c851!important;
  border-color: #00c851!important;
  color: #fff;
}


/* radio */

.custom-checkbox input[type=radio] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.custom-checkbox input[type=radio] {
  display: none;
}


.custom-checkbox input[type=radio] + label:before {
  content: "\2714";
  border: 0.1em solid #33b5e5;
  border-radius: 1em;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}
.custom-checkbox input[type=radio] + label:active:before {
  transform: scale(0);
}
.custom-checkbox input[type=radio]:checked + label:before {
  background-color: #33b5e5!important;
  border-color: #33b5e5!important;
  color: #fff;
}
.custom-checkbox input[type=radio]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.custom-checkbox input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}






/* mycheck */
.mycheck{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.5em;
  cursor: pointer;
}
.mycheck .mycheck__icon{
  width: 100%;
  overflow: hidden;
}
.mycheck .mycheck__checkbox{
  position: absolute;
  top: 5px;
  left: 5px;
}
.mycheck .mycheck__content{
  position: absolute;
  bottom: 8px;
  right: 0px;
  background: blue;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
}

.bottom-fixed{
  position: fixed;
  bottom: 1em;
  right: 2em;
}
.btn{
  padding: 0.7em 1.7em;
  font-size: 16px;
}
.btn.btn-sm{
  padding: 0.7em 1.3em!important;
  font-size: 14px!important;
}

/* md-form-group-phone */
/* select css */
.md-select{

}
.md-select select {
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
	position: relative;
  width: 100%;
	display: block!important;
}

.md-select  .select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
  padding: 26px 10px;
	font-size: 15px;
  color: grey;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.md-select  .select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.md-select  .select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.md-select  .select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.md-select .select-label {
	color: rgba(0,0,0, 0.26);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

/* active state */
.md-select  .select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	color: #2F80ED;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}

/* BOTTOM BARS ================================= */
.md-select  .select-bar {
	position: relative;
	display: block;
	width: 100%;
}

.md-select  .select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #33b5e5!important;
	transition: 0.2s ease all;
}

.md-select  .select-bar:before {
	left: 50%;
}

.md-select  .select-bar:after {
	right: 50%;
}

/* active state */
.md-select .select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.md-select .select-highlight {
	position: absolute;
	height: 50%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
