/* imports */

@import url("master.css");
@import url("calendar.css");

/* globals */

a:link, a:visited {
	color: #444;
	text-decoration: none;
}

	a:hover, a:active {
		text-decoration: underline;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 0.9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.frm_label {
	font-weight: bold;
	font-size: 12px;
	color: #0069aa;
	margin-bottom: 5px;
}

	label.frm_label {
		display: block;
	}

	a.frm_label {
		color: #0069aa;
	}


input, textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.frm_input, textarea.frm_input, textarea {
	padding: 4px;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0069aa;
}

input[disabled].frm_input, textarea[disabled].frm_input {
	color: #666;
	background-color: transparent;
	border: 1px solid #999;
}

input.frm_button {
	background-color: #0069aa;
	border: none;
	color: #fff;
	cursor:pointer;
	font-size: 12px;
	/*font-weight: bold;	*/
	padding: 6px 12px;
}

input[disabled].frm_button {
	background-color: #ccc;
	color: #666;
}

/* layout */

html {
	height: 100%;
}

	body {
		background: #fff;
		color: #444;
		height: 100%;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 12px;
		height: 100%;
		/*overflow-y: scroll;*/
		/*position: absolute; top: 0; left: 0; right: 0;		*/
	}

	body.loading {
		background: #fff url(../images/loader-body.gif) center center no-repeat;
	}

		div#wrapper {
			background: transparent url(../images/div_wrapper_bg.png) top repeat-x;
			position: relative;
			width: 100%;
			min-height: 100%;
		}

			div#header {
				height: 113px;
				position: relative;
				background: transparent url(../images/div_header_bg.png) left no-repeat;
			}

				span#home {
					height: 113px;
					display: block;
				}

				div#loader2 {
					width: 31px;
					height: 31px;
					position: absolute;
					bottom: 50px;
					right: 25px;
					display: none;
					background: transparent url(../images/div_loader2_bg.gif) no-repeat;
				}

			div#main {
				background-color: #fff;
				padding: 20px 20px 50px 0;
				position: relative;
			}

				/* navigation */

				div#nav {
					left: 0;
					position: absolute;
					top: 12px;
					width: 232px;
				}

					div#navTop {
						width: 232px;
						height: 9px;
						background: transparent url(../images/div_navTop_bg.png) no-repeat;
					}

					div#navBody {
						padding: 20px 0;
						width: 232px;
						background: transparent url(../images/div_navBody_bg.png) repeat-y;
					}

						div#navBody div.navSection {
							margin-bottom: 15px;
							width: 205px;
							color: #fff;
							background: transparent url(../images/div_navSection_bg.png) repeat-y;
						}

							div#navBody div.navSection a:link, div#navBody div.navSection a:visited {
								display: block;
								color: #fff;
								text-decoration: none;
							}

							div#navBody div.navSection div.navCaption {
								padding: 5px 0 5px 25px;
								width: 180px;
								font-weight: bold;
								background-color: #0069aa;
							}

							div#navBody div.navSection ul.navLinks {
								padding: 10px 0;
							}

								div#navBody div.navSection ul.navLinks li.navLink {
									margin-bottom: 5px;
									padding-left: 50px;
									height: 19px;
									line-height: 19px;
									background: transparent url(../images/div_navLink_bg.png) no-repeat;
								}

								div#navBody div.navSection ul.navLinks li.navLink:hover {
									background: transparent url(../images/div_navLink_hover_bg.png) no-repeat;
								}

						div#navBody div.navBranding {
							padding: 5px 0 5px 25px;
							width: 180px;
							color: #0069aa;
						}

							div#navBody div.navBranding a:link, div#navBody div.navBranding a:visited {
								display: block;
								color: #0069aa;
								font-weight: bold;
								text-decoration: none;
							}

					div#navBottom {
						width: 232px;
						height: 9px;
						background: transparent url(../images/div_navBottom_bg.png) no-repeat;
					}

			div#footer {
				bottom: 0;
				height: 30px;
				font-size: 10px;
				color: #fff;
				background-color: #0069AA;
				left: 0;
				position: absolute;
				width: 100%;
				line-height: 30px;
			}

				div#footer span {
					padding: 0 15px;
				}

				div#footer a:link, div#footer a:visited {
					color: #fff;
				}

/* view deprecated */

div#view {
	background-color: #EFF4F5;
	border: 1px solid #0069AA;
	margin-left: 252px;
	position: relative;
}

	div#viewTitle {
		background-color: #c3d4e9;
		border-bottom: 1px solid #0069AA;
		color: #0069aa;
		font: bold 14px Verdana, sans-serif;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
	}

	div#viewInfo {
		background-color: #1c7cb7;
		color: #FFFFFF;
		margin: 2px;
		padding: 16px 10px 10px;
		position: absolute;
		right: 0;
		top: 35px;
		width: 166px;
	}

	div#view p {
		line-height: 1.5em;
		margin-bottom: 1em;
	}

	div#tabs {
	    height: 35px;
	    line-height: 35px;
		margin: -56px 0 20px -21px;
	}

	    div#tabs div.tab {
	    	border-left: 1px solid #C3D4E9;
			border-right: 1px solid #C3D4E9;
	    	color: #0069AA;
	    	cursor: pointer;
	    	float: left;
	    	font-weight: bold;
	    	padding: 0 15px;
	    }

	    div#tabs div.tab.focus {
	    	background-color: #EFF4F5;
			border-bottom: 1px solid #EFF4F5;
			border-left: 1px solid #0069AA;
	    	border-right: 1px solid #0069AA;
	    }

	div#panels {
		border-left: 1px solid #0069AA;
		float: left;
		margin-left: -1px;
		margin-top: -35px;
		min-width: 450px;
		padding: 20px;
		padding-top: 55px;
	}

		div#panels div.panel {
			display: none;
			width: 450px;
		}

			div#panels div.panel.focus {
				display: block;
				width: 450px;
			}

			div#panels table.history {
				margin-bottom: 25px;
			}

				div#panels table.history th {
					font-weight: bold;
					padding: 5px 15px 5px 0;
				}

				div#panels table.history td {
					padding: 5px 15px 5px 0;
				}

				div#panels table.history.fail td {
					color: #FF0000;
				}

/* view */

.view {
	background-color: #c3d4e9;
}

	.view .tab {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		color: #0069aa;
		cursor: pointer;
		font: bold 14px Verdana, sans-serif;
		float: left;
		height: 35px;
		line-height: 35px;
		margin: 0 1px -1px -1px;
		padding: 0 15px;
	}

	.view .tab.active {
		background-color: #EFF4F5;
		border-left: 1px solid #0069AA;
		border-right: 1px solid #0069AA;
	}

	.view .content {
		background-color: #EFF4F5;
		border-top: 1px solid #0069AA;
		clear: both;
		padding: 16px 15px 15px;
	}

/* modal */


.overlay_new {
	background: transparent url(../images/overlay.png) repeat;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.overlay_new .overlay-loading {
	background: transparent url(../images/div_loader_bg.gif) center no-repeat;;
	height: 31px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	position: absolute;
	top: 50%;
	width: 31px;
	z-index: 5002;
}

.overlay_new .overlay-success {
	background: #fff url(../images/div_success_bg.png) center no-repeat;
	border: 4px solid #0069AA;
	height: 90px;
	left: 50%;
	margin-top: -49px;
	margin-left: -134px;
	position: absolute;
	top: 50%;
	width: 260px;
	z-index: 5002;
}

.modal_new {
	background-color: #EFF4F5;
	border: 1px solid #0069aa;
	left: 50%;
	margin-left: -480px;
	position: fixed; top: 25px; bottom: 25px;
	width: 958px;
}

.modal_new.width-480 {
	margin-left: -240px;
	position: fixed; top: 50px; bottom: 50px;
	width: 478px;
}

	.modal_new .title {
		background-color: #0069AA;
		color: #fff;
		font-weight: bold;
		height: 15px;
		line-height: 15px;
		padding: 5px 10px;
	}

	.modal_new .close {
		background: transparent url(../../../../../../library/silk_icons_1.3/cross.png) center center no-repeat;
		border: 0;
		cursor: pointer;
		display: block;
		float: right;
		margin: 0;
		padding: 0;
		width: 16px; height: 16px;
	}

	.modal_new .content {
		overflow: auto;
		padding: 15px;
		position: absolute; top: 25px; bottom: 0; left: 0; right: 0;
	}

/* data */

ul.data {
	margin-bottom: 40px;
	width: 100%;
}

	ul.data li {
		border-bottom: 1px solid #C3D4E9;
		overflow: hidden;
		padding: 10px;
	}

	ul.data li.image-li {
		min-height: 48px;
	}

	ul.data li.image-li img{
		height: 48px;
		width: 48px;
	}

	ul.data li.caption {
		border-bottom: 3px solid #C3D4E9;
		font-weight: bold;
		padding: 10px 5px;
	}

	ul.data li.clickable {
		cursor: pointer;
	}

	ul.data li.sortable {
		cursor: move;
	}

	ul.data li.clickable:hover,
	ul.data li.sortable:hover {
		background-color: #fff;
	}

		ul.data .caption {
			font-weight: bold;
		}

		ul.data .controls {
			float: right;
			margin-left: 20px;
			text-align: right;
		}

			ul.data .controls a {
				color: #0069AA;
			}

			ul.data .controls input {
				margin: 0 0 0 10px;
				width: auto;
			}

		ul.data .mono {
			background-color: #fff;
			font-family: monospace;
		}

		ul.data .currency {
			text-align: right;
		}

		ul.data input[type="text"],
		ul.data input[type="password"],
        ul.data input[type="phone"],
        ul.data input[type="email"],
		ul.data textarea,
		ul.data .progress {
			background-color: #fff;
			border: 1px solid #0069AA;
			margin: 0 -6px;
			padding: 5px;
			width: 100%;
		}

		ul.data .progress {
			display: block;
			position: relative;
		}

			ul.data .progress .color {
				background: green;
				bottom: 0;
				left: 0;
				position: absolute;
				top: 0;
				width: 50%;
			}

			ul.data .progress .info {
				display: block;
				position: relative;
				text-align: center;
			}

		ul.data textarea.mce {
			height: 300px;
			padding: 0px;
		}

		ul.data .image {
			float: left;
			margin-right: 1em;
			max-width: 4em; max-height: 4em;
		}

		ul.data .preview {
			display: block;
			max-width: 100%;
		}

		ul.data .button {
			background-color: #0069AA;
			border: none;
			color: #fff;
			cursor: pointer;
			padding: 5px 10px;
			text-align: center;
		}

/* forms */

form.data {
	margin-bottom: 10px;
	width: 100%;
}

	form.data fieldset {
		border-bottom: 1px solid #C3D4E9;
		overflow: hidden;
		padding: 10px;
	}

	form.data fieldset.caption {
		border-bottom: 3px solid #C3D4E9;
		font-weight: bold;
		padding: 10px 5px;
	}

	form.data fieldset.sortable {
		cursor: move;
	}

		form.data span {
			display: block;
			float: left;
			margin-right: 20px;
		}

		form.data .caption {
			font-weight: bold;
		}

		form.data .controls {
			color: #0069AA;
			float: right;
			margin: 0;
			text-align: right;
		}

			form.data .controls a {
				color: #0069AA;
			}

			form.data .controls input {
				margin: 0; margin-left: 10px;
				width: auto;
			}

		form.data .mono {
			background-color: #fff;
			font-family: monospace;
		}

		form.data .currency {
			text-align: right;
		}

		form.data input[type="text"],
		form.data input[type="password"],
		form.data textarea {
			background-color: #fff;
			border: 1px solid #0069AA;
			margin: 0 -6px;
			padding: 5px 5px;
			width: 100%;
		}

		form.data .image {
			width: 100%;
		}

		form.data .button {
			background-color: #0069AA;
			border: none;
			color: #fff;
			cursor: pointer;
			padding: 5px 10px;
			text-align: center;
		}

/* login */

form#frmLogin p {
	margin-bottom: 10px;
}

form#frmLogin p.button {
	margin-top: 15px;
}

form#frmLogin input.frm_input {
	width: 175px;
}

form#frmLogin input.frm_button {
	width: 185px;
}

.select2-container--classic .select2-selection--multiple{
    border-radius: 0 !important;
    box-sizing: border-box !important;
    background-color: #fff;
    border: 1px solid #0069AA !important;
}
.select2-dropdown{
    border-radius: 0;
}
