@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 600;
}

body {
    background-image: none;
    background-color: #fff;
 	background-repeat: no-repeat;
 	background-position: center top;
	font-family: Roboto !important;
	font-size:12px;
	width: 100%;
	color: #000;
}

a {
	color: #000;
}
p {
	color: #000;
}
h1, h2, h3, h4 {
	color: #3a3a3a;
}
h4 {
	font-size: 20px;
}

#main{
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	width: 100%;
	max-width: initial;
	overflow: hidden;
}

#header{
	height:110px;
	width: 100%;
	background-color:#EFEFEF;
}
#header_row1 {
    height: 10px;
	background-color: #666666;
}

#logo {
    height: 100px;
   	background-image: url("../images/logo.png");
  	background-repeat: no-repeat;
  	background-color: transparent;
  	margin-left: 20px;
}

#logo img{
	display: none;
}

#content{	
	height:auto;
	margin-left: 275px;
	overflow: hidden;
	margin-top: 50px;
}

#menu {
	height: 300px;
	width: 220px;
	overflow: hidden;
	padding-top: 40px;
	/*background-color:#efefef;*/
}

ul.topnav {
	width: 220px;
	background:none;
	list-style-type: none;
	padding: 1px 20px;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 300;
	border: none;
	z-index: 200;
}

ul.topnav li {
	display: block;
	float: left;
	margin: 0;	
	padding: 0px 50px 0 0;
	position: relative;
	width:100%;
}

ul.topnav li a{
	padding: 10px 5px;
	color: #3a3a3a;
	display: block;
	text-decoration: none;
	float: left;
	width: 100%;
}

ul.topnav li a:hover{
	color: #daa26d;
	background: none;
}

input.phc-field, textarea.phc-field, select.phc-field, .ui-widget-content, label, .phc-field-note, .stepContentHeader {
	color: #3a3a3a;
	font-weight:300;
}
.stepContentHeader {
	font-weight: bold;
	font-size: 16px;
}
.ui-widget-content a { 
	color: #3a3a3a; 
	text-decoration: none;
}
.ui-widget-content a:hover { 
	color: #daa26d;
}

.user-form {
	border: 0;
}
.user-form p {
	float: left !important;
	clear: left !important;
	margin-bottom: 20px !important;
}

#cnt_middle {
	width: 98%;	
}

.ui-mcpanel div.event-item-main-container {
	background-color: #fff;
	color: #000;
}
div.event-item-content {
	color: #000;
	font-family:Roboto;
	font-size:14px;
}

.ui-widget {
	font-family: Roboto;
}
.ui-widget-header {
	background: none; 
	background-color:#fff; 
	color: #3a3a3a; 
	font-weight: 300;
	font-family:Roboto; 
	border: none; 
	font-size: 30px;
	margin-bottom:5px; 
	text-transform: uppercase;
	line-height: initial !important;
}
.ui-dialog-title-dialog {
	border-top: 1px solid #3a3a3a;
}
.ui-mcpanel.ui-dialog .ui-mcpanel-titlebar {
	padding: 0;
	padding-top: 0px;
	margin-bottom: 10px;
	border: 0 none;
	border-top: 1px solid #d1d1d1;
	font-size: 30px;
}
.ui-mcpanel.ui-dialog .ui-mcpanel-titlebar .ui-dialog-title-dialog {
	border-top: 1px solid #3a3a3a;
}
.ui-dialog .ui-dialog-titlebar { 
	padding: .4em 0.2em; 
	position: relative;
	border: 0 none;
	font-size: 30px;
}
.ui-dialog, .ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-buttonpane, .ui-jqdialog, .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content, .ui-jqdialog .ui-widget-content, .ui-tooltip {
	background-color: #fff;
	margin: 0;
	background-image: none;
	border: 1px solid #666;
}
.ui-dialog .ui-widget-content {
	border: 0 none;
}
.ui-dialog .ui-widget-content.ui-dialog-titlebar {
	border: 0 none !important;
	font-size: 30px !important;
	font-weight: 300;
}
.ui-dialog .ui-widget-content#dialogMsg {
	background-color: #efefef;
}
.ui-jqdialog .ui-jqdialog-titlebar-close {
	background-color: red;
}
.ui-jqdialog .EditTable .ui-icon {
	display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-image: none !important;
	border: 0 none;
	color: #3a3a3a;
	background-color: #efefef;
	padding: 5px;
	font-family:Roboto;
	font-weight:normal !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-default:hover {
	background-color: #daa26d;
}
#gridHolder {
	overflow-x: auto;
	min-height: initial !important;
}

.ui-jqgrid {
	padding: 0 !important;
	border: 0;
}
.ui-jqgrid .ui-state-hover  {
	background-color: #ccc;
	color:#000;
}

.ui-jqgrid-hdiv {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.ui-jqgrid-hbox {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.ui-mcpanel.ui-widget-content {
	padding: 0;
	border: 0;
}
.ui-jqgrid-pager, .ui-jqgrid-pager:hover, .ui-jqgrid-hdiv:hover {
	color: #000;
	background-color: #efefef;
}
.ui-jqgrid-hdiv th.ui-state-hover, .ui-jqgrid-hdiv th:hover {
	color: #daa26d;
	background-color: #efefef;
}
.ui-jqgrid-bdiv .ui-state-hover, .ui-jqgrid-bdiv .ui-state-highlight {
	border: none;
	color: #000;
}
.ui-jqgrid-bdiv .ui-state-highlight {
	background-color: transparent;
}
.ui-jqgrid tr.ui-row-ltr td {
	border: none;
	font-family: Roboto;
	font-size:12px;
	font-weight:300;
}
.ui-jqgrid .ui-pg-table td, .ui-jqgrid .ui-paging-info {
	font-weight: 300;
}

label.error {
	margin-left: 10px;
	font-size: 12px;
	line-height: 22px;
	vertical-align: bottom;
}
.ui-mcpanel .ui-mcpanel-content {
	padding: 0;
}

#reg_user_meni, #reg_content {
	width: 100% !important;
	float: left;
	margin-bottom: 10px;
}
#reg_user_meni .info-panel {
	max-width: initial;
}
#reg_user_meni .info-panel-title {
	float: left;
	display: none;
}
#reg_user_meni .info-panel-body {
	float: left;
	height: 30px;
	overflow: hidden;
	width: 100%;
	font-family:Roboto;
	font-weight:300 !important;
}
#reg_user_meni .info-panel-body ul.info-panel-items-list {
	float: left;
	overflow: hidden;
	height: 100%;
}
#reg_user_meni .info-panel-body ul.info-panel-items-list li {
	display: inline;
	float: left;
	background-color: #fff;
	background-image: none;
	padding: 0;
	margin-right: 20px;
	height: 100%;
}
#reg_user_meni .info-panel-body ul.info-panel-items-list li a {
	text-decoration: none;
	font-weight: 300;
	padding: 10px 5px;
	vertical-align: bottom;
	line-height: 30px;
	font-size:16px;
}
#reg_user_meni .info-panel-body ul.info-panel-items-list li:hover a {
	background: none;
	color: #daa26d;
}
.info-panel-body {
	background-color: #fff;
}

.rep-month, .rep-month-day {
	display: none;
}
.repertoireCnt{
	border-bottom: 10px solid #fff !important;
}
.repertoireCnt a {
	font-weight: normal;
	/*font-size: 20px;*/
	color:#3a3a3a;
}

#cntSectionGroup {
	margin-top: 20px !important;
}
#selectedItemsDialog {
	height: auto !important;
	padding: 3px;
}
#selectedItemsDialog fieldset {
	border: 0 none;
	overflow-x: hidden;
	background-color: #efefef;
	border: 1px solid #daa26d
}

#footer{
	height:50px;
	width:100%;
	background:none;
	background-color:#fff;
	color:#000;
	margin-top: 50px;
	text-align: center;
	border-top: none;
}
