[v-cloak] {
  display: none;
}
.news-item .popover {
	width:480px;
	max-width:600px;
}
.editing {
	background-color:#ffe;
}
.remove .fa {
	visibility: hidden;
	padding-right: 10px;
}
.news-item:hover .remove .fa {
	visibility: visible;
}
.form-group .error {
	font-weight: normal;
	color:red;
}
.backdrop{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	alpha: 0.5;
	bottom:0px;
}
.backdrop i{
	position:absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tab-pane {
	padding: 8px 5px;
}
.chkblabel{
	padding-right:10px;
}
.login-container{
	margin-top:90px;
	width:320px;
}
.news-item {
	padding: 8px 0px;
	border-bottom: 1px dashed #dfdfdf;
	height: 32px;
	white-space:nowrap;
}
.section-hc {
	padding-right:10px; 
	display:inline-block; 
	background-color: #fff;
}
.item-title{
	font-size: 24px;
}
/* editable overrides  begin */
.editableform .form-control {
    width: 100%;
}
.editable-input {
	width:100%;
}
.editable-container.editable-inline { 
	width: 100%;
}

.editable-buttons {
    padding: 2px 8px;
    background-color: #eee;
    border: 1px solid #ddd;
    float: right;
}
.editableform .control-group {
	width:100%;
}
.editable-click:hover { 
    background-color: #ffd;
    border: 1px solid #eee;
    border-radius: 2px;
}

a.editable-click, .editable-click {
  border-bottom: none;
  border: 1px solid transparent;
  border-radius: 2px;
} 
/* editable overrides  end */
.section-header {
	background: url("/img/pixel3.png") repeat-x scroll 0 10px;
	margin: 5px 0px;
	font-weight:bold;
}
.section-content {
	margin-left: 10px;
	padding: 2px;
}
.nav-item {
	margin-top: 4px;
}
.navbar-light {
	padding: 0px 25px;	
}

.tag {
  border: 1px solid gray;
  border-radius: 13px;
  background-color: #fefefe;
  padding: 4px 7px;
  margin-right:7px;
}

#loading-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  opacity: 0;
  background-color: #000;
  display: none;
}
#loading-spinner {
  display: none;
}
.title {
  font-size: 28px;
  color: #2f2f7f;
}
.soh-container {
  padding:15px 30px;
}
.top-bar {
  margin-bottom: 20px;
}
.soh-message {
  width:300px;
}
.message-container {
    margin-left: 4.1rem;
}
.message-icon-container {
  float: left;
    width: 4rem;
}

.icon-btn {
  cursor: pointer;
  margin-right:5px;
}
.card-title {
  font-weight: bold;
  font-size: 18px;
  color: #0275d8;
}
.contacts-container {
  padding-left:20px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-32px, -32px);
}

.fa-3 {
	font-size: 4em;
}

.list-tag {
	background-color: #ffffdf;
	margin-right: 5px;
	border-left: 1px solid blue;
}


/******************************************/
/* toggle switch */
/* http://codepen.io/kkirsche/pen/emyvPb */
.tgl {
  position: relative;
  display: inline-block;
  height: 26px;
  cursor: pointer;
}
.tgl > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
  visibility: hidden;
}
.tgl .tgl_body {
  width: 55px;
  height: 26px;
  background: white;
  border: 1px solid #dadde1;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}
.tgl .tgl_switch {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #ccd0d6;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -moz-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -moz-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -o-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  z-index: 1;
}
.tgl .tgl_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
}
.tgl .tgl_bgd {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 52px;
  -moz-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  background: #439fd8 url("http://petelada.com/images/toggle/tgl_check.png") center center no-repeat;
}
.tgl .tgl_bgd-negative {
  right: auto;
  left: -42px;
  background: white url("http://petelada.com/images/toggle/tgl_x.png") center center no-repeat;
}
.tgl:hover .tgl_switch {
  border-color: #b5bbc3;
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.tgl:active .tgl_switch {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.tgl > :not(:checked) ~ .tgl_body > .tgl_switch {
  left: 29px;
}
.tgl > :not(:checked) ~ .tgl_body .tgl_bgd {
  right: -42px;
}
.tgl > :not(:checked) ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
  right: auto;
  left: -10px;
}


