/*html, body {
	height: 100%;
	background-color: #ffffff;
}
body {
}
*/
.page-content {
	padding-top: 3.125rem;
	min-height: 100%;
	height: 100%;
}

.table .input-control.checkbox {
	line-height: 1;
	min-height: 0;
	height: auto;
}

@media screen and (max-width: 800px){
	#cell-sidebar {
		flex-basis: 52px;
	}
	#cell-content {
		flex-basis: calc(100% - 52px);
	}
}

.sidebar li {
	margin-left: 20px;
}

.mymessage{
  background-color: transparent;
  font-size: 1rem;
  color: #C8C8C8;
  margin-left: 5px;
  margin-top : 5px;
}

.mymessage .icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  left: 28px;
  top: 50%;
  transition: all 0.3s linear;
  margin-right: 10px ;
}

.mymessage.icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  left: 28px;
  top: 50%;
  transition: all 0.3s linear;
  margin-right: 10px ;
  opacity: 1;
}

.myline {
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  opacity: .6 ;
}

.mytextarea {
  width: calc(100% - 32px) !important;
  height: 20px !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 12px ;
}

.myconfig {
  width: calc(100% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 12px ;
}

.myselect {
  width: calc(50% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 12px ;
}

.myselect_profile {
  width: calc(100% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 18px ;
  font-weight: bold ;
}

.myselect_email_type {
  width: calc(100% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 16px ;
}

.mytext {
  width: calc(45% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  background-color: #C8C8C8;
  font-size: 12px ;
}

.ticket{
	padding-left: 20px ;
}

.myflex {
  width: calc(100% - 32px) !important;
  margin-left: 32px;
  margin-top : 10px;
  font-size: 12px ;
}

.titleAtt {
  margin-left: 30px;
}

#imgmodal {
  height: 48px ; 
  width: 48px; 
}

#map { position: absolute; top: 0; bottom: 0; width: 100%; }

