body
{
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial","sans-serif";
    background: #373D6A;
    color: #555;
}


.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @keyframes girar {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.wrapper {
    /* display: flex;
    align-items: stretch; */
        /* display: flex;
        width: 100%; */
        display: flex;
    width: 100%;
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;

}
#container
{
    background: none repeat scroll 0 0 #FFFFFF;
    /*margin-left: 210px;*/
    min-height: 100%;
    width: 100%;
    padding: 0;
    /* float: right; */
    /*padding-bottom: 30px;*/
}
#sidebar
{
    background: #f9f9f9;
    border-right: 1px solid #BCC4D2;
    min-height: 250px;
    max-width: 250px;
    width: 250px;
    
    /* height: 100vh; */
    z-index: 999;
    bottom: 0;
    font-size: 11px;
    /* padding: 0; */
    top: 0;
    left: 0; 
    transition: all 0.3s;
    box-shadow: 6px 11px 5px 0px rgba(0, 0, 0, 0.1);
}
#sidebar.active {
    margin-left: -250px;
}

a {
    text-decoration: none !important;
}
/*#sidebar ul li.active> a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0a1506  !important;
}*/

    .overlay {
        display: none;
        position: fixed;
        /* full screen */
        width: 100vw;
        height: 100vh;
        /* transparent black */
        background: rgba(0, 0, 0, 0.7);
        /* middle layer, i.e. appears below the sidebar */
        z-index: 998;
        opacity: 0;
        /* animate the transition */
        transition: all 0.5s ease-in-out;
    }

    .canvas {
        display: none;
        position: fixed;
        /* full screen */
        width: 100vw;
        height: 100vh;
        /* transparent black */
        background: rgba(0, 0, 0, 0.7);
        /* middle layer, i.e. appears below the sidebar */
        z-index: 998000;
        opacity: 1;
        /* animate the transition */
        transition: all 0.5s ease-in-out;
    }


    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        position: absolute;
        /* top right corner of the sidebar */
        top: 10px;
        right: 10px;
    }

@media (max-width: 450px) {
    #sidebar {
        margin-left: -250px;
        box-shadow: none;
        position: fixed;
    }
    /* #sidebar .sidebar-header {
        box-shadow: none;
    } */
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #header {
        position: relative !important;
    }
    #cuerpo{
        margin-top: 0 !important;
    }

    .module header {
        height: 66px !important;
    }

    .card-submodule {
        max-height: inherit !important;
        padding: 0 !important;
        text-align: center !important;
    }
    .card-submodule .card-image {
        -moz-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        border-right: 0 solid rgba(33,35,34,.05) !important;
        height: auto !important;
        left: 0 !important;
        line-height: normal !important;
        padding: 15px !important;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
    .card-submodule .card-image > i {
        margin-top: 0 !important;
    }
    .card-submodule .card-content {
        margin-top: 15px !important;
        padding: 0 !important;
        text-align: center !important;
    }
    .card-submodule .card-content {
        text-align: center;
    }
    .card-submodule .card-content .info {
        text-align: center !important;
    }

    .card-module .card-module-body .title {
        white-space: normal;
        overflow: initial;
    
    }
    .card-module .card-module-footer {
        padding: 10px 145px 10px 5px;
    }
    
}
label
{
    display: inline;
    font-weight: bold;
    font-size: 13px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.menuDerecho ul
{
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}
.menuDerecho li
{
    /*line-height: 16px;*/
    font-size: 14px;
    cursor:pointer;
    margin: 0 0 0 -40px;
    padding: 4px;
}
.menuDerecho
{
    width:250px;
    position:absolute;
    /*border:1px solid black;*/
    background: #F9F9F9;
    box-shadow: 0 0 5px #888;
    z-index: 999;
}
.menuDerecho li:hover
{
    background: #94B86E;
}
a
{
    color: #555;
    text-decoration: none;
}
.required
{
    color: #a40000;
}
#mensajes
{
    font-weight: bold;
    color: #666666;
    line-height: 35px;
    /*margin: 0 4% 0 6%;*/
    padding: 0;
    text-indent: 25px;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
}
#mensajes .countMessage
{
    background: #B30000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    margin: 2px;
    padding: 3px;
}
.error
{
    color: red;
}
.notificacion
{
    background:#264061;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.32) inset, 0 1px 7px #000000;
    margin-right: 0;
    float: right;
    width: 235px;
    color: #fff;
    padding: 10px;
    min-height: 40px;
    margin-top: 94px;
    margin-right: -12%;
    position: absolute;
    margin-left: 82%;
}
.warning
{
    color: #DA1212;
}
.fila
{
    margin: 0;
    padding: 10px;
    clear: both;
}
.fila p
{
    float: left;
    padding: 5px 0 0;
}
.fila input
{
    margin-bottom: 2px;
    margin-top: 9px;
    float: left;
}
.fila select
{
    margin-bottom: 2px;
    margin-top: 9px;
    float: left;
}
.cleaner
{
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    clear: both;
}

input
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 100%;*/
    border: 1px solid #ddd;
    padding: 5px 12px;
    transition: all 0.1s ease-in-out 0s;
    background: #fff;
    
}
select
{
    /* width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    transition: all 0.1s ease-in-out 0s;
    background: #fff; */
    /*background-image:  url("../images/v3/arrow.png");*/
   /* background-position: right;
    background-repeat:no-repeat;*/
    cursor: pointer;
    /*-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;*/
    /* text-decoration: none;
    color:#555; */
    font-size: 0.9rem !important;

}
select:hover
{
    border: 1px solid #11758E;
}
input[placeholder]
{
    /*font-style: italic;*/
    text-transform:uppercase;
}

input[type="password"]
{
    /* -moz-box-sizing: border-box; */
    width: 100%;
    border: 1px solid #A0A0A0;
    border-radius: 3px 3px 3px 3px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22) inset;*/
    padding: 5px;
    transition: all 0.1s ease-in-out 0s;
}
input[type="submit"]
{
    background: linear-gradient(to bottom, #94C7FF 0%, #367BD9 100%) repeat transparent;
    -moz-user-select: none;
    border-radius: 3px 3px 3px 3px;
    outline: medium none;
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #17549B;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
}
input[type="submit"]:hover
{
    background: #94C7FF;
}
.checkbox img
{
    background: url("../images/unchecked-normal.png") no-repeat transparent;
    height: 16px;
    width: 15px;
}
input[type="text"]
{
    width: 100%;
}
textarea
{
    /* -moz-box-sizing: border-box; */
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    transition: all 0.1s ease-in-out 0s;
    background: #fff;
}


/* button
{
    background: linear-gradient(to bottom, #94B86E 0%, #94B86E 100%) repeat transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94B86E', endColorstr='#94B86E');
    background: -webkit-linear-gradient(#94B86E, #94B86E)-moz-user-select: none;
    outline: medium none;
    padding: 6px 12px;
    line-height: normal;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #94B86E;
    cursor: pointer;
} */
/* button:hover
{
    transition-delay: 0s;
    -webkit-transition-delay: 0s;   
    background: #4F8416;
} */
table td
{
    /*display: block;*/
    /*font-weight: bold;*/
    margin-bottom: 5px;
}
#salir
{
    margin: 0;
    display: block;
    width: 23%;
    height: 55px;
    font-weight: normal;
    text-align: left;
    text-indent: -4.2%;
    line-height: 55px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
#header {
    /*background:#709F37;*/
    /*background: #77A240;#3F6016*/
    background: #002B00;
    /*background:#416332;*/
    /*background: url("../images/header_bg.png") repeat-x  #222222;*/
    height: 46px;
    width: 100%;
    position: fixed;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #BCC4D2;
}
#header h1.site_title, #header h2.section_title {
    float: left;
    margin: 0;
    font-size: 22px;
    display: block;
    width: 100%;
    height: 55px;
    font-weight: normal;
    text-align: left;
    text-indent: 1.8%;
    line-height: 55px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
#header h2.section_title {
    /*background:#000 no-repeat left top;*/
    background: url("../images/header_shadow.png") no-repeat scroll left top transparent;
    text-align: center;
    text-indent: 4.5%;
    width: 68%;
}
#menu_bar
{
    /* position: fixed; */
    top: 1px;
    /*background: url("../images/secondary_bar.png") repeat-x scroll 0 0 #F1F1F4;*/
    height: 38px;
    width: 100%;
    z-index: 100;
    color: #fff;
    font-size: 13px;
}
#menu_bar .user
{
    float: left;
    height: 38px;
    width: 250px;
}
.user p {
    background: url("../images/icn_user.png") no-repeat scroll left center transparent;
    color: #666666;
    display: block;
    float: left;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 6%;
    padding: 0;
    text-indent: 25px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 85%;
    font-size: 10px;
}
#menu_bar .menu_canal
{
    color: #fff;
    float: right;
    /* height: 38px; */
    padding: 6px;
}

#menu_bar .menu {
    /* border-left: 10px solid #FCF5C7; */
    /*height: 40px;
    margin: -2px -1px;*/
    padding: 0 10px;
    float: left;
    color: #fff;
    vertical-align: baseline;
    /*display: flex;*/
    
}
/*#menu_bar .menu a:link, .menu a:visited {
    font-weight: bold;
    text-decoration: none;
}*/
#menu_bar .menu a
{
    /*color: #fff;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*line-height: 36px;*/
}
/*#menu_bar .menu:hover
{
    background: #FFB848;
}*/


/*.search
{
    padding: 12px 0 10px;
    /*text-align: center;*/
    /*width: 100%;*/
    /*margin: 10px auto;*/
/*.search input[type=box"text"] {
    background: url("../images/icn_search.png") no-repeat scroll 10px 6px #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 1px 0 #FFFFFF;
    color: #222222;
    height: 26px;
    /*text-indent: 30px;*/
    /*width: 90%;*/
#menuDivider
{
    background: #f9f9f9;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #BCC4D2;
    border-top: 1px solid #ddd;
    color: #555;
    background: #F9F9F9;
    width: 100%;
    /*height: 10px;*/
    z-index: 9000;
    /* position: fixed; */
    margin-top: 38px;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    line-height: 12px;
    font-size: 13px;
}
#menuDivider a:hover
{
    color : #4D7496;
}
#sidebar hr {
    background: url("../images/sidebar_divider.png") repeat-x transparent;
    border: medium none;
    display: block;
    height: 2px;
    outline: medium none;
    width: 100%;
}

#sidebar h3 {
    color: #1F1F20;
    display: block;
    float: left;
    font-size: 13px;
    margin: 10px 0 10px 6%;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 90%;
}


table
{
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    max-width: 100%;
}

/*nueva interfaz 1.5 */
#sidebar .sub-menu
{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    font-weight: 100;
    background: #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#sidebar .sub-menu li a
{
    font-weight: normal;
    /*padding: 12px 15px 12px 20px;*/
    text-transform: uppercase;
    font-size: 9px;
    /* &:after
    {
        content:attr(data-button-icon);
        float: left;
        padding-left: 1em;
    } */
}
#sidebar .sub-menu li a:hover
{
    background: #2E69AE;
    color: #fff;
}

#sidebar ul {
    /*clear: both;*/
    margin: 0;
    padding: 0;
}
#sidebar li a {
    color: #555;
    display: inline-block;
    height: 24px;
    line-height: 12px;
    margin: 5px 0;
    padding-left: 34px;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
}

#sidebar ul li
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
}
#sidebar ul  li  a
{
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    padding: 15px 0 19px 20px;
    color: #555;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
#sidebar ul li a:hover
{
    color: #fdfdfd;
    background: #94B86E;
    text-shadow: none;
    content: ">";
    /*-webkit-transition-delay: 5s; /* Safari */
    /*transition-delay: 5s;*/
    
    transition: all 0.2s ease-in-out 0s;
}

#sidebar ul li a i
{
    color: #6F6F6F;
    float: left;
    line-height: 20px;
    padding-right: 10px;
    width: auto;
    vertical-align: baseline;
}

#cuerpo
{
    /*float: left;*/
    width: 100%;
    /*padding: 0 20px;*/
    max-width: none !important;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-top: 40px;
    max-width: none !important;
}

/*Modules */
.module {
border: 1px solid #D9D9D9;
margin-bottom: 25px;
background: #FAFAFA;
color: #555;
margin: 2% 1% 2%;
overflow: hidden;
}

.module header
{
    /*border: 1px solid;*/
    background: #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    /*line-height: 35px;*/
    margin-bottom: 2%;
    padding: 0 12px;
    height: 44px;
    
}
.module header h3
{
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    /*margin: 0 0 7px;*/
    /*margin-bottom: 0;*/
    text-transform: uppercase;
    margin-top: 7px;
}
.module .submenu .col1
{
    width: 49%;
    float: left;
    padding: 5px;
}

.col1
{
    width: 48%;
    float: left;
}
.colDate
{
/*float: left;*/
/*margin-left: 400px;*/
/*margin-right: 2%;*/
line-height: 48px;
cursor: pointer;
}
.loader
{
    background: url("../images/loader.gif") no-repeat center;
    margin: 10px auto;
    text-align: center;
    height: 32px;
}
.loadding
{
    background: url("../images/loading2.gif") no-repeat;
    /*margin: 10px auto;*/
    /*text-align: center;*/
    height: 16px;
}
.content
{
    color: #666666;
    margin: 10px 20px;
}
/* estilo de tabla Principal*/
.messagesHome
{
    margin: 10px;
    background: #ffffff;
    padding: 15px;
    border: 1px solid;
    border-color: #CDCDCD #CDCDCD #A8A8A8;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
    
    height: 82px;
}
.contentMessage
{
    border-bottom: 1px solid #D5DAE1;
    padding-left: 70px !important;
}
#cuerpo .messagesHome .contentMessage h3
{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
    padding: 0px;
    color: #4A5057;
    width: 100%;
    float: none;
    margin-left: 0px;
}

.dateMessage
{
    height: 82px;
    margin-bottom: 28px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 55px;
}
.dateMessage #date
{
    margin-top: -75px;
    position: absolute;
    font-size: 19px;
    margin-left: 15px;
    color: #394353;
}
.dateMessage #mes
{
    color: #394353;
    font-size: 13px;
    margin-left: 13px;
    margin-top: -42px;
    position: absolute;
}

.tableContent
{
    margin: 10px auto;
    width: 98%;
    /*margin-top: 10px;*/
    color: #555555;
    border: 1px solid #ddd;
    background: #ffffff;
    /*margin: 10px auto;*/
}
.tableContent th    
{
    cursor: pointer;
    height: 34px;
    text-align: center;
    border: 1px solid #ddd;
    color: #555;
    /*border-bottom-width: 2px;*/
    font-size: 11px;
    background: #F9F9F9;
    text-transform: uppercase;
    padding: 4px;
}
.tableContent th input,select
{
    /*border-bottom-width: 2px;*/
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}
.tableContent td
{
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    /*border-bottom: 1px dotted #ccc;*/
    /*padding: 15px 10px;*/
    padding: 5px;
}
.tableContent td img
{
    cursor:pointer;
}
.tableContent a
{
    color: #555;
    text-decoration: none;
}

/*EStilo de tablaSimple*/
.tableSimple
{
    /*width: 100%;*/
    margin: 10px auto;
    color: #555;
    /*border: 1px dotted #ccc;*/
    border-radius: 6px 0 0 0;
    background: #fff;
    width: 97%;
    border: 1px solid #ddd;
}
.tableSimple td
{
    margin: 0;
    /*padding: 0;*/
    padding: 10px;
    color: #555;
}

.tableAlternate
{
    background: #F6F6F6;
}
.tableAlternate:hover
{
    background: #FFFFD9;
    color: #555;
}
#cuerpo .tableContent tr:hover
{
    background: #FFFFD9;
    color: #555;
    text-decoration: none;
}
.footerTable {
    /*background: url("../images/block-actions-bg.png") repeat-x left bottom transparent;*/
    background: #FAFAFA;
    border-radius: 0 0 5px 5px;
    margin: 0 -19px -10px;
    overflow: hidden;
    line-height: 34px;
}
.footer
{
    /*position: fixed;*/
    height: 33px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #94B86E;
    text-indent: 30px;
    border-top: 1px solid #ddd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 222px;
}

#pagination
{
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    margin: 0;
    padding: 2px 10px;
    float: right;
    height: 34px;
    font-size: 13px;
}


.paginate_button, .paginate_active {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    /* border-style: solid; */
    border-width: 1px;
    cursor: pointer;
    margin: 0;
    /* padding: 6px 12px; */
    color:  #4D7496;
}
.paginate_active {
    
    background-color: #4D7496;
    border-color: #31537B;
    padding: 6px 12px;
    color: #FCFCFC;
}
#cuerpo .profile {
    color: #555;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ddd;
    margin: 1%;
    
}

#cuerpo .profile .title {
    color: #555;
    margin-left:18px;  
}
#cuerpo .profile .avatar {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    /*border: 1px solid #ddd;*/
    left: 214px;
    height: 136px;
    position: absolute;
    top: 95px;
}
#cuerpo .profile .title h2, #cuerpo .profile .title h3 {
    color: #555;
    padding: 0 0 10px;
}
#cuerpo .profile .title h3 {
    font-size: 12px;
    padding-left: 10px;
    margin: 0;
    color: #555;
}
#cuerpo .profile .avatar img {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    /*padding-bottom: 3px;*/
    padding: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
#cuerpo .profile .avatar a{
    color: #666666;
}
#cuerpo .profile .title h2 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    /*padding-top: 30px;*/
}
#cuerpo .profile .detalles
{
    display: inline;
    float: left;
    margin-right: 1%;
    margin-top: 109px;
    position: relative;
    width: 100%;
}
#cuerpo .profile .detalles h2 {
    display: inline-block;
    margin-left: 3px;
    color: #4B4B4B;
    font-size: 1em;
}



#cuerpo .profile table {
    margin: 15px;
}
#cuerpo .profile table tr > td, #cuerpo .profile table tr > th {
    padding-bottom: 10px;
}
#cuerpo .profile table th {
    color: #616161;
}
#cuerpo .profile table th {
    font-weight: normal;
    padding-right: 10px;
    text-align: right;
}
#alertas
{
    /*background-color: #69A26E;*/
    /*border: 1px solid #0B4F0B;*/
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    /*height: 30px;*/
    margin: 6px;
    padding: 10px;
    text-decoration: blink;
    vertical-align: middle;
}
#progress
{
    background: url("../images/bg.png") repeat transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    height: 17px;
    overflow: visible;
}
#progress #avance
{
    background: url("../images/fill-blue.png") repeat scroll 0 0 transparent;
    border: 1px solid #215494;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
    height: 100%;
    margin: -1px;
}
.carnets
{
    border:1px solid #000;
    width: 17cm;
    height: 5.171cm;
    margin: 10px auto;
    font-family: arial;
}
.carnets #title
{
    border-bottom: 2px solid #00A859;
    border-top: 2px solid #00A859;
    margin-left: 19px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    width: 223px;
    font-weight: bold;
    text-decoration:coursive;
    font-style: italic;
}
.carnets #apCar
{
    margin-left: 5px;
    margin-top: -100px;
    position: absolute;
    font-weight: bold;
}
.carnets #apDatCar
{
    margin-left: 5px;
    margin-top: -85px;
    position: absolute;
    font-size: 7pt;
}
.carnets #esCar
{
    margin-left: 5px;
    margin-top: -66px;
    position: absolute;
    font-weight: bold;
}
.carnets #esDatCar
{
    margin-left: 5px;
    margin-top: -52px;
    position: absolute;
    font-size: 9pt;
}
.carnets #turCar
{
    margin-left: 5px;
    margin-top: -33px;
    position: absolute;
    font-weight: bold;
}
.carnets #turDatCar
{
    margin-left: 20px;
    margin-top: -19px;
    position: absolute;
}
.carnets #foto
{
    /*border: 1px solid #FFFFFF;*/
    height: 2.5cm;
    margin-top: -119px;
    position: absolute;
    width: 2.6cm;
    /*margin-left: 1px;*/
    background: #fff;
}
.carnets #codCar
{
    color: #000;
    margin-top: 84px;
    margin-left: 5px;
    position: absolute;
    font-weight: bold;
}
.carnets .atras
{
    width: 8.4cm;
    /*border: 1px solid #000;*/
    border-left: 1px dashed #000;
    height: 100%;
    float: right;
    font-family: arial;
}
.carnets .atras #titulo
{
    font-weight: bold;
    margin-left: 41px;
    margin-top: 23px;
    position: absolute;
    text-align: center;
    width: 223px;
}
.carnets .atras #cuadros
{
    font-weight: bold;
    margin-left: 27px;
    margin-top: 47px;
    position: absolute;
    text-align: center;
    /*width: 223px;*/
}
.carnets .atras #cuadros #sello
{
    border: 1px solid #000;
    height: 83px;
    width: 76px;
    margin-left: 5px;
}


.file-input
{
    float: left;
    margin: 0 10px -13px 0;
    overflow: hidden;
    position: relative;
    top: -7px;
    cursor: pointer;
}

.success
{
    background-color: #5BB75B;
    /*background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    color: #FFFFFF;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.file-input input
{
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
#reporte td
{
 background: #ffffff;   
}
#reporte td:hover
{
    background: #FFFFD9;
    cursor: pointer;
}
/*botones para correo*/

.btnMail
{
    /*background: url('../images/mailNew.png') no-repeat;*/
    border: 1px solid #ddd;
    height: 24px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    /*width: 87px;*/
    line-height: 25px;
    margin-left: 3px;
    margin-top: 10px;
    margin-right: 15px;
    /*float: left;*/
    margin-bottom: 10px;
    cursor: pointer;
}
.btnMail img
{
    float: left;
    margin-right: 9px;
}
.btnMail:hover
{
    background: #2E69AE;
    color: #ffffff;
}
.selectDest
{
    float:left;
    padding:5px;
    cursor:pointer;
    background:#B3D7CC;
    margin:2px 4px 3px 4px;
    border:1px solid #ddd;
}
.selectDest:hover
{
    background: #8C0101;
    color: #fff;
}
.headerMessage
{
    border: 1px solid #ddd;
    height: 34px;
    padding: 5px;
}
.destMessage
{
    width:97%;
    border: 1px solid #ddd;
    float: left;
    height: 100%;
}
#countMessage
{
    background: #BF1E1E;
    color: #fff;
    height: 23px;
    line-height: 23px;
    padding: 3px;
    border-radius: 2px;
    font-weight: bold;
    margin-left: 34px;
    position: absolute;
    margin: -10px 0 0 425px;
}
#countMessage2
{
    background: #BF1E1E;
    color: #fff;
    height: 23px;
    line-height: 23px;
    padding: 3px;
    border-radius: 2px;
    font-weight: bold;    
    margin-top: -21px;
    position: absolute;
    margin-left: 107px;
}
/*isar drive*/

.detailsFile
{
    position: fixed;
    height: 99%;
    right: 0;
    display: none;
}

.chatContacta
{
    border: 1px solid #ddd;
    background: #F9F9F9;
    position: fixed;    
    /*width: 34px;*/
    height: 99%;
    right: 0;
    display: none;
    width: 250px;
}
.footerShare
{
    background: #94B86E;
    height: 32px;
    bottom: 0px;
    width: 100%;
}
.chatCont
{
    
}
.chatCont:hover
{
    background: #94B86E;
    color: #fff;
}
.viewChat
{
    border:1px solid #ddd;
    position:relative;
    bottom: 0;
    right: 0;
    width: 266px;    
    float: right;
    max-height: 290px;
    margin-left: 9px;
}
.headerChat
{
    background: #413A3A;
    color: #fff;
    padding: 7px;
}
#viewcontentChat
{
    /*clear: both;*/
    /*display: block;*/
    /*float: left;*/
    /*position: relative;*/
    margin-left: 12px;
    bottom: 0;
    /*width: 100%;*/
    position: fixed;
    left: 0;
    right: 0;
    float: right;
}
#displaymessage
{
    overflow: auto;
    background: #F9F9F9;
    border: 1px solid #ddd;
    position: relative;
    padding: 5px;
    max-height: 200px;
    /*float: left;*/
}
#messageSendChat textarea
{
    border: 0;
    padding: 3px;
    margin: 0;
    resize: none;
    width: 97%;
    border-top: 1px solid #ddd;
    /*height: 15px;*/
    overflow: hidden;
    display: block;
    min-height: 16px;
    word-wrap: break-word;
}
.dialog
{
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    margin: 5px auto;
    background: #94B86E;
    /*height: 34px;*/
    width: 129px;
    padding: 5px;
    color: #fff;
    float: left;
}
.dialogUser
{
    /*border: 1px solid #ddd;*/
    /*border-radius: 5px;*/
    margin: 5px auto;
    background: #94B86E;
    border-radius: 3px;
    /*height: 34px;*/
    width: 141px;
    padding: 5px;
    color: #fff;
    float: right;
    border:1px solid #9EA09D;
    background-position: -8px -4px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

/*progress bar*/
.progress
{
    height:9px;
    /*margin-bottom:20px;*/
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar
{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease;
}
.progress-striped .progress-bar,.progress-bar-striped
{
    background-image:-webkit-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-image:-o-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-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);
    -webkit-background-size:40px 40px;
    background-size:40px 40px;
}
.progress.active .progress-bar,.progress-bar.active
{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]
{
    min-width:30px;
}
.progress-bar[aria-valuenow="0"]
{
    min-width:30px;
    color:#777;
    background-color:transparent;
    background-image:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.progress-bar-success
{
    background-color:#5cb85c;
}
.progress-striped .progress-bar-success
{
    background-image:-webkit-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-image:-o-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-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);
}
.progress-bar-info
{
    background-color:#5bc0de;
}
.progress-striped .progress-bar-info
{
    background-image:-webkit-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-image:-o-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-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);
}
.progress-bar-warning
{
    background-color:#f0ad4e;
}
.progress-striped .progress-bar-warning
{
    background-image:-webkit-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-image:-o-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-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);
}
.progress-bar-danger
{
    background-color:#d9534f;
}
.progress-striped .progress-bar-danger
{
    background-image:-webkit-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-image:-o-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-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);
}


/* estilos del modulo de registro de notas actualizado el 14-09-16*/ 
.divcontrol
{
    padding: 10px;
    margin: 0;
    bottom: 0;
    width: auto;
}

.divcontrol select
{
    padding: 5px;
    background-image:  url("../images/v3/arrow.png");
    background-position: right;
    background-repeat:no-repeat;
    cursor: pointer;
    color: #555;
    width: auto;
    height: auto;
}

#mallaRegistral table
{
    width: 100%;
    table-layout: fixed;
}


#mallaRegistral .tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: -10px;
  /*border: 1px solid rgba(255,255,255,0.3);*/
}
#mallaRegistral th{
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
}
#mallaRegistral td{
  /*padding: 15px;*/
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #555;
  /*border-bottom: solid 1px rgba(255,255,255,0.1);*/
    /*border-bottom: solid 1px rgba(255,255,255,0.1);*/
}
#mallaRegistral input
{
    padding:0;
    text-align:center;
    border: 0;
    background: transparent
}
#mallaRegistral .selectInput
{
    border: 2px solid blue;
}

/*14-05*/
.name-profile{ 
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
}
.name-level{ 
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    color:#F0DC71;
}
.profile{
    /*float: left;*/
    /*max-width: 200px;*/
    overflow: hidden;
    padding-left: 7px;
    white-space: nowrap;
}

/* menu mensajeria*/


#sidebarMensajeria
{
    background: #f9f9f9;
    /*border-right: 1px solid #BCC4D2;*/
    
    /* height: 100vh; */
    z-index: 999;
    bottom: 0;
    font-size: 11px;
    /* padding: 0; */
    top: 0;
    left: 0; 
}

#sidebarMensajeria.active {
    margin-left: -250px;
}

#sidebarMensajeria ul {
    /*clear: both;*/
    margin: 0;
    padding: 0;
}
#sidebarMensajeria li a {
    color: #555;
    display: inline-block;
    height: 24px;
    line-height: 18px;
    margin: 5px 0;
    padding-left: 34px;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
}

#sidebarMensajeria ul li
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
}
#sidebarMensajeria ul  li  a
{
    position: relative;
    display: block;
    margin: 0;
    border: 0;
    padding: 15px 0 19px 0px;
    color: #555;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
#sidebarMensajeria ul li a:hover
{
    color: #fdfdfd;
    background: #94B86E;
    text-shadow: none;
    content: ">";
    /*-webkit-transition-delay: 5s; /* Safari */
    /*transition-delay: 5s;*/
    
    transition: all 0.2s ease-in-out 0s;
}

#sidebarMensajeria ul li a i
{
    color: #6F6F6F;
    float: left;
    line-height: 20px;
    padding-right: 10px;
    width: auto;
    vertical-align: baseline;
}

#sidebarCollapseMensajeria{
    display: none;
}

@media (max-width: 768px) {

    /*#sidebarMensajeria {
        box-shadow: none;
        position: fixed;
    }
    
    #sidebarMensajeria.active {
        margin-left: 0;
    }*/
    /*.menu_canal{
        margin-top:-42;
    }*/
    .menu_canal{
        position: relative;
        top: -45px;
    }
    .navbar-nav .dropdown-menu{
        margin-top: 69px;
    }
    #navbarDropdownMenuLink{
        /*display: none;
        font-size: 9px;*/
    }
    #sidebarCollapseMensajeria {
        display: inline-block;
    }
    #sidebarMensajeria{
        display: none;
    }
    #checkMensajeria {
        display: none;
    }
    #titleMensaje{
        display: none;
    }
    #btnRedactar{
        display: none;
    }
}



