body {
    overflow-x:hidden;
}
.sidenav-vertical .sidenav-item .sidenav-link {
    padding: .75rem 1.2rem;
}
/*.table th, .table td{
    white-space: nowrap;
}*/
.btn-round {
    white-space: nowrap;
}
.has-error input, .has-error select{
    border-color: #d9534f;
}
.has-error .invalid-feedback{
    display: block;
}
.text-capital {
    text-transform: uppercase;
}
.signupbyid-page{
    max-width: 500px;
}
.register-page{
	max-width: 900px;
}
.register-page .logo{
	max-width: 300px;
	margin-bottom: 10px;
}
.register-page .card{
	padding: 20px 30px;
}
.application-form .form-label-checkbox{
    display: inline;
    font-weight: normal;
}
.school-topnav{

}
.school-topnav .nav-link:not(.active) {
    color: #4e5155;
}

.school-topnav.nav-tabs .nav-link.active {
	color: #3093d0;
}	
.phead{
	padding-top: .60rem !important;
    padding-bottom: .60rem !important;
    padding-left: 12px;
    padding-right: 12px;
    
}
.phead .ptitle{
	font-weight: bold;
	padding-left: 12px;
}
.btn.focus, .btn:focus{
	box-shadow: none;
}
.text-primary{
	color: #1e70cd !important;
}

/* Loading Div */
.ajax-loader-custom {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgb(255 255 255 / 30%);
}
.ajax-loader-custom div#loader-contain
{
    background: url(../../images/ajax-loader_orange.gif) no-repeat;
    width: 60px;
    height: 60px;
    top: 50%;
    position: absolute;
    left: 50%;
}
 
.ajax-loader-custom div#loader-contain
{
    background: url(../../images/ajax-loader_orange.gif) no-repeat;
    width: 60px;
    height: 60px;
    top: 50%;
    position: absolute;
    left: 50%;
}

.demo-navbar-notifications .badge-primary{
    position: absolute;
    top: 5px;
    right: -8px;
}

.project-attachment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.project-attachment>.media-body {
    min-width: 0
}

.project-attachment-file,
.project-attachment-img {
    display: block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem
}

.project-attachment-file {
    display: inline-block;
    text-align: center;
    line-height: 4rem
}

.project-attachment-img {
    background-color: transparent;
    background-position: 50%;
    background-size: cover
}

.project-attachment-filename {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.project-task-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .625rem 0
}

.project-task-item .ui-todo-item {
    margin: 0
}

.default-style .project-task-item {
    background: #fff
}

.default-style .project-task-item+.project-task-item {
    border-top: 1px solid rgba(24, 28, 33, .06)
}

.material-style .project-task-item {
    background: #fff
}

.material-style .project-task-item+.project-task-item {
    border-top: 1px solid rgba(24, 28, 33, .06)
}

.authentication-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%
}

.authentication-wrapper .authentication-inner {
    width: 100%
}

.authentication-wrapper.authentication-1,
.authentication-wrapper.authentication-2,
.authentication-wrapper.authentication-4 {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.authentication-wrapper.authentication-1 .authentication-inner {
    max-width: 300px
}

.authentication-wrapper.authentication-2 .authentication-inner {
    max-width: 380px
}

.authentication-wrapper.authentication-3 {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.authentication-wrapper.authentication-3 .authentication-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.authentication-wrapper.authentication-4 .authentication-inner {
    max-width: 800px
}
.booking-details {
    padding-top: 0;
}
.booking-details .p-img {
    position: relative;
    text-align: center;
    background-size: cover;
    width: 100%;
    height: 210px;
    border-radius: 10px;
    background-position: center;
}
.booking-details .p-name {
    font-size: 20px;
    line-height: 1.2;
    color: #CD2836;
    font-weight: 700;
    font-family: 'League Spartan', sans-serif;
}
.booking-details .address, .booking-details .phone,.booking-details label,.booking-details .f-label{
    font-size: 16px;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .authentication-wrapper:after {
        content: '';
        display: block;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        min-height: inherit;
        width: 0;
        font-size: 0
    }
}

.region-img {
    width: auto;
    height: 100px;
   
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}

.login-content {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
.login-content-inner { 
    box-shadow:0px 4px 5px #ccccccbf;
}


.logo-login {
    padding: 10px;
    max-width: 180px;
}

.logo-header {
    padding: 2px;
    max-height: 55px;
}

.event-img {
    max-width: 200px;
}

.thumbnail-img {
    max-width: 200px;
}

@media print {
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12, .col-md-12 {
        width: 100%;
   }
   .col-sm-11, .col-md-11 {
        width: 91.66666667%;
   }
   .col-sm-10, .col-md-10 {
        width: 83.33333333%;
   }
   .col-sm-9, .col-md-9 {
        width: 75%;
   }
   .col-sm-8, .col-md-8 {
        width: 66.66666667%;
   }
   .col-sm-7, .col-md-7 {
        width: 58.33333333%;
   }
   .col-sm-6, .col-md-6 {
        width: 50%;
   }
   .col-sm-5, .col-md-5 {
        width: 41.66666667%;
   }
   .col-sm-4, .col-md-4 {
        width: 33.33333333%;
   }
   .col-sm-3, .col-md-3 {
        width: 25%;
   }
   .col-sm-2, .col-md-2 {
        width: 16.66666667%;
   }
   .col-sm-1, .col-md-1 {
        width: 8.33333333%;
   }
  /* input, input:disabled, select, select: disabled, .form-control{
    color: red !important;
   }*/
}

.global-setting-page .card {
    background-color: #f5f5f5;
}

.pages-form .page-sections {
    /*padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;*/
    margin-bottom: 20px;
    margin-top: 20px;
}


.pages-form .page-sections .section{
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.order-details {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.order-details #order-invoice {
    background-color: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;

}

.order-details .table-bordered {
    background-color: #f9f9f9;
}

.event-add-edit .section {
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.guest-profile-page .card-body {
    padding: 15px;
}
.guest-profile-page .datatable-search-box {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
}
.guest-profile-page section {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

.guest-profile-page section h5 { 
    color: #1e70cd;
    font-size: 18px;
}
.guest-profile-page section label {
    font-size: 16px;
}
.guest-profile-page .subscription-info {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.plot-add-edit .card-body {
    padding: 15px;
}
.plot-add-edit section {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

.plot-add-edit section h5 { 
    color: #1e70cd;
    font-size: 18px;
}
.plot-add-edit section label {
    font-size: 16px;
}

