﻿@font-face {
  font-family: 'Flat-UI-Icons';
  src: url('fonts/glyphicons/flat-ui-icons-regular.eot');
  src: url('fonts/glyphicons/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons/flat-ui-icons-regular.woff') format('woff'), url('fonts/glyphicons/flat-ui-icons-regular.ttf') format('truetype'), url('fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
}
html, body, ng-view, .mf-entity-container{
    height: 100%;
}
ng-view{
    width: 100%;
    display: inline-block;
}
body {
    padding-top: 50px;
    overflow: hidden;
}

.ng-hide{
    visibility:hidden!important;
}
.mf-toolbar{
    display: inline-block;
    width: 100%;
}
.mf-toolbar .btn{
    float: right
}
.nav.navbar-nav.mf-spa-context{
    font-size: 23px;
    margin-left: 50px;
    margin-top: 8px;
}
.nav.navbar-nav.mf-spa-context a{
    color: #ffffff;
}
/* Wrapping element */
	/* Set some basic padding to keep content from hitting the edges */
	.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.nowrap{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
html > svg,
* > svg {
	transform-origin: 50% 50% 0px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Global CSS*/
.mf-loading{
    position: absolute;
    top: 15px;
}
.mf-app-loading .mf-app-loading-hidden{
    display: none;
}
mf-grid div.ui-grid-cell input[type="checkbox"] {
    margin-top: 0px;
}
.modal{
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mf-management-form{
	padding-top: 56px;
	max-height: 95%;
	max-width: 95%;
}
.mf-management-form .modal-header{
	margin-top: -56px;
    border-color:#ccc;
    color:#333;
    background-image:none;background-position:50% 50%;background-color:#f5f5f5;
}
.mf-management-form .modal-header > h1{
    font-size: 24px;
    margin: 0px;
}
.mf-management-form form{
	background: rgb(255, 255, 255);
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
    padding-top: 15px;
	border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
}
.mf-management-form .mf-form-panel{
	height: 100%;
	margin: 0px;
	border: 0;
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
    margin-bottom: 5px;
    overflow: auto;
}
.mf-management-form .mf-form-panel .mf-form-detail{
    height: 100%;
    overflow: auto;
}
.mf-management-form .mf-form-panel .mf-form-tabs{
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.mf-dialog-form{
    padding-right: 10px;
}
.mf-dialog-form.has-left-pane{
	padding-left: 220px;
}
.mf-dialog-left-pane{
	height: 100%;
	margin-left: -210px;
	width: 200px;
	float: left;
	margin-bottom: 0px;
}
.mf-dialog-left-pane.pane-has-header{
    padding-top: 40px;
}
.mf-dialog-left-pane-header{
	margin-bottom: 5px;
	margin-top: -35px;
}
.mf-dialog-left-pane-detail{
	background-color: rgb(250, 250, 250);
	height: 100%;
	overflow: auto;
	padding: 1px;
}
.mf-dialog-right-pane{
	width: 100%;
    float: right;
    height: 100%;
    margin-bottom: 0px;
}
.mf-dialog-right-pane.pane-has-header{
    padding-top: 58px;
}
.mf-dialog-right-pane.pane-has-header.pane-search{
	padding-top: 100px;
}
.mf-dialog-right-pane-header{
	margin-top: -50px;
	padding-top: 10px;
	height: 35px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(218, 218, 218);
}
.mf-dialog-right-pane.pane-search .mf-dialog-right-pane-header{
	margin-top: -92px;
	height: 77px;
	padding-right: 125px;
}
.mf-dialog-right-pane.pane-search .mf-dialog-right-pane-header >.btn{
	margin-right: -110px;
	margin-top: 20px;
	margin-left: 5px;
}
.mf-dialog-right-pane.pane-search .mf-dialog-right-pane-header >span >label,
.mf-dialog-right-pane.pane-search .mf-dialog-right-pane-header >span .control-input{
	width: 100%;
	border: 0px;
	margin-bottom: 10px;
}
.mf-dialog-right-pane.pane-search .mf-dialog-right-pane-header >span >label{
	color: rgb(135, 148, 154);
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 2px;
}
.mf-dialog-right-pane.pane-search .mf-dialog-right-pane-header >span .control-input input{
	border-radius: 2px;
	height: 28px;
}
.mf-dialog-right-pane-detail{
	height: 100%;
	padding-top: 2px;
}
.mf-dialog-right-pane-detail >.mf-grid{
	height: 100%;
}

form.mf-dialog-form .form-buttons{
    float: right;
    padding: 0px;
}

form.mf-dialog-form .form-buttons .btn{
    margin-left: 5px;
    float: right;
}

.mf-app-disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, 0.6);
}

.field_icon {
	position: absolute;
	right: 0px;
	top: 12px;
	color: black;
	cursor: pointer;
}