
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
	background: #FFFFFF;
	/* margin-top:0;
	margin-left:5px;
	margin-right:0; */
	margin: 0;
}
.aviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#336699;
	background: #FFFFFF;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

th {
	background: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.td_azul{
	background:#336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.chico {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

.obs {
	font-size:14px;
	font-weight: bold;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
    text-decoration: none;
    color: #003399;
	font-weight: bold;
}
a:visited {
    text-decoration: none;
    color: #003399;
	font-weight: bold;
}
a:hover {
    text-decoration: underline;
    color: #003399;
	font-weight: bold;
}
.lnk:link {
    text-decoration: none;
    color: #FF0000;
	font-weight: bold;
}
.lnk:visited {
    text-decoration: none;
    color: #FF0000;
	font-weight: bold;
}
.lnk:hover {
    text-decoration: underline;
    color: #FF0000;
	font-weight: bold;
}
.Est_extrap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}


input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.input-sm{
	height: 25px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.inputfield{
	  border: solid 0px;
}

.btn-md {
  color:#FFFFFF !important;
}

.btn-sm {
  color:#FFFFFF !important;
}

.btn-xs {
  color:#FFFFFF !important;
}

.table {
  margin-bottom: 0px !important;
}

.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.categoria {
	font-size: 14px;
}

.divBorde {
	border: 1px solid #ddd;
}

fieldset {
	border: 1px solid #ddd;
}

.popover {max-width: 376px !important;}

.listaCursos {
	width:100%;
	height:100px;
	overflow: auto;
	border:0px solid #000000; /* Solo lo puse para que se vea el cuadro*/
}

pre {
    display: block !important;
    padding: 0 !important;
    margin: 0 0 0 !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    background-color: #FFFFFF !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
}


/* MENU PORTAL */
#icono-menu.active{
	position: fixed;
	left: 299px;
	padding: 0px 8px;
	text-align: center;
	background-color: #f0f0f0;
	z-index: 100001;
	cursor: pointer;
	transition: left 500ms ease;
	font-size: 2em;
	border-radius: 2px;
}
/*"\f00d"  "\f0c9"*/
#icono-menu:not(.active){
	position: fixed;
	left: 0px;
	padding: 0px 8px;
	text-align: center;
	background-color: #f0f0f0;
	z-index: 100001;
	cursor: pointer;
	transition: left 500ms ease;
	font-size: 2em;
	border-radius: 2px;
}
#icono-menu:not(.active):before{    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f0c9";
}

#icono-menu.active:before{    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f00d";
}

#icono-menu:hover{
	background-color: #f8f8f8;
}

#menu-nombre{
	float: right !important;
	cursor: default;
	font-weight: bold;
}

@media only screen and (min-width : 1231px){
	#icono-menu{
		display: none;
	}
}
@media only screen and (max-width : 1230px){

	#menu-nombre{
		cursor: default;
		font-weight: bold;
		float: left !important;
		padding-top: 20px;
	}
	#menu-nombre a{
		position: fixed;
		max-width: 300px;
		background-color: #f8f8f8;
		bottom: 0px;
		border-top: 1px solid #e7e7e7;
	}
	#contenedor-menu:not(.active){
		left: -300px;
		top: 0px;
		z-index: 100000;
		position: fixed !important;
		background-color: #f8f8f8;
		width: 300px;
		height: calc(100%);
		transition: left 500ms ease;
	}
	#contenedor-menu.active{
		left: 0px;
		top: 0px;
		z-index: 100000;
		position: fixed !important;
		background-color: #f8f8f8;
		width: 300px;
		height: calc(100%);
		transition: left 500ms ease;
		overflow-y: scroll;
	}
	.navbar {
		margin-bottom: 10px !important;
	}
	.navbar-nav>li{
		position: relative !important;
		float: none !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		line-height: 20px !important;
	}
	.navbar-nav {
	    float: none !important;
	    margin: 7.5px -15px !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #333;
	    background-color: transparent;
	}
	.open .dropdown-menu>li>a {
	    padding: 5px 15px 5px 25px;
	}
	.dropdown-menu.level-3{
		padding-left: 30px;
	}
	.dropdown-menu.level-2{
		padding-left: 20px;
	}
	.dropdown-menu.level-1{
		padding-left: 10px;
	}
	.navbar-default {
	    background-color: #f8f8f8;
	    border-color: #f8f8f8 !important;
	}
}

.badge.badgeImportante{
	background-color: #d9534f;
	border-radius: 2px;
	padding: 7px;
}

.badge.badgeInformacion{
	background-color: #3f3dfb;
	border-radius: 2px;
	padding: 7px;
}

#tablaAvisos tbody td{
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
	vertical-align: middle;
}

.modal-aviso.modal-300 div.modal-body{
	height: 300px;
}
.modal-aviso.modal-450 div.modal-body{
	height: 450px;
}
.modal-aviso.modal-600 div.modal-body{
	height: 600px;
}

@media only screen and (min-width: 425px){
	#txtmotivo {
		width: 20em;
		height: 8em;
	}
}

@media only screen and (min-width: 767px){
	.modal-aviso.modal-600 div.modal-dialog {
	    width: 750px;
	    margin: 30px auto;
	}
	.modal-aviso.modal-450 div.modal-dialog {
	    width: 750px;
	    margin: 30px auto;
	}
	
	#txtmotivo {
		width: 35em;
		height: 8em;
	}
}

@media only screen and (min-width: 900px){
	.modal-aviso.modal-600 div.modal-dialog {
	    width: 900px;
	    margin: 30px auto;
	}
	.modal-aviso.modal-450 div.modal-dialog {
	    width: 750px;
	    margin: 30px auto;
	}

	#txtmotivo {
		width: 60em;
		height: 6em;
	}	
}

body.inverted{
	filter: invert(100%);
}

.checkbox label{
  padding-left: 24px;
}

input[type="checkbox"]{
  display: none;
}

input[type="checkbox"] + .box:before,
input[type="checkbox"] + .box:after{
  transition: all .3s;
}

input[type="checkbox"] + .box:after{
  position: absolute;
  left: 4px;
  top: 3px;
  margin-top: -5px;
  margin-left: -4px;
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 2px;
  background-color: #fff;
  z-index: 1000;
}

input[type="checkbox"]:checked + .box:after{
  background-color:  #449d44;
  border-color: #449d44;
}

input[type="checkbox"]:checked + .box:before{
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 0px;
  width: 6px;
  height: 13px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: #fff;
  content: '';
  z-index: 10000;
}