
/* Popup form styles */
.hidden-dialog-form{
    display:none;
}

.ui-dialog .hidden-dialog-form{
    display: block;
}

/* Div Table Styles*/
.thead{
    border: 1px solid #dddddd;
    padding: 7px;
    border-radius: 5px 5px 0 0 ;
}

.alignright{
    text-align: right;
}

.modal-dialog{
    text-align: left;
}

.panel-heading.head-primary{
    background: #3279b6;
    background: -moz-linear-gradient(top,  #3279b6 0%, #2b679b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3279b6), color-stop(100%,#2b679b));
    background: -webkit-linear-gradient(top,  #3279b6 0%,#2b679b 100%);
    background: -o-linear-gradient(top,  #3279b6 0%,#2b679b 100%);
    background: -ms-linear-gradient(top,  #3279b6 0%,#2b679b 100%);
    background: linear-gradient(to bottom,  #3279b6 0%,#2b679b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3279b6', endColorstr='#2b679b',GradientType=0 );
    color:#FFF;
}