body{
    color: #222e44;
    background-color: #EEEDF3;
    font-family: "Proxima Nova", Arial, sans-serif;
}

h1, h2, h3, h4, h5{
    font-family: "Proxima Nova", Arial, sans-serif;
}

a{
    color: #222e44;
    font-weight:bold;
    text-decoration: underline;
    cursor: pointer;
}

h1{
    font-size: 3.2rem;
    font-weight: bold;
}

main{
    padding: 2rem;
    width: 100%;
}



.dataTables_wrapper{
    padding-top: 0rem;
}

.mdl-tabs__tab-bar{
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0.5rem;    
    margin-top: 1.5rem;  
    padding-left: 20px;
    padding-top: 6px;
    height: 60px;

    
}

.mdl-tabs__tab-bar a{
    color: #222e44;
    font-weight: bold;    
    font-size: 0.9rem;

}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active{
    color: #3B86FF;
}


.mdl-tabs__tab{
    text-transform: none;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    padding:0;
}



#divMainMenu .mdl-tabs__tab.is-active{
    font-weight: bold;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after{
    background: #222e44;
    height:0;
}

#divMainMenu .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active{
    color: #222e44;
        

}

#divMainMenu{
    margin-top: 2rem;
}

#divMainMenu .mdl-tabs__tab{
    font-size: 1.1rem;
    margin: 0 24px 0 0;
    padding: 0;
}

.img-logo{
    border: 1px dashed black;
    width: 300px;
    min-height: 50px;
    position: absolute;
    top: 1rem;
    right: 1rem;

}

.inst-wide-msg{
    border-left: 8px solid #899fb7;
    padding-left: 2.5rem;
    margin-top: 2rem;    
}

.inst-wide-msg,
.inst-wide-msg p{
    font-size: 1.5rem;

}

.inst-wide-msg_heading{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.inst-contact-info{
    margin-top: 3rem;
    background: #f2f2f2;
    padding: 2rem 4rem;
}

.inst-contact-info_title{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.inst-contact-info_list{
    font-size: 1.3rem;
    list-style: none;
    

}

.dialog-users{
    top: 10% !important;
    position: fixed !important;  
    overflow: auto;
    height: 85%;
    width: 70%;
}

.table-copy{
    display:flex;
    flex-direction: row;
}

.table-copy_controls {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table-copy-controls_right-arrow{
    width:50px;
}

.dialog-trigger{
    cursor: pointer;
}

.mdl-dialog__title{
    font-size: 2rem;
    color: #454545;
}

.ddlSimUsers{
    display: none;
}

[widi-login-form] {
    margin-top: .5rem;
    border: 1px solid grey;
    padding: 2rem;
    width: 35rem;
    position: fixed;
    top: 15rem;
    left: calc(50% - 17.5rem);    
}

[widi-login-form] h1{
font-weight: 400;
    font-size: 2rem;
    text-align: center;
    position: relative;
    padding: .5rem;
    top: -3.25rem;
    background: #fff;
    display: block;
    margin: 0 auto;
    letter-spacing: .1em;    
}

[widi-login-form] .form-field.text {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    
}

[widi-login-form] .form-field.text input[type=password], 
[widi-login-form] .form-field.text input[type=text] {
    width: 100%;
    height: 5rem;
    padding: 1.25rem;
}

[widi-login-form] input[type=password], 
[widi-login-form] input[type=date], 
[widi-login-form] input[type=text], 
[widi-login-form] input[type=email], 
[widi-login-form] textarea {
    font-size: 1.5rem;
    min-width: 22rem;
    min-height: 4rem;
    padding: .75rem;
    border: 2px solid #e1e1e1;
    line-height: 1em;
}

[widi-login-form] .form-field.text>label{
    display: none;
}

[widi-login-form] .ui.button {
    width: 100%;
    transition-property: background-color!important;
}
[widi-login-form] .ui.button:not(.inverted) {
    background: #222e44;
    color: #fff;
}
[widi-login-form] .ui.button {
    color: #222e44;
    border: none;
    text-align: center;
    font-weight: 600;
    padding: 1rem 3rem;
    height: 5rem;
    min-width: 25rem;
    width: auto;
    position: relative;
    font-size: 1.8rem;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 1em;
    line-height: 1.8rem;
}
[widi-login-form] .ui.button, .ui.button.inverted rect {
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}
[widi-login-form] a.back-to-login, [widi-login-form] a.forgot {
    display: block;
    margin-bottom: 1em;
    font-size: 1.2rem;
    float: right;
}


[widi-login-form] .ui.button {
    width: 100%;
    transition-property: background-color!important;
}
[widi-login-form] .ui.button:not(.inverted) {
    background: #222e44;
    color: #fff;
}

[widi-login-form] .ui.button, 
[widi-login-form] .ui.button.inverted rect {
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}

[widi-login-form] .ui.button:before, 
[widi-login-form] .ui.button:not(.inverted) svg.border {
    display: none;
}

.parsley-errors-list{
    position: absolute;
    left: 0;
    font-size: 0.8rem;
    color: red;
    list-style: none;
    margin: 0;
    padding: 0;
   
}


/* dropdown */
.ui.item.dropdown {
  position: relative;
  cursor: pointer; }
  .ui.item.dropdown .ui.icon.chevron {
    position: relative;
    top: 3px; }
  .ui.item.dropdown .menu {
    display: none;
    top: 40px;
    right: -30px;
    left: auto;
    
    position: absolute;
    width: auto;
    padding: 0;
    box-shadow: 3px 6px 11px 1px #a8a8a8; }
    .right.menu:hover .ui.item.dropdown .menu {
      display: block; }
    .ui.item.dropdown .menu .item {
      width: auto;
      white-space: nowrap;
      display: block;
      background: white;
      border: 1px solid #e1e1e1;
      border-top: none;
      -webkit-transition: background-color 0.25s ease;
              transition: background-color 0.25s ease;
      min-width: 30rem;
      padding: 2rem;
      height: 6rem; }
      .ui.item.dropdown .menu .item .ui.icon {
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        right: 2rem;
        top: 1rem;
        height: 4rem;
        width: 4rem; }
    .ui.item.dropdown .menu .item:first-child {
      border-top: 1px solid #e1e1e1; }
    .ui.item.dropdown .menu .item:hover {
      background: #e8e8e8; }


    .right.menu{
    position: absolute;
    right: 0;
    top: 13px;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 1rem;        
    }

.ui.item.dropdown .menu .item {
    width: auto;
    white-space: nowrap;
    display: block;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    transition: background-color .25s ease;
    min-width: 19rem;
    padding: 2rem;
    height: 5rem;
    font-size: 1.4rem;
    text-decoration: none;
}    

.ui.item.dropdown .menu .item .text{
    display:inline-block;
    padding-top: 1rem;
    padding-left: 2rem;
}

i.icon.account svg{
    padding-right: 9px;
}

.dataTables_filter{
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter input[type="search"]{
    padding: 3px;
    margin-left: 0;
}

#ltrUserName {
    position: relative;
    padding-left: 12px;
    top: 3px;
}
.login-form{
    display: block;
}

.forgot-password-form{
    display: none;
}

.widi-login-form.forgot-mode .login-form{
    display: none;
}

.widi-login-form.forgot-mode .forgot-password-form{
    display: block;
}
.back-login{
    display: block;
    margin-bottom: 1em;
    font-size: 1.2rem;
    float: right;
}

#login-error{
    display:none;
}

.error #login-error{
    display:block;
    color: red;
}

#cphMainContent_divError{
    color: red;
}

#dialog-username,
#dialog-date{
    font-style: italic;
    color: #a8a8a8;
}

.title-inst-name{
    text-decoration: none;

}

.title-inst-name h1{
    font-weight: 800;
    font-size: 1.7rem;

}

.global-main-logo{
    width: 290px;
    vertical-align: bottom;
    
}

.global-header-container{
    margin: 10px 20px 0px 20px;
    border-bottom: 1px solid grey;
    background-color: #fff;
}

.sim-detail-title{
    font-size: 24px;
    font-weight: bold;
    background: url(../images/sim-circle.svg) no-repeat;
    background-size: 80px;
    height: 80px;
    padding-left: 90px;
    line-height: 80px;    
}

.title-inst-results{
    font-size: 24px;
    margin: 0 25px;
}

.demographics-jump-to{
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.demographics-container{
    border-left: 2px solid #222e44;
    padding-left: 8px;
    margin: 25px 25px 0 25px;
}




.demographics-hotlinks a{
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
    color: #344f83;
    font-weight: normal;
}

.inst-results-container{
    margin: 0;
    padding: 0;
    background: #fff;
}

table.dataTable.display tbody tr.group td{
    vertical-align: bottom;
}

table.dataTable{
    border-bottom: 1px solid #EAE8ED;
}

table.dataTable.display tbody tr.group .table-head-title--ext{
    display: block;
    border-top: 50px solid #fff;
    /* border-right: 1px solid #fff; */
    font-weight: normal;
    background-color: #F4F9FF;
    height: 47px;
    padding-top: 20px;
    text-align: center;
    
    
}


.ui.table.dataTable.display thead th{
    background-color: #F4F9FF;
    font-weight: normal;
   /* border-right: 1px solid #fff; */
}

.ui.table.public-tables{
    border:0;
}

.ui.table.dataTable.display thead th.table-name,
.ui.table.dataTable.display td.table-name span.table-head-title--ext{
    font-weight: bold;
    font-size: 15px;
}



table.public-tables.dataTable td{
    border-right: 1px solid #ddd;
    
}

table.public-tables.dataTable td:first-child{
    border-left: 1px solid #ddd
}

table.public-tables.dataTable tr.group td{
    border-top: 1px solid #ddd
}

table.public-tables.dataTable tr:last-child td{
    border-bottom: 1px solid #ddd
}
table.dataTable.display tbody tr.group td{
    padding:0;
}

table.public-tables.dataTable .group td{
    border: 0;
}

table.dataTable.display tbody tr.group .table-score.table-head-title--ext,
.table-score{
    font-weight: bold;
}

.reporting-datatable .dt-buttons{
    float:right;
    margin-bottom: 20px;
}


.reporting-filter-containers .filter-container{
    position:relative;
    margin-right: 3rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

.reporting-filter-containers .filter-container select{
    font-weight: normal;
}

.reporting-filter-containers{
    display: flex;
    margin: 10px 25px;
}

.reporting-filter-containers .filter-container > div{
    display: inline;
}

.inst-back-link{
    position: absolute;
    top: 249px;
    left: 117px;
    text-decoration: none;
}

.mdl-layout__content.login-form{
    overflow-x: visible;
    overflow-y: visible;
}

.ui.table.dataTable thead th{
    background-color: #F4F9FF;
    font-weight: normal;
}

main.mdl-layout__content.login-form{
    background-color: #EEEDF3;
}

.page-content .dataTables_wrapper .dataTables_filter{
    float: none;
    text-align: left;
}

.dataTables_wrapper{
    background-color: white;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.tab-step-number{
    border-radius: 20px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;    
}

.is-active .tab-step-number{

    border: 1px solid #D5E9FF;
    background-color: #D5E9FF;
}

span.divider{
    
    border-bottom: 1px solid #E0E0E0;
    margin: 23px;    
    width: 100px;
    
}

main.login-form .page-content{
    margin-top: 0;
}

.mdl-button,
.dt-buttons .mdl-button{
    background-color: #3B86FF;
    color: #fff;
    text-transform: capitalize;


    margin-right: 0;
    border: 0;
    padding: 0 16px;

   
    white-space: nowrap;
    overflow: hidden;

    background-image: none;

    user-select: none;
    text-decoration: none;
    outline: none;
}

.btn-sim-admin_right{
    position: absolute;
    z-index: 9;
    right: 56px;
    margin-top: 0;
}

.inst-admin-heading{
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    margin: 0;
    font-size: 18px;
    
    font-weight: 800;
}
.dataTables_wrapper{
    padding-top: 0;

}
ul.tabs{
    margin: 0 25px;
}

.back-to-listing{
    display:block;
    background-color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 0 25px 20px 25px;
}

#simFilterContainer{
    margin: 25px 0 0 25px;
}

.demographics-link .material-icons,
.startdate-link .material-icons{
    font-size: 19px;
    position: relative;
    top: 4px;
    left: 6px;
}
.helpoptions{

    position: absolute;
    right: 220px;
    top: 23px;

}

.helpoptions a{
    text-decoration: none;
}

#dtInstAll tbody tr td:nth-child(4), 
#dtInstAll tbody tr td:nth-child(5), 
#dtInstAll tbody tr td:nth-child(6) {
    background: rgb(241, 241, 241);
}