.md-remind-ubi {
	margin-bottom: 0;
	margin-top: 20px;
}
.navbar-header-ubi {
	background-color: #d1d2d4 !important;
}
.navbar-brand-ubi {
	padding: 5px !important;
}
.navbar-brand-logo-ubi {
	height: 40px !important;
}
.navbar-default .sidenav-toggler.collapsed {
	background-color: #d1d2d4 !important;
}
.navbar-default .sidenav-toggler .bar-line.in {
	background-color: #d1d2d4 !important;
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 17px;
  }
}
.icon-button-success-ubi, .icon-button-info-ubi, .icon-button-warning-ubi, .icon-button-disabled-ubi {
 	color: #58585b;
 	font-size: 1.2em;
    line-height: 1;
    padding: 0 0.5em;
}
.icon-button-disabled-ubi, .icon-button-disabled-ubi:hover {
    color: #8d8d8d;
}
.icon-button-success-ubi:hover {
 	color: #469408;
}
.icon-button-info-ubi:hover {
 	color: #029acf;
}
.icon-button-warning-ubi:hover {
 	color: #d9230f;
}
.btn-padrao-ubi {
    background-color: #0e4064;
    border-color: #0e4064;
    color: #fff;
}
.btn-padrao-ubi:hover, .btn-padrao-ubi:active, .btn-padrao-ubi:focus, .btn-padrao-ubi.active, .btn-padrao-ubi:active, .open>.btn-padrao-ubi.dropdown-toggle  {
  	background-color: #022338 !important;
	  border-color: #022338 !important;
	  color: #fff;
}
.btn {
	padding: 4px 12px !important;
	height: 30px;
	min-width: 30px;
}
.form-body-ubi {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 30px;
}
h4.h4-space-ubi {
	margin-bottom: 40px;
}
p.label-text-ubi {
    color: #777;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0;
    width: 100%;
}
.custom-control+.custom-control {
    margin-left: 0;
}
.custom-control {
    margin-bottom: 5px;
    width: 100%;
}
.select2-container--bootstrap .select2-selection {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}
.select2-container--bootstrap .select2-dropdown {
    margin-top: 0 !important;  
    border-color: transparent !important;
}
.layout-footer {
	bottom: -20px !important;
}
#toast-container > div {
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
}
.md-form-group.is-disabled .md-form-control, fieldset[disabled] .md-form-group .md-form-control {
    color: #777 !important;
}
.profile-avetar-img {
    width: 128px !important;
    height: 128px !important;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.ellipsis-object {
    width: 32px !important;
    height: 32px !important;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.rounded {
    width: 36px !important;
    height: 36px !important;
    background-size: cover;
    background-position: center center;
    background-color: #FFF;
    margin-right: 10px;
    float: left;
}
.ubi-user-name {
    display: inherit;
    margin-top: 9px;
}
.simple-image-ubi {
    height: 300px !important;
    margin-top: 5px;
    position: relative;
    overflow: hidden;

}
.simple-image-ubi img {
    max-height: 300px !important;
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

.loader-master {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 99999;
}
.loader-back {
    position: relative;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    padding: 5px;
    background: url(../img/logo_simple.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}
.loader {
    border-top: 15px solid #4497ae;
    border-right: 15px solid #0e4064;
    border-bottom: 15px solid #4497ae;
    border-left: 15px solid #0e4064;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: spin 1s ease-in-out infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bg-img-home-ubi {
    background-color: rgba(0,0,0,.5);
    border-color: #0e4064;
    color: #fff;
}
.last_products .card {
    min-height: 600px;
}
.last_products .card-body {
    min-height: 285px;
}
.last_products .overlay-image {
    max-width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.product-image .overlay-image {
    max-width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.last_products .card-links {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
}
.last_products .card-title {
    min-height: 52px;
}
.buttons-add-ubi {
    position: absolute;
    top: 16px;
    right: 213px;
    z-index: 999;
    width: 200px;
    text-align: right;
}
.buttons-add-ubi button {
    padding: 5px 0 !important;
    width: 30px;
}
.navbar-brand-logo {
    height: 40px !important;
}
.navbar-brand {
    padding: 5px !important;
}
.masthead {
    background-color: #0e4064;
}
.products {
    list-style: none;
    margin: 0 -15px;
    padding-left: 0;
}
.product {
    float: left;
    margin-bottom: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
}
.product-details {
    padding: 10px;
    text-align: center;
}
@media (max-width: 991px) {
  .product:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product {
    width: 33.33333333%;
  }
  .product:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .product {
    width: 25%;
  }
  .product:nth-child(4n+1) {
    clear: both;
  }
}
.badge {
    border: none;
    font-size: 11px;
    padding: 2px 5px 4px 5px;
    position: relative;
    top: 2px;
}