﻿@charset "utf-8";
/* CSS Document */
.header_row
{
	float: right!important;
	padding: 0 0 0 15px;
}

	.header_row p
	{ /*float:left*/
		padding: 3px 5px 0 0;
	}

.col-md-4
{
	padding: 5px;
}

.left_btn_stripe
{ /*position:fixed;*/
	z-index: 9;
	/*top:140px;*/
}

.dashboard_block
{
	position: relative;
	/*top:140px*/
}

.logIn
{
	position: relative;
	margin: auto auto 20px auto;
	top: 20px;
	right: 0px;
	bottom: 10px;
	left: 0px;
	width: 28%!important;
	height: 100%;
	background-color: #fff;
	border-radius: 3px;
	/*border:10px solid #a0d468;
padding: 15px;*/
}

@media (min-width:480px) and (max-width:768px)
{
	.logIn
	{
		position: relative;
		margin: auto;
		top: 50px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 45%!important;
		height: 100%;
		background-color: #fff;
		border-radius: 3px;
		/*border:10px solid #a0d468;
padding: 15px;*/
	}
}

@media (min-width:100px) and (max-width:480px)
{
	.logIn
	{
		position: relative;
		margin: auto;
		top: 50px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 65%!important;
		height: 100%;
		background-color: #fff;
		border-radius: 3px;
		/*border:10px solid #a0d468;
padding: 15px;*/
	}
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

td, th
{
	padding: 5px;
}

.md-table
{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

	.md-table td, .md-table th
	{
		padding: 5px;
		width: 25%;
	}

.sm-table
{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

	.sm-table td, .sm-table th
	{
		padding: 5px;
		width: 10%;
	}

.self_panel
{
	width: 100%;
	margin: 0 auto;
}

.self_paneltable
{
	width: 98%;
	border: 1px solid #e3e5e7!important;
	border-radius: 5px 5px 0 0!important;
	border-width:1px 0 1px 1px;
	margin:0 auto
}
.self_paneltable_sm
{
	width: 80%;
	border: 1px solid #e3e5e7!important;
	border-radius: 5px 5px 0 0!important;
	border-width:1px 0 1px 1px;
	margin:0 auto
}
.self_header
{
	background: url(../../Images/grid_header_bg.png) repeat-x!important;
	height: 35px;
	width: auto;
	font-family: Tahoma, "Segoe UI", Candara;
	font-size: 14px;
	color: #3e3e3e;
	text-align: center;
	border-right: 1px solid #e3e5e7!important;
	/*text-indent: 10px;*/
}
.self_paneltable td
{
	border-bottom: 1px solid #e3e5e7!important;
	}
.self_row
{ /*border-bottom:1px solid #e3e5e7!important;
border-right:1px solid #e3e5e7!important;*/
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #e3e5e7!important;
	/*text-indent: 10px;*/
}
.AlternatingRowStyle
{border-bottom: 1px solid #e3e5e7!important;
	}
	.self_row:hover
	{
		background-color: #f5f5f5;
		/*background-color: #dff0d8;*/
	}

.self_row_visited
{
	/*background-color: #f1f1f1;*/
	background-color: #dff0d8;
}

.chng_pass_wrap
{
	position: relative;
	top: 140px;
}

.aspNetDisabled
{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
	display: block;
	/*width: 80%;*/
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ajax__calendar_container
{
	padding: 4px;
	cursor: default;
	width: auto!important;
	font-size: 11px;
	text-align: center;
}

.login_header
{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

	.login_header img
	{
		margin: 0 auto;
	}
/*.modal-open {
    overflow: hidden;
    background-color: #333;
    filter: alpha(opacity=90);
    opacity: 0.9;
}*/

/*.modal
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-open
{
	overflow: hidden;
	background-color: #333;
	filter: alpha(opacity=90)!important;
	opacity: 0.9!important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}


.modal.fade .modal-dialog
{
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0,-25%,0);
	-o-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
}

.modal.in .modal-dialog
{
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.modal-open .modal
{
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog
{
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content
{
	position: relative;
	background-color: #fff!important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

	.modal-backdrop.fade
	{
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.modal-backdrop.in
	{
		filter: alpha(opacity=50);
		opacity: .5;
	}

.modal-header
{
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

	.modal-header .close
	{
		margin-top: -2px;
	}

.modal-title
{
	margin: 0;
	line-height: 1.42857143;
}

.modal-body
{
	position: relative;
	padding: 15px;
}

.modal-footer
{
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

	.modal-footer .btn + .btn
	{
		margin-bottom: 0;
		margin-left: 5px;
	}

	.modal-footer .btn-group .btn + .btn
	{
		margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block
	{
		margin-left: 0;
	}

.modal-scrollbar-measure
{
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px)
{
	.modal-dialog
	{
		width: 600px;
		margin: 30px auto;
	}

	.modal-content
	{
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.modal-sm
	{
		width: 300px;
	}
}

@media (min-width: 992px)
{
	.modal-lg
	{
		width: 900px;
	}
}

.modal-footer:before, .modal-footer:after
{
	display: table;
	content: " ";
}

.modal-footer:after
{
	clear: both;
}

.modal-backdrop
{
	background: #fff;
}

.modal-backdrop.fade.in
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal-header
{
	border-radius: 6px 6px 0 0;
	background-color: #f7f8f9;
}

	.modal-header .close
	{
		margin-top: 3px;
	}

.modal-footer
{
	padding: 14px 20px 15px;
	margin-top: 0;
	border-radius: 0 0 6px 6px;
	background-color: #f7f8f9;
}

.modal
{
	overflow-y: auto;
}

.modal-content
{
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}*/
/*-----------------------------------------modal2------------------------------------------*/


.modall
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modall-open
{
	overflow: hidden;
	background-color: #333;
	filter: alpha(opacity=90);
	opacity: 0.9;
}


.modall.fade .modall-dialog
{
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0,-25%,0);
	-o-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
}

.modall.in .modall-dialog
{
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.modall-open .modall
{
	overflow-x: hidden;
	overflow-y: auto;
}

.modall-dialog
{
	position: relative;
	width: auto;
	margin: 10px;
}

.modall-content
{
	position: relative;
	background-color: #fff!important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modall-backdrop
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

	.modall-backdrop.fade
	{
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.modall-backdrop.in
	{
		filter: alpha(opacity=50);
		opacity: .5;
	}

.modall-header
{
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

	.modall-header .close
	{
		margin-top: -2px;
	}

.modall-title
{
	margin: 0;
	line-height: 1.42857143;
}

.modall-body
{
	position: relative;
	padding: 15px;
}

.modall-footer
{
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

	.modall-footer .btn + .btn
	{
		margin-bottom: 0;
		margin-left: 5px;
	}

	.modall-footer .btn-group .btn + .btn
	{
		margin-left: -1px;
	}

	.modall-footer .btn-block + .btn-block
	{
		margin-left: 0;
	}

.modall-scrollbar-measure
{
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px)
{
	.modall-dialog
	{
		width: 600px;
		margin: 30px auto;
	}

	.modall-content
	{
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.modall-sm
	{
		width: 300px;
	}
}

@media (min-width: 992px)
{
	.modall-lg
	{
		width: 900px;
	}
}

.modall-footer:before, .modall-footer:after
{
	display: table;
	content: " ";
}

.modall-footer:after
{
	clear: both;
}

.modall-backdrop
{
	background: #fff;
}

	.modall-backdrop.fade.in
	{
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

.modall-header
{
	border-radius: 6px 6px 0 0;
	background-color: #f7f8f9;
}

	.modall-header .close
	{
		margin-top: 3px;
	}

.modall-footer
{
	padding: 14px 20px 15px;
	margin-top: 0;
	border-radius: 0 0 6px 6px;
	background-color: #f7f8f9;
}

.modal
{
	overflow-y: auto;
}

.modall-content
{
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.treeview
{
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

	.treeview tbody
	{
		display: table-row;
	}

	.treeview tr
	{
		margin: 0;
		padding: 0;
	}

		.treeview tr td
		{
			margin: 0;
			padding: 0;
			text-align: left!important;
			width: auto;
			/*float:left*/
		}

			.treeview tr td a
			{
				margin: 0;
				padding: 0;
				text-align: left!important;
			}

.input-mandatory-radio
{
	width: 65%;
	float: left;
}

.logout
{
	position: relative;
	margin: auto auto 20px auto;
	top: 20px;
	right: 0px;
	bottom: 10px;
	left: 0px;
	width: 35%!important;
	height: 100%;
	background-color: #fff;
	border-radius: 3px;
	/*border:10px solid #a0d468;
padding: 15px;*/
}

@media (min-width:480px) and (max-width:768px)
{
	.logout
	{
		position: relative;
		margin: auto;
		top: 50px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 45%!important;
		height: 100%;
		background-color: #fff;
		border-radius: 3px;
		/*border:10px solid #a0d468;
padding: 15px;*/
	}
}

@media (min-width:100px) and (max-width:480px)
{
	.logout
	{
		position: relative;
		margin: auto;
		top: 50px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 65%!important;
		height: 100%;
		background-color: #fff;
		border-radius: 3px;
		/*border:10px solid #a0d468;
padding: 15px;*/
	}
}

.logout_header
{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

	.logout_header img
	{
		margin: 0 auto;
	}

.captcha
{
	vertical-align: middle;
}

.sm_grid_panel
{
	width: 77%;
}

.sm_grid
{
	width: 66%;
	margin: 0 0 0 34%;
}
.sm_full_grid_panel
{
	width: 100%;
}
.search_exct
{
	position: relative;
	z-index: 999;
	left: 9%;
	top: 0;
}
/* Login registration style*/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 10px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                /*background-color: #B4E87C;*/
				background-color:none
            }
.left_nav
{
	padding: 5px 15px!important;
}
        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        /*background-color: #eee;
        border-color: #428bca;*/
		background-color:none!important
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        /*background-color: #e5e5e5;*/
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    /*margin-bottom: 20px;*/
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                /*padding-top: 15px;
                padding-bottom: 15px;*/
				
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}
.registration_a
{
color:#2A6496!important}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            /*color: #5e5e5e;
            background-color: transparent;*/
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #777;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #777;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }
.t-half
{
	width: 50%;
position: relative;
z-index: 999;
}
.t-half-btn
{width: 50%;
position: absolute;

top: 0px !important;
right: 0;
}

.bid-table {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%
}
.bid-table td, .bid-table th {
	padding: 3px!important;
	width:20%;    
    margin-left: 40px;
    vertical-align:top
}
.bid-table-border {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
.bid-table-border td, .bid-table-border th {
	padding: 5px;
	width:20%;
    border:1px solid #c5c5c5;
}
.bid_heading {
    background-color: #c5c5c5;
    height: auto;
    padding: 3px;
    font-size: 18px;
    color: #068b08;
}
.time
{
	width: auto;
	height: auto;
	float: left;
	top:3px;
	position:relative
}

.premises_heading {
    padding: 3px!important;
}
.cr_limit {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float:left;
    position:relative;
    top:7px
}
.less_data_panel_popup
{
	position: relative;
	padding-bottom: 100px!important;
}
/*------------------------------------------on site display commodity grid------------------------------------------*/
.self_header_onsite {
    height: 30px;
    width: auto;
    font-family: Tahoma, "Segoe UI", Candara;
    font-size: 14px;
    color: #3e3e3e;
    /*border-right: 1px solid #e3e5e7!important;*/
    /*text-indent: 10px;*/
    background-color: #d0d0d0;
    font-weight: bold;
}

.self_row_onsite { /*border-bottom:1px solid #e3e5e7!important;
border-right:1px solid #e3e5e7!important;*/
    padding: 5px 0px 5px 10px;
    /*text-indent: 10px;*/
    background-color: #f1f1f1;
}

/*.self_row_onsite:hover
	{
		background-color: #fff;
	
	}*/
.self_row_alt_onsite {
    background-color: #e2e2e2;
}
/*.self_row_alt_onsite:hover {
        background-color: #fff;
    }*/
.self_row_visited_onsite {
    /*background-color: #f1f1f1;*/
    background-color: #dff0d8;
}

.onsite_table {
    margin: 0;
    padding: 0;
    border: 0;
}

    .onsite_table tbody {
        border: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .onsite_table tr {
        border: none;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .onsite_table td {
        margin: 0;
        padding: 2px 0!important;
        vertical-align: top;
        border: none;
    }

        .onsite_table td p {
            padding: 0 0 0 5px;
        }

    .onsite_table th {
        margin: 0;
        padding: 5px 0 5px 5px!important;
        background-color: #ccc;
        vertical-align: top;
        border: none;
    }


/*------------------------------------------ header -----------------------------------------*/

.sec_text {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float:left;
    position:relative;
    top:-15px
}
.sec_onsite_heading {
    background-color: #f2f5f6;
    padding: 5px;
    font-size:16px;
    height:auto;
    width:100%
}
.prev_btn {
    background: url(~/Images/40px.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
/*------------------------------------------ header -----------------------------------------*/
.td_padding
{padding:0!important;
}
.td_padding td
{padding:0!important;
}
.txt-rght
{
	float: right;
}
.txt-lft
{
	float: left;
}



/*---------------------------------------Start In primises bid----------------------------------------*/



.bid-table {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%
}
.bid-table td, .bid-table th {
	padding: 3px!important;
	width:20%;    
    margin-left: 40px;
    vertical-align:top
}
.bid-table-border {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
.bid-table-border td, .bid-table-border th {
	padding: 5px;
	width:20%;
    border:1px solid #c5c5c5;
}
.bid_heading {
    background-color: #c5c5c5;
    height: auto;
    padding: 3px;
    font-size: 18px;
    color: #068b08;
}
.time
{
	width: auto;
	height: auto;
	float: left;
	top:3px;
	position:relative
}

.premises_heading {
    padding: 3px!important;
}
.cr_limit {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float:left;
    position:relative;
    top:7px
}
.p_sm {
    font-size: 12px;
}
/*---------------------------------------In primises bid modal----------------------------------------*/

/***************  Start   Select Photo CSS    */

.cap_img_btn
{
	margin: 10px;
	float:right
}
.PhotoUploadWrapper{ width:100%; margin:0px auto; padding:10px 0; background:#fcfcfc;}

.PhotoUploadContent{ width:90%; margin:0px auto; background:#f9f9f9; overflow:auto; border:2px  solid #eeeeee;}

.PhotoUpoloadHeader{ background:url(../images/photoupload_header.png) no-repeat left top; height:47px; width:100%; font-family:Verdana, Geneva, sans-serif; font-size:18px; line-height:36px; text-indent:18px; color:#333333;}

.PhotoUpoloadLeft{ width:50%; float:left;}

.PhotoUpoloadLeftHeader{ background:#ff3333; height:40px;}

.PhotoUpoloadLeftMainCont{ width:100%; border-right:2px solid #bcbcbc; overflow:hidden;}


.PhotoUpoloadRight{ width:50%; float:right;}

.PhotoUpoloadRightHeader{ background:#666666; height:40px;}

.PhotoUpoloadCoseBtn{margin:0 auto; padding:0; float:left; width:100%; background-color:#f7e1b5; position:relative; z-index:9}
.photo_selected_BG{ background:url(../images/photo_selected_BG123.png) no-repeat left top; width:320px; height:240px; margin:0px auto 10px auto;}
/*  End   Select Photo CSS    ******************************/
.ajax__combobox_textboxcontainer{width:100%!important}
.ajax__combobox_textboxcontainer input
{
	display: block;
	width: 100%;
	/*height: 34px;*/
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	.ajax__combobox_itemlist{top:55px!important;
	                         left:35%!important;
	                         position:absolute!important;
	}
	.btm_spc{position:relative;
	         bottom:20px!important;
	         }
	.radio_list{width:100%;
	            background-color:#f5f5f5;
	            
	}
	.radio_list table{width:50%;
	                  margin:0 auto
	                 
	}
	.alert_full{background-color: #ffdd87;
	border: #ffce54;
	width:100%;
	display:block;
	padding:6px;
	text-align:center;
	}
	.logout_l{font-weight:bold;
        text-transform:capitalize;
        color:#fff;
        padding:0;
        margin:0;
        line-height:35px
}
.logout_l:hover{color:#3BAFDA!important}

.input_lft_mrgn{margin:0 0 0 5px!important}
.title
{
	width: 100%;

	background-color:#FF6600;
	
}
.image_hdr{
           background:url(../../Images/hdr.jpg) no-repeat center center;
           margin:0 auto;
           width:900px;
           height:110px;
           display:block;
           position:relative;
           z-index:999;
	top: 0px;
	left: 0px;
}
 .modalpb
        {
            position: fixed;
            z-index: 99999;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;
        }
        .centerpb
        {
            z-index: 1000;
            margin: 300px auto;
            /*padding: 10px;*/
            width: 50px;
            background-color: transparent;
            /*border-radius: 10px;*/
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;
        }
        .centerpb img
        {
            height: 50px;
            width: 50px;
        }
        .radio_btn{width:auto;
                   max-width:100%;
        }