.panel-heading form { display:inline; }

body, tbody, .tab-content {
    color: #000;
}


#activities-table
{
 overflow: auto !important;
 height: 600px !important;
 border-collapse: collapse !important;
 width: 100% !important;
}


#activities-table thead th
{
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    background-color: white;
    
}

#evaluations-grid
{
 overflow: auto !important;
 height: 600px !important;
 border-collapse: collapse !important;
 width: 100% !important;
}


#evaluations-grid thead th
{
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    background-color: white;
    
}

#seminars-grid
{
 overflow: auto !important;
 height: 600px !important;
 border-collapse: collapse !important;
 width: 100% !important;
}


#courses-grid thead th
{
    position: sticky !important;
    top: 0 !important;
    z-index: 1 !important;
    background-color: white;
    
}

.PageTransition {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 10000;
    opacity: 0.6;
    visibility: visible;
    pointer-events: none;
    transition: all 0.25s ease;
}

.modal .modal-dialog .modal-content .modal-footer {
    padding-top: 15px;
}	

.topbar
{
    z-index: 9999 !important;
}

.table-fixed {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.table-fixed thead {
    flex: 0 0 auto;
   
}


.table-fixed tbody {
    flex: 0 0 auto;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
}

.table-fixed tr {
    
    display: table;
    table-layout: fixed;	
    width: 100%;
}

.side-menu {
    font-size:13px;
}

#wrapper.enlarged .left.side-menu {
    padding-top: 0px;
}

label.required::after {
	content:'*';
	color: #ED1B24 !important;
	padding-left:2px;
}

td, th {
    font-size: 12px;
}

tr.red
{
    color: #FFCCCC !important;
}

.redAssistance{
	background-color: #FFCCCC !important;
}
tr.redForce
{
    color: red !important;
}

tr.blue
{
    color: blue !important;
}

h5 {
	color:#cc0000;
}
.date_container .datepicker { top:40px !important; left:10px !important; }

body { font-size:12px; }

#topnav .topbar-main .nav > li > a {
    line-height: 85px;
    padding: 0px 10px;
}

#topnav a, .tab { font-size:14px; }

#topnav .topbar-main {
    background-color: #fff;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
}

#topnav .navbar-toggle span
{
	background-color: #ed1b24 !important;
}


a {
    color: #cc0000;
}

tbody td a {
    color: blue;
}

a:hover {
    color: #232323;
}

.errorMessage
{
	color:red;	
	font-size:12px;
}

blockOverlay {
    background-color: #fff !important;
}

.blockUI { z-index:20000 !important; }

.blockMsg {
    background-color: transparent !important;
    border: 0px !important;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 10px;
}

.PageTransition .spinner {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 10px;
  margin-right:2px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.hasinput td { background-color: #232323  !important; }
.hasinput td input, .hasinput td select, .search-table { width:100% !important; }
table th.sorting a, table .button-column a { margin-right:5px !important; }
table .button-column { text-align:right; width: 1% !important; white-space:nowrap !important;}
.form-actions { padding: 20px !important; }

@media (max-width: 420px){
.topbar-left {
    width: 185px !important;
}
}
.logo {margin-top:10px;}
.logo-img {padding:0px 0px; width:100%; max-width: 150px; margin-bottom:10px;}
.logo-img-min  {display:none;}
.login .logo {margin-bottom:0px; float:none;}


#wrapper.enlarged.forced .logo-img  {display:none;}
#wrapper.enlarged.forced .logo-img-min  {display:block; padding:0px; width:80%; margin: 5px auto; }

.wrapper-page {
    margin: 4% auto;
}


.bg-img {
    background: none;
}

.bg-overlay {
	background-color: transparent;
}

.panel-pages .panel-heading {
    padding: 30px 20px;
}

.table-responsive .checkbox, .table-responsive  .radio { margin:0px; }

.no-padding-top { padding-top:0px; }

.no-padding { padding:0px; }

.pd10 { padding-left:10px; }

.cuit-error { color:red; }

.modal { overflow: auto !important; }

#topnav .topbar-main .profile img {
    border: 0px solid #edf0f0;
    height: 32px;
    width: 32px;
}

.wrapper {
    margin-top: 145px;
}

@media (max-width: 991px)
{
	.wrapper {
	    margin-top: 85px;
	}
	
	#navigation {	    
	    top: 63px;
	}
		
	.menu-extras .nav>li {
	    float: left;
	}		
}


@media (max-width: 430px)
{
	.logo-img {max-width: 120px;}	
	
	#topnav .topbar-main .nav > li > a {
	    padding: 0px 10px;
	}
}

.panel-border .panel-heading {
    padding: 10px 10px 0px;
}

.panel-border .panel-body {
    padding: 10px 10px 20px 10px;
}

.nav.nav-tabs + .tab-content {
    margin-bottom: 15px;
    padding: 15px;
}

.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    line-height: 45px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.table-bordered
{
	border: 1px solid #f5f5f5;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
		
	border: 1px solid #f5f5f5;
}

.table-responsive td, .table-responsive th, .table-responsive a { font-size:12px; }

.btn { 
font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
}	
	

div.permissionsContainer  {
 margin-left: 20px;
 margin-top: 20px;
}

div.permissionItem input {
 border:0px;
}

div.permissionMenu, div.permissionItem {
 padding:10px 0px;
}

div.permissionItem .permissionItemLabel {
 display: block;
 float:left;
 font-weight:normal;
 color: #555;
 width: 200px;
 margin:0px;
 padding:3px 0 0 0; 
}

div.permissionItem0 .permissionItemLabel {
 width: 199px;
}

div.permissionItem1 {
 margin-left:25px;
}
div.permissionMenu {
 color: #000; 
}

div.permissionMenu1 {
 margin-left:25px;
}

div.permissionItem2 {
 margin-left:40px;
}

div.permissionItem .radioButtonContainer {
 display: inline;  
}

div.permissionItem .radioButtonPermission {
 display: inline; 
 margin-left: 20px;
}

div.permissionItem label {
 	display: inline; 
    padding-right: 40px; 
}

.tabs-vertical-env .tab-content
{
	width: 100%;
}

.date_container .datepicker { top:40px !important; left:10px !important; }

.table-responsive
{
	border : 0px !important;
}

@media (max-width: 766px){
	.panel-border .panel-body {
	    padding-right: 0px;
	}
}

.form-export
{
	display: inline;
}

#topnav .navbar-toggle .lines {
    margin: 37px auto 17px auto;
}

table.dataTable thead > tr > th {
    padding-left: 8px;
    padding-right: 8px;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "" !important;
}

.form-control {
	font-size: 13px;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 10px;
    line-height: 1.42857143;    
}

.form-control:focus {
    background: #FEF9E7;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #e0e0e0 !important;
    background: #FEF9E7 !important;
}

.page-title {
    margin-bottom: 10px;
    margin-top: 7px;
    line-height: 30px;
    font-size: 16px;
}

.select2-chosen {
    line-height: normal;
    padding: 6px 10px;
}

.display-none {
	display:none ;
}

.detail-liquidation { 
	background-color: #eee; padding: 5px;margin-bottom: 5px
}

.detail-liquidation label 
{
	padding-top:7px;
}

.detail-liquidation input.form-control 
{
	font-size:12px;
}

.side-menu.left {
    background: #000000 !important;
}

#sidebar-menu > ul > li > a {
    color: #fff;
    background: #000000 !important;
    padding: 15px 10px;
}

#sidebar-menu ul ul a {
    padding: 10px 25px 10px 55px;
}

#wrapper.enlarged  #sidebar-menu > ul > li > a {
    padding: 15px 25px;
}


#wrapper.enlarged #sidebar-menu ul ul a {
    padding: 10px 25px 10px 65px;
}

#sidebar-menu > ul > li > a.active {
    background: #000000 !important;
}

#sidebar-menu {
	background: #000000 !important; 
}

#sidebar-menu ul ul a {
    white-space: normal !important;
}

#sidebar-menu ul ul a {
    color: #fff;
}

#wrapper.enlarged #sidebar-menu ul ul a {
    color: #000;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
    color: #fff;
    background-color: #ed1b24;    
}

#sidebar-menu ul ul li.active a {
    color: #fff;
    background-color: #ed1b24;
}


.button-menu-mobile {
    color: #ed1b24;
}

.bg-picture-student {
	background-color: #ed1b24;
	padding: 15px 0px;	
	margin-top:-10px;
}

.content-page > .content {
    padding: 10px 5px 15px 5px;
    min-height: 1000px;
}


