.main-menu.menu-light .navigation > li > a {
    padding: 10px 30px 10px 18px;
}
 
.main-menu.menu-light .navigation > li.open > a {
    color: #545766;
    background: whitesmoke;
    border-right: 4px solid #797C5A;
}

.main-menu.menu-light .navigation > li ul li > a {
    padding: 8px 18px 8px 54px;
}

.main-menu.menu-light .navigation > li ul .open > ul li > a {
    padding: 4px 18px 4px 64px;
}

.badge-danger {
    background-color: #ff0000;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle {
    padding: 1.7rem 1rem 1.6rem 0rem;
}

.bg-full-screen-image {
    background: url(images/bg-login.jpg) center center no-repeat fixed!important;
    -webkit-background-size: 100% 100%!important;
    background-size: 100% 100%!important;
}

.form-simple input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-simple input[type="mail"] {
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-simple input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.help-block ul {
    margin: 0  !important;
    padding: 0 !important;
}

.help-block ul li {
    list-style: none;
}

.navbar-brand {
    padding-top: 4px!important;
}

.form-actions {
    margin: 0!important;
    padding: 10px 15px 0 5px!important;
}

@media only screen and (min-width:150px) and (max-width:700px) {
    .form-actions {
        text-align: center!important;
    }
}

.card-title {
    font-size: 1.5em!important;
}

.breadcrumb-wrapper {
    font-size: 0.95em!important;
}

.custom-control-label:before {
    background-color: white;
    border: 1px solid #cad0e7;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='red' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input:active~.custom-control-label::before {
    background-color: red;
}

form .form-section {
    color: #2C303B;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.font-weight-semibold {
  font-weight: 500 !important;
}

.ord-invisibile {
  color:transparent;
  font-size:0px;
  display:none;
}
.ord {
  color:transparent;
  font-size:0px;
  display:none;
}
.edit-note-pagamenti {
  float:right;
  width:24px;
  margin-left:20px;
  margin-right:0px;
  cursor:pointer;
}
.nowrap {
  white-space: nowrap;
}
.cliente {
  display:inline-block;
  float:left;
  min-width:200px;
}

/*Inizio Wizard Steps*/
.tabcontrol,
.wizard {
    display: block;
    width: 100%;
    overflow: hidden
}
.tabcontrol a,
.wizard a {
    outline: 0
}
.tabcontrol ul,
.wizard ul {
    list-style: none!important;
    padding: 0;
    margin: 0
}
.tabcontrol ul>li,
.wizard ul>li {
    display: block;
    padding: 0
}
.tabcontrol>.steps .current-info,
.wizard>.steps .current-info {
    position: absolute;
    left: -999em
}
.tabcontrol>.content>.title,
.wizard>.content>.title {
    position: absolute;
    left: -999em
}
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}
.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%
}
.wizard>.steps .number {
    font-size: 0.875rem
}
.wizard>.steps>ul>li {
    /* width: 25% */>
    width: 20%;
    margin-top: 10px;
}
.wizard>.actions>ul>li,
.wizard>.steps>ul>li {
    float: left
}
.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}
.wizard>.steps a,
.wizard>.steps a:active,
.wizard>.steps a:hover {
    display: block;
    width: auto;
    /* margin: 0rem 0.5rem 0.5rem; */
    margin: 0rem 0.4rem 0.5rem;
    /* padding: .4rem 1rem; */
    padding: .2rem 1rem;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.wizard>.steps .disabled a,
.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover {
    background: #eee;
    color: #aaa;
    cursor: default
}
.wizard>.steps .current a,
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
    background: #0073C7;
    color: #fff;
    cursor: default
}
.wizard>.steps .done a,
.wizard>.steps .done a:active,
.wizard>.steps .done a:hover {
    background: rgba(0, 116, 199, 0.5);
    color: #fff
}
.wizard>.steps .error a,
.wizard>.steps .error a:active,
.wizard>.steps .error a:hover {
    background: #ff3111;
    color: #fff
}
.wizard>.content {
  background: #FFF;
  display: block;
  margin: .5em!important;
  min-height: 20rem;
  overflow: auto;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e8ebf1;
  margin-left: 0;
}
.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em 2.5%;
    width: 65%
}
.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    /* padding: 2.5% */
}
.wizard>.content>.body ul {
    list-style: disc!important
}
.wizard>.content>.body ul>li {
    display: list-item
}
.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}
.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc
}
.wizard>.content>.body input[type=checkbox] {
    display: inline-block
}
.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11
}
.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em
}
.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 1.25rem;
}
.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}
.wizard>.actions>ul>li {
    margin: 0 .5em
}
.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}
.wizard>.actions a,
.wizard>.actions a:active{
    background: none;
    color: #0073C7;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #0073C7;
    min-width: 6rem;
    text-align: center;
}
.wizard>.actions a:hover {
    background: #0073C7;
    color: #FFF;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #0073C7;
}
.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
    background: none;
    color: #aaa;
    border: 1px solid;
    border-color: #aaa;
}
.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}
.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}
.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}
.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}
.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}
.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}
.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}
.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}
.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}
.tabcontrol>.content>.body ul {
    list-style: disc!important
}
.tabcontrol>.content>.body ul>li {
    display: list-item
}
.wizard > .steps ul li.disabled a, .wizard > .steps ul li.disabled a:hover {
  background: #f2f2f2;
}
/*Fine Wizard Steps*/

.roundcorner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.boxgrigio {
  padding:10px;
  background-color:#efefef;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* modal eliminazione link */
.modal-row {
	height:65px
}
.modal-col {
	padding-right: 0px;
}
.modal-form-titolo {
	font-size:18;
  color:#0073c7;
  font-weight:bold;
  margin-bottom:10px;
}
.modal-form-label {
	font-size:12px;
  margin-bottom:3px;
  color:#aaaaaa;
}
.modal-form-campo {
	font-size:13px;
  font-weight:bold;
  padding:5px 3px 5px 4px;
  height: 28px!important;
}
.modal-form-checkbox {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}
.modal-form-testolink {
	font-size:14px;
	color:#0073c7;
}
.modal-form-testopiccolo {
	font-size:13px; color:#aaaaaa;
}

.modal-form-interlinea {
    margin-bottom:0.5rem!important;
}

@media (max-width: 575.98px){
.wizard > .steps > ul > li {
    float: none!important;
}
}
