﻿
h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 28px;
    line-height: 33px;
}

h3 {
    font-size: 23px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}


/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'BariolRegular','Verdana','Helvetica','Arial',sans-serif;
    font-weight: normal;
    padding-bottom: 0.5em;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }


/*Popup buttons styles - decide what to do with them*/
.buttonPopup
{
    font: 14px/20px 'OpensansRegular','Verdana','Helvetica','Arial',sans-serif !important;
    color: #9a9a9a !important;
    padding: 2px 20px !important;
    cursor: pointer;
    border: 2px solid #8b8b8b;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #ffffff none repeat scroll 0 0;
}

    .buttonPopup:hover {
        background: #ffffff none repeat scroll 0 0 !important;
    }

    .buttonPopup.medium {
        padding: 2px 20px !important;
    }

    .buttonPopup.big {
        padding: 5px 20px !important;
    }


    .RadUpload_Default .ruBrowse,
    .buttonPopup.blue {
        color: #ffffff !important;
        border: 2px solid #3BA2FC;
        border-radius: 4px !important;
        background: #3BA2FC !important;
    }

        .buttonPopup.blue:hover {
            color: #ffffff !important;
            border: 2px solid #2970ae;
            border-radius: 4px !important;
            background: #2970ae !important;
        }


.workflow-list-dashboard {
    /*display: none;*/
}

.department-list-dashboard {
    /*display: none;*/
}

.grid-actions-WorkflowDashboard .grid-export-excel-icon {
   /*display: none;*/
}

.wizardNormalMode
{
    display: none;
    padding: 5px 20px !important;
    color: #ffffff !important;
    border: 0;
    border-radius: 4px !important;
    background: #3BA2FC !important;
}

/*
.grid-save-icon
{
    display:none;
}
*/

td.logon_label_cell {
    text-align: center;
}
tr#submit_row {
    text-align: center;
    display: flex;
    justify-content: center;
}
#main_table form {
    width: 100% !important;
}
#credentials_table_postheader {
    text-align: center;
}
.logon_field_cell input {
    width: 100%;
    max-width: 300px;
}
td.logon_field_cell {
    padding: 5px !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
}