/* line 1, ../sass/styles.scss */
[v-cloak], [v-cloak] > * {
  display: none;
}

/* line 5, ../sass/styles.scss */
.logo {
  max-width: 80px;
}

.page_title{
	margin:20px 0 !important;
	font-size: 26px !important;
	font-weight: 600;
}
.errors-wrap{}
.errors-wrap .error-notice{
	padding:5px;
	border-radius: 3px;
	background:red;
	color:#fff;
	font-size: 14px;
	margin-bottom: 5px;
}

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}

.modal-container {
	min-width: 300px;
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
	font-family: Helvetica, Arial, sans-serif;
	border-radius: 5px;
}

.modal-header h3 {
	margin-top: 0;
	color: #000000;
	font-size: 24px;
	font-weight: 600;
}

.modal-body {
	margin: 20px 0;
}

.modal-default-button {
	float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
	opacity: 0;
}

.modal-leave-active {
	opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.p-badge{
	float: right;
	background: #444;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.p-badge-list{
	float:left;
	width:100%;
}
.badge-Low{
	background: #9e9e9e !important;
}
.badge-Medium{
	background: #ffc107 !important;
}
.badge-High{
	background: #ff9800 !important;
}
.badge-Emergency{
	background: #f10 !important;
}
.filter-wrap{
	background: rgb(241, 241, 241);
	margin: 15px 0;
	border-radius: 5px;
	padding: 15px;
}
.filter-wrap .filter_title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #dfdddd;
	padding-bottom: 5px;
}
.filter-wrap .filter-inputs-wrap{

}
.filter-wrap .filter-input{
	padding: 5px;
}
.filter-wrap .filter-input label{

}
.filter-wrap .filter-input select{
	width:100%;
	border:1px solid #cbcbcb;
	border-radius:2px;
}
.filter-wrap .filter-input input{
	padding:9px;
	width:100%;
	border:1px solid #cbcbcb;
	border-radius:2px;
}

.filter-wrap .filter-input .submit_btn{background: #1779bb;padding: 14px 25px;border-radius: 5px;color: #fff;}
.filter-wrap .filter-input input[type='checkbox']{
	max-width: 10px !important;
}


