@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body{
	font-family: "Open Sans";
	font-size: 12px;
}


/*Own HMD styles*/
.angel-muted{
	color: #CCC;
}

.hmdsmalltext{
	font-size: 8px;
}

.hmdpointer{
	cursor: pointer;
}

.page-header2 {
  padding-bottom: 0px;
  margin: 5px 0 5px;
  border-bottom: 0px  #eeeeee;
  color:white;
}

.maxtwolines{
  max-height: 36px;
  overflow: hidden;
}

.hmdhide{
	display:none;
}

.sat_footer{
	background-color: #17375D;
}

.allwidthellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.onlyoneline16{
	max-height: 16px;
}

.input_landing{
	margin-top: 10px;
	/*padding-top: 5px;*/
}

.xtra_small_icon{
	max-width:18px;
	max-height:18px;
}

.xa_small_icon{
	max-width:50px;
	max-height:50px;
}

.small_icon{
	max-width:100px;
	max-height:100px;
}

.horizontalplain{
	border-left-style: solid;
	border-left-color:#f7f7f7;
	border-left-width:3px;
}

.horizontalblue{
	border-left-style: solid;
	border-left-color:blue;
	border-left-width:3px;
}

.horizontalsky{
	border-left-style: solid;
	border-left-color:#87CEFA;
	border-left-width:3px;
}

.horizontalgreen{
	border-left-style: solid;
	border-left-color:green;
	border-left-width:3px;
}

.horizontalorange{
	border-left-style: solid;
	border-left-color:orange;
	border-left-width:3px;
}

.taskpanel{
	margin-left:3px;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}

.hmdsticker{
	display: inline-block;
	min-width:70px
}


/*
----------------------
HMD switch slider
*/
.hmdswitch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 14px;
}

.hmdswitch input {display:none;}

.hmdslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.hmdslider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .hmdslider {
  background-color: #2196F3;
}

input:focus + .hmdslider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .hmdslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.hmdslider.round {
  border-radius: 34px;
}

.hmdslider.round:before {
  border-radius: 50%;
}
/*
End of HMD switch slider
----------------------
*/

/*
Right section style
----------------------
*/

#generic_right_side,.hmdcentertile{
	min-height: 400px;
	overflow-y: auto;
}

.right_section_scrollable_content{
	overflow-y: auto;
}

/*
Modal styles
----------------------
*/

.hmdmodalbox{
	height: 555px;
	overflow: scroll;
	/*overflow-y: scroll;
	overflow-x: visible;*/
}


