.marginTituloModal{
    margin-top: 0px !important;
}

.colorBlack{
    color: #252d47 !important;
}

.seleccionado{
    color: #2196f3 !important;
}

/* AGREGADO*/
.cursorPointer{
    cursor: pointer;
}

.modal-dialog {
    max-width: none !important;
	margin-top: 0px !important;
	height: 100% !important;
}

.modal-content {
    background: transparent !important;
	/*padding-bottom: 16%;*/
	height: 100% !important;
}

/*
 *  div
 */

div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #292b2c;
}

div::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
    height: 6px;
}

div::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #292b2c;
}

/*
 *  body
 */

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #292b2c;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/*
 *  nav
 */

nav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #292b2c;
}

nav::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

nav::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.transparente{
	background-color: inherit !important;
}

.puntero{
	cursor: pointer;
}

.snack-bar-success {
	background-color: #319831 !important;
	margin-bottom: 5%;
}

.snack-bar-error {
	background-color: #f12c2c !important;
	margin-bottom: 5%;
}

.snack-bar-warning {
	background-color: #f1a22c !important;
	margin-bottom: 5%;
}

.snack-bar-info {
	background-color: #2c8ff1 !important;
	margin-bottom: 5%;
}

.mat-tab-body-wrapper {
    z-index: 0 !important;
}

.mat-tab-label-container {
    z-index: auto !important;
}

.cdk-overlay-container {
	position: fixed;
    z-index: 1151 !important;
}

.width97 {
  width: 97% !important;
}
