@CHARSET "ISO-8859-1";
/** legend:
- page structure
- utility styles (override, generic, ...)
- footer

- body style
	- login
	
- jquery
*/

/* --------------------------------------------------------------- 
	PAGE STRUCTURE 
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	height: 100%;
	color: black;
	/*overflow-x: hidden;*/
	background: white;
}

#header {
	box-shadow: 0px 1px 2px 2px #969696;
	background-color: white;
	position: relative;
	max-width: none;
	color: black;
}

#menu {
	box-shadow: 0px 1px 2px 2px #969696;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
    max-width: none;
}

#breadcrumb {
	padding-top: .9375rem;
	font-size: 1.5rem;
	color: #154734;
}
#breadcrumb .breadcrumb-container {
	margin-bottom: 20px;
	
}

#breadcrumb .actions {
	float:right;
	margin-right: 1em;
	font-size: 1rem;
}
#breadcrumb .actions a {
	color: #154734;
	font-weight: bold;
}
#breadcrumb .actions a:hover {
	color: #aaa;
}

#content {
	background: rgba(255, 255, 255, 0.2);
	min-height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	/*box-shadow: 0px -1px 2px 2px #969696;
	background-color: #FCFCFC;
	max-width: none;*/
	position: relative;
	min-height: 50px;
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}

/* --------------------------------------------------------------- 
	UTILITY STYLES
*/
.small {
    font-size: 1em;
}

.transparent {
	background-color: transparent;
}
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="date"],
input[type="time"],
select, 
textarea {
	font-size: 13px !important;
	height: 34px;
}

#content select, 
#content textarea {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 13px !important;
	height: 34px;
}

table {
	border: none;
	color: #003763;
	font-size: 1em;
}

table tbody, 
table tfoot, 
table thead {
	border: none;
}

table thead {
	background: rgba(51, 51, 51, 0.4);
	color: #fff;
}
.fc-view-container table thead {
	background: rgba(51, 51, 51, 0.4);
	color: #000;
}
table.hover thead tr:hover,
table thead tr:hover {
	background: transparent !important;
}

table tbody tr {
	background-color: #fff;
}
table tbody.no-background, table tbody.no-background tr {
	background-color: initial;
}

.none {
	display: none;
}

.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.text-underline {
	text-decoration: underline;
}

.border-left {
	border-left: solid 1px #fff;
}
.border-right {
	border-right: solid 1px #fff;
}
.border-top {
	border-top: solid 1px #fff;
}
.border-bottom {
	border-bottom: solid 1px #fff;
}
.border-round {
	-webkit-border-radius: 1em; 
	-moz-border-radius: 1em; 
	border-radius: 1em !important; 
}

.has-error .help-block {
	margin-bottom: 1rem;
	display: block;
	font-size: 0.8rem;
	padding-left: 20px;
}

input.error, 
textarea.error,
select.error,  
span.error
.has-error input, 
.has-error textarea,
.has-error select,
.has-error span {
	border: solid 1px #f04124 !important;
	background-color: rgba(255, 129, 129, 0.3) !important;
}

.message.error {
	color: #f04124;	
}
.message.success {
	color: #0c0;
}
.message.warning {
	color: #FFC237;
}

.footnote {
	color: #999;
}


/* foundation */
.prefix, .postfix {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	height: 34px;
	line-height: 1;
}

span.prefix, .label.prefix {
	background: #eee;
	border: 1px solid #ccc;
	color: #555;
}

.disabled {
	background-color: #e6e6e6 !important;
    cursor: not-allowed;
}

/* foundation >> paging */
.pagination {
	float: right;
}

.pagination .active {
	color: #000; border : 1px solid #cacaca;
	background-color: white;
	background: linear-gradient(to bottom, white 0%, gainsboro 100%);
	padding: .1875rem .625rem;
	border: 1px solid #cacaca;
}

.pagination a {
	color: #fff;
}

.pagination a:hover {
	border: 1px solid #111111;
	background-color: #585858;
	background: linear-gradient(to bottom, #585858 0%, #111111 100%);
}

/* >> buttons */
.button-group {
	margin-top: 1rem;
}
.button.lacticoop {
    border: 1px solid #154734;
    color: #154734;
    background: #fff;
    margin: 0;
}
.button.lacticoop:hover, 
.button.lacticoop.active {
	
	background-color: rgba(21, 71, 52, 0.30) !important;
	color: #30234e !important;
}
.button.lacticoop-other {
    border: solid 1px rgba(0,0,0,0.1);
    color: #fff;
    margin: 0;
}

.button.success{
	
	background-color: rgba(21, 71, 52, 0.30) !important;
	color: #30234e !important;
}

.button.success:hover{
	background-color: #154734 !important; 
	color: white !important;
}

.alert-container {
	border-radius: 5px;
	border: 0;
	color: #fff;
	text-align: left;
	padding-left: 1rem;
	margin-bottom: 20px;
	line-height: 2.0;
	position: relative;
}

.alert-container.alert {
	border: 3px solid #D91E18;
	background-color: rgba(217, 30, 24, 0.2);
}

.alert-container.warning {
	border: 3px solid #D35400;
	background-color: rgba(211, 84, 0, 0.2);
}

.alert-container.success {
	border: 3px solid #1E824C;
	background-color: rgba(30, 130, 76, 0.2);
}

.alert-container.info {
	border: 3px solid #3498DB;
	background-color: rgba(52, 152, 219, 0.2);
}

/* >> alert box */
.alert-box {
	text-align: left;
	padding-left: 1rem;
	margin-bottom: 15px;
	line-height: 2.5;
	position: relative;
}

.alert-box.alert {
	border: 3px solid #D91E18;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #D91E18;
	background-color: rgba(217, 30, 24, 0.2);
}

.alert-box.warning {
	border: 3px solid #D35400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(211, 84, 0, 0.2);
}

.alert-box.success {
	border: 3px solid #1E824C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1E824C;
	background-color: rgba(30, 130, 76, 0.2);
}

.alert-box.info {
	border: 3px solid #3498DB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: rgba(52, 152, 219, 0.2);
}

.alert-box i {
	margin-right: 1rem;
}

.alert-box .close {
    color: #fff;
    font-size: 1.5rem;
    top: 0;
    position: absolute;
    right: 0;
}

/* other */
.left {
	float:left;
}
.right {
	float: right;
}

.separator {
	width: 100%;
	height: 15px;
	content: ' ';
}



/* ---------------------------------------------------------------
	FOOTER
*/
#footer .copyright {
	color: #ccc;
}

#footer .center-pane {
	color: #ccc;
	text-align: center;
}

#footer .poweredby {
	color: #ccc;
	text-align: right;
}

/* ---------------------------------------------------------------
	BODY
*/

/* login */
.login-panel i {
	font-size: 18px;
	line-height: 1;
}

.login-panel .checkbox label {
	color: #fff;
}

.login-panel a {
	color: #154734;
}

.login-panel a:hover {
	text-decoration: underline;
}

/* menu */
.navbar-nav, .dropdown-menu, .main-menu {
	list-style: none;
}

.main-menu i {
	font-size: 1.5em;
	margin-right: 0.5em;
}
@media screen and (max-width: 39.9375em) {
	.main-menu i {
		font-size: 1em;
		
	}
}



/* dashboard */
.dashboard-title {
	font-size: 1.4em;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}
.dashboard-group-title {
    font-size: 2em;
    margin-bottom: 40px;
    margin-top: 20px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    background: rgba(0,0,0,0.1);
    border-bottom-width: 2px;
}


/* ---------------------------------------------------------------
	JQUERY
*/

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin-right: 15px;
}

a.page-link, span.page-link{
	position: relative !important;
	background: transparent !important;
	border: none !important;
	color: black !important;
}
li.page-item.active, li.page-item:hover{
	background: #154734;
}
li.page-item.active > .page-link, li.page-item:hover > .page-link{
	color: white !important;
}

.page-item {
	color: #000;
    border: 1px solid #cacaca;
    background-color: white;
    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    padding: 0.1875rem 0.625rem;
    border: 1px solid #cacaca;
}
.pagination a{
	padding: 0.5rem 0.75rem !important;
}

.ui-widget {
	font-size: 1em;
}

.ui-datepicker-month, .ui-datepicker-year {
	height: 24px;
	font-size: 0.8em !important;
	padding: 0.3em 0.5em;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin-right: 15px;
}




i.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    border-color: #555;
}
i.arrow:hover {
	border-color: #111;
	cursor: pointer;
}

i.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

i.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
i.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

i.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/* ******************************** PROGRESS BAR ***************************** */
.progress {
    height: 20px;
    margin-bottom: 1em;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-success {
    background-color: #5cb85c;
}

