.bg-login {
	background-image: url("../../../images/bg-md.jpg");
	width: 100%;
}

.login-box-body, .register-box-body {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3.5px solid #3c8dbc;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #666;
    padding: 20px;
}

.skin-yellow .sidebar-menu > li.header {
    background: #1a2226 none repeat scroll 0 0;
    color: #b8c7ce;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #d9edf7 !important;
    
}

.alert-info {
    border-color: #bce8f1;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #dff0d8 !important;
}

.alert-success {
    border-color: #d6e9c6;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-waring, .modal-warning .modal-body {
    background-color: #fcf8e3 !important;
}

.alert-warning {
    border-color: #faebcc;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #f2dede !important;
}

.alert-danger, .alert-error {
    border-color: #ebccd1;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
}

label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn-default {
    background-color: #fff;
    border-color: #d2d6de;
    color: #444;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #f5f5f5 !important;
    border-color: #d2d6de;
    color: #444;
}

.btn-social *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    font-size: 1em !important;
    left: 0;
    line-height: 32px !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px !important;
}

.content-header {
    padding: 15px 18px 0;
    position: relative;
}

.content-header > .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 2px;
    float: right;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 12px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d2d6de;
    border-color: #d2d6de;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.timeline > li > .timeline-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.center {
	text-align:center;
}
 
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.img-user {
	border: 1px solid #fff;
	border-radius: 100%;
}

.btn-submit {
	width: 100px;
	margin-top: 7px;
	margin-right: 10px;
	font-size: 15px;
}

.btn-reset{
	width: 100px;
	margin-top: 7px;
	font-size: 15px;
}

.icon-title {
	margin-right: 5px;
}

.bg-btn-action {
	background: #f7f7f7;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    line-height: 1.42857;
}

.resultadofolio{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: rgb(204, 0, 0);
    display: block;
    font-size: 18px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/* para videotutoriales */
.play { 
    background: steelblue;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 1em; /* change this to change size */
    height: 3em;
    
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
    margin-left: 35%;
    margin-top: 25%;
      
  }
  .play:hover {
    background: darkorange;
  }
  .play::before { 
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }
  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
   
  }

#mdialTamanio{
    width: 80% !important;
  }

  .sinborde {
    border: 0;
    height: min-content;
  }

/* para organigramas */
.contenedor{
    width: 100%;
    height: 500px;
    position: relative;
}
.posicion1{
    background-color: rgb(124, 16, 128);
    color: white;
    position: absolute;
    width: 15%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 0%;
    left: 40%;
    text-align: right;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}
.imagengte{
    /*background-image: url("../../images/raul_pico.png");*/
    position: relative;
    top: 50px;
    left: 19px;
}


.posicion2{
    background-color: skyblue;
    color: rgb(255, 255, 255);
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 15%;
    left: 5%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}
.posicion3{
    background-color: skyblue;
    color: white;
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 15%;
    left: 25%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}

.posicion4{
    background-color: rgb(129, 179, 243);
    color: rgb(255, 244, 97);
    width: 180px;
    height: 50px;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
display: flex;
justify-content: center;
align-items: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    font-size: 20px;
    text-shadow: 1px 1px 1px rgb(165, 165, 165);
}
.posicion5{
    background-color: rgb(78, 141, 53);
    color: white;
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 43%;
    left: 5%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}
.posicion6{
    background-color: rgb(78, 141, 53);
    color: white;
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 56%;
    left: 5%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}
.posicion7{
    background-color: skyblue;
    color: white;
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 15%;
    left: 45%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}
.posicion8{
    background-color: skyblue;
    color: white;
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 15%;
    left: 65%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}
.posicion9{
    background-color: rgb(230, 27, 27);
    color: white;
    position: absolute;
    width: 18%;
    border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 1px solid #979797;
    top: 30%;
    left: 65%;
    text-align: center;
    padding: 4px;
    -webkit-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
box-shadow: 9px 11px 19px -5px rgba(0,0,0,0.75);
    
}


iframe{
    overflow:hidden;
}

/* para modal que esta en inventariossistemas*/
/*#conte-modal {
	text-align: center;
	padding: 10px;
}*/

.colorheader{
    color: white;
    background-color: #3C8DBC;
}

.modal-content  {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important; 
}
/* para sombra a imagenes*/
.dropimg { filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)); }

/* FONDO PARA MODALE*/
#bootstrap-modal .modal-body{
    background-image: url('../img/fondomodalinicio.jpg');
    background-size: cover;
    background-position: center;
}

#bootstrap-modal-mov .modal-body{
    background-image: url('../img/fondomodalprod.jpg');
    background-size: cover;
    background-position: center;
}

#bootstrap-modal-kardex .modal-body{
    background-image: url('../img/fondomodalinicio.jpg');
    background-size: cover;
    background-position: center;
}

#bootstrap-modal-licencia .modal-body{
    background-image: url('../img/fondomodalinicio.jpg');
    background-size: cover;
    background-position: center;
}

#bootstrap-modal-rh .modal-body{
    background-image: url('../img/fondomodalinicio.jpg');
    background-size: cover;
    background-position: center;
}