/*.modal {
    position: fixed;
    top: 15%;
    left: -20%;
}*/

/*@font-face {
            font-family: 'Monserrat';
            src: url('fonts/Monserrat-Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }*/


        .material-switch > input[type="checkbox"] {
            display: none;
        }

        .material-switch > label {
            cursor: pointer;
            height: 0px;
            position: relative;
            width: 40px;
        }

        .material-switch > label::before {
            background: rgb(108, 198, 39);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position:absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }
        .material-switch > label::after {
            background: rgb(160, 195, 199);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }
        .material-switch > input[type="checkbox"]:checked + label::before {
            background: rgb(74, 134, 140);
            opacity: 0.9;
        }
        .material-switch > input[type="checkbox"]:checked + label::after {
            background: rgb(255, 206, 0);
            left: 20px;
        }

.select2-container {
    width: 100% !important;
    min-width: 150px !important;
}

html, body{
    font-family: 'Monserrat-Regular', sans-serif !important;
}

@media (min-width:992px){.modal-lg,.modal-xl{min-width: 992px; max-width:800px}}@media (min-width:1200px){.modal-xl{min-width:1000px; max-width:1140px}}

.modal-header{
background-color: #364559 !important;
color:#fff;
text-align: center;
}

.login-logo > a > img {
    width: 100%;
}

.login-box-body{
    background: transparent !important;
}

.login-box-msg{
    color: #FFF !important;
}

.control-label-white{
    color: #FFF !important;
}

.nav > li > a > img {
    max-width: 20px !important;
}

/*.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}*/

.btn-link-custom{
    color: #FFFFFF !important;
}

.control-label{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.login-page{
    background: #4A868C !important;
    max-width: 100%;
    width: 100%;
}

.btn-warning-custom{
    background-color: #FFCE00 !important;
    color: #000 !important;
}

.skin-yellow .main-header .logo {
    background-color: #FFCE00 !important;
    color:#ffffff;
    border-bottom: 0 solid
    transparent;
    /*background-image: url(../assets/img/logo.png);*/
    background-image: url('https://www.sanmartin.edu.co/web/wp-content/themes/sanmartin/assets/img/logo-sanmartin-new-gray.svg');
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: center;
    box-shadow: 0 0px 10px #000;
}

.skin-yellow .main-header .navbar{
    background-color: #FFCE00 !important;
}

.skin-yellow .main-header li.user-header{
    background-color: #FFCE00 !important;
}

.skin-yellow{
    width: 100%;
    max-width: 100%;
}

.main-sidebar{
    background-color: #364559 !important;
    position: fixed !important;
}

.main-header{
    position: fixed !important;
}

.main-header .logo .logo-lg img{
    width: 70%;
}

.main-header .logo .logo-mini img{
    width: 60%;
}

.copyright {
    font-size: 11px;
    text-align: center;
    color: #4A868C !important;
    font-weight: bold;
}

.copyright a {
        color: #364559;
    }

.copyright a:hover {
        color:#4A868C;
    }

/* Tablas
table.table td a {
cursor:pointer;
display:inline-block;
min-width:24px;
margin:0 5px;
}

.table-title .add-new {
float:right;
height:30px;
font-weight:700;
font-size:12px;
text-shadow:none;
min-width:100px;
border-radius:50px;
line-height:13px;
}

.table-title .add-new i {
margin-right:4px;
}

table.table td a.add {
color:#27c46b;
}

table.table td a.edit {
color:#ffc107;
}

table.table td a.delete {
color:#e34724;
}

table.table td a.add i {
font-size:24px;
margin-right:-1px;
position:relative;
top:3px;
}

table.table .form-control {
height:32px;
line-height:32px;
box-shadow:none;
border-radius:2px;
}

table.table .form-control.error {
border-color:#f50000;
}

table.table td .add {
display:none;
}

table.dataTable thead .sorting::after {
    content: none;
}

table.table th i {
font-size:13px;
cursor:pointer;
margin:0 5px;
}

table.table th:last-child {
width:100px;
}

table.table td i {
font-size:19px;
}

table.dataTable.table-condensed thead > tr > th {
    padding: 10px 0;
    font-size: 12px;
    line-height: 12px;
}


table.table tr td,table.table tr th {
border-color:#e9e9e9;
}

/*.table-wrapper {
width:700px;
background:#fff;
box-shadow:0 1px 1px rgba(0,0,0,.05);
margin:30px auto;
padding:20px;
}

.table-title {
padding-bottom:10px;
padding-top:10px;
margin:0 0 10px;
}
*/

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
  }

.panel-teal .panel-heading {
    background-color: #37BC9B;
    border: 1px solid #36b898;
    color: white;
}

.panel .panel-heading {
    padding: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #DDD;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.panel .panel-heading .panel-title {
    padding: 10px;
    font-size: 17px;
}

.cm-table-w-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    max-height: 400px;
}

.cm-table-w-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.cm-table-w-scroll table th,
.cm-table-w-scroll table td {
    font-size: 13px;
    padding: 5px 10px;
    vertical-align: top;
    white-space: nowrap;
}

.cm-table-w-scroll thead th {
    background: #007bff; /* set background color for the overcome transparent header cell */
    color: #fff;
    position: -webkit-sticky !important; /* for Safari */
    position: sticky !important;
    top: 0;
    font-weight: 600;
    z-index: 999;
}

.cm-table-w-scroll tfoot,
.cm-table-w-scroll tfoot th,
.cm-table-w-scroll tfoot td {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    bottom: -1px;
    background: #fff; /* set background color for the overcome transparent header cell */
    color: #555;
    font-size: 11px;
    z-index: 4;
    box-shadow: 0 0 5px 0 rgba(90, 90, 90, 0.15);
}

/* Fin tablas */

.card-header {
border-bottom:1px inset rgba(138,133,133,.2)!important;
margin:20px 0;
}

.col-md-3.text-right.btnDerecha {
float:right;
padding-right:30px;
}

.btn.add-new {
background:0 0;
color:#dc0c1d;
margin-top: 50px;
}

.btn.add-new:hover {
color:#b50000;
}

.btn[disabled],fieldset[disabled] .btn {
visibility:hidden;
}

tr:nth-child(2n) {
background-color:#f5f5f5;
}

thead {
background-color: #364559 !important;
color:#fff;
text-align: center;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{
    background-color: #364559 !important;
    }

.btn-danger {
background-color:#dc0c1d;
font-weight:700!important;
border-color:#dc0c1d;
}

.select2-container.form-control {
    width: auto !important;
    min-width: 150px !important;
}

.btn-danger.hover,.btn-danger:active,.btn-danger:hover {
background-color:#b50000;
border-color:#b50000;
}

.btnDerecha {
    margin-top: 20px;
    right: 15px;
}

hr {
    margin-top: 50px;
    margin-bottom: 0;
    border-top: 1px inset rgba(232,228,228,.2);
    width: 80%;
}

#resumen_oferta,
#form_conceptos,
#form_cursos,
#form_programa,
#form_plan_estudios,
#form_oferta_programa,
#form_periodo {
border:1px solid #efefef;
border-radius:10px;
background:#fff;
padding-bottom:10px;
margin:30px;
}

#resumen_oferta,
.row.well.textura.paper,
#form_periodo,
#form_conceptos,
#form_cursos,
#form_programa,
#form_plan_estudios,
#form_oferta_programa {
border-radius:0px;
padding-bottom: 40px;
}
/*
table.table tr th,.table-bordered>tbody>tr>td:nth-child(2),
.table-bordered>tbody>tr>td:nth-child(3),
.table-bordered>tbody>tr>td:nth-child(4) {
text-align:center;
}

.table-bordered>tbody>tr>td,
.table-bordered,
.table-bordered>thead>tr>th {
border:none;
}*/

.row.well.textura.paper,
#resumen_oferta.textura.paper,
#form_conceptos.textura.paper,
#form_cursos.textura.paper,
#form_programa.textura.paper,
#form_plan_estudios.textura.paper,
#form_programa.textura.paper,
#form_oferta_programa.textura.paper,
#form_periodo.textura.paper {
background-image: url(assets/img/textura.png);
}

.paper {
  background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 -1px 1px rgba(0,0,0,0.15),
    /* The second layer */
    0 -10px 0 -5px #eee,
    /* The second layer shadow */
    0 -10px 1px -4px rgba(0,0,0,0.15),
     /* The third layer */
    0 -20px 0 -10px #eee,
    /* The third layer shadow */
    0 -20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */
    padding: 30px;
}

#resumen_oferta h3,
#consult-form h3,
.row.well.textura.paper h3,
#form_conceptos h3,
#form_cursos h3,
#form_plan_estudios h3,
#form_programa h3,
#form_oferta_programa h3,
#form_periodo h3 {
    font-weight: 700;
}

/* Plan de estudios */

.bordeerChild,
.row.borderChild {
    border: 1px solid #dadada;
    margin: 0 90px;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}

#resumen_oferta,
.row.well.textura.paper,
#form_conceptos,
#form_oferta_programa,
#form_cursos,
#form_programa,
#form_plan_estudios,
#form_periodo {
    padding-bottom: 80px !important;
}

#form_plan_estudios {
    margin: 30px 45px !important;
}

.space30 {
    margin-top: 30px;
}

.space80 {
    margin-top: 80px;
}

.margen90 {
    margin: 0 90px !important;
    margin-top:20px !important;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.noborder {
    border: none !important;
}

/* Datos básicos */
#titulo{
        background: linear-gradient(90deg, #4097CD, #44C2CD);
        background-size: contain;
        margin-top: 2px;
        margin-bottom: 2px;
        color: #FFFFFF;
    }
    #ingresar{
        background-color: #44C2CD;
        color: #FFFFFF;
    }
    #ingresar:hover{
        background-color: #4097CD;
    }
/* Fin Datos básicos */

.row.well.textura.paper {
    margin: 30px;
}

.progress {
    overflow: hidden;
    height: 10px;
    margin-bottom: 0;
}

.progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
    border-radius: 6px;
}

.icheck-danger.d-inline label {
    line-height: 14px;
    margin-top: 15px !important;
}

/*
label {
    margin-top: 30px;
}
*/

.sidebar-menu .treeview-menu a:active,
.sidebar-menu .treeview-menu a:focus {
    color: #B10900 !important;
    font-weight: bold !important;
    background-color:rgba(177,9,0,0.1) !important;
}

#form_periodo .col-md-9 .card-title {
    max-width: 180px;
}

/* Dashboard */
 .row.superior{
    margin:0;
    border:none;
    border-radius:none;
    padding:0;
    background-color:transparent;
    margin-top: 10px;
}

 .fa.fa-dashboard{
    visibility:hidden
}

#btnHide::before {
    content: "\f0e4";
    font: normal normal normal 16px/1 FontAwesome !important;
    position: absolute;
    margin-top: -2px;
    margin-left: -29px;
    background-color: transparent;
    width: 35px;
    text-align: center;
    color:#B50000;
}

#btnHide {
    background-color: transparent;
    border: none;
    font-size: 10px;
    padding-left: 2% !important;
    margin-top: 65px;
    padding-bottom: 10px;
}

.sidebar-menu a,
.sidebar-menu a:hover {
    white-space: break-spaces;
}

.navbar.navbar-static-top {
    position: fixed;
    width: 100%;
    top: 0;
}

.skin-blue .main-header .logo {
    position: fixed;
}

.main-footer {
    background-color: #fff;
    padding: 0 80px;
    color:#444;
    border-top: 1px solid #d2d6de;
    background-image: url(assets/img/gobernacion.png),url(assets/img/logo.png);
    background-size: contain,contain;
    background-repeat: no-repeat,no-repeat;
    background-position: 99%,1%;
}

.nav-pills > li.active > a {
    border-top-color: #FFCE00 !important;
    background-color: #FFCE00 !important;
    color: #000 !important;
}

@media screen and (max-width: 812px) {
#resumen_oferta, #form_conceptos, #form_cursos, #form_programa, #form_plan_estudios, #form_oferta_programa, #form_periodo {margin: 0 15px; padding: 10px;}
.margen90 {    margin: 0 !important;}
.borderChild, .row.borderChild {padding: 30px 0;margin: 0;}
#continuar {    width: 100%;}
.main-footer {background-size: 9%,21%;padding: 0; padding-left: 9px;}
.skin-blue .main-header .logo {background-size: 50% !important;}
.content-header > .breadcrumb {background: transparent;}
.col-md-12 {padding: 0;}
#copyright { font-size: 7px !important; text-align: center !important;}
.row .paper .col-md-12 { padding: 15px !important;}
.content {padding-bottom:0;}
.content-wrapper {padding-bottom: 0 !important;}
select, input {   margin: 10px 0 !important;}
label {    margin-top: 10px;}
.input-group .input-group-addon { border-color: transparent;background-color:transparent;}
.navbar.navbar-static-top {position: inherit;}
.skin-blue .main-header .logo {   position: inherit;}
.row.well.textura.paper {   margin: 0;border-radius: 0;}
.row.superior {    margin: 20px;}
#btnHide {    margin-top: 20px;}
html {
    transform: scale(1);
    transform-origin: unset;
    width: 100%;
}
}



/* Barra de progreso de documentos */

@-webkit-keyframes progresar-bar-stripes {
    0% {
       background-position-x:1rem
   }
}

@keyframes progresar-bar-stripes {
   0% {
       background-position-x:1rem
   }
}

.progresar {
   display:flex ; height:1rem ; overflow:hidden ; font-size:.75rem ; background-color:#e9ecef ; border-radius:.25rem
}

.progresar-bar {
   display:flex ; flex-direction:column ; justify-content:center ; overflow:hidden ; color:#fff ; text-align:center ; white-space:nowrap ; background-color:#0d6efd ; transition:width .6s ease
}

@media (prefers-reduced-motion:reduce) {
   .progresar-bar {
       transition:none
   }
}

.progresar-bar-striped {
   background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) ; background-size:1rem 1rem
}

.progresar-bar-animated {
    -webkit-animation:1s linear infinite progresar-bar-stripes ; animation:1s linear infinite progresar-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
   .progresar-bar-animated {
       -webkit-animation:none ; animation:none
   }
}

.progresar {
   display: none;
}
