.transfer-page table i.fa {

    font-size: 2rem;
    cursor: pointer;
    padding-right: 1em;
}

.transfer-page table input {
    width: 100% !important;
}

.transfer-page table .actions > button {
    width: 100%;
}

.transfer-page div.table-responsive {
    margin-bottom: 5em;
}

.transfer-page-report img.vehicle-img {
    width: 50px;
}

.transfer-page-report .vehicle-box > span {
    background-color: white !important;
}

.transfer-page-report .transfer-box {
    text-align: center;
}

.transfer-page-report .actions {
    margin-bottom: 1em;
}

.transfer-page h2.fa-plus:before{
    content: "";
}

.transfer-page h2.fa-minus:before{
    content: "";
}

.transfer-page .box-header {
    cursor: pointer;
}

.transfer-page .box-header h2{
    margin-top: 5px;
}

.transfer-page .box-body .bg-aqua h3{
    margin-bottom: 0px;
}

.transfer-page-report .box .panel{
    margin-bottom:0px;
}

.transfer-page-report .box-header {
    padding-bottom:0px;
}

.transfer-page-report .box .titulo-vehiculo input{
    text-align: center;
}

.transfer-page-report .box .titulo-vehiculo{
    padding-bottom: 5px
}

.transfer-page-report table.dataTable td.actions {
    text-align: center;
}

.transfer-page-report table.mytable td.actions .fa {
    font-size: 20px;
    color: black;
}

.transfer-page-report .status{
    position: relative !important;
}

.transfer-page-report .edit-inputs {
    width: 100%;
}
.transfer-page-report .titulo-vehiculo {
    height: 38px;
}

.transfer-page-report td.actions > a {
    cursor: pointer;
}
.dropdown-menu li{
    /*text-align:center;*/
    cursor:pointer;
}

#guardar_descripcion{
    cursor:pointer;
}

.titulo-vehiculo a{
    color:white;
}

input.hour-vehicle{
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    width: 100%;
}

/* Tabla Draggable */
/*body{*/
    /*position: relative;*/
    /*overflow: visible;*/
/*}*/

.mytable a:link {
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}
.mytable a:visited {
    color: #fff;
    font-weight:bold;
    text-decoration:none;
}
.mytable a:active,
.mytable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.mytable{
    color:#666;
    font-size:15px;
    background:#eaebec;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    text-align: center;
}
.mytable th {
    color:#000000;
    padding: 8px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    background:#e8e8e8;
    font-size: 18px;
    text-align: center;
}

.mytable th:first-child{
    text-align: center;
    padding-left:20px;
}
.mytable tr{
    text-align: center;
    padding-left:20px;
}
.mytable tr td:first-child{
    text-align: center;
    padding-left:20px;
    border-left: 0;
}
.mytable tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    cursor: -webkit-grab;
    border-left: none;
    background: #fafafa;
    color: black;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.mytable tr.even td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.mytable tr:last-child td{
    border-bottom:0;
}
.mytable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.mytable tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.mytable tr:hover td{
    background: #f2f2f2;
    /*transform:scale(1.01);*/
    /*padding-left:20px;*/
    /*outline:1px solid #babcbb;*/
    border-left: none;
}

/* TAMAÑOS CELDAS TABLAS */
.mytable th#nombre{
    width: 30%;
}
.mytable th#evento{
    width: 10%;
}
.mytable th#aeropuerto{
    width: 3%;
}
.mytable th#terminal{
    width: 13%;
}
.mytable th#num-vuelo{
    width: 5%;
}
.mytable th#date{
    width: 13%;
}
.mytable th#hour{
    width: 7%;
}
.mytable th#status{
    width: 4%;
}
.mytable th#actions{
    width: 10%;
}

input[name="edit-name"]{
    width:100%;
}
input[name="edit-event"]{
    width:100%;
}
input[name="edit-airport"]{
    width:100%;
}
input[name="edit-terminal"]{
    width:100%;
}
input[name="edit-flight"]{
    width:100%;
}
input[name="edit-date"]{
    width:100%;
}
input[name="edit-hour"]{
    width:100%;
}