body {
    font-family: 'BridgestoneType', 'Noto Sans', Arial, sans-serif;
    background: #e6e6e6;
    height: 100%;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'BridgestoneType', 'Noto Sans', Arial, sans-serif;
}

li {
    list-style: none;
}

/* default */
.clear {
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.justyfied {
    text-align: justify;
}

.right {
    float: right;
}

/* default */
#wrapper {
    /*width:990px;*/
    /*margin: 0 auto;*/
    /*position:relative;*/
}

#header {
    /*width:990px;*/
    /*background-color:#fff;*/
}

#logo {
    width: 100%;
    height: 65px;
}

#banner {
    height: 300px;
    position: relative;
    background: center no-repeat url('../images/header.jpg');
}

#user {
    /*background-color: #cecece;*/
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    padding-top: 20px;
    /*-webkit-border-bottom-left-radius: 5px;*/
    /*-webkit-border-bottom-right-radius: 5px;*/
    /*-moz-border-radius-bottomleft: 5px;*/
    /*-moz-border-radius-bottomright: 5px;*/
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.20);*/
}

.content {
    padding: 15px 0;
    /*padding: 15px 18px 12px 18px;*/
    /*border:1px solid #e0e0e0;*/
    /*border-bottom:none;*/
    /*background-color:#f4f4f4;*/
}

.box {
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    float: left;
}

#welcome {
    padding: 15px;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 0;
}

#welcome h4 {
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1c24;
}

.category-title {
    color: #333333;
    font-weight: 600;
    padding: 15px 7px;
}

.category-description {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 8px 2px;
    background-color: #ed1c24;
    color: #fff;;
}

div.box.loop div.category-title {
    text-transform: uppercase;
    padding: 0px 7px 7px 7px;
}

div.box.loop {
    padding: 15px;
    width: 320px;
    margin-right: 0px;
    height: 190px;
    position: relative;
    margin-bottom: 20px;
}

div.box.loop div.category-description {
    font-size: 11px;
    line-height: 16px;
}

a.button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    color: #ed1c24;
    background-color: #eeeeee;
    padding: 3px 30px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

a.button:hover {
    text-decoration: none;
    color: #ed1c24;
}

#category-0, #category-2 {
    margin-right: 20px;
}

#category-2, #category-3 {
    margin-bottom: 0px;
}

#footer {
    color: #000;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.20);
    margin-bottom: 15px;
    display: table;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.arrow {
    position: absolute;
    top: 0px;
}

/* Page Login */
#login-wrapper {
    color: #000;
    margin: 0 auto;
}

#login-wrapper #login-container {
    /*padding: 100px 75px 40px 75px;*/
}

#login-container #text-container {
    text-align: right;
    /*float:right;*/
    /*margin-right:60px;*/
}

#login-container #text-container h1 {
    font-size: 20px;
    font-weight: 900;
}

#login-container #text-container p {
    font-size: 14px;
    line-height: 24px;
}

#login-container #form-container {
    border: 1px solid #dadad8;
    background-color: #FFF;
    max-width: 500px;
}

#login-container #form-container #login-form {
    margin: 10px;
    background-color: #efefef;
}

#login-container #form-container #login-form #login-fields {
    padding: 20px 15px;
}

#login-form #login-fields p, #login-fields input {
    font-weight: 700;
    font-size: 16px;
}

#login-form #login-fields input {
    height: 40px;
    margin: 10px 0;
    padding: 0 12px;
    width: 100%;
    border: none;
}

#login-container #login-submit {
    float: right;
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
    background: url('../images/login.jpg');
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
}

#error, #success {
    display: none;
}

#error ol li {
    font-weight: bold;
}

#login-controls {
    max-width: 500px;
}

#forgotten-link {
    float: left;
    margin: 18px 18px 0 0;
    text-decoration: none;
}

#forgotten-link a {
    color: #3c3c3c;
    text-decoration: underline;
}

#forgotten-link a:hover {
    color: #ed1c24;
}

/* Login Page */
.info {
    font-weight: normal;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.report, .logout {
    float: right;
    position: relative;
}

.report {
    font-weight: bold;
}

.logout {
    padding: 9px;
}

/* Login Page */

/*Reseller HOME PAGE*/
#reseller-content-wrapper .box {
    min-height: 397px;
    margin: 2px 0;
    padding: 55px 35px 30px 55px;

}

#reseller-content-wrapper .box h3 {
    font-size: 17px;
}

#reseller-content-wrapper .box ul {
    padding: 0 0 0 15px;
}

.reseller-wellcome-text-container {
    line-height: 19px;
    font-size: 13px;
}

#reseller-content-wrapper .box ul li {
    list-style: disc;
}

/*Reseller HOME PAGE*/

/* Category Page */
div#single-category.box {
    padding: 16px;
    min-height: 400px;
    position: relative;
    overflow: auto;
}

table#listini.table.table-striped, table#promozioni.table.table-striped {
    font-size: 14px;
}

.single-category-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-format {
    float: right;
    margin-right: 38px;
    font-size: 13px;
    font-weight: bold;
}

/* Category Page */

.contenitore-promozioni {
    min-height: 800px;
}

/* Pagenavi */
.wp-pagenavi {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.wp-pagenavi .pages {
    display: none;
}

.content .wp-pagenavi span, .content .wp-pagenavi a {
    border: none;
    margin: 0px;
    color: #333333;
}

/* Pagenavi */

/* Archive Page */

.box#archive {
    width: 100%;
    min-height: 402px;
    position: relative;
    padding: 16px;
}

.box#archive a {
    color: #333333;
    text-decoration: underline;
}

table#distributor.table.table-striped tr th {
    border-top: none;
}

/* Archive Page */

/* New Distributor Page */
.content#newdistributor, .content#editdistributor {
    max-height: 100%;
    background-color: #e6e6e6;
}

/* New Distributor Page */

/*Distributor Edit Page*/
#show-distributor-users {
    float: right;
}

.sr-only {
    position: static;
    color: #000;
}

/*Distributor Edit Page*/

/*Distributor Users Listing Page*/
#back-button-wrapper {
    margin-top: 10px;
}

#distributor-users-list thead tr th, #distributor-users-list tr td {
    font-size: 13px;
}

.disable-distributor:hover {
    cursor: pointer;
}

/*Distributor Users Listing Page*/

/* Reseller agreement step 1 Page */
.agreementcontent {
    float: none;
    margin: 0px;
}

.center {
    text-align: center;
    font-weight: bold;
}

.size {
    font-size: 14px;
}

textarea#articlesDescriptions {
    border-radius: 5px;
    height: 207px;
    width: 890px;
    overflow-y: auto;
    overflow-x: auto;
    resize: none;
    font-size: 8pt;
}

#customtable > tfoot > tr > th, #customtable > thead > tr > td, #customtable > tbody > tr > td, #customtable > tfoot > tr > td {
    border-top: none;
}

strong {
    text-transform: uppercase;
}

/*  Reseller agreement step 1 Page  */

/* Reseller Agreement Step-2 Page */
.content-reseller {
    padding: 15px 18px 12px 18px;
}

.agreement-step-2-center {
    text-align: center;
}

#agreementPage {
    width: 100%;
    float: none;
}

.agreementPage-radio {
    min-height: 20px;
    font-size: 10px;
    vertical-align: middle;
    float: left;
}

.button-reseller {
    color: #ed1c24;
    font-size: 12px;
    background-color: transparent;
    border: none;
    display: block;
    cursor: pointer;
}

.button-back:hover, :visited, :link {
    color: #ed1c24;
    text-decoration: none;
}

/* Reseller Agreement Step-2 Page */

/* Reseller Agreement Step-3 Page */
.reseller-section {
    margin: 29px 0;
    font-size: 12px;
}

.reseller-section p {
    margin: 0;
}

.words-in-relief {
    color: #ed1c24;
}

.table-row-reseller td h6 {
    text-align: center;
    margin: 0;
    width: 437px;
    max-width: 437px;
}

/* Reseller Agreement Step-3 Page */

/* Reseller Agreement Step-4 Page */
#agreement-step-4 .reseller-section {
    margin-bottom: 0;
}

/* Reseller Agreement Step-4 Page */

/* New Reseller Page */

.content#newreseller {
    max-height: 100%;
    background-color: #e6e6e6;
}

#newreseller ul.nav.nav-tabs, #newdistributor ul.nav.nav-tabs {
    /*margin-bottom: 15px;*/
}

.tab-pane {
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    border-top: none;
    border-top-left-radius: 0px;
}

.tab-pane.active {
    background-color: #fff;
}

.nav-tabs > li > a {
    color: #bbbbbb;
}

.nav-tabs > li.active > a {
    background-color: #fff;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
}

/*#newreseller label.col-sm-2 {*/
/*width: 30%;*/
/*}*/

/*#newreseller div.col-sm-10 {*/
/*width: 70%;*/
/*}*/

/* New Reseller Page */

/*Categories view - Listing post*/
#category-toolbar {
    float: right;
    margin-top: 15px;
}

img.remove-postwithmedia:hover {
    cursor: pointer;
}

/*New Document Page*/
div.createnew-form-confirm-wrapper {
    width: 85px;
    float: left;
}

/*New Document Page*/
#bottom-toolbar {
    padding-top: 15px;
    padding-bottom: 5px;
}

/*Reseller Report Page*/
#reseller-target-report {
    border-collapse: collapse;
}

#reseller-target-report td, #reseller-target-report th {
    text-align: center;
}

#reseller-target-report td:first-of-type {
    text-align: right;
}

#reseller-target-report th:first-of-type {
    width: 280px;
}

#reseller-target-report td {
}

/*Reseller Report Page*/
/*Reseller list - Category*/
.post-type-archive-reseller #archive div.col-sm-3 {
    text-align: right;
    font-size: 12px;
}

.delete_reseller:hover {
    cursor: pointer;
}

/*Reseller list - Category*/
/*Password Recovery*/
#page-password-recovery .box {
    float: none;
    margin: 0;
    text-align: left;
    padding: 25px;
}

/*Password Recovery*/
/*Contacts Page'*/
#page-contatti .box {
    float: none;
    margin: 0;
    padding: 25px;
}

#page-contatti ul li {
    list-style: disc;
}

#page-contatti a {
    color: #3C3C3C;
}

#page-contatti a:hover {
    color: #ed1c24;
}

/*Contacts Page*/

.alert ol {
    margin: 0;
    padding: 0;
}

#menu {
    background-color: #fff;
}

#menu > div {
    /*height: 100%;*/
}

#menu > div ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

#menu > div ul li {
    display: inline-block;
    float: left;
}

#menu > div ul li a {
    text-transform: uppercase;
    color: #000;
    padding: 10px 23px;
    font-size: 13px;
    font-weight: bold;
}

#menu > div ul li a:hover, #menu > div ul li.current-menu-item a {
    text-decoration: none;
    background-color: #ed1c24;
    color: #fff;
}

.no-padding {
    padding: 0;
}

.navbar-toggle {
    margin: 0;
    padding: 10px 0;
}

.footer-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.footer-logo img {
    margin: 10px;
}

.logout img {
    margin: 0 6px;
}

.header-container {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.20);
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.nav-tabs > li > a {
    font-weight: 500;
    color: #777;
    background: #ffffff80;
}

@media screen and (max-width: 767px) {
    .program-typology {
        color: #fff;
    }

    .nav-tabs > li {
        width: 100%;
    }
    .nav-tabs > li > a {
        border: 1px solid #ddd;
    }

    #filter-label {
        text-align: left;
        cursor: pointer;
    }

    #filter-label img {
        display: inline-block !important;
    }

    #filter-reseller div:not(:first-child) {
        display: none;
    }

    #search-reseller, #search-distributor {
        float: none !important;
    }

    #search-reseller label,
    #search-distributor label {
        display: none;
    }

    .header-container {
        background-color: #ed1c24;
    }

    #footer-container {
        margin: 0;
        padding: 0;
    }

    #footer {
        margin: 0 !important;
        border-radius: 0;
    }

    .logout img {
        margin: 0 10px;
    }

    .navbar-nav {
        margin-top: 0;
    }

    nav {
        width: 100%;
    }

    .menu {
        height: auto;
    }

    .menu li {
        display: block !important;
        width: 100%;
    }

    .logout {
        margin: 0 10px;
    }

    .navbar-toggle {
        margin: 0 10px;
    }

    #login-container #text-container {
        text-align: left;
    }

    #footer,
    #footer .info,
    #footer .footer-logo,
    #footer .footer-logo img {
        display: block;
        text-align: center;
        margin: 15px auto;
    }

    #user {
        font-size: 22px;
    }

    #menu > div ul li a {
        font-size: 18px;
    }

    .category-description {
        font-size: 22px;
    }

    #banner {
        background: right no-repeat url(../images/header-mobile.jpg);
        background-size: auto 100%;
    }

    .bridgestone-logo {
        max-width: 75%;
    }

    .tab-content .col-sm-10 {
        padding-top: 7px;
    }
}

.btn.btn-default,
.btn.btn-primary {
    font-weight: 200;
    background-image: none;
    background-color: #6e7370;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    padding: 7px 16px;
    text-shadow: 0 1px 0 #fff;
}

.btn.btn-default:hover, .btn.btn-default:focus,
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #221f20;
    border-radius: 3px;
    border: none;
}

.toggle-group .btn.btn-default,
.toogle-group .btn.btn-default:hover, .toogle-group .btn.btn-default:focus,
.toogle.btn.btn-default,
.toogle.btn.btn-default:hover, .toogle.btn.btn-default:focus {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    color: #333;
    background-color: #e0e0e0;
    font-weight: 400;
    border: 1px solid #dbdbdb;
    text-transform: none;
    box-shadow: none;
}


.content h3 {
    text-transform: uppercase;
}

#bottom-toolbar .btn.btn-default img {
    margin-bottom: 2px;
}

.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.col-xs-10ths {
    width: 10%;
    float: left;
}

.col-xs-10ths {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-10ths {
        width: 10%;
        float: left;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-10ths {
        width: 10%;
        float: left;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-10ths {
        width: 10%;
        float: left;
    }

    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#filter-reseller .col-sm-5ths {
    margin-bottom: 7px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #filter-reseller button span,
    #filter-reseller #filter-label {
        font-size: 13px;
    }

    #filter-reseller button {
        padding: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #filter-reseller button span {
        display: none;
    }
}

/* alert */
.alert {
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius: 3px;
}
.alert label{
    font-weight: 400;
}
.alert-success {
    background: #91cf91 !important;
    border-color: #80c780;
    color: #fff;
    font-weight: 400 !important;
}
.alert-warning {
    background: #ebc063 !important;
    border-color: #e8b64c; 
    color: #fff;
    font-weight: 400 !important;
}
.alert-danger {
    background: #e27c79 !important;
    border-color: #dd6864;
    color: #fff;
    font-weight: 400 !important;
}
.alert p {
    padding: 0;
    margin: 0;
}
.alert i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 24px;
}
.alert .close-alert {
    -webkit-appearance: none;
    position: relative;
    float: right;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=40);
    opacity: .4;
}
.alert .close-alert:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

.shadow-1, .alert {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2, .alert:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* legenda */
#list-legend li{ margin: 15px 0; text-indent: -35px; margin-left: 30px;}
#list-legend li img{ margin-right: 15px;}

/* placehoder */
.form-control::placeholder{ 
    color: rgba(0, 0, 0, 0.35) !important; 
}
.form-control::-webkit-input-placeholder{ 
    color: rgba(0, 0, 0, 0.35) !important; 
}
.form-control::-moz-placeholder{ 
    color: rgba(0, 0, 0, 0.35) !important; 
}
.form-control::-moz-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.35) !important; 
}

select option:disabled {
    color: #6c757d;
}
.btn.btn-dark{
    background-color: #333333;
    border-radius: 5px;
}
.btn.btn-dark span{
    color: #FFFFFF;
    text-transform: uppercase;
}