﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-body img {
    width: 100%;
    height: auto;
    
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,*/
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td {
    background-color: #d9edf7;
}
textarea {
   /* max-width: 280px;*/
}

/* styles for validation helpers */
.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;
}

.cfix{
    display: block;
    height :22px;
    width:100%;
}

.logout{
    display: block;
    height: 100%;
    margin-top: 15px;
}

.btn-lg-red {
    background-color: #15EB5D;
    border: 1px solid #fff;
    margin-left: 10px;
    color : #fff!important;
    font-size : 16px
}

@media (max-width: 768px) {
.btn-lg-red {
    margin-left: 0px;
    margin-top: 10px;
        color : #fff!important;
    font-size : 16px
}
}

.table > tbody > tr.availableRow > td {
    background-color: #15EB5D!important ;
    color: #fff;
}

#roomsAvailable {
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  width: 500px;
}
/*This two span support display headers in IssuesFormUnitsCurrency from Issue*/
span#UnitHeader {
    display:block;
    margin-bottom:10px;
}
span#CurrencyHeader{
    display:block;
    margin-bottom:10px;
}
/*This two span support display headers in IssuesFormUnitsCurrency from Property*/
span#UnitHeaderProperty {
    display:block;
    margin-bottom:20px;
}
span#CurrencyHeaderProperty{
    display:block;
    margin-bottom:20px;
}