/* -------------------------------------------------------------------
FEDERACIÓN MEXICANA DE TAEKWONDO, A.C.
SCITAE - SISTEMA DE CAPTURA INTEGRAL DE TAEKWONDO
----------------------------------------------------------------------
(c)2015-2016 ING. JAVIER VELEZ <jvelez@sime.tech>
   SIME - SISTEMAS INTELIGENTES DE MEXICO <http://sime.tech>
----------------------------------------------------------------------
PROHIBIDA SU REPRODUCCIÓN PARACIAL O TOTAL SIN PLENA AUTORIZACIÓN POR
ESCRITO DE SU AUTOR.
---------------------------------------------------------------------- */
/* IMPORTACION DE FUENTES */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700);

* {-webkit-tap-highlight-color:rgba(0,0,0,0);}
.btn:active {outline:0 !important;}
.btn:focus {outline:0 !important;}
.btn:hover {outline:0 !important;}

/* ESTILOS PARA ELEMENTOS HTML */
body {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-user-select:none;
    background:#e9eaed;
    margin-top: 53px;
    width:100%;
    margin-left:0;
    margin-right: 0;
}

input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='search'],
input[type='date'],
select.form-control,
textarea.form-control {
    transition:0.2s;
    border-radius:0 !important;
}
.form-control {
    border-radius:0 !important;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='date']:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-width: 2px;  border-color: rgba(15,76,129,0.70);  -webkit-box-shadow: none; box-shadow: none;
}

.btn {
    border-radius: 0 !important;
}


.fm-btn-blue, .fm-btn-blue:active{ background: #103B58; color:#ffffff }
.fm-btn-blue:hover, .fm-btn-blue:visited, .fm-btn-blue:focus { background: #0c3045; color:#ffffff; }

form .form-control {
    height: auto;
    padding: 3px 6px;
}
#bodyLogin {
    background-color: #1e1e1e;
}

/* ESTILOS PARA CLASES */
.footer-white {
  padding: 10px 0 10px 10px;
  font-size: 0.70em;
  color:#e2e2e2;
}
.footer-white a:link,
.footer-white a:active,
.footer-white a:hover,
.footer-white a:visited {
  color:#e2e2e2;
}

label{
    color:#888899;
}

.panel-success h1, h2, h3, h4, h5 {
    /* Estilo para avisos */
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

.panel-body {
    padding:1em 0 0 0 !important;
}


.modal-header {
    background-color: #ffcc00;
    color: #111111;
}

#fmtkd-content {
    padding:0 30px;
}

#fmtkd-content h1,
#fmtkd-content h2,
#fmtkd-content h3 {
    font-family: 'Ubuntu', sans-serif;
}

.div-titulo-catalogos {
    margin-bottom: 30px;
}
.titulo-catalogos {
    padding:2px 7px;
    margin-top:18px;
    margin-bottom:8px;
    color:#f2f2f2;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    background-color: rgb(30,30,30);
    width: 100% !important;
    border-radius: 3px;
}

.div-titulo-formularios {
    margin-bottom: 5px;
}
.titulo-formularios {
    padding:5px 7px;
    margin-top:15px;
    margin-bottom:8px;
    color:#f2f2f2;
    font-family: 'Ubuntu', sans-serif;
    background-color: #334155;
    width: 100% !important;
}

.formulario-barra-botones {
    margin-top: 15px;
    padding-top:10px;
    border-top:#c2c2c2 dashed 1px;
}

.btnEdit, .btnDel, .btnAut, .btnSel {
    padding:3px 5px 2px 5px;
    border-radius: 2px;
}
.btnPhoto {
    padding:3px 5px 2px 5px;
    border-radius: 2px;
}
.mr-2 {
    margin-right: 0.2em;
}
.form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.fmtkd-buttons {
    width: 100%;
    padding:12px 15px;
    background-color: #e8e8ea;
    height: 56px;
}

@media (max-width: 767px) {
    .panel-busqueda .col-xs-12 {
        margin-bottom:10px;
    }
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.croppie-container {
    padding:0 0 15px 0 !important;
}

/* Clases para los selects de los formularios */
.select-asociacion {
    font-weight: 600;
    color:#006847;
}
.select-escuela {
    font-weight: 600;
    color:#0c3f6b;
}
.select-institucion {
    font-weight: 600;
    color:#0c3f6b;
}
.input-nombre {
    font-weight: 600;
    color:#f80;
}
.input-clave {
    font-weight: 600;
    color: #121218;
}
.input-negro {
    font-weight: 600;
    color: #000000;
}
.input-red {
    font-weight: 600;
    color: #870110;
}
.input-green {
    font-weight: 600;
    color: #006847;
}
.input-yellow {
    font-weight: 600;
    color: #f80;
}
.w600 {
    font-weight: 600;
}

.mayusculas {
    text-transform: uppercase;
}
.minusculas {
    text-transform: lowercase;
}

.imagen-atleta {
    border: 1px solid #444444;
    border-radius: 4px;
}

.fmtkd-panel {
    background-color: #f7f7f9;
}

/* ++++++++++++++++++++++++ BREADCUMB Y FORM ++++++++++++++++++++++++ */
#form-title {
    margin-top:1.5rem;
}
.fmtkd-breadcrum {
    margin-top:1rem;
    margin-bottom:2.5rem;
    background-color: #ffffff;
}
.fmtkd-breadcrum a,
.fmtkd-breadcrum a:link,
.fmtkd-breadcrum a:visited {
    color:#0c3f6b;
    font-weight: 700;
}
.fmtkd-breadcrum a:hover,
.fmtkd-breadcrum a:active {
    color: #870110;
    text-decoration: underline;
}

.div-form {
    margin-bottom:1.2rem;
    padding:1rem;
    border:1px solid #c5c5d5;
    border-radius: 4px;
}
#buttons-bar {
    margin-bottom:2.5rem;
}



/* ESTILOS PARA ETIQUETAS */
#login-header {
  color:#f1f1f1;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
#divLogin {
    width: 399px;
    height: 413px;
    font-size:1.2em;
    background-color: rgba(0, 0, 0, 0.8);
    color: #f2f2f2;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size:1.2em;
}
#divLogin label,
#divLogin h4 {
    color:#f1f1f1;
    font-weight: normal;
}
#divLogin h4 {
    font-size:2.15rem;
}
#divLogin .form-control,
#divLogin .form-control input,
#divLogin .form-control select,
#divLogin .form-control input:active,
#divLogin .form-control input:focus,
#divLogin .form-control select:active,
#divLogin .form-control select:focus,
#divLogin .form-control input:visited,
#divLogin .form-control input:visited,
#divLogin .btn{
    font-size:16.8px !important;
}
/* Autofill Edge / Chrome */
#divLogin input:-webkit-autofill,
#divLogin input:-webkit-autofill:hover,
#divLogin input:-webkit-autofill:focus,
#divLogin input:-webkit-autofill:active {
    font-size: 16.8px !important;
}


/* OVERRIDE DATATABLES */
.row-datatable {
    margin-top:25px;
}
.div-botones-tabla {
    margin-left:20px;
    float:left;
    font-size:0.8em;
    margin-top:6px;
}
.dataTables_length {
    margin-top:6px;
}
div.dataTables_filter input {
    border:1px solid #cccccc;
}

#tablaInst {
    font-size:0.75em;
    width:100%;
}

#tablaInst th {
    color:#f6f6f6;
    background-color: #00704b;
}

#tablaInst tr.even:hover {
    background-color: #e0f0fd;
}

#tablaInst tr.even:hover td.sorting_1 {
    background-color: #c7e2f8;
}

#tablaInst tr.odd:hover {
    background-color: #d1e7f9;
}

#tablaInst tr.odd:hover td.sorting_1 {
    background-color: #bedef8;
}

.tablaDatatable {
    font-size:0.75em;
    width:100%;
}

.tablaDatatable th {
    color:#ffffff;
    background-color: #333333;
}

.tablaDatatable tbody td {
    padding: 0.3em 0.25em !important;
    border-left: 1px dotted #e3e3e3;
}

.tablaDatatable tr.odd {
    background-color: #f3faf8 !important;
}

.tablaDatatable tr.even:hover {
    background-color: #d0e3dd !important;
}

.tablaDatatable tr.even:hover td.sorting_1 {
    background-color: #c1d9d1 !important;
}

.tablaDatatable tr.odd:hover {
    background-color: #d0e3dd !important;
}

.tablaDatatable tr.odd:hover td.sorting_1 {
    background-color: #c1d9d1 !important;
}


/* ++++++++++++++++++++++++++++++++++ NAVIGATION ++++++++++++++++++++++++++++++ */
.navbar-red {
    background-color: #1F2937; /*#103B58; #990000;*/
    color: #f2f2f2;
    -webkit-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0 3px 4px 0 rgba(50, 50, 50, 0.35);
    box-shadow:         0 3px 4px 0 rgba(50, 50, 50, 0.35);
}

.navbar-red li a {
    color:#f2f2f2;
}

.navbar-red li a:hover,
.navbar-red li a:active,
.navbar-red li a:visited {
    color: #ffffff;
    background-color: #334155; /*#990000;*/
}

.navbar-red ul li ul li a:hover {
    background-color: #334155;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #334155; /*#990000;*/
    color:#ffffff;
}

.navbar-toggle .icon-bar {
    color: #f2f2f2;
    background-color: #334155;
}

.navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}

.dropdown-menu {
    background: rgba(28, 28, 28, 0.97);
}
.datepicker-dropdown {
    background: #f9f9f9;
}


@media (min-width: 768px) {
    .sai-navigation {
        position:fixed;
        top: 51px;
        left: 0;
        height: 100%;
        background: rgb(30, 30, 34);
        padding-left:0;
        padding-right:0;
    }

    .sai-navigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        width:100%;
    }

    .sai-navigation li a {
        padding:8px 1.0em;
        color:#e2e2e2;
        border-bottom:1px solid rgba(255,255,255,0.10);
    }

    .sai-navigation li a:hover,
    .sai-navigation li a:active,
    .sai-navigation li a:visited {
        display:block;
        color: #fcfcfd;
        background:#27353F;
    }
}




/*  +++++++++++++++++++++++++++++++ LOADER CSS JAVIER ++++++++++++++++++++++++++++++++++++++++ */
.loader {
    height: 4px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color:transparent;
    top:0;
    z-index:11000;
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #f1f1f1;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


.container-javier {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

.space-1rem {
    height: 1rem;
}
.space-2rem {
    height: 2rem;
}
.space-3rem {
    height: 3rem;
}
.space-4rem {
    height: 4rem;
}
.space-5rem {
    height: 5rem;
}

.der {
    text-align: right;
}
.izq {
    text-align: left;
}
.cen {
    text-align: center;
}

.titAnne {
    font-size:1.1em;
    color:#88888C;
    font-weight: bold;
    margin-top:10px;
}

#cred-tabla td {
    padding: 3px;
    font-size: 0.85em;
    background-color:rgba(255,255,255,0.30);
}
#cred-tabla .active {
    font-weight: 600;
    background-color:rgba(220,220,220,0.40);
}
.cred-datos {
    text-align: left;
}
