﻿.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.k-state-active {
    height:100%;
}


.subcontainer {
    padding: 15px 0px;
}

/*Batch Edit Mode*/
.k-edit-cell input {
    width: 100%;
}

/*InLine Edit Mode*/
.k-grid-edit-row input {
    width: 100%;
}

.form-control {
    border-radius: 0px;
}

.modal-content {
    border-radius: 0;
}

.modal-footer button {
    border-radius: 0;
}

button.btn {
    border-radius: 0;
}

/* Rate Calendar related. Size of days and colour of badges that contain prices */
.badge {
    background-color: #932ab6;
    font-weight: 400;
    border-radius: 50%;
}

/* Rates related*/
.roompicture {
    height: 100px;
    width: 100px;
}

.totalcost {
    text-align: right;
    font-weight: bold;
}

.nightcost {
    text-align: right;
}

.phoneimg {
    height: 35px;
    width: 35px;
}




