.body {
	font-family: Arial, sans-serif;
	background: #E5EBF2;	
    padding-top: 80px;
}


/*Prakash*/
.prebooked-main .bold {
    font-weight: bold;
    align-items: flex-end;
    height: 37px;
}


.prebooked-main label {
    display: inline-flex;
   
}
.prebooked-main .mrt37 {
    margin-top: 37px;
}

/*Prakash End*/

.navbar-default { 	
	background-color: #ffffff;
	border-bottom: 1px solid #ddd !important;
}
.navbar-brand {
	height: 65px;
}
.bold {
	font-weight: bold;
}
.dash-head {
    font-weight: bold;
    color: #06325F;
    margin-top: 0;    
    margin-bottom: 35px;
	font-size: 23px;
}
.white-box {
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    background: #06325F;
    color: #fff;
}
.bold {
	font-weight: bold;
}

.table-hover > tbody > tr:hover {
  background-color: #EDF8FE;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #06325F;
  border-color: #06325F;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #06325F;
  border-color: #06325F;
}
.pagination > li > a, .pagination > li > span {
	color: #06325F;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #06325F;
    cursor: not-allowed;
}
footer {margin: 15px 0;}
.footer-text {
	font-size: 12px;	
}
a {
  color: #0B549D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #06325F;
  text-decoration: none;
}
.gray-color {
	color: #666666;
}
.mrb15 {
	margin-bottom: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #0B549D;
  border-color: #0B549D;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #117BBC;
  border-color: #117BBC;
}
.btn-primary:hover {
  color: #fff;
  background-color: #06325F;
  border-color: #06325F;
}

.btn-warning {
  color: #fff;
  background-color: #EC971F;
  border-color: #EC971F;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #DF8813;
  border-color: #DF8813;
}
.btn-warning:hover {
  color: #fff;
  background-color: #DF8813;
  border-color: #DF8813;
}
.btn-danger {
  color: #fff;
  background-color: #C9302C;
  border-color: #C9302C;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #B12825;
  border-color: #B12825;
}
.btn-danger:hover {
  color: #fff;
  background-color: #B12825;
  border-color: #B12825;
}
.btn-success {
  color: #fff;
  background-color: #449D44;
  border-color: #449D44;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #398639;
  border-color: #398639;
}
.btn-success:hover {
  color: #fff;
  background-color: #398639;
  border-color: #398639;
}
.mrt25 {
	margin-top: 25px;
}
.mrt15 {
	margin-top: 15px;
}
.mrl5 {
	margin-left: 5px;
} 
.mrb20 {
	margin-bottom: 20px;	
}
.mrr5 {
	margin-right: 5px;
}
.img-rounded {
    border-radius: 4px !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #333;
    background-color: transparent !important;
}
.dropdown-menu > li > a {
	color: #333 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #06325F !important;
}
@media (max-width:767px) {
	.form-inline .form-control {
    display: inline-block;
    width: 83%;
    vertical-align: middle;
	}
	.form-horizontal.prebooked-main .form-control {
		margin-bottom: 15px;
	}
	
	.event-btn-main button {
		width: 100%;
		margin-bottom: 10px;
		
	}
	.mrl10 {
		
		margin-left: 0;
		
	}
}
@media (min-width:768px) {
	
	.mrl10 {
		margin-left: 10px;	
	}
}
@media (max-device-width : 1024px) and (min-device-width : 768px) and (orientation : portrait) {
	.form-inline .form-control {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
	}
	label {    
    font-size: 12px;
	}
	.nowrap-sm {
		white-space: nowrap;
	}
}
@media (max-device-width : 1023px) and (min-device-width : 768px)  {
	.form-inline .form-control {
    display: inline-block;
    width: 79%;
    vertical-align: middle;
	}
}
@media (max-device-width : 1199px) and (min-device-width : 1024px)  {
	.form-inline .form-control {
    display: inline-block;
    width: 84%;
    vertical-align: middle;
	}
}
@media (min-width:1200px) {
	.form-inline .form-control {
    display: inline-block;
    width: 87.33%;
    vertical-align: middle;
	}
	.mrt25 {
		margin-top: 25px;
	}
}
.pagination {
	margin: 0;
}
.visitor-picture {
    border: 4px solid #06325F;
    padding: 18px;
    background-color: #fff;
    border-radius: 4px;
    width: 238px;
    height: 231px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.login-main {
    background: #ffffff;
    margin: 100px auto;
    max-width: 330px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.login-main .form-login-heading {
    color: #fff;
    margin: 0;
    padding: 25px 15px;
    position: relative;
    text-align: center;
}
.login-title {
    color: #449D44;
    font-size: 27px;
    left: 0;
    position: absolute;
    text-align: center;   
    top: -70px;
    width: 100%;
}
.login-wrap {
    padding: 20px;
    position: relative;
}
.login-main input[type="text"], .login-main input[type="password"] {
    
    margin-bottom: 15px;
}

.close  {
	width: auto !important;
}
.modal-subhead {
    font-weight: bold;
    color: #06325F;
    margin-top: 25px;    
    margin-bottom: 5px;
	font-size: 23px;
}
.dz-default.dz-message span {
	color: #449D44;
	font-size: 18px;
	font-weight: bold;
}
.mrb5 {
	margin-bottom: 5px;
}


.table-prebook > thead > tr > th:first-child, .table-prebook > tbody > tr > th:first-child, .table-prebook > tfoot > tr > th:first-child, .table-prebook > thead > tr > td:first-child, .table-prebook > tbody > tr > td:first-child, .table-prebook > tfoot > tr > td:first-child {
    text-align: center;
}
.modal-alert-main {	
	text-align: center;
font-family: inherit;
padding: 15px;
vertical-align: middle;
	
	
}
.modal-alert-bg-green {
	border: 9px solid #449D44;
border-radius: 117px;
color: #449D44;
font-size: 54px;
width: 117px;
height: 117px;
margin: 15px auto 10px;
}
.message-result-txt {
	font-size: 27px;
	text-align: center;
	font-family: inherit;
}
.success-txt-mes {
	font-size: 18px;
	text-align: center;
	font-family: inherit;
	font-weight: bold;
	color: #449D44;
}
.success-txt-mes-main {
	text-align: center !important;
}
.deleted-txt-mes {
	font-size: 18px;
	text-align: center;
	font-family: inherit;
	font-weight: bold;
	color: #C9302C;
}
.modal-alert-bg-red {
	border: 9px solid #C9302C;
border-radius: 117px;
color: #C9302C;
font-size: 54px;
width: 117px;
height: 117px;
margin: 15px auto 10px;
}





/*bhavesh*/
.field-validation-error, .input-validation-error {
    border-color: #a94442 !important;
    box-shadow: none !important;
}
.errorborder {
    border: 1px solid #a94442 !important;
    box-shadow: none !important;
}
.k-content .k-upload{border : 1px solid #c5c5c5 !important; }
.cursor{cursor:pointer;}
#lblmsg {
    font-size: 16px;
    height: 34px;
    margin-left: 20px;
    word-break: break-all;
}
#lblmsg i{
    font-size: 22px;    
}
#lblmsg > span{
    position:relative;
    top:-3px;
}
.col-md-7.inline-msg {
    display: inline-flex;
}

.img-profile{
    max-width:195px;
    max-height:202px;
}
/*Hide Clear command upload button for kendo upload file*/
.k-clear-selected,.k-upload-selected{display:none !important;}
/*Prakash*/
.image {
    position: relative;
    display: inline-block;
    <!-- width: 3%; -->
    padding: 0%;
    margin-top: 3px;
}

    .image input[type="file"] {
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
    }

.upload {
    background: url("/Content/Images/profileupload.png");
    height: 100%;
}
.k-upload-button {
    background: url("/Content/Images/profileupload.png") no-repeat !important;
    min-width: 40px !important;
    min-height: 45px !important;
 
    border-radius: none !important;
    color: transparent !important;
    border: none !important;
    
   
}
.k-dropzone {
text-align:left !important;
}

.image-upload {
    margin-top: 3px;
} 
.image-upload > input {
    display: none;
}


/*Loading spinner*/
.loading {
    margin: auto;
}

    .loading span {
        line-height: 32px;
        margin-left: 12px;
        font-size: 16px;
        vertical-align: middle;
    }

    .loading img {
        vertical-align: middle;
    }

.loading_wrp {
    background-color: #FFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

    .loading_wrp .x16 span {
        line-height: 16px;
        font-size: 12px;
        margin-left: 6px;
    }

    .loading_wrp .x32 img {
        width: 32px;
        height: 32px;
    }

.changepass{
/*margin-bottom:0px !important;*/
list-style : none;
height:14px;
}
.changepass ul{
/*margin-bottom:0px !important;*/
list-style : none;
height:14px;
    margin-left: -27px;
    margin-top: 10px;
}


