﻿.pagerStyle {
    display: inline;
    color: #F18F3A;
    font-size: 16px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    font-style: italic;
    padding-top: 1px;
    float: left;
}
.leftarrow {
    background-image: url("../Images/leftarrow.png");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    background-position: center;
    padding: 10px 17px;
    cursor: pointer;
    float: left;
}
.rightarrow {
    background-image: url("../Images/rightarrow.png");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    background-position: center;
    padding: 10px 17px;
    cursor: pointer;
    float: left;
}

.upArrowAscending {
    background-image: url("../Images/rightarrow.png");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: center;
    cursor: pointer;
    height: 15px;
    width: 18px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    margin-left: 3px;
}

.downArrowDesecnding {
    background-image: url("../Images/rightarrow.png");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: center;
    cursor: pointer;
    height: 15px;
    width: 18px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-left: 3px;
}

.upArrow {
    background-image: url("../Images/rightarrow.png");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    background-position: center;
    cursor: pointer;
    height:19px;
    width:23px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.downArrow {
    background-image: url("../Images/rightarrow.png");
    background-repeat: no-repeat;
    background-size: 23px 19px;
    background-position: center;
    cursor: pointer;
    height:19px;
    width:23px;
        -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


.redX {
    background-image: url("../Images/redxicon.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
    height:20px;
    width:20px;
    margin: auto;
}

.gobutton {
    float: left;
    margin-left: 10px;
    color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    padding: 3px 9px;
    vertical-align: sub;
    cursor: pointer;
    background-color: #F18F3A;
}
.GridSearchResultsContainer {
    float: left;
    width: 100%;
}

.gridMainPanel {
    float: left;
    height: auto;
    margin-bottom: 100px;
    margin-top: 10px;
}

.gridRowContainer {
    float: left;
    display: table-cell;
}
.gridHeader {
    margin-left: 10px;
    float: left;
    background-color: #bcbcbc;
    color:#333333;
    font-size:14px;
}
.gridHeaderColumn {
    float: left;
    padding: 4px;
    margin-top: 5px;
    font-weight: 600;
    border-bottom: 1px solid;
}
.gridRows {
    margin-left: 10px;
    float: left;
    margin-bottom: 15px;
}

.gridRowEven {
    background-color: #ebebeb;
}
.gridRowEvenOdd {
    background-color: #ffffff;
}
.gridRow {
    float: left;
    padding: 6px 4px 6px 4px;
    color:#333333;
    font-size:14px;
    min-height:11px;
}

.gridRowEvenMain {
    background-color: #ebebeb;
}
.gridRowOddMain {
    background-color: #ffffff;
}

.actionItemsContainer {
    position: relative;
    z-index: 1000;
    background-color: #6ab4d1;
    width: 150px;
    margin-top: 30px;
    cursor: pointer;
    color: #3b5864;
}
.actionItem {
    padding: 10px;
}

.InLineEditContainer {

  float: left;
  cursor: default;
}

.gridRowSelected {
    background-color: #F18F3A;
    color: #ffffff;
}

.gridEditInlineContainer {
  border-left: 1px solid #A2A2A2;
  border-right: 1px solid #A2A2A2;
  height:100%;
  background-color:#ffffff
}

.editIconsGrid 
{ 
    width: 24px; height: 24px; 
    background-image: url('../images/editIconsSmall.png'); 
    background-repeat:no-repeat;  
    cursor:pointer;
    margin-top: -3px;
}

.editIconGridDarkBlue { background-position: 0px 0px; }
.editIconGridOrange {   background-position: -24px 0px; }
.editIconGridWhite { background-position: -48px 0px; }
.editIconGridLightBlue { background-position: -72px 0px; }
.editIconGridGrey { background-position: -96px 0px; }

.searchIconsGrid 
{ 
    width: 24px; height: 24px; 
    background-image: url('../images/searchicons.png'); 
    background-repeat:no-repeat;    
    cursor:pointer;
    margin-top: -3px;
}

.searchIconGridDarkBlue { background-position: 0px 0px; }
.searchIconGridOrange { background-position: -34px 0px; }
.searchIconGridWhite { background-position: -69px 0px; }
.searchIconGridLightBlue { background-position: -103px 0px; }
.searchIconGridGrey { background-position: -138px 0px; }

.readIconGridBlue 
{ 
    width: 25px;
    height: 20px;
    background-image: url('../images/binocularsblue.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: -1px;
}

.readIconGridGrey 
{ 
    width: 25px;
    height: 20px;
    background-image: url('../images/binocularsgrey.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: -1px;
}

.NameLinkText {
    color: #F18F3A;
    font-weight: bold;
}
