
/*auto suggest*/
#autoSuggestTextBox{
    padding:3px;
    border:1px #CCC solid;
    font-size:12px;
}
.suggestionsBox {
    width: 200px;
    padding:0px;
    background-color:#414959;
    border-top: 3px solid #414959;
    color: #fff;
    position:absolute;
}
.suggestionList {
    margin: 0px;
    padding: 0px;
}
.suggestionList ul {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFF;
    padding:0;
    margin:0;
}
.suggestionList ul li {
    list-style:none;
    margin: 0px;
    padding: 6px;
    border-bottom:1px dotted #666;
    cursor: pointer;
}
.suggestionList ul li:hover {
    background-color: #FC3;
    color:#000;
}
.suggestionProcessImg{
    background-image:url(../images/loader.gif);
    background-position:right;
    background-repeat:no-repeat;
}
.suggestionArrowImg{
    position: relative; 
    top: -17px; 
    left: 20px;
}
#suggest {
    position:relative;
}
/*auto suggest*/

/*timesheet css start*/
.timesheetDropDown{
    width:70px;
}
.timesheetComment{
    height:100px;
    width:98.5%;
}
.timeSheetHourBox{
    width:50px;
}
.heighListText{
    color:#fff;
    font-weight:bold;
    vertical-align:top;
}
.timesheetTable{
    background: #dddddd; /* for non-css3 browsers */
    background: -moz-linear-gradient(top, #dddddd,  #fafafa); /* for firefox 3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#fafafa)); /* Safari 4+, Chrome */
    background: -webkit-linear-gradient(left top, left bottom, #dddddd, #fafafa); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background: -o-linear-gradient(top, #dddddd,#fafafa); /* Opera 11.10+ */
    background: -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#dddddd, EndColorStr=#fafafa, GradientType=0)";
    background: linear-gradient(to bottom, #dddddd,#fafafa); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#fafafa', GradientType='0'); /* for IE */

    color: #505050;        
    border: 1px solid #CCCCCC;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 3em;
    margin-top:10px;        
}
.dailyBlogTextArea{
    height:200px;
    width:98.5%;
}

.timesheetShowRed{
    background-color:red;
    font-size:12px;
    font-family:verdana;
    color:#fff;
}
.timesheetShowGreen{
    background-color:green;
    font-size:12px;
    font-family:verdana;
    color:#fff;
}
.timesheetShowWhite{
    background-color:#fff;
    font-size:12px;
    font-family:verdana;
    color:#000;
}
/*timesheet css end*/

.customTab{
    margin-top: -21px;
}
.heightlightLabel{
    color:#333;
    font-weight:bold;
    margin-bottom: 5px;
}
.skill_box
{
    font-size:14px;
    padding:5px;
    background-color:#C5EEFA;
    border: 1px solid #5DC8F7;
    color:#4594B5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    vertical-align:middle;
    line-height: 30px;
}
.grid_heading
{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: none;
    color: #505050;
    display: table-row;
    margin-bottom: 0px;
    text-shadow: none;
    text-transform: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 3em;

    background: #dddddd;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
    background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
    background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
    background: -o-linear-gradient(bottom, #dddddd, #fafafa);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";

    padding-left: 1em;

    outline: none;
}
.grid_heading th
{
    line-height: 2em;
    border-bottom: 1px solid #ccc;
}

.successMessage{
    color:#008000;
    font-weight:bold;
}
.errorMessage{
    color:#ff002a;
    font-weight:bold;
}

.right-text{
    float:right;
}
.left-text{
    float:left;
}
.timesheetTemplatePopup{
    width:1024px !important;
    margin:-270px 0 0 -500px !important;
}

.timeSheetBlogWordCount{color: #505050;font-size: 0.85em;font-weight: bold;line-height: 3em;}

.timesheetSelectBox {
    width:100%;
}

.pendingText{
    color:blue;
    font-weight:bold;
}

.tsEmpName{
    color:#000;
    font-weight:bold;
    font-size:16px;
}

.error{
    color: #b94a48;
}
.field-error{
    border:1px solid #b94a48 !important;
}


/* mayur 27-05-2015*/
.remove_field {

    background-color: #fff;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    color: #000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    position: absolute;
    right: 38px;

}/* mayur*/


/*mayur 27-05-2015*/
#taskDetailForm tbody, #taskDetailForm tr, #taskDetailForm td {
    display: block;
    width: 100%;
}/* mayur*/

/*mayur 27-05-2015*/
.checkClass {
    /*border-top: 1px ridge #000;margin-top: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 90px;
    overflow-x: auto;
    overflow-y: auto;
}
.input_fields_wrap{
    height: 117px;
    overflow-x: auto;
    overflow-y: auto;
}

/*mayur 28-05-2015*/
.mycheckBox{
    margin-bottom: 15px;
}

/*mayur 28-05-2015*/
.myinputfield{
    margin-left: 10px;
    width: 90%;
}

/*mayur 28-05-2015*/
.task-main {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ccc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    /*box-shadow: 2px 2px 1px #b1b1b1;*/
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
    min-height: 200px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 10px;
    vertical-align: top;
    position: relative;
    width: 220px;
}

/*mayur 28-05-2015*/
.title-task {
    font-weight: bold;
    /*padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;*/
}

/*mayur 28-05-2015*/
.task-status mycheckBox{
    margin-top: -12px;
}

/*mayur 28-05-2015*/
.title-task a {
    color: #000;
    display: block;
    width: 94%;
}

/*mayur 28-05-2015*/
.close-main{
    display: block;
    min-height: 180px;
    /* position: absolute;
     right: 5px;
     top: 0;*/
}

/*mayur 28-05-2015*/
.delete-maintask{
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 9;
}

/*mayur 28-05-2015*/
.close-task{
    display: none;
    text-align: right;
    width: 100%;
    float: right;
}

/*mayur 28-05-2015*/
.colFocus:hover{
    box-shadow: 2px 2px 2px #888888;
}

.colFocus:hover a{
    display: block;
}

.close-main label {
    width: 200px;
    word-wrap: break-word;
}


.shiftrt {
    font-size: 12px;
    font-style: italic;
    text-align: right;
}


.popFormat{
    padding: 20px 20px 0 20px 
}


.titleInput{
    border: none !important;
    box-shadow: none !important;
}
.titleInput:focus{
    border: 1px solid #CCC !important;
}


table.main-task-data.list-view{
    width: 500px;
    margin: 0 auto;
}
table.main-task-data td{
    margin-bottom: 20px;
}
table.main-task-data.list-view td{
    width: 500px;
}
table.main-task-data.list-view td td{
    width: auto;
}
table.main-task-data.list-view td input{

}
table.main-task-data.list-view .title-task{
    width: 100%;
}
table.main-task-data.list-view .title-task hr{
    margin: 10px 0 0 0;
    padding: 0;
    width: 500px;;
}
table.main-task-data .close-task{
    position: absolute;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0;
    line-height: 25px;
}
table.main-task-data.list-view .close-main label{
    width: 100%;
}
#myModalNewTaskForm,#myModalNewTaskForm .modal-body{
    overflow: visible;
}
.adjustLabel{
    vertical-align: top;
    width: 30%;
}
.delete-subtask {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 26px;
    margin-top: 0;
    position: relative;
    top: 4px;
}

.errorDiv label {
    padding-left: 24px;
}



.modal.small.hide.fade.in .modal-body td {
    border: medium none;
}

.table th, .table td {
    line-height: 27px;
}

p.amount-tooltip {outline:none; }
p.amount-tooltip strong {line-height:15px;}
p.amount-tooltip:hover {text-decoration:none;} 
p.amount-tooltip span {
    z-index:10;
    display:none; 
    padding:10px 5px;
    font-size: 15px;
    font-weight: normal;
    margin-top:25px; 
    margin-left:-100px;
    width:auto; 
    line-height:10px;
}
p.amount-tooltip:hover span{
    display:inline; position:absolute; color:#505050;
    border:1px solid #a6a6a6; background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , #dddddd 0%, #fafafa 100%) repeat scroll 0 0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
p.amount-tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.widMain{
    
    width: 50%;
    overflow: hidden;
}
.mainTitle{
    border: solid 1px #CCC;

}
.floatleft{
    float: left;
}


.titleYear{
    width: 20%;
    padding: 5px
}
.innerYear{
    width: 20%;
    padding: 5px;
    /*border-bottom: solid 1px #CCC;
    min-height: 20px;
    background: #CCC;*/
}
.titleTime{
    width: 76.7%;
    text-align: right;
    padding: 5px 0px;
    border-left: solid 1px #CCC;
}
.monthMain{
    border: solid 1px #CCC;
    border-top: none;
}
.monthInner{
    width: 78.3%;
    padding: 0 0;
    border-left: solid 1px #CCC;
}
.monthInner span{
    float: right;
    display: block;
}
.inMonthFirsr{
    border-top: solid 1px #CCC;
    margin: 0;
    padding: 5px 10px 0;
    overflow: hidden;
}
.inMonthFirsr ul{
    margin: 0px;
    padding: 0px;
}
.inMonthFirsr ul li{
    list-style-type: none;
    width: 50%;
    float: left;
}
.inMonthFirsr ul li:last-child{
    text-align: right;
}

.mainTitle{
    /*background: #eee;
    border-bottom: solid 1px #aaa;
    color: #999;*/
    display: block;
    padding: 0;
    line-height: 27px;
    font-size: 15px;
}


.spaceMain{
    background: #eee none repeat scroll 0 0;
/*    border-bottom: 1px solid #aaa;*/
    border-left: 1px solid #fff;
    padding: 5px 10px;
    line-height: 23px;
}
.report-main{
    margin-bottom:65px;
}

.inner-name{
    line-height: 28px;
}
.stat-widget-container .stat-widget.developWid{
    width: 20%;
}
.brand img{padding:5px 0;}
.login_page footer{
	position: fixed;
	width: 100%;
	bottom:0px;
}
footer p{
	margin:10px;
	float: none;
	text-align: center;
}