.pgn-wrapper
{
	z-index:99999 !important;
}

.login-wrapper
{
	background-color: #000;
}

#generic-msg
{
	margin-top:10px;
}

.actiongrid
{
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
	cursor:pointer;
}

.actiongrid:hover
{
	opacity:0.6;
}

.page-title-custom
{
	margin-top:-15px;
	margin-bottom:20px;
	margin-left:-15px;
}

.header .brand
{
	max-width: 220px;
    margin-left:45px;
}

.sidebar-header img
{
	margin-top:-3px;
}

@media(max-width:991px)
{
	.page-title-custom
	{
		margin-top:-15px;
		margin-left:0px;
	}
	
	.breadcrumb a
	{
		margin-left:1px;
	}
	
	.header .brand
	{
		margin-left:0px;
	}
    
    .header .brand img
    {
        height:35px;
    }
}

.select2-drop-active
{
	z-index:1050;
}

.icon-thumbnail > i {
    font-size: 16px;
}

.table tbody tr td {
	padding: 15px 20px 15px 20px;
	vertical-align: middle;
}

.opciones
{
	background-color: none;
}

.opciones tbody tr td
{
	border:none;
	padding: 0px 0px 0px 5px;
}

.nav-tabs-simple > li:after
{
	background-color:#40d9ca;
}

.nav-tabs-linetriangle > li.active > a:after {
    border-top-color: #e6e6e6;
    border-width: 10px;
    margin-left: -10px;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 500px;
    padding: 15px;
}

table
{
	width: 100% !Important;
}

.timeline-container:not(.left) .timeline .timeline-content .event-date {
    position: absolute;
    width: 100%;
    left: 118%;
    top: 3px;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 767px) {

  .dropdown-default.open .dropdown-menu {
        position: relative;
  }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

textarea
{
	height:80px !important;
}