/**
 * Content
 */
.page {
	border: 1px #fff solid;
}
.page p {
    text-align: justify;
}
.page .btn {
	margin-right: 5px;
}

span.button {
	cursor: pointer;
	background-color: #fff;
}
span.button:hover {	background-color: #e6e6e6; }
span.button:active { background-color: #d4d4d4; }

a.right, div.right {
	float: right;
}

.center {
	text-align: center;
}

.bg-white {
	background-color: white;
}

.container-fluid {
	padding: 0;
	margin: 0;
}

.container-fluid.padding {
	padding: 0 8px 0 8px;
}

.page #maincontent {
	margin-top: 50px;
	padding-left: 5rem;
}

.page .title {
	margin: 2rem 2rem 2rem 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.page .title .pull-right {
	margin-right: 30px;
}

.error-message .modal-header {
	color: #a94442;
}
.success-message .modal-header {
	color: #3c763d;
}

/*Bootstrap button outline override*/
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline { color: #428bca; }
.btn-success.btn-outline { color: #5cb85c; }
.btn-info.btn-outline { color: #5bc0de; }
.btn-warning.btn-outline { color: #f0ad4e; }
.btn-danger.btn-outline { color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

button.btn[disabled],
button.btn[disabled]:hover{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

table tr td.strong {
	font-weight: bold;
}

table.disabled tr th, table.disabled tr td, table tr.disabled td, table tr td.disabled {
	color: #aaa !important;
}

.panel {
	width: calc(100% - 5rem);
	background-color: white;
	padding: 10px 12px 0px 12px;
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
	text-align: justify;
	border: 1px #ddd solid;
}


@media (max-width: 768px) {
	.page .title .pull-right {
		margin-right: 0px;
	}
	.page #maincontent {
		padding-left: 1rem;
	}
	.panel {
    	width: calc(100% - 1rem);
	}
	.messageContainer {
		margin-right: 10px;
	}
}


/**
 * Widget home
 */
.panel .widget_container {
	padding: 10px;
}

.panel .widget {
	padding: 10px 12px 10px 12px;
	border: 1px #ccc solid;
	border-radius: 2px;
	min-height: 190px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.panel .widget.short {
	min-height: 100px;
	padding-bottom: 20px;
}

.panel .widget.product {
	min-height: 300px;
}

.panel .widget .title {
	margin: -5px -12px 10px -12px;
	padding: 0 12px 0 12px;
	border-bottom: 1px #ccc solid;
}

.panel .widget p {
	margin-bottom: 2px;
}

.panel .widget .no-padding {
	padding-left: 0;
	padding-right: 0;
}

.panel .widget strong {
	font-size: 14px;
}

.panel .widget table {
	margin-bottom: 0;
}

.panel .widget table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.panel th.nowrap, .panel td.nowrap {
	white-space: nowrap;
}

.panel td.long_text {
	max-width: 360px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel td.mid_text {
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel td.tab_1 {
	padding-left: 8px;
}
.panel td.tab_2 {
	padding-left: 24px;
}
.panel td.tab_3 {
	padding-left: 40px;
}

@media (max-width: 1280px) {
	.panel td.long_text {
		max-width: 240px;
	}
	.panel td.mid_text {
		max-width: 180px;
	}
}


/**
 * Forms
 */
.panel form.style {
	padding: 4rem 2rem 2rem 2rem;
	-webkit-box-shadow: 0px 0px 30px 5px #ccc;
    -moz-box-shadow: 0px 0px 30px 5px #ccc;
    box-shadow: 0px 0px 30px 5px #ccc;
    border-radius: 10px;
	position: relative;
	background-color: white;
	margin: 3rem;
	margin-left: auto;
	margin-right: auto;
}
.panel form.style input.login {
	font-size: 1.2rem;
	font-weight:normal;
	letter-spacing:1px;
}
.panel form.style button[type="submit"] {
	background-color: #0095f6;
    border: 1px solid transparent;
	border-radius: 4px;
    color: #fff;
    position: relative;
	padding: 5px 9px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
	line-height:1.6rem;
	transition: 0.3s;
	opacity: .6;
}
.panel form button[type="submit"]:hover {
	opacity: 1;
}
.panel form input, .panel form select {
	padding: 4px 0 2px 8px;
	margin: 0;
 	color: #262626;
	background: #fafafa;
    border: 1px solid #dbdbdb;
	border-radius: 3px;
	box-shadow: none;
}
.panel .panel-form {
	font-size: 13px;
	border: 1px #ccc solid;
	border-radius: 3px;
	padding: 10px 20px 5px 20px;
}

.panel .form-container {
	padding-left: 0;
	padding-right: 0;
}

.panel .form-container-left {
	padding-left: 0;
	padding-right: 30px;
}

@media (max-width: 512px) {
	.panel .panel-form {
		padding: 5px 10px 0px 10px;
	}
}


/*form*/
.panel form#form-login {
	position:relative;
	background-color: white;
	margin:3rem;
	font-size: 1.4rem;
	width: 350px;
}

.panel form .form-required {
	color:red;
	font-size: 120%;
}


.panel form label.desc {
	display: block;
	font-weight: normal;
}

.page .prefix {
	position: absolute;
    top: 45%;
	left: 10px;
    transform: translateY(-50%);
    line-height: 0;
    color: #aaa;
	z-index: 999;
}

@media (max-width: 768px) {
	.input-prefix {
		width: 100%;
	}
	.login .input-prefix {
		width: auto;
	}
}

.input-prefix form input, .input-group.input-prefix input, .input-group.input-prefix select, .input-prefix.input-big input {
	padding-left:30px;
}

.form-group .control-pass input[type="password"] {
	margin-right: 10px; width: auto;
}

.form-group .control-pass input[type="checkbox"] {
	margin-right: 4px; width: auto;
}

.passStrength {
	display: block;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    margin-top: 8px;
}
.passStrength.pass_error { color: #a94442; }
.passStrength.pass_alert { color: #8a6d3b; }
.passStrength.pass_ok { color: #3c763d; }

.hiddenElement {
	display: none;
}

.g-recaptcha {
	padding-bottom: 1rem;
}


.panel a {
	text-decoration:none;
	color: #337ab7;
	-o-transition:all .5s linear;
	-ms-transition:all .5s linear;
  	-moz-transition:all .5s linear;
  	-webkit-transition:all .5s linear;
  	transition:all .5s linear;
}
.panel a:hover {
	text-decoration:underline;
	border:0;
}
.panel a:active, .panel a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
	outline-style: none;
}

.panel hr.separator {
	height: 1px;
	color: #dbdbdb;
	background-color: #dbdbdb;
}

.panel p.options {
	font-size: 13px;
}

.button_options {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

.button_options.left {
	text-align: left;
	float: left;
	padding-top: 7px;
}

.button_options select.control {
	padding: 4px 8px;
	font-size: 13px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
}

.button_options a {
	margin-left: 5px;
}

.widget img.icon, table img.icon {
	margin-top: -2px;
	height: 16px;
}

@media (max-width: 767px) {
	.hidden-small {
		display: none;
	}
}

@media print {
	.no-print {
		display: none;
	}
}