p{
    color: #595a5a !important;
}
.ui.input{
    text-transform:uppercase !important;
}

body{
    background-color: #e8e8e8 !important;
    
}
label{
    color: #595a5a !important;
}
.value {
    color: #595a5a !important;

}
.label{
    color: #595a5a !important;

}
.header{
    color: #595a5a !important;

}

@media screen and (max-width: 1164px) {

    .main {
        width: 100% !important;
        margin-left: 0 !important;
        /*margin-left: 10.4% !important;*/
        margin-top: -157px !important;
    }

    #bg-login{
        background-size: 113% !important;
       
    }


}

@media screen and (min-width: 1164px) {

   
    .main {
        width: 60% !important;
        /*margin-left: 10.4% !important;*/
        margin-left: 30.2% !important;
        margin-top: -157px !important;
    }
}

th{
    color: #595a5a !important;

}
/*MENU*/

body.pushable {
    background: #fff!important;
}

.ui.uncover.sidebar {
    z-index: 3 !important;
}

.bg{
    background: #e6e6e652 !important;
}

.menu-logisk{
    background-color: #093163 !important
}
div.menu-logisk .item{
    width: 85% !important;
    margin: 0 auto !important;
  
}
.ui.vertical.inverted.menu .item:before {
    background: none !important;
}
.ui.sidebar.menu.item {
    border-radius: 50px !important;
}

#treemenu .item{
    border-radius: 40px !important;
}
.menu-logisk.ui.vertical.menu .item>i.icon {
  
    width: 1.18em;
    float: left;
    margin: 0px 11px 0px 0.5em;

}

.ui.menu .dropdown.item .menu {
    margin: 0px -7px 2px !important;

}

.menu-logisk.ui.inverted.menu .active.item {
    background: #ffff;
    color: #093163 !important;
}
.top-menu-logisk.ui.small.menu {
    font-size: 0.928571rem !important;
    border: none !important;
    box-sizing: none !important;
    
}

.top-menu-logisk i {
    font-size: 20px !important;
    color: #474848 !important;
   
    
}

.top-menu-logisk{
    border-radius: 0 !important;
    width: 81.6%;
    background: #f9fafb !important;
    box-shadow: inset 21px 30px 30px 1px #efefef !important;
    /*box-shadow: inset 0px 23px #fefefe !important;*/
}

.headerborder{
    background: #dddd;
    width: 100% !important;
    height: 202px;
    position: relative;
    top: -15px;
}
/*fim menu*/

/*home*/

.title {
    color: #595a5a !important;
}

.ui.blue.segment:not(.inverted) {
    border-top: 2px solid #093163!important;
}

.plans button {
    background: #0e842a !important;
}

/*sign*/

div.sign .image i {
    font-size: 4.8em !important;
    margin: 37px 38px -11px !important;
    color: #595a5a !important;
}

div.sign .header{
    color: #595a5a !important;
}
.ui.toggle.checkbox input:checked~label:before {
    background-color: #0e842a !important
  }
  .ui.toggle.checkbox input:focus:checked~.box:before,
.ui.toggle.checkbox input:focus:checked~label:before {
  background-color: #0e842a !important
}

.text-suporte{
    margin-top: 13px;
}

div.dropQuant{
    text-align : center !important;
}

.ui.horizontal.statistic{
    margin: 7px -11px !important;
    color: #595a5a !important;
}
.label.lbl-custom{
    line-height: 1px !important;
    font-weight: 900 !important;
    font-size: 11px !important;
}





#formfilter{
    margin-top: 15px !important;
}

/*loader*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#093163;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*CARDS*/

div.card-custom .item{
    margin: 0 auto !important;
    padding: 8px !important;
    font-size: 80px !important;
    color: #093163 !important;
    padding-bottom: 0px !important;
}

div.card-custom .content{
    text-align: center !important;
}

div.card-custom .description {
    margin-top: 1px !important;
    margin-bottom: 7px !important;
}

.divider-custom {
    height: 1px;
    background: #dedede;
    width: 100%;
    position: relative;
    top: -9px;
}

.lblcustom{
    margin: -2px 19px 7px !important;
    position: absolute !important;
}

/* SWAL2 Alert */

.swal2-icon.swal2-info {
    border-color: #093163 !important;
    color: #093163 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #093163 !important;
}

.swal2-icon.swal2-warning {
    border-color: #093163 !important;
    color: #093163 !important;
}

.swal2-input{
    text-align: center !important;
}

/*LOGIN*/
@media only screen and (max-width: 1001px){
    #form-login{
        width: 100% !important;
    }

    #bg-login{
        width: 100% !important;
    }
}

@media only screen and (max-width: 1000px){
    .welcome-sb {
        margin-top:2px !important;
    }

    .welcome-sb img {
        width: 300px !important;
    }

    #bg-login{
        background-size: 113% !important;
        width: 100% !important;
        overflow-x: hidden;
    }

    #form-login form {
        padding: 0 !important;
        margin-top: 33px;
    }

    

   
    
}

#captcha.ui.grid{
    min-height: 85px !important;
}

#bg-login{
    background-color: #093163;
    background-image: url("https://i.imgur.com/zfkdydU.jpg");
    background-size: 74% ;
    background-attachment: fixed !important;
    overflow-y: none !important;
   
}

.welcome {
    width: 100% !important;
    margin: 29px 35px !important;
}

.welcome-sb{
    margin: 0 auto;
    margin-top: -140px;
}

#btn-login {
    width: 100% !important;
    background: #093163 !important;
    color: #fff !important;
    padding-left: 4.4em!important;
}

#form-login{
    background-color: #fff;
    
}

#form-login form{
    padding: 71px 75px 34px;
}

.item-custom{
    flex-grow: 0 !important;
    margin: 38px 8px -4px !important;
}
.maincontainer{
  height:100% !important;
}

.wrapper{
  height:100% !important;
}

.ui.grid {
    min-height: 100% !important;
}

.ui.grid.grid-custom{
    margin-top: 0 !important;
}

