/* basic */
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url],
body,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Open Sans" !important;
}
body {
	background-color: #003553;
}
h3,
h1 {
	color: #fff !important;
}
h1 {
	margin-bottom: 5% !important;
	margin-top: 5% !important;
}
h1.ui.header {
	font-size: 1.4rem !important;
}
form button,
form select,
form textarea,
form input[type="date"],
form input[type="time"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="text"] {
	padding: 5% !important;
	font-size: 1.3em !important;
}
form .field {
	margin-bottom: 5% !important;
}
.ui.dividing.header {
	padding-bottom: 0.5em !important;
	border-bottom: 2px solid #fff !important;
}
.ui.negative.message a {
	color: #912d2b;
	font-weight: 700;
}
.ui.segment .right button {
	margin-bottom: 10px;
}
.full_width {
	width: 100%;
}
body.logged .main_content {
	padding-top: 85px;
	padding-bottom: 10%;
}
body.login .main_content {
	height: 100%;
}
body.login .pmHeader {
	display: none;
}
table {
	width: 100%;
}
.btns button {
	font-size: 1.2em !important;
	margin-bottom: 3% !important;
}
.ui.message.center {
	text-align: center;
}
.clear {
	clear: both;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.pmHeader a {
	color: #fff;
	padding-left: 10px;
}
.pmHeader {
	background-color: #00253a;
	color: #fff;
	font-size: 1.2em;
	padding: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 200;
}
.pmHeader .left {
	float: left;
	padding-top: 3px;
}
.pmHeader .right {
	float: right;
	padding-top: 3px;
}
.pmHeader .right i {
	font-size: 1.5em;
	cursor: pointer;
}
.pmFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #9aafcc;
	color: #fff;
	text-align: center;
	font-size: 0.5em;
	padding: 1%;
}
.text-center {
	text-align: center;
}

/* login */
.login {
	background: url(/img/login_bg.jpg);
	background-color: #cccccc;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.login .top_img {
	padding-top: 50px;
}
.login .top_img i {
	color: #fff;
	font-size: 9em !important;
	/*padding-top: 30%;*/
	padding-top: 10%;
	padding-bottom: 15% !important;
	display: table;
	margin: 0 auto;
}
.login input[type="submit"] {
	background-color: rgba(255, 255, 255, 0.2);
	text-align: center;
	display: table;
	width: 80%;
	margin: 0 auto;
	font-size: 2em;
	text-transform: uppercase;
	padding: 4%;
	border-radius: 2em;
	border: 0.2em solid #fff;
	color: #fff;
}
.login input[type="email"],
.login input[type="text"],
.login input[type="password"] {
	background: transparent !important;
	border: none !important;
	border-bottom: 0.1em solid #fff !important;
	font-size: 1.5em !important;
	/*text-transform: uppercase;*/
	padding-left: 12% !important;
	color: #fff !important;
}
.login .field {
	position: relative;
	margin-bottom: 9% !important;
}
.login .field>.icon {
	position: absolute;
	top: 23px;
	left: 0;
	color: #fff;
	font-size: 2em;
}

/* dashboard */
.dashboard .col {
	display: table;
	color: #fff;
	text-align: center;
	float: left;
	padding: 5%;
	height: 14em;
	margin-top: 2%;
	margin-bottom: 2%;
}
.dashboard .col:hover {
	background-color: #0b486b;
}
.dashboard .col>i,
.dashboard .col>label {
	display: table;
	margin: 0 auto;
	color: #fff;
	padding-top: 12%;
}

/* search */
.search {
	color: #fff;
	font-size: 1em;
}

/* action menu */
.action_menu {
	background: transparent !important;
	margin-bottom: 5%;
}
.action_menu .title {
	background: #00253a !important;
	color: #fff !important;
	margin-bottom: 3% !important;
}
.action_menu .content {
	padding: 0 !important;
}

/* responsive */
@media only screen and (max-width: 767px) {
	body.logged .main_content {

	}
	.dashboard {
		padding-top: 7%;
	}
	.dashboard .col {
		width: 50%;
	}
	.dashboard .col>i {
		font-size: 4em !important;
	}
	.dashboard .col>label {
		font-size: 1.2em !important;
	}
	.plans .ui.table thead > tr {
		display: none !important;
	}
	.plans .ui.table tbody > tr {
		position: relative;
		text-align: center;
		font-size: 16px;
	}
	.plans .show_plan a i {
		display: none;
	}
	.plans .show_plan a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.plans .ui.table tbody > tr > td:nth-child(1) {
		display: none !important;
	}
	.plans .ui.table tbody > tr > td:nth-child(2) {
		font-weight: 700;
	}
	.plans .ui.table .dates {
		display: block;
		font-weight: normal !important;
		padding-top: 5px;
	}
	.plan-edit .ui.table tbody td {
		width: 50% !important;
		display: table-cell !important;
	}
	.show-plan .ui.table thead > tr,
	.plan-edit .ui.table thead > tr {
		display: none !important;
	}
	.show-plan .ui.table tbody td {
		display: block !important;
		width: 50% !important;
		float: left;
	}
	.show-plan .ui.table tbody td.clear {
		clear: both;
		width: auto !important;
	}
}
@media only screen and (min-width : 768px) and (max-width: 991px) {
	.dashboard .col {
		width: 33.33%;
	}
	.dashboard .col>i {
		font-size: 4em !important;
	}
	.dashboard .col>label {
		font-size: 1.2em !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dashboard .col {
		width: 25%;
		height: 17em;
	}
	.dashboard .col>i {
		font-size: 5em !important;
	}
	.dashboard .col>label {
		font-size: 1.5em !important;
		line-height: 25px;
	}
	.btns button {
		font-size: 1.5em !important;
	}
	.ui.segment {
		font-size: 1.3em !important;
		line-height: 30px !important;
	}
	.ui.segment .right button {
		font-size: 1.1em !important;
	}
}
@media only screen and (min-width: 1200px) {
	.pmHeader {
		padding: 14px;
	}
	.dashboard .col {
		width: 20%;
	}
	.dashboard .col>i {
		font-size: 3em !important;
	}
	.dashboard .col>label {
		font-size: 1.2em !important;
		line-height: 35px;
		height: 83px;
	}
	form select,
	form textarea,
	form input[type="url"],
	form input[type="date"],
	form input[type="time"],
	form input[type="email"],
	form input[type="number"],
	form input[type="password"],
	form input[type="text"] {
		padding: 20px !important;
		font-size: 1em !important;
	}
	form button {
		padding: 2% !important;
		font-size: 1.2em !important;
	}
	h1 {
		margin-bottom: 2% !important;
		margin-top: 2% !important;
	}
	.btns button {
		margin-bottom: 1% !important;
	}
	form .field {
		margin-bottom: 2% !important;
	}
	.reminderAdd .ui.form .field label {
		padding-bottom: 1% !important;
	}
	.action_menu {
		margin-bottom: 2% !important;
	}
	.action_menu .title {
		margin-bottom: 1% !important;
	}
}