.maestro-main {
    width: 1250px;
    padding: 0 0 0 0;
    font-size: 13px;
    font-family: 'Gotham', Helvetica;
    color: #000;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.main-title-backline {
    background: #00a9e8 none repeat scroll 0 0;
    height: 2px;
    margin: 15px 0 0;
    position: absolute;
    width: 1250px;
    z-index: 5;
}

.maestro-main-title {
    background: #00a9e8 none repeat scroll 0 0;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 15px 380px;
    position: relative;
    text-align: center;
    width: 270px;
    z-index: 10;
}

.maestro-main-left {
    width: 280px;
    float: left;
    min-height: 500px;
}

.maestro-main-right {
    width: 760px;
    float: right;
    min-height: 500px;
}

.select-input {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #FF1F1F;
    float: none;
    font-size: 13px;
    height: 31px;
    margin: -1px 0 0 -7px;
    padding: 5px 0;
    text-align: center;
    width: 53px;
}

.select-input-container {
    text-align: left;
    border: 1px solid #fff;
    background: #fff;
    float: left;
    height: 29px;
    line-height: 28px;
    margin: 0;
    font-family: 'Gotham', Helvetica;
    color: #111;
    font-size: 13px;
    padding: 0;
    outline: none;
    overflow: hidden;
    width: 28px;
    margin: 5px 0 0 0;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


.select-combo {
    width: 182px;
    border-radius: 5px;
}

.select-combo.guia {
    margin: 0 6px 10px 0;
    padding: 5px 5px;
    width: 169px;
    height: 30px;
    border-radius: 5px;
}

.guia-add-btn {
    background: url("../images/pregunta_add.png") no-repeat center bottom;
    width: 18px;
    height: 20px;
    opacity: 0.8;
    margin: 6px 6px 6px 0px;
    float: right;
    cursor: pointer;
}

.guia-add-btn:hover {
    opacity: 1;
}

.select-combo.error {
    border-color: #f00;
}

.select-combo.tipo {
    width: 172px;
    float: left;
    margin: 0 0 5px 7px;
}


select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/icon_select.png") no-repeat scroll calc(100% - 5px) center;
    border: 1px solid #777777;
    border-radius: 5px !important;
    color: #333;
    cursor: pointer;
    float: left;
    height: 27px !important;
    outline: medium none !important;
    padding: 0 25px 0 7px !important;
    width: calc(50% - 10px) !important;
    margin: 3px 5px 9px 5px;
    font-size: 12px;
    max-width: 200px;
}

select:hover {
    opacity: 1;
}

select option {
    padding: 2px 5px;
    background: #fefefe;
    color: #000;
}

.maestro-input {
    height: 35px;
    line-height: 35px;
    background: #eeeef4;
    color: #111;
    float: left;
    padding: 0 6px;
}

.maestro-input span {
    margin: 0 0 0 5px;
}

.maestro-main input[type="text"],
.maestro-main input[type="text"]:focus {
    background: rgba(0, 0, 0, 0);
    border-color: #00a9e8;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px 0;
    color: #000;
    font-family: "Gotham", Helvetica;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    margin: 4px 8px 4px 0;
    outline: medium none;
    padding: 0 10px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.maestro-main input[type="text"].error {
    border-color: #f00;
}

.input-comentario {
    width: calc(100% - 215px);
    margin: 10px 0 0 0;
}

.maestro-main select.error {
    border-color: #f00;
}


.maestro-main textarea {
    border: 1px solid #eee;
    margin: 4px 8px 4px 0;
    font-family: 'Gotham', Helvetica;
    color: #000;
    font-size: 13px;
    padding: 5px;
    outline: none;
    width: 743px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.maestro-main textarea.error {
    border-color: #f00;
}

/*.maestro-main textarea:focus,.maestro-mc-respuesta-item .respuesta textarea:focus,.maestro-ma-respuesta-item .respuesta textarea:focus{
  -webkit-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
     -moz-box-shadow: 0 0 2px rgba(31, 117, 206, 1);
          box-shadow: 0 0 2px rgba(31, 117, 206, 1);
          border:1px solid #eeeef4;
}*/

.maestro-grupo-tit {
    text-align: left;
    width: 269px;
    padding: 0 0 0 11px;
    height: 40px;
    line-height: 40px;
    background: #eeeef4;
    color: #000;
    font-weight: normal;
}

.maestro-grupo-item {
    background: none repeat scroll 0 0 #FBFBFC;
    border-top: 1px solid #25B8E4;
    color: #000;
    cursor: pointer;
    font-weight: normal;
    height: 39px;
    margin: 6px 0 0;
    padding: 0;
    text-align: left;
    width: 280px;
}

.maestro-grupo-item.selected a,
.maestro-grupo-item.selected a:visited,
.maestro-grupo-item.selected {
    color: #fff;
    background: #1cb5e3;
}

.maestro-grupo-item a,
.maestro-grupo-item a:hover,
.maestro-grupo-item a:visited {
    color: #000;
}

.maestro-grupo-item-title {
    margin: 0 0 0 11px;
    float: left;
    width: 210px;
}

.maestro-grupo-item-title .tit {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.maestro-grupo-item-title .inf {
    font-size: 10px;
    text-align: left;
    line-height: 10px;
    margin: 0 0 0 2px;
}

.maestro-grupo-item.active {
    transition: background linear 0.2s;
    cursor: default;
    color: #1CB5E3;
}


/*.maestro-grupo-item .buttons{float:right;height:18px;margin:9px 0 0 0;}*/
.maestro-grupo-item .buttons {
    position: absolute;
    ;
    height: 18px;
    margin: -30px 0 0 200px;
}

.maestro-grupo-item .buttons .btn-edit {
    float: left;
    background: url("../images/icon_edit_grey.png") no-repeat center center;
    width: 23px;
    height: 23px;
    opacity: 0.6;
    margin: 0 2px 0 -3px;
    cursor: pointer;
}

.maestro-grupo-item .buttons .btn-delete {
    float: left;
    background: url("../images/icon_del_grey.png") no-repeat center center;
    width: 23px;
    height: 23px;
    opacity: 0.6;
    margin: 0 2px;
    cursor: pointer;
}

.maestro-grupo-item .buttons .btn-grupo {
    float: left;
    background: url("../images/icon_grupo_grey.png") no-repeat center center;
    width: 23px;
    height: 23px;
    opacity: 0.6;
    margin: 0 2px;
    cursor: pointer;
}

.maestro-grupo-item .buttons .btn-delete:hover,
.maestro-grupo-item .buttons .btn-edit:hover,
.maestro-grupo-item .buttons .btn-delete:hover,
.maestro-grupo-item .buttons .btn-grupo:hover,
.btn-add:hover,
.btn-save:hover {
    opacity: 1;
}

.maestro-home-item .maestro-home-item-btn-delete {
    display: block;
}

.maestro-home-item:hover .maestro-home-item-btn-delete {
    display: block;
}

.maestro-home-item .maestro-home-item-btn-delete {
    float: right;
    background: url("../images/icon_del_grey.png") no-repeat center center;
    width: 23px;
    height: 23px;
    opacity: 1;
    margin: 7px 0px;
    cursor: pointer;
}

.maestro-home-item .maestro-home-item-btn-delete:hover {
    opacity: 0.6;
}

.btn-save {
    color: #ff0000;
    line-height: 40px;
    float: right;
    font-size: 14px;
    opacity: 0.6;
    margin: 0 6px;
    cursor: pointer;
}

.btn-ok {
    width: 20px;
    height: 20px;
    background: url("../images/pregunta_ok.png") no-repeat center center;
    float: right;
    margin: 11px 5px;
}

.btn-add {
    float: left;
    background: url("../images/pregunta_add.png") no-repeat center center;
    width: 23px;
    height: 23px;
    opacity: 0.6;
    cursor: pointer;
    margin: 8px 4px 0 -2px;
}

.btn-colapse {
    background: url("../images/icon_colapse_arrow.png") no-repeat scroll center -28px rgba(0, 0, 0, 0);
    height: 30px;
    width: 30px;
    float: right;
    margin: 6px 6px 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-colapse.up {
    background: url("../images/icon_colapse_arrow.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.maestro-grupo-item.active .buttons {}



.maestro-grupo-input-container {
    border: 1px solid #eee;
    min-height: 32px;
    line-height: 32px;
    margin: 0;
    font-family: 'Gotham', Helvetica;
    color: #333;
    font-size: 13px;
    padding: 0 5px;
    background: #fff;
    outline: none;
    border-radius: 5px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


.maestro-grupo-busqueda {
    float: left;
    border: 0px solid #eee;
    min-height: 26px;
    line-height: 26px;
    padding: 0 5px;
    outline: none;
    width: 1050px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.maestro-grupo-busqueda.error {
    border-color: #f00;
}

.maestro-grupo-busqueda-item {
    background: #00a9e8 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 4px;
    padding: 0 0 0 10px;
}

.maestro-grupo-input-tit {
    float: left;
}

.ui-autocomplete {
    box-shadow: 1px 2px 2px #C8C8C8;
    padding: 5px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 300px;
}

.ui-autocomplete-item-tit {
    font-size: 13px;
    font-family: 'Gotham', Helvetica;
}

.ui-menu .ui-menu-item a.ui-state-focus {
    background: #656565;
    color: #fff;
    min-width: 300px;
}

.ui-autocomplete-item-dsc {
    font-size: 9px;
    font-family: 'Gotham', Helvetica;
}

.maestro-grupo-busqueda-item-delete {
    background: url("../images/item_button_delete_white.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 24px;
    width: 26px;
}

/*
.maestro-btn-modulo{background:#1cb5e3;font-size:12px;color:#fff;min-width:130px;height:27px;line-height:25px;text-align:center;margin:5px 1px;border:0px;cursor:pointer;font-weight:normal;
  -webkit-transition: background linear 0.2s;
     -moz-transition: background linear 0.2s;
       -o-transition: background linear 0.2s;
          transition: background linear 0.2s;
}
.maestro-btn-modulo:hover{background:#45cbf3;
  -webkit-transition: background linear 0.2s;
     -moz-transition: background linear 0.2s;
       -o-transition: background linear 0.2s;
          transition: background linear 0.2s;
}

*/



.btn-agregar-comentario {
    font-size: 12px;
    margin-right: 2px;
}

.maestro-btn-modulo {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #01a9e8;
    border-radius: 50px;
    color: #01a9e8;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 10px 0 15px 10px;
    min-width: 100px;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: background linear 0.2s;
    -moz-transition: background linear 0.2s;
    -o-transition: background linear 0.2s;
    transition: background linear 0.2s;
}


.maestro-btn-modulo.big {
    float: left !important;
    height: 28px;
    line-height: 26px;
    margin: 10px 15px;
    min-width: 146px;
}

/*TAREA*/
.maestro-datalle-tarea-container {
    padding: 0 0 10px 15px;
    background: #fff;
}

.maestro-tarea-item {
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}

.maestro-integrante-list.modal.title {
    color: #1cb5e3;
    font-weight: bold;
    line-height: 30px;
}

.maestro-tarea-item .nro {
    float: left;

    text-align: center;
    width: 19px;
}

.maestro-tarea-item .tit {
    float: left;
    overflow: hidden;
}

.maestro-tarea-item .tit:hover {
    text-decoration: underline;
}


.maestro-entrega-icon {
    background: url('../images/fecha_ico.jpg') center center no-repeat;
    width: 32px;
    height: 25px;
    float: right;
    margin: 6px 0;
}

.maestro-entrega-container {
    width: 135px;
    float: right;
}

.maestro-entrega-input {
    float: right;
    margin: 0 0 0 0;
    width: 90px;
    text-align: left;
    color: #ff0000;
}

.maestro-tarea-uploader-container {
    width: 720px;
    min-height: 105px;
    border: 2px solid #ddd;
    margin: 8px 0 0 2px;
    border-radius: 5px;
    color: #000;
}

.maestro-tarea-uploader-container.error {
    border-color: #f00;
}

.maestro-tarea-uploader-container.over {
    border: 2px dashed rgba(0, 0, 0, 0.4);
}

.maestro-tarea-uploader-container .drop-message {
    width: 650px;
    line-height: 105px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    margin: 0 0 0 35px;
}

.maestro-tarea-uploader-container .upload-item {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    height: 30px;
    line-height: 30px;
    width: 704px;
    padding: 0 0 0 10px;
    margin: 2px;
}

.maestro-tarea-uploader-container .file {
    color: #999;
}

.maestro-tarea-uploader-container .size {
    color: #bbb;
}

.maestro-tarea-uploader-container .bar-container {
    width: 110px;
    height: 13px;
    padding: 1px;
    border: 1px solid #999;
    float: right;
    margin: 7px 0 7px 7px;
}

.maestro-tarea-uploader-container .bar {
    width: 0%;
    height: 13px;
    background: #6787e3;
}

.maestro-tarea-uploader-container .bar.complete {
    background: #0a0;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.maestro-tarea-uploader-container .btn-abort {
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/item_btn_delete.png") no-repeat scroll center center;
    cursor: pointer;
    opacity: 0.8;
}

.maestro-tarea-uploader-container .btn-abort:hover {
    opacity: 1;
}

.maestro-tarea-uploader-container .upload-text-error {
    float: right;
    color: #c00;
    margin: 0 7px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    width: 130px;
    background: #1cb5e3;
    color: #fff;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 1px 0 0 15px;
    cursor: pointer;
    padding: 3px 0 0 0
}

.fileinput-button:hover {
    background: #1dbceb;
}

.fileinput-button div {
    line-height: 26px;
    text-align: center;
    width: 100%;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    height: 26px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.maestro-usuario-name {
    color: #1cb5e3;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 22px 0 0;
    width: 170px;
}

.maestro-home-item-bottom-fecha {
    color: #000;
    cursor: default;
    float: left;
    height: 36px;
    line-height: 20px;
    width: 170px;
}

.maestro-usuario-img {
	float: left;
	margin: 22px 15px 0 25px;
	width: 42px;
}

.maestro-usuario-img div {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
}

/*GUIA*/
.btn-left {
    margin: 0 10px 0 0;
    float: left;
}

.maestro-guia-leccion-item {
    margin: 0 0 8px 0;
}

.maestro-guia-leccion-item .nro {
    color: #1cb5e3;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 30px;
}

.maestro-guia-leccion-item .tit {
    color: #000;
    font-size: 12px;
    float: left;
    line-height: 27px;
    width: 375px;
    overflow: hidden;
    font-weight: normal;
    height: 27px;
    background: #eee;
    padding: 0 0 0 8px;
}

.maestro-guia-leccion-item .ico {
    width: 20px;
    height: 27px;
    font-family: oe;
    float: left;
    line-height: 27px;
    font-size: 14px;
}

.maestro-guia-leccion-item .tit:hover {
    text-decoration: underline;
}

.maestro-guia-leccion-item .fecha {
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    width: 135px;
    text-align: center;
    background: #eee !important;
    line-height: 26px !important;
    height: 26px !important;
    font-size: 12px !important;
}

.maestro-guia-leccion-item .visto {
    background: url(../images/icon_correcta.png) no-repeat center center;
    height: 31px;
    width: 45px;
    float: right;
}

.maestro-guia-leccion-item .visto.no {
    background: url(../images/icon_correcta_red.png) no-repeat center center;
}

.maestro-guia-leccion-item .delete {
    height: 27px;
    width: 25px;
    opacity: 0.85;
    float: right;
    cursor: pointer;
    font-family: oe;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.maestro-guia-leccion-item .delete:hover {
    opacity: 1;
}

.maestro-guia-title {
    line-height: 27px;
    height: 27px;
    color: #00aae8;
    margin: 0 0 8px 0;
}

.maestro-guia-title.border {
    border-bottom: 1px solid #00aae8;
}

.guia-biblioteca-title {
    color: #1cb5e3;
    font-size: 18px;
    line-height: 30px;
    float: left;
}

.guia-biblioteca-item {
    color: #000;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

.guia-biblioteca-item.color {
    background: #f3f1f2;
}

.guia-biblioteca-item-icon {
    margin: 7px 12px;
    float: left;
    border: 2px solid #B4B4B6;
    background-size: 100%;
    background-image: url(../images/icon_file.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 72px;
}

.guia-biblioteca-item-icon:hover {
    border: 2px solid #1CB5E3;
}

.guia-biblioteca-item-icon.doc,
.guia-biblioteca-item-icon.docx {
    background-size: 100%;
    background-image: url(../images/icon_doc.jpg);
    background-repeat: no-repeat;
}

.guia-biblioteca-item-icon.xls,
.guia-biblioteca-item-icon.xlsx {
    background-size: 100%;
    background-image: url(../images/icon_xls.jpg);
    background-repeat: no-repeat;
}

.guia-biblioteca-item-icon.ppt,
.guia-biblioteca-item-icon.pptx {
    background-size: 100%;
    background-image: url(../images/icon_ppt.jpg);
    background-repeat: no-repeat;
}

.guia-biblioteca-item-icon.pdf {
    background-size: 100%;
    background-image: url(../images/icon_pdf.jpg);
    background-repeat: no-repeat;
}

.guia-biblioteca-item-icon.link {
    background-size: 100%;
    background-image: url(../images/icon_link.jpg);
    background-repeat: no-repeat;
}

.guia-biblioteca-item-center {
    float: right;
    margin: 0;
    width: calc(100% - 105px);
}

.guia-biblioteca-item-buttons {
    float: left;
    margin: 0 0 0 20px;
    width: 75px;
    min-height: 22px;
}

.guia-biblioteca-item-btn {
    margin: 3px;
    float: right;
    background: url(../images/icon_file.jpg) no-repeat center center;
    width: 16px;
    height: 16px;
    opacity: 1;
    cursor: pointer;
}

.guia-biblioteca-item-btn:hover {
    opacity: 0.9;
}

.guia-biblioteca-item-btn.delete {
    background: url(../images/item_btn_delete.png) no-repeat center center;
    margin-right: 6px;
}

.guia-biblioteca-item-btn.edit {
    background: url(../images/item_btn_edit.png) no-repeat center center;
}

.guia-biblioteca-item-btn.compartir {
    background: url(../images/item_btn_compartir.png) no-repeat center center;
}

.guia-biblioteca-item-btn.compartir.activo {
    background: url(../images/item_btn_compartir_green.png) no-repeat center center;
}

.guia-biblioteca-item-btn.copiar {
    background: url(../images/item_btn_nube.png) no-repeat center center;
    margin: -22px 0px 6px 6px;
}

.guia-biblioteca-item-titulo {
    color: #7728b9;
    font-size: 13px;
    font-weight: bold;
    min-height: 30px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    margin: 3px 0 0 0;
}

.guia-biblioteca-item-archivo {
    line-height: 15px;
    font-weight: bold;
    font-style: italic;
}

.guia-biblioteca-buscar-main {
    width: 690px;
    font-size: 13px;
    font-family: 'Gotham', Helvetica;
    min-height: 500px;
}

.guia-biblioteca-buscar-btns {
    padding: 15px 15px 0 15px;
}

.guia-biblioteca-buscar-container {
    padding: 0;
    width: 100%;
}

.guia-biblioteca-buscar-files {
    height: 313px;
    width: 100%;
    overflow: auto;
    margin: 0;
}

.guia-biblioteca-files-container select {
    width: 169px;
    float: left;
    margin: 0;
}

.guia-biblioteca-buscar-top-container {
    height: 40px;
    line-height: 40px;
    background: #eeeef4;
    color: #111;
    margin: 5px 0;
    float: left;
    padding: 0 5px;
}

.guia-biblioteca-item-check {
    background: url("../images/radio_no_select.png") no-repeat top center;
    width: 100%;
    height: 25px;
    cursor: pointer;
}

.guia-biblioteca-item-check.selected {
    background: url("../images/radio_select.png") no-repeat top center;
}

.guia-biblioteca-cant.container {
    float: left;
    height: 40px;
    margin: 6px 0 0 12px;
    width: 180px;
}

.guia-biblioteca-cant {
    font-size: 14px;
    float: left;
}

.guia-biblioteca-cant.title {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #000;
}

.guia-biblioteca-cant.nro {
    background: #eeeef4;
    border: 1px solid #01a9e8;
    border-radius: 33px;
    color: #f00;
    height: 30px;
    line-height: 30px;
    margin: 2px 0 6px 6px;
    text-align: center;
    width: 30px;
}

.guia-biblioteca-cant.nro.error {
    background: #dd0000;
    color: #ffffff;
    font-weight: bold;
}

.guia-biblioteca-estandar-btn {
    background: #01a9e8 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 4px 0 0 10px;
    padding: 0 20px;
    text-align: center;
    transition: background 0.2s linear 0s;
}

.guia-biblioteca-estandar-btn.inactive {
    background: #ccc;
    cursor: default;
}

/*HOME*/
.maestro-home-item {
    background: #f8f7f8 none repeat scroll 0 0;
    margin: 0 0 25px 0;
    min-height: 106px;
    text-align: left;
    width: 1250px;
}

.maestro-home-item.inactive {
    display: none;
}

.maestro-home-item a,
.maestro-home-item a:hover,
.maestro-home-item a:visited {
    color: #000;
}

a .maestro-home-item:hover {
    border: 1px solid #bbb;
}

.maestro-home-item-top {
    width: 1250px;
    min-height: 106px;
    position: relative;
}

.maestro-home-item-top-left {
    width: 265px;
    height: 92px;
    float: left;
}

.maestro-home-item-top-center {
    width: 435px;
    float: left;
    padding: 0 10px 0 0;
}

.maestro-home-item-top-center .info {
    margin: 23px 0 0 0;
    color: #000;
}

.maestro-home-item-top-center .nombre {
    margin: 3px 0;
    color: #000;
}

.maestro-home-item-top-center .info b {
    color: #1cb5e3;
    font-weight: normal;
}

.maestro-home-item-top-center .descripcion {
    margin: 3px 0 20px 0;
    color: #000;
}

.maestro-home-item-top-center .descripcion b {
    color: #1cb5e3;
    font-weight: normal;
}

.maestro-home-item-top-right {
    width: 250px;
    float: right;
    padding: 0 10px 0 0;
}
.maestro-home-item-btn-container {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 10px;
}
.maestro-home-item-bottom {
    width: 100%;
    min-height: 0px;
    background: #fff;
}

.maestro-home-item-bottom-entrega {
    color: #000;
    float: right;
    font-size: 12px;
    height: 44px;
    line-height: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: right;
    width: 280px;
}

.maestro-home-item-bottom-line {
    height: 2px;
    margin: 0 0 0 0;
    position: absolute;
    width: 1250px;
}

.maestro-home-item-bottom-line.mensaje {
    background: #e6de00;
}

.maestro-home-item-bottom-line.tarea {
    background: #50abff;
}

.maestro-home-item-bottom-line.virtualclass {
    background: #FAAC58;
}

.maestro-home-item-bottom-line.actividad {
    background: #00d318 none repeat scroll 0 0;
}

.maestro-home-item-bottom-line.guia {
    background: #f35600;
}

.maestro-home-item-bottom-line.contenido {
    background: #FFBF00;
}

.maestro-home-item-bottom-line.prueba {
    background: #8101d4;
}


.maestro-home-item.actividad_envio .nombre,
.maestro-home-item.actividad .info b,
.maestro-home-item.prueba_envio .nombre,
.maestro-home-item.prueba .info b,
.maestro-home-item.guia_envio .maestro-home-item-top-center .nombre,
.maestro-home-item.guia .maestro-home-item-top-center .info b,
.maestro-home-item.contenido_envio .maestro-home-item-top-center .nombre,
.maestro-home-item.contenido .maestro-home-item-top-center .info b,
.maestro-home-item.tarea .nombre {
    color: #1C7AE3;
}

.maestro-home-item.virtualclass .nombre {
    color: #1C7AE3;
}

.maestro-home-item.actividad_envio .nombre:hover,
.maestro-home-item.actividad .info b:hover,
.maestro-home-item.prueba_envio .nombre:hover,
.maestro-home-item.prueba .info b:hover,
.maestro-home-item.guia_envio .maestro-home-item-top-center .nombre:hover,
.maestro-home-item.guia .maestro-home-item-top-center .info b:hover,
.maestro-home-item.contenido_envio .maestro-home-item-top-center .nombre:hover,
.maestro-home-item.contenido .maestro-home-item-top-center .info b:hover,
.maestro-home-item.tarea .nombre:hover {
    text-decoration: underline;
    cursor: pointer;
}

.maestro-home-item.virtualclass .nombre:hover {
    text-decoration: underline;
    cursor: pointer;
}


/*UPLOADER*/

.actividad_maestro-uploader-container {
    width: 720px;
    min-height: 66px;
    border: 2px solid #ddd;
    margin: 8px 0 0 2px;
    border-radius: 0px;
    color: #000;
    border-radius: 5px;
    position: relative;
}

.actividad_maestro-uploader-container.error {
    border-color: #f00;
}

.actividad_maestro-uploader-container.over {
    border: 2px dashed rgba(0, 0, 0, 0.4);
}

.actividad_maestro-uploader-container .drop-message {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    line-height: 17px;
    margin: 38px 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.actividad_maestro-uploader-container .upload-item {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 35px;
    height: 28px;
    line-height: 28px;
    margin: 2px;
    padding: 0 0 0 10px;
    width: 95%;
}

.actividad_maestro-uploader-container .file {
    color: #999999;
    float: left;
    height: 28px;
    overflow: hidden;
    width: 50%;
    font-size: 12px;
}

.actividad_maestro-uploader-container .size {
    color: #bbb;
    float: left;
    font-size: 12px;
    text-align: right;
    width: 15%;
}

.actividad_maestro-uploader-container .bar-container {
    width: 15%;
    height: 13px;
    padding: 1px;
    border: 1px solid #999;
    float: right;
    margin: 6px 0 6px 6px;
}

.actividad_maestro-uploader-container .bar {
    width: 0%;
    height: 13px;
    background: #6787e3;
}

.actividad_maestro-uploader-container .bar.complete {
    background: #0a0;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.actividad_maestro-uploader-container .btn-abort {
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/item_btn_delete.png") no-repeat scroll center center;
    cursor: pointer;
    opacity: 0.8;
}

.actividad_maestro-uploader-container .btn-abort:hover {
    opacity: 1;
}

.actividad_maestro-uploader-container .upload-text-error {
    float: right;
    color: #c00;
    margin: 0 7px;
}

.actividad-fileinput-button {
    background: #01a9e8 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 2px 0 0 2px;
    overflow: hidden;
    position: absolute;
    width: 306px;
    z-index: 1;
    font-size: 11px;
}

.actividad-fileinput-button:hover {
    background: #1dbceb;
}

.actividad-fileinput-button div {
    height: 100%;
    text-align: center;
    width: 100%;
}

.actividad-fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    height: 26px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .actividad-fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}



/*ACTIVIDAD BUSCAR*/
.actividad-buscar-main {
    width: 830px;
    font-size: 13px;
    font-family: 'Gotham', Helvetica;
    min-height: 500px;
}

.actividad-buscar-container {
    overflow: auto;
    width: 1250px;
}

.actividad-buscar-top-container {
    height: 40px;
    line-height: 40px;
    background: #eeeef4;
    color: #111;
    margin: 5px 0;
    float: left;
    padding: 0 5px;
}

.actividad-buscar-shadow {
    background: url("../images/header_shadow.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    width: 830px;
    height: 30px;
}

.actividad-buscar-shadow.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button.inactive {
    background: #656565;
}

.button.inactive:hover {
    background: #757575;
}

.actividad-buscar-item {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 15px;
    text-align: left;
}

.actividad-buscar-item-tit {
    font-weight: bold;
    line-height: 22px;
}

.actividad-buscar-item-desc {
    margin: 4px 0;
    text-align: justify;
}

.actividad-buscar-item.active {
    background: #1cb5e3;
    color: #fff;
}

.actividad-buscar-instruction {
    font-size: 15px;
    font-weight: bold;
    line-height: 27px;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}


.actividad-buscar-ver {
    background: url("../images/search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
}

.actividad-buscar-print {

    background: url("../images/print.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
}

.actividad-buscar-delete {
    background: url("../images/icon_del_grey.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
}

.actividad-buscar-archivar {
    background: url("../images/icon_grupo_archivar.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
}

.actividad-buscar-restore {
    background: url("../images/icon_grupo_archivar.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
    transform: rotate(180deg);
}


.actividad-buscar-crear-basado {
    background: url("../images/reload.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
}

.actividad-buscar-edit {
    background: url("../images/icon_edit.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 37px;
    margin: -31px 0px 0 0;
    width: 30px;
}

.actividad-buscar-ver:hover,
.actividad-buscar-edit:hover,
.actividad-buscar-crear-basado:hover,
.actividad-buscar-print:hover {
    opacity: 0.6;
}

.maestro-home-item-btn-estadistica {
    background: rgba(0, 0, 0, 0) url("../images/resultado.png") no-repeat scroll center center;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    margin: 0 5px;
    padding: 0;
    width: 19px;
}

.maestro-home-item-archivo {
    background: rgba(0, 0, 0, 0) url("../images/download.png") no-repeat scroll center center;
    float: right;
    height: 19px;
    margin: 0 3px;
    width: 19px;
}

.maestro-home-item-link {
    background: rgba(0, 0, 0, 0) url("../images/link.png") no-repeat scroll center center;
    float: right;
    height: 19px;
    margin: 0 3px;
    width: 19px;
}

.maestro-home-item-btn-estandar {
    background: rgba(0, 0, 0, 0) url("../images/estandar.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 19px;
    margin: 0 3px;
    width: 19px;
}

.maestro-home-item-btn-tiempo {
    background: rgba(0, 0, 0, 0) url("../images/reloj.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 19px;
    margin: 0 3px;
    width: 19px;
}

.maestro-home-item-btn-comentario {
    background: rgba(0, 0, 0, 0) url("../images/comentario.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 19px;
    margin: 0 3px;
    width: 19px;
}

.maestro-home-item-btn-comentario,
.maestro-home-item-btn-tiempo,
.maestro-home-item-archivo,
.maestro-home-item-link,
.maestro-home-item-btn-estandar,
.maestro-home-item-btn-estadistica {
    opacity: 1;
}

.maestro-home-item-btn-comentario:hover,
.maestro-home-item-btn-tiempo:hover,
.maestro-home-item-archivo:hover,
.maestro-home-item-link:hover,
.maestro-home-item-btn-estandar:hover,
.maestro-home-item-btn-estadistica:hover {
    opacity: 0.7;
}

.maestro-home-item-btn-comentario.inactive,
.maestro-home-item-btn-tiempo.inactive,
.maestro-home-item-archivo.inactive,
.maestro-home-item-link.inactive,
.maestro-home-item-btn-estandar.inactive,
.maestro-home-item-btn-estadistica.inactive {
    opacity: 0.3;
    cursor: default;
}

.maestro-home-item-btn-estadistica.mensaje {
    display: none;
}

.maestro-home-item-btn-estadistica.guia {
    display: none;
}

.maestro-home-item-btn-estadistica.guia_envio {}

.maestro-home-item-btn-estadistica.actividad {
    display: none;
}

.maestro-home-item-btn-estadistica.actividad_envio {}

.maestro-home-item-btn-estadistica.tarea {}

.maestro-home-item-btn-estadistica.virtualclass {}

.maestro-home-item-container-estadistica,
.maestro-home-item-container-estandar,
.maestro-home-item-container-comentario {
    margin: 12px 0 0 0;
    width: 1250px;
}

.maestro-estadistica-left {
    float: left;
    min-height: 100px;
    width: calc(50% - 1px);
}

.maestro-estadistica-right {
    float: right;
    min-height: 100px;
    width: 50%;
}

.maestro-comentario-left {
    float: left;
    min-height: 100px;
    width: calc(30% - 1px);
}

.maestro-comentario-right {
    float: right;
    min-height: 100px;
    width: 69%;
}


.maestro-estadistica-title {
    cursor: default;
    background: #1CB5E3;
    color: #FFFFFF;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    width: calc(100% - 30px);
}

.maestro-estadistica-item {
    margin: 1px 0 0 0;
    background: #eeeef4;
    color: #000;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    width: calc(100% - 30px);
    cursor: pointer;
}

.maestro-estadistica-item.selected {
    background: #d7d7db;
}

.maestro-estadistica-resultado-print {
    background: rgba(0, 0, 0, 0) url("../images/print.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 28px;
    margin: 0 0 0 8px;
    width: 17px;
    opacity: 0.8;
}

.maestro-estadistica-resultado-print:hover {
    opacity: 1;
}

.maestro-guia-individual {
    cursor: pointer;
    float: right;
    height: 28px;
    margin: 0 8px;
    width: 17px;
    opacity: 0.8;
    font-family: oe;
    color: #ccc;
    text-align: center;
}

.maestro-guia-individual.active {
    color: #333;
    margin: 0 1px 0 8px;

}

.maestro-guia-individual.active:hover {
    opacity: 1;
}

.maestro-content-title-container {
    height: 38px;
    margin: 0 0 10px 0;
}

.maestro-content-title-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0;
}

.maestro-content-title-title.mensaje {
    background: url("../images/icon_mensaje.png") no-repeat 12px center;
}

.maestro-content-title-title.tarea {
    background: url("../images/icon_tarea.png") no-repeat 12px center;
}

.maestro-content-title-title.actividad {
    background: url("../images/icon_examen.png") no-repeat 12px center;
}

.maestro-content-title-title.guia {
    background: url("../images/icon_guia.png") no-repeat 12px center;
}

.maestro-content-title-btn {
    background: #F0F0F0;
    border-left: 2px solid #29B9E5;
    float: right;
    height: 23px;
    line-height: 23px;
    margin: 7px 0 0 10px;
    padding: 0 8px;
    cursor: pointer;
}

.maestro-content-title-btn:hover {
    opacity: 0.85;
}

.maestro-estadistica-btn-grilla {
    width: 18px;
    height: 18px;
    background: #ccc;
    border-radius: 18px;
    border: 1px solid #777;
    margin: 4px -8px 0 8px;
}

.maestro-grilla-container {
    padding: 0 5px 5px 5px;
}

.maestro-grilla-main-title {
    border-bottom: 1px solid #25b8e4;
    color: #1cb5e3;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px 0;
}

.maestro-grilla-left {
    float: left;
    min-height: 100px;
    width: 270px;
}

.maestro-grilla-center {
    float: left;
    min-height: 100px;
    margin: 0 0 15px 6px;
    max-width: 520px;
    overflow-y: hidden;
}

.maestro-grilla-center-container {
    padding: 0 0 25px 0;
}

.maestro-grilla-right {
    float: left;
    margin: 0 0 0 6px;
    min-height: 100px;
    width: 73px;
}

.maestro-grilla-title {
    background: #1CB5E3;
    color: #FFFFFF;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    width: 240px;
    margin: 0 0 6px 0;
}

.maestro-grilla-item {
    margin: 1px 0 0 0;
    background: #eeeef4;
    color: #000;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    width: 240px;
    color: #1CB5E3;
}

.maestro-grilla-item-prom {
    background: #eeeef4;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
    margin: 21px 0 0 0;
    font-size: 10px;
    color: #000;
    float: right
}

.maestro-grilla-row {
    height: 30px;
    line-height: 30px;
}

.maestro-grilla-pregunta {
    float: left;
    font-size: 10px;
    text-align: center;
    width: 65px;
    height: 30px;
    line-height: 29px;
}

.maestro-grilla-pregunta div {
    background: #EEEEF4;
    font-size: 14px;
    margin: 20px auto;
    width: 53px;
    color: #1CB5E3;
}

.biblioteca-title {
    color: #1cb5e3;
    font-size: 18px;
    line-height: 30px;
    float: left;
}

.biblioteca-item {
    color: #000;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    padding: 0;
    width: 659px;
    overflow-x: hidden;
}

.biblioteca-item-icon {
    margin: 7px 12px;
    float: left;
    border: 2px solid #B4B4B6;
    background-size: 100%;
    background-image: url(../images/icon_file.jpg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 72px;
}

.biblioteca-item-icon:hover {
    border: 2px solid #1CB5E3;
}

.biblioteca-item-icon.doc,
.biblioteca-item-icon.docx {
    background-size: 100%;
    background-image: url(../images/icon_doc.jpg);
    background-repeat: no-repeat;
}

.biblioteca-item-icon.xls,
.biblioteca-item-icon.xlsx {
    background-size: 100%;
    background-image: url(../images/icon_xls.jpg);
    background-repeat: no-repeat;
}

.biblioteca-item-icon.ppt,
.biblioteca-item-icon.pptx {
    background-size: 100%;
    background-image: url(../images/icon_ppt.jpg);
    background-repeat: no-repeat;
}

.biblioteca-item-icon.pdf {
    background-size: 100%;
    background-image: url(../images/icon_pdf.jpg);
    background-repeat: no-repeat;
}

.biblioteca-item-icon.link {
    background-size: 100%;
    background-image: url(../images/icon_link.jpg);
    background-repeat: no-repeat;
}

.biblioteca-item-center {
    float: left;
    margin: 0;
    width: 490px;
}

.biblioteca-item-buttons {
    float: left;
    margin: 0;
    width: 80px;
    min-height: 22px;
}

.biblioteca-item-btn {
    margin: 3px;
    float: right;
    background: url(../images/icon_file.jpg) no-repeat center center;
    width: 16px;
    height: 16px;
    opacity: 1;
    cursor: pointer;
}

.biblioteca-item-btn:hover {
    opacity: 0.9;
}

.biblioteca-item-btn.delete {
    background: url(../images/item_btn_delete.png) no-repeat center center;
    margin-right: 6px;
}

.biblioteca-item-btn.edit {
    background: url(../images/item_btn_edit.png) no-repeat center center;
}

.biblioteca-item-btn.compartir {
    background: url(../images/item_btn_compartir.png) no-repeat center center;
}

.biblioteca-item-btn.compartir.activo {
    background: url(../images/item_btn_compartir_green.png) no-repeat center center;
}

.biblioteca-item-btn.copiar {
    background: url(../images/item_btn_nube.png) no-repeat center center;
    margin: -22px 0px 6px 6px;
}

.biblioteca-item-titulo {
    line-height: 23px;
    font-weight: bold;
    font-size: 13px;
}

.biblioteca-item-archivo {
    line-height: 15px;
    font-weight: bold;
    font-style: italic;
}

.biblioteca-buscar-main {
    width: 690px;
    font-size: 13px;
    font-family: 'Gotham', Helvetica;
    min-height: 500px;
}

.biblioteca-buscar-container {
    padding: 10px 15px;
    width: 660px;
    overflow: auto;
}

.biblioteca-buscar-top-container {
    height: 40px;
    line-height: 40px;
    background: #eeeef4;
    color: #111;
    margin: 5px 0;
    float: left;
    padding: 0 5px;
}

.biblioteca-buscar-shadow {
    background: url("../images/header_shadow.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    width: 690px;
    height: 30px;
}

.biblioteca-buscar-shadow.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.biblioteca-item-check {
    background: url("../images/radio_no_select.png") no-repeat center center;
    width: 110px;
    height: 55px;
    cursor: pointer;
}

.biblioteca-item-check.selected {
    background: url("../images/radio_select.png") no-repeat center center;
}

.biblioteca-cant.container {
    float: left;
    height: 40px;
    margin: -5px 0 0 12px;
    width: 180px;
}

.biblioteca-cant {
    font-size: 14px;
    float: left;
}

.biblioteca-cant.title {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #000;
}

.biblioteca-cant.nro {
    border-radius: 33px;
    background: #eeeef4;
    color: #f00;
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin: 2px 0 6px 6px;
}

.biblioteca-cant.nro.error {
    background: #dd0000;
    color: #ffffff;
    font-weight: bold;
}

.maestro-estandar-tit {
    font-size: 14px;
    color: #fff;
    background: #1cb5e3;
    padding: 0 15px;
    line-height: 29px;
    width: calc(100% - 30px);
}

.maestro-estandar-item {
    background: #eeeef4;
    color: #3a3a3a;
    padding: 10px 15px 10px 0;
    margin: 1px 0 0 0;
}

.maestro-estandar-item-cod {
    float: left;
    width: 152px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.maestro-estandar-item-desc {
    float: right;
    width: 70%;
    text-align: justify;
    font-size: 12px;
    padding: 0 15px 0 0;
}

.maestro-guia-leccion-item .maestro-estandar-item {
    background: #fff;
    color: #3a3a3a;
    padding: 10px 15px 10px 0;
    margin: 1px 0 0 0;
}

.maestro-guia-leccion-item .maestro-estandar-item-desc {
    width: 800px;
    line-height: 14px
}

/*COMENTARIOS*/
.maestro-comentario-item {
    border-top: 1px solid #00a9e8;
    width: 100%;
}

.maestro-comentario-left-container {
    float: left;
    margin: 0 0 0 70px;
    width: 300px;
}

.maestro-comentario-item-img {
    background: rgba(0, 0, 0, 0) url("../images/avatar_empty_med.jpg") no-repeat scroll center center / 101% auto;
    border-radius: 100px;
    float: left;
    height: 42px;
    margin: 15px 20px;
    width: 42px;
}

.maestro-comentario-item-avatar {
    height: 42px;
    width: 42px;
    border-radius: 100px;
}

.maestro-comentario-item-name {
    color: #1cb5e3;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 0 0 0;
    width: 170px;
}

.maestro-comentario-item-fecha {
    color: #000;
    cursor: default;
    float: left;
    height: 36px;
    line-height: 20px;
    width: 170px;
}

.maestro-comentario-item-txt {
    color: #000;
    float: right;
    margin: 15px 0;
    text-align: left;
    width: calc(100% - 375px);
}

.maestro-guia-detalle-container {
    background: #fff none repeat scroll 0 0;
}

.maestro-btn-cerrar {
	background: rgba(0, 0, 0, 0) url("../images/btn_close_corner.png") no-repeat scroll center right;
	float: right;
	height: 30px;
	width: 30px;
	cursor: pointer;
	display: none;
}

.virtualclass-modal {
    width: 500px;
    font-size: 13px;
}

.virtualclass-modal a.underline:hover {
    text-decoration: underline;
    color: #00e;
}

.virtualclass-modal li {
    margin: 10px 0;
}

.fancybox-wrap {
    top: 100px !important;
}

.select-filter {
    float: right;
}


.maestro-guia-item-view {
    float: right;
    height: 27px;
    width: 27px;
    font-size: 14px;
    font-family: oe;
    font-weight: normal;
    color: #000;
    background: #fff;
    text-align: center;
}

.guia-maestro-contenido-plataforma-container {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.leccion-item,
.contenido-item {
    border-bottom: 0px solid #00a9e8;
    cursor: pointer;
    float: left;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 5px 10px 5px 5px;
    width: 100%;
    box-sizing: border-box;
}

.contenido-item {
    color: #00a9e8;
    cursor: default;
}

.leccion-item:hover {
    opacity: 0.7;
}

.leccion-item div.tit {
    color: #00a9e8;
    background: #eee;
    min-height: 27px;
    line-height: 27px;
    padding: 0 0 0 8px;
}

.seccion-tipo {
    border-bottom: 1px solid #cbc9c9;
    cursor: default;
    float: left;
    font-size: 12px;
    margin: 0 0 0 2%;
    padding: 5px 0;
    width: 48%;
}

.seccion-tipo>input,
.seccion-tipo>label {
    cursor: pointer;
}

.contenido-item span b {
    color: #000;
}

.guia-crear .left,
.guia-crear .right {
    background: white none repeat scroll 0 0;
    float: left;
    height: 380px;
    overflow-y: auto;
    width: 495px;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 0;
}

.guia-crear .right {
    float: right;
    width: 710px;
    padding: 20px 10px;
}

.guia-crear .left {
    height: 420px;
    font-size: 12px;
}

.guia-crear .comentario {
    border: 1px solid #555;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 20px 0;
    padding: 10px;
}

.button-v9.archivo {
    float: left;
    margin: 20px 0 30px 10%;
    width: 38%;
}

.button-v9.enlace {
    float: right;
    margin: 20px 10% 30px 0;
    width: 38%;
}

.button-v9.cargar {
    float: right;
    margin: 0 15px;
    width: 38%;
}

.panel-contenido-form {
    box-sizing: border-box;
    padding: 15px;
}

.panel-contenido-form input[type="text"],
.panel-contenido-form input[type="text"]:focus,
.panel-contenido-form textarea,
.panel-contenido-form textarea:focus {
    border: 1px solid #555;
    border-radius: 5px;
    font-family: "Gotham", Helvetica, Verdana;
    font-size: 12px;
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.panel-contenido-form input[type="text"],
.panel-contenido-form input[type="text"]:focus {
    height: 27px;
}

.panel-contenido-form input[type="text"],
.panel-contenido-form input[type="text"]:focus {
    background: rgba(0, 0, 0, 0);
    color: #000;
    font-family: "Gotham", Helvetica;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin: 4px 0 9px;
    outline: medium none;
    padding: 0 10px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.panel-contenido-form textarea,
.panel-contenido-form textarea:focus {
    height: 74px;
    padding: 8px 2%;
}

.panel-contenido-form select,
.maestro-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/icon_select.png") no-repeat scroll calc(100% - 5px) center;
    border: 1px solid #777777;
    border-radius: 5px !important;
    color: #333;
    cursor: pointer;
    float: left;
    height: 27px !important;
    outline: medium none !important;
    padding: 0 25px 0 7px !important;
    width: calc(50% - 40px) !important;
    margin: 3px 5px 9px 5px;
    font-size: 12px;
}

.add-biblioteca {
    float: left;
    margin: 0;
    width: 100%;
}

.biblioteca-buscar {
    background: url('../../font/svg/i034_buscar.svg') no-repeat 99.6% center /auto 60%;
    width: 100%;
    height: 27px;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 5px;
    margin: 15px 0 20px 0;
    padding: 0 10px;
}

.biblioteca-item-img {
    border: 0px solid transparent;
    border-radius: 100%;
    float: left;
    height: 75px;
    margin: 10px 10px 10px 20px;
    width: 75px;
}

a .biblioteca-item-img:hover {
    border: 2px solid #7728b9;
}

/************************************************************************************************************************/
/* UPLOADER */
.uploader-container {
    border: 1px solid #00a9e8;
    border-radius: 5px;
    color: #000;
    float: left;
    margin: 0 0 15px 0;
    min-height: 70px;
    width: 100%;
    position: relative;
}

.uploader-container.error {
    border-color: #f00 !important;
}

.uploader-container.over {
    border: 1px dashed rgba(0, 0, 0, 0.4);
}

.uploader-container .drop-message {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    line-height: 66px;
    margin: 0;
    padding: 13px 0 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
    border-radius: 5px;
}

.uploader-container .upload-item {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 1%;
    padding: 0 0 0 1px;
    position: relative;
    width: 97%;
    z-index: 1;
}

.uploader-container .file {
    color: #999;
    float: left;
    overflow: hidden;
    padding: 0 0 0 2%;
    width: 51%;
}

.uploader-container .size {
    color: #bbb;
    float: left;
    overflow: hidden;
    width: 18%;
}

.uploader-container .bar-container {
    border: 1px solid #999;
    float: right;
    height: 13px;
    margin: 7px 0;
    padding: 1px;
    width: 18%;
}

.uploader-container .bar {
    width: 0%;
    height: 13px;
    background: #6787e3;
}

.uploader-container .bar.complete {
    background: #0a0;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.uploader-container .btn-abort {
    background: rgba(0, 0, 0, 0) url("../images/item_btn_delete.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 30px;
    opacity: 0.8;
    width: 8%;
}

.uploader-container .btn-abort:hover {
    opacity: 1;
}

.uploader-container .upload-text-error {
    float: right;
    color: #c00;
    margin: 0 7px;
}

.fileinput-button {
    background: #01a9e8 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 27px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1000;
    margin: 0;
    line-height: 27px;
    padding: 0;
}

.fileinput-button:hover {
    opacity: 0.8;
}

.fileinput-button div {
    line-height: 26px;
    text-align: center;
    width: 100%;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    height: 26px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.guia-crear .mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}


.form-container {
	background: #fff;
	width: 500px;
	height: max-content;
	padding: 0 0 10px 0;
}

.form-container h1 {
	font-size: 1em;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	margin: 0 0 10px 0;
}

.form-container .maestro-tarea-alumno-item {
	border-top: 1px solid #ccc;
	padding: 20px 20px 20px 60px;
	position: relative;
}
.form-container .maestro-tarea-alumno-item.noborder {
	border: none;
}
.form-container .maestro-tarea-alumno-item .button-v10 {
	width: 100%;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 0.8em;
	padding: 0;
}
.form-container .maestro-tarea-alumno-item .nro {
	float: left;
	border: 2px solid #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin: -2px 10px 0 -15px;
	position: absolute;
	left: 30px;
}
.form-container .maestro-tarea-alumno-item .entrega {
	margin: 0 0 15px 0;
}
.form-container .maestro-tarea-alumno-item .tarea-texto {
	float: left;
	clear: both;
	font-size: 0.8em;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	text-align: justify;
	min-height: 90px;
	overflow: auto;
}

.form-container .maestro-tarea-alumno-item .tarea-texto h3 {
	font-size: 1em;
	margin: 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.7em;
	color: #999;
}

.form-container .button-v10 {
	font-size: 0.8em;
}




.maestro-estadistica-item .nota-container {
	float: right;
	width: 145px;
	height: 30px;
	position: relative;
}
.input-number-container input[type="text"] {
	margin: 0;
	padding: 0 5px;
	border: none;
}
.maestro-estadistica-item .input-number-container.edit input[type="text"] {
	padding-right: 24px;
}
.maestro-estadistica-item .nota-input {
	width: 100px;
	height: 30px;
	line-height: 27px;
	float: left;
}

.maestro-estadistica-item .nota-edit {
	background: rgba(0, 0, 0, 0) url("../images/icon_edit.png") no-repeat scroll center center / 100% auto;
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 0 0 0 5px;
	opacity: 0.7;
	width: 17px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 0;
	border: none;
}

.maestro-estadistica-item .nota-save {
	background: rgba(0, 0, 0, 0) url("../images/icon_save.png") no-repeat scroll center center / 95% auto;
	cursor: pointer;
	float: right;
	height: 30px;
	margin: 0 8px 0 0;
	opacity: 0.7;
	width: 17px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 0;
	border: none;
}
.maestro-estadistica-item .nota-edit:hover,
.maestro-estadistica-item .nota-save:hover {
	opacity: 1;
}
.maestro-estadistica-item .nota-check {
	background: rgba(0, 0, 0, 0) url("../images/icon_correcta.png") no-repeat scroll center center / 100% auto;
	float: left;
	height: 19px;
	margin: 5px;
	width: 15px;
	opacity: 0.0001;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
}
.maestro-estadistica-item .nota-check.active {
	opacity:1;
}

.maestro-estadistica-item-grupo-nota {
	width: 150px;
	height: 30px;
}


.virtualclass-meet-container h2 {
	font-size: 1.3em;
	text-align: left;
	margin: 20px 0 0 0;
}
.virtualclass-meet-container h3{
	font-size: 1.2em;
	text-align: left;
	margin: 2px 0 20px 0;
	color: #999;
}
.virtualclass-meet-container .meet{
	width:100%;
	height: 52vw;
	position: relative;
}

.virtualclass-meet-container .meet .btn-block {
	position: absolute;
	background: transparent;
	width: 190px;
	height: 80px;
	bottom: 0;
}
.virtualclass-meet-container .meet .btn-block.left{
	left: 0;	
}
.virtualclass-meet-container .meet .btn-block.right {
	right: 0;
}