
.table-silver {
      width:100%;
    }


.table-silver > thead > tr > th, .table-silver > tbody > tr > th, .table-silver > tfoot > tr > th {
    font-weight: normal;
    padding: 3px 3px 5px;
    text-align: center;
    background: #e8ebee url(/img/custom/silver-line.png) repeat-x left top;
    color: #3c3c3c;
    padding: 5px 6px;
    border: 1px solid #a5acb5;
    font: 11px Verdana, Geneva, sans-serif;
}

.table-silver > tbody > tr > td, .table-silver > thead > tr > td, .table-silver > tfoot > tr > td {
    padding: 8px 6px;
    border:solid 1px #dbdee1;
    font: 12px Verdana, Geneva, sans-serif;
    vertical-align: middle;
}

.table-silver.td-white > tbody > tr > td {
   background:white;
}

.table-silver.td-center > tbody > tr > td {
   text-align:center;
}



.table-silver > tbody > tr > td.t-c, .table-silver > thead > tr > td.t-c, .table-silver > tfoot > tr > td.t-c {
    text-align:center;
}

.table-silver-hover > tbody > tr:hover > td{
    color: #3c3c3c;
    background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
    border: 1px solid #eecc53;
}

.table-silver.table-silvergrid-body > tbody > tr:first-child > td, .table-silvergrid-body > tbody > tr:first-child:hover > td {
    border-top:none!important;
}




.SilverHeader {
      font-weight: normal;
      padding: 3px 3px 5px;
      text-align: center;
      background: #e8ebee url(/img/custom/silver-line.png) repeat-x left top;
      color: Black;
      border: 1px solid #a5acb5;
    }

.table-silver th.SilverHeader{
   padding:5px; border-bottom:none;
}

    .btn-silver {
       background: #e8ebee url(/img/custom/silver-line.png) repeat-x left top;
       color: #3c3c3c;
       border: 1px solid #a5acb5;
       font: 11px Verdana, Geneva, sans-serif;
       border-radius:0;
    }

    .btn-silver:hover, .btn-silver:focus
    {
	    color: #3c3c3c;
	    background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
	    border: 1px solid #eecc53;
    }


   .btn-silver-textbox {
      height: 35px;
      width: 100%;
      border:solid 1px #dadada;
      border-left: none;
      padding:9px 12px;
    }


    .btn-silver-textbox:hover, .btn-silver-textbox:focus {
       border-left:none;
    }

    .btn-silver.btn-disabled, .btn-silver.btn-disabled:active, .btn-silver.btn-disabled:focus  {
      border-color: #d0d4d8;
      background: #eef1f4 none;
      color: #989898;
      cursor: default;
      text-decoration: none; 
      opacity:0.8;
    }


    a.btn-silver:visited {
       border: 1px solid #a5acb5;
       color: #3c3c3c;
    }

    a.btn-silver:visited:hover, a.btn-silver:visited:focus {
       border: 1px solid #eecc53;
       color: #3c3c3c;
    }

    .btn-silver.selected, .btn-silver.selected:hover, .btn-silver.selected:focus {
        background: #fcda7d;
        border: 1px solid #c2762b;
    }
/*SilverTabs*/
 .silver-tabcontrol {
      width:100%;
      position:relative;
    }

    .silver-tabcontrol ul.tablist {
      list-style-type:none;
      margin-left:0px; 
      min-height:17px;
      width:100%;
      margin-left:-30px;
    }
    .silver-tabcontrol ul.tablist li {
      float:left;
      background-color:white;
      background: #d2d5da none;
      cursor:pointer;
      padding:4px 12px;
      border:solid 1px #dadada;
      border-bottom:none;
    }

    .silver-tabcontrol ul.tablist li.active {background: #fff none;}

    .silver-tabcontrol .tabcontent {
      width:100%;
      display:none;
      border:solid 1px #dadada;
      background-color:white;
      padding:10px;
    }
    .silver-tabcontrol .tabcontent.active { display:block; }



/*SilverMemo*/

    .silver-memo, .silver-textbox, .silver-combo {
      outline:none;
      border:solid 1px #dadada;
      font: 11px Verdana, Geneva, sans-serif;
      padding:4px;
      width:100%;
      min-height:35px;
    }

    .silver-textbox.disabled {
      color:gray;
    }

    .silver-popup {
      display: none;
      position: absolute;
      z-index: 100;
      top: 38px;
      right: 3px;
      width: 50%;
      min-height: 80px;
      background-color: white;
      border: 1px solid #868b91;
      color: #000;
      font-size: 16px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
      font: 11px Verdana, Geneva, sans-serif;
    }
    .silver-popup.show {
      display:block;
    }

    .silver-popup .popup-head {
      position: relative;
      width: 100%;
      height: 25px;
      border-bottom: 1px solid #868b91;
      padding: 4px 2px 2px 10px;
      background-color: #e9edf1;
      /*cursor: move;*/
    }

    .silver-popup .popup-head .close {
      position: absolute;
      width: 15px;
      height: 15px;
      top: 4px;
      right: 5px;
      background: url(/img/custom/close.png) no-repeat;
      background-position: 0px 3px;
      cursor: pointer;
    }

    .silver-popup .popup-body {
      width: 100%;
      padding: 10px;
    }


    .silver-popup .popup-body.overflow {
      position: relative;
      height: 95%;
      overflow:scroll;
    }

    .siver-modal {
     background: rgba(255, 255, 255, 0.7);
     position:fixed;
     top:0px;
     left:0px;
     width:100%;
     height:100%;
     display:none;
    }


    .siver-modal.show {
      display:block;
    }

    .siver-modal-body {
      width:100%;
      height:100%;
      position:relative;
    }

    .siver-nooverflow {
      overflow:hidden;
    }

    .silver-pager {
      font: 11px Verdana, Geneva, sans-serif;
      color: Black;
    }

    .silver-pager .info-msg {
      float:left;
      margin-top:6px;
    }
    .silver-pager ul {
      list-style-type:none;
      margin:0px;
    }

    .silver-pager ul li {
      float:left;
      cursor:pointer;
      color: Black;
      text-decoration: none;
      padding: 6px 6px;
      cursor:pointer;
      margin:0px 2px;
      position: relative;
      top: initial;
      left: initial;
      right: inherit;
      display: initial;
    }

    .silver-pager ul li:hover {
      text-decoration: underline;
    }

    .silver-pager ul li.current {
      text-decoration: none;
      background: #fee085 none;
      padding: 5px 4px;
      border: 1px solid #c27f31;
      cursor: initial;
    }

    

    .silver-pager ul li.first, .silver-pager ul li.prev, .silver-pager ul li.next, .silver-pager ul li.last{
      background-image: url(/img/Custom/DXImages.png);
      background-repeat: no-repeat;
      background-color: transparent;
      width: 23px;
      height: 23px;
      padding:0;
      margin:0;
    }

    .silver-pager ul li.first {
      background-position: -154px -302px;
    
    }
    .silver-pager ul li.prev {
      background-position: -82px -302px;
    }

    .silver-pager ul li.next {
      background-position: -106px -302px;
    }

    .silver-pager ul li.last {
      background-position: -24px -326px;
    }

    .silver-pager ul li.disabled {
      opacity:0.6;
      cursor:initial;
    }

    .silver-pager ul li.current:hover, .silver-pager ul li.disabled:hover {
      cursor:initial;
      text-decoration: none;
    }

    .silver-grid .detail-ico {
      background-image: url(/img/Custom/DXImages2.png);
      background-repeat: no-repeat;
      background-color: transparent;
      width: 13px;
      height: 13px;
      background-position: -42px -175px;
      padding:0;
      margin:0;
      cursor:pointer;
      display:block;
      margin-top:5px;
    }

    .silver-grid .detail-ico.show {
      background-position: -80px -159px;
    }

 .silver-grid .table-silvergrid-header, .silver-grid .table-silvergrid-body, .silver-grid .table-silvergrid-footer{margin-bottom:0px;}

.silver-grid .overflow-t{width:100%; height:500px; overflow:scroll;}


.silver-grid .table-silver td {
    font: 11px Verdana, Geneva, sans-serif;
    color: #3c3c3c;
    text-align:center;
    background-color:white;
}
    
    
.silver-grid .table-silver td em {
    background: #e2ecf7 none repeat 0 0;
    color: Black;
    font-weight: bold;
    font-style: normal;
}


.silver-grid .table-silver > tbody > tr.hover:hover > td{
    color: #3c3c3c;
    background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
    border: 1px solid #eecc53;
 }

.silver-grid .table-silver > tbody > tr.hover.selected> td{
    color: #3c3c3c;
    background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
    border: 1px solid #eecc53;
    /*background-color: rgb(237, 237, 235);
    font-weight:bold;*/
 }

.silver-grid .table-silvergrid-header th.sortable{cursor:pointer;}

.silver-grid .td-radio span{margin-left:5px; position:relative; top:-2px; font-size: 13px;}

.sort-indication{
    background-image: url(/img/Custom/DXImages2.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -87px -17px;
    width: 7px;
    height: 5px;
    display:inline-block;
    float:right;
    margin-top:5px;
}

.sort-indication.sort-1{
    background-position: -95px -17px;
}


.silver-grid .table-silver tr, .silver-grid .table-silver th, .silver-grid .table-silver td {
    vertical-align:middle;
}

.silver-grid .td-posnum {
   width:60px;
   text-align:center;
}

.silver-grid .td-name {
    text-align:center;
}

.silver-grid .td-prop {
    width:200px;
    text-align:center;
}

.silver-grid th.last , .silver-grid td.last {
  border-left:none;
  width:4px;
}


.silver-grid .table-silvergrid-header-holder {
    width:100%;
    background: #e8ebee url(/img/custom/silver-line.png) repeat-x left top;
    border: 1px solid #a5acb5;
}

.silver-grid .table-silvergrid-header-holder th:first-child {
    border-left:none;
}

.silver-grid .table-silvergrid-header-holder th:last-child {
    border-right:none;
}

.silver-grid .table-silvergrid-header-overflow > table > thead > tr > th {
    border-top:none!important;
    border-bottom:none!important;
}
    


.silver-grid .table-silvergrid-header-overflow {
     overflow:hidden;
}

.silver-grid .table-silvergrid-header-overflow .table-silvergrid-header {
    table-layout: fixed;
}

.silver-grid .table-silvergrid-body-overflow {
    height: 400px;
    overflow: scroll;
}

.silver-grid .table-silvergrid-body-overflow .table-silver {
    table-layout: fixed;
}

.silver-grid .silver-grid tr.hiddenrow>td {
    height: 0;
    padding: 0;
    border: none;
}


.silver-grid .table-col-width td, .silver-grid .table-col-width th {
  height: 0px;
  border: 0px !important;
  padding: 0px !important;
}


.silver-grid .table-silvergrid-header thead tr th {
  position: relative;
}


.silver-grid .table-silvergrid-header thead tr th table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

.silver-grid .table-silvergrid-header thead tr th table tbody tr td {
  background-color: transparent !important;
  border: none;
  padding: 0;
}

.silver-grid .table-silver th, .silver-grid .table-silver td {
  overflow: hidden;
}


.silver-grid .resizer {
    cursor: e-resize;
    top: 0;
    position: absolute;
    background: transparent;
    height: 100%;
    right: 0;
    width: 2px;
}


.silver-grid .responsive {
  width: auto;
}

.silver-grid .table-silvergrid-body-overflow {
    height: 100px;
    overflow-y: scroll;
    border: solid 1px #dbdee1;
    border-top:none;
    border-bottom:none;
}
.silver-grid .table-silvergrid-body-overflow > table > tbody > tr> td {
    border-top:none!important;
}

.silver-grid .table-silvergrid-body-overflow > table > tbody > tr > td:first-child {
    border-left:none;
}

.silver-grid .table-silvergrid-body-overflow > table > tbody > tr > td:last-child {
    border-right:none;
}


/*SilverTree*/

.silver-tree {
    position: relative;
    width: 100%;
    overflow: auto;
    border: solid 1px gray;
}

.silver-tree .overflow {
    height: 600px;
    overflow: auto;
}


.silver-tree .altrow {
    background: #f7f7f8 none;
}


.silver-tree .selected>td {
    background: #faedb6 none;
}

.silver-tree .altrow.selected>td {
    background: #faedb6 none;
}

.silver-tree .td-toggle {
    width: 20px;
    padding: 6px 6px 4px 6px !important;
    background: white none !important;
}

.silver-tree .td-empty {
    background: white none !important;
    border: none !important;
}

.silver-tree .loader,
.silver-grid .loader {
    display: none;
    position: absolute;
    height: 600px;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.silver-tree .loader.show,
.silver-grid .loader.show {
    display: block;
}

.silver-tree .loader-body,
.silver-grid .loader-body {
    position: absolute;
    top: 30%;
    right: 50%;
    width: 111px;
    border: 1px solid #80858d;
    text-align: center;
    height: 38px;
    font: 11px Verdana, Geneva, sans-serif;
    color: #585e68;
    background: White none;
}

.silver-tree .td-loader,
.silver-grid .td-loader {
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
}

/*SilverCheckbox*/

.silver-checkbox input[type="checkbox"] {
    display: none;
}

.silver-checkbox label {
    margin-bottom: 0;
    font-weight:normal;
}

.silver-checkbox label:before {
    content: " ";
    background-image: url(/img/custom/DXImages.png);
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    background-position: -149px -427px;
    width: 15px;
    height: 15px;
}

.silver-checkbox.checkbox-label label {
    position: relative;
    top: -3px;
}

.silver-checkbox.checkbox-label label:before {
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.silver-checkbox input:checked+label:before {
    background-position: -32px -444px;
}

.silver-checkbox input:disabled + label:before {
    background-position: -64px -444px;
}

.silver-checkbox input:checked:disabled + label:before {
    background-position: -128px -444px;
}

.silver-combo.error,
.silver-textbox.error,
.silver-memo.error,
.SilverCombo.error {
    outline: 1px solid red;
}

.SilverCombo > .loader {
  position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:white;opacity: 0.6;
}


.SilverCombo > .loader img {
  float:right;
  margin-right: 30px;
  margin-top: 10px;
}

/*CustomerSelectModal*/


    .tbody-selectable .td-25 {
      width:32px;
    }



    .tbody-selectable .ico-0-0, .tbody-selectable .ico-0-1, .tbody-selectable .ico-0 {
      width:32px;
      height:32px;
      display:block;
      background:url(/img/Folders/folder_32.png) no-repeat left top;
    }

     .tbody-selectable .ico-1 {
      width:32px;
      height:32px;
      display:block;
      background:url(/img/Documents/Document2.png) no-repeat left top;
    }

    .tbody-selectable a, .tbody-selectable a:hover {
      font: 11px Verdana, Geneva, sans-serif;
      color: #3c3c3c;
      text-decoration:none;
      border:none;
    }

    .tbody-selectable > tr.hover:hover > td{
      color: #3c3c3c;
      background: #fcf8e5 url(/img/custom/silver-line-hover.png) repeat-x left top;
      border: 1px solid #eecc53;
    }

    .tbody-selectable > tr.hover > td {
      cursor:pointer;
    }


    .tbody-selectable > tr > td em {
        background: #e2ecf7 none repeat 0 0;
        color: Black;
        font-weight: bold;
        font-style: normal;
    }


 #tbodyCustomerTable .ico-type-group {
      width:32px;
      height:32px;
      display:block;
      background:url(/img/Folders/folder_32.png) no-repeat left top;
    }


    #tbodyCustomerTable .ico-type-1, #tbodyCustomerTable .ico-type-0 {
      width:32px;
      height:32px;
      display:block;
      background:url(/img/Customers/Company.ico) no-repeat left top;
      background-size:contain;
    }

    #tbodyCustomerTable .ico-type-2 {
      width:32px;
      height:32px;
      display:block;
      background:url(/img/Customers/User.ico) no-repeat left top;
      background-size:contain;
      /*   background:url(/img/Customers/User_48x48.png) no-repeat left top;*/
    }


/*Documents Tree v1*/


#doctreeholder {
}


#doctreeholder .td-25 {
   width:34px;
   width:50px;
   text-align:center;
}

#doctreeholder .td-50 {
   width:50px;
   text-align:center;
}


#doctreeholder .td-50.first {
    border-right:none;
}

#doctreeholder .td-50.second {
    border-left:none;
}

#doctreeholder .ico-folder {
    width:32px;
    height:32px;
    display:block;
    background:url(/img/Folders/folder_32.png) no-repeat left top;
}


#doctreeholder .table-doctree {
    margin-bottom:0px;
}


#doctreeholder .td-1 {
  width:60px;
  text-align:center;
}

#doctreeholder .td-2 {
  text-align:center;
}

#doctreeholder .td-3 {
  width:100px;
  text-align:center;
}

#doctreeholder .td-4 {
  text-align:center;
  width:300px;
}

#doctreeholder .overflow {
  width:100%;
  height:400px;
  overflow:scroll;
}
#DocTree_body td {
   vertical-align:middle;
}
#DocTree_body .td-name {
    text-align:left;
}

#doctreeholder .SilverHeader a.btn-silver span {
  position: relative;
  top: 4px;
}

#doctreeholder #tbDocTreeFilter {
    display:none;
}

/*FINTRANSACTIONS*/
#TBodyFinTransactions td {
      font: 11px Verdana, Geneva, sans-serif;
      color: #3c3c3c;
      text-align:center;
    }

.CustomerFinTransHolder .table .td-rn {
      width:60px;
    }
    .CustomerFinTransHolder .table .td-0 {
      width:30px;
    }
    .CustomerFinTransHolder .table .td-1 {
      width:90px;
    }
    .CustomerFinTransHolder .table .td-2 {
      width:120px;
    }
    .CustomerFinTransHolder .table .td-3 {
      width:150px;
    }
    .CustomerFinTransHolder .table .td-4 {
      width:200px;
    }
    .CustomerFinTransHolder .table .td-5 {
      width:120px;
    }
    .CustomerFinTransHolder .table .td-6 {
      width:120px;
    }
    .CustomerFinTransHolder .table .td-7 {
      width:120px;
    }
    .CustomerFinTransHolder .table .td-8 {
    }
    .CustomerFinTransHolder .table .td-9 {
        width:180px;
    }

    .CustomerFinTransHolder #TBodyFinTransactions .td-5, .CustomerFinTransHolder #TBodyFinTransactions .td-6, .CustomerFinTransHolder #TBodyFinTransactions .td-7 {
      text-align:right;
    }

    
    
    #TBodyFinTransactions td em {
        background: #e2ecf7 none repeat 0 0;
        color: Black;
        font-weight: bold;
        font-style: normal;
    }
#TBodyFinTransactions .ft-invoicestatus{
font-weight:bold;
}
#TBodyFinTransactions .ft-invoicestatus.st-0{
color:red;
}

#TBodyFinTransactions .ft-invoicestatus.st-1{
color:#d48900;
}

#TBodyFinTransactions .ft-invoicestatus.st-2{
color:green;
}

#TBodyFinTransactions .ft-invoicestatus.st-3{
color:darkgreen;
}

/**/

#ReportFinTransactionsModule {

}

#ReportFinTransactionsModule .table .td-rn {
    width:60px;
}
#ReportFinTransactionsModule .table .td-0 {
    width:30px;
}
#ReportFinTransactionsModule .table .td-1 {
    width:90px;
}
#ReportFinTransactionsModule .table .td-2 {
    width:120px;
}
#ReportFinTransactionsModule .table .td-3 {
    width:150px;
}
#ReportFinTransactionsModule .table .td-4 {
    width:200px;
}
#ReportFinTransactionsModule .table .td-5 {
    width:120px;
}
#ReportFinTransactionsModule .table .td-6 {
    width:120px;
}
#ReportFinTransactionsModule .table .td-7 {
    width:120px;
}
#ReportFinTransactionsModule .table .td-8 {
}
#ReportFinTransactionsModule .table .td-9 {
    width:180px;
}

#ReportFinTransactionsModule .table .td-12 {
    width:250px;
}

#ReportFinTransactionsModule .table .td-13 {
    width:250px;
}

#ReportFinTransactionsModule #TBodyFinTransactions .td-5, #ReportFinTransactionsModule #TBodyFinTransactions .td-6, #ReportFinTransactionsModule #TBodyFinTransactions .td-7 {
    text-align:right;
}

#ReportFinTransactionsModule .ft-invoicestatus{
font-weight:bold;
}
#ReportFinTransactionsModule .ft-invoicestatus.st-0{
color:red;
}

#ReportFinTransactionsModule .ft-invoicestatus.st-1{
color:#d48900;
}

#ReportFinTransactionsModule .ft-invoicestatus.st-2{
color:green;
}

#ReportFinTransactionsModule .ft-invoicestatus.st-3{
color:darkgreen;
}



#CustomerAuditGrid .table .td-rn {
  width: 60px;
}

#CustomerAuditGrid .table .td-2 {
  width: 240px;
}

#CustomerAuditGrid .table .td-3 {
  width: 260px;
}

#CustomerAuditGrid .table .td-4 {
  width: 260px;
}

#CustomerAuditGrid .table .td-5 {
  width: 120px;
}

#CustomerAuditGrid .table .td-6 {
  width: 120px;
}

#CustomerAuditGrid .table .td-7 {
  width: 120px;
}

#CustomerAuditGrid .table .td-8 {
  width: 250px;
}

#CustomerAuditGrid .status-indication {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  float:left;
}

#CustomerAuditGrid .status-indication.status-0 {
  background-image: url(../img/Statuses/Flag_black.ico);
}

#CustomerAuditGrid .status-indication.status-1 {
  background-image: url(../img/Statuses/Flag_yellow.ico);
}

#CustomerAuditGrid .status-indication.status-2 {
  background-image: url(../img/Statuses/Flag_green.ico);
}

#CustomerAuditGrid .status-indication.status-3 {
  background-image: url(../img/Statuses/Flag_red.ico);
}

#CustomerAuditGrid .status-indication.status-4 {
  background-image: url(../img/Statuses/Flag_blue.ico);
}


/*SilverCombo*/

.btn-silver-textbox {
    border: solid 1px #dadada!important;
    border-left:none!important;
}


.SilverCombo {
    width:100%;
    position:relative;
}

.SilverCombo > table {
    width:100%;
    border:none;
}


.SilverCombo .btn-silver-carret {
    padding:13px 3px;
    border: solid 1px #dadada!important;
    border-left:none!important;
}



.SilverCombo .carret {
    background-image: url(/img/Custom/DXImages2.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -85px -16px;
    width: 10px;
    height: 7px;
}


.SilverCombo .holder {
    position: absolute;
    /*height: 320px;*/
    background-color: white;
    border: solid 1px #bebebe;
    border-top:none;
    width: inherit;
    box-shadow: 2px 2px 2px #bebebe;
    font-size:12px;
    z-index:9999;
    transition: all .02s linear .01s;
    transition: all .04s linear .02s;
    background-color: white;
    border: 1px solid #A0A0A0;
    color: Black;
    font: 12px Tahoma, Geneva, sans-serif;
    box-shadow: 0px 2px 12px #7e7878;
    height:1px;
    overflow:hidden;
}



.SilverCombo .holder .overflow {
    height:294px;
    overflow: auto;
}


.SilverCombo .holder .table-silver th {
    border-top:none;
    border-left:none;
    border-right:none;
}




.SilverCombo .table-combo > tbody > tr > td{
    text-align: left;
    cursor: default;
    padding: 2px 5px 3px 6px;
    font: 11px Verdana, Geneva, sans-serif;
    border-right:none;
    border-left:none;
}

.SilverCombo .table-combo > tbody > tr:first-child > td {
    border-top:none;
}


.SilverCombo .table-combo > tbody > tr:last-child > td {
    border-bottom:none;
}

.SilverCombo .table-combo > tbody > tr:hover > td {
    background-color: #e2ecf7;
}

.SilverCombo .table-combo em {
    background: #e2ecf7 none repeat 0 0;
    color: Black;
    font-weight: bold;
    font-style: normal;
}

.SilverCombo .table-combo .nodata{text-align:center;}

.SilverCombo .table-combo > tbody > tr > td img {
    float:left;
    margin-right:5px;
}

.fias-control {
    margin-bottom:5px;
}

#fias-level-5 {
    display:inline-block;
    width:250px;
    margin-right:10px;
}

#fias-level-6 {
    display:inline-block;
    width:250px;
}
