body,
html {
    height: 100%;
    background-color: #f5f5f5;
    font-size: 98%;
}
h2{
    margin-top:1rem;
    margin-bottom:0.5rem;
}

*:disabled{
    cursor: no-drop;
}

.container {
    width: 1650px;
    max-width: 100%;
}

.navbar-brand img {
    max-height: 25px;
    margin-top: -5px;
}

#login-container {
    display: -ms-flexbox;
    text-align: center;
    height: 100%;
    -ms-flex-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.login-form {
    text-align: center;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.login-form h1 {
    text-transform: uppercase;
}

.login-form .btn-logo {
    margin-bottom: 1rem;
}

.login-form .btn-login {
    margin-top: 1rem;
}

.login-form .btn-logo img {
    margin: 5px !important;
}

.navbar-toggler {
    position: absolute;
    right: 2.5rem;
}

li {
    list-style-type: none;
    line-height: 1.4;
}

ul {
    padding-left: 1rem;
}

.form-lista-static {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin: 10px -1px 0 0;
}

#form-module {
    position: relative;
}

.table.table-hover tbody tr {
    cursor: pointer;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.col-form-label {
    text-align: right;
}

fieldset {
    position: relative;
    border: 1px solid #ced4da;
    padding: 5px 15px;
    margin-bottom: 10px;
}

legend {
    font-weight: bold;
    font-size: 100%;
    width:auto;
    padding:2px 10px;
}

#nav-menu .h {
    display: none;
}

#main_menu .to_web a,
#main_menu li.to_web {
    float: right;
}

#main_menu .to_web a {
    padding-left: 50px;
    background: url(../img/iko/iko_toweb.png) no-repeat 5px;
}

#nav-menu .prefix{
    font-size:80%;
    display: block;
    float:left;
    margin:6px 5px 0 0;    
    width:15px;
    text-align: center;
}
#nav-menu .fa-circle{
    font-size:50%;
    line-height: 1.7;
    
}
#nav-menu .lsm{
    cursor: pointer;
}
#nav-menu li.active a{
    font-weight: bold;
}
#nav-menu hr{
    margin:8px 0;
}
#control-main-photo{
    position: absolute;
    right:25px;
    top:53px;
    z-index: 10;
}
#control-main-photo .container-box{
    padding: 15px;
}
#card-main-form{
    position: relative;
}
#control-main-photo{
    text-align: center;
}
#control-main-photo img{
    margin: 0 auto;
    max-height:212px;
}
.card-header .breadcrumb{
    background: none;
    margin:0;
    padding:0;
}
.spinner-border{
    margin:0 5px;
}
.navbar-toggler {
    z-index: 1000;
    top: 15px;
    right: 30px;
}
#menu-left .nopublic{
    color:silver;
    text-decoration: line-through;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: silver !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: silver !important;
  }

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .col-form-label {
        text-align: left;
    } 
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 767.98px) {
   .logo-mk{
       display:none;
   }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
          
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}