body {
    font-size: 15px;
    font-weight: 300;
}

.row {
  display: flex;
}

.nav-link2 {
    color: #FFFFFF;
}

@media (min-width: 768px)
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .1rem; */
    padding-left: .1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #2c517d;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:visited, .btn-dark.active, .open>.dropdown-toggle.btn-dark {
    color: #fff;
}

.notifyjs-happyblue-base {
  white-space: nowrap;
  background-color: lightblue;
  padding: 5px;
}
.notifyjs-happyblue-superblue {
  color: white;
  background-color: blue;
}

.div_notifiche {
    padding: 12px 12px 12px 12px;
	background-color: #ffff00;
}

a.rosso_notifiche {color:#CC0000; text-decoration:underline}
a.rosso_notifiche:Visited {color:#CC0000; text-decoration:none}
a.rosso_notifiche:Hover {color:#000000; text-decoration:none}

href {color:#2c517d; text-decoration:none}
a:Visited {color:#2c517d}
a:Active {color:#2c517d}
a:Hover {color:#2c517d; text-decoration:underline}

a.bianco {color:#FFFFFF; text-decoration:none}
a.bianco:Visited {color:#ffffff; text-decoration:none}
a.bianco:Hover {color:#FFFFFF; text-decoration:underline}

a.rosso {color:#cc0000; text-decoration:none}
a.rosso:Visited {color:#cc0000; text-decoration:none}
a.rosso:Hover {color:#cc0000; text-decoration:underline}

a.blu {color:#2c517d; text-decoration:none}
a.blu:Visited {color:#2c517d; text-decoration:none}
a.blu:Hover {color:#2c517d; text-decoration:underline}

.bg-dark {
    background-color: #2c517d!important;
}

.cal_evidenziato {
  color: #FFFFFF;
  font-weight: bold;
}

.input_small {
  width:80px;
}

.input_small_150 {
  width:200px;
}

.toast {
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, 0px);
    z-index: 9999;
    opacity: 1 !important;
}

#toast-container > div {
  opacity: 1 !important; 
}

.bottone {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bottone-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.bottone-primary {
    color: #fff;
    background-color: #2c517d;
    border-color: #2c517d;
}

.div_bottom {
    padding: 12px 12px 12px 12px;
	background-color: #dedede;
}

.bold {
  font-weight: bold;
}

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

.sottotitolo {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.titolo_record {
  font-size: 17px;
  color: #2c517d;
  font-weight: bold;
}

label {
 margin-bottom: .0rem; */
}

.div_celeste {
    padding: 12px 12px 12px 12px;
	background-color: #bbdbeb;
}

.div_notifiche {
    padding: 12px 12px 12px 12px;
	background-color: #ffff00;
}

.div_notifiche_border {
    padding: 12px 12px 12px 12px;
	background-color: #ffff00;
	border: 1px solid #666666;
    border-radius: .25rem;
}

.small {
	font-size: 12px;
}

.btn-primary {
    color: #fff;
    background-color: #2c517d;
    border-color: #2c517d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2c517d;
    border-color: #2c517d; /*set the color you want here*/
}

.form-control {
    margin-bottom: 10px;
}

/* change the background color */
.navbar-custom {
    background-color: #2c517d;
	color: #FFFFFF;
	min-height: 40px;
}

#inputerror {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
   border: 1px solid red;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

th {
    background-color: #2c517d;
    color: #FFFFFF;
    text-align: left;
} 

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.container-fluid.navbar-container, .navbar-brand {
  padding-left: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-icon{
  border-color: white;
}

.boldrosso {
	font-weight: bold;
	color: #CC0000;
}

.boldverde {
	font-weight: bold;
	color: #339933;
}

.boldarancio {
	font-weight: bold;
	color: #ff9900;
}

.abs {/* sidebar */ 
	position:absolute;
	left:0;
	top:250px;
	bottom:0;
	background: #FFFFFF;
	z-index:1;
}

@media (min-width: 576px)
.container {
    max-width: 0px;
}


.content {
    padding: 12px 12px 0px 12px;
}

.content-wrapper {
    background-color: @color-white-base;
}

.container{padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto}@media (min-width:768px)
{.container{width:750px}}@media (min-width:992px){
.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}
.container-fluid{padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto}

p {
    margin-bottom: @reset;
    margin-top: @reset;
}

a {
    cursor: @cursor-pointer;
    text-decoration: none;
}

h3, h4 {
    padding: @reset;
    margin: @reset;
}

ul {
    padding: @reset;
    margin: @reset;
    list-style: none;
    list-style-type: none;
}

button {
    border: @reset;
    box-shadow: none;
    outline: none;
    background-color: @color-transparent;
    cursor: @cursor-pointer;

    &:disabled {
        cursor: @cursor-default;
    }
}

input {
    .font-size(12px);
    .font-weight(400);
    outline: none;
    border-radius: 3px;

    &:disabled {
        background-color: @input-disabled;
    }
}

.img-responsive {
    width: 100%;
    height: 100%;
    .display(block);
}

select {
    .font-size(14px);
    .font-weight(400);
    .border-radius(3px);
    outline: none;
    border: @reset;
}

.main-header {
    width: 100%;
    position: fixed;
    .z-index(100);
    background-color: @color-blue-dark;
}

fieldset {
    border: @reset;
    margin: @reset;
    padding: @reset;
}

input[type="text"]:disabled, input[type="search"]:disabled {
    background-color: @bg-color-box-body-content;
    font-family: 'Source Sans Pro', sans-serif;
}

input[type=number]::-webkit-inner-spin-button {
    width: 14px;
    height: 30px;
}

.input-hiddenSpin::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

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

.left {
    text-align: @text-left;
}

.right {
    text-align: @text-right;
}

.match {
    color: @color-success !important;
}

.settings {
    padding: 15px 12px;

    li {
        .toggle-sidebar-right {
            i {
                .font-size(14px);
                color: @color-white-base;
            }
        }
    }
}
