﻿@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro|Alegreya+Sans+SC');


html, body {
    height : 100%; 
}
body {
    background-color: #fcfcfc !important;
    color: rgba(33, 58, 83,1) !important; 
}
fieldset {
    border: 1px solid #fcfcfc !important;
    padding: 10px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #fcfcfc !important;
}

/*Login http://186.103.232.28/plusdte/front */

/*En caso de no ver imagen de fondo en la pantalla de login, actualizar o verificar ruta de la imagen con path absoluto*/
.body-login {
   background: #fff !important; 
    width : 100%; 
  height : 100%; 
}
.vertical-margin-login {
    margin : 40px 0 0 0;
}
.contenedor-login {
    background-color : transparent; 
    padding : 15px 0 ;
    color:  #586b7d;
    border-radius: 5px; 
    margin : 0 0 40px 0 ;
}

.mensaje-error-login {
    padding: 5px 0 ;
    border-radius : 2px; 
}

.contenedor-login-escritorio {
    background-color : #fff;
    color : #7e7e7e ;
    float : right; 
}

.contenido-login-escritorio-margen {
    margin : 150px 0 0 0;
}
.footer-login-escritorio {
    font-size : 11px ;
    text-align : center ;
    margin : 40px 0 0 0;
}
/* Footer */
.footer {
    background-color: rgba(33, 58, 83,0.8);
    padding: 5px 0;
    border-bottom: 1px solid #2c3e50;
    color: white;
    font-size: 11px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.38);
}
/* Fin FOoter*/
/*Fin Login*/



.historial-navegacion-usuario {
    background-color: #fff;
    width: 100%;
    color: #7e7e7e;
    padding: 5px 0;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-top :0px;
}
.item-historial-navegacion {
    float : left;
    margin : 0px 10px; 
    color : #7e7e7e ;
}
/* unvisited link */
.item-historial-navegacion:link {
    color: #7e7e7e;
    text-decoration : none ;
}

/* visited link */
.item-historial-navegacion:visited {
    color: #7e7e7e;
    text-decoration : none ;
}

/* mouse over link */
.item-historial-navegacion:hover {
    color: #7e7e7e;
    text-decoration : none ;
}

/* selected link */
.item-historial-navegacion:active {
    color: #7e7e7e;
    text-decoration : none ;
}

.fix-glyph-historial-navegacion {
    margin : 1px 4px 0px 4px; 
    float : left
}

.contenedorPlomo
{
    background-color: #ECECEC ; 
    border: 1px solid #BFBFBF; 
    border-radius : 5px 5px 0 0 ; 
    padding: 15px; 
}
.contenedorFormulario {
    background-color : #fff; 
    padding : 10px 0 15px 0 ; 
    border : 5px ; 
}
.fieldset {
  border: 1px solid #ccc;
  padding: 10px;
}
/*Margenes */
.margen-top-5px 
{
    margin: 5px 0 0 0;
}
.margen-top-10px 
{
    margin: 10px 0 0 0;
}
.margen-top-15px 
{
    margin: 15px 0 0 0;
}
.margen-top-30px 
{
    margin: 30px 0 0 0;
}



.margen-top-bottom-5px 
{
    margin: 5px 0 ;
}
.margen-top-bottom-10px 
{
    margin: 10px 0 ;
}
.margen-top-bottom-15px 
{
    margin: 15px 0 ;
}
.margen-top-bottom-30px 
{
    margin: 30px 0;
}

@media (max-width: 766px) {
    .margen-xs-sm-5px {
        margin : 5px 0 0 0  !important;
    }
    .margen-xs-sm-10px {
        margin : 10px 0 0 0  !important;
    }
    .margen-xs-sm-15px {
        margin : 15px 0 0 0  !important;
    }
    .margen-xs-sm-30px {
        margin : 30px 0 0 0  !important;
    }

    #page-content-wrapper{
        margin-top : 220px !important; 
    }
}
/*Fin Margenes*/

.FormatRadioButtonList label
{
  padding: 0 40px 0 10px; 
}
.CheckBoxInline label
{
    display: inline-block;
     padding: 0 20px 0 10px; 
}

.contenedorLogin{
	margin: 100px 0 0 0;
	padding: 4% 2%;
	width: 96%;
	float: left;
	background-color: rgba(236,240,241,0.75);
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}



.imagenUsuarioHeader 
{
    width: 29px;    
}
.nombreUsuarioHeader 
{
    text-align: right; 
    color: #fff !important;    
    font-size : 14px !important ; 
    line-height: 20px ; 

}

.ulNoBullet {
    list-style-type: none;
}

.ventana-informacion 
{
    padding: 5px ;
}

/*Link Blanco*/
/* unvisited link */
.linkBlanco:link {
    color: rgba(33, 58, 83,1);
    text-decoration: none;
}

/* visited link */
.linkBlanco:visited {
    color: rgba(33, 58, 83,1);
    text-decoration : none ;
}

/* mouse over link */
.linkBlanco:hover {
    color: rgba(33, 58, 83,1);
    text-decoration: none;
}

/* selected link */
.linkBlanco:active {
    color: rgba(33, 58, 83,1);
    text-decoration: none;
}
/*Fin Link Blanco*/


/*Link Plomo*/
/* unvisited link */
.linkPlomo:link {
    color: #7e7e7e !important;
    text-decoration : none ;
}

/* visited link */
.linkPlomo:visited {
    color: #7e7e7e !important;
    text-decoration : none ;
}

/* mouse over link */
.linkPlomo:hover {
    color: #7e7e7e !important;
    text-decoration : none ;
}

/* selected link */
.linkPlomo:active {
    color: #7e7e7e !important;
    text-decoration : none ;
}
/*Fin Link Plomo*/

.correccionBotonesNavegacion {
    margin : 0 0 0 13px ;
}

/*----- Genederar Documento Electronico */
.margenBotonAgregarClientes {
    margin: 24px 0 0 0 !important;
}

@media (max-width: 700px) {
    .margenBotonAgregarClientes {
        margin : 0px 0 0 0  !important;
    }
}
.tablaDetalles {
    background-color : #fff; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
}
.bold-text {
    font-weight : bold ;
}
.bold {
    font-weight : bold !important ;
}
.texto-tabla-total {
    font-weight : bold ;
    padding: 15px 0 0 10px !important;
}
/*----- FIN Genederar Documento Electronico */


/*Previsualizador*/
.datosEmisorPrevisualizador {
    text-align : left ; 
    font-weight : bold; 
    font-size : 12px ; 
    padding : 5px 0 ; 
    text-transform: uppercase;
    line-height : 23px; 
    text-align : justify ; 

}
.datosEmisorTipoDocumentoPrevisualizador {
    border : 3px solid red ; 
    font-weight : bold; 
    font-size : 14px ; 
    text-transform: uppercase;
    text-align : center ; 
    line-height : 25px; 
    padding: 10px 0 ; 
}
.datosReceptorPrevisualizador {
    border: 2px solid black ; 
    border-radius : 5px ; 
    font-weight : bold; 
}
.textoReceptorPrevisualizador {
    text-transform: uppercase;
    font-size : 12px ; 
    font-weight : normal ; 
    font-family: monospace;
}

.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}
.table.border tr td, .table.border>tr th {
  border-width: 1px;
  border-color : black ; 
  padding: 3px;
  min-height : 25px ; 
}

.theadTablePrevisualizador {
    font-weight : bold; 
    font-size : 12px ; 
    text-align : center !important;
}
.theadTablePrevisualizador>tr {
    background-color : #DADFE1 ; 
    
}
.text-align-right {
    text-align : right !important; 
}
.text-align-center {
    text-align : right !important; 
}
.text-align-left {
    text-align : right !important; 
}

.margen-hr-Previsualizador {
    margin : 200px 0 0 0;
}

/*Fin Previsualizador */


.textoError {
    text-align : justify; 

    padding : 10px 0  ;

}

/*DTE*/
.textoRojo {
    font-weight : bold; 
    color : #96281B;
}


/*Boostrap Buttons*/
.btn-plus-dte {
    background: #23c6c8;
    border-color: #0c8587;
    color: #fcfcfc ; 
    font-weight: bold; 
}

    .btn-plus-dte:hover {
        background: rgba(33, 58, 83,1);
        ;
        color: #fcfcfc !important;
    }
.texto-plus-dte {
    color:  #f75a52; 
}
/*Fin Boostrap Buttons*/

.tituloTema {
    background-color : #2a3642; 
    color : white !important ;
    font-size : 15px ; 
    font-weight  : bold ; 
    padding: 8px 0 ; 
}


.contenedorComentario {
    padding: 10px 0;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px 0px #e9e9e9;
    -moz-box-shadow:    5px 5px 0px 0px #e9e9e9;
    box-shadow:         5px 5px 0px 0px #e9e9e9;
    margin : 15px 0 ; 

}

.contenedorComentario:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 33px;
}

.fechaEstilo {
    font-size: 13px; 
    color : #9c9c9c; 
    display: block; 
    margin: 0px 0 ; 
}

.tituloMensaje {
    margin :  0px 0 0 0; 
    font-size : 19px  ; 
    display: block; 
}

.Mensaje {
    display: block ; 
    font-size: 14px ;
    text-align :justify; 
    margin: 0px 0px 10px 0 ;   
    color: #767676;
}
.itemTema {
    padding: 15px 0 ; 
    background-color: #fff ; 
    border-bottom: 2px #e9e9e9 solid ; 
    border-radius : 0 10px 0 0;
}

.opcionCarga {
    float : right !important; 
    margin : 0 10px 0 0 ;
}

.contenedorComentarioAdmin {
    padding: 10px 0 ;
    background: #ff8b74;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px 0px #e9e9e9;
    -moz-box-shadow:    5px 5px 0px 0px #e9e9e9;
    box-shadow:         5px 5px 0px 0px #e9e9e9;
    margin : 15px 0 ; 
    color : #fff !important; 

}

.contenedorComentarioAdmin:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ff8b74 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 33px;
}
.contenedorComentarioAdmin > .fechaEstilo {
    color: #fff !important ; 
}
.contenedorComentarioAdmin > .Mensaje {
    color: #fff !important ; 
}
.contenedorComentarioAdmin > .botonOpcion {
    color: #fff !important ; 
}


/*Boton Toggle*/
.btn-toggle { 
  color: #FFFFFF; 
  background-color: #2A3642 !important; 
  border-color: #FFFFFF !important; 
} 
 
.btn-toggle:hover, 
.btn-toggle:focus, 
.btn-toggle:active, 
.btn-toggle.active, 
.open .dropdown-toggle.btn-toggle { 
  color: #FFFFFF !important; 
  background-color: #6C8094 !important; 
  border-color: #FFFFFF !important; 
} 
 
.btn-toggle:active, 
.btn-toggle.active, 
.open .dropdown-toggle.btn-toggle { 
  background-image: none; 
} 
 
.btn-toggle.disabled, 
.btn-toggle[disabled], 
fieldset[disabled] .btn-toggle, 
.btn-toggle.disabled:hover, 
.btn-toggle[disabled]:hover, 
fieldset[disabled] .btn-toggle:hover, 
.btn-toggle.disabled:focus, 
.btn-toggle[disabled]:focus, 
fieldset[disabled] .btn-toggle:focus, 
.btn-toggle.disabled:active, 
.btn-toggle[disabled]:active, 
fieldset[disabled] .btn-toggle:active, 
.btn-toggle.disabled.active, 
.btn-toggle[disabled].active, 
fieldset[disabled] .btn-toggle.active { 
  background-color: #2A3642 !important; 
  border-color: #FFFFFF !important; 
} 
 
.btn-toggle .badge { 
  color: #2A3642 !important; 
  background-color: #FFFFFF !important; 
}
/*Fin Boton Toggle*/

.listas-libro {
    margin-bottom: 5px !important;
}

.numeracionNdeM {
    text-align : right ; 
    font-weight: bold ; 
    font-size : 18px ; 
    padding : 5px 0 0 0;
}

/*barra de carga*/
.loadingBackground{
    background-color: #efefef !important; 
}


/* Boostrap Table */
.th-200-width{
    min-width:100px!important;
}
/* Fin Boostrap Table */

.glyphicon-accion {
    font-size : 24px ; 
    width :     20px ; 
    height:     20px ; 
    margin : 0px 12px ; 
}

/********************************************************** v3 **************************************************************/
/* DTE INDEX */
.OKEstadoDTE{
    color : #3FC380 ; 
    font-weight : bold;  
    font-size : 17px ; 
    text-align : center ; 
}
.RCHEstadoDTE{
    color : #831515 ; 
    font-weight : bold;  
    font-size : 15px ; 
    text-align : center ; 
}
.OKREstadoDTE{
    color : #e4bb5c ; 
    font-weight : bold;  
    font-size : 17px ; 
    text-align : center ; 
}
.PENDIENTEEstadoDTE{
    color : #446CB3 ; 
    font-weight : bold;  
    font-size : 17px ; 
    text-align : center ; 
}
/* FIN DTE INDEX */

/********************************************************** FIN v3 **************************************************************/
.tipografiaTabla10{
        font-size : 11px !important; 
}

.tablaDinamica {
    background-color : #fff; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
}

.tooltip {
    position: fixed !important;
}

.selectedMenuMobile{
    background-color : #c6c6c6; 
}

.tablaBlanca {
    background-color : #e0e0e0; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
    padding : 10px  0; 
}

/*Layout V4*/
.contenedorVersion {
    background-color: rgba(33, 58, 83,0.9);
    text-align: center !important;
    color: white;
    font-weight: bold;
    font-size: 9px;
    padding: 0 !important;
    width: 100%;
    float: left;
}

.DashboardItem {
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color: rgba(33, 58, 83,1);
    padding: 10px 0;
    border-radius: 4px;
    margin: 10px 0 0 0;
    min-height: 108px !important;
}
    .DashboardItem:hover {
        background-color: rgba(1, 114, 182,0.7) !important;
        -webkit-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }
/* unvisited link */
.DashboardItem a:link {
    color: #FFF;
    text-decoration : none ;
}

/* visited link */
.DashboardItem a:visited {
    color: #FFF;
    text-decoration : none ;
}

/* mouse over link */
.DashboardItem a:hover {
    color: #FFF;
    text-decoration : none ;
}

/* selected link */
.DashboardItem a:active {
    color: #FFF;
    text-decoration : none ;
}

.tituloDashboard{
    font-size : 20px ; 
    font-weight : bold ; 
}
.numeroDashboard{
    font-size : 35px ; 
    font-weight : bold ; 
}
.glyph-dashboard{
    font-size : 38px ;  
}
.glyph-cc{

    color : #2a61d4;   
}
.textoDashboard{
    font-size : 12px ;
}


/* ANEXOS Y CONTRATOS */
.ContenedorAnexoForm{
    padding : 5px 0px 10px 0px ; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
    margin: 10px 0 ;

}

.ContenedorAnexoListar{ 
    background-color : #fafafa ; 
    border : 1px solid rgba(50, 50, 50, 0.3) ;
}

.hiddenJQUERY{
    display :  none ;  
}

/* FIN ANEXOS Y CONTRATOS */


#ContenedorFormulaCRUD{
    font-family: 'Source Code Pro', monospace;
    font-size : 16px ; 
    color : #474747 ; 
}

.jstree-anchor{
    font-size : 18px ; 
    font-family: 'Alegreya Sans SC', sans-serif !important;
}

.BtnNodo{
    font-size : 16px ; 
    margin-left : 10px ; 
    color : #2a61d4 ; 
}

.margin-top-6 {
    margin-top : 6px ; 
}
.margin-top-8 {
    margin-top : 8px ; 
}
.margin-top-10 {
    margin-top : 10px ; 
}

.margin-top {
    margin-top : 16px ; 
}
.margin-label{
    margin-top : 23px;  
}

.margin-top-20 {
    margin-top : 20px ; 
}

.margin-top-25 {
    margin-top : 25px ; 
}

.margin-top-30 {
    margin-top : 30px ; 
}

.margin-top-60 {
    margin-top : 60px ; 
}


.margin-top-100 {
    margin-top : 100px ; 
}


.margin-top-80 {
    margin-top : 80px ; 
}
.margin-bottom-6 {
    margin-bottom : 6px ; 
}
.margin-bottom-8 {
    margin-bottom : 8px ; 
}
.margin-bottom-10 {
    margin-bottom : 10px ; 
}

.margin-bottom {
    margin-bottom : 16px ; 
}
.margin-bottom-20 {
    margin-bottom : 20px ; 
}
.margin-bottom-30 {
    margin-bottom : 30px ; 
}



.margin-left-6 {
    margin-left : 6px ; 
}

.margin-left-8 {
    margin-left : 8px ; 
}

.margin-left-10 {
    margin-left : 10px ; 
}
.margin-left {
    margin-left : 16px ; 
}
.margin-left-20 {
    margin-left : 20px ; 
}
.margin-left-30 {
    margin-left : 30px ; 
}

.margin-right {
    margin-right : 16px !important; 
}

.margin-right-20 {
    margin-right : 20px ; 
}

.margin-right-30 {
    margin-right :30px ; 
}
.StepsContainer {
    background-color: #dcdcdc;
    border-radius: 0 0 5px 5px;
}

.badge-primary {
    background-color : #337ab7 !important; 
}

.badge-info {
    background-color : #3FC380 !important; 
}

.font-9{
    font-size : 9px !important ; 
}
.font-10{
    font-size : 10px !important ; 
}
.font-11{
    font-size : 11px !important ; 
}

.font-12{
    font-size : 12px !important ; 
}

.font-13{
    font-size : 13px !important ; 
}

.font-14{
    font-size : 14px !important; 
}

.font-16{
    font-size : 16px !important; 
}

.font-18{
    font-size : 18px !important; 
}

.font-20{
    font-size : 20px !important; 
}

.font-22{
    font-size : 22px !important; 
}
.font-26{
    font-size : 26px !important; 
}
.font-30{
    font-size : 30px !important; 
}

.font-60{
    font-size : 60px !important; 
}

.block {
    display : block ;  
    width : 100%;  
}

/******Filtros */
.contenedorFormularioFiltro{
    background-color : rgba(50, 50, 50, 0.02);  
    border-bottom : 5px solid #3a6b93; 
    padding: 20px 0 ; 
    box-shadow: 1px 0 0 #f0f0f2 inset;
    border-left: 1px  solid  #ccc ;
    border-top: 1px  solid  #ccc ;
    border-right: 1px  solid  #ccc ;
}


.DashboardItemDeactive{
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    background-color : #757575; 
    padding : 10px 0 ;
    border-radius : 4px ; 
    margin : 10px 0 0 0;
   min-height : 108px !important; 
    border:  1px solid #3f3f3f ; 
}
.DashboardItemDeactive:hover {
    background-color : rgba(94,94,94,0.7) !important; 
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
/* unvisited link */
.DashboardItemDeactive a:link {
    color: #FFF;
    text-decoration : none ;
}

/* visited link */
.DashboardItemDeactive a:visited {
    color: #FFF;
    text-decoration : none ;
}

/* mouse over link */
.DashboardItemDeactive a:hover {
    color: #FFF;
    text-decoration : none ;
}

/* selected link */
.DashboardItemDeactive a:active {
    color: #FFF;
    text-decoration : none ;
}

.text-right{
    text-align: right !important;  
}

.CardData{
    border-radius : 5px;  
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(50, 50, 50, 0.3);
    background-color : #0091ea ; 
    color:  #fcfcfc;  
    padding : 5px;  
    min-height:  120px; 
    font-size : 16px;    
}
.border-top-white{
    border-top : 1px solid rgba(233, 233, 233, 0.7);  
    display: block ; 
    width:  100%;  
    padding: 0 5px; 

}


@media screen and (min-width: 1200px) {
    .lg-margin-top-60 {
        margin-top : 60px; 
    }
    .lg-margin-top-50 {
        margin-top : 50px; 
    }
    .lg-margin-top-30 {
        margin-top : 30px; 
    }
}

.Link-ok, .LinkOK{
    color : #66bb6a !important;  
}

.font-formula{
    font-family: 'Source Code Pro', monospace !important;
}

.padding{
    padding :   8px ; 
}

.padding-top-bottom-10{
    padding :   10px 0 10px 0; 
}

.padding{
    padding :   8px ; 
}

.item-success {
    background-color : #5cb85c ;  
}

.item-primary {
    background-color : #337ab7 ;  
}

.dl-horizontal dt{
    text-align : left !important; 
    padding-left : 10px !important;  
}

.dl-horizontal dd{
    padding-left : 10px !important;  
}


/*** Modal carga */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);

h1{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #999;
  font-weight: 300;
  margin-bottom: 55px;
  margin-top: 45px;
  text-transform: uppercase;
}
h1 small{
  display: block;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 1.5px;
  margin-top: 12px;
}

.btn{
  white-space: normal;
}
.button-wrap {
  position: relative;
  text-align: center;
  .btn {
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    border-color: #222;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    small {
      font-size: 0.8rem;
      letter-spacing: normal;
      text-transform: none;
    }
  }
}


/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/** MODAL STYLING **/

.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt {
  p {
    font-size: 13px;
    color: #666;
    small {
      font-size: 11.5px;
      color: #999;
    }
  }
}

#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif !important;
  p.subtle {
    color: #555;
    font-style: italic;
    font-family: 'Roboto', sans-serif !important;
  }
  h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif !important;
  }
  p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
    b {
      text-transform: uppercase;
      text-decoration: underline;
    }
  }
}

.font-white{
    color : #fcfcfc !important; 
    text-decoration : none !important  ;  
}

.font-black{
    color : rgba(50, 50, 50, 1) !important; 
    text-decoration : none !important  ;  
}

.table-bordered{
    border : 1px solid #fcfcfc !important;
}

.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 #fcfcfc !important;
}