/*
Theme Name: psynapse
Theme URI: https://www.psynapse.fr/
Author: psynapse.me
Author URI: https://www.psynapse.fr/
Description: psynapse. Ecole Européenne Supérieure d'Hypnose
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psynapse
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.



/*Custom style*/
.smart-form *,
.smart-form:after,
.smart-form:before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}
.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.smart-form .checkbox+.checkbox,
.smart-form .radio+.radio {
    margin-top: 0
}
.smart-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px Arial, sans-serif;
    cursor: pointer
}
.smart-form legend {
    padding-top: 15px
}
.smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative
}
.smart-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0
}
.smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255, 255, 255, .9);
    position: relative
}
.smart-form fieldset+fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.smart-form section {
    margin-bottom: 15px;
    position: relative
}
.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9)
}
.smart-form footer:after {
    content: '';
    display: table;
    clear: both
}
.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
    white-space: normal
}
.smart-form .label.col {
    margin: 0;
    padding-top: 7px
}
.note,
.smart-form .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999
}
.smart-form .note a {
    font-size: 13px
}
.smart-form .button,
.smart-form .checkbox,
.smart-form .input,
.smart-form .radio,
.smart-form .select,
.smart-form .textarea,
.smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400
}
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none
}
.smart-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 22px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 22px
}
.smart-form .input-file .button:hover {
    box-shadow: none
}
.smart-form .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0
}
.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 9px #fff
}
.smart-form .select i:after,
.smart-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.smart-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040
}
.smart-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040
}
.smart-form .select-multiple select {
    height: auto
}
.smart-form .textarea textarea {
    height: auto;
    resize: none
}
.smart-form .textarea-resizable textarea {
    resize: vertical
}
.smart-form .textarea-expandable textarea {
    height: 31px
}
.smart-form .textarea-expandable textarea:focus {
    height: auto
}
.smart-form .checkbox,
.smart-form .radio {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px
}
.smart-form .checkbox:last-child,
.smart-form .radio:last-child {
    margin-bottom: 0
}
.smart-form .checkbox input,
.smart-form .radio input {
    position: absolute;
    left: -9999px
}
.smart-form .checkbox i,
.smart-form .radio i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #FFF
}
.smart-form .radio i {
    border-radius: 50%
}
.smart-form .checkbox input+i:after,
.smart-form .radio input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s
}
.smart-form .radio input+i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%
}
.smart-form .checkbox input+i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center
}
.smart-form .checkbox input:checked:hover+i:after {
    content: '\f00d'
}
.smart-form .checkbox input:checked:disabled:hover+i:after {
    content: '\f00c'
}
.smart-form .checkbox input:checked+i:after,
.smart-form .radio input:checked+i:after {
    opacity: 1
}
.smart-form .inline-group {
    margin: 0 -15px -4px 0
}
.smart-form .inline-group:after {
    content: '';
    display: table;
    clear: both
}
.smart-form .inline-group .checkbox,
.smart-form .inline-group .radio {
    float: left;
    margin-right: 30px
}
.smart-form .inline-group .checkbox:last-child,
.smart-form .inline-group .radio:last-child {
    margin-bottom: 4px
}
.smart-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    cursor: pointer
}
.smart-form .toggle:last-child {
    margin-bottom: 0
}
.smart-form .toggle input {
    position: absolute;
    left: -9999px
}
.smart-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 49px;
    height: 17px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    background: #fff
}
.smart-form .toggle i:after {
    content: attr(data-swchoff-text);
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
    color: #5f5f5f
}
.smart-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    transition: right .2s;
    -o-transition: right .2s;
    -ms-transition: right .2s;
    -moz-transition: right .2s;
    -webkit-transition: right .2s
}
.smart-form .toggle input:checked+i:after {
    content: attr(data-swchon-text);
    text-align: right
}
.smart-form .toggle input:checked+i:before {
    right: 36px
}
.smart-form .rating {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 25px;
    color: #404040
}
.smart-form .rating:last-child {
    margin-bottom: 0
}
.smart-form .rating input {
    position: absolute;
    left: -9999px
}
.smart-form .rating label {
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    padding: 0 2px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer
}
.smart-form .button {
    float: right;
    height: 31px;
    overflow: hidden;
    margin: 10px 0 0 5px;
    padding: 0 25px;
    outline: 0;
    border: 0;
    font: 300 15px/31px Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}
.smart-form .icon-append,
.smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}
.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid
}
.smart-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid
}
.smart-form .input .icon-prepend+input,
.smart-form .textarea .icon-prepend+textarea {
    padding-left: 37px
}
.smart-form .input .icon-append+input,
.smart-form .textarea .icon-append+textarea {
    padding-right: 37px
}
.smart-form .input .icon-prepend+.icon-append+input,
.smart-form .textarea .icon-prepend+.icon-append+textarea {
    padding-left: 37px
}
.smart-form .row {
    margin: 0 -15px
}
.smart-form .row:after {
    content: '';
    display: table;
    clear: both
}
.smart-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.smart-form .col-1 {
    width: 8.33%
}
.smart-form .col-2 {
    width: 16.66%
}
.smart-form .col-3 {
    width: 25%
}
.smart-form .col-4 {
    width: 33.33%
}
.smart-form .col-5 {
    width: 41.66%
}
.smart-form .col-6 {
    width: 50%
}
.smart-form .col-8 {
    width: 66.67%
}
.smart-form .col-9 {
    width: 75%
}
.smart-form .col-10 {
    width: 83.33%
}
@media screen and (max-width: 600px) {
    .smart-form .col {
        float: none;
        width: 100%
    }
}
.smart-form .select select {
    padding: 5px
}
.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    opacity: 0;
    transition: margin .3s, opacity .3s;
    -o-transition: margin .3s, opacity .3s;
    -ms-transition: margin .3s, opacity .3s;
    -moz-transition: margin .3s, opacity .3s;
    -webkit-transition: margin .3s, opacity .3s
}
.smart-form .tooltip:after {
    content: '';
    position: absolute
}
.smart-form .input input:focus+.tooltip,
.smart-form .textarea textarea:focus+.tooltip {
    opacity: 1
}
.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px
}
.smart-form .tooltip-top-right:after {
    top: 100%;
    right: 11px;
    border-top: 4px solid rgba(0, 0, 0, .9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.smart-form .input input:focus+.tooltip-top-right,
.smart-form .textarea textarea:focus+.tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px
}
.smart-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px
}
.smart-form .tooltip-top-left:after {
    top: 100%;
    left: 11px;
    border-top: 4px solid rgba(0, 0, 0, .9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.smart-form .input input:focus+.tooltip-top-left,
.smart-form .textarea textarea:focus+.tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px
}
.smart-form .tooltip-right {
    top: 4px;
    white-space: nowrap;
    margin-left: 15px
}
.smart-form .tooltip-right:after {
    top: 6px;
    right: 100%;
    border-top: 4px solid transparent;
    border-right: 4px solid rgba(0, 0, 0, .9);
    border-bottom: 4px solid transparent
}
.smart-form .input input:focus+.tooltip-right,
.smart-form .textarea textarea:focus+.tooltip-right {
    left: 100%;
    margin-left: 5px
}
.smart-form .tooltip-left {
    top: 4px;
    white-space: nowrap;
    margin-right: 15px
}
.smart-form .tooltip-left:after {
    top: 6px;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgba(0, 0, 0, .9)
}
.smart-form .input input:focus+.tooltip-left,
.smart-form .textarea textarea:focus+.tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px
}
.smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px
}
.smart-form .tooltip-bottom-right:after {
    bottom: 100%;
    right: 11px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, .9);
    border-left: 4px solid transparent
}
.smart-form .input input:focus+.tooltip-bottom-right,
.smart-form .textarea textarea:focus+.tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px
}
.smart-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px
}
.smart-form .tooltip-bottom-left:after {
    bottom: 100%;
    left: 11px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, .9);
    border-left: 4px solid transparent
}
.smart-form .input input:focus+.tooltip-bottom-left,
.smart-form .textarea textarea:focus+.tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px
}
.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}
.smart-form .toggle i:before {
    background-color: #3276B1
}
.smart-form .rating label {
    color: #ccc;
    transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s
}
.smart-form .button {
    background-color: #3276B1;
    opacity: .8;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s
}
.smart-form .button.button-secondary {
    background-color: #b3b3b3
}
.smart-form .icon-append,
.smart-form .icon-prepend {
    color: #A2A2A2
}
.smart-form .checkbox:hover i,
.smart-form .input:hover input,
.smart-form .radio:hover i,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .toggle:hover i {
    border-color: #5D98CC
}
.smart-form .rating input+label:hover,
.smart-form .rating input+label:hover~label {
    color: #3276B1
}
.smart-form .button:hover {
    opacity: 1
}
.smart-form .checkbox:hover i,
.smart-form .radio:hover i,
.smart-form .toggle:hover i {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}
.smart-form .checkbox:active i,
.smart-form .radio:active i,
.smart-form .toggle:active i {
    background: #F0F0F0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}
.smart-form .checkbox input:focus+i,
.smart-form .input input:focus,
.smart-form .radio input:focus+i,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .toggle input:focus+i {
    border-color: #3276B1
}
.smart-form .radio input+i:after {
    background-color: #3276B1
}
.smart-form .checkbox input+i:after {
    color: #3276B1
}
.smart-form .checkbox input:checked+i,
.smart-form .radio input:checked+i,
.smart-form .toggle input:checked+i {
    border-color: #3276B1
}
.smart-form .rating input:checked~label {
    color: #3276B1
}
.smart-form .checkbox.state-error i,
.smart-form .radio.state-error i,
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329
}
.smart-form .toggle.state-error input:checked+i {
    background: #fff0f0
}
.smart-form .state-error+em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161
}
.smart-form .rating.state-error+em {
    margin-top: -4px;
    margin-bottom: 4px
}
.smart-form .state-error select+i {
    background: #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0
}
.state-error .icon-append,
.state-error .icon-prepend {
    color: #ed1c24
}
.smart-form .checkbox.state-success i,
.smart-form .radio.state-success i,
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .toggle.state-success i {
    background: #f0fff0;
    border-color: #7DC27D
}
.smart-form .toggle.state-success input:checked+i {
    background: #f0fff0
}
.smart-form .note-success {
    color: #6fb679
}
.smart-form .state-success select+i {
    background: #f0fff0;
    box-shadow: 0 0 0 9px #f0fff0
}
.smart-form .button.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .input.state-disabled input,
.smart-form .radio.state-disabled,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .toggle.state-disabled {
    cursor: default!important;
    opacity: .6!important
}
.smart-form .checkbox.state-disabled:hover i,
.smart-form .input.state-disabled:hover input,
.smart-form .radio.state-disabled:hover i,
.smart-form .select.state-disabled:hover select,
.smart-form .textarea.state-disabled:hover textarea,
.smart-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5!important
}
.smart-form .state-disabled.checkbox input+i:after,
.smart-form .state-disabled.checkbox input:checked+i,
.smart-form .state-disabled.radio input+i:after,
.smart-form .state-disabled.radio input:checked+i,
.smart-form .state-disabled.toggle input:checked+i {
    border-color: #e5e5e5!important;
    color: #333!important
}
.smart-form .state-disabled.radio input+i:after {
    background-color: #333
}
.smart-form .message {
    display: none;
    color: #6fb679
}
.smart-form .message i {
    display: block;
    margin: 0 auto 20px;
    width: 81px;
    height: 81px;
    border: 1px solid #6fb679;
    border-radius: 50%;
    font-size: 30px;
    line-height: 81px
}
.smart-form.submited fieldset,
.smart-form.submited footer {
    display: none
}
.smart-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, .9);
    font: 300 18px/27px Arial, sans-serif;
    text-align: center
}
.smart-form .ui-widget-content .ui-spinner-input {
    margin: 0;
    border: 0;
    box-shadow: none!important;
    height: 29px
}
.smart-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px
}
.smart-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.smart-form input.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33
}
.smart-form input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.smart-form input.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5
}
.smart-form select.input-sm {
    height: 30px;
    line-height: 15px;
    font-size: 12px
}
.smart-form select.input-sm+i {
    height: 10px
}
.smart-form select.input-lg {
    height: 44px;
    line-height: 22px;
    font-size: 17px
}
.smart-form select.input-lg+i {
    height: 11px;
    top: 17px
}
.smart-form .checkbox input+input[type=hidden]+i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center
}
.smart-form .checkbox input:checked:hover+input[type=hidden]+i:after {
    content: '\f00d'
}
.smart-form .checkbox input:checked:disabled:hover+input[type=hidden]+i:after {
    content: '\f00c'
}
.smart-form .checkbox input:checked+input[type=hidden]+i:after {
    opacity: 1
}
.smart-form .toggle input:checked+input[type=hidden]+i:after {
    content: attr(data-swchon-text);
    text-align: right
}
.smart-form .toggle input:checked+input[type=hidden]+i:before {
    right: 36px
}

.display-image {
    margin-top: -60px;
    margin-right: 20px
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}
.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}
.dd-list .dd-list {
    padding-left: 30px
}
.dd-collapsed .dd-list {
    display: none
}
.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}
.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb
}
.dd-item>button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px!important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}
.dd-item>button:before {
    content: '\f055';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #0091d9
}
.dd-item>button[data-action=collapse]:before {
    content: '\f056';
    color: #a90329
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%
    }
    .dd+.dd {
        margin-left: 2%
    }
}
.dd-hover>.dd-handle {
    background: #2ea8e5!important
}
.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 40px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb
}
.dd3-content:hover {
    color: #2ea8e5;
    background: #fff
}
.dd-dragel>.dd3-item>.dd3-content {
    margin: 0
}
.dd3-item>button {
    margin-left: 38px
}

.fileinput {
    padding-top: 3px
}
.hidden {
    display: none
}


.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}
.form-control,
.input-lg,
.input-sm,
.input-xs {
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important
}
.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5
}
.btn-xs {
    padding: 1px 5px
}
.btn-sm {
    padding: 6px 10px 5px
}
.btn-lg {
    padding: 10px 16px
}
.no-space {
    margin: 0
}
.no-space>[class*=col-] {
    margin: 0!important;
    padding-right: 0;
    padding-left: 0
}

/*#content {
    padding: 10px 14px;
    position: relative
}*/


.bordered {
    border: 1px solid rgba(0, 0, 0, .2)
}
.bordered:hover {
    border: 1px solid rgba(0, 0, 0, .4)
}

.no-padding .smart-accordion-default>div {
    border-left: none!important;
    border-right: none!important
}
.no-padding .smart-accordion-default>div:first-child {
    border-top: none!important
}
.no-padding .smart-accordion-default>div:last-child {
    border-bottom: none!important
}
.form-control {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important
}
.form hr {
    margin-left: -13px;
    margin-right: -13px;
    border-color: rgba(0, 0, 0, .1);
    margin-top: 20px;
    margin-bottom: 20px
}
.form fieldset {
    display: block;
    border: none;
    background: rgba(255, 255, 255, .9);
    position: relative
}
fieldset {
    position: relative
}
.form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(249, 249, 249, .9);
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right
}

.no-padding .form .form-actions {
    margin: 0;
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
    text-align: right;
    margin-top: 25px
}
.bootstrap-duallistbox-container label,
.form header,
legend {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #222;
    margin: 25px 0 20px
}
.no-padding .form header {
    margin: 25px 14px 0
}
.form header:first-child {
    margin-top: 10px
}

input[type=text]:focus+.input-group-addon {
    border-color: #0091d9;
    background-color: #72a0ce;
    color: #fff
}

.form .form-group:last-child,
.form .form-group:last-child .note,
.form fieldset .form-group:last-child,
.form fieldset .form-group:last-child .note {
    margin-bottom: 0
}

.input-icon-right {
    position: relative
}
.input-icon-left>i,
.input-icon-right>i {
    position: absolute;
    right: 10px;
    top: 30%;
    font-size: 16px;
    color: #bfbfbf
}
.input-icon-left>i {
    right: auto;
    left: 24px
}
.input-icon-right .form-control {
    padding-right: 27px
}
.input-icon-left .form-control {
    padding-left: 29px
}
input[type=color].ui-autocomplete-loading,
input[type=date].ui-autocomplete-loading,
input[type=datetime-local].ui-autocomplete-loading,
input[type=datetime].ui-autocomplete-loading,
input[type=email].ui-autocomplete-loading,
input[type=month].ui-autocomplete-loading,
input[type=number].ui-autocomplete-loading,
input[type=password].ui-autocomplete-loading,
input[type=search].ui-autocomplete-loading,
input[type=tel].ui-autocomplete-loading,
input[type=text].ui-autocomplete-loading,
input[type=time].ui-autocomplete-loading,
input[type=url].ui-autocomplete-loading,
input[type=week].ui-autocomplete-loading {
    background-image: url(../img/select2-spinner.gif)!important;
    background-repeat: no-repeat;
    background-position: 99% 50%;
    padding-right: 27px
}
.input-group-addon .checkbox,
.input-group-addon .radio {
    min-height: 0;
    margin-right: 0!important;
    padding-top: 0
}
.input-group-addon label input[type=checkbox].checkbox+span,
.input-group-addon label input[type=checkbox].checkbox+span:before,
.input-group-addon label input[type=radio].radiobox+span,
.input-group-addon label input[type=radio].radiobox+span:before {
    margin-right: 0
}
.input-group-addon .onoffswitch,
.input-group-addon .onoffswitch-label {
    margin: 0
}


.btn,
a:link,
button {
    -webkit-tap-highlight-color: rgba(169, 3, 41, .5)
}
.fc-head-container thead tr,
.table thead tr {
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px
}
.fc-head-container thead tr th {
    padding: 4px;
    line-height: 1.428571429
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-width: 1px
}
.no-padding>.table-bordered,
.no-padding>.table-responsive>.table-bordered {
    border: none!important
}
.no-padding>.table-bordered tbody tr td:first-child,
.no-padding>.table-bordered thead tr td:first-child,
.no-padding>.table-bordered thead tr th:first-child,
.no-padding>.table-responsive>.table-bordered tbody tr td:first-child,
.no-padding>.table-responsive>.table-bordered thead tr td:first-child,
.no-padding>.table-responsive>.table-bordered thead tr th:first-child {
    border-left-width: 0!important
}
.no-padding>.table-bordered tbody tr td:last-child,
.no-padding>.table-bordered thead tr th:last-child,
.no-padding>.table-responsive>.table-bordered tbody tr td:last-child,
.no-padding>.table-responsive>.table-bordered thead tr th:last-child {
    border-right-width: 0!important
}
.no-padding>.table-bordered tbody tr:last-child td,
.no-padding>.table-responsive>.table-bordered tbody tr:last-child td {
    border-bottom-width: 0!important
}
.no-padding .table-responsive .table {
    margin-bottom: 0
}
.no-padding .note-editable .table-bordered {
    border: 1px solid #ddd!important
}
.smart-form.table td .checkbox i,
.smart-form.table td .radio i,
.smart-form.table th .checkbox i,
.smart-form.table th .radio i {
    top: 0!important
}
.table-condensed.table>tbody>tr>td,
.table-condensed.table>tbody>tr>th,
.table-condensed.table>tfoot>tr>td,
.table-condensed.table>tfoot>tr>th,
.table-condensed.table>thead>tr>td,
.table-condensed.table>thead>tr>th {
    padding: 5px 10px!important
}

.disabled {
    color: #fff
}
.btn-default.disabled {
    color: #999
}
.btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05)
}
.btn:active {
    position: relative;
    top: 1px;
    left: 1px
}
.btn.btn-ribbon {
    background-color: #707070;
    background-image: -moz-linear-gradient(top, #777, #666);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#666));
    background-image: -webkit-linear-gradient(top, #777, #666);
    background-image: -o-linear-gradient(top, #777, #666);
    background-image: linear-gradient(to bottom, #777, #666);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    display: block;
    border: none;
    float: left;
    margin: 0 8px 0 0;
    cursor: pointer
}
.btn.btn-ribbon>i {
    font-size: 111%
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.btn-metro {
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 15px
}
.btn-metro>span {
    display: block;
    vertical-align: bottom;
    margin-top: 10px;
    text-transform: uppercase
}
.btn-metro>span.label {
    position: absolute;
    top: 0;
    right: 0
}
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 0 0 3px
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0
}
.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px
}
.nav-demo-btn {
    background-color: rgba(77, 118, 134, .5);
    border-color: #3a7775
}
.nav-demo-btn:active,
.nav-demo-btn:hover {
    background-color: rgba(77, 118, 134, .7);
    border-color: #3a7775
}

.has-legend {
    margin-top: 30px!important
}
.has-legend-unique {
    margin-top: 19px!important
}
.icon-color-good {
    color: #40ac2b
}
.icon-color-bad {
    color: #ed1c24
}

.pagination-xs>li>a,
.pagination-xs>li>span {
    padding: 4px 9px;
    font-size: 12px
}

.tab-content.transparent {
    background-color: transparent
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.input-group .icon-addon .form-control {
    border-radius: 0
}

.no-content-padding {
    margin: -10px -14px 0 -14px
}
.no-padding {
    padding: 0!important
}
.no-padding>pre {
    margin: 30px
}
.no-padding .dataTables_wrapper table,
.no-padding>table {
    border: none!important;
    margin-bottom: 0!important;
    border-bottom-width: 0!important
}
.no-padding-bottom {
    padding-bottom: 0!important
}
.padding-5 {
    padding: 5px!important
}
.padding-7 {
    padding: 7px!important
}
.padding-10 {
    padding: 10px!important
}
.padding-gutter {
    padding: 13px!important
}
.padding-top-10 {
    padding-top: 10px!important
}
.padding-top-15 {
    padding-top: 15px!important
}
.padding-bottom-10 {
    padding-bottom: 10px!important
}
.padding-bottom-0 {
    padding-bottom: 0!important
}
.padding-top-0 {
    padding-top: 0!important
}
.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child,
.no-padding>table tr td:last-child,
.no-padding>table tr th:last-child {
    border-right: none!important
}
.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child,
.no-padding>table tr td:first-child,
.no-padding>table tr th:first-child {
    border-left: none!important
}
.no-padding .dataTables_wrapper table tbody tr:last-child td {
    border-bottom: 0
}
.semi-bold {
    font-weight: 400!important
}
.ultra-light {
    font-weight: 300!important
}
.font-xs {
    font-size: 85%!important
}
.font-sm {
    font-size: 95%!important
}
.font-md {
    font-size: 130%!important
}
.font-lg {
    font-size: 160%!important
}
.font-xl {
    font-size: 200%!important
}
.font-400 {
    font-size: 400%!important
}
.no-margin {
    margin: 0!important
}
.margin-top-5 {
    margin-top: 5px!important
}
.margin-top-10 {
    margin-top: 10px!important
}
.margin-bottom-5 {
    margin-bottom: 5px!important
}
.margin-bottom-10 {
    margin-bottom: 10px!important
}
.margin-right-5 {
    margin-right: 5px!important
}
.margin-top-0 {
    margin-top: 0!important
}
.margin-bottom-0 {
    margin-bottom: 0!important
}
.no-border,
.well[class*=" bg-"].no-border {
    border-width: 0!important
}
.no-border-transparent {
    border-color: transparent!important
}
.no-border-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.display-inline {
    display: inline-block!important
}
.display-normal {
    display: inline!important
}
.cursor-pointer {
    cursor: pointer
}
.hover-transparent {
    opacity: .5
}
.hover-transparent:hover {
    opacity: 1
}
.text-align-center,
.text-center {
    text-align: center!important
}
.text-align-left,
.text-left {
    text-align: left!important
}
.text-align-right,
.text-right {
    text-align: right!important
}
hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed
}
.pull-right {
    float: right!Important
}
.pull-left {
    float: left!Important
}

.display-none {
    display: none!important
}
.checkbox input[type=checkbox].checkbox+span,
.checkbox-inline input[type=checkbox].checkbox+span,
.radio input[type=radio].radiobox+span,
.radiobox-inline input[type=radio].radiobox+span {
    margin-left: -20px
}
.form-inline .checkbox input[type=checkbox].checkbox+span,
.form-inline .radiobox input[type=radio].radiobox+span {
    margin-left: 0
}
.form-inline .checkbox,
.form-inline .radiobox {
    padding-left: 0
}
input[type=checkbox].checkbox+span,
label input[type=radio].radiobox+span {
    vertical-align: middle;
    line-height: 20px
}
input[type=checkbox].checkbox+span,
input[type=checkbox].checkbox+span:after,
input[type=checkbox].checkbox+span:before,
input[type=radio].radiobox+span,
input[type=radio].radiobox+span:after,
input[type=radio].radiobox+span:before {
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important
}
input[type=checkbox].checkbox,
input[type=radio].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px
}

label input[type=checkbox].checkbox+span,
label input[type=radio].radiobox+span {
    position: relative;
    z-index: 19;
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px
}

label input[type=checkbox].checkbox+span:hover,
label input[type=radio].radiobox+span:hover {
    cursor: pointer
}

label input[type=checkbox].checkbox+span:before,
label input[type=radio].radiobox+span:before {
    font-family: FontAwesome;
    font-size: 12px;
    border-radius: 0;
    content: "\a0";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
    margin-right: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f4f4f4;
    font-weight: 400;
    margin-top: -1px
}

label input[type=radio].radiobox+span:before {
    content: "\a0";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2)
}

label input[type=radio].radiobox:checked+span {
    font-weight: 700
}
label input[type=radio].radiobox:checked+span:before {
    content: "\f111";
    color: #2E7BCC
}
label input[type=radio].radiobox.style-3:checked+span:before {
    color: #a90329;
    border-color: #a90329
}
label input[type=radio].radiobox.style-2:checked+span:before {
    color: #66665e;
    border-color: #4d90fe;
    font-size: 9px
}
label input[type=radio].radiobox.style-2:checked+span {
    font-weight: 400
}
label input[type=radio].radiobox.style-1+span:before {
    font-size: 9px;
    background: #fff;
    text-shadow: none;
    box-shadow: none!important;
    border-width: 1px;
    height: 13px;
    line-height: 13px;
    min-width: 13px
}
label input[type=radio].radiobox.style-1:checked+span:before {
    font-size: 10px;
    color: #333;
    border-color: #333;
    background: #fff
}
label input[type=radio].radiobox.style-1:checked+span {
    font-weight: 400
}
label:hover input[type=radio].radiobox+span:before,
label:hover input[type=radio].radiobox:checked+span:before {
    color: #2E7BCC;
    border-color: #2E7BCC
}
label:hover input[type=radio].radiobox.style-3+span:before,
label:hover input[type=radio].radiobox.style-3:checked+span:before {
    color: #a90329;
    border-color: #a90329
}
label:hover input[type=radio].radiobox.style-2:checked+span:before {
    color: #66665e;
    border-color: #4d90fe
}
label:hover input[type=radio].radiobox.style-1+span:before,
label:hover input[type=radio].radiobox.style-1:checked+span:before {
    color: #333;
    border-color: #333;
    background: #fff
}
label:active input[type=radio].radiobox+span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4)
}
label input[type=radio][disabled].radiobox+span,
label input[type=radio][disabled].radiobox:checked+span,
label:hover input[type=radio][disabled].radiobox:checked+span:before {
    color: #A7A7A7;
    cursor: not-allowed
}
label input[type=radio][disabled].radiobox:checked+span:before {
    content: "\f111"
}
label input[type=radio][disabled].radiobox+span:before,
label input[type=radio][disabled].radiobox:checked+span:before,
label:active input[type=radio][disabled].radiobox:checked+span:before,
label:hover input[type=radio][disabled].radiobox:checked+span:before {
    background: #eee!important;
    border-color: #CCC!important;
    box-shadow: none;
    color: #A7A7A7
}
label input[type=checkbox].checkbox+span:before {
    content: "\a0"
}
label input[type=checkbox].checkbox:checked+span:before {
    content: "\f00c"
}
label input[type=checkbox].checkbox:checked+span {
    font-weight: 700
}
label input[type=checkbox].checkbox:checked+span:before {
    color: #2E7BCC
}
label input[type=checkbox].checkbox.style-3:checked+span:before {
    color: #fff;
    border-color: #a90329;
    background: #a90329
}
label input[type=checkbox].checkbox.style-2+span:before {
    background: 0 0;
    border-color: #c1c1c1;
    box-shadow: none
}
label input[type=checkbox].checkbox.style-2:checked+span:before {
    content: "\f00c";
    color: #66665e;
    border-color: #4d90fe;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff
}
label input[type=checkbox].checkbox.style-2:checked+span {
    font-weight: 400
}
label input[type=checkbox].checkbox.style-1+span:before {
    color: #333;
    background: #fff;
    text-shadow: none;
    box-shadow: none!important;
    border-width: 1px;
    height: 12px;
    line-height: 13px;
    min-width: 12px
}
label input[type=checkbox].checkbox.style-1:checked+span:before {
    color: #333;
    border-color: #333
}
label input[type=checkbox].checkbox.style-1:checked+span {
    font-weight: 400
}
label:active input[type=checkbox].checkbox+span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4)
}
label:hover input[type=checkbox].checkbox+span:before {
    color: #2E7BCC;
    border-color: #2E7BCC
}
label:hover input[type=checkbox].checkbox.style-3+span:before {
    color: #fff;
    border-color: #A90327
}
label:hover input[type=checkbox].checkbox.style-2+span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2)
}
label:hover input[type=checkbox].checkbox.style-2:checked+span:before {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4)
}
label:hover input[type=checkbox].checkbox.style-1+span:before {
    border-color: #333
}
label:active input[type=checkbox].checkbox:checked+span:before {
    color: #fff;
    background: #2E7BCC;
    border-color: #2E7BCC
}
label:active input[type=checkbox].checkbox.style-3:checked+span:before {
    color: #a90329;
    background: #fff;
    border-color: #a90329
}
label:active input[type=checkbox].checkbox.style-2+span:before,
label:active input[type=checkbox].checkbox.style-2:checked+span:before {
    color: #66665e;
    background: 0 0;
    border-color: #c1c1c1;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4)
}
label:active input[type=checkbox].checkbox.style-1:checked+span:before {
    color: #fff;
    background: #333;
    border-color: #333
}
label input[type=checkbox][disabled].checkbox+span,
label input[type=checkbox][disabled].checkbox:checked+span,
label:hover input[type=checkbox][disabled].checkbox:checked+span:before {
    color: #A7A7A7;
    cursor: not-allowed
}
label input[type=checkbox][disabled].checkbox.style-2:checked+span:before,
label input[type=checkbox][disabled].checkbox:checked+span:before {
    content: "\f00c"
}
label input[type=checkbox][disabled].checkbox+span:before,
label input[type=checkbox][disabled].checkbox:checked+span:before,
label:active input[type=checkbox][disabled].checkbox:checked+span:before,
label:hover input[type=checkbox][disabled].checkbox:checked+span:before {
    background: #eee!important;
    border-color: #CCC!important;
    color: #A7A7A7;
    box-shadow: none!important
}
[class*=" bg-"],
[class^=bg-] {
    filter: none!important
}

.txt-color-blue {
    color: #57889c!important
}
.txt-color-blueLight {
    color: #92a2a8!important
}
.txt-color-blueDark {
    color: #4c4f53!important
}
.txt-color-green {
    color: #356e35!important
}
.txt-color-greenLight {
    color: #71843f!important
}
.txt-color-greenDark {
    color: #496949!important
}
.txt-color-red {
    color: #a90329!important
}
.txt-color-yellow {
    color: #b09b5b!important
}
.txt-color-orange {
    color: #b19a6b!important
}
.txt-color-orangeDark {
    color: #a57225!important
}
.txt-color-pink {
    color: #ac5287!important
}
.txt-color-pinkDark {
    color: #a8829f!important
}
.txt-color-purple {
    color: #6e587a!important
}
.txt-color-darken {
    color: #404040!important
}
.txt-color-lighten {
    color: #d5e7ec!important
}
.txt-color-white {
    color: #fff!important
}
.txt-color-grayDark {
    color: #525252!important
}
.txt-color-magenta {
    color: #6e3671!important
}
.txt-color-teal {
    color: #568a89!important
}
.txt-color-redLight {
    color: #a65858!important
}
.bg-color-blue {
    background-color: #57889c!important
}
.bg-color-blueLight {
    background-color: #92a2a8!important
}
.bg-color-blueDark {
    background-color: #4c4f53!important
}
.bg-color-green {
    background-color: #356e35!important
}
.bg-color-greenLight {
    background-color: #71843f!important
}
.bg-color-greenDark {
    background-color: #496949!important
}
.bg-color-red {
    background-color: #a90329!important
}
.bg-color-yellow {
    background-color: #b09b5b!important
}
.bg-color-orange {
    background-color: #c79121!important
}
.bg-color-orangeDark {
    background-color: #a57225!important
}
.bg-color-pink {
    background-color: #ac5287!important
}
.bg-color-pinkDark {
    background-color: #a8829f!important
}
.bg-color-purple {
    background-color: #6e587a!important
}
.bg-color-darken {
    background-color: #404040!important
}
.bg-color-lighten {
    background-color: #d5e7ec!important
}
.bg-color-white {
    background-color: #fff!important
}
.bg-color-grayDark {
    background-color: #525252!important
}
.bg-color-magenta {
    background-color: #6e3671!important
}
.bg-color-teal {
    background-color: #568a89!important
}
.bg-color-redLight {
    background-color: #a65858!important
}
/*End Custom style*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*Block Grid*/
/*Block Grid*/
/*Technique adapted from Foundation 5 for Bootstrap 3.*/
/*https://github.com/zurb/foundation/blob/f755d8704123f86c281ede0b171881e2672f150d/scss/foundation/components/_block-grid.scss*/

[class*="block-grid-"] {
	display: block;
	margin: -(@grid-gutter-width/2);
	padding: 0;
.clearfix();
}

.block-grid-item {
	display: inline;
	margin: 0;
	padding: (@grid-gutter-width/2);
	height: auto;
	float: left;
	list-style: none;
}

.block-grid (@per-row) {
> .block-grid-item {
		width: (100%/@per-row);

	@nth-equation: ~"@{per-row}n+1";
	:nth-of-type(n) { clear: none; }
	:nth-of-type(@{nth-equation}) { clear: both; }
}
}

.block-grids(@size, @index: @grid-columns) when (@index > 0) {
	.block-grid-@{size}-@{index} { .block-grid(@index); }
	.block-grids(@size,@index - 1);
}

@media (min-width: @screen-sm) { .block-grids(sm) }
@media (min-width: @screen-md) { .block-grids(md) }
@media (min-width: @screen-lg) { .block-grids(lg) }

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

#globalWrapper {
	padding: 12px 15px 0;
	background-color: #ffffff;
}

@media only screen and (min-height: 1200px) {
    #globalWrapper {
        padding: 12px 15px 0;
        background-color: #ffffff;
        max-width: 1200px;
    }
}







.modal{
	overflow: scroll !important;
	margin-top: 38px !important;
    overflow-x: scroll;
    overflow-y: scroll;
}
.modal-dialog{

	margin-top:0px !important;
}
.form-group 
{
	margin-bottom: 0px;
}

#courses-count{
 position: inherit !important;


}



}

#header-right h2 {
    margin: 0;
    font-size: 18px;
}

#header-right p {
    line-height: normal;
    font-size: 13px;
}

#header-right span {
    font-style: normal;
}

#header-slider {
	min-height: 200px;
    padding: 0;
    margin: 0;
    /*margin-top: -10px;*/
}

#header-slider img {
    border: 1px solid #d4d4d4;
}

#login-register {
    /*position: absolute;
    right: 10px;
    top: 0;
    width: 200px;*/
    display: inline-block;
    padding-top: 5px;
    padding-right: 15px;
}

#login-register-icon {
    text-align: center;
}

#login-register-icon:hover {
    cursor: pointer;
    cursor: hand;
}

#login-register a {
    line-height: 1;
}

#login-register a:visited {
    color: #428bca;
}

#login-register a:link {
    text-decoration: none;
    font-size: 14px;
}

#login-register a:hover, #login-register a:active {
    text-decoration: none;
    color: #F41E8C;
}

#login-register-links {
    /*padding-top: 5px;*/
}

#login-link a, #display-name a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

#register-link {
    margin-top: -8px;
}

#register-link a#manage-account:after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    margin-left: 5px;
    margin-top: 3px;
    font-size: 18px;
}

#manage-account-nav {
    position: absolute;
    right: 20px;
    top: 52px;
    z-index: 500;
    width: 200px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    -webkit-transition: max-height,0.3s;
    -moz-transition: max-height,0.3s;
    transition: max-height,0.3s;
}

#manage-account-nav a {
    display: block;
    padding: 8px 10px;
    padding: 0.8rem 1rem;
    background: #f2f2f2;
    border-top: 1px solid #ccc;
}

#manage-account-nav a:before {
    font-family: 'FontAwesome';
    color: #928D8D;
    padding-right: 8px;
}

#manage-account-nav a:first-child:before {
    content: '\f1de';
}

#manage-account-nav a:nth-child(2):before {
    content: '\f044';
}

#manage-account-nav a:nth-child(3):before {
    content: '\f0cb';
}

#manage-account-nav a:nth-child(4):before {
    content: '\f007';
}

#manage-account-nav a:nth-child(5):before {
    content: '\f013';
}

#manage-account-nav a:last-child:before {
    content: '\f011';
}

img .avatar {
    border: 1px solid #eee;
}


#formations-sidebar {
    margin-top: 15px;
}

#home-courses {
    padding: 15px 25px 20px 25px;
    min-height: 200px;
    background: #404040 url("https://www.hypno-sup.com/img/girl-pc-bg.png") no-repeat 85% bottom;
    background-size: contain;
}

@media only screen and (max-width: 480px) {
    #home-courses {
        background: none;
        background-color: #404040;
    }
}

#home-courses h2 {
    margin-top: 0;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

ul#courses-list {
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

#courses-list li {
    list-style-type: none;
    border-bottom: 1px solid rgba(27, 129, 156, 0.6);
    padding-bottom: 2px;
}

/*#courses-list li:after {
    content: ' ';
    display: block;
    border-bottom: 1px solid rgba(153, 153, 153, 0.75);
}*/

#courses-list li a {
    color: #ffffff;
}

#courses-list li a:hover {
    text-decoration: underline;
}

#courses-list li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-right: 5px;
    font-weight: normal;
    font-size: 17px;
}

#home-sidebar {
    padding-left: 30px;
}

#home-sidebar a {
    color: #ffffff;
}

#home-search {
    background-color: #404040;
    padding: 8px 10px;
}

#home-search input {
    display: inline;
}

#home-search input[type="text"] {
    background: #fff;
    border: none;
    border-radius: 14px;
    font-family: 'Open Sans';
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 4px 15px 3px;

}

.page-id-770 #home-search input[type="text"] {
	width: 180px;
}

.page-id-770 #sidebar {
	padding-left: 40px;
	padding-right: 30px;
}

#home-search input[type="submit"] {
    border: none;
    font-size: 15px;
    background-color: #999999;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 10px;
    margin-left: 5px;
}

.home-search-input {
    padding: 5px 0 0 25px;
}

#footer-text h2 {
    margin-bottom: 5px;
}

#footer-text p {
    margin-bottom: 10px;
}

#sidebar-wrapper {
	z-index: 1000;
}

#sidebar .sidebar-button a {
    color: #ffffff;
}

.sidebar-button {
    background-color: #F8A500;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    padding: 8px 10px;
}

.sidebar-button-icon {
    font-size: 35px;
    line-height: 1;
    padding-left: 8px;
    color: #ffffff;
}

.fa-search {
    color: #ffffff;
}

.sidebar-button-text {
    padding-right: 0;
    padding-left: 25px;
}

.sidebar-button-title, .sidebar-button-subtitle {
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
}

.sidebar-button-title {
    font-size: 20px;
    font-weight: bold;
}

.sidebar-button-subtitle {
    font-size: 13px;
    padding-top: 3px;
}

.sidebar-right-icon {
    text-align: right;
    font-size: 25px;
}

#centers {
    padding-right: 5px;
    padding-left: 0;
}

#centers .news-box-body {
    background: url("img/France-carte.gif") no-repeat;
    background-size: contain;
}

#center-citites {

}

#center-citites ul {
    margin-left: 60%;
    padding-left: 0;
    padding-top: 15px;
}

#center-citites ul li {
    list-style-type: none;
    line-height: 1;
}

#center-citites ul li a {
    font-size: 14px;
}

#center-citites ul li a:before {
    font-family: 'FontAwesome';
    content: '\f101';
    padding-right: 5px;
}

#hypnosup-videos {
    padding-left: 10px;
}

.news-box-title {
    background-color: #404040;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
}

.news-box-body {
    border: 1px solid #cccccc;
    border-top: 0;
    min-height: 200px;
}

#news .news-box-body img {
    width: 100%;
}

#hypnosup-videos .news-box-body, #news .news-box-body {
    border: 0;
}

/*Courses carousel*/
#courses-carousel {
    padding: 15px 15px;
    background-color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#courses-carousel .item {
    margin: 10px;
}

.carousel-box {
    position: relative;
    height: 230px;
    background-size: cover;
}

.carousel-text {
    position: absolute;
    bottom: 0;
    padding: 7px 10px;
    background-color: rgba(0, 84, 120, 0.85);
    color: #ffffff;
    line-height: 1;
    min-height: 90px;
    width: 100%;
}

.carousel-text .carousel-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.carousel-text .carousel-description {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.4;
}

/*Partners*/
#partners ul {
    padding: 0;
    margin: 0;
    border: 1px solid #cccccc;
}

#partners h2 {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

#partners ul li {
    display: inline;
}

#partners img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

#partners img:hover {
    -webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;
}


#planning {
    border: 1px solid #dddddd;
    font-size: 13px;
}

table#planning tr td:nth-child(1) {
    max-width: 70px;
}

table#pricing tr td, table#planning tr td {
    padding-top: 5px;
}

#planning tr td, #pricing tr td {
    vertical-align: middle;
}

#filter-dates select, #filter-dispo select, #filter-infos, #filter-reserver select {
    display: none;
}

#filter-formation select {
    width: auto;
}

#filter-lieu select {
    width: 70px;
    font-weight: bold;
}

#planning tfoot {
    display: table-header-group;
}

.no-padding .dataTables_wrapper table, .no-padding > table {
    border: 1px solid #dddddd !important;
    margin-bottom: 0 !important;
    border-bottom-width: 1px !important;
}

#planning tr td, #pricing tr td {
    vertical-align: middle;
}

table#pricing tr, table#planning tr {
    height: 30px;
}

table#pricing tr td, table#planning tr td {
    padding: 10px;
}

#planning_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin: 20px 0 10px 0;
}

#planning_wrapper > div:nth-child(1) {
    border: 1px solid #dddddd;
    margin-bottom: 0;
}

#planning_filter {
    display: none;
}

/*@media (min-width: 768px) {

    table tr td, table tr th {
        border-right: 1px solid #dddddd!important;
    }

    .woocommerce table tr td, table tr th {
        border-right: 0;
    }

    table#pricing tr th:nth-child(4) {
        width: 70px;
    }

    table#pricing tr td:nth-child(2) {
        width: 100px;
    }

    table#pricing tr td:nth-child(3) {
        width: 110px;
    }

    table#pricing tr td:nth-child(5) {
        min-width: 120px;
    }

    table#planning tr td:nth-child(1) {
        max-width: 70px;
    }

    table#planning tr td:nth-child(3) {
        width: 165px;
    }

    table#planning tr td:nth-child(4) {
        width: 95px;
    }

    table#planning tr td:nth-child(5) {
        max-width: 100px;
    }

    table#planning tr td:nth-child(6) {
        width: 80px;
    }

}*/

#content #pricing tr:nth-child(even), #content #planning tr:nth-child(even) {
    background: #f3f3f3;
}

#content #pricing tr:nth-child(odd), #content #planning tr:nth-child(odd) {
    background: #fffdfe;
}

#pricing .even {
    background: #f3f3f3;
}

#left_content .article {
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.featured-cat {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: rgba(120, 180, 32, 0.8);
    /* background-color: rgba(124, 27, 82, 0.75); */
    /* max-width: 160px; */
    width: 160px;
    padding: 2px 8px;
}

.article h1.title a {
    color: #677239;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

/* Archive */
.thetime {
    font-size: 12px;
}

.thetime select {
    margin-left: 5px;
    font-size: 13px;
    font-weight: normal;
}

#search_widget form fieldset {
    padding-top: 0px;
}

#search_widget footer, #newsletter footer {
    margin: 0;
    padding: 0;
}


#planning-filter #filters {
    margin-left: 5px;
    padding-left: 0;
}

#planning-filter #filters a {
    background-color: #D1DAE0;
    padding: 8px 10px;
    margin-right: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #444444;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#planning-filter #filters a:hover, #planning-filter #filters a:active {
    text-decoration: none;
}

#planning-filter #filters a:hover {
    background-color: #FE8300;
    color: #ffffff;
}

#planning-filter #filters a.selected {
    background-color: #FE8300;
    color: #ffffff;
}

#planning-section {
    overflow-y: hidden;
}

.planning-date {
	position: absolute; 
	left: 0px;
	top: 0px; 
	display: block;
	margin-right: -15px ;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(172, 156, 156, 0.3);
}

.planning-date .panel-heading {
    border-radius: 4px 4px 0 0;
    background: #DDD;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
	font-size: 14px;
	font-weight: 600;
    color: #293642;
}

.location {
	padding-top: 15px;
    padding-bottom: 15px;                
    width: 25%;
    float: left;

}

.course {
	padding-top: 15px;
    padding-bottom: 15px;                
    width: 25%;
    float: left;}

 .date {
 	  padding-top: 15px;
      padding-bottom: 15px;                       
      float: left;
      width: 25%;
              }

.planning-date .panel-heading .date {
	font-weight:700;
	font-size: 15px;
    color: #1B819C;
}

.planning-date.full .panel-heading, .planning-date.full .panel-heading .date {
    color: #B3B3B3 !important;
}

.planning-date.full .content-panel {
    color: #B3B3B3 !important;
}

.planning-date .panel-heading .availability {
    text-align: right;
    float: right;
    color: #449D44;
    font-weight: bold;
}

.planning-date .availability .fa {
}

.planning-date .panel-body {
    background-color: #f5f5f5;
    margin-top: -6px;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
    border: 1px solid #DDD;
}

.panel-body .info-title {
	font-weight: 600;
	color: #333333;
}

.planning-date.full .info-details {
    color: #B3B3B3 !important;
}

.panel-body .info-details {
	font-size: 14px;
	color: #666666;
}

.single-formation .su-heading-style-flat-green,.single-formation .su-heading-style-flat-blue, #planning-heading {
    font-size: 22px !important;
    background-color: #fff;
    border: 0;
    color: #1B819C;
    border-bottom: 3px solid #cccccc;
    margin-bottom: 0px !important;
    padding-bottom: 5px;
}

#planning-heading {
	position: relative;
}

#courses-count {
	position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 18px;
    color: #008000;
    font-weight: 700;
}

#courses-count-number {
    color: #FE8300;
}

.single-formation .su-heading-inner span {
    font-size: 22px !important;
}

.planning-date .pay, .planning-date .payment {
    font-size: 13px;
    color: #666666;
}

.planning-date.full .pay {
    color: #B3B3B3 !important;
}

.planning-date .payment {
    margin-top: 3px;
}

.planning-date .payment .fa.fa-lock {
    font-size: 14px;
    margin-right: 5px;
    color: #449D44;
}

.planning-date .total {
    font-size: 15px;
    color: #f60;
}

.planning-date.full .total {
    color: #B3B3B3 !important;
}

.planning-date .total .value, .planning-date .total .euro {
    font-size: 24px;
    color: #333333;
}

.planning-date.full .total .value, .planning-date.full .total .euro {
    color: #B3B3B3 !important;
}

.single-formation .su-box-style-default {
    border-width: 0;
    border-color: #ffffff;
}

.single-formation .su-box-title {
    font-size: 22px !important;
    background-color: #ffffff !important;
    border: 0;
    color: #1B819C !important;
    border-bottom: 3px solid #cccccc;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.single-formation .su-button-style-flat {
    background-color: #1B819C !important;
    border-color: #1B819C !important;
}

.single-formation .su-box-content {
    background-color: #EAEAEA !important;
}

.page .su-heading-style-flat-green {
    color: #fff;
    background: #1B819C;
    border-left: 15px solid #0b729c;
    padding: 7px 10px;
    line-height: 1.4;
}

.page-id-582 .gform_wrapper .gform_footer {
    padding: 1em 0 .625em;
    margin: 1em 0 0;
    margin-top: 0;
    clear: both;
}




/*Festi cart*/
body div.festi-cart-products-content div#festi-cart-products-list-body {
    max-height: 160px !important;
    overflow: hidden;
    overflow-y: auto;
}

.su-heading-inner h2 {
    margin: 0;
    margin-bottom: 5px;
}

.su-heading.margin-top-30 {
    margin-top: 15px;
}

.postid-45 .maitre-praticien-body {
    margin-bottom: 0;
}
@media screen and (min-width: 463px) and (max-width: 900px) { 
	.planning-date .panel-body .content-panel .info-details {
       width: 30.33%;
       position: relative;
       min-height: 1px;
       padding-right:0px !important;
       padding-left :0px !important;
       font-size: 12px;   
       flex-wrap: inherit!important;
   }

 .location{
    width: 12% !important;
    float: left;
    margin-left: 20px;
}

   .panel-heading{
    padding: 0px 0px !important;

   }

   .info-total{
 		padding-right:0px !important;
        padding-left :0px !important;

   }
   .bouton{
   	padding-right:0px !important;
    padding-left :0px !important;
   }

}
@media screen and (max-width: 700px) { 
	.contenuEvent{
		height:150px !important;
		
	}
	}

@media screen and (max-width: 459px) { 
	.planning-date .panel-body .content-panel .info-details{             
       width: 100% !important;
       padding-right:0px !important;
       padding-left :0px !important;
       font-size: 12px;    
   }
   .planning-date .panel-heading{
       font-size: 12px;
   }
   .panel-heading {
    padding: 0px 15px;}

	.planning-date .panel-body .content-panel .info-total{

		width: 100% !important;
       padding-right:0px !important;
       padding-left :0px !important;
       font-size: 12px; 
  }
	.planning-date .panel-body .content-panel .bouton{
	   width: 100% !important;
       padding-right:0px !important;
       padding-left :0px !important;
       font-size: 12px; 
  }

  .contenuEvent {
    height: 220px !important;
	
}

.planning-date .panel-heading .date {
	     font-size: 11px;
	}

}


@media screen and (max-width: 320px) {

	.planning-date .panel-heading .availability{
	     padding-top: 0px !important; 
	     padding-bottom: 0px !important; 
	     float: none !important;
		}

	 .location{

		 padding-top: 0px !important; 
	     padding-bottom: 0px !important; 
	     float: none !important;
	     width: 100% !important;

	 }
	 .course{
	 	padding-top: 0px !important; 
	    padding-bottom: 0px !important; 
	    float: none !important;
	    width: 100% !important;
	 		}

	 .date{
	 	padding-top: 0px !important; 
	    padding-bottom: 0px !important; 
	    float: none !important;
	    width: 100% !important;
	     font-size: 11px;
	 	}
	 .availability{
		 padding-top: 0px !important; 
	     padding-bottom: 0px !important; 
	     float: none !important;
	     text-align: center !important;
	     width: 100% !important;

	 }




	}




