.ui-widget {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	border-radius: 0px;
}

.ui-widget-content {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    color: #666;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}


.ui-accordion-header{
	background: #EBEBEB;
    border: 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	border-radius: 0px;
}

.ui-accordion-content{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 5px !important;
}


.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0px !important;
}


.ui-widget-header {
    background: #EBEBEB;
    border: 0;
    color: #666;
    font-weight: 300;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em .5em;
    position: relative;
    font-size: 12px;
    border-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar-close{
	height: 22px;
	width: 22px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text{
	line-height:10px;
}

.ui-dialog-content select, input{
	border-color: silver;
}

fieldset{
    border: 1px solid silver;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.editCC{
	cursor:pointer;
}

.leftSideContent{
	float:left; 
	width: 644px; 
	height: 100%;
	overflow:scroll;
	overflow-x:hidden;
	padding: 3px;
}

.sidebar{
	float:right; 
	width:50px; 
	background-color: #333; 
	height:100%;
	position: absolute;
	top:0px;
	right:0px;
}

.sidebarList li{
	list-style: none;
	font-size: 35px;
	margin-left:-35px;
	color: #CCC;
}


 #CodeEditor {
    margin: 0;
    position: absolute;
    top: 0;
   	bottom: 0;
	left: 0;
	right: 0;
}

.linecross{
	text-decoration: line-through;
}

.dialogTile{
	float:left;
	margin: 10px;
	width:300px;
	height:100px;
	padding:2px;
	padding-left:5px;
	
	border-left: 5px solid #000;
	border-top: 1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#profileTabs input{
	width: calc(100% - 7px);
	
}

#profileTabs select{
	width: calc(100%);
	
}

#profileTabs textarea{
	height: 80px;
	width: calc(100% - 7px);
	
}

#profileTabs td{
	height: 27px;
}

.profileTab{
	border: 0px !important;
}

.profileTab-nav{
	background-color: white;
	border-bottom: 1px solid #EBEBEB;
}

.profileTab-panel{
	padding: 10px 15px; !important;
}
