.form-window-container {
	overflow: hidden;
	position: relative;
}
.form-window-content {
	height: calc(100% - 40px);
	overflow: auto;
}
.form-window-content .row-fluid {
	line-height: 23px;
}

.form-action {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: calc(100% - 10px);
}
.form-action-button {
	color: #FFF !important;
	padding: 8px 10px !important;
	margin-right: 5px !important;
	line-height: 15px;
	/*border-radius: 5px;*/
	border: none;
}
.form-action-button:first-child {
	margin-right: 0 !important;
}
.grid-action-button {
	color: #438eb9 !important;
	border-color: #FFF !important;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 14px !important;
	background: none !important;
	border-color: transparent !important;
}
.grid-action-button:last-child {
	margin-right: 0;
}
.grid-action-button:hover {
	background: none !important;
	color: #005580 !important;
	font-size: 14px !important;
}
.standard-bootbox-bt {
	color: #FFF !important;
	padding: 8px 12px;
	margin-left: 10px;
	line-height: 16px;
	border: none;
	float: right;
}
.bootbox {
	border-radius: 2px;
	border: none;
}
.bootbox .modal-footer {
	padding: 9px 15px 9px;
}
.custom-cell-grid {
	margin: 4px;
}
.custom-cell-color {
	background: #DDD !important;
}
.custom-cell-grid2 {
	margin: 13px;
}
.text-popup {
	resize: none;
	margin-top: 0;
	width: 190px;
	padding: 5px;
}

.popup-notification {
	position: absolute;
	top: 32px;
	left: 00px;
	width: 100%;
	z-index: 2;
}
.dropdown-action {
	position: absolute;
	top: 0;
	right: 0;
}
.widget-main .tab-content {
	width: 100%;
	overflow-x: hidden;
}
.tabs-left .tab-content {
	width: auto;
}
.widget-header h4 {
	float: left;
}
.widget-header .collapse-icon {
	margin-top: 3px;
	font-size: 16px;
}
.widget-header .collapse-icon:hover {
	cursor: pointer;
}
.loading-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(245, 245, 245);
}
.loading-container-fixed {
	position: fixed;
}
.page-content {
	position: relative;
}
.loading-container .loading-content {
	position: absolute;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.form-window-content .search-input {
	width: calc(100% - 14px);
	height: 20px;
	border-radius: 5px !important;
}
.pac-container {
	z-index: 100000;
}
.image-preview {
	height: 545px;
	text-align: center;
}
.image-preview img {
	max-width: 100%;
	max-height: 100%;
}
input.file-upload {
	width: 200px;
}
.textarea-standard {
	resize: none;
	width: calc(100% - 14px);
	margin: 0;
}
.full-width-input {
	width: calc(100% - 14px);
	padding: 3px 6px;
	margin: 0;
}
.text-edit {
	padding: 0 10px;
	width: calc(100% - 20px);
}

.marker-label{
	position: absolute;
	top: 0;
	left: 0;
    color: #333;
    background-color: rgba(255,255,255,0.5);
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    border-radius: 10px;
    border: 1px solid #DDD;
    white-space: nowrap;
}
.loading-cursor{
	cursor: wait !important;
}
