
    	.media{
    	    position: absolute;
    	    top: 14px;
    	    right: 50%;
    	    margin-right: -530px;
    	    z-index: 999;
		}
		

.task-list th{
    background-color: #5B89AE;
    color: #FFFFFF;
    padding: 10px;
    font-weight: normal;
    padding-bottom: 6px;
}
.task-list td{
    padding: 10px;
}
.task-list tr:nth-child(odd){
    background-color: #F5F8FB;
}
.task-list tr:nth-child(even){
    background-color: #FDFDFD;
}
.task-title{
    font-size: 14px;
}
.task-description{
    font-size: 12px;
    color: #777777;
    margin-top: 4px;
}
.confirm-box{
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    font-size: 16px;
}
.btn-yes{
    font-size: 18px;
    padding: 5px;
    width: 70px;
}
.btn-no{
    font-size: 14px;
    padding: 5px;
    width: 50px;
}


    .red{
        color: #BB0000;
    }
    .green{
        color: #00BB00;
    }
    .blue{
        //color: #3198EA;
    }


.add-button{
    width: 120px;
    font-size: 14px;
    margin-top: 16px;
    border: 2px solid #B6D7F1;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    color: #3198EA;
    cursor: pointer;
}
.selected-button{
    background-color: #B6D7F1;
    color: #FFFFFF;
}
.link{
    color: #3198EA;
    cursor: pointer;
}
.link:hover{
    text-decoration: underline;
}
#add-form{
    margin-top: 20px;
    margin-bottom: 50px;
}
#reg-block, #auth-block{
    margin-top: 20px;
}
.task-form input[type='text'], .task-form textarea, .task-form input[type='submit'], .task-form select{
    padding: 7px;
    font-size: 16px;
    width: 340px;
}
.task-form input[type='submit'], .task-form select{
    width: 356px;
}


.table-auth-form{
    border: 2px solid #CCCCCC;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.submit-auth-form{
    padding: 10px;
}


.task-reg-input{
    width: 300px;
    font-size: 16px;
}
.task-reg-submit{
    padding: 10px;
}
