/* 
    StrumentiMusicali.net StyleGuide

    Primary Color : #FFB926
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    font-size:14px;
}

input {
    font-size: 14px !important;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #000000;
    color:white;
    padding:10px;
    text-align:center;
}

.margin-sm-bottom {
    margin-bottom:10px;
}

a {
    color:navy;
}

h1,h2,h3,h4 {
    margin:0;
    padding:0;
}

h1 {
    font-size:28px;
}

h2 {
    font-size:18px;
}

.alert-danger {
    background-color:#F7ECEC;
}

#logoImg {
    margin-top:15px;
}

.txt-center {
    text-align:center;
}

.card {
    border:1px solid #DCDCDC;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:20px;
    margin-top:20px;
}

.smn-form {
    margin-top:10px;
}

.form-control:focus {
    border-color: #474747;
    box-shadow: none;
}

.btn {
    font-weight:bold;
    outline:none !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    font-weight:bold;
    color:#474747 !important;
    border-radius: 4px !important;
    border: 1px solid #FFB926 !important;
    background-color: #FFB926 !important;

}
.btn-primary:hover {
    color:#474747 !important;
    border: 1px solid #FFB926;
}


.elementOverlay{
    display:none;
}
.overlay {
    width:100%;
    height:100%;
    position:fixed;
    background-color:#F5F5F5;
    opacity:0.9;
    z-index:1;
    display:none;

    /*    background-image: url(/images/ring.gif);
        background-repeat:no-repeat;
        background-position: center center;*/

}

.with_image {
    background-image: url(/images/ring.gif);
    background-repeat:no-repeat;
    background-position: center center;

}

.textOverlayPaypal{
    font-family: arial, verdana, helvetica, sans-serif;
    text-align: center !important;
    top: 30% !important;
    width:100% !important;
    height:100% !important;
    position:fixed !important;
    opacity:1 !important;
    z-index:9999 !important;
}


.textOverlayPaypalOtherText{
    display: block;
    font-family: arial, verdana, helvetica, sans-serif;
    text-align: center !important;
    top: 55% !important;
    width:100% !important;
    height:100% !important;
    position:fixed !important;
    opacity:1 !important;
    z-index:9999 !important;
}

.linkPaymentPaypal{
    font-weight: bold;
    font-size: 20px;
}

.tab-content {

    border:1px solid #ddd;
    padding:10px;
    padding-top:5px;

}

.smn-panel .panel-heading {
    padding:5px;
}

.smn-panel {
    margin-bottom:10px;
}

.smn-panel h3 {
    font-size:14px;
}

.smn-panel .panel-body {
    padding:10px;
    padding-bottom:0px;
}

.validate-error {
    box-shadow: 0 5px 10px rgba(0,0,0,.1) !important;
    z-index:1 !important;
}

.validate-error .popover-content {
    color:#D50000 !important;
}

.validate-error.top {
    margin-top:-15px !important;
}

.validate-error.right {
    margin-left:15px !important;
}

.validate-error.right {
    width:100% !important;
    max-width:250px !important;
}

.validate-error.bottom {
    margin-top:15px !important;
}

.has-success, .has-success .form-control:focus {
    border-color:#008000 !important;
    box-shadow:none;
}

.select2-dropdown--below, .select2-drop-active{
    outline: none !important;
    box-shadow: none !important;
    border-color: #474747 !important;
}

.select2-results__option--highlighted {

    background-color:#F5F5F5 !important;
    color:#333 !important;
}

.uppercase_input {
    text-transform: uppercase;
}
.uppercase_input::-webkit-input-placeholder {
    text-transform: capitalize;
}
.uppercase_input::-moz-placeholder {
    text-transform: capitalize;
}

.select2 {
    width:100% !important;
}

.select2-dropdown {
    z-index:999999 !important;
}

label.error {
    color:#D50000;
    font-size:11px;
    margin:0px;
    padding:0px;
    margin-top:5px;
    margin-left:1px;
    font-weight:bold;
}

.validation-alert {
    display:none;
}

.modal-header .close {
    color: #474747 !important;
    font-size: 32px !important;
    opacity: 1;
    border: 1px solid lightgray;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: -2px;

}

.modal-header .close:hover {
    background-color:#e6e6e6;
}

.modal-header .close:active, .modal-header .close:focus {
    outline:none !important;
}

.modal-body h1 {
    font-size:18px;
    margin-bottom:10px;
}

.modal-header .modal-title {
    font-size:24px;
}

a, a:visited, a:focus, a:link, a:target {
    color:#474747;
}

a:hover {
    color: #636363;
    text-decoration:none;
}

.active a {
    font-weight:bold;
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 10px;
    float:right;
    color:#474747;
    top:-2px;
    font-size:16px;
    cursor:pointer;
}

.left-addon .fa  {
    left:  0px;
}
.right-addon .fa {
    right: 0px;
}

.left-addon input  {
    padding-left:  30px;
}
.right-addon input {
    padding-right: 30px;
}

.button-addon {
    background-color:#474747;
    border: 1px solid #474747;
}

.button-addon a {
    color: white;
    font-weight:bold;
}

.button-addon a:visited, .button-addon a:hover, .button-addon a:visited, .button-addon a:active, .button-addon a:target, .button-addon a:focus  {
    text-decoration:none !important;
}

.row-no-padding > [class*="col-"] {
    padding-right: 0 !important;
}

.popover-warning {
    background-color:#FFF0CF;
}

.popover-warning .arrow:after {
    border-top-color:#FFF0CF !important;
}

.paddingTop5{
    padding-top: 5px !important;
}

.paddingTop10{
    padding-top: 10px !important;
}
.create-account-button-recover{
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.marginBottom0{
    margin-bottom: 0px;
}


.marginTop10 {
    margin-top: 10px !important;
}

.marginTop40{
    margin-top: 40px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom25 {
    margin-bottom: 25px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    background-color: #d3d3d3;
    opacity: 1;
}

/*.form-control:focus {
    border-color: #FFB926;
    box-shadow: none;
}


.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
    border-color: #FFB926 !important;
}


.select2-dropdown--below, .select2-drop-active{
    outline: none !important;
    box-shadow: none !important;
    border-color: #FFB926 !important;
}*/


.d-block{
    display: block !important;
}

.list-create-account{
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-create-account li{
    margin-top: 0px;
    padding-top: 0px;
    line-height: 18px;

}

.list-create-account li .fa:before{
    color:green;
}

.marginRight10{
    margin-right: 10px;
}

.marginLeft10{
    margin-left: 10px;
}

.marginBottom20{
    margin-bottom: 20px !important;
}


.bold{
    font-weight: bold;
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

    body.work-with-us{
        margin-bottom: 60px;
    }

    footer.work-with-us{
        height: 60px;
    }
}

.d-none{
    display: none;
}
.marginNone{
    margin: 0px !important;
}

.paddingNone{
    padding: 0px !important;
}


/**
*
* Cookie consent modal
*
**/

.newsletter-consent-switcher  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;

}

.newsletter-consent-switcher  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.newsletter-consent-switcher  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.newsletter-consent-switcher .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.newsletter-consent-switcher .switcher-container{
    vertical-align: middle;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.newsletter-consent-switcher input:checked + .slider {
    background-color: #FFB926;
}

.newsletter-consent-switcher input:focus + .slider {
    box-shadow: 0 0 1px #FFB926;
}

.newsletter-consent-switcher input:checked + .slider:before {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
}

/* Rounded sliders */
.newsletter-consent-switcher .slider.round {
    border-radius: 24px;
}

.newsletter-consent-switcher .slider.round:before {
    border-radius: 50%;
}

.content-newsletter-radio label{
    display: inline-block;
    margin-right: 10px !important;
    font-size: 15px;
    font-weight: normal;
}

.content-newsletter-radio label span{
    padding-left: 5px;
}

.cookie_consent_overlay_block{
    overflow: hidden !important;
}

.cookie_consent_overlay{
    display: none;
    overflow-y: auto;
    padding: 1rem 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    inset: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
    margin-bottom: 1rem;
}


.star-half {
    display: inline-block;
    position: relative;
}

.star-half:before {
    font-family: "smn-fonts-desktop";
    content: '\e803';
    color: #e2e2e2
}


.star-half:after {
    font-family: "smn-fonts-desktop";
    content: '\e803';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
}