h5 {
	border-bottom: 1px solid #efefef;
	padding: 14px 0;
}
.egresado
{
	background-color: #C4C4C4 !important;
    border-color: #C4C4C4 !important; 
}

.fallecido
{
	background-color: #D24D33  !important;
    border-color: #D24D33  !important; 
}

.ui-dialog .ui-dialog-content  {
	overflow: inherit !important;
}

.login-body .login-panel .login-container {
    padding: 20px 25px;
}

.layout-wrapper .topbar .morpheus-logo-link .morpheus-logo {
  height:60%;
}    

.topbar-menu .ui-selectonemenu {
    vertical-align: middle;
}
    
span
 {
        padding-right: 5px;
   }
   
.count {
text-align:center;	
}

.colorYellow
{
color:#FAC22F !important;
} 

.backYellow
{
	background-color:#FAC22F !important;
}

.colorRed
{
color:#f3745a !important;
} 

.backRed
{
	background-color:#f3745a !important;
}

.colorGreen
{
color:#61d42d !important;
} 

.backGreen
{
	background-color:#61d42d !important;
}

.colorBlue
{
color:#6ec5ff !important;
} 

.backBlue
{
	background-color:#6ec5ff !important;
}

.colorGray
{
color:#C4C4C4 !important;
} 

.backGray
{
	background-color:#C4C4C4 !important;
}


.fB600
{
    font-weight: 600;
}
.layout-wrapper .layout-sidebar .layout-tabmenu .layout-tabmenu-nav li .layout-tabmenu-tooltip .layout-tabmenu-tooltip-text {
    min-width: 90px;
}
.layout-wrapper .topbar #menu-button {
    display: none;
}
body .ui-menu.ui-menubar {
    display: none;
}


body .ui-datatable .ui-datatable-data tr.ui-state-highlight a
{
	color: #ffffff;
}
.noBorder
{
border:none;	
}
.noBorderPanel .ui-panelgrid-content
{
border:none;	
}

.noShadow
{
box-shadow: none;	
}

.textLabel
{
	font-weight: 700;
    margin-right: 5px;
}
.textValueUpper
{
	text-transform: uppercase;
}

.mayus
{
	text-transform: uppercase;
}

body .ui-progressbar .ui-progressbar-value
{
	background-color: #fbc948;
}



.right-controls-gral
{
	    float: right;
}

.right-controls-gral a i {
    font-size: 24px;
    line-height: inherit;
}

.right-controls-gral a {
    
    display: inline-block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    line-height: 48px;
    color: #ababab;
    cursor: pointer;
    text-align: center;
}
.ui-padL
{
	padding-left:10px;
	
}
.stripe 
{
border-top: 1px solid #dbdbdb;
    height: 0;
    width: 100%;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}
.noHeader .ui-column-title
{
	display: none !important;
}

/*Media queries*/
@media (max-width: 640px)
{
.dashboard .control-panel .right-controls a {
    border-top:none;
}
}
@media only screen and  (min-width: 1025px)
{
.wd10
{
	width:10%;
}
.wd15
{
	width:15%;
}
.wd20
{
	width:20%;
}
.wd25
{
	width:25%;
}
.wd30
{
	width:30%;
}
.wd40
{
	width:40%;
}
.wd50
{
	width:50%;
}
.wd60
{
	width:60%;
}
.wd70
{
	width:70%;
}
.wd75
{
	width:75%;
}
.wd80
{
	width:80%;
}
.wd90
{
	width:90%;
}
.wd33
{
	width:33%;
}
.wd66
{
	width:66%;
}
	.layout-wrapper.layout-wrapper-menu-active .layout-sidebar {
	   max-width: 60px  !important;
	   overflow: visible !important;
	    
	}
	
	.layout-wrapper.layout-wrapper-menu-active .layout-sidebar .layout-tabmenu .layout-tabmenu-contents {
	    display: none !important;
	}
	
}
@media (min-width: 320px) and  (max-width: 1024px) 
{
  .ui-g-1, .ui-g-2, .ui-g-3, .ui-g-4, .ui-g-5, .ui-g-6, .ui-g-7, .ui-g-8, .ui-g-9, .ui-g-10, .ui-g-11, .ui-g-12 {
    float: left;
    box-sizing: border-box;
    padding: 0 0 1em 0;
  }

	.card
	{
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.dashboard
	{
		    padding-left: 0px;
	    padding-right: 0px;
	        padding-top: 0px;
	}	
}
