/* Inicio Box Mensaje */
.box-msj 
{
	display:none;
	background: #ffffff;
    padding: 10px 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:400;
	text-align:left;
	color:#000000;
}

.box-msj-danger 
{
    border-left-color: #d9534f;
}

.box-msj-warning 
{
    border-left-color: #f0ad4e;
}

.box-msj-info 
{
    border-left-color: #5bc0de;
}

.box-msj-primary 
{
	border-left-color: #337ab7;
}

.box-msj-success 
{
	border-left-color: #5cb85c;
}
/* Fin Box Mensaje */

/* Inicio Border */
.border
{
	border:1px solid #000000;
}
/* Fin Border */
 
/* Inicio Recaptcha */
.grecaptcha-badge
{
	display:none !important;
	background:#ffffff !important;
	z-index:9999;
}
/* Fin Recaptcha */

a{
	cursor:pointer;
}

.recortar-msj {
    max-width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body.login .login-card { 
    background: transparent !important; 
}
 
body.login
{
	color: rgba(0, 0, 0, 0.6) !important; 
    background-color: #ebebeb !important; 
}
 
body.login .login-main {
    background-color: #ffffff !important; 
    -webkit-box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%) !important; 
    box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%) !important; 
    border: 1px solid #ffffff !important; 
}

body.login .login-main .theme-form input {
    background-color: #ebebeb; 
	border: 1px solid #ebebeb; 
}

body.login .login-main .theme-form input:hover, 
body.login .login-main .theme-form input:focus 
{
    border: 1px solid #ebebeb; 
}

.error-wrapper .sub-content {
    color: rgba(255,255,255,0.6) !important;
}
 
.page-wrapper.compact-wrapper .nav-right .nav-menus {
	margin-right: 0px !important;
} 

body.dark-only .nav-tabs {
    border-bottom: 0px solid #374558 !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 15px 30px !important; 
}

.footer {
    background-color: transparent; 
} 
  
.jsgrid .jsgrid-button.jsgrid-search-button,
.jsgrid .jsgrid-button.jsgrid-clear-filter-button
{
    color: #fff !important; 
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    -webkit-box-shadow: 0px 0px 1px 0px #000000; 
    box-shadow: 0px 0px 1px 0px #000000;
}

.jsgrid .jsgrid-button.jsgrid-search-mode-button
{
    color: #fff !important;
    background-color: #007bff !important;
    border:1px solid #007bff !important;
    -webkit-box-shadow: 0px 0px 1px 0px #000000; 
    box-shadow: 0px 0px 1px 0px #000000;
}

.jsgrid .jsgrid-button.jsgrid-edit-button
{
    color: #212529 !important;
    background-color: #ffc107 !important;
    border:1px solid #ffc107 !important; 
    -webkit-box-shadow: 0px 0px 1px 0px #000000; 
    box-shadow: 0px 0px 1px 0px #000000;
}

.jsgrid .jsgrid-button.jsgrid-insert-mode-button,
.jsgrid .jsgrid-button.jsgrid-insert-button,
.jsgrid .jsgrid-button.jsgrid-update-button
{
    color: #fff !important;
    background-color: #28a745 !important;
    border:1px solid #28a745 !important;
    -webkit-box-shadow: 0px 0px 1px 0px #000000; 
    box-shadow: 0px 0px 1px 0px #000000;
}

.jsgrid .jsgrid-button.jsgrid-cancel-edit-button,
.jsgrid .jsgrid-button.jsgrid-delete-button
{
    color: #fff !important;
    background-color: #dc3545 !important;
    border:1px solid #dc3545 !important;
    -webkit-box-shadow: 0px 0px 1px 0px #000000; 
    box-shadow: 0px 0px 1px 0px #000000;
}
  
body.dark-only .jsgrid-edit-row>.jsgrid-cell { 
    background: #424858;
}

.jsgrid-row>.jsgrid-cell { 
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
}

.bg-green td.jsgrid-cell{
    background-color: #88d369 !important;  
    color: #2b2b2b !important;
}

body.dark-only .bg-green td.jsgrid-cell{
    background-color: #88d369 !important; 
    color: #2b2b2b !important;
}
 
body.dark-only .bg-green:hover td.jsgrid-cell,
.bg-green:hover td.jsgrid-cell{
    background-color: #41921e !important;       
    color: #fafafa !important;
}

.bg-warning td.jsgrid-cell{
    background-color: #e9cd42 !important;   
    color: #2b2b2b !important;
}

body.dark-only .bg-warning td.jsgrid-cell{
    background-color: #e9cd42 !important; 
    color: #2b2b2b !important;
}

body.dark-only .bg-warning:hover td.jsgrid-cell,
.bg-warning:hover td.jsgrid-cell{
    background-color: #ccb022 !important;      
    color: #fafafa !important;
}

.bg-red td.jsgrid-cell{
    background-color: #e77b86 !important;   
    color: #2b2b2b !important;
}

body.dark-only .bg-red td.jsgrid-cell{
    background-color: #e77b86 !important; 
    color: #2b2b2b !important;
}

body.dark-only .bg-red:hover td.jsgrid-cell,
.bg-red:hover td.jsgrid-cell{
    background-color: #d43242 !important;    
    color: #fafafa !important;
}
 
body.dark-only .modal-footer { 
    border-top: 1px solid #374558; 
}

  
body.dark-only input,
body.dark-only textarea,
body.dark-only select  
{
    background-color: #ebebeb !important; 
    color: #a8a9ad !important; 
	border: 1px solid #ebebeb !important; 
}

body.dark-only input:hover, 
body.dark-only input:focus,
body.dark-only textarea:hover, 
body.dark-only textarea:focus,
body.dark-only select:hover, 
body.dark-only select:focus  
{
    border: 1px solid #ebebeb !important; 
}

.list-search
{
    display: none; 
    position: absolute;
    top: 90px;
    left: 0px;
    z-index: 10;
    width: 100%; 
}

.list-search ul
{
    display: block;
    background: #f8f8f8;
    position: relative;
    top: 0px;
    left: 0px;
    width: 95%;
    border: solid 1px #f0f0f0;
    max-height: 250px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

body.dark-only .list-search ul
{
    display: block;
    background: #ebebeb;
    position: relative;
    top: 0px;
    left: 0px;
    width: 95%; 
    border: solid 1px #262932;
    max-height: 250px;
    overflow: auto;   
     margin-left: auto;
    margin-right: auto;
} 

.list-search ul li
{
    display: block; 
    width: 100%;
    padding: 10px 10px;
    border-bottom: solid 1px #f0f0f0;
}

body.dark-only .list-search ul li
{
    display: block; 
    width: 100%;
    padding: 10px 10px;
    border-bottom: solid 1px #262932;
}

.list-search ul li a 
{
    display: block; 
    width: 100%; 
    color: #2b2b2b;
}
 
body.dark-only .list-search ul li a
{
    display: block; 
    width: 100%;
    color: rgba(255,255,255,0.6); 
}

.list-search ul li:hover,
body.dark-only .list-search ul li:hover
{
    background-color: rgba(115,102,255,0.2);
}
 
body.dark-only ul#pills-warningtab li.nav-item 
{
    margin-right: 5px;
}

ul#pills-warningtab li.nav-item 
{
    margin-right: 5px;
}

body.dark-only ul#pills-warningtab li.nav-item a 
{
    border: solid 1px #323846 !important;
}
 
ul#pills-warningtab li.nav-item a:hover
{
    background-color: rgba(115,102,255,0.2);
}

body.dark-only ul#pills-warningtab li.nav-item a:hover
{
    background-color: rgba(115,102,255,0.2);
}
 
span.saldo
{ 
    float: right;
    display: inline-block;
    position: relative;
    right: 15px;
    top: 0px; 
}

span.saldo.success,
.success
{
    color: #21b644;
    font-weight: 600;
}

span.saldo.danger,
.danger
{
    color: #c92121;
    font-weight: 600;
}

.ttl-info
{
    margin-top: 15px;
}

.p-oro .btn {
    margin-right: 5px;
    vertical-align: -12px;
    float: none;
}

.p-oro h6 
{
    margin-bottom: 0px;
}

#open-operations
{
    display: none;
}

ul.calculo-movimiento
{
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 15px;
}

ul.calculo-movimiento li
{
    display: inline-block; 
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.calculo-movimiento li .iz
{
    float: left;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 50%; 
    text-align: left;
    font-weight: 600;
}

ul.calculo-movimiento li .dr.success
{
    color: #21b644;
}

ul.calculo-movimiento li .dr.danger
{
    color: #c92121;
}

ul.calculo-movimiento li .dr
{
    float: right;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 50%; 
    text-align: right;
    font-weight: 600;
}

body.dark-only ul.calculo-movimiento li.raya
{
    border-top: 2px solid #374558;
}

ul.calculo-movimiento li.raya
{
    border-top: 2px solid #374558;
}

body.dark-only #puro-gold-silver:disabled,
body.dark-only #ley-gold-silver:disabled 
{
    background: #393b4a !important; 
}

body.dark-only .modal .table { 
    background: #373c48; 
}

body.dark-only .modal .table thead, 
body.dark-only .modal .table tbody, 
body.dark-only .modal .table tfoot, 
body.dark-only .modal .table tr, 
body.dark-only .modal .table td, 
body.dark-only .modal .table th 
{
    border-color: #474d5a;
}

body.dark-only .modal .table th {
    color: #a8a9ad; 
}

body.dark-only .modal .table td {
    color: #a8a9ad;
}

#code-pin
{
    font-size:25px;
    text-align:center;
    font-weight: 600;
    color: #12d121;
}

.project-list .btn {
    margin-top: 0px;
}