/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 17, 2014, 6:21:07 PM
    Author     : Felipe Rodriguez Valenzuela
    Author     : Jorge Cares
*/

/*.day {
    font-size: 14px;
    display: inline;
}*/
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
.modifiedRow{
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 5px;
/*    padding-left: 0px;
    padding-right: 0px;*/
    /*display:inline-block;*/
}
.input-group{
    margin-top:0px;
    margin-left: 0px!important;
}
.label2{
    padding-left: 15px;
}

.table thead tr td{
    font-weight: bold;
}

.lastDate:hover, .lastDate:visited, .lastDate:link, .lastDate:active{
    text-decoration: none;
}
.bootstrap-timepicker-widget{
    min-width: 110px !important;
}
/*.bootstrap-timepicker-widget>table>tbody>tr>td{
    background-color: white;
    width:30px;
}*/
.bootstrap-timepicker-widget>table>tbody>tr>td.separator{
    width:10px !important;
    
}
.bootstrap-timepicker-widget>table>tbody>tr>td>.form-control{
    background-color: white;
    /*width:40px;*/
    padding: 0px;
/*    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;*/
}
.date{
    /*width:100%;*/
    margin-right: 0px !important;
    margin-top: 0px !important;
    width:140px !important;
}
.bootstrap-timepicker{
    /*width:100%;*/
    width:90px !important;
    /*margin-left:15px !important;*/
}
input[type='time']{
    width:60px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-right: 0px !important;
    padding-left: 6px !important;
}
.semester-date{
    width:140px;
}
.semester-bootstrap-timepicker{
    width:114px;
}
/*#startDate{
    width:130px;
}
.bootstrap-timepicker{
    width:110px;
}*/
.input-group .form-control {
    /*border-radius: 3px !important;*/
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

/*.modifiedRow>.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
}*/
.input-group>.input-group-addon{
    padding-left: 8px;
    padding-right: 8px;
}

#lastDateOptions{
    width:100px;
}

.header-grade{
    width:150px;
    height: 41px;
}
/*used in accordeaon header of listDates of Admin*/
.accordion-toggle>.header-grade{
    width:150px;
    height: 40px;
    /*margin-top: -6px;*/
}
.accordion-toggle{
    padding-right: 0px; 
/*    padding-bottom: 5px; 
    padding-top: 5px;*/
}
.config-date-panel>.panel-heading{
    padding-right: 0px;
}
.config-date-table td {
   text-align: center;   
}
.well{
    padding-bottom: 0px;
}
.panel-body-grande{
    padding-left: 0px;
    padding-right: 0px;
}

.form-error>ul>li{
    padding: 5px 10px;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

input[type="date"]::-webkit-inner-spin-button, 
input[type="date"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="time"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

input[type="time"]::-webkit-inner-spin-button, 
input[type="time"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/*hand in time symbol*/
.bootstrap-timepicker.input-group-addon { 
    background-color: red;
    cursor: pointer; 
}
/*si este bloque no se repite, la wa no funka!*/
.bootstrap-timepicker>.input-group-addon{
     /*background-color: red;*/
    cursor: pointer; 
    cursor: hand; 

}

.datepicker-days>table>tbody>tr>td.day{
    font-size: 14px !important;
    font-weight: normal !important;
    display:table-cell !important;
}

.edit-form-content{
    padding: 5px;
}