﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.logout{
    color:gray !important;
}
.txt_small{
    width:100px;
}
.margin_left_5{
    margin-left:5px;
}
.margin_left_10{
    margin-left:10px;
}
.margin_left_15{
    margin-left:15px;
}
.padding_left_5{
    padding-left:5px;
}
.padding_left_10{
    padding-left:10px;
}
.padding_left_15{
    padding-left:15px;
}
.menu_margin{
    display:inline-block;
    margin-left:15px;
    margin-right:10px;
}
.divMain{
    padding:10px;
}
.roomtree
{
    background-color:#f2f2f2 !important;
    width:100% !important;
}
.btnRoom{
    color:gray !important;
    padding-left:5px;
}
.roomtree a{
    color:#000000 !important;
}
.roomtree .layui-nav-itemed>.layui-nav-child{
    background-color:#f2f2f2 !important;
}
.roomtree .layui-nav-itemed{
    background-color:#d8d8d8 !important;
}
.red{
    color:red !important;
}
.detail{
    display:none;
}
.listimg{
    width:140px;
    height:110px;
    padding:5px;
}