﻿#container {
    margin: auto;
    min-width: 330px;
    max-width: 990px;
    height: 100%;
    position: relative;
}
.search_ticket {
    background: #185970;
    width: 98%;
    margin-top: 30px;
    float: left;
}
.blue {
    color: #185970;
}
.h2header {
    font-size: 1em;
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
    /*	clear: right;	*/
}

tr:nth-child(odd) {
    background: rgb(242, 242, 242);
}

tr:nth-child(even) {
    background: white;
}


th {
    /*font-size: 1.15em;*/
    /*background: rgb(247, 146, 55);*/ /*vikiram block color date pick*/
    padding: 10px 15px;
    text-align: left;
    font-weight: 700;
    border-color:white;
}

td {
    padding: 5px 0px 5px 15px;
    border-color: white;
}

    td:last-child {
        padding-right: 20px;
    }

table.small td:first-child {
    padding-left: 0;
}
.scale
{
width:100%;
}
tr:nth-child(2n+1) {
    background: #FAFAFA;
}

/*new*/
.search_ticket_texta {
    width: 168px;
    float: left;
    margin-top: 20px;
}

    .search_ticket_texta .texta {
        width: 150px;
        Height: 30px;
        font-size: 12px;
        padding: 5px;
    }

.search_ticket_texta1 {
    width: 140px;
    float: left;
    margin-top: 20px;
}
    .search_ticket_texta1 .texta {
        width: 130px;
        padding: 5px;
        Height: 30px;
        font-size: 12px;
    }
    .search_ticket_texta1 .texta1 {
        width: 125px;
        padding: 6px 6px 6px 30px;
        color: #000;
        Height: 30px;
        font-size: 12px;
        background: #fff url(../images/texta_icon.png) no-repeat;
    }
.search_ticket_texta2 {
    width: 187px;
    float: left;
    margin-top: 20px;
}

    .search_ticket_texta2 .texta2 {
        width: 173px;
        padding: 6px;
        Height: 31px;
        font-size: 12px;
    }


.search_ticket_sub {
    width: 118px;
    margin-top: 20px;
    float: left
}

    .search_ticket_sub .texta_sub {
        width: 118px;
        padding: 5px 0px;
        background: #87aa44;
        border: 0px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

        .search_ticket_sub .texta_sub:hover {
            color: #fff;
            opacity: 0.7;
        }

.search_ticket_ads {
    width: 118px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
}

    .search_ticket_ads .texta_sub {
        width: 118px;
        padding: 5px 0px;
        background: #87aa44;
        border: 0px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

        .search_ticket_ads .texta_sub:hover {
            color: #fff;
            opacity: 0.7;
        }

.search_ticket_check {
    width: 135px;
    float: left;
    margin-top: 17px;
    margin-bottom: -5px;
}

.search_ticket_admin {
    width: 168px;
    float: left;
    margin-top: 16px;
}

/*3rd page css*/
.book_ticket_texta1 .texta1 {
    width: 125px;
    padding: 3px 3px 5px 30px;
    color: #000;
    background: #fff url(../images/texta_icon.png) no-repeat;
    border:solid 1px rgb(24, 89, 112);
}
 .search_ticket_customer{ width:220px; float:left;margin-right:10px;  }
 .search_ticket_customer .customer{ Height:30px;font-size:12px; padding:5px;}
 .search_ticket_cusbut{ width:118px;  float:left}
.search_ticket_cusbut .cusbut{ width:118px; padding:6px 0px; background:#87aa44; border:0px; color:#fff; font-weight:bold; cursor:pointer; font-size: 0.7em;}
.search_ticket_cusbut .cusbut:hover {
	 color:#fff;
	opacity: 0.7;
  }