﻿/*Home Page Css*/
.button {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            background-color: #04AA6D;
            color: white;
            margin: 8px 0;
            cursor: pointer;
            width: 23%;
        }
.ErrorMsg{

}

.ViewTaskBtn{
	float: right;
	background: #e00505;
	border: 0 none;
	border-radius: 25px 25px 25px 25px;
	behavior: url("/_layouts/15/qtel/PIE.htc");
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 0px 15px;
	font-family: 'Noto Sans UI'!important;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-left: 8px;
    padding-right: 11% !important;
    width:20px;
}

.buttonUsrCnt{
            border-style: none;
            border-color: inherit;
            border-width: medium;
            background-color: #04AA6D;
            color: white;
            margin: 8px 0;
            cursor: pointer;
            width: 75px;
        }
.imgClsDiv1{
            text-align:center;
            vertical-align: top;
        }
        .imgClsDiv2{
            display: inline;
        }
        .imgClsDiv3{
            float: left;
        }
        .imgMain {
            width: 71px;
            height: 66px;
        }
        .userLogintxt{
            margin-top: 5%;
        }
        .roledrp{
            width: 100%; 
            height: 115%
        }
        .txtpwd{
            float: left;
            width: 255px;
        }

/*Pending Task Css*/

        .PendingTaskLbl{
           margin-left: 23px;
       }
       .pagingdv{
           margin-top: 20px;
       }
       .pagingtbl{
           width: 600px;
       }
       .lnkPageindx{
           Width:20px;
       }

/*User Control Css*/

.usrControlCSS{
    margin-left:1000px; 
    margin-top:-50px;
}
LogOutbtn{
    width: 75px !important;
}

/*OXToolTasview Css*/

.tblmain{
    width:100%;
}

.UseverticalRpt{
    vertical-align: top;
}

.fixedSitedv{
    width: 1100px;
}

.CommonRptWidth100{
Width:100px;
}

.CommonRptWidth60{
Width:60px;
}

.CommonRptWidth150{
Width:150px;
}

