@charset "UTF-8";
/* CSS Document */
body{ margin:0; padding: 0; font-size: 13px; color: #000;}
.clr{ clear: both;}
ul,li,ul li{ margin: 0; padding: 0; list-style-type: none;}
.left{ float:left;}
.right{float:right;}
.posrel{ position: relative;}
.posabsolut{ position: absolute;}
.act_btn_ovrly{width: 100%; height: 100%; display: none;}
.posfix{ position: fixed;}
a{ text-decoration: none; }
p{ margin: 0; padding: 0;}
span{margin: 0; padding: 0;}
.text-wrapping {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.boxsizing{box-sizing: border-box;}
.rmarg{ margin-right: 10px !important;}
.lmarg{margin-left: 10px !important;}
.tmarg{ margin-top: 10px !important;}
.bmarg{margin-bottom: 10px !important;}
.pad20{ padding: 20px}
.alc{ text-align: center;}
.redtxt{ color: #f00 !important;}
.grntxt{ color: #00711D !important;}
.ylwtxt{ color: #ff0 !important;}
.bluetxt{ color: #867669 !important;}
.hide{ display: none !important;}
input{outline-style: none;}
.bg-pastel-red{ background: #f7d0d0 !important;}
.bg-pastel-blue{background: #c5e1ff;}
.bg-pastel-green{background: #a0db97;}
.bg-pastel-yellow{background: #ffffb8;}
.row-highlight-yellow{background: #ffeda6 !important;}
.row-highlight-red{background: #ffe8e8 !important;}
.row-highlight-green{background: #e4fbe4 !important;}
.row-highlight-white{background: #fff !important;}
.row-highlight-disable{background: #f0f0f0 !important;color: #999;}
.row-highlight-disable2{background: #bbb !important;color: #999;}