.kt-svg-icon.kt-svg-icon-warning g [fill],
.kt-header .kt-svg-icon g [fill] {
    fill: #fff !important;
}

.kt-container.kt-container--fluid{
	padding: 0 25px !important;
}

.kt-header .kt-header__top{
	height: 65px;
}

.kt-header__brand-logo-default{
	width: 175px;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img{
	height: 34px;
    width: 34px;
    object-fit: cover;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img.sem-foto{
	filter: brightness(0) invert(1);
}

.kt-header-mobile .kt-header-mobile__logo img{
	height: 30px;
}

.logoLogin{
	height: 40px;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
    background: #5d78ff3d;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control{
	padding-left: 15px;
	padding-right: 15px;
}

.kt-login.kt-login--v6 .kt-login__content .kt-login__block{
	padding-left: 10%;
	padding-right: 10%;
}

.kt-login.kt-login--v6 .kt-login__content .kt-login__section .kt-login__title{
	font-size: 2rem !important;
	font-style: italic;
}

.kt-login.kt-login--v6 .btn.kt-spinner.kt-spinner--sm.kt-spinner--right{
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control{
	margin-bottom: 1rem;
}

.kt-content {
    padding-top: 25px !important;
    padding-bottom: 25px;
}

@media (max-width: 1024px) {	
	.kt-login.kt-login--v6 .kt-login__aside {
	    width: 100% !important;
	}
}

.logo_software{
	height: 86px;
    padding: 26px 0;
}

.backgroundGUCC{
	background: rgb(8, 145, 178) !important;
}

.backgroundGERPI{
	background: rgb(5, 150, 105) !important;
}

.backgroundGSAD{
	background: rgb(217, 119, 6) !important;
}

.backgroundGCDIA{
	background: rgb(147, 51, 234) !important;
}

.backgroundHITCLINIC{
    background: rgb(178, 149, 8) !important;
}

.borderGUCC{
	border: 1px solid rgb(8, 145, 178) !important;
}

.borderGERPI{
	border: 1px solid rgb(5, 150, 105) !important;
}

.borderGSAD{
	border: 1px solid rgb(217, 119, 6) !important;
}

.borderGCDIA{
	border: 1px solid rgb(147, 51, 234) !important;
}

.borderHITCLINIC{
    border: 1px solid rgb(178, 149, 8) !important;
}

.container-softwares .btn-group{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}

.container-softwares .alert{
	padding: 2.1rem 2rem;
}

.container-softwares .alert.alert-primary:last-child{
	margin-bottom: 0;
}

.linkTo,
.linkToSoftware,
.cursorPointer{
	cursor: pointer;
}

.container-softwares .dropdown-toggle{
	cursor: pointer;
}

.container-softwares .kt-notification{
	min-width: 300px;
}

.kt-widget__items .nav-item{
	width: 100%;
}

.kt-avatar__delete{
	cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.kt-avatar__delete i {
    color: #fd397a;
    font-size: .9rem;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    cursor: pointer;
    border-radius: 4px;
}

.dropright .dropdown-toggle::after{
	display: none;
}

.linhaTicket{
    border-radius: 4px;
}

.linhaTicket.porLer{
    border: 1px solid #ffb822;
}

.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__user-img .kt-widget3__img{
    height: 3.2rem;
}

#kt_subheader_mobile_toggle{
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 20px;
    height: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#kt_subheader_mobile_toggle span{
    display: block;
    position: absolute;
    top: 10px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #74788d;
}

#kt_subheader_mobile_toggle span::before{
    position: absolute;
    display: block;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: -6px;
    left: auto;
    right: 0px;
    width: 50%;
    background: #74788d;
}

#kt_subheader_mobile_toggle span::after{
    position: absolute;
    display: block;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    bottom: -6px;
    left: auto;
    right: 0px;
    width: 75%;
    background: #74788d;
}

.coluna-data{
    width: 250px;
}

@media (max-width: 1024px) {
    .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img{
        width: 60px !important;
        height: 60px !important;
    }
}

.tab-software span{
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.kt-header__topbar-welcome.kt-hidden-mobile{
    font-size: 13px !important;
    font-weight: 500 !important;
}