﻿/*грида*/
.jqgrid .ui-jqgrid {
    margin-top: 8px;
     position: relative;
    border:solid 1px #D6CEAB;
    border-radius:0px;
    background:transparent none;
    
}
.jqgrid .ui-jqgrid .ui-jqgrid-bdiv {
    overflow-x: hidden;
}
.jqgrid .ui-jqgrid .ui-jqgrid-view 
{
    position: relative;left:0px; top: 0px; padding: .0em; 
    font-size:0.82em;
}

.jqgrid .ui-jqgrid table {
    border-collapse: separate;
}

.jqgrid .ui-jqgrid .ui-jqgrid-hdiv 
{
    position: relative; margin: 0em;
    padding: 0em; 
    overflow-x: hidden; 
    border-left: 0px none !important; 
    border-top : 0px none !important; 
    border-right : 0px none !important;
    border-bottom: none;
    background:#EBE5CD none;
}

.jqgrid .ui-jqgrid .ui-jqgrid-htable th 
{
    font-size:13px;
    height:22px;
    background-image:none;
    background-color:transparent;
    /*border: solid 1px #F4EFDC;*/
    border-collapse:separate;
    padding:6px 2px;
    color:#8F8767;
    font-weight:normal;
    text-align:left;
    height:16px;
}
.jqgrid .ui-jqgrid .ui-jqgrid-htable th,
.simple-grid table th {
    border: solid 1px #D1C69A;
}
.simple-grid table th,
.jqgrid .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    border-bottom:solid 2px #D6CEAB!important;
}



.jqgrid .ui-jqgrid tr.jqgrow { 
    outline-style: none; 
    background:transparent none;
    cursor:pointer;
    color:#4b4944;
}

.jqgrid .ui-jqgrid tr.ui-state-highlight
{
    border: 1px solid #aaaaaa;
}

.jqgrid .ui-priority-secondary, .jqgrid .ui-widget-content .ui-priority-secondary, .jqgrid .ui-widget-header .ui-priority-secondary {
    opacity: 1;
}




.jqgrid .ui-jqgrid tr.jqgrow td {
    padding-left: 6px;
    
}
.jqgrid .ui-jqgrid tr.jqgrow td,
.simple-grid table td {
    border-color:#D6CEAB;
    white-space: normal;
}


.jqgrid .ui-jqgrid tr.ui-state-highlight td.first
{
    border-left:solid 1px #5f2a00!important;
    
}


.jqgrid .ui-jqgrid tr.ui-priority-secondary
{
    background-color:#ebe5cd;
}

.jqgrid .ui-jqgrid tr.jqgroup { outline-style: none; }

    

.jqgrid .ui-jqgrid tr.visit-type1 .created-date,
.jqgrid .ui-jqgrid tr.visit-type2 .created-date {
    font-weight: bold;
}

.jqgrid .ui-jqgrid tr.visit-type2 .created-date,
.jqgrid .ui-jqgrid tr.visit-type4 .created-date {
    color: #005BB0!important;
}

.jqgrid .ui-jqgrid tr.visit-type1 .created-date,
.jqgrid .ui-jqgrid tr.visit-type3 .created-date{
    color: #F14F4F!important;
}

    


.jqgrid .ui-jqgrid tr.ui-state-highlight td.arrow {
    background: url(images/arrow-right2.gif) no-repeat -1px center;
    cursor: default;
    border: none;
}


.jqgrid .grid-container {
    width: 515px;
    margin-right: 20px;
}
.jqgrid .ui-jqgrid tr.not-completed {
    color: #199205;
}

/* TABLE
----------------------------------------------------------*/
.simple-grid {
    
}
.simple-grid table 
{
  width:100%;
  border: solid 1px #e8eef4;
  border-collapse: collapse;
    
}
.simple-grid table th{
color: #8f8767;

}

.simple-grid table td 
{
    height: 22px;
    /*padding: 5px 9px;   */
    padding: 0px 2px 0px 2px;
    border-style: solid;
    border-width: 1px;
    
}
.simple-grid table .first-row td{
    border-top: none;
}

.simple-grid table th
{

  height: 16px;
  padding: 6px 9px;
  padding: 6px 2px;
  text-align: left;
  background-color: #ebe5cd; 
  color: #8f8767;
  font-weight: normal;
    border-collapse: separate;
}

.simple-grid tr.selected {
    opacity: 1;
    background-color: #e3d4a3!important;
}