html { margin: 0 0 0 0; height:100%;}
body { margin: 0 0 0 0; height:100%; background-color: #fff; font: 13px/1.7em 'Open Sans';}
p { font: 13px/1.7em 'Open Sans'; 	}
h1 { font: 2em 'Open Sans' 200; 	 }
h4 { font: 1em 'Open Sans' 200; 	 }
h4.dashboard { font: 1em 'Open Sans' 200; color:#0083C4;	 }
a {  color: #514E87; text-decoration:underline; }
a:hover { color: #ff6600; text-decoration:none; }
a.purple {  color: #98012E; text-decoration:underline; }
a.purple:hover { color: #ff6600; text-decoration:underline; }
input,
button,
select,
textarea {
  font-family: 'Open Sans';
  margin-right:20px;
}
.bold{font-weight: bold;}
.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}
.table td {
	vertical-align: middle;
}
.table-bordered th {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}
nav
{
	background-color:#98012E;
	display:block;
	height:auto;
}
.navbar .container {
	position: static;
	display:block;
	height:auto;
}
.navbar .nav-header {
    position: relative;
    height:75px; 
    display:block; 
    border-left:1px dotted #4E3D21; 
    border-right:1px dotted #4E3D21;
}
.navbar-inner {
	background-color:#fff !important;
    position: relative;
	padding: 0 0;
	height:75px;
	 background:transparent url(../images/client/logo.jpg) no-repeat top left; 
}
.navbar-fixed-top {
	position: static;
	display:block;
	padding: 0 0;
	height:75px;
}
.navbar .nav a {
	font-size: 11px;
}
.navbar .nav>li>a { color:#fff !important;}
.navbar .brand {
	font-weight: 500;
	height:75px;
	position: relative;
	top: 0px; 
    vertical-align:middle;
}
.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}
.navbar .search-query::-webkit-input-placeholder {
    color: #666;
}
.navbar .search-query:-moz-placeholder {
    color: #666;
}
.subnavbar 
{
	position: relative; 
    display:block;
	height: 55px;
	margin:0;
	padding: 0;
}
.subnavbar .container {
	display:block;
	height: 55px;
	padding: 0;
	left:0;
}
.subnavbar-inner {
	height: 55px;
	background: transparent;
	left:0;
}
.subnavbar .container > ul {
	display:block;
	padding: 0;
	left:-30px;
	
}
.subnavbar .container > ul > li {
	float: left !important;
	min-width: 75px;
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	border-left: 1px dotted #fff;
}

.subnavbar .container > ul > li.first {
	float: left !important;
	min-width: 75px;
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	border-left: 0px dotted #fff;
}
.subnavbar .container > ul > li > a {
	display: block;
	height: 100%;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.subnavbar .container > ul > li > a:hover {
	color: #fff;
    background-color:#5F6062;
	border-bottom:3px solid #ff6600;
	text-decoration: none;
}
.subnavbar .container > ul > li > a > i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 11px;
	margin-bottom: -3px;
	font-size: 20px;
}
.subnavbar .container > ul > li > a > span {
	display: block;
}
.subnavbar .container > ul > li.active > a {
    background-color:#5F6062;
	border-bottom:3px solid #ff6600;
	color: #fff;
}
.subnavbar .dropdown .dropdown-menu a {
	font-size: 11px;
}
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 5px;
}
.subnavbar .caret {
	margin-top: 4px;
	border-top-color: white;
	border-bottom-color: white;
}
.subnavbar .dropdown.open .caret {
	display: none;
}
.main {
    top:0px;
	padding-bottom: 0em; 
    min-height:100% !important;
    vertical-align:top !important; 
}
.extra {
	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;
}
.extra-inner {
	padding: 20px 0;
	font-size: 11px;
	color: #BBB;
	background: #1A1A1A;
}
.extra a {
	color: #666;
}
.extra h4 {
	margin-bottom: 1em;
	font-weight: 400;
}
.extra ul {
	padding: 0;
	margin: 0;
}
.extra li {
	margin-bottom: .6em;
	list-style: none;
}
.footer {
	margin-top: 0;
	border-top: 1px solid #292929;
}
.footer-inner {
	padding: 15px 0;
	font-size: 11px;
	background: #111;
	color: #999;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
	overflow: hidden;
}
.widget-header {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #fff;
	background:-moz-linear-gradient(top, #fff 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #fff 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #fff 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #fff 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #fff 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2efea')";
	border: 1px solid #d6d6d6;
	-webkit-background-clip: padding-box;
}	
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #525252;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #555;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #D5D5D5;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}




/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}


.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}


/* info and errors */
.message-info
{
    clear: both;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    background-color:#ffffcc;
    border: 1px solid #ffcc66;
    text-align:left;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    background-color:#ffffcc;
    border: 1px solid #ffcc66;
    text-align:left;
    padding: 10px 20px;
}

.message-success
{
    color: #1b7007;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    background-color:#ffffcc;
    border: 1px solid #ffcc66;
    text-align:left;
    padding: 10px 20px;
}


/* styles for validation helpers */
.error
{
    color: #e80c4d;
}
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}


.lr-button {
    color: #fff;
    background-color: #514E87;
    border: 0px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 15px;
    margin: 10px 10px 10px 10px;
    min-width: 150px;
    width: auto;
    border-radius:5px; 
    text-decoration:none;
    
}
.lr-button:hover {
    color: #fff;
    background-color: #ff9300;
    border: 0px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 15px;
    margin: 10px 10px 10px 10px;
    min-width: 150px;
    width: auto;
    border-radius:5px;
    text-decoration:none;
}
.sr-button {
    color: #fff;
    background-color: #514E87;
    border: 0px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 5px;
    margin: 10px 10px 10px 10px;
    min-width: 50px;
    width: auto;
    border-radius:5px;
    text-decoration:none;
}
.sr-button:hover {
    color: #fff;
    background-color: #ff9300;
    border: 0px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 5px;
    margin: 10px 10px 10px 10px;
    min-width: 50px;
    width: auto;
    border-radius:5px;
    text-decoration:none;
}
a.lr-button {
    color: #fff;
    background-color: #514E87;
    border: 0px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 15px;
    margin: 10px 10px 10px 10px;
    min-width: 150px;
    width: auto;
    border-radius:5px; 
    text-decoration:none;
    
}
a.lr-button:hover {
    color: #fff;
    background-color: #ff9300;
    border: 0px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 15px;
    margin: 10px 10px 10px 10px;
    min-width: 150px;
    width: auto;
    border-radius:5px;
    text-decoration:none;
}
.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}


/* Message layout */


ul.messages_layout {
	position: relative;
	margin: 0;
	padding: 0
}
ul.messages_layout li {
	float: left;
	list-style: none;
	position: relative
}
ul.messages_layout li.left {
	padding-left: 75px
}
ul.messages_layout li.right {
	padding-right: 75px
}
ul.messages_layout li.right .avatar {
	right: 0;
	left: auto
}
ul.messages_layout li.right .message_wrap .arrow {
	right: -11px;
	left: auto;
	background-position: 0 -213px;
	height: 15px;
	width: 11px
}
ul.messages_layout li.by_myself .message_wrap {
	border: 1px solid #b3cdf8
}
ul.messages_layout li.by_myself .message_wrap .info a.name {
	color: #4a8cf7
}
ul.messages_layout li a.avatar {
	position: absolute;
	left: 0;
	top: 0
}
ul.messages_layout li a.avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
ul.messages_layout li .message_wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	float: left;
	background: #fefefe;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	box-shadow: rgba(0,0,0,0.1) 0 1px 0px
}
ul.messages_layout li .message_wrap .arrow {
	background-position: 0 -228px;
	height: 15px;
	width: 11px;
	height: 15px;
	width: 11px;
	position: absolute;
	left: -11px;
	top: 13px
}
ul.messages_layout li .message_wrap .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 23px
}
ul.messages_layout li .message_wrap .info .name {
	float: left;
	font-weight: bold;
	color: #483734
}
ul.messages_layout li .message_wrap .info .time {
	float: left;
	font-size: 11px;
	margin-left: 6px
}
ul.messages_layout li .message_wrap .text {
	float: left;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	padding-top: 5px
}

ul.messages_layout .dropdown-menu  li{ width:100%; font-size:11px;}


/* Full Calendar */

.fc {
	direction: ltr;
	text-align: left;
	position: relative
}
.fc table {
	border-collapse: collapse;
	border-spacing: 0
}
html .fc, .fc table {
	font-size: 1em
}
.fc td, .fc th {
	padding: 0;
	vertical-align: top
}
.fc-header td {
	white-space: nowrap;
	background: none
}
.fc-header-left {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 6px
}
.fc-header-left .fc-button {
	margin: 0;
	position: relative
}
.fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
	float: left;
	border: none;
	padding: 14px 10px;
	opacity: 0.5
}
.fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
	border: none
}
.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
	display: none
}
.fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
	opacity: 1
}
.fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
	background: none !important;
	margin-top: -1px
}
.fc-header-left .fc-button-prev .fc-button-inner {
	background-position: 0 -351px;
	height: 16px;
	width: 11px
}
.fc-header-left .fc-button-next {
	float: right
}
.fc-header-left .fc-button-next .fc-button-inner {
	background-position: 0 -367px;
	height: 16px;
	width: 11px
}
.fc-header-center {
	text-align: center
}
.fc-header-right {
	text-align: right;
	position: absolute;
	top: -34px;
	right: 10px
}
.fc-header-title {
	display: inline-block;
	vertical-align: top
}
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #6C737F;
	line-height: 55px;
}
.fc .fc-header-space {
	padding-left: 10px
}
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top
}
.fc-header .fc-button {
	margin-right: -1px
}
.fc-header .fc-corner-right {
	margin-right: 1px
}
.fc-header .ui-corner-right {
	margin-right: 0
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
	z-index: 2
}
.fc-header .fc-state-down {
	z-index: 3
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
	z-index: 4
}
.fc-content {
	clear: both;
	background: #f9f9f9
}
.fc-view {
	width: 100%;
	overflow: hidden
}
.fc-view thead {
	background:#e9ecf1;
	line-height: 35px
}
.fc-widget-header, .fc-widget-content {
	border: 1px solid #ccc
}
.fc-state-highlight {
	background: #F4F3E6
}
.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20)
}
.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.fc-button-today{margin-top: 8px !important;}
.fc-state-default {
	border-style: solid;
	border-width: 1px 0
}
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden
}
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-width: 0 1px
}
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap
}
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%
}
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
*margin-top:0;
*top:-50%
}
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0
}
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9)
}
.fc-state-default, .fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	color: #000
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #999
}
.fc-state-down {
	border-color: #555;
	background: #777
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd
}
.fc-state-disabled {
	cursor: default
}
.fc-state-disabled .fc-button-effect {
	display: none
}
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default
}
a.fc-event, .fc-event-draggable {
	cursor: pointer
}
a.fc-event {
	text-decoration: none
}
.fc-rtl .fc-event {
	text-align: right
}
.fc-event-skin {
	border-color: #3f85f5;
	background-color: #5e96ea;
	color: #fff
}
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden
}
.fc-event-time, .fc-event-title {
	padding: 0 1px
}
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
	line-height: 50%
}
.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px
}
.fc-event-hori .ui-resizable-e {
	top: 0 !important;
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: e-resize
}
.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: w-resize
}
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px
}
.fc-corner-left {
	margin-left: 1px
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
	margin-left: -1px
}
.fc-corner-right {
	margin-right: 1px
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
	margin-right: -1px
}
.fc-corner-top {
	margin-top: 1px
}
.fc-corner-top .fc-event-inner {
	margin-top: -1px
}
.fc-corner-bottom {
	margin-bottom: 1px
}
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px
}
.fc-corner-left .fc-event-inner {
	border-left-width: 1px
}
.fc-corner-right .fc-event-inner {
	border-right-width: 1px
}
.fc-corner-top .fc-event-inner {
	border-top-width: 1px
}
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px
}
table.fc-border-separate {
	border-collapse: separate
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 1px
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 0px
}
.fc-first {
	border-left-width: 0 !important
}
.fc-last {
	border-right-width: 0 !important
}
.fc-grid th {
	text-align: center
}
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px
}
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px
}
.fc-grid .fc-event-time {
	font-weight: bold
}
.fc-rtl .fc-grid .fc-day-number {
	float: left
}
.fc-rtl .fc-grid .fc-event-time {
	float: right
}
.fc-agenda table {
	border-collapse: separate
}
.fc-agenda-days th {
	text-align: center
}
.fc-agenda .fc-agenda-axis {
	width: 60px !important;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal
}
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px
}
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px
}
.fc-agenda-days .fc-col0 {
	border-left-width: 0
}
.fc-agenda-allday th {
	border-width: 0 1px
}
.fc-agenda-allday .fc-day-content {
	min-height: 34px;
	_height: 34px
}
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden
}
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee
}
.fc-agenda-slots th {
	border-width: 1px 1px 0
}
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none
}
.fc-agenda-slots td div {
	height: 20px
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style:solid
}
.fc-event-vert {
	border-width: 0 1px
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden
}
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px
}
.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
	display: none\9
}
.fc-event-vert .ui-resizable-s {
	bottom: 0 !important;
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}
.fc-agenda .ui-resizable-resizing {
	_overflow: hidden
}
.fc-header-left .fc-button-prev .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
height: 16px;
width: 11px;}

.fc-header-left .fc-button-next .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
height: 16px;
width: 11px;}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
	width: 100%;
	height: 250px;
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover { background:#005399;}

.accordion-heading { background:#e5e5e5;  }
.accordion-heading a { color:#545454; text-decoration:none; font-weight:bold; }

.btn-facebook-alt i {
color: #23386a;
}
.btn-twitter-alt i {
color: #0098d0;
}
.btn-google-alt i {
color: #b6362d;
}
.btn-linkedin-alt i {
color: #0073b2;
}
.btn-pinterest-alt i {
color: #ab171e;
}
.btn-github-alt i {
color: #333;
}

.all-icons li { list-style:none;}

.ML0 { margin-left:0}
.MR0 { margin-right:0;}



/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    width: 80% !important;
}
.editor-label {
    font-weight:bold;
}
.editor-field {
    display:block;
    margin-bottom:10px;
}
.editor-field-center {
    display:block;
    text-align:center;
    margin-bottom:10px;
}
.editor-field-align-center 
{
    width:auto;
    display:block;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
label.checkbox
{
    display: inline;
}
label.radio
{
    display: inline;
}
.editor-field-checkbox label
{
    display: inline;
    vertical-align:middle;
    padding-left:5px;
    margin:0 0 0 0;
}

a.field-link {
	color: #666 !important;
}
a.field-link:hover {
	color: #ff6600;
	text-decoration: underline;
}
/* RadAsyncUpload */
.section-header { color:#005399; font: 13px/1.7em 'Open Sans'; font-weight:bold; }
.form-container{ width:100%; height:auto; display:block; padding:10px 10px 10px 10px; overflow:hidden; }
.account-container{ width:100%; height:auto; display:block; padding:10px 10px 10px 10px; cursor:pointer; cursor:hand; overflow:hidden;  }
.container-details { float:left; cursor:pointer; cursor:hand, pointer; text-align:left; }
.container-details-main { float:left; width:100%; cursor:pointer; cursor:hand, pointer; text-align:left; padding-bottom:15px; }
.container-options { float:right; vertical-align:top; margin-right:25px; display:block; width:75px; cursor:hand, pointer; cursor:hand; }
.container-photo { width:85px; float:left; text-align:left; vertical-align:middle;}
.container-photo-large { width:175px; float:left; text-align:left; vertical-align:top; margin-top:2px;}
.reports-box {display: table-cell; width:100px; height:100px; float:left; padding:3px 3px 3px 3px; margin: 10px 10px 10px 10px; border:1px solid #ccc; text-align:center; vertical-align:middle; }
.reports-box-text { display: table-cell; vertical-align: middle; }
.column-2{width:50%; min-width:350px; height:auto; padding:10px 10px 10px 10px; display:block; float:left;}
.column-1{width:100%; height:auto; padding:10px 10px 10px 10px; float:left;}
.RadUpload input.ruFakeInput { display: none; }
.RadUpload input.ruBrowse{ width: auto; cursor:pointer; } 
.RadUpload span.ruFileWrap input.ruButtonHover { background-position: 100% -46px; }
.RadUpload input.ruButton{ background-position: 0 -46px; }
.RadUpload input.ruRemove {display:none; }
.drop-zone-container{ width:48%; min-width:300px; height:auto; display:block; float:left; }
.drop-zone-text { display: table-cell; vertical-align: middle; }
.drop-zone{ width: 98%; height: 150px; display: table; margin-left:auto; margin-right:auto; background-color: #FAFFBD; border:2px dotted #ff6600; color: #ff6600; float: left; text-align: center; vertical-align:middle; font-size: 24px; margin-bottom:1em; }
.drop-zone-1{ width: 98%; height: 150px; display: table; margin-left:auto; margin-right:auto; background-color: #E1EFF7; border:2px dotted #1462FA; color: #1462FA; float: left; text-align: center; vertical-align:middle !important; font-size: 24px; margin-bottom:1em; }
.drop-zone-2{ width: 98%; height: 150px; display: table; margin-left:auto; margin-right:auto; background-color: #FAFFBD; border:2px dotted #ff6600; color: #ff6600; float: left; text-align: center; vertical-align:middle !important; font-size: 24px; margin-bottom:1em; }
a.link-large {  font-size:1.3em; line-height:2.5em; }
a.link-large:hover { color: #ff6600; text-decoration:none; }
.Tab{ vertical-align:bottom; }
.TabPage { border: 1px solid #CCC; border-top: none; margin-top: -1px; padding:15px; vertical-align:top; text-align:left; }
.TabPageInner { border: 1px solid #828282; border-top: none; margin-top: -1px; padding-left:5px; padding-right:5px; vertical-align:top; text-align:left; }
.Row { width:100%; display:block; float:left; overflow:hidden;}
/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	list-style-type: none;
}

.exampleRadComboBox.RadComboBoxDropDown .rcbHeader {
	padding: 5px 27px 4px 7px;
}

.rcbScroll {
	overflow: scroll !important;
	overflow-x: hidden !important;
}.col1{
	margin: 0;
	padding: 0 5px 0 0;
	width: 100px;
	line-height: 14px;
	float: left;
}
.col2,
.col3, col4 {
	margin: 0;
	padding: 0 5px 0 0;
	width: 220px;
	line-height: 14px;
	float: left;
}
/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	
	
    /* ACC */
    .rgAdvPart {
        clear:both !important;
        overflow:hidden;
        display:none !important;
    }
    .navbar {
        display:block;
    	margin-bottom: 1.5em;
    }
    .navbar-inner {
        height: auto !important;
    }
    .subnavbar {
	    height: 200px;
    	    margin-bottom: 1.5em;
            display:block;
        }
    .subnavbar-inner {
	    height: auto;
	    background: transparent;
    }
    .column-2{width:90%; max-width:320px; height:auto; padding:10px 10px 10px 10px; display:block; float:left;}
}





/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	
	.subnavbar {
		margin-left: 0px;
		margin-right: -20px;	
	}
	
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container > ul {
		width: 100%;
		height: auto;
		border: none;
	}
	
	.subnavbar .container > ul > li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		
		border: none;
	}
	
    
    
    .subnavbar .container > ul > li.active > a {
		font-size: 11px;
    	background: transparent;
    }
	
	.subnavbar .container > ul > li > a > i {	
		display: inline-block;	
		margin-bottom: 0;
		
		font-size: 20px;
	}
	
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 11px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	
	.extra {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.extra .container {
		padding: 0 20px;
	}
	
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.footer .container {
		padding: 0 20px;
	}
	
	.footer .footer-terms {
		text-align: left;
	}
	
	.footer .footer-terms a {
		margin-left: 0;
		margin-right: 1em;
	}
    /* ACC */
    .rgAdvPart {
        clear:both !important;
        overflow:hidden;
        display:none !important;
    }
}
    




/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
	
	.navbar-fixed-top {
		position: static;
		
		margin-bottom: 0;
	}
	
	.subnavbar 
	{
	    width:100%;
	}
	
	.subnavbar .container {		
		width: auto;
	}
}






/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
    .main {
        height:100%;
    }
    .main-inner .container {
        width:100%;
        min-height:600px;
        padding-left:0px;
        padding-right:0px;
        background-color: #fff; 
    }
	.navbar .search-query {
		width: 200px;
	}
	
	
}


.mygrid td { padding:2px 5px 2px 5px; }
.gridheader { background-color:#3c474e; font-family: verdana; font-size: 10pt; text-align:center; line-height:20px; }
.griditem { background-color:#edeef2; color:#333333; font-family: verdana; font-size: 10pt; }
.gridaltitem { background-color:#FFFFFF; color:#333333; font-family: verdana; font-size: 10pt; }


