﻿.pagerStyle {
    display: inline;
    color: #006f66;
    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/reassignmentleftarrow.png");
    background-repeat: no-repeat;
    background-size: 30px 17px;
    background-position: center;
    padding: 12px 17px;
    cursor: pointer;
    float: left;
}
.rightarrow {
    background-image: url("../Images/reassignmentrightarrow.png");
    background-repeat: no-repeat;
    background-size: 30px 17px;
    background-position: center;
    padding: 12px 17px;
    cursor: pointer;
    float: left;
}

.upArrow {
    background-image: url("../Images/reassignmentrightarrow.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/reassignmentrightarrow.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: #872175;
}
.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;    
    color:#333333;
    font-size:14px;
    min-height:11px;
    max-height:19px;
    overflow:hidden;
}

.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: #006f66;
    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/editIconsSmallreassignment.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/searchiconsreassignment.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; }

.gridRow a {
    color: #006f66; text-decoration: none; font-style:italic; font-weight:bold
}
