@CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css);
html, body{
    background: #fff;
    color: #595a5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
}
a:link, a:visited, a:active, a:hover{
    color: #63A8C9;
    outline: none;
}
#processing {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#E5E5E5;
    color:#000000;
    display:none;
    font-weight:bold;
    left:50%;
    padding:5px 8px;
    position:absolute;
    top:20px;
    width:auto;
    z-index:9999;
}
#container{
    min-height: 100%;
    width: 100%;	
}
#header{
    height: 118px;
    position: relative;
    margin: 0 auto;
    width: 1040px;
}
#logo{
    display: block;
    width: 552px;
    margin: 0 auto;
    height: 118px;
}
#middle{
    padding: 25px 0 60px;
    margin: 0 auto;
    width: 100%;
}
#leftmenu{
    float: left;
    width: 20%;	
}
#right{
    float: right;
    width: 80%;
}
#footer-wrap{
    background: #f6f5f5 url(../img/backend/footer.png) 0 0 repeat-x;
    height: 40px;
    margin-top: -40px;
    width: 100%;
}
#footer{
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 1040px;
}
#footer p{
    position: absolute;
    top: 15px;
    right: 0;
}
.content-top{
    background: url(../img/backend/content-top.png) 0 0 no-repeat;
    height: 12px;
    overflow: hidden;
}
.content-middle{
    /*background: url(../img/backend/content-middle.png) 0 0 repeat-y;*/
    padding: 10px 20px;
}
.content-bottom{
    background: url(../img/backend/content-bottom.png) 0 0 no-repeat;
    height: 11px;
    overflow: hidden;

}
.leftmenu-top{
    background: url(../img/backend/leftmenu-top.png) 0 0 no-repeat;
    height: 10px;
    overflow: hidden;
    width: 240px;
}
.leftmenu-middle{
    background: url(../img/backend/leftmenu-middle.png) 0 0 repeat-y;
    overflow: hidden;
    width: 240px;
}
.leftmenu-bottom{
    background: url(../img/backend/leftmenu-bottom.png) 0 0 no-repeat;
    height: 10px;
    overflow: hidden;
    width: 240px;
}
/* Login */
#login-content{
    margin: 80px auto 0;
    min-height: 220px;
    height: auto !important;
    height: 220px;
    width: 560px;
}
#login-content h3{
    color: #6f8a9f;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.login-box{
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    min-height: 197px;
    overflow: hidden;
    padding: 20px;
    width: 517px;
}
/* Buttons */
.button{
    border: none;
    cursor: pointer;
    height: 30px;
    width: 97px;	
}
.button_login{background: url(../img/backend/btn_login.png) 0 0 no-repeat;}
.button_save{background: url(../img/backend/btn_save.png) 0 0 no-repeat;}
.button_search{background: url(../img/backend/btn_search.png) 0 0 no-repeat;}
.button_report{background: url(../img/backend/btn_report.png) 0 0 no-repeat;}
.button_send{background: url(../img/backend/btn_send.png) 0 0 no-repeat;}
.button_delete{background: url(../img/backend/btn_delete.png) 0 0 no-repeat;}
.button_hover{background-position: 0 -30px;}
/* Form controls */
.text,
.select,
.textarea{
    background-color: #fff;
    border: solid 1px #a0bad1;
    box-shadow: inset 2px 2px 1px #e8e8e8;
    border-radius: 3px;
    -moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
    -moz-border-radius: 3px;
    -webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
    -webkit-border-radius: 3px;
    padding: 5px 3px;
}
.chzn-choices{
    background-color: #fff !important;
    border: solid 1px #a0bad1 !important;
    box-shadow: inset 2px 2px 1px #e8e8e8 !important;
    border-radius: 3px !important;
    -moz-box-shadow: inset 2px 2px 1px #e8e8e8 !important;	
    -moz-border-radius: 3px !important;
    -webkit-box-shadow: inset 2px 2px 1px #e8e8e8 !important;
    -webkit-border-radius: 3px !important;
}
.text{
    height: 20px;
}
.form{}
.form p,
.p{
    overflow: hidden;
    margin: 0 0 10px;
}
.pj-form .p{
    padding: 5px;
}
.form .title{
    display: block;
    float: left;
    padding: 6px 0 0;
    width: 150px;
}
.form .title120{
    display: block;
    float: left;
    padding: 6px 0 0;
    width: 120px;
}
.form .title-block{
    display: block;
}
.form .title-block a{
    line-height: 22px;
}
.form .content{
    display: block;
    padding: 6px 0 0;
}
label.error{
    color: red;
    display: block;
    /*padding: 5px 0 0 150px;*/
    font-size: 12px;
    text-indent: 150px;
}
label.err{
    background-color: #FFB4B4;
    border: solid 1px #990000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #660000;
    display: block;
    float: left;
    width: auto;
    padding: 5px;
    margin: 0;
}
em{
    display: block;
    padding: 3px 0 2px 0;
    margin: 5px 0 5px 150px;
}
.answer-container em{
    margin-left: 0px;
}
.answer-validate{
    display: none;
}
.tblError em{
    margin-left: 0;
}
.pj-form-field-custom label.error{
    text-indent: 0;
}
span.left{
    display: block;
    margin: 6px 0 0;
}
.form h3{
    color: #185181;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
/* Menu */
.menu{
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.menu li{
    margin: 0 0 5px 0;
}
.menu li a:link, .menu li a:visited{
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    text-decoration: none;
}
.menu li a:hover,
.menu li a.menu-focus{
    background-position: 0 -37px;
    color: #fff;
    text-decoration: none;
}
.menu a span{
    display: block;
    float: left;
    height: 30px;
    margin: 3px 12px 0 10px;
    width: 40px;
}
.menu-dashboard{background: url(../img/backend/menu-dashboard.png) 0 -30px no-repeat}
.menu-schedule{background: url(../img/backend/menu-schedule.png) 0 -30px no-repeat}
.menu-options{background: url(../img/backend/menu-options.png) 0 -30px no-repeat}
.menu-routes{background: url(../img/backend/menu-routes.png) 0 -30px no-repeat}
.menu-bus-types{background: url(../img/backend/menu-bus-types.png) 0 -30px no-repeat}
.menu-reports{background: url(../img/backend/menu-reports.png) 0 -30px no-repeat}
.menu-buses{background: url(../img/backend/menu-buses.png) 0 -30px no-repeat}
.menu-reservations{background: url(../img/backend/menu-reservations.png) 0 -30px no-repeat}
.menu-users{background: url(../img/backend/menu-users.png) 0 -30px no-repeat}
.menu-preview{background: url(../img/backend/menu-preview.png) 0 -30px no-repeat}
.menu-install{background: url(../img/backend/menu-install.png) 0 -30px no-repeat}
.menu-logout{background: url(../img/backend/menu-logout.png) 0 -30px no-repeat}

.menu-focus .menu-dashboard, .menu a:hover .menu-dashboard,
.menu-focus .menu-schedule, .menu a:hover .menu-schedule,
.menu-focus .menu-routes, .menu a:hover .menu-routes,
.menu-focus .menu-reports, .menu a:hover .menu-reports,
.menu-focus .menu-bus-types, .menu a:hover .menu-bus-types,
.menu-focus .menu-buses, .menu a:hover .menu-buses,
.menu-focus .menu-reservations, .menu a:hover .menu-reservations,
.menu-focus .menu-options, .menu a:hover .menu-options,
.menu-focus .menu-users, .menu a:hover .menu-users,
.menu-focus .menu-preview, .menu a:hover .menu-preview,
.menu-focus .menu-install, .menu a:hover .menu-install,
.menu-focus .menu-logout, .menu a:hover .menu-logout{
    background-position: 0 0;
}
/* table */
.table{
    border-collapse: separate;
    border-top: solid 1px #e5e2e2;
    border-left: solid 1px #e5e2e2;
    border-bottom: solid 1px #e5e2e2;
    empty-cells: show;
    width: 100%;
}
.table th{
    background-color: #fff;
    border-bottom: solid 1px #e5e2e2;
    border-right: solid 1px #e5e2e2;
    color: #027ac6;
    font-weight: bold;
    font-size: 1.2em;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
}
.table th.nosub{
    border-bottom: solid 1px #fff;
}
.table th.sub{
    background-color: #f7f7f7;
    border-right: solid 1px #e5e2e2;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    color: #000;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    white-space: nowrap;
}
.table th.sort{
    overflow: hidden;
    padding: 0;
    width: 16px;
}
.table th.sort div{
    height: 35px;
    line-height: normal;
    overflow: hidden;
    width: 16px;
}
.table a:link, .table a:visited{
    color: #007AC3; /*808080;*/
    text-decoration: none;
}
.table a:hover{
    text-decoration: underline;
}
.sort a{
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.sort a.up:link, .sort a.up:visited, .sort a.up:hover{ background: url(../img/backend/icons/bullet_arrow_up.png) 0 0 no-repeat; }
.sort a.down:link, .sort a.down:visited, .sort a.down:hover{ background: url(../img/backend/icons/bullet_arrow_down.png) 0 0 no-repeat; }
.table tbody tr.odd{
    background-color: #fff;
}
.table tbody tr.even{
    background-color: #F7F7F7;
}
.table tbody tr.highlight{
    background-color: #FFFFCC;
}
.table tbody tr.hover{
    background-color: #F7F7F7;
}
.table a.icon:link, .table a.icon:visited{
    color: #757777;
    display: block;
    height: 16px;
    line-height: 16px;
    text-indent: 20px;
    text-decoration: none;
}
.table a.icon-edit{
    background: url(../img/backend/icon-edit.png) 0 0 no-repeat;
}
.table a.icon-delete,
.table a.icon-del{
    background: url(../img/backend/icon-delete.png) 0 0 no-repeat;
}
.table td{
    border-right: solid 1px #e5e2e2;
    border-top: solid 1px #e5e2e2;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 5px 7px;
}
.table span.ghost{
    display: block;
    width: 24px;
    height: 24px;
}

.pj-table tbody tr:hover{
    background-color: #FAF8EA;
}
.pj-table-icon-view:hover{
    background-position: 0 -24px;
}
.pj-skin-preview{
    margin-top: 1px;
}
.pj-table span.fs10{
    font-size: 11px;
}
.pj-table .pj-table-row-clickable {
    cursor: pointer;
}
/* jqueryui fix */
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
    overflow: hidden;
}
#content div.ui-tabs{
    padding: 0;
}
#content div.ui-widget-content{
    background: none;
    border: none;
}
.ui-timepicker-wrapper{
    width: 92px !important;
}
.ui-resizable-se{
    width: 8px !important;
    height: 8px !important;
}
/* Errors */
.notice-box{
    box-shadow: 3px 5px 10px -6px rgba(0, 0, 0, 0.75);
    font-size: 13px;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}
.notice-top{
    background: url(../img/backend/notice-top.png) 0 0 no-repeat;
    height: 2px;
    overflow: hidden;
    display: none;
}
.notice-middle{
    background: none repeat scroll 0 0 #d9edf7;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    color: #31708f;
}
.notice-bottom{
    background: url(../img/backend/notice-bottom.png) 0 0 no-repeat;
    height: 5px;
    overflow: hidden;
    display: none;
}
.notice-middle .notice-close{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(../img/backend/closeGray.png) 0 0 no-repeat;
}
.notice-middle .notice-info{
    background: url(../img/backend/icon-info.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 32px;
    margin: 0 10px 0 0;
    width: 32px;	
}
/* status */
.label-status{
    padding: 2px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.user-role-admin{background-color: #6EB738; color: #fff; text-shadow: 1px 1px 1px #3E6820;}
.user-role-owner{background-color: #006699; color: #fff; text-shadow: 1px 1px 1px #092B90;}
.user-role-editor{background-color: #CC6633; color: #fff; text-shadow: 1px 1px 1px #996600;}
.order-status-pending{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}
.order-status-confirmed{background-color: #2A8000; color: #fff; text-shadow: 1px 1px 1px #999;}
.order-status-cancelled{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}
.order-type-pickup{background-color: #996100; color: #fff; text-shadow: 1px 1px 1px #999;}
.order-type-delivery{background-color: #990052; color: #fff; text-shadow: 1px 1px 1px #333;}
.is_featured-1{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}
.is_featured-0{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}

.booking-icon{
    text-indent: 27px;
    display: block;
    line-height: 20px;
}
/* paginator */
.paginator{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.paginator li{
    display: inline-block;
}
.paginator li a:link, .paginator li a:visited{
    background-color: #CCCCCC;
    color: #000;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 1px 4px;
    border-radius: 2px;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
.paginator li a:hover{
    background-color: #EAEAEA;
}
.paginator li a.focus{
    background-color: #072B4F;
    color: #fff;
}
/* fieldset */
.fieldset legend{
    background-color: #003366;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 250px;
}
.fieldset{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 12px;
}
.fieldset legend{
    background-color: #003366;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF;
    padding: 2px 5px;
    width: 250px;
}
/* Colors */
.white{background-color: #fff; border: solid 1px #ccc; color: #000 !important}
.sky{background-color: #EAFBFB; border: solid 1px #ccc;}
.light{background-color: #f5f5f5; border: solid 1px #ccc;}

.gallery-item{
    background-color: #fdfdfd;
    float: left;
    width: 100px;
    height: 140px;
    margin: 0 5px 5px 0;
    text-align: center;
}
.gallery-image{
    cursor: move;
    margin: 0 !important;
}
.gallery-image a.image{
    cursor: move;
}
.gallery-image img{
    border: solid 1px #ccc;
    padding: 1px;
    margin: 7px 0 0 0;
}
#sortable{
    overflow: hidden;
    width: 740px;
}
.stock-image{
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}
.stock-image img,
.in-stock{
    padding: 1px;
    border: solid 1px #ccc;
}
.stock-image img.current{
    border: solid 1px #003399;
}

.ico{
    display: block;
    height: 16px;
    width: 16px;
}
.ico-add2{background: url(../img/backend/icon-add2.png) 0 0 no-repeat;}
.ico-delete2{background: url(../img/backend/icon-delete2.png) 0 0 no-repeat;}

.attr abbr{
    font-weight: bold;
}
.attr, .attr_item{
    float: left;
    margin: 0 5px 0 0;
}
.attr a, .attr input,
.attr_item a, .attr_item input{
    float: left;
}
.attr a, 
.attr_item a{
    margin: 7px 0 0 5px;
}
.attr abbr, 
.attr_item abbr{
    cursor: pointer;
}

.attrBox{
    border-bottom: solid 1px #ccc;
    line-height: 34px;
    overflow: hidden;
    padding: 5px 0;
}
.img-frame{
    border: solid 1px #ccc;
    padding: 1px;
}

/****************Dashboard***************/
.dashboard_header{
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 98px;
    margin-bottom: 20px;
}
.dashboard_header .item{
    float: left;
    height: 98px;
    position: relative;
    width: 33%;
}
.dashboard_header .item .stat{
    position: absolute;
    top: 20px; 
    left: 34px;
    min-height: 44px;
    color: #8D8A8A;
}
.dashboard_header .item .bookings{
    background: url(../img/backend/dashboard_bookings.png) 0 0 no-repeat;
}
.dashboard_header .item .today-departure{
    background: url(../img/backend/dashboard_today_departure.png) 0 0 no-repeat;
    left: 28px;
    top: 14px;
    height: 60px; 
}
.dashboard_header .item .total-buses{
    background: url(../img/backend/dashboard_total_buses.png) 0 0 no-repeat;
    left: 28px;
    top: 14px; 
}
.dashboard_header .item .stat .info{
    margin-left: 60px;
    font-size: 15px;
}
.dashboard_header .item .stat .info abbr{
    display: block;
    font-size: 31px;
    font-weight: bold;
    color: #515050;
    line-height: 32px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.dashboard_header .item .bookings .info abbr{
    line-height: 36px;
}
.dashboard_header .item .stat .smaller{
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.dashboard_header .item .stat .smaller abbr{
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    float: left;
    margin-right: 6px;
}
.dashboard_box{
    height: auto !important;
    min-height: 300px;
}
.dashboard_top{
    background: none repeat scroll 0 0 #f8f8f8;
    height: 41px;
}
.dashboard_middle{
    background: url(../img/backend/dashboard_middle.png) 0 0 repeat-y;
    overflow: hidden;
}
.dashboard_bottom{
    background: url(../img/backend/dashboard_bottom.png) 0 0 no-repeat;
    height: 5px;
}
.dashboard_subtop{
    height: 56px;
    width: 242px;
    background: url(../img/backend/dashboard_subtop.png) 0 0 no-repeat;
}
.dashboard_subtop label{
    color: #515050;
    float: left;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    margin-top: 14px;
    text-indent: 10px;
    width: 242px;
    display: block;
}
.dashboard_column_top{
    color: #515050;
    float: left;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    margin: 0;
    text-indent: 10px;
    width: 33.3%;
}
.dashboard_column_top:last-child,
.dashboard_column_top_last{
    margin: 0;
}
.dashboard_column{
    float: left;
    height: auto !important;
    min-height: 250px;
    overflow: hidden;
    width: 33.3%;
}
.dashboard_column:last-child,
.dashboard_column_last{
    margin: 0;
}
.dashboard_column .dashboard_list{
    overflow: auto;
    -ms-overflow-x: hidden;
    overflow-x:hidden;
}
.dashboard_column .dashboard_latest_list{
    max-height: 450px;
}
.dashboard_column .dashboard_overlapping_list{
    max-height: 178px;
}
.dashboard_row{
    border-bottom: solid 1px #ccc;
    padding: 15px 10px;
    overflow: hidden;
}
.quick_links{
    overflow: hidden;
    margin: 12px 10px 10px 10px;
}
.quick_links label{
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
}
.quick_links a{
    display: block;
    font-size: 14px;
    text-decoration: none;
    float: left;
}
.dashboard_row:last-child,
.dashboard_row_last{
    border-bottom: none;
}
.dashboard_gallery_row img{
    display: block;
    border: none;
    float: left;
    width: 100px;
    margin-right: 6px;
}
.dashboard_gallery_row .gallery-detail{
    overflow: hidden;
}
.dashboard_gallery_row .gallery-detail label{
    display: block;
    margin-bottom: 6px;
}
.dashboard_gallery_row .gallery-detail span{
    display: block;
}

.dashboard_photo_row img{
    display: block;
    border: none;
    float: left;
    width: 100px;
    margin-right: 6px;
}
.dashboard_photo_row .photo-detail{
    overflow: hidden;
}
.dashboard_photo_row .photo-detail label{
    display: block;
    margin-bottom: 6px;
}
.dashboard_photo_row .photo-detail span{
    display: block;
}
.dashboard_row label{
    display: block;
    margin-bottom: 5px;
}
.dashboard_row label:last-child{
    margin-bottom: 0px;
}
.dashboard_row a{
    text-decoration: none;
}

.dashboard_date {
    border-left: 1px solid #E9E8E7;
    color: #8B8888;
    float: right;
    padding: 0 0 0 10px;
    text-align: center;
}

.dashboard_date abbr {
    color: #515050;
    display: block;
    font: bold 14px/28px Verdana,sans-serif;
    text-transform: uppercase;
}

.dashboard_hour {
    color: #515050;
    float: right;
    font: bold 30px Verdana,sans-serif;
    padding: 7px 10px 0;
}
.extra_header{
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
    border: solid 1px #ddd;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font: bold 14px/30px Arial, sans-serif;
    padding: 10px;
}
.tipsy-listing{
    width: 250px;
}
.tipsy-listing .tipsy-inner{
    width: 230px;
    text-align: left;
    max-width: 230px;
}

.pj-form-field-select{
    padding: 6px !important; 
}

.empty {
    background-color: #135E8D;
    color: #FFFFFF;
}
label.ui-state-active{
    background: green !important;
    color: #fff !important;
}

.bs-location-list{
    overflow: hidden;
}
.bs-location-row{
    display: block;
    padding: 8px 0px; 
    margin-bottom: 4px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    position: relative;
}
.bs-location-row p{
    margin-bottom: 0px !important;
    padding: 0px 5px !important;
}
.location-icons{
    overflow: hidden;
    display: none;
    position: absolute;
    padding: 3px 6px;
    right: 6px;
    top: 6px;
    background-color: #ffffff;
}
.location-icons a{
    display: block;
    float: left;
    height: 24px;
    width: 23px;
    margin-right: 4px;
}
.location-icons  a.location-edit-icon{
    background: url(../img/backend/pj-edit.png) 0 0 no-repeat;
}
.location-icons  a.location-delete-icon{
    background: url(../img/backend/pj-delete.png) 0 0 no-repeat;
}
.location-icons  a.location-move-icon{
    margin-right: 0px;
    background: url(../img/backend/pj-move.png) 0 0 no-repeat;
}
.location-icons  a:hover{
    background-position: 0 -24px;
}
.location-icons  a.location-move-icon:hover{
    cursor: move;
}
.bs-location-row:hover{
    background-color: #f5f3f4;
    border: 1px solid #c8cfd5;
}
.bs-location-row:hover .location-icons{
    display: block;
    background-color: #f5f3f4;
}

/***********location grid**********/
.pj-location-grid{
    overflow: hidden;
}
.pj-location-grid table.display th, 
.pj-location-grid table.display td {
    border: 1px solid #CCCCCC;
    padding-left: 10px;
    padding-right: 10px;
}
.pj-location-grid .pj-first-column table.display td{
    color: #21201f;
    font-size: 13px;

}
.pj-location-grid .pj-location-column table.display td{
    padding-right: 0px;
    padding-left: 0px;
}
.pj-location-grid .pj-first-column table.display td,
.pj-location-grid .pj-first-column table.display th{
    border-right: none;
    background-color: #f4f4f4;
}
.pj-location-grid .pj-first-column table.display th{
    background-color: #f4f4f4;
    color: #acacab;
    font-weight: bold;
    font-size: 14px;
}
.pj-location-grid .pj-location-column table.display th{
    color: #21201F;
    font-size: 13px;
    background-color: #f4f4f4;
}
.pj-location-grid .pj-location-column table.display th a{
    color: #369bcf;
}
.pj-first-column{
    margin-top: 24px;
    border-right: 1px solid #CCCCCC;
    float: left;
    overflow: hidden;
}
.pj-first-column table th,.pj-first-column table td {
    width: 80px;
    border-right: none;
}
.pj-first-column table td{
    color: #474646;
    font-size: 12px;
}

.pj-location-column table th.first-col, .pj-location-column table td.first-col {
    border-left: none;
}
.pj-location-column table td{
    color: #827f7f;
}
.pj-location-column table th .break{
    height: 8px;
}
table#compare_table tr {

}

#compare_table {
    margin-bottom: 4px;
}
table#compare_table td{
    text-align: center;
}
table#compare_table td input{
    text-align: center;
}
.wrapper1,.wrapper2 {
    overflow: auto; 
    -ms-overflow-y: hidden;
    overflow-y:hidden;
}

.wrapper1 {
    height: 17px;
    margin-bottom: 7px;
}
.wrapper2{
    margin-top: 4px;
}
.div1-compare{
    height: 20px;
}

.div2-compare{
    overflow: auto;
}

/**********Tickets**********/
.bs-ticket-list{
    overflow: hidden;
}
.bs-ticket-row{
    display: block;
    padding: 8px 0px; 
    margin-bottom: 4px;
    position: relative;
}
.bs-ticket-row p{
    margin-bottom: 0px !important;
    padding: 0px 5px !important;
}
.ticket-icons{
    overflow: hidden;
    position: absolute;
    padding: 3px 6px;
    top: 6px;
    background-color: #ffffff;
}
.pj-ticket-count{
    position: absolute;
    top: 7px;
    right: 270px;
}
.pj-ticket-title{
    position: relative !important;
    top: auto !important;
    right: auto !important;
}
.pj-right-250{
    right: 250px;
}
.pj-right-168{
    right: 168px;
}
.pj-hide-count{
    display: none;
}

.bs-loader-outer{
    position: relative;
}
.bs-loader{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: url("../img/backend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
    left: 0;
    position: absolute;
    top: 0px;
}
#mapHolder{
    height: 300px !important;
    width: 700px !important;
    background: url("../img/seatLayout/lower.png") no-repeat scroll 12px 12px rgb(239, 236, 245);
    border: 2px solid;
}
.rect {
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1000;

    background: url("../img/seatLayout/seats.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 36px !important;
    left: 23px;
    line-height: 36px;
    margin-bottom: 8px;
    margin-right: 3px;
    top: 71px;
    width: 37px;
}
.bs-booked{
    /*background-color: #fe979b;*/

    background: url("../img/seatLayout/seats.jpg") no-repeat scroll 0 -68px rgba(0, 0, 0, 0);
    font-size: 9px;
    height: 34px !important;
    margin-bottom: 8px;
    margin-right: 3px;
    padding: 0;
    width: 36px;
}
.bs-selected{
    /*background-color: #5cccfa;*/
    background: url("../img/seatLayout/seats.jpg") no-repeat scroll 0 -102px rgba(0, 0, 0, 0);
    color: #000000;
    text-decoration: none;
    height: 34px !important;
}
.seatFemale {
    background: url("../img/seatLayout/seats.jpg") no-repeat scroll 0 -136px rgba(0, 0, 0, 0);
    font-size: 9px;
    height: 34px;
    margin-bottom: 8px;
    margin-right: 3px;
    padding: 0;
    width: 36px;
}
.bsInnerRect{
    color: #755dab;
    left: 0px;
    line-height: 19px;
    position: absolute;
    top: 0px;
}
.ui-dialog .ui-dialog-title {
    color: #fff;
}
.bs-available{
    cursor: pointer;
}
.chzn-container{
    float: left;
}
.bs-time{
    display: block;
    margin-top: 6px;
}
.bs-seats-legend{
    overflow: hidden;
}
.bs-seats-legend label{
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}
.bs-seats-legend label span{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.bs-seats-legend label span.bs-available-seats{
    background-color: #135E8D;
}
.bs-seats-legend label span.bs-selected-seats{
    background-color: #5cccfa;
}
.bs-seats-legend label span.bs-booked-seats{
    background-color: #fe979b;
}
.pj-table td.bs-booked-seat{
    background-color: #ffcc99 !important;
}
table.display td.bs-booked-seat{
    background-color: #ffcc99 !important;
    border-width: 2px;
    border-collapse: collapse;
}
.pj-table td.bs-passed-date, .pj-table td.bs-passed-date a{
    color: #838282;
}
.pj-table td.bs-bold-date{
    font-weight: bold;
}
.boxBusPeriod,
.boxRoutePeriod{
    display: none;
}
.bs-seat-legends{
    line-height: 24px;
}
.pj-link{
    display: block;
    float: left;
    margin-right:4px;
    padding: 2px 6px !important;
}
.bs-image{
    display: block;
    float: left;
    margin-right: 5px;
    width: 250px;
}
.pj-delete-image{
    display: block;
    width: 23px;
    height: 24px;
    background: url("../img/backend/pj-delete.png") no-repeat;
    float: left;
    padding-left: 26px;
    line-height: 24px;
    text-decoration: none;
}
.pj-delete-image:HOVER {
    background-position: 0 -24px;
}
.pj-form-field-before, .pj-form-field-after {
    height: 33px;
}
input.pj-form-field[type="text"], input.pj-form-field[type="password"] {
    height: auto;
}
.pj-status-T, .pj-status-F, .pj-status-E {
    width: auto !important;
}
.pj-status {
    width: auto !important;
}
.dashboard-stat-cols{
    height: 400px;
    overflow-x: hidden;
    overflow-y: visible;
}
.padding-left-0{
    padding-left: 0 !important;
}
.padding-right-0{
    padding-right: 0 !important;
}
.padding-bottom-0{
    padding-bottom: 0 !important;
}
.padding-top-0{
    padding-top: 0 !important;
}
.margin-bottom-0{
    margin-bottom: 0 !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}
.panel-green {
    border-color: #5cb85c !important;
}
.panel-green .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.panel-green a {
    color: #5cb85c !important;
}
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f !important;
}
.panel-red .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.panel-red a {
    color: #d9534f !important;
}
.panel-red a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e !important;
}
.panel-yellow .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.panel-yellow a {
    color: #f0ad4e !important;
}
.panel-yellow a:hover {
    color: #df8a13;
}
.huge {
    font-size: 40px;
}
.panel {
    border-radius: 4px !important;
}
.panel-link{
    /*background: none repeat scroll 0 0 #2577b5 !important;*/
    color: #2577b5 !important;
}
.pj-form-langbar {
    display: none;
}
.pj-table .pj-table-icon-menu {
    height: 24px;
}
.routeList table thead th:first-child,
.busType table thead th:first-child,
.grid_city table thead th:first-child,
.grid_boarding table thead th:first-child,
.bookingList table thead th:first-child,
.busList table thead th:first-child{
    width: 25px;
}
.busList table thead th:last-child,
.busType table thead th:last-child{
    width: 45px;
}
.bookingList table thead th:last-child {
    width: 80px;
}
.grid_city table thead th:last-child,
.grid_boarding table thead th:last-child,
.routeList table thead th:last-child{
    width: 127px;
}
.busType .pj-form-field{
    width: 100%;
}
.ui-widget-header {
    background: none repeat scroll 0 0 #464646;
}
.main-area-border .notice-box:nth-child(2) .notice-middle{
    background: #dff0d8;
    color: #3c763d;
}
.main-area-border .notice-box:nth-child(2) .notice-middle .fa-info-circle{
    display: none;
}
.pj-multilang-input{
    display: none !important;
}
.pj-table th {
    background-color: #333333;
    color: #fff;
    padding: 7px;
    border-left: none;
}
.ui-datepicker-header{
    background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% rgb(204, 204, 204);
    border: 1px solid rgb(170, 170, 170);
    color: rgb(34, 34, 34);
    font-weight: bold;
}
.pj-table .pj-table-sort-up, .pj-table .pj-table-sort-down {
    padding: 5px;
}
#grid select{
    width: 100%;
}
 input.pj-form-field{
    line-height: 1.42857 !important;
}
.icon-margin{
    margin: 5px 6px !important;
    font-size: 14px;
}
.pj-table .pj-table-icon-edit {
    background: none repeat scroll 0 0 transparent !important;
}
.pj-table .pj-table-icon-delete {
    background: none repeat scroll 0 0 transparent !important;
}
div .ui-tabs ul li a{
    font-size: 16px;
}