figure.logo-icon img {
    max-width: 100px;
}
figure.logo-icon {
    float: left;
    position: relative;
    
}
table#sort {
    width: 100%;
}
table#sort thead span {
    display: block;
    padding-bottom: 10px;
}
tr.table-head {
    background-color: #81d0d0;
}
tr.table-head th {
    padding:10px;
}
tbody.ui-sortable tr:nth-child(odd) {
    background-color: #f1f1f1;
}
tbody.ui-sortable tr td {
   padding: 10px;
}
tbody.ui-sortable tr:nth-child(even) {
    background-color: #fff;
    
}
figure.ac-icon {
    max-width: 20px;
    float: left;
    margin-right: 9px;
}
figure.logo-icon img {
    max-width: 100px;
    max-height: 20px;
}
.air-logos span {
    display: inline-block;
    border: 2px solid #ccc;
    padding: 15px 20px;
    text-align: center;
    float: left;
    margin-right: 10px;
        border-radius: 10px;
}
form#modal-form {
    margin-top: 15px;
}
.air-logos span font {
    display: block;
    margin-top: 6px;
}
figure.ac-icon img {
    max-height: 20px;
}
.clear {
    clear: both;
}
table#sort tr{
    cursor: move;
}
.air-logos span figure.logo-icon font {
    background-color: #e50000;
    display: block;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.round-box{    height: 130px;
    width: 130px;
    border-radius: 100% !important;
    padding: 28px 20px !important;
    border-color: #81d0d0 !important;
}

.air-logos span font i.fa {
    font-size: 24px;
    color: #e50000;
}
.mt{margin-top: 25px;}

.row.passanger-detail {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 3px 0px;
    border-left: 4px solid #81d0d0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 5px;
}
h1.passengers {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 7px 10px;
    color: #000;
}
.air-logos {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.row.passanger-detail:nth-child(odd) {
    border-left: 4px solid #e50000;
}

.has-error td {
    border: 1px solid red;
    color: red;
}

/*********reports******/
#printtable{
    table-layout: fixed;
}
#printtable td,#printtable th{
    word-break: break-all;
}

/***CSS FOR PCC  MANAGEMENT POPUP ADVANCED****/
.adv-pcc-node {border: 1px solid #ecdfdf;padding: 10px 0;}
.advanced-wrapper-ets-remove { padding: 0 10px;}
.advanced-wrapper-ets-add-more {margin: 10px;}
input#ActiveRemark {width: auto;}
/**ENDS***/