/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


td,
td a {
    font-size: 14px !important;
    text-transform: uppercase !important;
}
.view_access_button{
    min-width: 150px;
}

.ldevBtn > i{
    margin-right: 0px !important;
}
.columnTabAssess{
    font-size: 1.4em !important;
    font-weight: 700 !important; 
    text-transform: uppercase !important;
}
.assesDialog{
    position: relative !important;
    left: 0 !important;
    max-width: 1000px !important;
    margin: 1.75rem auto !important;
}

.assesContent{
    position: relative !important;
    top: 200px !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    max-height: 650px !important;
    overflow: scroll !important;
}

.assesContent > .modal-header > button{
    padding: 0 !important;
    margin-left: 0 !important;
}
.assesButton{
    background-color: #00b58a !important;
    border: none !important;
    font-size: 1.4em !important;
    padding: 0 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    height: 30px !important;
    line-height: 30px !important;
    transition: all 0.4s ease-in-out 0s !important;
    text-transform: uppercase !important;
}

#nav-startup-tab{
    background-color: #00b58a !important;
    color: white !important;
    border: none !important;
    font-size: 2em !important;
    padding: 5% !important;
    text-align: center !important;
    text-decoration: none !important;
/*    height: 30px !important;*/
    line-height: 30px !important;
    transition: all 0.4s ease-in-out 0s !important;
    text-transform: uppercase !important;
}

#nav-mentor-tab{
    background-color: rgb(90, 196, 171) !important;
    color: white !important;
    border: none !important;
    font-size: 2em !important;
    padding: 5% !important;
    text-align: center !important;
    text-decoration: none !important;
/*    height: 30px !important;*/
    line-height: 30px !important;
    transition: all 0.4s ease-in-out 0s !important;
    text-transform: uppercase !important;
}

.widget-content-mini{
    background-color: #00b58a !important;
    color: white !important;
    padding: 5% !important;
}

#ldev_metrics_body{
    margin-top: 50px !important;
}
.widget-heading {
    text-transform: uppercase !important;
}

div[dir="ltr"]{
    position: relative;
    left: 25%;
}

#ipt_fsqm_quick_preview_print{
    background: #00b58a !important; 
    padding: 1% !important;
    color: white !important;
    font-size: 1.5em !important;
}