.ewc-container h3 {
    padding: 10px;
    border-bottom: 5px solid #CCC;
    margin-top: 0;
    margin-bottom: 0;
}

.nav-pills {
	margin-bottom: 10px;
   
}

footer { 
	padding: 40px;
	background:#4e4f4f;
 }

.ewc-container .well-sm > h3 {
    padding: 10px;
    border-bottom: 2px solid #CCC;
    margin: 0 0 15px;
    font-size: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 11px;
}

.dorm-row {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    border: 3px solid #FFF;
}

.dorm-row:last-child {
    margin-bottom: 0;
}

.ewc-container label {
    display: block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: normal;
    text-transform: uppercase;
    color:#7B7979;
    /*color:#939393;*/
}

.read


.form-block .alert {display: block;margin-top: -20px;margin-left: -4px;margin-right: -4px;border-top-right-radius: 0px;border-top-left-radius: 0px;border: medium none;}

footer > div { 
	padding: 30px;
}


/*.ewc-container input[type="text"],
.ewc-container input[type="number"],
.ewc-container input[type="email"],
.ewc-container select.form-control,
.ewc-container textarea.form-control {
    box-shadow: none;
    margin-bottom: 20px;
    background-color: #DDD;
    border-color: #DDD;
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .2);
}*/

.ewc-container textarea.form-control {
    width: 100%;
    height: 100px;
    margin-bottom: 0;
}

.room-id {
    background-color: #FFF;
    box-shadow: inset 0 0 22px rgba(0, 0, 0, .1);
    width: 160px;
    height: 160px;
    padding-top: 35%;
    border-radius: 5px;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 15px;
    font-weight: bold;
}

.room-id i {
    color: #33ccff;
}

.form-block {
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, .05);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px;
}

.room-info {
    display: none;
}

.required-item {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid rgba(0, 0, 0, .1);
    background-color: #FFF;
    border-radius: 4px;
    color: #777;
}

.text-area {
    display: none;
}

.required-item-more {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid rgba(0, 0, 0, .1);
    background-color: #FFF;
    border-radius: 4px;
    color: #777;
}

.floatLeft {
    float: left;
}


/*yen*/

.av-equipment .fixed-width {
    width: 150px !important;
}

#classroom-form .classroom-container {
    margin-top: -10px;
   /* background-color: white;
    padding-top: 1px;*/
}

.data .details {
    margin-top: 10px;
}

.row.no-gutter > [class*=col-] {
    padding-left: 10px;
    padding-right: 2px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.page-break {
    page-break-before: always;
}

.toggle-icon {
    float: right;
}

.dorm-room {
    background-color: white;
}

.not-active {
    pointer-events: none;
    cursor: default;
    /* background-color: #b2a788;*/
}

.deactive {
    background-color: #CCC;
}

header {
    margin-bottom: 20px;
}

.header-nav {
	padding-top: 10px;
	z-index: 999999;

}
.header-nav a {
	padding: 6px 10px;
	background-color: #333;
	color: #FFF;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 4px;
}

footer a { 
	color: #FFF;
 }

 .developer  { 
 	margin-top: 20px;
  }


/* Meals */

.snackImg {
    width: 35px;
    height: 29px;
}

.hideSnack .snack {
    display: none;
}

.hideSnack .col-meal {
    width: 33.33333333%;
}

.hideSnack .col-meal.snack {
    display: none;
}

.col-meal {
    width: 16.66666667%;
    float: left;
    transition: width 0.1s;
}
.col-date{
    width: 11.666667%;
}

.col-date-xs{
    width: 13.666667%;
}

#content h3 {
    margin-bottom: 30px;
}

#content #rental-form {
    margin-bottom: -25px;
}

.ewc-container .msg {
    margin: 10px 0 0 0;
    border-bottom: 5px solid #CCC;
}

.ewc-container .msg-header {
    line-height: 30px;
}

.transportationData .myData .background {
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    border-radius: 4px;
}

.popover {
    width: 300px;
}

footer {
    margin-top: 50px;
}

.container {
min-width: 1170px;

}

.myMenu{
    min-width: 255px;
    margin-left: 10px;
}

a.dropdown-toggle.dropMenu-toggle{
    color: #555;
    text-decoration: none;
}


.legends>li{
    margin: 0 35px;
    line-height: 50px;
}

.legends img {
    width: 100px;
    margin-top: 10px;
}


.sum-legends>li{
    margin: 0 25px;
    line-height: 50px;
}

.sum-legends img{
    width: 100px;
    margin-top: 10px;
}

.private-rooms th {
    text-align: center;
}

input:read-only{
    background-color: #cecece !important;
}

.col-xs-time{
    width: 11.666667% !important;
}

/*
found: 2016-12-16
by fixing dropdown bug in datetimepicker, I need to add this
*/
.bootstrap-datetimepicker-widget.dropdown-menu{
    display: inline-block !important;
}