﻿@font-face {
    font-family: 'Cedarville Cursive';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/cedarvillecursive.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

tr.inbound {
    background-color: #c0ffbf;
}

.cedarville {
    font-family: 'Cedarville Cursive', cursive;
}

tr.outbound {
    background-color: #ffb7b7;
}

.headerCampusName {
    text-align: right;
}

div.smsLogs #smsLogsTable {
    width: 98%;
    margin: auto;
}

.filterForm .date {
    position: relative;
    z-index: 1001;
}

.popupLink:focus-visible
{
    outline:none;
}

.surveyTable {
    margin-top: 30px;
    background-color: white;
    border-radius: 8px;
}



.empform .validation-summary-errors {
    width: auto;
    text-align: center;
}

h2.pageTitle {
    text-align: center;
}

p.createLink {
    text-align: center;
}

.inlineblock {
    display: inline-block;
}



.button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    -webkit-appearance: none;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    -o-transition: background-position .15s ease-in-out;
    -ms-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
    cursor: pointer;
    padding: .61em 2em;
    margin: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.overflows {
    text-overflow: ellipsis;
    word-break: break-all;
}

.container .validation-summary-errors {
    text-align: center;
}

    .container .validation-summary-errors ul {
        list-style-position: inside;
        padding-left: 0px;
    }

div.saveContainer {
    margin-top: 70px;
}

.signin-button {
    width: 140px;
    border: none;
    font-family: 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #097fc9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #298bd5), color-stop(0.5, #097fc9));
    background: -webkit-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: -moz-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: -o-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: -ms-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: linear-gradient(top, #298bd5 49%,#097fc9 50%);
    color: White !important;
    height: 40px;
}

.saveButton {
    width: 150px;
    border: none;
    font-family: 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #097fc9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #298bd5), color-stop(0.5, #097fc9));
    background: -webkit-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: -moz-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: -o-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: -ms-linear-gradient(top, #298bd5 49%, #097fc9 50%);
    background: linear-gradient(top, #298bd5 49%,#097fc9 50%);
    color: White !important;
    height: 40px;
}


.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 3em;
    overflow: visible;
    height: auto;
}

.filterSelectList {
    width: 260px;
}

.centeredbox {
    display: inline;
    float: left;
    width: 48%;
    margin: 0 1%;
    margin-left: 26%;
}


.box .highlight:last-child {
    margin-bottom: -1.5em;
}

.box .highlight {
    margin: 1.5em -1.5em 1.5em;
}

.box > *:last-child {
    margin-bottom: 0;
}

.highlight {
    background: #e9e7e5;
    padding: 1.5em;
    margin: 1.5em 0;
}



.box h1, .box h2, .box h3 {
    color: #707070;
}

.box input[type="text"], .box input[type="date"] {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    position: relative;
    -webkit-appearance: none;
    padding: .6em .8em;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
}




.box .editor {
    margin: 0px 0px 0px 0px;
    margin-bottom: .5em;
    clear: both;
}

.scaffold .editor input[type="checkbox"] {
    width: 40px;
    height: 40px;
}

.scaffold .editor textarea {
    width: 96%;
    padding: .6em .8em;
    height: 40px;
    border: 1px solid #ddd;
}

.box select {
    display: inline;
    float: left;
    width: 98%;
    position: relative;
    padding: .6em .8em;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
}

.box input[type="password"], .box input[type="email"] {
    display: inline;
    float: left;
    width: 98%;
    position: relative;
    -webkit-appearance: none;
    padding: .6em .8em;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
}



.box h2 {
    font: 100 2.25em/1.5 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: .85em 0 0;
    margin: 0;
}

.form-container {
    padding: 1.5em;
    margin-bottom: 1.5em;
}

    .form-container > *:first-child {
        padding-top: 0;
        margin-top: 0;
    }



.box {
    background: #fff;
    margin-bottom: .5em;
    font-family: myriad-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
}


    .box .input {
        overflow: visible;
        margin: 0 0 1.2em;
    }


    .box .editor-field {
        display: inline;
        font-family: 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 100;
        line-height: 1.2em;
        position: relative;
        display: block;
        padding: .8em 0;
        margin: 0;
    }



    .box label {
        display: inline;
        font-family: 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 100;
        line-height: 1.2em;
        position: relative;
        display: block;
        padding: .8em 0;
        margin: 0;
    }

.scaffold {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .scaffold label {
        font-weight: bold;
    }


.box:before, .box:after {
    content: "";
    display: table;
}

.content {
    display: block;
}


/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background: #f3f2f0;
    width: 100%;
    font: 100%/1.5 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    width: 100%;
}


a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
}

#header {
    position: relative;
    z-index: 999;
    padding: 2em 0;
    background: #fff;
    overflow: visible;
    padding-bottom: 20px;
}


    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

    #header a {
        text-decoration: none;
        font-size: 16px;
    }

#main {
    padding-top: 3em;
    padding-bottom: 3em;
    background: #f3f2f0;
    z-index: 0;
    background-color: #F3F2EE;
    position: relative;
    min-height: 440px;
}

#footer {
    padding-top: 3em;
    padding-bottom: 3em;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
}

ul.menu > li {
    float: left;
    margin-left: 1em;
    text-align: center;
    line-height: 3em;
    list-style: none;
}

ul.menu li.dropdown {
    position: relative;
}

.menu li ul {
    display: none;
    position: absolute;
    z-index: 100;
    top: 3em;
    left: -1em;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    background: #fff;
    border: 1px solid #969696;
}


.menu li.dropdown ul > li > a {
    color: #383838;
    display: block;
    min-width: 10em;
    padding: 0 1em;
    line-height: 2.4em;
    white-space: nowrap;
    text-align: left;
}


.menu li.dropdown ul {
    color: Black;
}


    .menu li.dropdown ul > li:nth-child(2n) {
        background: #f3f2f0;
    }

    .menu li.dropdown ul li:hover {
        background-color: #298bd5;
    }

        .menu li.dropdown ul li:hover a {
            color: White;
        }



.menu li ul {
    display: none;
}

.menu li:hover > ul {
    display: block;
}

ul.menu > li:first-child {
    margin-left: 0px;
}


/**/
ul#menu li#greeting {
}



ul.menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

/*
textarea, input[type='url'], input[type='text'], input[type='email'], input[type='password'], select {
display: inline;
float: left;
width: 97.91666666666666%;
margin: 0 1.0416666666666665%;
position: relative;
-webkit-appearance: none;
padding: .6em .8em;
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: .9em;
line-height: 1.5em;
margin: 0;
}*/

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}



#menucontainer {
    width: 57%;
}

div#title {
    margin: 0;
    display: block;
    overflow: hidden;
    display: inline;
    float: left;
    width: 10%;
    height: 60px;
}

#header div.logo {
    margin: 0;
    display: block;
    overflow: hidden;
    display: inline;
    width: 10%;
    height: 60px;
    line-height: 60px;
}

#schoolLogo {
    float: right;
}

#auxicentLogo {
    float: left;
    min-width: 10%;
}

    #auxicentLogo img {
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

.campusName {
    margin: 0;
    display: block;
    overflow: hidden;
    display: inline;
    float: right;
    width: 10%;
    height: 60px;
    line-height: 60px;
}

div#title img {
    max-height: 100%;
}

div#schoolLogo img {
    max-height: 100%;
    max-width: 100%;
    float: right;
    vertical-align: middle;
}


#logindisplay {
}

div.loggedon {
}

div.logon {
}

#logindisplay a:link {
    color: #097fc9;
}

#logindisplay a:visited {
    color: #097fc9;
}

#logindisplay a:hover {
    color: #097fc9;
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}


/**/
.webgrid {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

    .webgrid a {
        color: #000;
    }

.webgrid-header {
    padding: 0px 5px;
    text-align: center;
    border-bottom: 2px solid #739ace;
    height: 20px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

    .webgrid-header th {
        background-color: #eaf0ff;
        border-right: 1px solid #ddd;
    }

.webgrid-footer {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 25px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid-alternating-row {
    height: 22px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid a {
    color: #097fc9;
}

.webgrid-row-style {
    height: 22px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.webgrid-selected-row {
    font-weight: bold;
}


.tablegrid {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}


    .tablegrid thead tr {
        padding: 0px 5px;
        text-align: center;
        height: 20px;
        border-bottom: 2px solid #739ace;
        border-top: 2px solid #D6E8FF;
        border-left: 2px solid #D6E8FF;
        border-right: 2px solid #D6E8FF;
    }

    .tablegrid thead th {
        background-color: #eaf0ff;
        border-right: 1px solid #ddd;
    }


    .tablegrid tbody tr {
        height: 22px;
        border-bottom: 1px solid #d2d2d2;
        border-left: 2px solid #D6E8FF;
        border-right: 2px solid #D6E8FF;
    }

        .tablegrid tbody tr:nth-child(even) {
            background-color: #f0f0f0;
        }


.searchForm .editor-label label {
    font-size: 20px;
    margin-right: 10px;
    width: 150px;
    display: inline-block;
}

.searchForm .editor-label input {
    font-size: 20px;
}

.validation-summary-valid {
    display: none;
}

div.error {
    text-align: center;
    font-size: xx-large;
    color: Red;
}


div.centered {
    margin-left: auto;
    margin-right: auto;
}

#sipFrame {
    border: 0px;
    height: 0px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    position: fixed;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
    display: none;
}

.filterButton {
    width: 150px;
    border: none;
    font-family: 'myriad-pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #097fc9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #298bd5), color-stop(0.5, #097fc9));
    background: -webkit-linear-gradient(top, #298bd5 20%, #097fc9 50%);
    background: -moz-linear-gradient(top, #298bd5 20%, #097fc9 50%);
    background: -o-linear-gradient(top, #298bd5 20%, #097fc9 50%);
    background: -ms-linear-gradient(top, #298bd5 20%, #097fc9 50%);
    background: linear-gradient(top, #298bd5 20%,#097fc9 50%);
    color: white !important;
    height: 40px;
}

    .filterButton:hover {
        background: #337ab7;
    }


#loading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
    z-index: 100;
}

.filterForm .radioList {
    padding-top: 20px;
    clear: both;
}

.radioList .radioFilter {
    min-width: 175px;
    display: inline-block;
}


div.whiteBox {
    background-color: White;
    border-radius: 5px;
    padding: 20px;
}

.filterForm table {
    border: 0px solid white;
}


    .filterForm table td {
        border: 0px solid white;
    }

.overviewReportTable {
    margin: auto;
    border-collapse: collapse;
    width: 95%;
}



    .overviewReportTable td {
        border: 2px solid grey;
    }



    .overviewReportTable.verificationTable td:first-of-type {
        width: 2%;
        text-align: left;
        text-align: center;
    }

    .overviewReportTable.verificationTable td:nth-of-type(2) {
        width: 86%;
    }

    .overviewReportTable.verificationTable td:nth-of-type(3) {
        width: 6%;
        text-align: right;
    }

    .overviewReportTable.verificationTable td:last-of-type {
        text-align: right;
        width: 6%;
    }

    .overviewReportTable.surveysTable th {
        border: 1px solid grey;
    }

    .overviewReportTable.surveysTable th:first-of-type {
        width: 40%;
    }

.overviewReportTable.surveysTable th:not(:first-of-type) 
{
    text-align:center;
    width: 20%;
}

.saveContainer {
    text-align: center;
}

.backToList {
    margin-top: 20px;
    text-align: center;
}


.filterForm .fieldLabel {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    min-width: 125px;
}

.filterForm table tr td:first-of-type .fieldLabel {
    min-width: 100px;
}

.filterForm input[type=text] {
    width: 244px;
    padding-left: 4px;
}

.filterForm select {
    max-width: 250px;
    min-width: 250px;
}

.filterForm table td {
    border: 0px solid #ffffff;
}

.filterForm table {
    border: 0px solid #ffffff;
}

.noBullets ul {
    list-style-type: none;
}



.emailUpdate label {
    min-width: 150px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.emailUpdate {
    margin-top: 10px;
}

    .emailUpdate .buttons {
        margin-top: 10px;
    }

.agentPanel {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 10px;
}

.secondSurvey {
    margin-left: 15px;
}

.bothSurvey {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.printOnly {
    display: none;
}

@media print {

    #main {
        background: white !important;
    }

    body {
        background: white !important;
    }

    div.popup {
        display: none !important;
    }

    .mainContainer .headerimg {
        max-width: 150px;
        vertical-align: middle;
    }



        .mainContainer .headerimg:first-of-type {
            padding-right: 5px;
        }

    .printOnly {
        display: inline-block;
    }

    .mainContainer {
        width: 100%;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
    }

    #header {
        display: none;
    }

    #footer {
        display: none;
    }

    #main {
        padding: 0px;
    }

    .secondSurvey {
        margin-left: 0px;
    }

    .bothSurvey {
        display: block;
    }
}

.message {
    text-align: center;
    color: black;
    font-size: 24px;
}

.KeyValueTable tr td:nth-child(2) {
    text-align: right;
    padding-right: 60px;
}



#studentOverview .whiteBox:first-child {
    margin-top: 0px;
    margin-bottom: 20px;
}

#studentOverview h2 {
    padding: 0px;
    margin: 5px 0px 5px 0px;
}


#studentOverview .whiteBox {
    margin-top: 20px;
    margin-bottom: 20px;
}

#graduateOverviewTable {
    margin: auto;
    border: 0px solid black;
}


    #graduateOverviewTable td:last-child {
        text-align: left;
    }

    #graduateOverviewTable td:first-child {
        text-align: right;
    }

    #graduateOverviewTable td {
        border: 0px solid black;
    }

.wordwrap {
    word-wrap: break-word;
}


.infoColumn {
    max-width: 800px;
}

.admin .infoColumn {
    max-width: 400px;
}

.detailsNotes {
    margin-top: 20px;
    background-color: White;
    border-radius: 5px;
    padding-bottom: 10px;
}

.headerContent {
    min-height: 71px;
}

.detailsNotes h2 {
    padding-top: 10px;
    text-align: center;
}

.notesAuditor {
    width: 15%;
}


.notesType {
    width: 20%;
}


.pageBreak {
    page-break-after: always;
}

.scaffold div.editor span.field-validation-error {
    display: inline-block;
}

.box input[type="number"] {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    position: relative;
    -webkit-appearance: none;
    padding: .6em .8em;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
}

#campusNameDisplay {
}

.campusNameFilter {
    min-width: 200px;
    display: inline-block;
}

.filterForm #startDate {
    position: relative;
    z-index: 1000;
}

.filterForm #endDate {
    position: relative;
    z-index: 1000;
}

.editor span.fauxInput {
    margin-left: 20px;
}

.editor button.inputAction {
    height: 40px;
    margin-left: 20px;
}

table.details {
    width: 65%;
    margin-left: 24%;
    margin-right: auto;
    border: none;
}

    table.details td {
        border: none;
    }

        table.details td div {
            width: 100%;
            text-align: left;
        }


.information h2 {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

.information h3 {
    font-size: 0.75em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.information p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.7em;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.btnPrimary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.filePlaceHolder {
    line-height: 28px;
    min-height: 30px;
    width: 200px;
    text-overflow: ellipsis;
}

.hidden {
    display: none;
}

.messageBox {
    background-color: White;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: xx-large;
    margin-bottom: 10px;
}

.listboxs td {
    border: solid 0px #FFF;
}


.grid thead tr {
    background-color: #eaf0ff;
    border-right: 1px solid #ddd;
}



.grid tfoot {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 25px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.grid tr:nth-child(even) {
    height: 22px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}

.grid a {
    color: #097fc9;
}

.grid tr.error {
    background-color: #FFCCCC;
}

.grid tr {
    height: 22px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}


.filter .field, .filter .fieldLabel {
    display: inline-block;
}

div.exportLink {
    margin-top: 10px;
    text-align: center;
}

#relatedDocumentsGrid table .webgrid-header th:first-of-type {
    width: 33%;
}

#veriJobMatchDiv label {
    vertical-align: top;
}

#veriJobMatch {
    width: 150px;
    word-break: break-word;
}

div.popup .ui-widget-header {
    color: white;
    background: #097fc9;
}

#campusReport table th:first-of-type {
    width: 20%;
}


#campusReport td div:first-child {
    text-align: left;
    width: 47%;
    display: inline-block;
}

#campusReport td div:last-child {
    text-align: right;
    width: 48%;
    display: inline-block;
}


#campusReport th {
    text-align: center;
    min-width: 90px;
    font-size: 14px;
}


    #campusReport th:nth-of-type(5) {
        max-width: 125px;
    }

#definitionsLink {
    font-size: 10px;
    text-align: left;
    font-style:italic;
}

    #definitionsLink:visited {
        color: #034af3;
    }

.sv_container table td{
    border:none;
}