/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#fide-content-code-embed .ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD;background: white;padding: 10px }
#fide-content-code-embed .ui-datepicker {
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
#fide-content-code-embed .ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-prev,#fide-content-code-embed .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-prev-hover, #fide-content-code-embed .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-prev { left:2px; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-next { right:2px; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-prev span,
#fide-content-code-embed .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
#fide-content-code-embed .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
#fide-content-code-embed .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
#fide-content-code-embed .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
#fide-content-code-embed .ui-datepicker select.ui-datepicker-month,
#fide-content-code-embed .ui-datepicker select.ui-datepicker-year { width: 49%;}
#fide-content-code-embed .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
#fide-content-code-embed .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
#fide-content-code-embed .ui-datepicker td { border: 0; padding: 1px; }
#fide-content-code-embed .ui-datepicker td span,
#fide-content-code-embed .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
#fide-content-code-embed .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
#fide-content-code-embed .ui-datepicker .ui-state-default { background: transparent; border-color: #FFF; }
#fide-content-code-embed .ui-datepicker .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }


#fide-embed-form h3 span,.field .delete-field{text-align:center;position:absolute;cursor:pointer}
#fide-embed-form h3 span{display:inline-block;margin-bottom:0;font-weight:400;vertical-align:middle;touch-action:manipulation;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:5px;top:2px;font-family:"Open Sans",Helvetica,Arial,sans-serif}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
#fide-content-code-embed .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/*BASE FORM FIDE*/
.content-widget-fide{width:50%;float:left;}
.list-inline > .content-widget-fide{margin-bottom: 10px}
.list-default > .content-widget-fide{clear: both;position:relative;margin-bottom: 10px}
.content-interest-fide{float: left; width: 50%;}
.list-inline > .content-interest-fide{margin-bottom: 10px}
.list-default > .content-interest-fide{clear: both;position:relative;margin-bottom: 10px;width: 100%}

#fide-content-code-embed .list-inline > li,
.public-content .list-inline > li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#fide-content-code-embed .list-inline >  li,
.public-content .list-inline > li{
    width:47%;
    vertical-align: top
}

.content-widget-fide > .checkbox{ width: 80%;float: left}
.content-widget-fide > .form-control {
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 27px;
    line-height: 1.42857;
    padding: 3px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 80%;
    float:left;}

.content-widget-fide > .select2-container {
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 80%;
    float:left;}
.content-widget-fide > .required-field{float:left;height: 20px}
.content-widget-fide > .control-label{ margin-bottom: 5px;width: 100%}

.content-widget-fide  input[type="checkbox"],.content-interest-fide input[type="checkbox"], .content-interest-fide  input[type="radio"] {  margin: 0 0 0 0 !important; position:relative !important; }
.btn-send-form-fide{margin-bottom: 20px}

#fide-result {clear: both;margin-bottom: 8px;font-weight: bold}
#fide-result.error{color:red}
#fide-result.success{color:green}


#fide-content-code-embed .help-block,
.public-content .help-block
{  clear: both;
    color: #a94442;}

#fide-content-code-embed span.required,
.public-content  span.required-field
{
    font-size: 24px;
    line-height: 32px;
    color: red;  }


div.required-container
{
    font-size: 12px;
    font-weight: bold;
    color: red;
}

#fide-content-code-embed span.required-field,
.public-content span.required-field
{
    margin-left: 5px;
    line-height: 32px;
}

#fide-content-code-embed span.required-field:before,
.public-content span.required-field:before
{  content: "*";  }

#fide-content-code-embed .checkbox input,
.public-content .checkbox input
{
    margin-top: 0;
}

#fide-content-code-embed #list-fields,
.public-content #list-fields,
#fide-content-code-embed #list-interests,
.public-content #list-interests {
    float:left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;  }

#fide-content-code-embed  .btn-primary,


.public-content .btn{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    line-height:15px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-repeat:repeat-x;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border:1px solid #ccc;
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-left:.3em;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)}
.public-content .btn-primary{
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
#fide-content-code-embed .btn-primary:active:focus,
#fide-content-code-embed .btn-primary:active:hover,
.public-content .btn-primary:active:focus,
.public-content .btn-primary:active:hover {
    background-color: #ddd;
}

#fide-content-code-embed .btn-primary:active:hover,
#fide-content-code-embed .btn-primary:focus:active,
#fide-content-code-embed .btn-primary:focus,
.public-content .btn-primary:active:hover,
.public-content .btn-primary:focus:active,
.public-content .btn-primary:focus{
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

#fide-content-code-embed .btn-primary, #fide-content-code-embed .btn-primary:hover , #fide-content-code-embed .btn-primary:active, .public-content .btn-primary:active,
.public-content .btn-primary, .public-content .btn-primary:hover{  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);  }
.public-content .g-recaptcha, #fide-content-code-embed .g-recaptcha{clear: both;  height:90px;}

#fide-content-code-embed .list-unstyled,
.public-content .list-unstyled
{
    list-style: outside none none;  padding-left: 0;
}
#header-fide {
    margin-bottom: 22px;
}

#footer-fide {
    clear: both;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}
.select2-results__option, .select2-search__field {
    color: #555 !important;
}