.static-top {
    background-color: #3c8dbc;
	border-radius: 0px;
	min-height:75px;
}
.static-top a {
	color:#FFF;
}

.static-top .container {
	padding-top: 12px;
}

.login-register
{
	list-style:none;
	float: right;
	//width: 264px;
	padding-top: 8px;
}
.avataricon
{
	width: 238px;
}

.login-register .dropdown-pop
{
	position: absolute;	
    height: 124px;
    //width: 230px;
	//border: 3px solid #eee;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	z-index: 9752;
    background: #fbfbfb;
	margin-top: 12px;
	border-radius: 8px;
	border: 1px solid #000;
}

/*.login-register .dropdown-pop:before 
{
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #e5e5e5;
        content: " ";
        position: absolute;
        bottom: -15px;
        left: 25%;
        transform: rotate(180deg)
}*/

.login-box-body
{
	padding-top: 120px;
	width: 325px;
	margin: 0px auto;
}
.footer
{
	color:#FFF;
	background-color: #000;
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.user-footer{
	//background-color: #f9f9f9;
    padding: 28px 16px 0px 16px;
}
.user-header{
    //background-color: #3c8dbc;
}
.user-header .textcenter{
    text-align: left;
    /* line-height: 28px; */
    padding-left: 20px;
	border-bottom: 1px solid #c6c6c6;
}

.user-header .textcenter img{    
    width: 13%;
}

.img-circle{
    width: 23%;
    //margin-left: 34px;
}
.avatarProfile
{
	cursor: pointer;
}

.projectDetails input
{
	width:60px;
	height: 26px;
	margin-top: 4px;
}
.projectDetails div
{
	margin: 12px 0px 0px 0px;
    height: 35px;
}

.time-box-body
{
	padding-top: 120px;
	//width: 110px;
	margin: 0px auto;
}

.card {
    position: relative;
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	width: 182px;
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	margin: 0px auto;
}

.card-title {
    margin-bottom: .75rem;
}

.card-img-top
{
	width: 180px;
    margin: 0px auto;
}
.avatar
{
	text-align: right;
}
.footericon
{
	border-color: transparent;
    border-bottom-color: #fbfbfb;
    border-style: dashed dashed solid;
    border-width: 0 9.5px 12.5px;
    position: absolute;
    left: 166.5px;
    top: -12px;
    z-index: 1;
    height: 0;
    width: 0;	
}
.modelPopupTxt
{
	width: 300px;
    margin: 0px auto;
}    

.media
{
	padding: 10px 102px 0px 20px;
}


@media only screen and (min-width : 320px) {
	.login-register {
		list-style: none;
		float: right;
		//width: 224px;
	}
	
	.footericon
	{
		border-color: transparent;
		border-bottom-color: #fbfbfb;
		border-style: dashed dashed solid;
		border-width: 0 9.5px 12.5px;
		position: absolute;
		left: 148.5px;
		top: -12px;
		z-index: 1;
		height: 0;
		width: 0;	
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.login-register {
		list-style: none;
		float: right;
		//width: 240px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.footericon
{
	border-color: transparent;
    border-bottom-color: #fbfbfb;
    border-style: dashed dashed solid;
    border-width: 0 9.5px 12.5px;
    position: absolute;
    left: 166.5px;
    top: -12px;
    z-index: 1;
    height: 0;
    width: 0;	
}

}
.removebtn
{
	color:red;
	margin-top: 9px;
	cursor:pointer;
	font-size: 19px !important;
}

.paddingleft1
{
	padding-left: 36%;
}

.paddingleft2
{
	padding-left: 23%;
}
.paddingleft3
{
	padding-left: 18%;
}