#accept_submit,#decline_submit
{
    font-size: 1.4em;
    font-weight:bold;
}


.message{
padding-left:10px;    
}
.label_selected
{
   background-color: inherit !important;
   color: #1B9D2C !important;


}
.label_disabled
{
/*background-color: #999;*/
    background-color: inherit !important;
    color : #CCCCCC !important;


}

.floatleft
{
float:left;
margin-right:2px;
margin-bottom: 2px;
}
.selection_header
{
padding-left:4px;
font-weight: bold;

}
.bordered{
padding:10px;
/*border: 1px solid #ccc;*/
/*background-color:#E4F7E6;*/
/*margin:5px;*/

}
.innerbordered{
padding:5px;
border:1px solid #ddd;
background-color:#eee;
margin:10px 10px 0px 0px;
float:left;
}
.innerbordered-no-float{
    /*padding:5px;
    border:1px solid #ddd;
    background-color:#eee;*/
    margin-left :0px;
    margin-right :0px;

}
.nopad{
    margin:0px;
    padding: 0px;
}
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
#ndtrs_content{

width:100%;
}
div.desc{
padding:5px 0px 5px 5px;
clear:both;
color:#333;
}
/* rule used to float selected div containers for radios etc. */
div.float-selected{
float:left;
margin: 2px;
padding: 2px;
}
div.form_error{
    border : 1px dotted #ff0000;
    margin : 1px;
    padding:2px;
    }

/* table report rules */
td.botter{
/*border-bottom : 1px dotted #ccc;
border-right : 1px dotted #ccc;*/
}

td.topper{
/*border-top : 1px dotted #ccc;*/
}
td.lefter,td.cols1{
/*border-left : 1px dotted #ccc;*/
}
td.ndtrs_th,td.cols,td.cols1,td.colsh,td.totalsbottom{
/*border-bottom : 1px dotted #ccc;
border-right : 1px dotted #ccc;*/
/*padding:4px; */
}

td.cols1,td.totals,td.totalsbottom{
font-weight: bold;
}
td.cols1{
color: #444;
}
.ui-dialog .ui-dialog-titlebar-close{

}

td.colsh,td.sh{
font-weight: bold;
color: #888;
}
td.ndtrs_th{
font-weight: bold;
color: #222;
}

td.totals,td.totalsbottom,td.totals1{
color: #ff0000 ;
}

td.cols,td.totals,td.totalsbottom,td.colsh
{
text-align:right;
}
td.totals{
vertical-align:bottom;
}
table.bgw{
background:white;
}
/* ends table report rules */
/*.ui-widget-content {
     border: none !important;
     background: none;
     color: inherit !important;
}*/
.block-wrapper{
    background-color: #E4F7E6;
    padding: 0px;
    margin-bottom: 8px;
}

.block-wrapper-2{
    background-color: #F7F9DB;
    padding-left: 6px;
}


label {
    display: block;
    padding-left: 20px;
    text-indent: -20px;
}
input[type="radio"],input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    vertical-align: bottom;
    position: relative;
    top: -4px;
    *overflow: hidden;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}