﻿body
{
}

.home_tasks
{
    float: left;
    margin: 10px;
    min-width: 200px;
}

#centerInfo
{
    text-align: center;
}
#centerInfo h1
{
    margin-top: 0px;
    font-size: medium;
}
.person_header
{
    margin-left: 10px;
}

.print_report
{
    margin: 10px 5px;
}

.init_screen
{
    text-align: center;
}

.init_screen a, .init_screen h4, .init_screen h3
{
    display: block;
    margin: auto;
}

.init_screen h4, .init_screen h3
{
    color: White;
}

.init_screen h4
{
    font-size: 1.5em;
}

.init_screen h3
{
    font-size: 2.0em;
    font-weight: bold;
}

.footer_text
{
    margin: 10px;
}

/**********************
 Loading
***********************/
.modal
{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/assets/images/loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading
{
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal
{
    display: block;
}

/**********************
 Subjects
***********************/
#info_center, #info_link_center
{
    display: none;
}

#tabs_subject
{
    display: none;
}

.dialog_notas
{
    height: 450px;
    width: 800px;
}

.notas_header
{
    height: 75px;
}
.notas_header_fields
{
    float: left;
    width: 70%;
}

.notas_header_fields_right
{
    float: left;
    width: 30%;
}

.row_notas
{
    margin-bottom: 10px;
}

.column_hidden
{
    visibility: hidden;
}

.tab a
{
    padding: 0 20px;
}

#table_notas
{
    width: 834px;
    height: 500px;
    overflow: auto;
    padding: 0px;
}

#tabs_notas
{
    height: 560px;
    width: 870px;
    overflow: auto;
}

#tabs-1-nota, #tabs-2-nota
{
    overflow: auto;
    width: 834px;
    height: 500px;
}

span.title_dialog_value
{
    margin-right: 5px;
}

.extra_long_column
{
    width: 150px;
}
.extra_long_column input
{
    width: inherit;
}

.long_column
{
    width: 90px;
}
.long_column input
{
    width: inherit;
}

.medium_column
{
    width: 70px;
}
.medium_column input
{
    width: inherit;
}

.short_column
{
    width: 40px;
}
.short_column input
{
    width: inherit;
}

tr.odd
{
    background: none repeat scroll 0 0 #E5F1F4;
}

tr.even
{
    background: none repeat scroll 0 0 #F8F8F8;
}

.stats_group
{
    width: 50%;
    float: left;
}

.stats_row
{
    margin-bottom: 10px;
}

.stats_group_center
{
    width: 100%;
    font-size: 18px;
}

#dialog_new_print_request
{
    display: none;
}

.practice_upload_file input
{
    margin: 0 10px;
}

.entity_row
{
    margin: 10px;
}

.entity_row_report
{
    margin: 10px;
    float: left;
    width: 40%;
}

.entity_title, .entity_text
{
    font-size: 14px;
}

.entity_title
{
    font-weight: bold;
    margin-right: 10px;
}

#dialog_report_info
{
    display: none;
}
.create_acta
{
    margin: 10px;
}
.subjec_info_interactive
{
    max-height: 446px;
    overflow: auto;
}
.evalulations_table
{
    height: 390px;
    overflow: auto;
}

#print_proffesor_subject, #print_permission_year
{
    display: none;
}

.permission_search_row
{
    margin: 10px 0;
}

/*********************
Inscription steps
*********************/
.font_arial
{
    font-family: Arial;
}

.header_requisitions
{
    margin: 10px 0;
    padding-right: 10px;
}
.header_requisitions select
{
    margin-left: 10px;
}

#requestSol span
{
    color: #0054A6;
}
.table_info_requisition
{
    width: 100%;
    overflow: auto;
}
#form_requisition input
{
    width: 430px;
}
#recognitionSubjects
{
    width: 100%;
    height: 150px;
    overflow: auto;
    padding: 0px;
}

.situation_info_short
{
    height: 280px;
    margin-bottom: 50px;
}
.requisition_tablet label
{
    display: inline-block;
    width: 150px;
}
#label_check_same_university
{
    width: 200px;
}

/*********************
Payment screen
*********************/
#dialog_payment_details
{
    display: none;
}
#dialog_remittance_details
{
    display: none;
}
.payment_search
{
    margin-bottom: 10px;
}
.field_payment_detail_half
{
    width: 45%;
    float: left;
    text-align: right;
}
.field_payment_detail_complete
{
    margin: 5px 50px;
    text-align: center;
}
.payment_header
{
    padding: 10px;
}
#payment_asociatedTo
{
    margin-top: 5px;
    width: 500px;
}
.payment_info_details
{
    margin-top: 10px;
}
.payment_info
{
    font-size: 14px;
}
.payment_info th
{
    font-weight: bold;
}

.form h4
{
    margin: 10px;
}

#payment_info_details
{
    padding: 10px;
}
#payment_person
{
    width: 420px;
}
#payment_notes
{
    width: 430px;
}
#payment_before_date
{
    width: 117px;
}
#form_payment_info_details
{
    height: 200px;
    overflow: auto;
}
#dialog_payment_details_new
{
    display: none;
}
.input input, .input select
{
    margin-left: 10px;
}
div.remittance_buttons
{
    margin: 10px;
}
.remittance_buttons a, .remittance_buttons button
{
    margin-left: 10px;
}
.button_disabled
{
    display: none;
}
.payment_field_amount
{
    width: 100px;
}
.view_keysubject_header
{
    margin: 20px 10px;
}
.view_keysubject_header span
{
    font-size: 16px;
    font-weight: bold;
}
.view_keysubject_header table
{
    margin: 20px 0;
}
.tabs_contability
{
    padding: 20px;
}
.row_payments span
{
    display: inline-block;
    width: 150px;
}
.field_payments_details
{
    margin: 30px;
}

.info_payment_title
{
    font-size: 14px;
    font-weight: bold;
}
.info_payment_student
{
    margin: 5px;
    float: left;
}
.info_payment_result
{
    margin-right: 60px;
}
#table_remittance_detail
{
    overflow: auto;
}

#liquidation_operations
{
    display: none;
}

.info_student_staff
{
    margin: 0 10px;
}

.title_info_student_staff
{
    margin: 10px;
}

.liquidation_search
{
    margin: 10px 0;
}

/****************************
Academic plan
*****************************/
#confirmForm
{
    display: none;
}

.confirm_question
{
    text-align: center;
    display: block;
    margin: 20px;
}

.confim_question p
{
    margin: auto;
}

#View_keysubject_tree
{
    height: 320px;
    overflow: auto;
}

#info_academic_plan
{
    display: none;
}
#dialog_select_student
{
    display: none;
}

#select_student_area
{
    height: 360px;
    overflow: auto;
}

#select_student
{
    display: none;
    margin: 10px;
}

.add_new_group
{
    margin: 10px 0;
}
.new_academic_plan
{
    margin: 15px 0 5px 36px;
}
.create_academic_plan_header
{
    margin: 0 0 5px 25px;
}

.permission_tabs h4
{
    margin-bottom: 10px;
}
.permission_request_info
{
    font-size: 14px;
    width: 800px;
}

#dialog_permission_details
{
    display: none;
}

.permission_new
{
    margin: 20px;
}
#dialog_permission_request
{
    display: none;
}
.info_dialog_two_inputs
{
    margin: 10px;
    text-align: center;
}

.info_dialog_two_inputs span
{
    margin-left: 10px;
}
#permission_table
{
    height: 260px;
    overflow: auto;
}

.professor_permission_approved
{
    color: Green;
}

.professor_permission_not_approved
{
    color: Red;
}

#dialog_select_professor
{
    display: none;
}

.notAproved
{
    color: Red;
}

.interact_academicplan
{
    margin: 0 5px;
}

.print_button_academicplan
{
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #cccccc;
}

.print_button_academicplan a
{
    float: left;
    margin: 0 5px;
}

.create_schedule
{
    margin: 10px 0;
}
.schedule_create_buttons div
{
    float: left;
    margin: 0 5px;
}

/****************************
Professor
*****************************/
.input_professor
{
    margin-right: 1.667em;
    float: left;
}

/****************************
Student view
*****************************/
.student_edit_data_button
{
    display: none;
}

.group_course_view
{
    margin-right: 10px;
    float: left;
}
.student_info
{
    margin: 15px;
}

.back_inscriptions
{
    margin: 10px 0;
    float: left;
}
.account_fields_edit
{
    margin: 10px;
    padding: 10px;
}
#print_request_discount_carnet_row
{
    display: none;
}

.preinscription_index
{
    margin: 10px;
    padding: 10px;
    border: 1px solid #ABABAB;
    line-height: 30px;
}

.student_practice
{
    margin: 10px;
}

.student_practice span
{
    margin: 10px;
}

/*** calendar view***/
#calendar_view
{
    margin: 10px;
    text-align: center;
}

.link_schedule
{
    cursor: hand;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
}

.link_schedule span
{
    cursor: hand;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
}

#info_schedule_dialog
{
    display: none;
}

.info_schedule_row
{
    margin: 5px;
}

.info_schedule_row span
{
    font-size: 12px;
    margin-right: 10px;
}

/************************
Config
*******************/
.config_items li
{
    margin: 20px 0;
}

.student_name_record
{
    float: left;
}

.config_item
{
    font-size: 16px;
}

.practice_center_search
{
    margin: 10px 0;
}

.table_inscriptions_rate
{
    table-layout: fixed;
    width: 100%;
}

.table_inscription_rate td, .table_inscription_rate th
{
    vertical-align: top;
    border: 1px solid #cccccc;
    width: 100px;
    white-space: nowrap;
    padding: 5px;
}

.table_inscription_rate th
{
    vertical-align: top;
    left: 0;
    width: 100px;
}

.outer_inscription_rate
{
    position: relative;
}

.inner_inscription_rate
{
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
}
.each_subject_type_center
{
    margin: 10px;
}

.subject_type_center_container
{
    border-left: 1px #cccccc solid;
    height: 350px;
}

.details_center_right
{
    float: left;
    width: 20%;
    height: 263px;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #cccccc;
}
.details_center_left
{
    float: left;
    width: 45%;
}

.details_center
{
    margin: 10px 0;
    width: 100%;
    float: left;
}

/* Config*/
.info_config_group
{
    margin-top: 70px;
}

.info_config_group_name
{
    color: #000 !important;
}

.config_group_member_table
{
    border: 1px solid #ccc;
}

.config_group_member_table th
{
    font-weight: bold;
}

.button_new_group_config
{
    margin-bottom: 10px;
    float: left;
}

.notification_group
{
    margin-bottom: 3em;
}

.config_group_header a
{
    margin-right: 10px;
}

.inscription_payment
{
    text-align: right;
    margin: 20px 10%;
}

.payment_pagination_inner{
    width: 100%;
    border-bottom: none;
}

.payment_pagination
{
    float: left;
    margin: 20px;
    width: 100%;
    padding-left: 20px;
}

.payment_index_view
{
 border: 1px solid #CCCCCC;
padding: 20px 2%;
float: left;
/* margin-bottom: 20px; */
width: 96%;   
}

/*******************************************************************
*** Estilos para la simulación del popup
*******************************************************************/
.black_overlay {
    /* afuera: la parte oscura */
    background: #000000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: .75; /* opacidad para Firefox */
    filter: alpha(opacity=75); /* opacidad para Internet Explorer */
}
.white_content {
    /* adentro: la ventana modal */
    display: none;
    position: absolute;
    overflow: auto;
    z-index: 1002;
    left: 0px;
    top: 0px; /* la posición de la ventana modal */
    width: 90%;
    height: 90%; /* el tamaño de la ventana modal */
    background-color: #ffffff; /* cualquier otra propiedad, colores, márgenes, fondo */
}

.BordeSuperiorRedondeado {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.headerMovible {
    padding: 10px;
    cursor: move;
    z-index: 1009;
    background-color: #306d93;
    color: #fff;
}

