﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: calibri;
}

.c {
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}

a {
    color: #333333;
    text-decoration: none;
}

#header {
    width: 100%;
    margin: 0;
    background: #000000;
    height: 70px;
}

.text {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 24px;
}

.home_btn {
    background: url(../images/home-Icon.png) no-repeat center left;
    padding-left: 20px;
}

    .home_btn a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .home_btn a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

.logout {
    background: url(../images/logout_btn.png) no-repeat center left;
    padding-left: 20px;
}

    .logout a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .logout a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

#container {
    padding: 5px;
}

#container_login {
    background: url(../images/gray_bg.jpg) repeat-x;
    padding: 15px;
}

.menu {
    background: #FFFFFF;
    height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2px 3px 2px 10px;
    line-height: 55px;
    margin: 0 0 15px 0;
}

    .menu ul {
        float: left;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

        .menu ul li {
            background: url(../images/gray_bg.jpg) no-repeat right center;
            display: inline-block;
            list-style: none;
            height: 53px;
            padding: 0 10px 0 8px;
        }

            .menu ul li a {
                color: #9d9c9c;
            }

                .menu ul li a.active {
                    color: #ee7101;
                }

                .menu ul li a:hover {
                    color: #ee7101;
                }

            .menu ul li img {
                padding-right: 7px;
                vertical-align: middle;
            }

.balance {
    background: url(../images/balance_bg_2.png) no-repeat;
    width: 148px;
    height: 33px;
    padding: 5px 2px;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    float: left;
    margin: 5px 5px 0 0;
}

    .balance span {
        font-size: 12px;
    }

    .balance img {
        border-right: #ececec solid 1px;
        vertical-align: middle;
        padding: 5px 10px;
        margin-right: 10px;
    }


.services {
    background: #FFFFFF;
    box-shadow: 1px 1px 1px 1px #4c4c4c;
    border: 1px solid #4c4c4c;
    width: 150px;
    float: left;
    margin-right: 15px;
    min-height: 400px;
    height: auto !important;
}

.services_counter {
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 8px 6px -1px #4c4c4c;
    -webkit-box-shadow: 2px 8px 6px -1px #4c4c4c;
    box-shadow: 2px 8px 6px -1px #4c4c4c;
    width: 235px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    min-height: 50px;
    height: auto !important;
}

h1 {
    background: url(../images/heading_bg.png) repeat-x;
    height: 43px;
    line-height: 40px;
    font-size: 18px;
    color: #585858;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: normal;
}

marquee {
    float: right;
    background: #FFFFFF;
    border: #CCCCCC solid 1px;
    color: #ff0000;
    margin: 5px 10px 0;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
}

.services ul {
    font-size: 14px;
    margin: 0;
    padding: 0px;
}

    .services ul li {
        list-style: none;
        border-bottom: #CCCCCC solid 1px;
        line-height: 42px;
        padding: 0 0px;
        display: block;
        height: 43px;
    }

        .services ul li a {
            color: #333333;
            display: block;
            height: 43px;
        }

            .services ul li a:hover {
                color: #ee7101;
                background: url(../images/services_menu_bg.jpg) repeat-x;
                height: 43px;
            }

            .services ul li a.active {
                color: #ee7101;
                background: url(../images/services_menu_bg.jpg) repeat-x;
            }

        .services ul li img {
            padding: 0 10px;
            vertical-align: middle;
        }
/*.services ul li.shopping
{background:url(images/shopping_icon.png) no-repeat center left;
}
.services ul li.enquiries
{background:url(images/enquiries_icon.png) no-repeat center left;
}
.services ul li.bus
{background:url(images/bus_icon.png) no-repeat center left;
}
.services ul li.recharge
{background:url(images/recharge_icon.png) no-repeat center left;
}
.services ul li.hotel
{background:url(images/hotel_icon.png) no-repeat center left;
}
.services ul li.essel
{background:url(images/essel_icon.png) no-repeat center left;
}*/

.welcome {
    background: #FFFFFF;
    box-shadow: 1px 1px 1px 1px #4c4c4c;
    width: 100%;
    float: left;
    min-height: 400px;
    height: auto !important;
    border: 1px solid #4c4c4c;
}

.welcome1 {
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 8px 6px -1px #4c4c4c;
    -webkit-box-shadow: 2px 8px 6px -1px #4c4c4c;
    box-shadow: 2px 8px 6px -1px #4c4c4c;
    width: 100%;
}

.sales_graph {
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #efefef solid 1px;
    margin: 0 0 0 15px;
    width: 100%;
    margin: 0 15px 15px 0;
    float: left;
}

.promotion {
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #efefef solid 1px;
    width: 300px;
    float: right;
    margin: 0 10px 0 12px;
}

    .promotion p {
        color: #2f2b2b;
        font-size: 12px;
        margin: 5px 10px;
        padding: 10px 0;
        border-bottom: #c8c8c8 solid 1px;
    }

        .promotion p.last {
            color: #2f2b2b;
            font-size: 12px;
            margin: 5px 10px;
            padding: 10px 0;
            border-bottom: #FFFFFF solid 1px;
        }

.entry_bg {
    background: url(../images/heading_bg_1.jpg) repeat-x;
    height: 43px;
    color: #000000;
    font-size: 12px;
    font-family: calibri;
    font-weight: bold;
}

.tect1 {
    font-family: calibri;
    color: #333333;
    font-size: 12px;
    border-bottom: #000000 dotted 1px;
}

.feedback {
    width: 480px;
    height: 11px;
    margin: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e6e6e6 solid 1px;
    padding: 10px;
    font-size: 12px;
}

.submt {
    background: #4d4d4d;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}

    .submt:hover {
        background: #333333;
    }

.textbox {
    width: 170px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #e6e6e6 solid 1px;
}

.textbox_red {
    width: 170px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FF0000;
}

.textbox2 {
    width: 215px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #c7c5c5 solid 1px;
    margin: 5px 0;
}

.textbox1 {
    width: 100px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #e6e6e6 solid 1px;
}

.o_text {
    color: #ee7101;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.text3 {
    color: #F60;
    font-size: 12px;
}

    .text3 span {
        font-size: 12px;
    }

    .text3 a {
        color: #F60;
    }

.text2 {
    font-size: 12px;
    padding: 5px;
}

/*.orange_bg
{
background:url(images/orange_bg.jpg) repeat-x;
padding:10px;
-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	
}
*/
.login_heading {
    font-size: 20px;
    color: #585858;
    border-bottom: #e6e6e6 solid 1px;
    padding: 5px 0;
}

/*.w_text
{
font-size:12px;
color:#FFFFFF;
line-height:14px;
}
.w_text a
{
color:#FFFFFF;}
*/


.offer {
    background: #FFFFFF;
    border: #e3e3e3 solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 10px 0 12px;
    padding: 5px;
}

    .offer p {
        margin: 0;
        padding: 0;
        color: #333333;
        font-size: 12px;
    }

    .offer a {
        color: #ee7101;
    }

.brd {
    border-bottom: dotted #dbdbdb 1px;
}

.brd_shadow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 7px 0px #4c4c4c;
    -webkit-box-shadow: 2px 2px 7px 0px #4c4c4c;
    box-shadow: 2px 2px 7px 0px #4c4c4c;
    padding: 5px;
}

.multilink {
    padding: 10px 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}

/*.serch_filter_box
{border:#e3e3e3 solid 1px;
-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	width:180px;
	padding:5px;
	margin:10px;
height:150px;
	-moz-box-shadow: 2px 2px 7px 0px #4c4c4c;
	-webkit-box-shadow: 2px 2px 7px 0px #4c4c4c;
	box-shadow:2px 2px 7px 0px #4c4c4c;
	float:left;

}

.serch_filter_box h2
{font-size:15px;
border-bottom:#e3e3e3 solid 1px;
padding:5px;
margin:0 5px 5px;
}
*/

.lable {
    text-align: left;
    font-size: 12px;
}

.label {
    text-align: left;
    font-size: 12px;
}

.checkbox {
    margin: 5px 10px;
}


/*.subnav {
	height: 100px;
	background-color: #ccc;
	background-image: radial-gradient(100% 500%,ellipse cover,#00A6FE 0,#0077E5 100%);
	background-image: radial-gradient(100% 500%,ellipse farthest-corner,#00A6FE 0,#0077E5 100%);
	background-image: radial-gradient(100% 500%,ellipse cover,#00A6FE 0,#0073E5 100%);
	background-image: -webkit-gradient(radial,100% 500%,0,center top,559,color-stop(0,#00A6FE),color-stop(1,#0077E5));
	background-image: radial-gradient(100% 500%,ellipse cover,#00A6FE 0,#0077E5 100%);
	-moz-box-shadow: 0 -6px 5px -6px rgba(0,0,0,.6) inset,0 7px 5px -6px rgba(0,0,0,.2) inset,0px 7px 7px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 -6px 5px -6px rgba(0, 0, 0, .6) inset,0 7px 5px -6px rgba(0, 0, 0, .2) inset,0px 7px 7px rgba(255, 255, 255, 0.6);
	box-shadow: 0 -6px 5px -6px rgba(0, 0, 0, .6) inset,0 7px 5px -6px rgba(0, 0, 0, .2) inset,0px 7px 7px rgba(255, 255, 255, 0.6);
	color: black;
	font-size: 14px;
	text-align: center;

}
.subnav a
{color: black;
font-size: 14px;
}
.subnav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

body.subnav-active {
	padding-top: 117px;
}*/

.book {
    background: #4d4d4d;
    height: 35px;
    padding: 5px;
    color: #000000;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .book:hover {
        background: #333333;
    }

.agent {
    font-size: 13px;
    text-align: center;
    margin: 5px;
}

.gray_bg {
    background: #f0f0f0;
    color: #000000;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}

.gray_bg1 {
    background: #fff;
    color: #000000;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}

.success {
    height: auto;
    background: #e2f6c5 url(../images/right.png) 1% no-repeat;
    border: #79c20d solid 1px;
    color: #32510f;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 5px;
    padding: 0 40px;
}

.error {
    height: auto;
    background: #f3d9d9 url(../images/cross.png) 1% no-repeat;
    border: #d20009 solid 1px;
    color: #7b050f;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 5px;
    padding: 0 40px;
}

.warning {
    height: auto;
    background: #f5f3ba url(../images/warning.png) 1% no-repeat;
    border: #c7a20d solid 1px;
    color: #796616;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 5px;
    padding: 0 40px;
}

.information {
    height: auto;
    background: #E0ECFF url(../images/infoballon.gif) no-repeat 1%;
    border: 1px none #c7a20d;
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 5px;
    padding: 0 40px;
}

h2 {
    font-size: 14px;
    border-bottom: #CCCCCC solid 1px;
    margin: 10px;
    padding: 5px 10px;
}


.error_text {
    color: red;
}

.caption_11 {
    font-size: 11px;
    font-weight: normal;
}

.caption_12 {
    font-size: 12px;
    font-weight: normal;
}

.caption_14 {
    font-size: 14px;
    font-weight: normal;
}

.caption_16 {
    font-size: 16px;
    font-weight: normal;
}

.separator {
    border-bottom: 1px dotted #232323;
}


.pf11 {
    font-size: 11px;
}

.pf12 {
    font-size: 12px;
}

.pf14 {
    font-size: 14px;
}

.pf16 {
    font-size: 16px;
}

.pf18 {
    font-size: 18px;
}

.pf20 {
    font-size: 20px;
}

.pf24 {
    font-size: 24px;
}

.pf26 {
    font-size: 26px;
}

.pf28 {
    font-size: 28px;
}


.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.opt {
    font-size: 11px;
    font-weight: normal;
    color: #009900;
}


.noDataFound {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.info {
    font: normal 18px/22px "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #808080;
}

.mendatory {
    color: #e80c4d;
}

.progressbar_div {
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .3em;
}

    .progressbar_div span {
        border-width: 0px;
        position: fixed;
        padding: 10px;
        background-color: #FFFF99;
        color: #000000;
        left: 44%;
        top: 0;
        font: normal 14px/22px "Segoe UI", Verdana, Helvetica, Sans-Serif;
    }


.num {
    color: #000000;
}

    .num a {
        padding: 0 3px;
    }

        .num a:hover, .num a.active {
            color: #CC0000;
            text-decoration: underline;
        }

.gray_bg1 a {
    color: #ee7101;
    text-decoration: underline;
}

.gray_bg a {
    color: #ee7101;
    text-decoration: underline;
}


/* Added By Saurabh for chat displaying 23/4/2014*/
.chatBody {
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
}

.Request {
    background-color: #e4e4e4;
    float: left;
    padding: 0.1%;
    width: 80%;
    color: Black;
    font-family: Arial;
    margin-top: 0.5%;
    font-size: 13px;
}

.Response {
    background-color: #808080;
    margin-top: 0.5%;
    float: right;
    width: 90%;
    padding: 0.2%;
    color: White;
    font-family: Arial;
    font-size: 13px;
}

.chatTitle {
    margin-top: 2%;
    font-weight: bold;
    text-align: center;
    padding: 0.6%;
    width: 100%;
    color: White;
    background-color: Black;
    font-family: Arial;
}

.datetime {
    font-size: 12px;
    border-top: 1px dotted White;
    padding: 3px;
}

#success {
    background: #2ea125;
    color: #fff;
    padding: 10px;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    width: auto !important;
}

/*Conversation Page Design added on 9/5/2014*/
.leftarrowdiv {
    width: 70%;
    min-height: 40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
    background: #808080;
    color: white;
    padding: 5px;
    position: relative;
    word-wrap: break-word;
    -moz-border-radius: 5px; /*add some nice CSS3 round corners*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0.6em;
    float: right;
    font-weight: bold;
}

.rightarrowdiv {
    width: 70%;
    min-height: 40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
    background: #E4E4E4;
    color: black;
    padding: 5px;
    position: relative;
    word-wrap: break-word;
    -moz-border-radius: 5px; /*add some nice CSS3 round corners*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 30%;
    margin-bottom: 0.6em;
}

.leftarrowdiv:after { /*arrow added to leftarrowdiv DIV*/
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -20px; /*should be set to -border-width x 2 */
    width: 0;
    height: 0;
    border-color: transparent #808080 transparent transparent; /*border color should be same as div div background color*/
    border-style: solid;
    border-width: 10px;
}

.rightarrowdiv:after { /*arrow added to rightarrowdiv DIV*/
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 100%; /*should be set to 100% */
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #E4E4E4; /*border color should be same as div div background color*/
    border-style: solid;
    border-width: 10px;
}

.Responsetime {
    font-size: 12px;
    color: white;
    text-align: right;
}

.Requesttime {
    font-size: 12px;
    color: black;
}

.pendingcls {
    color: White;
    padding: 5px;
    font-size: 12px;
    background-color: red;
    margin-left: 10px;
    height: 13px;
    width: auto;
    min-width: 20px;
    float: left;
    margin-top: 15px;
}

    .pendingcls a {
        color: white;
    }

.closingcls {
    color: White;
    padding: 5px;
    font-size: 12px;
    background-color: green;
    margin-left: 10px;
    height: 13px;
    width: auto;
    float: left;
    min-width: 20px;
    margin-top: 15px;
}

    .closingcls a {
        color: white;
    }

.unallotedcls {
    color: White;
    padding: 5px;
    font-size: 12px;
    background-color: #ffb902;
    margin-left: 2px;
    height: 13px;
    width: auto;
    float: left;
    min-width: 20px;
    margin-top: 15px;
}

    .unallotedcls a {
        color: white;
    }

.reopenedcls {
    color: White;
    padding: 5px;
    font-size: 12px;
    background-color: #00008D;
    margin-left: 10px;
    height: 13px;
    width: auto;
    float: left;
    min-width: 20px;
    margin-top: 15px;
}

    .reopenedcls a {
        color: white;
    }

.boxparent {
    position: absolute;
}

.pagination-button {
    padding: 3px;
    background: #e5e5e5;
    margin-top:3px;
    position:relative;
    display:inline-block;
}

.aspNetDisabled {
    padding: 3px;
    border: 1px solid #000;
    background: #e4e4e4;
}
