html {
	height: 100%;
}

body {
	height: 100%;
}

input, select, option, textarea {
	font-size: 12pt;
	font-weight: normal;
	border: 1px solid;
	padding-left: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-radius: 3px;
	max-width: 400px;
	width: 100%;
}

input[type="checkbox"] {
	width: auto;
}

input[type="button"], input[type="submit"], .button, .submit {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	outline: none;
}

table.sortable thead, table.sortable th {
	cursor: pointer;
}


/* IDs */

#main-menu, .evolvesms-navbar {
	min-height: 70px;
}

#main-submenu {
	background-color: #f5f5f5;
	border-radius: 0 0 3px 3px;
	position: fixed;
}

#main-content {
	height: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px; /* space on top of #main-footer */
}

#main-footer {
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
}


/* Classes */

.navbar-right { float: right !important; }

.modal-body {
	overflow: auto;
}

/* https://stackoverflow.com/a/21323821 */
.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

/* /.modal  */

.evolvesms-login-box {
	/* */
}

.evolvesms-logo {
	margin-bottom: 20px;
}

.evolvesms-mandatory {
	margin-top: 12px;
}

.evolvesms-tooltip {
	margin-top: 5px;
}

.evolvesms-icon {
	width: 20px;
}

.evolvesms-actions-box {
	/* */
}

.nav.dropdown-menu a {
	padding: 5px 10px 5px 10px;
}

.label {
	display: block;
}
