body {
    text-align: left;
}
#aillogo_top {
    width: 150px;
    position: relative;
    top: 5px;
}
#pointingguy {
    position: relative;
    z-index: 1 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50px;
}
.hphelpimg {
    width: 35px !important;
}
#homepagebanner h3 {
    top: 28px;
}
#homepagebanner img {
    width: 100% !important;
}
div.searchboxbackground {
    border-radius: 0;
}
#fp tr:nth-child(even) {
    background: none; 
}
#ist td, #actionplan td {
    border-bottom: none;
}
/* #fp tr {
    cursor: pointer;
} */
.reports_fpvtab {
    width: 100%;
}
.reports_fpvtab > ul {
    width: 100%;
}
.mp_help_text{
    font-size: 11px;
}
#fp_vert_tabs > div, #students_vert_tabs > div {
    background-color: #0095da;
    border: none;
    border-radius: 0;
}
#ist th {
    background: none;
}
.studprofiletable {
    width: 100%;
}
#roster {
    width: 100%;
}
#trackershrink {
    top: 95px;
    left: -35px;
}
#trackercontent > img {
    width: 90% !important;
}
.bpwizard_titles, .bpwizard_header {
    font-size: 18px;
}
.app-login-background {
    background-image: url("/images/background_1.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}
#classinfo_container #numstudents {
    float: right;
}
.stud_input { 
    display: none; 
}
#roster tfoot tr {
    height: 100%;
}

#roster tbody td input[type='text'], #roster tfoot td input[type='text'] {
    width: 100%;
}

#roster tbody td input[type='text'], #roster tfoot td input[type='text'] {
    height: 35px;
}

#roster tbody td input[type='text'], #roster tfoot td input[type='email'] {
    width: 100%;
}

#roster tbody td input[type='text'], #roster tfoot td input[type='email'] {
    height: 35px;
}
#classname, #classname input {
    width: 100%;
}

#tagslist button {
    margin: 2px;
}

.ui-autocomplete {
    z-index:2147483647;
}
#fp_body {
    overflow: visible;
}
.fpactions {
    min-width: 110px !important;
}
@media (max-width: 768px) {
    #fp_body {
        overflow: auto;
    }
    
}

input.badboii.forcenormalfont {
    font-size: 13px;
}

/*Gets rid of text on buttons on small screens*/
@media screen and (max-width: 1024px) {
    .btn-sm-txt {
        display:none;
    }
}

.slcellfix {
    padding-top: 7px;
}

.dropdown-title-inline {
    display: inline-block;
    position: relative;
}

/* For cut score inputs */
.badboii {
    width: 48px !important;
}

.ail_hottext_spot {
    background-color: rgba(172, 211, 115, .2);
    border-radius: 3px;
    border: solid 1px rgba(172, 211, 115, 0.7);
    color: rgba(0, 94, 22, 1);
    transition: all .2s linear;
    cursor: pointer;
}
.ail_hottext_spot:hover {
	background-color: rgba(33, 110, 139, .2) !important;
	border-color: rgba(33, 110, 139, 0.7);
	color: #000;
}
.ail_hottext_spot:focus {
	background-color: rgba(33, 110, 139, .2) !important;
	border: dashed 1px rgba(33, 110, 139, 0.7);
	color: #000;
}
.ail_hottext_spot.hottextselected {
	background-color: rgba(157, 33, 123, 1) !important;
	border-color: rgba(33, 110, 139, 1);
	color: #fff !important;
	box-shadow: rgba(33, 110, 139, 0.2) 0px 0px 3.4048px 3.4048px;
}
.ail_hottext_spotxx:hover {
	background-color: rgba(157, 33, 123, .8) !important;
	border-color: rgba(33, 110, 139, 0.7);
	color: #fff !important;
}
.ail_hottext_spot:active {
	background-color: rgba(33, 110, 139, 1) !important;
	color: #fff !important;
}

/* Override toastr error icon with exclamation point rather than x,
   because the "x" looked like a clickable way to close the alert and was confusing users,
   particularly on the "Not your campus?" alert where "tapToDismiss" is false */
.toast.toast.toast-error::before {
    font-family: "FontAwesome";
    content: "\f06a";
}


/* SEL CSS Rules */
.selquestiontable , .selquestiontable tr, .selquestiontable td{ border: 2px solid; table-layout: fixed; }
.selresplabel { border-radius: 5px; width: 50px; margin: 0 auto; margin-bottom: 10px; }
.selemoji { width: 50%; padding: 10px; }
.selemoji_bkg { 
    top:0;
    height: 100%;
    position: relative;
    width: 75px; 
    margin: 0 auto;
    background-size: contain !important;
    border-radius:50%;
}
.selemoji_bkg_home { 
    top:0;
    height: 100%;
    position: relative;
    width: 45px; 
    margin: 0 auto;
    background-size: contain !important;
    border-radius:50%;
}
.selemojidiv { position: relative; height: 75px;}
.selemojidiv_home { position: relative; height: 45px;}
.studpadblock {
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    font-size: 1.75vw;
}
.studpadblock .padidlabel {
    width: 5vw;
    height: 4vw;
    border: 0.1vw solid;
    border-radius: 0.25vw;
}
