﻿body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    color: #4d4d4d;
}

h2 {
    margin: 22px 0 15px 10px;
    padding: 0;
    color: #2b67af;
    font-weight: bold;
    font-size: 15px;
}

/* MISC  
/*----------------------------------------------------------*/

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/*.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}*/

.field-validation-error {
    color: Red;
}

input[type="text"], input[type="password"], textarea {
    width: 200px;
    font-family: inherit;
    border: 1px solid #dadada;
}

textarea {
    height: 50px;
    resize: none;
}

select {
    width: 205px;
}

button {
    font-family: inherit;
    width: 100px;
}

div.table {
    display: table;
    margin: 15px 0;
}

    div.table ul {
        display: table-row;
    }

        div.table ul li {
            padding: 4px;
            min-width: 100px;
            display: table-cell;
            vertical-align: middle;
        }


#idletimeout {
    background: #CC5100;
    border: 3px solid #FF6500;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }




.customerregistration ul li {
    display: inline-block;
    list-style-type: none;
    min-width: 100px;
    vertical-align: text-top;
}

.k-textbox {
    width: 235px !important;
}



img, img a, img a:hover {
    border: none;
}

.clear {
    clear: both;
}


.header-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 100px;
    position: relative;
}

.logo {
    top: 15px;
    left: 12px;
    margin: 0;
    padding: 0;
    width: 202px;
    height: 70px;
    position: absolute;
}

.support {
    top: 0;
    right: 12px;
    margin: 0;
    padding: 0;
    width: 195px;
    height: 65px;
    position: absolute;
}

.welcomeblock {
    bottom: 0;
    right: 26px;
    margin: 0;
    padding: 0;
    width: auto;
    height: 35px;
    position: absolute;
}

    .welcomeblock p {
        margin: 0;
        padding: 0;
        text-align: right;
        line-height: 35px;
    }

        .welcomeblock p a {
            margin: 0;
            padding: 0;
            color: inherit;
            text-decoration: none;
        }

            .welcomeblock p a:hover {
                color: #d6161b;
            }

.menu-block {
    width: 100%;
    height: 30px;
    background: url(Images/Menu-bg.jpg) repeat-x;
}

.menu-wrapper {
    margin: 0 auto;
    padding: 0 12px;
    width: 1000px;
    height: 30px;
}

.body-wrapper {
    margin: 15px;
    padding: 0 12px;
}

.twocolumns {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

.leftcolumn {
    margin: 0 40px 0 0;
    padding: 0;
    width: 480px;
    float: left;
}

    .leftcolumn ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .leftcolumn ul li {
            display: inline;
        }

.rightcolumn {
    margin: 0;
    padding: 0;
    width: 480px;
    float: right;
}

.footer {
    width: 100%;
    height: 30px;
    background: url(Images/Footer-Bg.jpg) repeat-x top center;
}

.footer-wrapper {
    margin: 0 auto;
    padding: 0 12px;
    width: 1000px;
    height: 30px;
}

    .footer-wrapper p {
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 30px;
    }



/* menu override */


.menu-wrapper .k-header,
.menu-wrapper > ul > li > .k-link:link {
    background-color: transparent;
    background-image: none;
    color: #ffffff !important;
}

.menu-wrapper .k-menu.k-header,
.menu-wrapper .k-widget.k-menu-horizontal > .k-item {
    border: none !important;
}


.menu-wrapper .k-i-arrow-s {
    background-position: -16px -32px;
}

.menu-wrapper .k-group {
    top: 4px !important;
}


.k-secondary .k-dropdown .k-input:hover,
.k-secondary .k-dropdown .k-state-focused .k-input:hover {
    color: #ffffff !important;
}


.menu-wrapper .k-state-active,
.menu-wrapper .k-state-active:hover,
.menu-wrapper .k-active-filter,
.menu-wrapper .k-tabstrip .k-state-active {
    background-color: none !important;
    border-color: #c01619;
    color: #FFF !important;
}

.menu-wrapper .k-state-border-down {
    background: url(Images/Menu-bg.jpg) repeat-x !important;
}

.menu-wrapper > ul > .k-first .k-link {
    color: #FFF !important;
}

.k-window-titlebar.k-header {
    color: #FFF !important;
    background: url(Images/Menu-bg.jpg) repeat-x !important;
}

.k-grid-header .k-header {
    font-weight: bold !important;
}

.tablerow {
    background-color: #d3161a;
    font-weight: bold;
    /*border: 0px solid black;*/
    color: white;
    height: auto;
}

.tableheader {
    width: 193px;
    /*border: 2px solid black;*/
}

ul .k-group.k-popup.k-reset {
    width: auto !important;
    min-width: 178px;
}

.k-window-action .k-i-close {
    color: #ffffff;
    background-position: -48px -16px;
    opacity: 1;
}

.home-top {
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 250px;
}

.home-left {
    margin: 15px 0 0 0;
    padding: 0;
    width: 450px;
    float: left;
}

    .home-left h1 {
        margin: 0;
        padding: 0;
        color: #c51518;
        font-size: 16px;
        /*font-style: italic;*/
    }

.home-right {
    margin: 5px 0 0 0;
    padding: 0;
    width: 550px;
    float: right;
}

.home-bottom {
    margin: 20px 0 0 0;
    padding: 0;
    width: 1000px;
}

.home-bottom-left {
    margin: 0 40px 0 0;
    padding: 0;
    width: 560px;
    float: left;
}

    .home-bottom-left h1 {
        margin: 0;
        padding: 0;
        color: #c51518;
        font-size: 16px;
    }

    .home-bottom-left p {
        line-height: 20px;
        text-align: justify;
    }

.home-bottom-right {
    margin: 0;
    padding: 0;
    width: 400px;
    float: right;
}

    .home-bottom-right h1 {
        margin: 0 0 14px 0;
        padding: 0;
        color: #c51518;
        font-size: 16px;
    }

    .home-bottom-right p {
        line-height: 20px;
        text-align: justify;
    }

.home-bottom-right-scroll {
    width: 400px;
    height: 175px;
}

.readmore {
    margin: -20px 0 0 0;
    padding: 5px 0 5px 5px;
    float: right;
}

    .readmore a {
        margin: -20px 0 0 0;
        padding: 5px 0 5px 5px;
        float: right;
        color: #c51518;
    }

        .readmore a:hover {
            color: #840507;
        }

.bullets ul {
    margin: 10px 5px 0 15px;
    padding: 0;
    line-height: 18px;
}

    .bullets ul > li {
        margin: 0 0 10px 0;
        padding: 0 0 0 5px;
    }

.smooth_m > div {
    white-space: normal !important;
}

#Menu > li > a.k-link:link, #Menu > li > a.k-link:visited, #Menu > li > a.k-nav-current.k-state-hover.k-link {
    color: #FFFFFF;
}






/*New Styles*/

.triptable {
    background-color: #ffffcc;
    width: 100%;
    height: 38px;
    border: 1px solid #dadada;
}

    .triptable td span {
        padding-left: 5px;
        font-weight: bold;
        color: #bb1519;
    }

.summarydiv {
    margin: 0;
    padding: 0;
    width: 248px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
    float: right;
}

.subheading {
    margin: 0;
    padding: 0 8px 0 8px;
    width: 232px;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    background-color: #ffffcc;
    text-align: left;
    height: 28px;
    line-height: 30px;
}

.line {
    height: 1px;
    border: none;
    color: #ebebeb;
    background-color: #ebebeb;
    width: 95%;
}

.detailsdiv {
    margin: 0 10px 0 0;
    padding: 0;
    width: 738px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
    /*float: left;*/
}

.detailsdiv_Bulk {
    margin: 0 10px 0 0;
    padding: 0;
    width: 1000px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
    float: left;
}

.travellerdetailstable {
    margin: 0 9px;
    width: 720px;
}

.header-div {
    margin: 0 9px 3px 9px;
    width: 720px;
    height: 30px;
    line-height: 25px;
    background-color: #ffffcc;
    text-align: center;
    border: 1px solid #dadada;
}

.fromtoblock {
    margin: 12px 12px;
    width: 224px;
    line-height: 22px;
}

.floatleft {
    float: left;
}

    .floatleft p {
        margin: 0;
        padding: 0;
    }

        .floatleft p span {
            font-weight: bold;
            color: #bb1519;
        }

.floatright {
    float: right;
}

    .floatright p {
        margin: 0;
        padding: 0;
    }

        .floatright p span {
            font-weight: bold;
            color: #bb1519;
        }


.journeyblock {
    margin: 14px 12px;
    width: 224px;
}

.fareblock {
    margin: 14px 12px;
    width: 224px;
}

.totalfare {
    margin: 0;
    padding: 0 8px 0 8px;
    width: 232px;
    border-top: 1px solid #dadada;
    background-color: #ffffcc;
    text-align: left;
    height: 28px;
    line-height: 30px;
}


.canceldiv {
    margin: 100px auto 0 auto;
    padding: 0;
    width: 400px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
}


.cancellationsummary {
    margin: 0 10px 0 0;
    padding: 0;
    width: 100%;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
    float: left;
}

.contactdiv {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
}

.cancelheader {
    height: 30px;
    background: url(Images/Menu-bg.jpg) repeat-x;
}

.contactusDiv {
    margin: 0;
    padding: 0;
    width: 400px;
    float: left;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
}


.TC ul {
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
}

    .TC ul li {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0 0 0 5px;
    }


.aboutus {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .aboutus h1 {
        margin: 0;
        padding: 0;
        color: #c51518;
        font-size: 16px;
    }

    .aboutus p {
        line-height: 20px;
        text-align: justify;
    }

    .aboutus ul {
        margin: 0;
        padding: 0;
    }

        .aboutus ul li {
            margin: 0 0 0 20px;
            line-height: 20px;
        }

.TCdiv {
    margin: 30px auto 0 auto;
    padding: 0;
    width: 900px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
}





div.rcpttable {
    display: table;
    margin: 0;
}

    div.rcpttable ul {
        display: table-row;
        margin: 0;
        padding: 0;
    }

        div.rcpttable ul li {
            margin: 0;
            padding: 5px 0;
            min-width: 100px;
            display: table-cell;
            vertical-align: middle;
        }



/*Executive Users Dashboard*/

.edb-fullwidth {
    margin: 20px 0 0 0;
    padding: 0;
    width: 1000px;
    height: 350px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
}

.ebd-halfwidth-left {
    margin: 20px 0 0 0;
    padding: 0;
    width: 490px;
    height: 250px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
    float: left;
    display: inline-block;
}

.ebd-halfwidth-right {
    margin: 20px 0 0 0;
    padding: 0;
    width: 490px;
    height: 250px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 4px solid #ffc136;
    float: right;
    display: inline-block;
}


#chart2 {
    /*background:url(Kendo/Metro/gauge-container-partial1.png) no-repeat 50% 50%;*/
}

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: #787878 !important;
}





/*New Layout*/

.nl-header-wrapper {
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
}

.nl-header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90px;
    background: url(Images/Header-Bg.jpg) top left repeat-x;
}

.nl-header-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 90px;
}

.nl-header-title {
    position: absolute;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: -0.025em;
    font-weight: 600;
    left: 245px;
    top: 33px;
}

.nl-welcome-msg {
    position: absolute;
    text-align: right;
    right: 20px;
    top: 58px;
}

    .nl-welcome-msg p {
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
    }

        .nl-welcome-msg p a {
            text-decoration: none;
            color: inherit;
        }

            .nl-welcome-msg p a:hover {
                color: #d1cfcf;
            }

.nl-menu-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    background-color: #363b3f;
}

    .nl-menu-wrapper ul {
        margin: 0;
        padding: 0 15px;
        float: left;
        font-weight: bold;
    }

        .nl-menu-wrapper ul li {
            display: inline;
        }

            .nl-menu-wrapper ul li a {
                float: left;
                text-decoration: none;
                color: white;
                line-height: 30px;
                padding: 0 15px;
            }

                .nl-menu-wrapper ul li a:hover {
                    color: white;
                    background: #d72324; /* Old browsers */
                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODE0MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, #41b0de 0%, #2b67af 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41b0de), color-stop(100%,#2b67af)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #41b0de 0%,#2b67af 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #41b0de 0%,#2b67af 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #41b0de 0%,#2b67af 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #41b0de 0%,#2b67af 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b0de', endColorstr='#2b67af',GradientType=0 ); /* IE6-8 */
                }

.nl-content {
    position: fixed;
    top: 120px;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.nl-content-left {
    position: absolute;
    top: 3%;
    left: 0;
    bottom: 0;
    width: 220px;
    height: 97%;
    background: #d72324; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3MjMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODE0MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #41b0de 0%, #2b67af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41b0de), color-stop(100%,#2b67af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #41b0de 0%,#2b67af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #41b0de 0%,#2b67af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #41b0de 0%,#2b67af 100%); /* IE10+ */
    background: linear-gradient(to bottom, #41b0de 0%,#2b67af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b0de', endColorstr='#2b67af',GradientType=0 ); /* IE6-8 */
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 5px solid #363b3f;
    overflow: auto;
}

.nl-content-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 220px;
    height: 100%;
    overflow: auto;
}

.nl-footer {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    background-color: #363b3f;
}

    .nl-footer p {
        margin: 0;
        padding: 0 20px;
        line-height: 30px;
        text-align: left;
        color: #FFFFFF;
        font-size: 12px;
    }



/*  Login CSS Start    */
body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:12px;
	font-family: 'Segoe UI', Arial, sans-serif, Candara;
	background:url(images/Login_bg.jpg) no-repeat center top;
	background-size: 100%;
}

.logo
{
	width:159px;
	height:122px;
	position:absolute;
	top:45px;
	left:65px;
}


.easycoachlogo
{
	width:203px;
	height:72px;
	position:absolute;
	top:55px;
	left:57%;
}

.welcomemessage
{
	position:absolute;
	width:400px;
	left:26%;
	top:55px;
	margin:0;
	padding:0;
}

    .welcomemessage p {
        font-size: 28px;
        color: #2761a7;
        margin: 0;
        padding: 0;
        font-family: Candara;
        letter-spacing: -1px;
        font-weight: bold;
        font-size: 36px;
    }
	
	.welcomemessage p span
	{
		color:#2d0c0a;
		letter-spacing:-1px;
		font-size:32px;
		font-weight:normal;
		margin:0;
		padding:0;
        position:absolute;
        top:35px;
        left:68px;
		
	}
	
	
.loginmiddle
{
	position: fixed;
	background:url(images/Login-middleimg.png)top center no-repeat;
	width:838px;
	height:425px;
	top:140px;
	left:20%;
}


.middleloginmain
{
	width:222px;
	margin:0;
	padding:0;
	margin-left:330px;
	margin-top:96px;

}

.middleloginmain p
{
	margin:0;
	padding:0;
	font-size:24px;
	color:#f5ede7;
	/*color:#3e352e;*/
	font-weight:bold;
	padding-top:20px;
}

/*----------Login Styles----------*/

.login-form {
    margin: 0;
    padding: 0;
    width: 230px;
    height: 140px;
    -moz-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.username {
    margin: 18px 30px 12px 0;
    padding: 0;
    width: 225px;
    height: 28px;
    display: inline-block;
}

div.password {
    margin: 0 30px 10px 0;
    padding: 0;
    width: 225px;
    height: 28px;
}

    div.password a {
        text-align: right;
        color: #543a27;
        float: right;
        text-decoration: none;
		font-weight:bold;
    }

        div.password a:hover {
            color: #e66d12;
        }

.username, .password {
    margin: 0;
    padding: 0 10px;
    width: 160px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    color: #9e9e9e;
}

.loginbutton {
	color:white;
	font-weight:bold;
	border:none;
	background:none;
	padding:2px 0 0 41px;
	font-size:12px;

	
}

.page-heading {
    top: -50px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    height: 20px;
    position: absolute;
}

    .page-heading p {
        color: #ed1c24;
        font-size: 22px;
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: lowercase;
    }

/*----------Login Styles----------*/

.loginfooter
{
	position:absolute;
	height:33px;
	width:100%;
	background-color:#f5f5f5;
	bottom:0;
	
}

	.loginfooter p
	{
		margin:0;
		padding:0 0 0 30px;
		text-align:center;
		font-size:12px;
		line-height:33px;
		float:left;
	}
	
	.loginfooter h1
	{
		margin:0;
		padding:0 30px 0 0;
		text-align:center;
		font-size:12px;
		line-height:33px;
		float:right;
		font-weight:normal;
		
	}
	

/*  Login CSS End */
