﻿.sbl-circ-path {
    height: 68px;
    width: 68px;
    color: rgba(90, 90, 90, 0.2);
    position: relative;
    display: inline-block;
    border: 7px solid;
    border-radius: 50%;
    border-right-color: #1568f2;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.rbText {
    padding: 3px 5px 0 0 !important;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.RadButton.rbRadioButton .rbIcon {
    margin: 0 5px 0 5px !important;
    width: 25px !important;
    height: 25px !important;
}

.RadButton .rbIcon::before {
    font: 25px/1 "WebComponentsIcons" !important;
}

.rbToggleRadioChecked {
    color: #3e97eb !important;
}

.p-i-radio:before, .p-i-radiobutton:before, .rfdRadioUnchecked:before {
    border: 1px solid #c0c0c0;
    content: '' !important;
    width: 20px;
    height: 20px;
    top: 2px !important;
    position: relative !important;
}

.cursor-d {
    cursor: default !important;
}

.inactivo {
    background: white !important;
}

.Icono-Editar {
    padding-top: 9px !important;
    text-align: center !important;
    display: table-cell !important;
}

.Ultimo-Campo {
    padding-right: 10px !important;
}

.fuera {
    position: fixed;
    top: -9000px;
}

.Boton-Password {
    cursor: pointer;
    position: relative;
    top: -30px;
    left: -10px;
    float: right;
}

.Boton-DDL {
    cursor: pointer;
    position: relative;
    top: -30px;
    left: -20px;
    float: right;
}

.Opcion-Boton-DDL {
    cursor: pointer;
    width: 100%;
    height: 40px;
}

/*TreeView*/
.rtIn {
    cursor: default !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    border: none !important;
}

.rtSelected .rtIn {
    color: black !important;
    background-color: transparent !important;
    border: none !important;
}

.rtHover .rtIn {
    color: black !important;
    background-color: transparent !important;
    border: none !important;
}

.RadTreeView .rtText {
    color: #4E4E4E !important;
}

.RadTreeView .rtPlus:before, .RadTreeView .rtMinus:before {
    font: 22px 'WebComponentsIcons' !important;
    color: #4b4b4b !important;
}


.fondo-modal-2 {
    background-color: rgba(0,0,0,.6);
}

.color-texto {
    color: rgba(0,0,0,.6);
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
    z-index: auto;
}

.zoom-min {
    transition: transform .2s;
    margin: 0 auto;
    z-index: auto;
}

.centrar-pantalla {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 7001 !important;
}


.centrar-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

.centrar-cerrar-loader {
    z-index: 3;
    position: absolute;
    flex-direction: column;
    justify-content: center;
}

.reducir-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0px !important;
}

input[type='checkbox']:after {
    /*margin-top: 2px;*/
    width: 20px;
    height: 20px;
    top: -3px;
    left: -1px;
    position: relative;
    display: block;
    background-color: white;
    content: '';
    visibility: visible;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
}

input[type='checkbox']:checked:after {
    color: #3e97eb;
    background-color: white;
    font-weight: bold;
    font-family: initial;
    content: "\2713";
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #3e97eb;
}

.table td {
    padding: 7px 5px 7px 5px;
}

/*RadSearchBox*/
/*.scroll-grid {
    width: 1170px !important;
}

.scroll-grid-tin {
    width: 770px !important;
}*/

.rsbSlide{
    width:1170px !important;
}

.rsbInput {
    margin: 3px 0 0 8px !important;
    height: 34px !important;
}

.rsbHeader {
    font: 14px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 0 !important;
    background-color: #ffffff !important;
}


.table-danger:hover tr {
    background-color: #f1b0b7 !important;
}

.table-danger {
    background-color: #f5c6cb !important;
}

.rsbListItemHovered {
    background-color: rgba(0,0,0,.075);
}

.rsbHeader thead {
    color: #4E4E4E !important;
}

.rsbInner {
    padding: 0 !important;
    top: -3px !important;
    border: 1px solid #ced4da !important;
}

.rsbPopup {
    border: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 6px !important;
    padding: 0 !important;
    /*background-color: #f1f4f6 !important;*/
    background-color: #ffffff !important;
}

.rsbPopup_Bootstrap{
    font-family:inherit !important;
}

.rsbListItem {
    width: 100%;
    padding: 0 !important;
}

.rsbShowAll {
    border: 1px solid rgba(0,0,0,.125);
    color: #808080;
    cursor: pointer;
    font-size: small;
    /*height: 30px;*/
    padding-top: 4px !important;
}

/*RadUploadAsync*/
.RadUpload {
    width: inherit !important;
    text-align: center !important;
}

.RadAsyncUpload span.ruFileWrap {
    width: 100% !important;
    display: inline !important;
}

.RadUpload_Bootstrap .ruButton {
    width: auto !important;
}

.RadUpload .ruStyled .ruFileInput {
    cursor: pointer;
    position: relative !important;
    top: -34px !important;
    left: 100px !important;
    float: right !important;
    font: 17px monospace !important;
    padding: 0 !important;
    height: 33px !important;
    transform: rotate(180deg);
}

.RadUpload .ruUploadProgress {
    max-width: inherit !important;
    display: inline !important;
    background-position: 0 -67px !important;
    font-size: 14px !important;
}

.RadUpload .ruInputs {
    overflow: hidden !important;
}

.margen-izquierdo {
    margin-left: 20px;
    width: 100%;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=20);
    opacity: 0.7;
    z-index: 2;
}

.panelmodal {
    /*margin: 20px 20px 20px 20px;*/
    padding:0px 20px 10px 20px;
    background-color: #EEF1F9;
    z-index:2;
    border-radius: 6px 6px 6px 6px;
}

.panelnuevoregistrosimple {
    background-color: #F4FAF8;
}


/*Titulos Reportes*/
.encabezado
{
    font-size: 16pt;
    color:white;
    font-variant: small-caps;    
    text-transform: none;
    font-weight:700; 
    background-color:#024A;
    padding-left:10px;  
    padding-bottom:3px;  
    padding-right:10px;
    padding-top:3px;

    -webkit-border-radius: 3px 3px 3px 3px; 
    -moz-border-radius: 3px 3px 3px 3px; 
    border-radius: 3px 3px 3px 3px;       
}


/*Loader*/
.esquinasRedondeadas {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;  
}

.fondo-loader {
    background-color: rgba(255,255,255, 0.7);
}

.fondo-loader2 {
    background-color: #f1f4f6;
}

/*Grid*/
.anchoCodigo {
    width:150px;
}

.grid {
    font: 14px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*border: 1px solid #dee2e6;*/
    border-radius: 6px;
}

.grid td {
    cursor: pointer;
}

.grid thead {
    color: #4E4E4E;
}

.RadGrid{
    /*background-color: #ffffff;*/
}
/*CAROUSEL*/
.carousel-personalizado {
    border: 1px solid rgba(0,0,0,.125);
    background-color: transparent !important;
    border-radius: 5px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    width: 100%;
}

.carousel-caption {
    color: #333333 !important;
}

/*COLOR CONTROLES CAROUSEL*/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%424242' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%424242' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {background-color:#e9e9e9;}
.carousel-indicators .active {background-color:#939393;}


/*LOGIN*/
.user-login-header h1{
    font-size: 32px;
    color:#fff;
}

.user-login-header p,.last-part p{
    color:#c9c5c7;
}

.last-part a{
    text-decoration: none;
    color:#808080;
    padding:5px;
}

.user-image-section img {
    padding: 5px;
    height: 120px;
    width: 130px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #909090;
}

.user-login {
    /*background: rgba(0,0,0,.5);*/
    background: #f1f4f6;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.fondo-body-master {
    background: #f1f4f6;
    border-radius: 6px;
    max-width: 1860px;
    min-height: 840px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    padding-top:10px;
}

.modal-content {
    background: white;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.modal-body {
    background: #f8f9fa;
}

.card {
    background: transparent !important;
    border-width: 0;
    transition: all .2s;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.card-boton {
    padding: 1.25rem 0 1.25rem 0 !important;
}

body {
background: linear-gradient(to right,#172745 1%,#23365a 46%,#23365a 100%);
background-repeat: repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100vh;
margin: 0px;
padding: 0px;
}

div[class^='col-']{
  /*border: 15px solid white;*/
  padding-top: 7px;
}

.adaptar
{
    font-size:32px;
    padding: 0px;
    margin:0px auto;
}


.textoDerecha
{
    text-align: right;
}

.failureNotification
{
    color: red;
    font-weight:700;        
}

.failureInformacion
{    
    /*font-size: 16pt;*/
    color: red;
    font-weight:700;    
    /*text-shadow: 3px 3px 2px #A4A4A4;*/  
}

/*NAVBAR*/
.icon-close {
    background-image: url('/imagenes/Datos/Close.png') !important;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 125% 125%;
}

.fondo-navbar {
    background: linear-gradient(to right,#172745 1%,#23365a 46%,#23365a 100%);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.navbar {
    padding: 3px !important;
}


/*DROPDOWN MULTI*/
.nav-link:focus, .dropdown-item:focus {
    /*text-align: center;*/
}

.dropdown-item:hover {
    background-color: #375a7f;
    color: white !important;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    transform: rotate(90deg);
    margin-top: 10px;
}

.navbar-nav .show > .dropdown-toggle::after {
    transform: rotate(-180deg);
    margin-top: 10px;
}

.dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(-90deg);
    margin-top: 10px;
}

.dropdown-submenu:hover > .dropdown-toggle {
    background-color: #375a7f;
    color: white !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    padding-left:15px !important;
}

.nav-item > a {
    font-size: 22px;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.1);
}

.menu-navbar {
    font-size: 18px !important;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.1);
    background: rgba(0,0,0,.3);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    padding:0 !important;

}

.dropdown-item {
    color: rgba(255,255,255,.5) !important;
    border-bottom: 1px solid !important;
    border-color: rgba(150,150,150,.1) !important;
    padding-bottom: 8px;
    padding-top: 5px;
    border-radius: .25rem;
}

.nav-item>a .fas{
    min-width:60px;
    padding-left:20px;
}

.nav-item > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 12px;
    margin-right: 10px;
}

.mobil {
    display:inline-block;
}


/*SEGUN TAMAÑA DE PANTALLA*/
@media screen and (max-width: 800px){
    .scroll-grid-large {
        width: 800px !important;
    }

    .scroll-grid {
        width: 600px !important;
    }

    .scroll-grid-tin {
        width: 400px !important;
    }

    .rsbSlide {
        width: 92% !important;
        overflow-x: auto !important;
    }

    .anchoDescripcion {
        width:200px;
    }

    .anchoCodigo {
        width:100px;
    }

    .adaptar{
        font-size:18px;
    }

    .navbar-nav {
        height: calc(100vh - 1px);
        overflow-y: auto;
        padding-bottom: 100px;
        transition: 2s;
    }

    .centrar-pantalla {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 1029 !important;
    }
}

@media only screen and (min-width: 991px) {
    .btco-hover-menu .collapse ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}

    .nav-item>a{
        font-size:13pt;
        border-bottom:none;
    }

    .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(-360deg);
        margin-top: 10px;
    }

    .nav-item>a .fas{
        min-width:10px;
        padding-left:0px;
    }

    .nav-item > a:after {
        margin-right: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        padding-left: 0px !important;
    }

    .dropdown-menu {
        font-size: 13pt !important;
        background: white !important;
    }

    .dropdown-item {
        color: black !important;
    }

    .mobil {
        display:none;
    }
	
	.zoom:hover {
		-ms-transform: scale(1.3); /* IE 9 */
		-webkit-transform: scale(1.3); /* Safari 3-8 */
		transform: scale(1.3); 
	}

    .zoom-min:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }	

}








