
.container, .uk-container {
	background-color:transparent;
	
}

.hero {
	position: relative;
	margin-top: -100px;	
}

.navbar .brand, .uk-logo {
	z-index: 10;
}

/* =======================================================================================
   Assessment specific styling
 ======================================================================================= */


/* =======================================================================================
   Nested ordered lists overrices ol styling theme.css 558 & li bootstrap 7940
 ======================================================================================= */

.nested ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.nested li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.nested li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.nested li  .nested li {
    margin: 0;
}

.nested li .nested li:before {
    content: counters(item, ".") " ";
}



/*********************************************************************************/
/***************************** account login styling *****************************/
/*********************************************************************************/

#account_username {
    height: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 250px;
    font-size:0.9em;
}

/* ========================================================================
   account admin menu styling
 ========================================================================== */

#admin-menu {
	position: absolute;
	left: 220px;

}

/* ========================================================================
   Component: Table theme.css 2867
 ========================================================================== */
/*
 * Block element behavior
 */
.project-registry, .application_registry {
    width: 100%;
    margin-bottom: 20px;
}

.proj_registry_table_main_hdr td, .appl_registry_table_main_hdr td {
    background-color:#d8e6f6;
    height:40px;
}

#proj_status, #proj_ref_to_search, #appl_status, #appl_code_to_search {
    padding-top:10px;
}

#proj_ref_to_search_txt, #appl_ref_to_search_txt {
    width:250px;
}

.proj_registry_table_hdr td, .appl_registry_table_hdr td {
    background-color:#2A61BA;
    color:#ffffff;
    height:50px;
}

.project-registry td, .application-registry td{
    padding: 0px 10px 0px 10px;
}

.project_summary_container, .application_summary_container {
    border:solid thin #cccccc;
    width: 600px;

}
.proj_summary_links_container, .appl_summary_links_container {
    font-size:1.1em;
    font-weight:bold;
    color: #2A61BA;
}
.proj_summary_links_container a, a:active, .appl_summary_links_container a, a:active {
    color: #2A61BA;
}

.proj_summary_links_container a:hover, .appl_summary_links_container a:hover {
    color:#ff0000;
}


#proj_summary_cb, #appl_summary_cb {
    margin-top:-2px;
}

.proj_assign_app_proj_label{
    font-size:1.2em;
    font-weight:bold;
}

.proj_assign_app_proj_detail{
    font-size:1.5em;
    font-weight:bold;
    color:#2A61BA;
}

.assign_apps_table_title{
    font-size:1.4em;
    font-weight:bold;
    color:#2A61BA;
    height:30px;
}


.btn_search_reset, .btn_search_apply{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#333333;
    /*background-image: -webkit-linear-gradient(top, #ffffff, #c3d4ef);
    background-image: linear-gradient(to bottom, #ffffff, #c3d4ef);	*/

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2f6fc), color-stop(1, #c3d4ef));
    background:-moz-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:-webkit-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:-o-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:-ms-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:linear-gradient(to bottom, #f2f6fc 5%, #c3d4ef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6fc', endColorstr='#c3d4ef',GradientType=0);
    background-color:#035393;

    padding: 3px 15px 3px 15px;
    width:60px;
    text-align:center;
}

.btn_search_reset:hover, .btn_search_apply:hover {
    cursor:pointer;
    /*background-image: -webkit-linear-gradient(top, #c3d4ef, #ffffff);
    background-image: linear-gradient(to bottom, #c3d4ef, #ffffff);*/

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c3d4ef), color-stop(1, #f2f6fc));
    background:-moz-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:-webkit-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:-o-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:-ms-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:linear-gradient(to bottom, #c3d4ef 5%, #f2f6fc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3d4ef', endColorstr='#f2f6fc',GradientType=0);
    background-color:#035393;
}


#btn_app_url_default{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#333333;
    /*background-image: -webkit-linear-gradient(top, #ffffff, #c3d4ef);
    background-image: linear-gradient(to bottom, #ffffff, #c3d4ef);*/

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2f6fc), color-stop(1, #c3d4ef));
    background:-moz-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:-webkit-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:-o-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:-ms-linear-gradient(top, #f2f6fc 5%, #c3d4ef 100%);
    background:linear-gradient(to bottom, #f2f6fc 5%, #c3d4ef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6fc', endColorstr='#c3d4ef',GradientType=0);
    background-color:#035393;

    padding: 3px 15px 3px 15px;
    width:200px;
    text-align:center;
}


#btn_app_url_default:hover{
    cursor:pointer;
    /*background-image: -webkit-linear-gradient(top, #c3d4ef, #ffffff);
    background-image: linear-gradient(to bottom, #c3d4ef, #ffffff);*/

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c3d4ef), color-stop(1, #f2f6fc));
    background:-moz-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:-webkit-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:-o-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:-ms-linear-gradient(top, #c3d4ef 5%, #f2f6fc 100%);
    background:linear-gradient(to bottom, #c3d4ef 5%, #f2f6fc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3d4ef', endColorstr='#f2f6fc',GradientType=0);
    background-color:#035393;
}


.btn_app_sum_cancel{
    margin-right:10px;
}



.proj_filter_label, .appl_filter_label {
    text-align:right;
    padding-right:10px;
}

/*********************************************************************************/
/************************* application container styling *************************/
/*********************************************************************************/

#type, #status, #available_to_project, #admin_id, #app_manager_id {
    /* dropdown styling */
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 175px;
    font-size:0.9em;
}

#app_code {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 150px;
    font-size:0.9em;
}

#app_name {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 300px;
    font-size:0.9em;
}


#app_description {
    height:100px;
    width:295px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:0.9em;
}



#app_url, #report_url, #return_url, #title {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 300px;
    font-size:0.9em;
}

/*********************************************************************************/
/*************************** project container styling ***************************/
/*********************************************************************************/


#status, #max_candidates, #report_access_mode, #project, #admin_id, #parent_account, #manager_id, #max_sub_accounts, #max_projects, #max_applications {
    /* dropdown styling */
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 175px;
    font-size:0.9em;
}

#reference, #password, #proj_password, #open_date, #close_date, #sub_account_code, #sub_account_username, #account_password {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 150px;
    font-size:0.9em;
}

#password_accounts_login {

    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 250px;
    font-size:0.9em;
}

#complexify > #password{
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 250px;
    font-size:0.9em;
}


#complexify > .progress {
    height: 10px;
    margin-top: -25px;
    margin-bottom: 20px;
    margin-left:270px;
    width:258px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.afterFldLogin{
    position:relative;
    top:-33px;
    left:535px;
    font-size:1.5em;
}

.afterFldReset{
    position:relative;
    top:-32px;
    left:535px;
    font-size:1.5em;
}


#complexity{
    position:relative;
    margin-left:540px;
    margin-top: -35px;
}


#name, #sub_account_name {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 300px;
    font-size:0.9em;
}


#description {
    height:100px;
    width:295px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:0.9em;
}


#app_url, #report_url, #return_url {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 300px;
    font-size:0.9em;
}


#divCalendar_open_date_lbl, #divCalendar_close_date_lbl, #divCalendar_open_date1_lbl, #divCalendar_close_date1_lbl{
    visibility:hidden;
    width:10px;
}


/*********************************************************************************/
/******************** project & application container styling ********************/
/*********************************************************************************/

#counter {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:0.9em;
}



/*********************************************************************************/
/**************************** candidate login styling ****************************/
/*********************************************************************************/

#candidate_title {
    /* dropdown styling */
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 110px;
    font-size:0.9em;
}


#first_name, #last_name, #organisation, #candidate_email, #candidate_phone, #candidate_password, #candidate_passwordTxt, #position, #candidate_password_full, #securityqans_1, #securityqans_2, #pwdreset_securityqes_1, #pwdreset_securityqes_2 {
    height: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 250px;
    font-size:0.9em;
}



.forgot_pwd_link{
    position:relative;
    margin-left:270px;
    margin-top:-30px;
}

#securityqid_1, #securityqid_2{
    height: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 260px;
    font-size:0.9em;
}



/*********************************************************************************/
/************************** detail on statements styling *************************/
/*********************************************************************************/

.proj_title{
    font-size:1.2em;
    font-weight:bold;
    color:#2A61BA;
    margin-bottom:10px;
    margin-left:30px;
}

.candidate_name_container{
    margin-left:30px;
}

.candidate_name{
    font-size:1.0em;
    margin-bottom:0px;


}

.candidate_name_detail{
    font-size:1.1em;
    font-weight:bold;
    padding-left:10px;

}


.application_name_container{
    margin-top:-40px;
    margin-left:330px;
    margin-bottom:10px;
}


.application_name{
    font-size:1.0em;
    margin-bottom:0px;

}

.application_name_detail{
    font-size:1.1em;
    font-weight:bold;
    padding-left:10px;
}


.statement_number_container{
    float:right;
    padding-right:30px;
}


.statement_progressbar_container {
    margin-bottom:20px;
    padding-right:30px;
}

.statement_progressbar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#ffffff;
    border:1px solid #666666;
    height:10px;
    float:right;

    /*margin-top:-13px;
    margin-left:290px;*/

}

.statement_progressbar div.progress {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*background: #32236d;*/
    background: #7ec766;
    height: 10px;
}





/*
 * Add margin if adjacent element
 */
* + .uk-table {
    margin-top: 0px;
}
.uk-table th,
.uk-table td {
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #dddddd;
}
/*
 * Set alignment
 */
.uk-table th {
    text-align: left;
}
.uk-table td {
    vertical-align: top;
}
.uk-table thead th {
    vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
    font-size: 12px;
    font-style: italic;
}
.uk-table caption {
    text-align: left;
    color: #999999;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
    vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #fafafa;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
    padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
    background: #f0f0f0;
}


/* ========================================================================
   Component: Toolbar
 ========================================================================== */
.tm-toolbar
{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 30px;
    padding-top: 5px;
}



/* ========================================================================
   Module Login
 ========================================================================== */

#modlgn-username, #modlgn-passwd {
    margin-top: -5px;
}


.tm-headerbar {
    height: 90px;
    margin-top: -25px;
}


/* ========================================================================
   Module Logo
 ========================================================================== */
.tm-logo {
    height: 90px;
    z-index:5000;
    float:left;
}

/*
 * Logo small
 * Remove whitespace caused by vertical centering to prevent logo wrapping into the next line
 */
.tm-logo-small {
    float:right;
}


/* ========================================================================
   Component: Search theme.css 6897
 ========================================================================== */
/*
 * Icon
 */
.uk-search:before {
    color: rgba(0, 0, 0, 0.4);
}



/* Modifier for mod-black `uk-nav-side` based on theme.css 1719
 ========================================================================== */
/*
 * Items
 */
.uk-panel-box.mod-black .uk-nav-side > li > a {
    padding-top: 0px;
    height: 13px;
    font-size:11px;
    margin: 0 10px 2px 10px;
    background: #666666;
    color: #ffffff;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-panel-box.mod-black .uk-nav-side > li > a:hover,
.uk-panel-box.mod-black .uk-nav-side > li > a:focus {
    background: #555555;
    color: #ffffff;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
/* Active */
.uk-panel-box.mod-black .uk-nav-side > li.uk-active > a {
    background: #555555;
    color: #ffffff;
}



/* ================================= article title styling ================================== */

.uk-article-title {
    font-size:18px;
    font-weight:bold;
    color:#2A61BA;
    margin-top:-25px;
    /*background-color:#c3d4ef;
    border-radius: 1em 4em 1em 4em;
    padding-top: 0px;
    padding-left:20px;*/
}

/*------------ page questions --------------- */
.statements {
    border: thin solid #2A61BA;
    border-radius: 4px;
    /*background-color:#c3d4ef;
    background-color:#dbe6f6;*/
    background-color:#eaf0fa;
    font-size:18px;
    font-weight:bold;
    line-height:35px;
    /*color: #2A61BA;*/
    color: #FF6D33;
}

/* ================================= end article title styling ================================== */


/* ================================= bullet styling ================================== */

ul.globe {
    margin: 10px 0px 10px 0px;
    padding-left:0px;
    list-style:none;
}

ul.globe li {
    margin: 5px 0px 5px 0px;
    padding-left:20px;
    font-weight:normal;
    line-height:18px;
    background:url(../../../images/bullets/bullet_8.png) 0 5px no-repeat; /* 1st value adjusts image horizontal offset. 2nd value
    adjusts image vertical offset wrt txtline. If other than zero, unit must be specified */
}

/* ================================= end bullet styling ================================== */




/* ================================================================================================================================================== */





/* ========================================================================
                           Genral custom Styling
 ========================================================================== */


/* ================================= spacers ================================== */

.spacer_0 {
    height: 0px;
}

.spacer_5 {
    height: 5px;
}

.spacer_10 {
    height: 10px;
}

.spacer_20 {
    height: 20px;
}

.spacer_30 {
    height: 30px;
    overflow:hidden;
}

.spacer_40 {
    height: 40px;
}

.spacer_50 {
    height: 50px;
}

.spacer_60 {
    height: 60px;
}

.spacer_70 {
    height: 70px;
}

.spacer_80 {
    height: 80px;
}

/* ================================= end spacers ================================== */


/* ================================= width settings ================================== */


.width_100 {
    width: 100px;
}

.width_150 {
    width: 150px;
}


.width_200 {
    width: 200px;
}

.width_250 {
    width: 250px;
}

.width_300 {
    width: 300px;
}

.width_350 {
    width: 350px;
}

.width_360 {
    width: 360px;
}

.width_370 {
    width: 370px;
}

.width_380 {
    width: 380px;
}

.width_385 {
    width: 385px;
}

.width_390 {
    width: 390px;
}

.width_400 {
    width: 400px;
}

.width_420 {
    width: 420px;
}

.width_450 {
    width: 450px;
}

.width_500 {
    width: 500px;
}

.width_600 {
    width: 600px;
}

.width_650 {
    width: 650px;
}

.width_660 {
    width: 660px;
}

.width_670 {
    width: 670px;
}

.width_680 {
    width: 680px;
}

.width_690 {
    width: 690px;
}

.width_700 {
    width: 700px;
}

.width_750 {
    width: 750px;
}

.width_760 {
    width: 760px;
}

.width_770 {
    width: 770px;
}

.width_780 {
    width: 780px;
}

.width_790 {
    width: 790px;
}

.width_800 {
    width: 800px;
}

.width_850 {
    width: 850px;
}

.width_900 {
    width: 900px;
}



.width_70pc {
    width: 70%;
}

.width_75pc {
    width: 75%;
}

.width_80pc {
    width: 80%;
}



.min_width_700 {
    min-width: 700px;
}

.min_width_750 {
    min-width: 750px;
}

.min_width_800 {
    min-width: 800px;
}


/* ================================= end width settings ================================== */


/* ================================= alignment settings ================================== */

/* ========== margin =========== */

.margin_top_5 {
    margin-top:5px;
}

.margin_top_10 {
    margin-top:10px;
}

.margin_top_15 {
    margin-top:15px;
}

.margin_top_20 {
    margin-top:20px;
}

.margin_top_minus_5 {
    margin-top:-5px;
}


.margin_top_minus_10 {
    margin-top:-10px;
}


.margin_right_5 {
    margin-right: 5px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_15 {
    margin-right: 15px;
}

.margin_right_20 {
    margin-right: 20px;
}

.margin_right_50 {
    margin-right: 50px;
}


.margin_right_80 {
    margin-right: 80px;
}


.margin_right_100 {
    margin-right: 100px;
}


.margin_right_150 {
    margin-right: 150px;
}

.margin_right_200 {
    margin-right: 200px;
}


.margin_right_20pc {
    margin-right: 20%;
}

.margin_right_30pc {
    margin-right: 30%;
}

.margin_right_40pc {
    margin-right: 40%;
}


.margin_left_minus_10 {
    margin-left: -10px;
}

.margin_left_minus_20 {
    margin-left: -20px;
}


.margin_left_0 {
    margin-left: 0px;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_left_10 {
    margin-left: 10px;
}

.margin_left_15 {
    margin-left: 15px;
}

.margin_left_20 {
    margin-left: 20px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}




/* ========== padding =========== */

.padding_5 {
    padding:5px;
}


.padding_10 {
    padding:10px;
}


.padding_top_5 {
    padding-left:5px;
}


.padding_right_5 {
    padding-right:5px;
}

.padding_right_10 {
    padding-right:10px;
}

.padding_right_20 {
    padding-right:20px;
}

.padding_right_30 {
    padding-right:30px;
}


.padding_bottom_5 {
    padding-bottom:5px;
}


.padding_left_3 {
    padding-left:3px;
}


.padding_left_5 {
    padding-left:5px;
}


.padding_left_10 {
    padding-left:10px;
}


.padding_left_15 {
    padding-left:15px;
}

.padding_left_20 {
    padding-left:20px;
}



.padding_left_22 {
    padding-left:22px;
}

.padding_left_30 {
    padding-left:30px;
}

.padding_left_40 {
    padding-left:40px;
}

.padding_left_50 {
    padding-left:50px;
}

.padding_left_60 {
    padding-left:60px;
}

.padding_left_80 {
    padding-left:80px;
}


.padding_left_100 {
    padding-left:100px;
}

.padding_left_250 {
    padding-left:250px;
}



.padding_left_10pc {
    padding-left:10%;
}



.txt_align_centre {
    text-align:center;
}

.float_left {
    float:left;
}


.float_right {
    float:right;
}

.centred {
    margin: auto auto;
}


.clear_left {
    clear: left;
}

.clear_right {
    clear:right;
}

.clear_both {
    clear:both;
}

/* ================================= end alignment settings ================================== */






/* ================================= typography ================================== */

/* ================================= colours ================================== */
.connect_blue {
    color: #174676;
}

.connect_red {
    color: #F50301;
}

.alert {
    color:#F00;
}

.warn {
    color:#F00;
}

/* ------------  end colours  ------------ */

.title {
    font-size: 1.5em;
}

.bold {
    font-weight:bold;
}

.italic {
    font-style:italic;
}

.section_heading {
    margin-left: -8px;
    font-size:1.1em;
    font-weight:bold;
}

.section_heading_sub {
    margin-left: -8px;
    margin-top: -8px;
}


.text_align_left {
    text-align:left;
}

.text_align_right {
    text-align:right;
}


.font_size_1_0em {
    font-size:1.0em;
}

.font_size_1_1em {
    font-size:1.1em;
}

.font_size_1_2em {
    font-size:1.2em;
}


/* ================================= end typography ================================== */


/* ================================= buttons ================================== */

/* Tablet and bigger */
@media (min-width: 960px) {
    input[type="submit"]:not([class*="uk-"]), input[type="reset"]:not([class*="uk-"]) {
        width:140px;
        font-size:12px;
    }
}


.nav_buttons_container {

}

#btn_prev {
    float:left;
}

#btn_help {
    width:60px;
    float:left;
    margin-left:20px;
}

#btn_help_s1 {
    width:60px;
    float:left;
    margin-left:162px;
}

#btn_next {
    float:right;
}




input[type="submit"]:not([class*="uk-"]), input[type="reset"]:not([class*="uk-"]) {
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background:linear-gradient(to bottom, #41a3d6 5%, #035393 100%);
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#fef4e9;
    font-size:0.9em;
    width: 140px;
    padding: 5px 0px 5px 0px;
    text-decoration:none;
    text-shadow:0px -1px 0px #5b6178;
}


/*input[type="submit"]:not([class*="uk-"]) {

    width: 140px;

}*/



.btn_assoc_add_another, .btn_assoc_remove_last {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #41a3d6), color-stop(1, #035393));
    background:-moz-linear-gradient(top, #41a3d6 5%, #035393 100%);
    background:-webkit-linear-gradient(top, #41a3d6 5%, #035393 100%);
    background:-o-linear-gradient(top, #41a3d6 5%, #035393 100%);
    background:-ms-linear-gradient(top, #41a3d6 5%, #035393 100%);
    background:linear-gradient(to bottom, #41a3d6 5%, #035393 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a3d6', endColorstr='#035393',GradientType=0);
    background-color:#035393;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#fef4e9;
    /*font-family:arial;*/
    font-size:1.0em;
    /*font-weight:bold;
    padding:6px 24px;*/
    min-width: 140px;
    padding: 5px 0px 5px 0px;
    text-decoration:none;
    text-shadow:0px -1px 0px #5b6178;
}



input[type="submit"]:hover, input[type="reset"]:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #035393), color-stop(1, #41a3d6));
    background:-moz-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:-webkit-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:-o-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:-ms-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:linear-gradient(to bottom, #035393 5%, #41a3d6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035393', endColorstr='#41a3d6',GradientType=0);
    background-color:#035393;
}


.btn_assoc_add_another:hover, .btn_assoc_remove_last:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #035393), color-stop(1, #41a3d6));
    background:-moz-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:-webkit-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:-o-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:-ms-linear-gradient(top, #035393 5%, #41a3d6 100%);
    background:linear-gradient(to bottom, #035393 5%, #41a3d6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035393', endColorstr='#41a3d6',GradientType=0);
    background-color:#035393;
}


input[type="submit"]:active, input[type="reset"]:active {
    position:relative;
    top:1px;
}


.invitationEmailContainer{
    background-color:#e2eaf7;
    width: 555px;
    /*padding:10px 10px 10px 30px;*/
    padding:30px;
    margin-bottom:30px;
}

#emailSubject {
    height:100px;
    width:550px;
}

#emailBody {
    height:250px;
    width:550px;
}

#emailSignature {
    height:200px;
    width:550px;
}









/* ================================= end buttons ================================== */


/* ================================= sub elements & containers ================================== */

.response_container {
    /*order: thin solid #F3C;*/
    overflow:hidden;
}

.scores_container_noscript {
    width:200px;
    float:left;
}

.scores_container_noscript ul{
    list-style-type:none;
    padding-left: 8px; /* override padding=left: 30px; in theme.css line 556 */
}

.scores_container_noscript ul li{
    display: inline;
    color:#666;
    font-weight:bold;
    float:left;
    width:32px;
}


.scores_container_styled {
    /*border: thin solid #0000ff;*/
    overflow:hidden;
    /*display: none;*/
    float:left;
    width:230px;
    padding-left:30px;
}

/*
.statements_container {
        overflow:hidden;
        width: 70%;
        min-width:700px;
        margin: auto auto;
}
*/


.sub_element_container {
    border: solid thin #cccccc;
    border-radius:4px;
    overflow:hidden;
}


.sub_element_container_login {
    border: solid thin #cccccc;
    border-radius:4px;
    width: 700px;
    overflow:hidden;
}


.sub_elements_full {
    overflow:hidden;
    padding: 2px;
}

.sub_elements_half {
    width:50%;
    overflow:hidden;
    position:relative;
    margin-left: 235px;
}

.sub_elements_gender {
    overflow:hidden;
    min-width:700px;
}


.sub_elements_words {
    overflow:hidden;
    position:relative;
}


.sub_element_lbl {
    margin-top:2px;
}

.sub_element_fld {
    margin-top: 0px;
    margin-bottom: 0px;
}

.sub_element_select {
    margin-top: 0px;
    margin-bottom: 0px;
}


.sub_element_2 {
    text-align:center;
    float:left;
    margin-left: 50px;
    width:8%;
}


.sub_element_4 {
    text-align:center;
    float:right;
    width:8%;
}


.sub_element_6 {
    text-align:center;
    float:left;
    padding-left:7px;
    width:25px;
    border:none;
}


.sub_element_7 {
    text-align:center;
    float:left;
    padding-left:7px;
    width:25px;
    border:none;
}


.sub_element_gender {
    text-align:left;
    float:left;
    width:15%;
}

input[type="radio"]:focus { /* remove dotted box round radio buttons in bootstrap.css line 1013*/
    outline: none;
}

.radio_gender {
    position:relative;
    top: -2px;
}


.sub_element_agreement {
    float:left;
}


.sub_element_validation_msg {
    float:right;
    text-align:right;
}

.row_even {
    background-color:#E3E3E3;

}


.choice_0 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_0.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.choice_1 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_1.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.choice_2 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_2.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.choice_3 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_3.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.choice_4 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_4.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.choice_5 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_5.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.choice_6 {
    width: 25px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../../../assessments/character_index/images/choice_6.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}


.fieldset_container {
    width: 40%;
    margin: auto auto;
}

fieldset {
    width:100%;
    border: 1px solid #C8C8C8;
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

fieldset legend {
    border: none;
    color: #164667;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height:normal;
    padding-left:10px;
    padding-right:10px;
    width:auto;
}


.lbl {
    display:block;
    float:left;
    text-align:left;
    width: 150px;
    margin-right:20px;
    font-weight:bold;
    font-size:12px;
}

.lbl_admin_login {
    display:block;
    float:left;
    text-align:left;
    width: 220px;
    margin-right:20px;
    font-weight:bold;
    font-size:12px;
}

.lbl_candidate_login {
    display:block;
    float:left;
    width: 150px;
    margin-right:10px;
    padding-right:15px;
    font-weight:bold;
    font-size:12px;
}

.lbl_full_width {
    width:100%;
    margin-left:10px;
}


.lbl_gender_radio {
    float:left;
    position:relative;
    margin-right:5px;
    font-weight:normal;
    font-size:1.0em;
}


.lbl_agreement {
    position:relative;
    top:3px;
    text-align:left;
    width: 50%;
    min-width: 610px;
    font-size:1.0em;
}


.lbl_words_num {
    float:left;
    font-weight:bold;
    font-size:1.2em;
}

.lbl_words_txt {
    float:left;
    font-weight:bold;
    font-size:1.2em;
    margin-left: 100px;
}


.fld,.tar,.sel,.txtbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#333333;
    padding:5px
}

.fld{
    margin-bottom:10px;
}

.txtbox{
    margin-left: 20px;
    margin-bottom:10px;
}

.select {
    margin-bottom:10px;
    width:275px;
    height:30px;
    padding-top:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*input[type="text"], input[type="password"] { /* override bootstrap.css line 928 */
   /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color:#cccccc;
    color:#333;
    padding: 2px 2px 2px 5px;
    font-size:12px;
}*/

#account_code, #project_ref { /* override bootstrap.css line 928 */
	/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color:#cccccc;
    color:#333;
    padding: 2px 2px 2px 5px;*/
    width: 60%;
    /*font-size:12px;*/
}



.notempty {
    background: url(/assessments/images/required.png) no-repeat scroll right top transparent !important;
}

.notemptyInvitations {
    background: url(/assessments/images/required.png) no-repeat scroll left top transparent !important;
}



div.mod-roundedlp div.box-1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    overflow: auto;
    padding: 0 14px;
}


/* ================================= end sub elements & containers ================================== */


/* ================================= results display ================================== */

.percentbar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#c3d4ef;
    border:1px solid #666666;
    height:30px;
}

.percentbar div.m {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background: #dcb973;*/
    background: #ffcf25;
    height: 30px;
}


.percentbar div.o {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2A61BA;
    height: 30px;
}

.percentbar div.i {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ff0000;
    height: 30px;
}


.percentbar div.c {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #25A8E0;
    height: 30px;
}


/* ================================= end results display ================================== */

/* ================================= mPDF ================================== */

.bargraph {
    height:50px;
    width:200px;
    background: repeating-linear-gradient(red, blue 20px, red 40px);
    background: -moz-repeating-linear-gradient(top left -45deg, red, red 10px,
        rgba(255,255,255,0) 10px, rgba(255,255,255,0) 20px);

}

.something{
    background-clip: border-box;
    background-origin: content-box;
}


/* ================================= end mPDF ================================== */



/* ================================= admin candidate create pdf ================================== */

.admin_email_addy{
    position:relative;
    top:20px;
    left:20px;
    margin-left: 50px;
    width:300px;
}

/* ================================= end admin candidate create pdf ================================== */


/* ================================= invite associate styling ================================== */

.hdr_associate_group{
    font-size:16px;
    font-weight:bold;
}


.lbl_associate_detail{
    font-size:12px;
    width:150px;
    padding-left:15px;

}

#assoc_title, input[id="assoc_first_name"], input[id="assoc_last_name"], input[id="assoc_organisation"], input[id="assoc_position"] {
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 200px;
    font-size:0.9em;
}

#assoc_title, #assoc_gender {
    height: 24px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 210px;
    font-size:0.9em;
}


#assoc_position {
    margin-bottom:20px;
}


input[id="assoc_email"]{
    height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 260px;
    font-size:0.9em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #cccccc;
}


#assoc_invite_btn_container{
    height:30px;
    width: 300px;
    margin-bottom:20px;
}



/* ================================= end invite associate styling ================================== */





/* ========================================================================
   Lists
 ========================================================================== */

ul.list-blank {
    padding-left: 0;
    list-style-type: none;
}

ul.list-blank li {
    margin-bottom: 10px;
    overflow: hidden;
}

ul.list-blank img {
    margin-right: 10px;
    float: left;
}

ul.list-blank h3 {
    margin: 3px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: none;
}










/* ========================================================================
                           Assessment Styling
 ========================================================================== */


/* ========================================================================
   baobab tree styling
 ========================================================================== */

.accounts_container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:thin solid #aaaaaa;
    margin-right:10px;
    margin-bottom: 10px;
    padding:10px;
}

.accounts_hdr {
    text-align:center;
    font-size:1.4em;
    font-weight:bold;
    color:#2A61BA;
    /*background-color:#00C; */
}

.accounts_tree {
    list-style-type:none;
}



/* ========================================================================
   accounts left menu styling
 ========================================================================== */
.ui-menu {
    width: 200px;
}

.uk-table {
    margin-bottom: 0 !important;
}


#menu_parent a { /* account menu parent */
    list-style-type:none;
    font-size:13px;
    font-weight:bold;
    color:#666666;
    text-decoration:none;
}

#menu_parent{

}


.menu-child td {
    padding-left: 10px;
}

#menu_child a {
    list-style-type:none;
    font-size:11px;
    font-weight:normal;
    color:#666666;
    text-decoration:none;
}

.menu-children {
    padding-left: 15px;
}

.acc_menu_children a {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    padding-left: 10px;
}



/*
#menu {
        border: none;
}


#menu li {
         font-size:12px;
         font-weight:normal;
}


.ui-menu-item .ui-state-focus {
        border-right: thin solid #999;
}


#menu li :active {
         border-right: thin solid #999;
}

#menu li li {
         border: thin solid #999;
}

#menu li li :hover{
         border: thin solid #999;
}
*/



/* ========================================================================
  accounut details container and tab styling
========================================================================== */

#accountsTabs {
    margin-bottom: 10px;
    border:none;
}

#accountDetailTabs {
    margin-bottom: 10px;
}


.ui-widget-header {
    color: #2A61BA;
    font-weight: normal;
    font-size:12px;
}



/* ===============================================================================
     account tabs & headers styling
================================================================================== */

#table-accounts-parent{
    width:100%;
}

#tabs-1{
    padding:0px;
}

#tabs-1 ul{
    width:100%;
    padding-left: 20px;
}

#tabs-1 ul li{
    width:100%;
}

.listall_hdrs{
    width:80%;
}

.tr-headers{
    width:100%;
    background-color:#99f;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}


.acc_hdr_account {
    width:220px;
    padding-left:5px;
}


.acc_hdr_code {
    width:70px;
}


.acc_hdr_admin_name {
    width:170px;
}


.acc_hdr_admin_email {
    width:230px;
}


.acc_hdr_account_login {
    width:110px;
}

.acc_hdr_account_status {
    width:30px;
}


.nav-tabs > li > a:focus {
    outline:none;
}


/* ===============================================================================
     parent account details styling
================================================================================== */

.listall_hdrs {
    margin-left:0px;
    padding-top:3px;
    padding-bottom:4px;
}


.tr_listall_parent {
    background-color:#dedede;
    font-size:11px;
    color:#222222;
    margin-left:-10px;
    padding-top:3px;
    padding-bottom:4px;
}

.tr_listall_parent a:hover {
    /*text-decoration:none;*/
    /*font-weight:bold;*/
}


td.acc_name {
    width:160px;
    padding-left:5px;
}


td.acc_code {
    width:90px;
}


td.acc_admin_name {
    width:130px;
}


td.acc_admin_email {
    width:230px;
}

td.acc_admin_usrname {
    width:150px;
}

td.acc_admin_password {
    width:150px;
}



/* ===============================================================================
     child accounts details styling
================================================================================== */

.tr_listall_child_odd {
    font-size:10px;
    font-weight:normal;
    color:#222222;
    background-color:#f6f6f6;
    padding-top:3px;
    padding-bottom:5px;
}


.tr_listall_child_even {
    font-size:10px;
    font-weight:normal;
    color:#222222;
    background-color:#dedede;
    padding-top:3px;
    padding-bottom:5px;
}




.tr_listall_child_odd a:hover, .tr_listall_child_even a:hover {
    /*text-decoration:none;*/
    /*font-weight:bold;*/
}


td.child_acc_name {
    width:150px;
    padding-left:10px;
}


td.child_acc_code {
    width:90px;
}


td.child_acc_admin_name {
    width:130px;
}


td.acc_admin_usrname {
    width:150px;
}



/* ===============================================================================
     parent & child accounts status styling
================================================================================== */

td.acc_status_0 {
    height:20px;
    width:30px;
    background:url(../../../assessments/character_index/images/red_cross.png) no-repeat center transparent !important;
    font-weight:normal;
    color:#222222;
    padding-top:3px;
    float:right;
    margin-right:5px;
}

td.acc_status_1 {
    height:20px;
    width:30px;
    background:url(../../../assessments/character_index/images/green_tick.png) no-repeat center transparent !important;
    font-weight:normal;
    color:#ff0000;
    padding-top:3px;
    float:right;
    margin-right:5px;
}


/* ===============================================================================
     account info headers styling
================================================================================== */

.table-account-info {
    width:100%;
}


.acc_info_lbl {
    font-size:12px;
    font-weight:bold;
    width:60px;
    text-align:right;
    border-bottom:solid thin #CCC;
}


.acc_info_detail {
    width:340px;
    text-align:left;
    padding-left:30px;
    border-bottom:solid thin #CCC;
}


tr.acc_hdr_account_info {
    text-align:center;
    background-color:#99f;
    font-weight:bold;
    color:#ffffff;

}


td.acc_hdr_account_info {
    width:100%;
}


td.acc_info_login_lbl{
    width:350px;
    text-align:right;
    font-weight:bold;
    font-size:12px;
    color:#222222;
    margin-right:50px;
}


/* ============================================================== */
/*                   Admin Pagination styling                     */
/* ============================================================== */

div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    /*zoom: 100%;*/
    text-decoration: none; /* no underline */
    color: #000099;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #000099;

    color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;

    /*zoom: 100%;*/

    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;

    /*zoom: 100%;*/

    color: #DDD;
}

/*span.elipsis {zoom:100%}*/



/* ============================================================== */
/*              Candidates CI Pagination styling                  */
/* ============================================================== */


div.pagination_candidates_ci {
    padding: 3px;
    margin: 3px;
    margin-top:10px;
    float:right;
}

div.pagination_candidates_ci a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    /*zoom: 100%;*/
    text-decoration: none; /* no underline */
    color: #000099;
}
div.pagination_candidates_ci a:hover, div.pagination_candidates_ci a:active {
    border: 1px solid #000099;

    color: #000;
}
div.pagination_candidates_ci span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;

    /*zoom: 100%;*/

    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}
div.pagination_candidates_ci span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;

    /*zoom: 100%;*/

    color: #DDD;
}

/*span.elipsis {zoom:100%}*/


/*********************************************************************************/
/************************** bootstrap pagination styling *************************/
/*********************************************************************************/


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}





/*********************************************************************************/
/***************************** rows per page styling *****************************/
/*********************************************************************************/

#rows_per_page {
    /* dropdown styling */
    height: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 60px;
    font-size:0.9em;
    float:right;
}




/*********************************************************************************/
/***************************** IAR Forms styling *****************************/
/*********************************************************************************/

.iar_form_container {
    color:#2a61ba;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color:#ffffFF;
    width: 480px;
    padding-left:10px;
    border:thin solid #CCC;
    -webkit-box-shadow: 5px 5px 8px #818181;
    -moz-box-shadow: 5px 5px 8px #818181;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    margin-top:0px;
}

.iar_input, .iar_input_email {
    background-color : #F0F4FB;
}

.iar_input {
    text-transform: capitalize;
}

.iar_form_title {
    font-size:16px;
    font-weight:bold;
    padding-bottom:15px;
}

.iar_label {
    padding-left:10px;
    padding-bottom:10px;
}



input[type="radio"]:not([class*="uk-"]) {

    display: none;
}


/* actual admin email address on account-management/candidate-management/create-pdf */
.admin_email_addy {
	
	font-size: .8em;
}
