/*Sub*/
.side-menu-marca {
    width: 100%;
    height: 120px;
    background-color: #6993ca;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding-bottom: 50px;	
	background-image: none;
}

.login-page {
 background-color: #6993ca !important;	
}

.menu-azul-bg{
    /* background: #ffcc00 !important; */
    background: #29599a !important;
}
.menu-azul-bg .list{
    /* background: #ffcc00 !important; */
    background: #6993ca !important;
}
.item-novo {
    background: #6993ca;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 18px;

    transition: all ease-in-out 0.2s;
}
.item-novo:hover {    
    background: white;
    color: #29599a !important;
    /* padding-left: 20px; */
    transform: scale(1.1);
    transform-origin: left;
}

.item-novo:hover a, .item-novo:hover a span{
    color: #29599a !important;
    font-weight: bold;
}
.menu-left .list .item a:hover i {
    color: #6993ca !important;
}
.side-menu-item-icon-color:hover a i {
    color: #6993ca !important;
}
.menu-left .list .item a i {
    color: #bad6fa;
    transition: all ease-in-out 0.3s;
    padding-right: 30px;
}

.toggle-button-left-side-bar {
    background-color: #6993ca;
    opacity: 0.5;

    transition: all ease-in-out 0.3s;
}
.toggle-button-left-side-bar:hover {
    background-color: #6993ca;
    opacity: 0.9;
}
/*Conteudo*/
.aviso-item .aviso-head {
    background: #6993ca;
    padding-left:25px;
    padding-bottom:4px;
    overflow: hidden;
    height: 22px;
  }

  /*modal*/
.row.bar.bar-header {
    background: #6993ca !important;
    color: #fff;
}

.row.bar.bar-header h1 {
    color: #fff;
}
.modal .bar .title {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px!important;
    font-weight: bold;
    line-height: 44px;
}

.bar .title + .button:last-child {
    position: absolute;
    top: 5px;
    right: 0px;
    bottom: 5px;
    font-size: 15px;
    color: #6993ca !important;
    font-weight: bold;
    padding: 0 15px 15px 15px;
    border-radius: 0;
    background: #ffcc00;

    transition: all ease-in-out 0.3s;
}
.bar .title + .button:last-child:hover {
    background: white;
}

.bar-header button{
    color:white !important;
}

@media (min-width: 1025px){
    .modal {
        border-radius: 0;
    }
}

.toggle-left-side-bar-image {
	display: none;
}

.login-page .text-center img{
	display: none;
}

.login-page .text-center{
	background-image: url(../img/logos/suafaculdade.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 330px;
    height: 140px;    
    margin-left: auto !important;
    margin-right: auto !important;
}

.login-page div[style="padding-top: 60px;"] {
    padding-top: 40px!important;
}

@media (min-width: 1025px){
    .login-page div[style="padding-top: 60px;"] {
        padding-top: 0px!important;
    }
}

.menu-azul-bg .list {
    /* background: #ffcc00 !important; */
    background: transparent !important;
}

.side-menu-marca {
    width: 100%;
    height: 120px;
    background-color:  transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    color: white;
    text-align: center;
    padding-bottom: 50px;
}

.side-menu-marca {
    background-size: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.loading-container .loading {
    border-radius: 999px;
    width: 76px;
    height: 76px;
}
 .menu-azul-bg .list{
     background: #29599a !important;
 }
 .item-novo {
     background: #6993ca;
 }
 .item-novo:hover {    
     background: white;
     color: #29599a !important;
 }
 .item-novo:hover a, 
 .item-novo:hover a span{
     color: #29599a !important;
     font-weight: bold;
 }
 .menu-left .list .item a:hover i {
     color: #6993ca !important;
 }
 .side-menu-item-icon-color:hover a i {
     color: #6993ca !important;
 }
 .menu-left .list .item a i {
     color: #29599a;
 }
 .toggle-button-left-side-bar {
     background-color: #6993ca;
 }
 .toggle-button-left-side-bar:hover {
     background-color: #6993ca;
 }
 .aviso-item .aviso-head {
     background: #6993ca;
 }
 .row.bar.bar-header {
     background: #6993ca !important;
     color: #fff;
 }
 .toggle-ion-navicon {
     color: #ffffff !important;
 }
 .lista-frequencia .list-group .list-group-item.freq-heading, 
 .panel-heading--padrao {
     background: #29599a !important;
     color: white !important;
 }
 .title-modal {
     background: #29599a;
     color: white;
     border-bottom: 1px solid #ccc;
 }
 .spinner-ios,
 .spinner-ios-small {
   stroke: #29599a; }
 
 .loading-container .loading {
     background-color: rgba(255, 255, 255, 0.8);
     color: #fff; 
     border:4px solid #6993ca;
 }
 
 .aviso-body .ng-binding {
	 width: 100%
 }
  
 /* mood */
.login-page {
	 -moz-osx-font-smoothing: grayscale;
	 background-image: url("../img/background/bg-login.png") !important;  
     background-size: cover;
     background-position: center center;
}

/* Novo */
.login-logo {
    -moz-osx-font-smoothing: grayscale;
    background-image: url("") !important;
    background-size: cover;
    background-position: center center;
}

.card, .list-inset {
	background-color: transparent;
}

.form {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0;
}

/* mood */
#button-login{
  border-radius: 0 !important;
  background-color: #215ca7 !important;
  color: #ffffff !important;

  transition: all ease-in-out 0.1s;
}

#button-login:hover{
  background-color: #1a4a8a !important;
  transform: scale(1.2);
}

.bar.bar-stable {
    color: white;
}
.bar-header {
    background: #29599a  !important;
    color: white;
}
.title.title-center.header-item {
    background: #29599a !important;
    color: white;
}
/* Remove botÃ£o de cancelamento de serviÃ§o*/
ion-view[view-title="ServiÃ§os Solicitados"] a[ng-show="ctrl.servico.isCancel"] {
    display: none;
}

/* Remover o botÃ£o de religiÃ£o */
#sel_08 {
    visibility: hidden;
}

#sel_08_label {
    visibility: hidden;
}

