/** FORM FIELD **/
/* Form field large medium */
.form-contener{
  padding: 10px 20px;
}
.height-large {
  height: 43px;
}
#box-login input, #box-forget-pwd input {
  margin-bottom: 15px;
  margin-top: 5px;
}
.input-large{ /* OK */
  height: 35px;
}
.input-medium{ /* OK */
  height: 25px;
}
.input-small{ /* OK */
  height: 12px;
}
.input-hidden{ /* OK */
  height: 0px;
  width: 0px;
  display: none;
}
.clean-field{
    cursor:pointer;
    margin: 5px 0px 0px 2px;
}
textarea,input[type="text"],input[type="password"]{
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: normal;
    font-size: 13px;
    font-family:"Calibri","CalibriFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
}
input:disabled, textarea:disabled, select:disabled {
    background-color:  #f6f6f6;
}
.checkbox-text{
    padding-left: 5px;
}
select {
    font:13px "Calibri","CalibriFont", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 2px 5px;
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    color: #666666;
}
.input-default{
    display: inline-block;
    font-size: 13px;
    color: #555;
    border: 1px solid #CCC;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.btn-default,input[type="file"]{
  background: transparent;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid #CCC;   
  border-color: transparent;
  border-radius: 5px;
  opacity: 0.6;
  filter:alpha(opacity=60);
  text-transform: uppercase;
  white-space: nowrap;
  /* height: 23px; */
  vertical-align: bottom;
  display: inline-block;
  margin: 1px 0;
}
.btn-default:hover {
  border: 1px solid #ADADAD;
  opacity: 1;
  filter:alpha(opacity=100);
  text-decoration: none;
}
.btn-large{ /* OK */
  font-size: 16px;
  /* height: 43px; */
  padding: 10px 35px;
}
.btn-medium{  /* OK */
  font-size: 14px;
  /* height: 33px; */
  padding: 5px 25px;
}
.btn-small{ /* OK */
  /* height: 20px; */
  padding: 1px 15px;
  font-size: 12px;
}
.btn-submit{
background: linear-gradient(to bottom, #F9F9F9, #F0F0F0) repeat scroll 0% 0% transparent;
border: 1px solid #CCC;
color: #ccc;
}
.btn-option{
background: linear-gradient(to bottom, #F9F9F9, #F0F0F0) repeat scroll 0% 0% transparent;
border: 1px solid #CCC;
color: #ccc;
}
.btn-selection{
background: linear-gradient(to bottom, #F9F9F9, #F0F0F0) repeat scroll 0% 0% transparent;
border: 1px solid #CCC;
}


/** CUSTOMISATION JQUERY UI**/

/** RADIO **/
.ui-state-default,.ui-state-active {color: #666666;font-weight: normal;}
.ui-button-text-only .ui-button-text {padding: 3px 10px;}
.ui-state-default{border: 1px solid #ebebea;background: #ddd;}
.ui-state-active
{background: #fff url("../../eventa/core/js/jquery-ui-1.13.2/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50%;
box-shadow: 0px 0px 4px #aaa;-moz-box-shadow: 0px 0px 4px #aaa;-webkit-box-shadow: 0px 0px 4px #aaa; outline: 0 none;}
.ui-state-active .ui-state-focus
{box-shadow: 0px 0px 10px #aaa;-moz-box-shadow: 0px 0px 10px #aaa;-webkit-box-shadow: 0px 0px 10px #aaa;}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus
{box-shadow: 0px 0px 10px #aaa;-moz-box-shadow: 0px 0px 10px #aaa;-webkit-box-shadow: 0px 0px 10px #aaa; outline: 0 none;}
.ui-state-active{border: 1px solid #fff;}
.ui-controlgroup.ui-checkboxradio-radio{border: 1px solid #ccc;}
.ui-checkboxradio-radio-label .ui-icon { display: none; }
.ui-controlgroup-vertical > .ui-controlgroup-item { display:inline-table; width:inherit; }
.ui-controlgroup > .ui-controlgroup-item { padding: 3px 10px; border: 1px solid #ccc; }
.ui-button, .ui-button.ui-state-disabled:hover{ background-color: #ddd; color:#666666}
.ui-button.ui-state-active:hover , .ui-button.ui-state-default:hover,  .ui-controlgroup-item:hover{ color: #fff;background: #aaa; border: 1px solid #ccc;}

/** CHECKBOX **/
.ui-button-icon-only {width: 1.8em;height: 1.8em;}
.ui-state-default .ui-icon {background-image: url("../../eventa/core/js/jquery-ui-1.13.2/images/ui-icons_222222_256x240.png");}
.ui-icon-blank.ui-icon-blank.ui-icon-blank { background-image: url("../../eventa/core/js/jquery-ui-1.13.2/images/ui-icons_222222_256x240.png");
  background-position:  -112px -144px;background-color: transparent;}
.ui-button .ui-icon{background-color: transparent; border: none; box-shadow: none;}
.ui-button:active{background-color: #666666; border: 1px solid #ccc; color:#fff;}
.ui-button:hover .ui-icon { background-color: transparent;}
.ui-button:hover { background-color: #aaa; color:#fff}

/** DISABLED **/
.ui-button-disabled {
  background-color:  #CCC;
  opacity: 0.80;
  filter:alpha(opacity=80);
}

/** state-hover and state-focus**/
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.custom-combobox-toggle .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.custom-combobox-toggle .ui-state-focus {
	border: 1px solid #aaa;
	background: #aaa;
	font-weight: normal;
	color: #fff;
  box-shadow: 0px 0px 10px #aaa;-moz-box-shadow: 0px 0px 10px #aaa;-webkit-box-shadow: 0px 0px 10px #aaa;
}

/** COMBOBOX **/
.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    /** top: -1px; **/
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    height: 21px;
    border: 1px solid #ccc;
    position: relative;
}
.custom-combobox-input {
  padding: 3px 5px;
  border: 1px solid #ccc; 
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  background-color: #fff;
}

/** DATEPICKER **/
.ui-widget select {
  font-family: inherit;
}
.ui-datepicker {
  width: 20em;
  padding: .2em .2em 0;
  border: 1px solid #ccc;
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover  {
  background: #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: inset;
  box-shadow: inset;
}

.ui-datepicker .ui-state-default {
  background: #f6f6f6;
  color: #454545;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active.ui-state-highlight {
  background: #454545;
  color: #fff;
  border: 1px solid #dddddd;
}
.ui-datepicker .ui-state-highlight {
  background: #fff;
  border: 1px solid #ccc;
}
.ui-datepicker select.ui-datepicker-month {
    width: 50%;
}
.ui-datepicker select.ui-datepicker-year {
    width: 35%;
}
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker-trigger {
  position: relative;
  /** top: -1px; **/
  left: -4px;
  padding: 0;
  height: 23px;
  border: 1px solid #ccc;
  width: 25px;
  background: #ddd;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
.ui-datepicker-trigger:hover {
	border: 1px solid #aaa;
	background: #aaa;
	font-weight: normal;
	color: #fff;
  box-shadow: 0px 0px 10px #aaa;-moz-box-shadow: 0px 0px 10px #aaa;-webkit-box-shadow: 0px 0px 10px #aaa;
}

/*rich content editor css*/
.text-tiny {
    font-size: 6.75pt;
}
.text-small {
    font-size: 7.5pt;
}
.text-big {
    font-size: 18pt;
}
.text-huge {
    font-size: 24pt;
}
