/*.main-container, 
.navbar > .navbar-inner > .container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    min-width: 480px;
} */
a{
    text-decoration: none !important;
}
.font_weight{
    font-weight:bold;
}
.oculto {
    visibility: hidden;
    display: none;  
}
.display_none{
    display: none;
}
#cargando,.message_modal{
    text-align: center; 
    border: 1px solid; 
    background-color: rgba(0, 0, 0, 0.5); 
    position: fixed; 
    width: 100%; 
    height: 3000px; 
    margin: 0px; 
    top: 0px; 
    left: 0px; 
    padding: 50px 0px 0px; 
    z-index: 99999;
}

#login-div #buttonOpenDialog {
    margin-top: 10px;
}

#login-div .login-text {
    line-height: 10px;
}

#login-div {
    margin-top: 12px;
}

.navbar .bannerLogo > img {
    height: 70px;
    margin-top: 2px;
}

.navbar .bannerTitle {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

.logonotas {
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
    margin: 10px;
    width: 180px;    
}

.navbar .btn-navbar {
    padding: 4px 8px;
    font-size: 18px;
}

#menu .caret {
    margin-top: 10px;
    margin-left: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom-color: #666;
    border-top-color: #666;
}

.btn-toolbar li {
    text-align: left;
}

.btn-toolbar {
    margin-bottom: 5px;
}

.btn-toolbar .btn-group {
    margin-bottom: 5px;	
}

.modal-footer {
    padding: 8px;
    background-color: #f5f5f5;
}

.modal-body {
   // padding: 5px 15px 15px;
} 

/* Inicia ajustes visuales NotasPLUS, vista de docentes */
#gbox_tableScore,
#gbox_tableReview {
    border: 1px solid #D3D3D3;
    width: calc(100% - 2px) !important;
}

#gview_tableScore,
#gview_tableReview,
#tableReview,
#tableScore {
    width: 100% !important;
}

.ui-jqgrid-bdiv,
.ui-jqgrid-hbox,
.ui-jqgrid-htable {
    width: 100% !important;
}

.ui-jqgrid-hdiv{ 
    width: calc(100% - 0px) !important;
}

.ui-jqgrid-bdiv td,
.ui-jqgrid-hdiv td {
    border-right: 1px solid  #D3D3D3 !important;
}

.divPrintScore {
    text-align: center;
    margin-top: 10px;
}

#asignaturaCalifica {
    text-transform: capitalize;
}

#tableScore input[type=text] {
    width: calc(100% - 15px) !important;
}
/* Fin ajustes visuales NotasPLUS, vista de docentes */



@media (max-width: 980px) {
    .min-mobile-menu-right {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .min-mobile-menu-left {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    div.container-fluid.content-wrapper {
        /*width: 82%;*/
    }
}

/*Dropdown menu multiple prueba.*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Fin Dropdown menu multiple prueba.*/

/* Hover mensajes.*/
.dataTables_wrapper{
    font-size: inherit;
    background-color: #fff !important;
    padding-top: 10px;
}
.table_recibido tbody tr:hover {background: rgb(239, 239, 239); cursor: pointer;}
tbody{border-bottom: 1px solid #DDD;border-left: 1px solid #DDD;border-right:  1px solid #DDD;}
.table_recibido tbody tr:active {background: #E4E4E4; cursor: pointer;}

/** Tamaño small img 37px auto ***/
.img-small{
    width: 150px;
    height: auto;
}

/*** mensaje *********/
.body_recibido{
    height: 450px;
    overflow: auto;
}

/***** Circle question *************/

.btn-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
}

.btn-circle-micro {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 1px 0;
    font-size: 13px;
    line-height: 0.1;
    border-radius: 30px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 1.65;
    border-radius: 30px;
}

.btn-circle-lg {
    width: 79px;
    height: 79px;
    text-align: center;
    padding: 13px 0;
    font-size: 30px;
    line-height: 2.00;
    border-radius: 70px;
}

/****** Autocomplete UI Bootstrap ****************/


/* .modal-fullscreen */

.modal-fullscreen,.modal-header {
    background: #fff;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

div#notifications > ul.message {
    margin-bottom: 0px;
    list-style-type: circle;
    
}
div#notifications > ul.error {
    margin-bottom: 0px;
    list-style-type: square;
}

#contPregunta #descrp_show {
    font-size: 16px;
    line-height: 25px;
}
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
#descrp_show img,

#questi_show blockquote img {
    display: unset;
    height: auto !important;    
}
.jcrop-keymgr {
    display: none;
}

.prueba_tiempo {
    text-align: center;
    font-size: 18px;
    padding-top: 5px; 
}

#contH, #contv {width: 100%}
#contH { float:left;margin-top:10px; }
.ovalItm { width:20px;height:20px;border-radius:10px;border:1px solid #000; }
.select_ { background-color:#000 !important; border-color: #111 !important }
.lPreg { width:28px;text-align:center; }
.itemV { padding-top:4px;float:left; }
.itemV .ovalItm { margin:0 4px 4px; }
.itemH { width:230px;height:28px;padding:0px 0px; }
.itemH .ovalItm { margin:4px 0 4px 4px;float:left; }
.itemH .lPreg { float:left; padding-top: 4px; }
.itemH p { float:left; }
.prgSel { background-color:#99B; }

.btn.disabled{
    opacity: 5 !important;
}

.itemH:, .itemV {
    border: 1px solid #000;
} 

.itemH:hover, .itemV:hover {
    background-color: #DDD;
    cursor: pointer; cursor: hand;
}     

.selecionado, .selecionado:hover {
    background-color: #ccc;
}

.opcion { padding-left: 30px; margin-top: 15px; }
.opcion>span { 
    border: 1px solid;
    border-radius: 10px;
    float: left;
    height: 24px;
    padding-left: 8px;
    width: 24px;
    margin-right: 10px;
}
.opcion>span.opcSel { background-color: #BBB; }

.wrap_respuesta {
    border: 1px dashed;
    border-color: transparent;
    padding: 5px;
    border-radius: 5px;
}

.wrap_respuesta:hover {
    border-color: #AAA;
    background-color: #DDD;
    cursor: pointer; cursor: hand;
}

.respuesta_circle {
    background-color: #fff;
    border: 1px solid;
    border-radius: 30px;
    float: left;
    height: 32px;
    margin-right: 10px;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}



@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

