﻿


#flighPlanBox .subtitle
{
    font-family: robotoLight;
    margin : 5px 0 0px;
}

#flighPlanBox .button_wrap .btn-blue {
    width : 100px;
}

#CAPTION_file_kml
{
    font-family: robotoLight;
}

#loadkml
{
    font-size  : 9pt;
}


.ui_tpicker_time {
    margin: 0 0 10px 40px;
}


#rex #rex_inp
{
    width : 600px;
    height : 400px;
    margin: 20px;
}

#rex .control
{
    text-align : center;
}


#nearestweather .nearest
{
    font-family: robotoBold;
    font-size: 11pt;
    margin: 20px 50px 10px;
}

#nearestweather,
#nearestnotam
{
    width: 744px;
}


#file-pln .col1,
#file-pln .col3 {
    width: 150px;
}

#file-pln .col2,
#file-pln .col4 {
    width: 250px;
}

#file-pln  {
    font-size: 11pt;
}



#file-pln  input{
    margin : 2px 0;
}

#file-pln textarea {
    height: 200px;
    margin: 5px 0;
    width: 658px;
}


#file-pln .control {
    margin: 10px;
    text-align: center;
}


button[data-handler="today"]
{
    display : none;
}

.ui-timepicker-div .ui_tpicker_hour
{
    width : 144px;
}

#plan #telepilot_name_inp
{
    width : 166px;
    float : left;
    text-align : left;
    margin: 5px 0;
}

#telepilots
{
    position: relative;
}

#telepilots .tpinput
{
    display : none;
}


#telepilots .btn-add
{
    background-image: url("../../img/ihm/frame/plus_trans.png");
    background-position: 0 0;
    height: 20px;
    
    width: 20px;
    cursor : pointer;
    position : absolute;
    top : 0px;
    right : 0px;
    
}

#telepilots .add
{
    float: right;
    width: 40px;
    margin: 8px 0px 0px 0px;
}

#telepilots ul
{
    margin : 0px;
    padding : 0px;
}

#telepilots li
{
    list-style : none;
}
#telepilots li > span
{
    vertical-align : middle;
}
#telepilots .etape_x
{
    display: inline-block;
    
}


#telepilots .name
{
    width : 206px;
    display : inline-block;
    white-space : nowrap;
    overflow : hidden;
    text-align : left;
    padding-right : 12px;
}


#telepilots .subtitle
{
    margin : 10px 0 5px;
}

#plnparam
{
    width : 744px;
}