﻿.textAlignRight
{
    text-align:right;
}
.custom-combobox-input
{
    width:400px;
}

.divPart1Of2
{
    display: table-cell;
    /*background-color:Red;*/
    width:600px;
}

.divPart2Of2
{
    display: table-cell;
    /*background-color:Green;*/
    width:600px;
}

.progress { position:relative; width:200px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #D6E15F; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; }

.DivIconNotes
{
	position: fixed;
    right:0;
    top: 0;
    margin-top:80px;
    
    width: 90px;
    height:40px;
}

.DivNotes {
    position: fixed;
    right:0;
    top: 0;
    margin-top:150px;
    width: 400px;
    height:400px;

    /*
    background-image:url('/Images/Publish/');
    background-position:center;
    background-repeat:no-repeat;
    */
}