.workContainer {
    position: fixed;
    height: 90%;
    overflow: auto;
    width: 100%;
    top: 65px;
}
.topLineArea {
    background: #7cc242;
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
}
.topLineArea th {
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
}
.topLineArea a {
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
}
.stateArea {
    float:right;
    text-align: right;
    position: relative;
    padding: 16px;
    color: #fff !important;
    font-size: 16px;
}
.orderArea {
    float:right;
    position: relative;
    padding: 16px;
    color: #fff !important;
    font-size: 16px;
}
#objComment {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.workText {
    text-align: left;
    padding-top: 10px;
}
.objArea {
	padding: 20px;
    min-height: 120px;
}
.objButtonsArea {
	margin-top: 20px;
}
#showObjMarker {
    position: relative;
    height:        50px;
    width:         50px;
    border-radius: 50%;
    border:        2px solid #7cc242;
    background:    transparent;
    margin-right: 3px;
    margin-left: 3px;
}
#showObjMarker span {
    position:       absolute;
    height:         26px;
    width:          18px;
    background:     url(../img/mapLocation.png) no-repeat;
    top:            50%;
    transform: translateY(-50%);
    right: 14px; 
}
#showObjEye {
    position:      absolute;
    height:        50px;
    width:         50px;
    border-radius: 50%;
    border:        2px solid #7cc242;
    background:    transparent;
    margin-right: 3px;
    margin-left: 3px;
}
#showObjEye span {
    position:       absolute;
    height:         17px;
    width:          30px;
    background:     url(../img/showPicture.png) no-repeat;
    top:            50%;
    transform: translateY(-50%);
    right:          8px;
}
#showMore {
    position:       relative;
    z-index:        100;
    height:         40px;
    outline:        0 !important;
    border-radius:  3px;
    margin-right:   2px;
    margin-left:    2px;
}
#showMore span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    line-height: 0px;
}
.iconButton {
    font-size: 40px;
    padding-top: 3px;
}
.workOrderAddon {
    font-size: 20px;
    background: #fff;
    border:1px solid #ededed;
    text-align: center;
    font-weight: 400;
}
.vehicleNr p {
    font-size: 16px;
    color: #7cc242;
    font-weight: bold;
}
.chooseVehicle {
    width: 110px;
    height: 40px;
    outline: 0 !important;
    background: transparent !important;
}
.chooseVehicle p {
    padding: 2px;
    font-size: 16px;
    color: #7cc454;
    font-weight: bold;
}
.assignmentStatus p {
    text-align: left !important;
    font-size: 16px;
}
.assignmentFoward {
    width:         140px;
    height:        40px;
    background-color: #7cc242;
    outline: 0 !important;
    border-radius: 5px !important;
    margin-right: 10px;
}
.assignmentFoward p {
    padding: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.assignmentCancel {
    width:         140px;
    height:        40px;
    background-color: #505050;
    outline: 0 !important;
    border-radius: 5px !important;
    margin-right: 10px;
}
.assignmentCancel p {
    padding: 3px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.assignmentDelete{
    position: absolute;
    background: url(../img/trashBin.png) no-repeat;
    height: 20px;
    width: 15px;
    top: 17px;
}
#addRowBtn {
    margin-top: 15px;
    margin-left: 25px;
    width:  170px;
    height: 40px;
    background-color: #7cc242;
    outline: 0;
    border-radius: 5px;
}
#addRowBtn p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
/*----------------workOrderList----------------------*/
.dropDownButton {
    cursor: pointer;
}
.tableSideScroll {
}
@media only screen and (max-width: 760px){
.tableSideScroll {
    display: block;
    overflow: auto;
}
}
#mapMarker {
    position:       relative;
    z-index:        100;
    outline:        0;
    height:         50px;
    width:          50px;
    border-radius:  50%;
    border:         2px solid #7cc242;
    background:     transparent;
}
#mapMarker span {
    position:       absolute;
    height:         26px;
    width:          20px;
    background:     url(../img/hollowLocationPin.png) no-repeat;
    bottom:         9px;
    right:          13px; 
}
#showImg {
    position:       relative;
    z-index:        100;
    outline:        0;
    height:         50px;
    width:          50px;
    background:     transparent;
}
#showImg a {
    position:       absolute;
    height:         20px;
    width:          30px;
    background:     url(../img/showPicture.png) no-repeat;
    top:            50%;
    transform: translateY(-50%);
}
#showWorkLocation {
    position:       relative;
    z-index:        100;
    outline:        0;
    height:         50px;
    width:          50px;
    background:     transparent;
}
#showWorkLocation a {
    position:       absolute;
    height:         26px;
    width:          18px;
    background:     url(../img/mapLocation.png) no-repeat;
    top:            50%;
    transform: translateY(-50%);
}
.btnPosition {
    position: relative;
    background-color: #7cc242;
    height: 30px;
    width: 30px;
    outline: 0;
    padding-bottom: 2px;
    padding: 3px;
    margin-right: 15px;
    margin-left: 10px;
}
.workOrderComment {
    width: 100%;
    height: 50px;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}
.priorityLow span:first-child{
    background: #7cc242;
}
.priorityLow span{
    display: inline-block;
    height:20px;
    width: 30px;
    background: #fff;
    border: 1px solid #bdbdbd;
}
.priorityLow span:last-child{
    background: #fff;
    border: 1px solid #bdbdbd;
}
.priorityMed span:first-child{
    background: #7cc242;
}
.priorityMed span{
    display: inline-block;
    height:20px;
    width: 30px;
    background: #7cc242;
}
.priorityMed span:last-child{
    background: #fff;
    border: 1px solid #bdbdbd;
}
.priorityHigh span:first-child{
    background: #7cc242;
}
.priorityHigh span{
    display: inline-block;
    height:20px;
    width: 30px;
    background: #7cc242;
}
.priorityHigh span:last-child{
    background: #7cc242;
}
.DDTableText {
    padding-left: 0;
}
.btnPosition span {
}
.dropListBtn {
    color: #fff;
    height: 40px;
    width: 170px;
    font-size: 16px;
    font-weight: bold;
    margin:3px;
    outline: 0 !important;
}

.work-description {
    font-size: 22px;
    padding-top: 10px;
}
.tableCol {
    height: 50px;
}
.tableContent {
    font-size: 18px;
}
.unitSign {
    width: 60px !important;
}

.attributeDenotation {
    width: 58px !important;
}

.textStyle {
    font-size: 16px;
    border: 1px solid transparent;
}
/*-----------------------WayBillArea-----------------------*/
#searchArea {
    padding-top: 15px;
}



/*----------------------work----------------------*/
#objCommentAssignment {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#saveAssignmentComment{
    position:       relative;
    z-index:        100;
    height:         48px;
    outline:        0 !important;
    border-radius:  3px;
    margin-right:   2px;
    margin-left:    2px;
}

#saveAssignmentComment span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    line-height: 0px;
}