
/* - main.css - */
@media screen {
/*
  This file is based on the ploneCustom.css.dtml file shipped with Plone.

   (do not remove this)
   (not this either)
*/

/*
** COLUMNS.CSS STYLES 
*/
#portal-column-one,
#portal-column-content,
#portal-column-two {

}
#portal-columns {
    background: transparent url("https://aceproject.org/vertical_separator.png") top right repeat-y;
    border-bottom: 1px solid #ccc;
}
#portal-column-content {
    padding: 0;
}

/*
** AUTHORING.CSS STYLES 
*/

.contentViews {
    clear: both;
}

/*
** ABOUT ACE VIEWLET STYLES 
*/

#ace-about {
    background: #EDF2FA url("https://aceproject.org/about-ace-bullet.gif") 1em 50% no-repeat;
    padding: 1em 1em 1em 3em;
    width: 450px;
    float: left;
}
#ace-about a {
    color: #3673C7;
	font-size: 1.3em;
	font-style: italic;
}

/*
** COUNTRY SELECTOR STYLES 
*/

#country-selector {
    border-bottom: 2px solid #ccc;
    padding-bottom: 2em;
    margin-bottom: 1em;
}


div.keyword_form select {
    width: 12em;
}


INPUT.context,
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
background: none;
margin-bottom: 1px ! important;
color: white;
font-size: 110%;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #3573c6;
}
INPUT.destructive,
.destructive,
.documentEditable * .destructive {
background: none;
margin-bottom: 1px ! important;
font-size: 110%;
color:white;
background-color: #cc0000;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #cc0000;
}



div.formControls INPUT.context {
margin-bottom: 1px ! important;
color: white;
font-size: 110%;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #3573c6;
}

.standalone,
.documentEditable * .standalone {
margin-bottom: 1px ! important;
color: white;
font-size: 110%;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #3573c6;
}



input.inputLabel {
color: #76797c;
height:1.4em;
width:15em;
font-size: 110%;
}


#portal-searchbox {
float: right;
clear: right;
background-color: transparent;
margin-bottom: 1em;
padding-right: 1em ;
padding-top: 4em ;
text-align: right;
text-transform: none;
white-space: nowrap;
z-index: 2;
}

button.kupu-save, .kupu-tb-buttons button.kupu-save {
display: none;
visibility: hidden;
width: 0;
}
table.kupu-colorchooser {
visibility: hidden;
}
#login-form .field {
width:150px;}


/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */
}

