﻿/* Header inicio */
#header {
    background-color: #ccceee;
}
/* Header fin */

/* Footer inicio */
#footer {
    min-height: 7rem;
    color: #ffffff;
    font-size: 0.75em;
    background-color: #ccceee;
}

#footright {
    background: url(../../Images/logo.png) no-repeat right center;
}

@media only screen and (max-width: 746px) {
    #footright {
        background: url(../../Images/logo.png) no-repeat center center;
    }
}

#footright, #footcenter {
    min-height: 7rem;
}

.acpie {
    position: relative;
    bottom: 0.75em;
}
/* Footer fin */

/* Fuste inicio */
#fuste {
    min-height: calc(100vh - 13rem) !important;
}

#rscroll {
    height: 100%;
    /*min-height: 32rem;*/
}
/* Fuste fin */

/* Navegación inicio */
.navbar-toggler {
    border: 0;
    cursor: pointer;
    padding: 0.25em 0.5em;
}

    .navbar-toggler span {
        color: #fff;
    }
/* Navegación fin */


/* Layout flexible inicio */

.nav-header {
    height: 7.5rem;
    width: 21rem;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all .2s ease;
    z-index: 5;
}

    .nav-header .logo-abbr {
        max-width: 52px;
    }

@media only screen and (max-width: 575px) {
    .nav-header .logo-abbr {
        max-width: 40px;
    }
}

.nav-header .logo-compact {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .nav-header {
        width: 17rem;
    }
}

.nav-header .brand-logo {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 700;
}

@media only screen and (max-width: 1400px) {
    .nav-header .brand-logo {
        padding-left: 25px;
        padding-right: 25px;
    }
}

[data-sidebar-style="compact"] .nav-header .brand-logo, [data-sidebar-style="mini"] .nav-header .brand-logo {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .nav-header .brand-logo {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }
}

.nav-header .brand-title {
    margin-left: 20px;
    max-width: 120px;
    margin-top: 5px;
}

[data-theme-version="dark"] .nav-header .brand-title {
    background-position: 0 120%;
}

@media only screen and (max-width: 1199px) {
    .nav-header {
        width: 5rem;
        height: 5rem;
    }

        .nav-header .brand-title {
            display: none;
        }
}

.nav-control {
    cursor: pointer;
    position: absolute;
    right: -4.0625rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 1.4rem;
    padding: 2px 0.5rem 0;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .nav-control {
        right: -2.75rem;
    }
}

@media only screen and (max-width: 575px) {
    .nav-control {
        right: -1.75rem;
    }
}

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999;
}

    .hamburger .line {
        /*background: #2f4cdd;*/
        display: block;
        height: 3px;
        border-radius: 3px;
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .hamburger .line:nth-child(1) {
            width: 20px;
        }

        .hamburger .line:nth-child(2) {
            width: 26px;
        }

        .hamburger .line:nth-child(3) {
            width: 22px;
        }

    .hamburger:hover {
        cursor: pointer;
    }

        .hamburger:hover .line {
            width: 26px;
        }

    /*
    .hamburger.is-active {
      left: 60px;
    }
    */
    .hamburger.is-active .line:nth-child(1),
    .hamburger.is-active .line:nth-child(3) {
        width: 10px;
        height: 2px;
    }

    .hamburger.is-active .line:nth-child(2) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        width: 22px;
        height: 2px;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg);
    }


/* Layout flexible fin */

/* Generales inicio */
ol,
ul {
    padding-left: 0;
}


.chbox {
    display: inline-block;
}

    .chbox input {
        width: 1.5em;
        height: 1.5em;
    }

input[type="radio"], input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
}

.lsnone {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

    .lsnone label {
        padding-left: 0.5em;
    }

.m001 {
    background-color: #27664e;
}

.m002 {
    background-color: #333399;
}

.m003 {
    background-color: #335cff;
}

.m004 {
    background-color: #0098ff;
}

.m005 {
    background-color: #009874;
}

.m006 {
    background-color: #0098FF;
}

.m007 {
    background-color: #109618;
}

.m008 {
    background-color: #66aa00;
}

.m009 {
    background-color: #ee8800;
}

.m010 {
    background-color: #dd5511;
}

.m011 {
    background-color: #cc3333;
}

.m012 {
    background-color: #cc1d68;
}

.m013 {
    background-color: #993366;
}

.m014 {
    background-color: #660033;
}

.m015 {
    background-color: #335cff;
}

.m016 {
    background-color: #0098ff;
}

.m017 {
    background-color: #994499;
}

.m019 {
    background-color: #d6ae00;
}

.m999 {
    background-color: #1d1d1d;
}

.color01i, .color02i, .color03i, .color04i, .color05i, .color06i, .color07i, .color08i, .color09i, .color10i,
.color11i, .color12i, .color13i, .color14i, .color15i, .color16i, .color17i, .color18i, .color19i, .color20i,
.color21i, .color22i {
    color: #fff;
}

.color00 div, .color00i {
    background: linear-gradient(45deg, #cc3333,#cc1d68,#994499,#335cff,#0098FF,#109618,#66aa00);
    border-color: #cc3333
}

.color01 div, .color01i {
    background-color: #cc3333;
    border-color: #cc3333
}

.color02 div, .color02i {
    background-color: #cc1d68;
    border-color: #cc1d68
}

.color03 div, .color03i {
    background-color: #994499;
    border-color: #994499
}

.color04 div, .color04i {
    background-color: #994499;
    border-color: #994499
}

.color05 div, .color05i {
    background-color: #335cff;
    border-color: #336699
}

.color06 div, .color06i {
    background-color: #0098FF;
    border-color: #0098FF
}

.color07 div, .color07i {
    background-color: #109618;
    border-color: #109618
}

.color08 div, .color08i {
    background-color: #66aa00;
    border-color: #66aa00
}

.color09 div, .color09i {
    background-color: #109618;
    border-color: #109618
}

.color10 div, .color10i {
    background-color: #66aa00;
    border-color: #66aa00
}

.color11 div, .color11i {
    background-color: #009874;
    border-color: #009874
}

.color12 div, .color12i {
    background-color: #d6ae00;
    border-color: #d6ae00
}

.color13 div, .color13i {
    background-color: #ee8800;
    border-color: #ee8800
}

.color14 div, .color14i {
    background-color: #dd5511;
    border-color: #dd5511
}

.color15 div, .color15i {
    background-color: #a87070;
    border-color: #a87070
}

.color16 div, .color16i {
    background-color: #993366;
    border-color: #993366
}

.color17 div, .color17i {
    background-color: #333399;
    border-color: #333399
}

.color18 div, .color18i {
    background-color: #660033;
    border-color: #660033
}

.color19 div, .color19i {
    background-color: #5c8d87;
    border-color: #5c8d87
}

.color20 div, .color20i {
    background-color: #898951;
    border-color: #898951
}

.color21 div, .color21i {
    background-color: #1d1d1d;
    border-color: #1d1d1d
}

.color22 div, .color22i {
    background-color: #2b2b2b;
    border-color: #2b2b2b
}


.color01h div, .color01h a {
    color: #cc3333;
    border-color: #cc3333;
    background-color: Transparent;
}

.border-color1 {
    border-color: #cc3333 !important;
}

.color02h div, .color02h a {
    color: #cc1d68;
    border-color: #cc1d68;
    background-color: Transparent;
}

.border-color2 {
    border-color: #cc1d68 !important;
}

.color03h div, .color03h a {
    color: #994499;
    border-color: #994499 !important;
    background-color: Transparent;
}

.border-color3 {
    border-color: #994499 !important;
}

.color04h div, .color04h a {
    color: #994499;
    border-color: #994499;
    background-color: Transparent;
}

.border-color4 {
    border-color: #994499 !important;
}

.color05h div, .color05h a {
    color: #336699;
    border-color: #336699;
    background-color: Transparent;
}

.border-color5 {
    border-color: #336699 !important;
}

.color06h div, .color06h a {
    color: #0098FF;
    border-color: #0098FF;
    background-color: Transparent;
}

.border-color6 {
    border-color: #0098FF !important;
}

.color07h div, .color07h a {
    color: #109618;
    border-color: #109618;
    background-color: Transparent;
}

.border-color7 {
    border-color: #109618 !important;
}

.color08h div, .color08h a {
    color: #66aa00;
    border-color: #66aa00;
    background-color: Transparent;
}

.border-color8 {
    border-color: #66aa00 !important;
}

.color09h div, .color09h a {
    color: #109618;
    border-color: #109618;
    background-color: Transparent;
}

.border-color9 {
    border-color: #109618 !important;
}

.color10h div, .color10h a {
    color: #66aa00;
    border-color: #66aa00;
    background-color: Transparent;
}

.border-color10 {
    border-color: #66aa00 !important;
}

.color11h div, .color11h a {
    color: #009874;
    border-color: #009874;
    background-color: Transparent;
}

.border-color11 {
    border-color: #009874 !important;
}

.color12h div, .color12h a {
    color: #d6ae00;
    border-color: #d6ae00;
    background-color: Transparent;
}

.border-color12 {
    border-color: #d6ae00 !important;
}

.color13h div, .color13h a {
    color: #ee8800;
    border-color: #ee8800;
    background-color: Transparent;
}

.border-color13 {
    border-color: #ee8800 !important;
}

.color14h div, .color14h a {
    color: #dd5511;
    border-color: #dd5511;
    background-color: Transparent;
}

.border-color14 {
    border-color: #dd5511 !important;
}

.color15h div, .color15h a {
    color: #a87070;
    border-color: #a87070;
    background-color: Transparent;
}

.border-color15 {
    border-color: #a87070 !important;
}

.color16h div, .color16h a {
    color: #993366;
    border-color: #993366;
    background-color: Transparent;
}

.border-color16 {
    border-color: #993366 !important;
}

.color17h div, .color17h a {
    color: #333399;
    border-color: #333399;
    background-color: Transparent;
}

.border-color17 {
    border-color: #333399 !important;
}

.color18h div, .color18h a {
    color: #660033;
    border-color: #660033;
    background-color: Transparent;
}

.border-color18 {
    border-color: #660033 !important;
}

.color19h div, .color19h a {
    color: #5c8d87;
    border-color: #5c8d87;
    background-color: Transparent;
}

.border-color19 {
    border-color: #5c8d87 !important;
}

.color20h div, .color20h a {
    color: #898951;
    border-color: #898951;
    background-color: Transparent;
}

.border-color20 {
    border-color: #898951 !important;
}

.color21h div, .color21h a {
    color: #1d1d1d;
    border-color: #1d1d1d;
    background-color: Transparent;
}

.border-color21 {
    border-color: #1d1d1d !important;
}

.color22h div, .color22h a {
    color: #2b2b2b;
    border-color: #2b2b2b;
    background-color: Transparent;
}

.border-color22 {
    border-color: #2b2b2b !important;
}

.updateProgress {
    position: absolute;
    width: 128px;
    height: 128px;
    background: url('Images/giphy.gif') no-repeat;
    z-index: 1000005;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* Data Pager Styles */

.grid > div > table,
.grid > table {
    border: 0px;
    border-collapse: unset;
}

.grid > div > table > tbody > tr > td,
.grid > table > tbody > tr > td,
.grid > div > table > tr > td,
.grid > table > tr > td {
    border: 0px;
    border-bottom: 1px dotted #b7b7b7;
    margin: 0;
    padding: 0;
    width: 100%;
}

.grid > div > table > tbody > tr:last-child > td:last-child,
.grid > table > tbody > tr:last-child > td:last-child,
.grid > div > table > :last-child > td:last-child,
.grid > table > tr:last-child > td:last-child {
    border: none;
}



.grid .pager-row TD A {
    color: #336699;
    text-decoration: none;
    border: solid 1px rgb(222,226,230);
    border-right: none;
    padding: 3px 6px;
    display: block;
    min-height: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 2px;
}

    .grid .pager-row TD A:hover {
        color: #fff;
        text-decoration: none;
        border: solid 1px #59A5D1;
        border-right: none;
        background-color: #59A5D1;
        padding: 3px 6px;
    }


.grid .pager-row TD SPAN {
    color: #fff;
    border: solid 1px #336699;
    border-right: none;
    background-color: #336699;
    font-weight: bold;
    padding: 3px 6px;
    display: block;
    min-height: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 2px;
}

.grid .pager-row TD {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

.grid .pager-row TABLE {
    margin: 0 auto;
}

    .grid .pager-row TABLE td {
        margin: 0 2px;
        font-size: 1.2em;
    }

.grid .button {
    background-color: #fff;
    border: solid 1px #bbd9ee;
    color: #0066cc;
    font-size: 10px;
}

div.semaforo {
    width: 24px;
    height: 24px;
    border: 1px solid #666;
    margin: 0px;
    border-radius: 50%;
    padding-top: 0.5em;
}

.semrojo {
    background-color: red;
}

.semverde {
    background-color: greenyellow;
}

.semamarillo {
    background-color: yellow;
}

/* Generales fin */

/* modales inicio*/

.modaldi0 {
    width: 80%;
    height: 80%;
    overflow: auto;
    padding: 0.5em;
    border: solid 2px #ccc;
    border-radius: 0.5em;
    margin: 0 auto;
    background-color: #fff;
}

.modaldi2 {
    width: 70%;
    background-color: #fff;
    padding: 2px 10px 5px 10px;
    border: solid 2px #ccc;
    border-radius: 0.5em;
    min-height: 300px;
    min-width: 486px
}

.modaldiv {
    width: 80%;
    height: 92%;
    overflow: auto;
    background-color: #fff;
    padding: 2px 10px 5px 10px;
    border: solid 2px #ccc;
    border-radius: 0.5em;
    min-height: 300px;
    min-width: 600px
}

.modaldi3 {
    width: 268px;
    height: 150px;
    overflow: auto;
    background-color: #fff;
    padding: 2px 10px 5px 10px;
    border: solid 2px #ccc;
    border-radius: 0.5em;
    position: relative;
    margin-top: 12%;
}

.modaldi4 {
    overflow: auto;
    background-color: #fff;
    padding: 2px 10px 5px 10px;
    border: solid 2px #ccc;
    border-radius: 0.5em;
    position: relative;
    margin-top: auto;
}

.modaldi5 {
    width: 70%;
    height: 60%;
    overflow: auto;
    background-color: #fff;
    padding: 2px 10px 5px 10px;
    border: solid 2px #ccc;
    margin-top: 10%;
}

.w-90 {
    width: 96%;
}

.h-90 {
    height: 98%;
}

.closenube span, .closeBuscar span, .closemodal span {
    float: right;
    top: 1px;
    background-image: url(Images/close.gif);
    width: 19px;
    height: 19px;
    background-position: left top;
    z-index: 1000;
}

    .closenube span:hover, .closeBuscar span:hover, .closemodal span:hover {
        background-position: left -19px;
        z-index: 1000;
    }

/* modales fin*/

/*----------------------------
Widgets inicio
----------------------------*/

div.widget {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
    padding: 10px; /*position: relative; left: 0px; top: 0px; */
    min-width: 158px; /*IMPORTANTE para que el widget entre en el menu lateral*/
    /*z-index: 1;*/
}

    div.widget .content {
        line-height: 16px;
        color: #666666;
    }

/* mis datos zone */

.widget_holder {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.widget_hover {
    border: solid 1px #999999;
    padding: 0px
}

.widget_header {
    padding: 0.25em;
    border-radius: 4px;
}

.widget_header_table {
    width: 100%;
    border: none
}

.widget_title {
    width: 90%;
}

    .widget_title a {
        overflow: hidden;
        height: 1.5em;
        text-decoration: none;
        font-size: 1.25em;
        color: #fff;
    }

.widget_button {
    padding: 2px 2px 0 0;
    vertical-align: top;
    float: right;
}

.widget_collapse, .widget_expand, .widget_close {
    display: inline;
}

.widget_dropcue {
    border: dashed 2px gray;
    display: none;
    margin-bottom: 20px;
}

.widget_box {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.w_title {
    color: white;
}

/*----------------------------
Widgets fin
----------------------------*/
.foto36 {
    border: 2px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 6px;
    height: 40px;
    width: 40px;
}

    .foto36 img {
        border-radius: 18px;
    }

.status {
    float: right;
}

    .status * {
        vertical-align: central;
        float: right;
    }

.alert36 {
    background-color: #f75a00;
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-top: 6px;
    text-align: center;
    height: 40px;
    width: 40px;
}


#misdatos {
    background-color: #EFFBFB;
    display: none;
    /* height: 220px;*/
    padding: 16px;
    position: fixed;
    right: 7px;
    top: 68px;
    width: 550px;
    z-index: 1000;
}

.usermail {
    color: #ffffff;
    font-size: 1.25em;
    padding-bottom: 10px;
    display: inline-block;
    max-height: 36px;
    max-width: 300px;
    padding-right: 6px
}


#leftmenu {
    width: 68px;
    height: auto;
    float: left;
    position: relative;
    background-image: url(Images/patron.png);
    background-repeat: repeat-y;
    background-color: #ffffff;
    clear: both;
}

/*menus nuevos igual a A+C*/
#menusp {
    float: right;
    width: 100%;
    position: relative;
    display: inline;
    margin-top: 2px;
    list-style: none;
    padding-inline-start: 0px;
}

#menult {
    float: right;
    position: relative;
    display: inline;
    overflow: hidden;
    list-style: none;
}


    #menusp li, #menult li {
        position: relative;
        text-align: center;
        width: 60px;
        height: 60px;
        float: left;
    }

        #menusp li a, #menult li a {
            left: 0px;
            top: 0px;
            text-decoration: none;
            color: #fff;
            position: absolute;
            margin: 4px;
            display: block;
            width: 52px;
            height: 52px;
        }

#tm001 {
    background-image: url(Images/menu/dirOper96.png);
}

#tm002 {
    background-image: url(Images/menu/admon96.png)
}

#tm003 {
    background-image: url(Images/menu/admonAlumnos96.png)
}

#tm004 {
    background-image: url(Images/menu/admonAlumno96.png)
}

#tm005 {
    background-image: url(Images/menu/asistencia96.png)
}

#tm006 {
    background-image: url(Images/menu/se96.png)
}

#tm007 {
    background-image: url(Images/menu/seconfig96.png)
}

#tm008 {
    background-image: url(Images/menu/nube96.png)
}

#tm009 {
    background-image: url(Images/menu/empleado96.png)
}

#tm010 {
    background-image: url(Images/menu/rh96.png)
}

#tm011 {
    background-image: url(Images/menu/cobranza96.png)
}

#tm012 {
    background-image: url(Images/menu/cobconfig96.png)
}

#tm013 {
    background-image: url(Images/menu/catalogos96.png)
}

#tm014 {
    background-image: url(Images/menu/seguridad96.png)
}

#tm015 {
    background-image: url(Images/menu/admonalumweb96.png)
}

#tm016 {
    background-image: url(Images/menu/agenda96.png)
}

#tm017 {
    background-image: url(Images/menu/m017x96.png)
}

#tm019 {
    background-image: url(Images/menu/m019x96.png)
}

#tm999 {
    background-image: url(Images/menu/reportes96.png);
}

#m001 {
    background-image: url(Images/menu/dirOper.png)
}

#m002 {
    background-image: url(Images/menu/admon.png)
}

#m003 {
    background-image: url(Images/menu/admonAlumnos.png)
}

#m004 {
    background-image: url(Images/menu/admonAlumno.png)
}

#m005 {
    background-image: url(Images/menu/asistencia.png)
}

#m006 {
    background-image: url(Images/menu/se.png)
}

#m007 {
    background-image: url(Images/menu/seconfig.png)
}

#m008 {
    background-image: url(Images/menu/nube.png)
}

#m009 {
    background-image: url(Images/menu/empleado.png)
}

#m010 {
    background-image: url(Images/menu/rh.png)
}

#m011 {
    background-image: url(Images/menu/cobranza.png)
}

#m012 {
    background-image: url(Images/menu/cobconfig.png)
}

#m013 {
    background-image: url(Images/menu/catalogos.png)
}

#m014 {
    background-image: url(Images/menu/seguridad.png)
}

#m015 {
    background-image: url(Images/menu/admonalumweb.png)
}

#m016 {
    background-image: url(Images/menu/agenda.png)
}

#m017 {
    background-image: url(Images/menu/m017x60.png)
}

#m019 {
    background-image: url(Images/menu/m019x60.png)
}

#m999 {
    background-image: url(Images/menu/reportes.png)
}

.m001 {
    background-color: #27664e;
}

.m002 {
    background-color: #333399;
}

.m003 {
    background-color: #335cff;
}

.m004 {
    background-color: #0098ff;
}

.m005 {
    background-color: #009874;
}

.m006 {
    background-color: #66aa00;
}

.m007 {
    background-color: #109618;
}

.m008 {
    background-color: #66aa00;
}

.m009 {
    background-color: #ee8800;
}

.m010 {
    background-color: #dd5511;
}

.m011 {
    background-color: #cc3333;
}

.m012 {
    background-color: #cc1d68;
}

.m013 {
    background-color: #993366;
}

.m014 {
    background-color: #660033;
}

.m015 {
    background-color: #335cff;
}

.m016 {
    background-color: #0098ff;
}

.m017 {
    background-color: #994499;
}

.m019 {
    background-color: #d6ae00;
}

.m999 {
    background-color: #1d1d1d;
}


.tooltipX {
    position: absolute;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: none;
    cursor: pointer;
    z-index: 2000;
    max-width: 420px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    min-height: 108px;
}

.tipin {
    padding: 6px 6px 6px 102px;
    color: #ffffff;
    max-width: 420px;
    min-height: 96px;
}

.tiptitle {
    line-height: 1.4em;
    font-size: 18px;
}

.tiptext {
    line-height: 1.2em;
    max-width: 280px;
}

.color01 {
    background-color: #cc3333;
}

.color02 {
    background-color: #cc1d68;
}

.color03 {
    background-color: #994499;
}

.color04 {
    background-color: #994499;
}

.color05 {
    background-color: #335cff;
}

.color06 {
    background-color: #3366cc;
}

.color07 {
    background-color: #109618;
}

.color08 {
    background-color: #66aa00;
}

.color09 {
    background-color: #109618;
}

.color10 {
    background-color: #66aa00;
}

.color11 {
    background-color: #009874;
}

.color12 {
    background-color: #d6ae00;
}

.color13 {
    background-color: #ee8800;
}

.color14 {
    background-color: #dd5511;
}

.color15 {
    background-color: #a87070;
}

.color16 {
    background-color: #993366;
}

.color17 {
    background-color: #333399;
}

.color18 {
    background-color: #660033;
}

.color19 {
    background-color: #5c8d87;
}

.color20 {
    background-color: #898951;
}

.color21 {
    background-color: #1d1d1d;
}

.color01t {
    color: #cc3333;
}

.color02t {
    color: #cc1d68;
}

.color03t {
    color: #994499;
}

.color04t {
    color: #994499;
}

.color05t {
    color: #336699;
}

.color06t {
    color: #3366cc;
}

.color07t {
    color: #109618;
}

.color08t {
    color: #66aa00;
}

.color09t {
    color: #109618;
}

.color10t {
    color: #66aa00;
}

.color11t {
    color: #009874;
}

.color12t {
    color: #d6ae00;
}

.color13t {
    color: #ee8800;
}

.color14t {
    color: #dd5511;
}

.color15t {
    color: #a87070;
}

.color16t {
    color: #993366;
}

.color17t {
    color: #333399;
}

.color18t {
    color: #660033;
}

.color19t {
    color: #5c8d87;
}

.color20t {
    color: #898951;
}

.color21t {
    color: #1d1d1d;
}





#tm00301 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00301x96.png)
}

#tm00302 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00302x96.png)
}

#tm00303 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00303x96.png)
}

#tm00304 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00304x96.png)
}

#tm00305 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00305x96.png)
}

#tm00306 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00306x96.png)
}

#tm00307 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00307x96.png)
}

#tm00308 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00308x96.png)
}

#tm00309 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00309x96.png)
}

#tm00310 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00310x96.png)
}

#tm00311 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00311x96.png)
}

#tm00312 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00312x96.png)
}

#m00301 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00301x60.png)
}

#m00302 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00302x60.png)
}

#m00303 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00303x60.png)
}

#m00304 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00304x60.png)
}

#m00305 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00305x60.png)
}

#m00306 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00306x60.png)
}

#m00307 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00307x60.png)
}

#m00308 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00308x60.png)
}

#m00309 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00309x60.png)
}

#m00310 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00310x60.png)
}

#m00311 {
    background-image: url(../../App_Themes/AC/Images/menu/m003/m00311x60.png)
}

#misnoti {
    display: none;
    position: fixed;
    top: 8%;
    right: 0.5%;
    width: 30%;
    z-index: 1000;
    padding: 1em;
    min-width: 300px;
    background-image: linear-gradient(to bottom right, rgba(150, 150, 150, 0.90) 30%, rgba(30, 30, 30, 0.80) 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.3, rgba(150, 150, 150, 0.90)), color-stop(1, rgba(30, 30, 30, 0.80)));
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, rgba(150, 150, 150, 0.90) 30%, rgba(30, 30, 30, 0.80) 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, rgba(150, 150, 150, 0.90) 30%, rgba(30, 30, 30, 0.80) 100%);
    /* Opera */
    background-image: -o-linear-gradient(top left, rgba(150, 150, 150, 0.90) 30%, rgba(30, 30, 30, 0.80) 100%);
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, rgba(150, 150, 150, 0.90) 30%, rgba(30, 30, 30, 0.80) 100%);
    /* W3C Markup, IE10 Release Preview 00A3EF*/
    background-image: linear-gradient(to bottom right, rgba(150, 150, 150, 0.90) 30%, rgba(30, 30, 30, 0.80) 100%);
}

    #misnoti .grid .row {
        background-color: none;
        color: #ffffff;
    }

    #misnoti h3 {
        width: 100%;
        font-size: 1.5em;
        color: #ffffff;
        text-align: center;
        display: block;
        padding: 0.3em 0;
    }

.etiqTb {
    color: #ffffff;
}

.rc {
    float: right;
    padding-left: 10px;
}

.buscarlink {
    float: left;
    padding: 16px 16px 16px 48px;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 0.3em;
    background-image: url('Images/menu/iconos/lupa.png');
    background-repeat: no-repeat;
    background-position: 8px center;
    font-size: 1em;
}

    .buscarlink:hover {
        color: #ffffff;
    }


/* Rating inicio */
.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
/* Rating fin */


/* Avisos inicio */
.aviso-pendiente, .statsinv {
    background-color: #ffff9966;
}

.aviso-visto, .statvist {
    background-color: #bdebad66;
}

.aviso-vencido, .statvenc {
    background-color: #ff999966;
}

.aviso-visto-vencido, .statvive {
    background-color: #ffcccc66;
}
/* Avisos fin */

/* Tareas inicio */
.tarea-pendiente {
    background-color: #ffff9966;
}

.tarea-vista {
    background-color: #bdebad66;
}

.tarea-vista-app {
    background-color: #bdebad66;
}

.tarea-contestada {
    background-color: #cce0ff66;
}

.tarea-contestada-app {
    background-color: #cce0ff66;
}

.tarea-adjuntos {
    background-color: #99c2ff66;
}

.tarea-contestada-adj {
    background-color: #66a3ff66;
}

.tarea-vencida {
    background-color: #ff999966;
}

.tarea-vista-vencida {
    background-color: #ffcccc66;
}

.tarea-vista-vencida-app {
    background-color: #ffcccc66;
}

/* Tareas inicio */

.novisible {
    display: none;
}


.tumbimg {
    height: 100px;
    display: inline-block;
    background-color: rgba(237, 237, 237, 1);
    position: relative;
    overflow: hidden;
}

    .tumbimg span {
        z-index: 10000;
    }

.ItemDelete {
    background: url(Images/elim.png) no-repeat;
    position: absolute;
    top: 24px;
    left: 4px;
    height: 20px;
    width: 20px;
}

.ItemSelect {
    background: url(Images/edit.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 4px;
    height: 20px;
    width: 20px;
}

.tumbimg img {
    display: inline-block;
}


/*Tablas inicio*/

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #82E0AA40;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #82E0AA40;
    }

.table-hover .table-primary:hover {
    background-color: #0ebf2d;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #0ebf2d40;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #ABEBC640;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #ABEBC640;
    }

.table-hover .table-secondary:hover {
    background-color: #f2f2f240;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #f2f2f240;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #2ECC7140;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #2ECC7140;
    }

.table-hover .table-success:hover {
    background-color: #bed9a840;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #bed9a840;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #D4E6F140;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #D4E6F140;
    }

.table-hover .table-info:hover {
    background-color: #a2dbee40;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #a2dbee40;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #f1cfaa40;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #cb9fcd40;
    }

.table-hover .table-warning:hover {
    background-color: #dabadb;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #dabadb40;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f7a7af40;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ebbf8b40;
    }

.table-hover .table-danger:hover {
    background-color: #f0d0aa;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f0d0aa40;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: white;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: white;
    }

.table-hover .table-light:hover {
    background-color: #f2f2f240;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #f2f2f240;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c7c8c840;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #97999a40;
    }

.table-hover .table-dark:hover {
    background-color: #babbbb40;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #babbbb40;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #373a3c40;
    border-color: #494d50;
}

.table .thead-light th {
    color: #444;
    background-color: #dddddd40;
    border-color: #ccc;
}

.table-dark {
    color: #fff;
    background-color: #373a3c40;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #494d5040;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }


/*Tablas fin*/
