td {
	padding : 2px ;
}

.disablefield {
    background-color: #fff3f3;
    border: #adadad 1px solid;
}

.notes_file {
    border-radius: 0px;
}

.notes_diaporama_item {
	border-radius: 0px;
}

.notes_list {
    background: #777777;

}
.notes_diaporama_list {
	background : #777777 ;
}

.notes_item {
	border-radius: 0px;
}

.viewspanel
{
	position : relative;
	box-shadow : 0px -3px 5px #D7D7D7 inset ;
}

.viewslayoutpanel
{
	padding : 0px ;
}

.viewspanel .panel_item
{
	opacity : 0.4 ;
	padding-left : 10px ;
	padding-right : 10px ;
	border-radius : 4px 4px 0 0 ;
	border : 1px solid transparent ;
	border-bottom : 0px ;
}

.viewspanel .panel_item.selected
{
	opacity : 1 ;
	background : #FFFFFF ;
	border : 1px solid #CCCCCC ;
	border-bottom : 0px ;
	box-shadow : 3px -3px 5px #D7D7D7 ;
}

.viewspanel .panel_label
{
	font-size : 14px ;
	padding : 10px ;
	visibility : visible ;
}

.orangeviews
{
	background-color : #F7BF88 ;

    background-image : -webkit-linear-gradient( right
    , rgba( 255 , 255 , 255 , 1 ) 0%
    , rgba( 255 , 255 , 255 , 0.5 ) 50%
    , rgba( 255 , 255 , 255 , 0.5 ) 51%
    , rgba( 255 , 255 , 255 , 0.1 ) 100% ) ;

	/*
	padding : 50px ;
	border : 50px solid blue;
	*/
}

.orangeviews .views-layout
{
	padding : 0px 5px 5px 5px ;
	/* background-color : #F7AAAA ; */
	/* border : 20px solid yellow; */
}

.orangeviews .views-buttons
{
	/* background: #00AA00 ; */
	/* padding : 5px ; */
}

.orangeviews .viewscontroller
{
	padding : 10px 10px 5px 10px ;
	/* border : 30px solid green; */
}

.orangeviews .view
{
	/* background-color : cyan ; */
	/*padding : 25px ;*/
	/*border : 20px solid red;*/
}

.splitter
{
}

.splitter_left
{
    border-radius: 0px;
    box-shadow: 1px 1px 5px 0px #cccaca;
}

.splitter_middle
{
    border-radius: 0px;
    box-shadow: 1px 1px 5px 0px #cccaca;}

.splitter_right
{
    border-radius: 0px;
    box-shadow: 1px 1px 5px 0px #cccaca;
}


.tree ul li .item.selected
{
	/* background : url(../img/tree/whiteclose.png) no-repeat left ; */

	background-color : #CFD8DC ;
	box-shadow : none ;

	color : #FFFFFF ;
}

.tree li .item.opened.selected
{
	background-color : #d8dbe0 ;
	box-shadow : none ;
}

.tree li .item.empty.selected
{
	background-color : #ced4dc ;
	box-shadow : none ;
}

.rowselected
{
	background: linear-gradient(75deg, rgb(207 212 220) 0%, rgb(242 239 238) 100%);
/*    background: linear-gradient(75deg, rgb(172 186 189) 0%, rgb(205 205 205) 100%);	*/
	color : #FFFFFF ;
}

.diaporamaselecteditem
{
	margin : 2px ;
	border : 1px solid #AAAAAA ;
	background-color : #5D7C84 ;
}

.diaporama_progressbar
{
	background-color : #cacaca ;
	border-radius : 1px;
}

.roundcorner4,.roundcorner7,.roundcorner10,.roundcorner25
{
	-moz-border-radius-topleft : 2px ;
	-webkit-border-top-left-radius : 2px ;
	-khtml-border-top-left-radius : 2px ;
	border-top-left-radius : 2px ;

	-moz-border-radius-topright : 2px ;
	-webkit-border-top-right-radius : 2px ;
	-khtml-border-top-right-radius : 2px ;
	border-top-right-radius : 2px ;

	-moz-border-radius-bottomleft : 2px ;
	-webkit-border-bottom-left-radius : 2px ;
	-khtml-border-bottom-left-radius : 2px ;
	border-bottom-left-radius : 2px ;

	-moz-border-radius-bottomright : 2px ;
	-webkit-border-bottom-right-radius : 2px ;
	-khtml-border-bottom-right-radius : 2px ;
	border-bottom-right-radius : 2px ;
}

.wqsplit
{
	box-shadow : 2px 2px 8px #dedede;
}

.progressbar
{
	background-color : #5D7C84 ;

	-moz-border-radius-topleft : 4px ;
	-webkit-border-top-left-radius : 4px ;
	-khtml-border-top-left-radius : 4px ;
	border-top-left-radius : 4px ;

	-moz-border-radius-topright : 4px ;
	-webkit-border-top-right-radius : 4px ;
	-khtml-border-top-right-radius : 4px ;
	border-top-right-radius : 4px ;

	-moz-border-radius-bottomleft : 4px ;
	-webkit-border-bottom-left-radius : 4px ;
	-khtml-border-bottom-left-radius : 4px ;
	border-bottom-left-radius : 4px ;

	-moz-border-radius-bottomright : 4px ;
	-webkit-border-bottom-right-radius : 4px ;
	-khtml-border-bottom-right-radius : 4px ;
	border-bottom-right-radius : 4px ;
}

.linkhover
{
	background-color : #5D7C84 ;
	color : #FFFFFF ;
}

.linksel
{
	background-color : #5D7C84 ;
	color : #FFFFFF ;
}


.centerchooserhover
{
	background-color : #5D7C84 ;
	color : #FFFFFF ;
}


.menuchooserhover
{
	background-color : #5D7C84 ;
	color : #FFFFFF ;
}


.stdheader
{
	border-radius : 4px ;
	background : #5D7C84 ;
	text-align : center ;
}


    

/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; padding-left:3px;}*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { border-radius:2px;font-family: Roboto, Arial, sans-serif;font-size: 12px; padding:3px;border: 1px solid #cdcdcd;}
.ui-widget-header a { color: #a71212; }


.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;background:linear-gradient(57deg, #5a6674 0%, #5a667494 100%)  }

.ui-widget-content { border:1px solid #c3c3c3; background-color: #fefefe; color: #111111; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 0px solid #CC8F95; background: #5D7C84  50% 50% repeat-x; color: #e4e4e4; font-weight: normal; }

.ui-widget-header a { color: #e4e4e4; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #7d7a7a; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #7d7a7a; text-decoration: none; }
.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 { cursor: pointer;background: #4f66824f;color: #ffffff; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {     border: 1px solid #C3C3C3;; background: #EAEAEA   url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #275865; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {     background-color: #ffffff;font-family: Arial;color: #64a3a6;; }
.ui-accordion .ui-accordion-header {border-radius: 0px;font-weight: initial;}
.ui-datepicker-current-day .ui-state-active
{
	background: #cccccc ;
	color : #000000;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #275865; background: #84c3c6 url("images/ui-bg_highlight-soft_75_ff5c7d_1x100.png") 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
/*.ui-icon { width: 45px; height: 45px; background-image: url("images/ui-icons_222222_256x240.png"); }*/
.ui-widget-content .ui-icon {background-image: url("images/ui-icons_222222_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("images/ui-icons_ffffff_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("images/ui-icons_D41124_256x240.png"); }
/*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("images/ui-icons_D41124_256x240.png"); }*/
.ui-state-active .ui-icon {background-image: url("images/ui-icons_D41124_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("images/ui-icons_228ef1_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("images/ui-icons_ffd27a_256x240.png"); }


/* Overlays */
/*.ui-widget-overlay { background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }*/
.ui-widget-overlay { background: black; opacity: .88; }

.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }


