/* CampusPortal default style sheet - login */
:root {
    --primary: #2c6ca6;
    --secondary: #002546;
    --accent:#ffc20e;
	--focus-color: #75bdb9;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --success: #d9f7d5;
    --info: #17a2b8;
    --warning: #fff5bf;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --font-family-sans-serif: 'Nunito Sans',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-serif: "Tiempos Headline", Georgia, serif;
}

html {
    font-size:100%;
    min-height:100vh;
}
body { 
    margin: 0px; 
    font-family: var(--font-family-sans-serif); 
    font-size:100%;
    min-height:100vh;
	/*direction:rtl;*/
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/tiempos/tiempos-headline-web-bold.woff2') format('woff2'),
       url('../fonts/tiempos/tiempos-headline-web-bold.woff') format('woff')
}

/* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/nunitosans/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunitosans/nunito-sans-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* nunito-sans-italic - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('../fonts/nunitosans/nunito-sans-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunitosans/nunito-sans-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* nunito-sans-700 - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/nunitosans/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunitosans/nunito-sans-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* nunito-sans-700italic - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 700;
    src: local(''),
         url('../fonts/nunitosans/nunito-sans-v11-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunitosans/nunito-sans-v11-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* nunito-sans-900 - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('../fonts/nunitosans/nunito-sans-v11-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunitosans/nunito-sans-v11-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* nunito-sans-900italic - latin */
  @font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 900;
    src: local(''),
         url('../fonts/nunitosans/nunito-sans-v11-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/nunitosans/nunito-sans-v11-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

/*.win_div h3, .mac_div h3 {
    padding: 5px;
    font-size: 18px;
}

.win_img_div, .mac_img_div {
    padding:10px;
}

.browser_head {
    padding: 10px;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:bold;
    font-family: var(--font-family-sans-serif); 
}

.btn {
    border:none;
    border-radius:0;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
}
.btn,
.btn-default {
    background-color:var(--accent);
    color:#000!important;
}

.btn:hover,
.btn:focus,
.btn-default:hover, 
.btn-default:focus {
    background-color:var(--secondary);
    color:#fff!important;
}

.btn:focus-visible {
	outline:2px solid var(--focus-color);
}

.left
{
    text-align: left;
}

.login_bg
{
    background-color: #e9e9e9;
}

.ul_style
{
    list-style: none;
    text-align: center !important;
}
/* text classes */
.fd_search_item
{
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    text-decoration: underline;
}

a, a:hover
{
    text-decoration: underline !important;
}

.text1
{
    font-size: 14px;
    color: #424242;
    line-height: 15px;
    padding: 0 0 10px 0;
    float: left;
}

.text1white
{
    font-size: 9px;
    color: #FFFFFF;
    line-height: 15px;
}

.text1greeting
{
    font-size: 14px;
    /* color: #CC0000; */
    font-weight: bold;
}

.text1b
{
    font-size: 11px;
    color: #424242;
    line-height: 15px;
    font-weight: bold;
}

.text1i
{
    font-size: 11px;
    color: #424242;
    line-height: 15px;
    font-style: italic;
}

.text2
{
    font-size: 14px;
    color: #424242;
    line-height: 14px;
}

.text2b
{
    font-size: 10px;
    color: #424242;
    line-height: 14px;
    font-weight: bold;
}

.text2red
{
    font-size: 10px;
    color: #CC0000;
    line-height: 14px;
}

.text2i
{
    font-size: 10px;
    color: #424242;
    line-height: 14px;
    font-style: italic;
}

.headerseparator
{
    color: #424242;
    display: none;
}

.text3
{
    font-size: 12px;
    color: #424242;
    line-height: 13px;
}

.text3b
{
    font-size: 9px;
    color: #424242;
    line-height: 13px;
    font-weight: bold;
}

.text3i
{
    font-size: 9px;
    color: #424242;
    line-height: 13px;
    font-style: italic;
}

.error
{
    font-size: 10px;
    font-weight: bold;
}


/* title control classes - this is the page title */
.pagetitle
{
    font-size: 20px;
    color: #000056;
    line-height: 22px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 0;
}

/*.dummyclass
{
    display:none;
}*/
.pagetitle_pop
{
    font-size: 25px;
    line-height: 22px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 0;
}

.pagetitle_bk
{
    display: block;
}

/* subhead classes */
.subhead1
{
    font-size: 14px;
    color: #000056;
    line-height: 15px;
    font-weight: bold;
    padding-bottom: 3px;
}

.subhead2
{
    font-size: 12px;
    
    font-family: Arial, sans-serif;
    line-height: 13px;
    font-weight: bold;
    padding: 10px 10px 0px 10px;
    
}
/* right-column pagelet class - in pagelet banner */
.subhead3
{
    font-size: 10px;
    color: #000056;
    font-family: Arial, sans-serif;
    line-height: 13px;
    font-weight: bold;
    padding-bottom: 3px;
}

/* main content links */
/* underline must remain for 508 compliance */
.link1
{
    font-size: 11px;
    line-height: 15px;
    text-decoration: underline;
    font-weight: normal;
}

    .link1:hover
    {
        text-decoration: underline;
    }
    /* underline must remain for 508 compliance */
    .link1 a
    {
        font-size: 11px;
        color: #2562DE;
        line-height: 15px;
        font-weight: normal;
        text-decoration: underline;
    }

        .link1 a:hover
        {
            text-decoration: underline;
        }
/* underline must remain for 508 compliance */
.link2
{
    font-size: 10px;
    color: #2562DE;
    line-height: 14px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}
/* underline must remain for 508 compliance */
.link2_red
{
    font-weight: normal;
    font-size: 10px;
    color: red;
    line-height: 14px;
    text-decoration: underline;
}

.link2:hover
{
    text-decoration: underline;
}
/* underline must remain for 508 compliance */

/* underline must remain for 508 compliance */
.link4
{
    font-size: 10px;
    color: #2562DE;
    line-height: 14px;
    font-weight: normal;
    text-decoration: underline;
}

    .link4:hover
    {
        text-decoration: underline;
    }

.linksubhead:hover
{
    text-decoration: underline;
}

/* footer links */
/* underline must remain for 508 compliance */
.linkfooter
{
    font-size: 9px;
    color: #2562DE;
    line-height: 13px;
    font-weight: normal;
    text-decoration: underline;
}

    .linkfooter:hover
    {
        text-decoration: underline;
    }
/* grid-table header classes */
.tableHdr
{
    background-color: #1f67a6;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #f8f8f8;
}

.tablehdrfont
{
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.tablehdrfont2
{
    font-size: 10px;
    color: #424242;
    font-weight: bold;
}
/* grid-table header link classes for sorted grids */
/* underline must remain for 508 compliance */

/* grid classes for links in grids */
/* grid – grey line separates rows on link cells in grids*/
.link2grid
{
    border-bottom: solid 1px #DDDDDD;
}
    /* grid link classes - should match link2 class */
    /* underline must remain for 508 compliance */
    .link2grid a
    {
        font-size: 10px;
        color: #2562DE;
        line-height: 11px;
        font-weight: normal;
        text-decoration: underline;
    }

        .link2grid a:hover
        {
            text-decoration: underline;
        }

/* grid classes */
/* grid row colors - alt colors */
tr.row1
{
    font-size: 12px;
    color: #424242;
    background-color: #F8F8F8;
}

tr.row2
{
    font-size: 12px;
    color: #424242;
    font-family: open_sansregular;
    background-color: #e5e5e5;
}
/* grid – grey line separates rows */
td.separator
{
    border-bottom: solid 1px #DDDDDD;
}

.separator
{
    border-bottom: solid 1px #DDDDDD;
}
/* table line color on TD tag */
.linesHr
{
    background-color: #DDDDDD;
}

.lineHr
{
    border-bottom: solid 1px #DDDDDD;
    margin-bottom: 3px;
    height: 1px;
    width: 100%;
}

/* Online Reg Row Colors */
.regNone
{
    color: #FFFFFF;
    font-family: open_sansregular;
    line-height: 15px;
    font-weight: normal;
    background-color: #E8F6E8;
    border-width: 0;
}

.regGreen
{
    color: #424242;
    font-family: open_sansregular;
    line-height: 15px;
    font-weight: normal;
    background-color: #E8F6E8;
    border-width: 0;
}

.regOrange
{
    color: #424242;
    font-family: open_sansregular;
    line-height: 15px;
    font-weight: normal;
    background-color: #FFEEDE;
}

.regRed
{
    color: #424242;
    font-family: open_sansregular;
    line-height: 15px;
    font-weight: normal;
    background-color: #FFE1E5;
}

/*.regYellow
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    line-height: 15px;
    font-weight: normal;
    background-color: #FFFFD6;
}*/

.regAudit /*CQ21340 A.S. 01-28-05 new color for audit courses*/
{
    color: #424242;
    font-family: open_sansregular;
    line-height: 15px;
    font-weight: normal;
    background-color: #3399CC;
}

.tools
{
    background-color: #E5E5E5;
}

.toolsLeft
{
    border-left: #cccccc 1px solid;
    background-color: #e5e5e5;
}

.toolsRight
{
    border-right: #cccccc 1px solid;
    background-color: #E5E5E5;
}

.toolsTop
{
    border-top: #cccccc 1px solid;
    background-color: #E5E5E5;
}

.toolsBottom
{
    border-bottom: #cccccc 1px solid;
    background-color: #E5E5E5;
}

.roundedbox
{
    background-color: #CFE2FF;
}

.roundedboxLeft
{
    border-left: #cccccc 1px solid;
    background-color: #CFE2FF;
}

.roundedboxRight
{
    border-right: #cccccc 1px solid;
    background-color: #CFE2FF;
}

.roundedboxTop
{
    border-top: #cccccc 1px solid;
    background-color: #CFE2FF;
}

.roundedboxBottom
{
    border-bottom: #cccccc 1px solid;
    background-color: #CFE2FF;
}

/* form classes */
input.forminput
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    background-color: #FFFFFF; /*height: 20px;*/
    border: 1px #CCCCCC solid;
    padding: 2px;
}
/* text for read only */
.forminput_readonly
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    line-height: 14px;
}

img#imgLogo {
    max-width: 180px;
	margin-top:2rem;
    margin-bottom:2rem;
}

form#masterForm {
    min-height: 100vh;
}

.panel.panel-default.Top_content_header {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    -webkit-box-shadow: none;
}

.panel.panel-default.Top_content_header .panel-heading {
    padding: 0;
	border:none;
    background:none;
}

.panel.panel-default.Top_content_header .panel-heading h3 {
	padding:0;
}

.login_box {
	margin-top:3rem;
}

/* invalid validation only */
input.forminputInvalid
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    background-color: #F4FB3B;
    border: 1px #CCCCCC solid;
    padding: 2px;
}
/* input class used on editable input boxes in edit mode */
input.forminputYllw
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    background-color: #FCFEBB;
    border: 1px #CCCCCC solid;
    padding: 2px;
}

textarea.formtextbox
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    border: 1px #CCCCCC solid;
    padding: 2px;
}

select.formselect
{
    font-family: open_sansregular;
    font-size: 10px;
    color: #424242;
    border: 1px #CCCCCC solid;
    background-color: #FFFFFF;
    border-radius: 3px;
}
/* invalid validation only */
select.formselectInvalid
{
    font-family: open_sansregular;
    font-size: 10px;
    color: #424242;
    border: 1px #CCCCCC solid;
    background-color: #F4FB3B;
}

INPUT.formradio
{
    font-size: 10px;
    font-family: open_sansregular;
    background-color: #ffffff;
}

INPUT.formcheck
{
    font-family: open_sansregular;
    font-size: 10px;
    color: #424242;
    background-color: #ffffff;
}

.button1
{
    font-size: 11px;
    color: #2562DE;
    font-family: open_sansregular;
    text-align: center;
    text-decoration: none;
    height: 20px;
    background-color: #E3E3E3;
    border: 1px #CCCCCC solid;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.button1Disabled
{
    font-size: 11px;
    color: #2562DE;
    font-family: open_sansregular;
    text-align: center;
    text-decoration: none;
    height: 20px;
    background-color: #E3E3E3;
    border: 1px #CCCCCC solid;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}



.button2
{
    font-size: 11px;
    color: #2562DE;
    font-family: open_sansregular;
    text-align: center;
    background-color: white;
    border: 1px #CCCCCC solid;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

    .button2:hover
    {
        color: #2562De;
        background-color: #FFFF33;
    }

.button2hover
{
    font-size: 11px;
    color: #2562De;
    font-family: open_sansregular;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFF33;
    border: 1px #CCCCCC solid;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}
/* page classes */
.AltRowColor
{
    background-color: #DDDDDD;
}

td.grey
{
    background-color: #DDDDDD;
}

.tdyellow
{
    background-color: #FCFEBB;
}

.blank3
{
    clear: both;
    height: 3px;
}

.bar5
{
    clear: both;
    height: 5px;
    background-color: #CCCCCC;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dotted
{
    height: 1px;
    background-image: url(../images/dotted.gif);
    background-repeat: repeat;
    margin-top: 3px;
    margin-bottom: 3px;
}

.panelframe
{
    background-color: white;
    border: 1px #CCCCCC solid;
    padding: 5px;
}
/* Yellow Background */
.panelframe2
{
    background-color: #FCFEBB;
    border: 1px #F9FD7F solid;
    padding: 5px;
}
/* Blue Background */
.panelframe3
{
    background-color: #E4EEFD;
    border: 1px #CCCCCC solid;
    padding: 5px;
}
.wndwshade
{
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 8px;
}

/* left and right column control classes */
/* left and right column - color */

/* links cell */
.gutter_bktop
{
    vertical-align: top;
    background-color: #F3F3F3;
}

.gutter_bk
{
   
}

.gutterBanner
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    font-weight: Bold;
    text-align: left;
    border: #9ABBEE 1px solid;
    background-color: #9ABBEE;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
/* needs to match gutterBanner because some on labels */
.gutterBannerFont
{
    font-size: 10px;
    color: #424242;
    font-family: open_sansregular;
    font-weight: Bold;
    text-align: left;
}

/* content panel tab link classes */
.tabon
{
    font-size: 11px;
    color: #111083;
    font-family: open_sansregular;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    margin: 0;
}

.tabhover
{
    font-size: 11px;
    color: #424242;
    font-family: open_sansregular;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
}

.taboff
{
    font-size: 11px;
    color: #424242;
    font-family: open_sansregular;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
}

/* header control classes */
.headerBar
{
    margin: 5px 0 5px 0;min-height: 30px;
}
.headerBar .form-group
    {
        margin-bottom: 0;
    }
        .headerBar .form-group .btn
        {
            margin: 0px;
        }
/* underline must remain for 508 compliance */
.linkheaderBar
{
    font-size: 8pt;
    font-family: open_sansregular;
    font-weight: normal;
    text-decoration: underline;
    border-top: 1px solid #ddd;
}

    .linkheaderBar:hover
    {
        color: #b1b0b0;
        text-decoration: underline;
    }

/* layout classes */
/* background color of the left and right columns */
.frame
{
   
}

.layout1
{
    background-color: #FFFFFF;
}
/* background color of the center content area */
.layout2
{
    vertical-align: top;
}
/* left nav control - background image */
.subnav
{
    vertical-align: top;
}

/* resume upload classes */
.FileInputControlUploadButton
{
    text-decoration: none;
    height: 22px;
    font-size: 13px;
    color: #424242;
    text-transform: uppercase;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.FileInputControlUpload
{
    text-decoration: none;
    height: 22px;
    font-size: 13px;
    color: #424242;
    text-transform: uppercase;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

/* Online Reg Button Numbers */
.onlineregStepNumber
{
    font-size: 13px;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

.onlineregStepText
{
    font-size: 11px;
    color: #000056;
    font-family: open_sansregular;
    font-weight: normal;
    padding-left: 16px;
    vertical-align: middle; /* CQ55067 Section 508 */
}

/* My Calendar Classes - Swatches */
.mycaldropadd
{
    background-color: #F8805B;
    font-size: 10px;
    color: #2562DE;
    font-family: open_sansregular;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
}

.mycalholiday
{
    background-color: #F8C35B;
    font-size: 10px;
    color: #2562DE;
    font-family: open_sansregular;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
}

.mycalreg
{
    background-color: #78A6E0;
    font-size: 10px;
    color: #2562DE;
    font-family: open_sansregular;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
}

.mycalterm
{
    background-color: #78E078;
    font-size: 10px;
    color: #2562DE;
    font-family: open_sansregular;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
}

.mycallist
{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}


/* Month and Year Back */
.CMCTitleStyle
{
    font-size: 10pt;
    font-weight: bold;
    color: #CCCCFF;
    background-color: #003399;
    font-family: Verdana;
    height: 100%;
    border-width: 0;
    border-style: solid;
    border-color: #CCCCFF;
    border-collapse: collapse;
}
/* Days of Week */
.CMCDayHeaderStyle
{
    color: #003399;
    background-color: #8DADE6;
    font-size: 8pt;
    font-family: Verdana;
}

.myCalendar
{
    width: 156px;
    border-top: 0px !important;
}

    .myCalendar a
    {
        text-decoration: none;
    }

    .myCalendar td:first-child
    {
        border: outset 2px #23589e;
    }

    .myCalendar .myCalendarTitle
    {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        font-size: 18px;
        font-family: open_sansregular;
    }

    .myCalendar th.myCalendarDayHeader
    {
        height: 28px;
        border: outset 2px #23589e;
        text-align: center;
        float: none;
    }

    .myCalendar td.myCalendarDay
    {
        border: outset 2px #23589e;
        float: none;
    }

        .myCalendar td.myCalendarDay:nth-child(7) a
        {
        }

    .myCalendar .myCalendarNextPrev
    {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a
        {
            font-size: 1px;
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a
        {
            color: #4CCAEF !important;
            background: url("prevMonth.png") no-repeat center center;
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover
            {
                background-color: transparent;
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a
        {
            color: #4CCAEF !important;
            background: url("nextMonth.png") no-repeat center center;
        }

    .myCalendar td.myCalendarSelector a
    {
        background-color: #25bae5;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a
    {
        display: block;
        line-height: 20px;
    }

    .myCalendar .myCalendarToday
    {
        background-color: #f2f2f2;
        -webkit-box-shadow: 0 0 5px 1px #e5e5e5;
        box-shadow: 0 0 5px 1px #e5e5e5;
    }

        .myCalendar .myCalendarToday a
        {
            color: #25bae5 !important;
        }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover
    {
        background-color: #25bae5;
    }

/* Infragistics Calendar Classes */
/* Calendar Background and Frame */
.INFRACalendarStyle
{
    /* background-color: #FFFFFF; */
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 8pt;
    color: #003399;
    padding: 0;
    border-collapse: collapse;
}
/* Month Back OK!!! */
.INFRATitleStyle
{
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003399;
    font-family: Verdana;
}
/* Next Prev Arrows by Month */
.INFRANextPrevStyle
{
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003399;
    font-family: Verdana;
}
/* Days of Week OK!!!!*/
.INFRADayHeaderStyle
{
    color: #003399;
    background-color: #8DADE6;
    font-size: 8pt;
    font-family: Verdana;
}
/* Weekend Day Style */
.INFRAWeekEndDayStyle
{
    color: #003399;
    background-color: #FFCC00;
    font-size: 8pt;
    font-family: Verdana;
}
/* Other Month Day Style - Beginning and End of Month*/
.INFRAOtherMonthDayStyle
{
    color: #666666;
    background-color: #D5E3FE;
    font-size: 8pt;
    font-family: Verdana;
}
/* Drop Down Style */
.INFRADropDownStyle
{
    color: #666666;
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Verdana;
}
/* Footer Style */
.INFRAFooterStyle
{
    color: #003399;
    background-color: #8DADE6;
    font-size: 8pt;
    font-family: Verdana;
}
/* Google Captcha */
.g-recaptcha {
    display: inline-block;
}
/* required for Mozilla/Netscape support for disabled ELEMENTs */
SPAN[disabled="true"]
{
    color: #A0A0A0;
}

SPAN[disabled="disabled"]
{
    color: #A0A0A0;
}

.PFChar
{
    font-size: 10px;
    color: #CC0000;
    font-family: open_sansregular;
    font-weight: bold;
}

/*
***** Web Part Entries - Start *****

*/
.CMCRSSBullet
{
    color: blue;
}

.CMCRSSCell
{
    text-align: left;
}

.CMCRSSRow
{
}

.CMCRSSTable /* introduced so that rss feeds render correctly with changed doctype */
{
    font-size: 11px;
    color: Black;
    font-family: open_sansregular;
    line-height: 13px;
    font-weight: normal;
    width: 100% !important;
}

.CMCRSSLink:link /* sites not visited yet */
{
    color: blue;
    text-decoration: none;
    font-style: normal;
}
/* underline must remain for 508 compliance */
.CMCRSSLink:visited /* sites visited */
{
    color: blue;
    text-decoration: underline;
    font-style: normal;
}

.CMCRSSLink:hover /* hover over link */
{
    color: blue;
    text-decoration: underline;
    font-style: normal;
}

.WPAddHeader /* Portal Home Page Add dialog box  */
{
    font-weight: bold;
}

.wpPartStyle
{
    border-right: lightblue 1px solid;
    border-top: lightblue 1px solid;
    border-left: lightblue 1px solid;
    border-bottom: lightblue 1px solid;
}

.wpPartChromStyle
{
}

.wpPartTitleStyle
{
    font-size: 11px;
    color: #111083;
    font-family: open_sansregular;
    line-height: 13px;
    font-weight: bold;
    background-image: url(../images/wp_header.gif);
    background-repeat: repeat-x;
}
/*
***** Web Part Entries - Finish *****
*/

/********* ASP.net AJAX Start**************/
.collapsePanelHide
{
    visibility: hidden;
    display: none;
}

.collapsePanelShow
{
    background-color: white;
    overflow: hidden;
    visibility: visible;
    display: block;
}
/********* ASP.net AJAX End  **************/

/* Menu Styles */
/* Selectors for menu inside the banner */
/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
.MainTopMenu .AspNet-Menu-Vertical .navbar-default
{
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.MainTopMenu ul
{
    background: #FFFFFF;
}

/* Top tier */
.MainTopMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 100%;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.MainTopMenu ul.AspNet-Menu ul
{
    width: 100%;
    z-index: 400;
}

    .MainTopMenu ul.AspNet-Menu ul ul
    {
        width: 100%;
    }

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.MainTopMenu ul.AspNet-Menu li
{
    color: #000000;
    background: #FFFFFF;
}

    /* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
    /* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
    /* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
    /* The second image comes from this rule (below). */
    .MainTopMenu ul.AspNet-Menu li a, .MainTopMenu ul.AspNet-Menu li span
    {
        color: #000000;
        padding: 4px 2px 4px 8px;
        border: 1px solid #000056;
        border-bottom: 1px;
        background: transparent url(../images/menu_arrow.gif) right center no-repeat;
    }

    /* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
    .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
    {
        background-image: none;
    }

    /* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
    .MainTopMenu ul.AspNet-Menu li a img
    {
        border-style: none;
        vertical-align: middle;
    }

    /* When you hover over a menu item, this rule comes into play. */
    /* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
    /* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
    .MainTopMenu ul.AspNet-Menu li:hover, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover
    {
        background-color: #D6EBFF; /* background-color: #F007D2; */
        border-color: #D6EBFF;
    }

        .MainTopMenu ul.AspNet-Menu li:hover a, .MainTopMenu ul.AspNet-Menu li:hover span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover span, .MainTopMenu ul.AspNet-Menu li:hover li:hover a, .MainTopMenu ul.AspNet-Menu li:hover li:hover span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul a:hover, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
        {
            color: #000000;
        }

        .MainTopMenu ul.AspNet-Menu li:hover ul a, .MainTopMenu ul.AspNet-Menu li:hover ul span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul a, .MainTopMenu ul.AspNet-Menu li:hover li:hover ul span, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
        {
            color: #000000;
        }

    /* While you hover over a list item (li) you are also hovering over a link or span because */
    /* the link or span covers the interior of the li.  So you can set some hover-related styles */
    /* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
    .MainTopMenu ul.AspNet-Menu li a:hover, .MainTopMenu ul.AspNet-Menu li span.Asp-Menu-Hover
    {
        color: #000000;
        background: transparent url(../images/menu_arrow.gif) right center no-repeat;
    }

    .MainTopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
    {
        background-image: none;
    }

/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */

.MainTopMenu .navbar-default .AspNet-Menu-Horizontal
{
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 130px;
}

    /* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
    /* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
    /* the topmost tier's appearance. */
    /* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
    /* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
    /* the width of a single menu item in the second and their tiers. */
    .MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
    {
        width: 100%;
    }

        .MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
        {
            top: 0;
        }

        .MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
        {
            width: 100%;
        }

    /* Generally, you use this rule to set style properties that pertain to all menu items. */
    /* One exception is the width set here.  We will override this width with a more specific rule (below) */
    /* That sets the width for all menu items from the second tier downward in the menu. */
    .MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
    {
        width: 100%;
        text-align: left;
    }

    /* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
    /* to be narrower, for example, than the sub-menu items. */
    /* This value you set here should be slightly larger than the left margin value in the next rule. See */
    /* its comment for more details. */
    .MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
    {
        text-align: left;
        width: inherit;
    }

    .MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
    {
        width: 130px;
    }

ul.AspNet-Menu
{
    position: static;
}
/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.MainTopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: 0 0 0 130px;
}

/* End - Menu Style*/

.QuickLinkRow
{
    background-image: url(../images/quicklink_bk.gif);
    height: 29px;
}

/* CQ55067 Section 508 */
.hiddenLink a,
.hiddenLink a:hover,
.hiddenLink a:visited
{
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    /* CQ55067 Section 508 */
    .hiddenLink a:active
    {
        position: static;
        width: auto;
        height: auto;
    }

/* CQ81248 */
/*****************************************
 Message Tray Core Styles - DO NOT CHANGE
*****************************************/

/*TODO: Remove this line and verify*/
#cmcStudentHeader
{
    margin-top: 3px;
}

#cmcStudentMsgTray
{
    width: 100%;
    position: absolute;
    /* left: 50%; */
    /* margin-left: -50px; */
    font-family: "open_sansregular";
    font-size: 12px;
}

    #cmcStudentMsgTray div
    {
        display: none;
        margin-left: 0px;
        padding: 15px 20px;
        position: relative;
        zoom: 1;
        box-shadow: inset 0 0 7px #060606, 0 0 2px black;
    }

        #cmcStudentMsgTray div ol
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #cmcStudentMsgTray div li
        {
            padding: 4px 0;
        }

            #cmcStudentMsgTray div li span
            {
                margin-right: 3px;
            }

    #cmcStudentMsgTray ul
    {
        margin: 0;
        list-style: none;
        padding: 0;
        height: 24px;
    }

        #cmcStudentMsgTray ul li
        {
            float: left;
            margin: 0;
            padding: 0;
        }

            #cmcStudentMsgTray ul li#cmcTrayHolds
            {
                width: 27%;
            }

            #cmcStudentMsgTray ul li#cmcTrayAlerts
            {
                width: 27%;
            }

            #cmcStudentMsgTray ul li#cmcTrayAppts
            {
                width: 46%;
            }

            #cmcStudentMsgTray ul li a
            {
                display: block;
                margin: 0;
                text-decoration: none;
                outline: none;
                padding: 4px 8px 4px 7px;
            }

            #cmcStudentMsgTray ul li#cmcTrayAppts a
            {
                _padding: 4px 7px 0 7px;
            }

            #cmcStudentMsgTray ul li em
            {
                border: 1px solid;
                padding: 0 3px;
            }

    #cmcStudentMsgTray h2
    {
        margin: 0 -10px 8px;
    }

.cmcDate
{
    margin: 2px 0 0 0;
    text-align: right;
    height: 28px;
}

.cmcCloseMsgTray
{
    position: absolute;
    right: 20px;
    top: 10px;
}

.cmcViewAll
{
    text-align: right;
    display: block;
    margin-top: 10px;
}

/******************************************************
 Message Tray Image Styles
 -- Only change if you have new images for the tray
*****************************************************/

#cmcStudentMsgTray
{
    padding-bottom: 0px;
    /* background-color: #ffffff; */
    z-index: 999;
}

    #cmcStudentMsgTray div
    {
        background-color: #ffffff;
    }

    #cmcStudentMsgTray ul
    {
        padding-left: 0px;
        /* border-bottom: 1px solid #cecece; */
    }

        #cmcStudentMsgTray ul li em
        {
            background: url(../images/msgtray/msg-qty-bg.png) no-repeat 1px 0;
            border: 0;
            width: 20px;
            height: 18px;
            display: block;
            float: left;
            color: #333;
            font-style: normal;
            font-size: 10px;
            text-align: center;
            margin: -2px 3px 0 0px;
        }

        #cmcStudentMsgTray ul li em
        {
        }

        #cmcStudentMsgTray ul li#cmcTrayAppts a
        {
            margin-right: 0px;
        }

    #cmcStudentMsgTray h2
    {
        height: 22px;
        padding-top: 0px;
        /* padding-left: 32px; */
        background-repeat: no-repeat;
        background-position: center left;
    }

#cmcMsgHolds h2
{
    color: #333333;
}

    #cmcMsgHolds h2:before
    {
        content: "\f05e";
        font-family: FontAwesome;
        padding-right: 10px;
        padding-left: 10px;
        color: #333333;
    }

#cmcMsgAlerts h2
{
    color: #333333;
}

    #cmcMsgAlerts h2:before
    {
        content: "\f071";
        font-family: FontAwesome;
        padding-right: 10px;
        padding-left: 10px;
        color: #333333;
    }

#cmcMsgAppts h2
{
    color: #333333;
}

    #cmcMsgAppts h2:before
    {
        content: "\f073";
        font-family: FontAwesome;
        padding-right: 10px;
        padding-left: 10px;
        color: #333333;
    }

.cmcViewAll
{
    padding-right: 20px;
    background: url(../images/msgtray/next.png) no-repeat center right;
}

.cmcCloseMsgTray
{
    text-indent: -1000em;
    width: 29px;
    height: 25px;
    top: 10px;
    right: 10px;
    background: url(../images/msgtray/close-window.png) no-repeat center left;
}

/************************************************************************
 Message Tray Customizable Styles
 -- Feel free to change these style to update colors, fonts, links, etc
************************************************************************/

/* Tab Background Color */
#cmcStudentMsgTray ul li
{
    /*background-color: #d9d9d9;*/
}

    /* Tab Link Color */
    #cmcStudentMsgTray ul li a
    {
        /*color: #555;*/
        font-weight: bold;
        font-size: 12px;
    }

        /* Tab Hover Background Color */
        #cmcStudentMsgTray ul li a:hover
        {
            /*background-color: #174e80;*/
        }
        /* Tab Hover Link Color */
        #cmcStudentMsgTray ul li a:hover
        {
            /*color: white;*/
        }

        /* Tab Active Background Color */
        #cmcStudentMsgTray ul li a.cmcTrayTabActive
        {
            background-color: rgba(0, 0, 0, 0.49);
        }

        /* Tab Active Link Color */
        #cmcStudentMsgTray ul li a.cmcTrayTabActive
        {
            color: white;
        }

/* Messages Font */
#cmcStudentMsgTray div
{
    font-size: 12px;
}

    /* Message Links */
    #cmcStudentMsgTray div a
    {
        color: blue;
    }

        /* Message Link Hover */
        #cmcStudentMsgTray div a:hover
        {
            text-decoration: none;
        }

    /* Message Separator */
    #cmcStudentMsgTray div li
    {
        border-bottom: 1px dotted #ccc;
        color: #333333;
    }

        /* Message Date Style */
        #cmcStudentMsgTray div li span
        {
            color: #666;
            font-size: .84em;
        }

/* Message Header Style */
#cmcStudentMsgTray h2
{
    font-size: 20px;
}

/* View All Link Color */
.cmcViewAll a
{
    color: inherit;
}

    /* View All Link Hover Color */
    .cmcViewAll a:hover
    {
        color: inherit;
    }

/* Close Link Color */
a.cmcCloseMsgTray
{
    color: inherit;
}

    /* Close Link Hover Color */
    a.cmcCloseMsgTray:hover
    {
        color: inherit;
    }

/* Page Date */
/*.cmcDate
{
    font-size: 12px;
    color: black;
}*/

/* Online Reg. amount needed footer when valid */
.OnlineRegSchedPaymentAmountGood
{
    background-color: #008200;
    color: #000000;
    font-weight: bold;
}
/* Online Reg. amount needed footer invalid*/
.OnlineRegSchedPaymentAmountBad
{
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}

/* Online Reg. View Fund Source Allocation */
.OnlineRegSchedPayment
{
}

.collapsePanel
{
    display: none;
}
.panel-border{
    border-radius:0px;
}

@media print {
    .NoPrint
    {
        display: none;
        width: 0;
        height: 0;
    }

    .TablePrint
    {
        width: 100%;
        margin: 0;
        float: none;
    }

    .BodyPrint
    {
        background: white;
    }

    .collapsePanel
    {
        display: block;
    }
}

.buttonDisabledFF
{
    font-size: 11px;
    color: Gray;
    font-family: open_sansregular;
    text-align: center;
    text-decoration: none;
    height: 20px;
    background-color: #E3E3E3;
    border: 1px #CCCCCC solid;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.linksubhead
{
    font-size: 14px;
    color: #2562DE;
    font-family: open_sansregular;
    text-decoration: underline;
}

.supportedBrowserTable
{
    visibility: visible;
}
/************header part**************/
#wrapper
{
    min-height: 100vh;
    width: 100%;
	position:absolute;
}

#header
{
    padding: 0px;
}

.login_bg #wrapper {
	background:#f2f2f2;
	display:flex;
	position:relative;
	flex-direction: column;
	justify-content: center;
}

.navbar
{
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
	background-color:transparent;
}

.navbar-default
{
    /*border-color: #e7e7e7;*/
    padding: 0 0 0 0px;
}

.navbar-brand1
{
    float: left;
    height: auto;
    padding: 0px 20px 0px 15px;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 10px 0;
}

.navbar-collapse-custom
{
    margin-left: -40px !important;
}

.navbar-collapse.in
{
    overflow-y: visible;
}

.border_top
{
    border-top: 1px solid #ddd;
}

.header_btn
{
    color: #FFF;
    background-color: #102e52;
    border-color: #163d6c;
    border-radius: 0;
    font-family: 'gothic';
}

    .header_btn:hover
    {
        color: #FFF;
        background-color: #102e52;
        border-color: #163d6c;
    }

.social
{
    text-align: right;
    padding: 20px 0 0 0;
}

.social-share
{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li
{
    display: inline-block;
    padding-left: 10px;
}

ul.social-share .dropdown
{
    background-color: #ffffff;
    padding: 0 5px 0 10px;
    border-radius: 15px;
}

    ul.social-share .dropdown i
    {
        border: 2px solid #102743;
        border-radius: 15px;
        padding: 3px 4px 3px 4px;
    }

ul.social-share .dropdown-menu > li
{
    width: 100%;
    border-bottom: 1px solid #102743;
    text-align: left;
}

    ul.social-share .dropdown-menu > li > a
    {
        color: #102743;
        text-decoration: none;
        background-color: #ffffff;
        border: 0;
        width: 100%;
    }

        ul.social-share .dropdown-menu > li > a:hover
        {
            color: #102743;
            text-decoration: none;
            background-color: #8CBAF3;
            border: 0;
        }

#Show_quick_links
{
    cursor: pointer;
}

    #Show_quick_links:hover
    {
        text-decoration: underline;
    }

ul.social-share .dropdown-menu
{
    background-color: #FFFFFF;
    margin: 0 0 0 0;
    min-width: 130px;
    padding: 0 0 0 0;
}

    ul.social-share .dropdown-menu i
    {
        border: none;
        border-radius: 0;
        padding: 3px 4px 3px 4px;
    }

ul.social-share li a
{
    display: inline-block;
    margin-right: 5px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none !important;
    font-size: 14px;
}

    ul.social-share li a:hover
    {
        /*color: #68b7fd;*/
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    border-color: #e7e7e7;
    margin-top: -39px;
}

.row-height
{
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height
{
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top
{
    vertical-align: top;
}

.col-middle
{
    vertical-align: middle;
}

.col-bottom
{
    vertical-align: bottom;
}
/*****content section starts******/

#content
{
    /*padding-bottom: 100px;*/
}

.center
{
    text-align: center;
}

.dashboardcontainer
{
    padding: 30px;
}
/**********bootstrap custom elements***********/
.well
{
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar-text
{
    margin: 0 !important;
    word-wrap: break-word;
    float: none;
}

.input-group-addon
{
    padding: 0px 12px !important;
}

.control-label
{
    text-align: right;
    margin-bottom: 0;
    padding-top: 2px !important;
}

.panel-heading
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

input[type="radio"],
input[type="checkbox"]
{
    margin: 4px 4px 0;
}

/*****************Content Part for CMC START*******************/
.Main_contentpanel
{
    background-color: #f4f4f4 !important;
}

.Sub_contentpanel
{
    padding: 0px 15px 0px 15px;
    border: 2px solid #ddd;
    background-color: #FFFFFF;
    font-family: open_sansregular;
    margin: 0px 0 20px 0;
}

.Sub_sub_contentpanel
{
    padding: 15px 15px 0px 15px;
    border: 2px solid #ddd;
    background-color: #f8f8f8;
    font-family: open_sansregular;
    margin: 0px 0 0px 0;
}

.Sub_heading
{
    padding: 10px 10px 10px 0px;
}

    .Sub_heading span
    {
        /* padding: 10px 10px 10px 10px !important; */
        font-family: open_sansregular !important;
        font-size: 20px !important;
    }

.Sub_heading_sub
{
    padding: 5px 0 0 10px;
}

    .Sub_heading_sub span
    {
        padding: 10px 10px 10px 0px !important;
        font-family: open_sansregular !important;
        font-size: 16px !important;
    }

.align_l
{
    float: left;
}
/*****************Content Part for CMC END*******************/

/**********footer************/

#footer, .footer {
    position:relative!important;
    font-size:0.75rem;
    line-height:normal;
    padding:1rem 45px;
}

#footer .navbar-default,
.footer .navbar-default {
    background:transparent;
}
    /* #footer p, .footer p
    {
        font-size: 14px;
        text-align: left;
        margin: 0;
        padding: 5px 0 0 0;
        font-family: 'open_sansregular';
    } */

.rightpad
{
    padding-right: 0 !important;
}

.zeropad
{
    padding: 0 !important;
}

.pad_left
{
    padding: 0 0 0 10px;
}

.zeromargin
{
    margin: 0 !important;
}
/**************Contact manager*****************/
.messages
{
    padding: 15px !important;
}

.msg_content
{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 12px;
}

    .msg_content i
    {
        font-size: 15px;
    }

    .msg_content a
    {
        text-decoration: none;
        font-family: open_sansregular;
        font-size: 12px;
    }

        .msg_content a:hover
        {
            text-decoration: underline;
        }

sup
{
    /*font-size: 15px;*/
    /*color: red;*/
}

    sup i
    {
        font-size: 9px !important;
    }

.form-control
{
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out;
}

.tab_p
{
    padding: 5px 10px 5px 25px;
    font-family: open_sansregular;
}

.error_p
{
    /*color: #fc0000;*/
    font-family: open_sansregular;
}

.Tabs
{
    padding: 10px;
}

.tab-pane
{
    border: 2px solid #ddd;
}

.tab_table
{
    border-top: 1px solid #ddd;
    margin: 0px 0 0px 0;
    padding: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
    /*color: #fff;*/
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.control_row
{
    padding-top: 10px;
    overflow-wrap: break-word;
}

.right
{
    text-align: right;
}

.contentpart .btn
{
    /*background-color: #23689e;
    color: #ffffff;*/
    padding: 3px 14px;
    border-radius: 0;
    margin: 15px;
}

.Tabstyle
{
    background-color: #23689e;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
/**********degree_audit*********/

.inst_panel .panel-heading
{
    text-align: center;
}

.inst_panel .panel-body
{
    text-align: justify;
}

.view_enrl
{
    margin-bottom: 10px !important;
}

.more-less
{
    float: right;
    color: #212121;
}

.panel-title > a
{
    display: block;
    padding: 7px 15px;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.12);
    font-size: 20px;
    border-radius: 5px;
}


/*****************Right_Content Part for CMC Start*******************/
.control_row
{
    padding-top: 10px;
}

.contentright
{
    padding-bottom: 40px;
}

    .contentright .panel
    {
        margin-bottom: 20px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        font-family: open_sansregular;
    }

    .contentright .panel-heading
    {
        padding: 10px 15px;
        border-bottom: 0px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .contentright .panel-default > .panel-heading
    {
        border-color: #ddd;
        border-bottom: 1px solid #ddd;
    }

    .contentright .panel-title
    {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: inherit;
        font-family: open_sansregular;
        text-align: center;
    }

    .contentright .panel-body
    {
        padding: 15px 0 15px 0;
        border: 0px solid transparent;
    }

    .contentright .date_show
    {
        border: 1px solid transparent;
        padding: 8px;
        margin: 10px auto 10px auto;
    }

    .contentright .btn
    {
        padding: 3px 10px;
        border-radius: 0;
    }

    .contentright .form-group
    {
        margin-bottom: 0px;
        padding: 10px;
    }

#PageLinks table > tr > td > a
{
    text-decoration: underline;
    padding: 10px;
}

table a:not(.btn), .table a:not(.btn)
{
    text-decoration: underline !important;
}
/*****************Right_Content Part for CMC End*******************/
.Top_content_header > .panel-heading h3
{
    padding: 0px 0px 10px 10px;
    text-align: left;
}

.Top_content_header > .panel-heading p
{
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.Top_content_header > .panel-heading .panel-title span
{
    font-size: 25px !important;
    font-family: var(--font-serif);
}

.tab-content .panel, .tab-content .panel-default, .tab-content .panel-body
{
    border: 0px;
}

.msg_tab {
    padding: 10px;
    font-size: 18px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.15);
}

    .msg_tab .btn
    {
        margin: 0px !important;
    }
/*********QuickLinks menu********/
.QuickLinks_social
{
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: justify;
}

.QuickLinks_social-share
{
    display: table-row;
    margin: 0;
    padding: 0;
}

ul.QuickLinks_social-share li
{
    list-style: none;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(197, 197, 197, 0.4);
}

    ul.QuickLinks_social-share li a
    {
        display: block;
        line-height: 25px;
        text-align: center;
        border-radius: 2px;
        text-decoration: none;
        font-size: 14px;
        padding: 2px 10px 2px 10px;
    }

        ul.QuickLinks_social-share li a:hover
        {
            background-color: rgba(31, 33, 37, 0.18);
        }
/***********vertical left menu**************/
.vertical_left_menu
{
    background-color: transparent !important;
}

.submenu
{
    width: 100%;
    padding: 5px 0 6px 27px;
    cursor: pointer;
    white-space: normal;
}

    .submenu a, .submenu_hover
    {
        text-decoration: none !important;
    }

.left_menu
{
    padding: 10px !important;
    background-color: rgba(0, 0, 0, 0.31);
}

.left_menu_hover, .left_menu_selected
{
    padding: 10px !important;
    background-color: rgba(0, 0, 0, 0.52) !important;
    cursor: pointer;
}

.submenu_hover
{
    padding: 5px 0 6px 27px;
    background-color: rgba(0, 0, 0, 0.18);
    /*cursor: pointer;*/
}

    .submenu_hover a span:after
    {
        font-family: FontAwesome;
        content: "\f0da";
        float: right;
        padding-right: 10px;
    }

.submenu_selected
{
    padding: 5px 0 6px 27px;
    background-color: rgba(0, 0, 0, 0.18);
}

    .submenu_selected:hover
    {
        padding: 5px 0 6px 27px;
        background-color: rgba(0, 0, 0, 0.18);
    }

    .submenu_selected a span:after
    {
        font-family: FontAwesome;
        content: "\f0da";
        float: right;
        padding-right: 10px;
    }

.navbar-collapse
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.collapse
{
    display: none;
    height: auto !important;
}

/************Landing page******************/
.land_page_dropdown
{
    display: inline-block;
    padding: 0px 0px 10px 30px;
    width: 120px;
    float: right;
    margin: -15px 30px 0px 0;
}

    .land_page_dropdown .login_link
    {
        text-decoration: none !important;
    }

        .land_page_dropdown .login_link:active, .land_page_dropdown .login_link:focus
        {
            color: #ffffff;
        }

    .land_page_dropdown .dropdown-menu
    {
        margin: 0;
        min-width: 400px;
        margin-right: 20px;
        right: 0 !important;
        left: inherit;
    }

/*.dropdown:hover .dropdown-menu
{
    display: block!important;
}*/

.login_link
{
    padding: 5px 6px 5px 10px;
    border-radius: 6px;
    font-size: 14px !important;
}

    .login_link:hover
    {
        color: #ffffff;
    }

.create_forgot
{
    padding: 10px 0 20px 0;
}
/*.login_box
{
    border: 2px solid rgba(177, 177, 177, 0.62);
    padding-top: 0;
}*/

/************horizontal menu************/
.dropdown-submenu
{
    position: relative;
}

.dropdown:hover .multi-level
{
    display: block;
}

.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}

.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}

.menu_btn
{
    font-size: 15px;
    padding: 0 0px 0px 15px;
}

.menuClass
{
    padding: 3px;
}

.AspNet-Menu-Horizontal .dropdown-menu
{
    margin: 0px 0 0 !important;
}

.landing_img
{
    padding: 0px 35px 0 35px;
}
/*******slider*******/
#myCarousel .thumbnail
{
    margin-bottom: 0;
    border: none;
}

.carousel_custom
{
    background-color: rgba(0, 0, 0, 0.35);
    padding: 2%;
    min-height: 170px;
}

.carousel_custom_noimg
{
    padding: 2%;
    min-height: 170px;
}

.carousel-inner
{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.27);
    padding: 10px;
}

.carousel-control
{
    color: #999;
    padding: 0px 3px 0 0;
    width: 20px;
    top: auto;
    left: auto;
    bottom: 0;
    text-shadow: none;
}

    .carousel-control.right
    {
        right: 10px;
        bottom: 10px;
        background-image: linear-gradient(to right, rgb(23, 78, 128) 0%, rgb(23, 78, 128) 100%);
    }

    .carousel-control.left
    {
        right: 40px;
        bottom: 10px;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right, rgb(23, 78, 128) 0%, rgb(23, 78, 128) 100%);
    }


    .carousel-control:hover
    {
        color: #d9534f;
    }

/*.carousel-control.left, .carousel-control.right
    {
        background-image: none !important;
    }*/

/*.carousel-control.right
    {
        left: auto;
        right: 0px;
    }

    .carousel-control.left
    {
        right: auto;
        left: 0px;
    }*/

.carousel-indicators
{
    bottom: 15px;
    width: auto;
    margin-left: 0;
    right: 10px;
    text-align: right;
}

    .carousel-indicators li
    {
        border-radius: 0;
        width: 10px;
        height: 10px;
        background: rgb(179, 179, 179);
        margin: 3px;
        border: 0;
    }

    .carousel-indicators .active
    {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.95);
        border-color: #ffffff;
        margin: 3px;
    }

.thumbnail .caption
{
    padding: 9px;
    color: #333;
    width: 50%;
    margin: auto;
}

    .thumbnail .caption h3
    {
        font-size: 24px !important;
    }

    .thumbnail .caption p
    {
        text-align: right;
    }

.divcenter
{
    text-align: center;
}

.tabimg img
{
    border: 10px solid #0C4C7C;
    border-radius: 50%;
    padding: 10px;
    background-color: #E0DCDC;
}

.tabimg p
{
    font-size: 22px;
    padding: 10px 0 5px 0;
}

.middle-container
{
    margin-top: 20px;
    /* border-top: 1px solid #ddd; */
    margin-bottom: 30px;
}

.middle-text .divimg
{
    width: 35%;
    margin: auto;
}

.middle_inner_container
{
    padding: 15px 0 15px 0;
}

/*.middle-text
{
    padding: 25px 0 25px 0;
}*/

.middle-text h3
{
    padding: 10px 0 10px 0;
    font-size: 30px;
}

.middle-text p
{
    padding: 5px 0 5px 0;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    /*font-family: "open_sansregular";*/
}

.buttom_tabimg
{
    text-align: center;
}

    .buttom_tabimg img
    {
        /*border: 10px solid rgba(0, 0, 0, 0.78);*/
        padding: 10px;
    }

.buttom_tab_icon
{
    margin: -40px 0 40px 0;
}

    .buttom_tab_icon div
    {
        text-align: center;
        margin: auto;
    }

    .buttom_tab_icon p
    {
        font-size: 22px;
        padding: 10px 0 5px 0;
    }

.tab_icon
{
    border-radius: 50%;
    padding: 2px;
}

.box1-innerbg1
{
    text-align: left;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.messagetitle-msg2n
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: auto;
    color: #E4E4E4;
}

    .messagetitle-msg2n a
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        float: left;
        width: auto;
        color: #E4E4E4;
    }

.boxtexttitle3n
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #888888;
    float: left;
    margin: 10px 0 10px 0;
}

.button1n
{
    color: #032B47;
    background-color: #EDEDEC;
    border: 2px #023358 solid;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px 0 10px 0;
}

    .button1n:hover, .button1nhover
    {
        color: #C7C2C2;
        background-color: #021E33;
    }

.lblstu
{
    padding: 10px 0px 10px 15px;
    /*background-color: rgba(0, 0, 0, 0.53);*/
    width: 100%;
    margin: 5px auto 0 auto;
}

    .lblstu a
    {
        font-size: 15px;
        color: #F8F8F8;
    }

.lblstulbl
{
    /*color: #ffffff;*/
    font-size: 12px;
}

.lgtable
{
    width: 100%;
}

hr
{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #eee;
}

.navbar-toggle
{
    position: relative;
    float: right;
    padding: 6px 5px;
    margin-top: 20px;
    margin-right: 15px;
    /* margin-bottom: 20px; */
    /* background-color: #0C4C7C; */
    background-image: none;
    /* border: 1px solid #073659; */
    border-radius: 4px;
}
/*********************/
.boxheader-roundtopleft
{
    background-image: url(../images/boxheaderround-l.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 35px;
    padding-left: 7px;
}

.boxheader-roundtopright
{
    background-image: url(../images/boxheaderround-r.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 35px;
    padding-right: 7px;
}

.boxheader-topmiddle
{
    background-image: url(../images/boxheadermiddle.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 35px;
}


/************left menu********************/
.vertical_left_menu
{
    background-color: transparent !important;
}
/*.submenu {
    padding: 5px 0 6px 37px;
    width: 100%;
}
.left_menu
{
    padding: 10px!important;
}

.submenu:hover
{
    background-color: rgba(0, 0, 0, 0.18);
    padding: 5px 0 6px 20px;
    width: 100%;
}*/

.navbar-collapse
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.tabcontent
{
    padding-left: 10px;
}
/******dashboard/Home page*******/
.image-block
{
    background-color: black;
    padding: 0px;
    margin: 0px;
    height: 170px;
    text-align: center;
    vertical-align: bottom;
   
}

    .image-block > p
    {
        width: 100%;
        height: 100%;
        font-weight: normal;
        font-size: 15px;
        padding-top: 100px;
        background-color: rgba(3,3,3,0.0);
        color: rgba(6,6,6,0.0);
    }

        .image-block > p > a
        {
            width: 100%;
            height: 100%;
            font-weight: normal;
            font-size: 30px;
            padding-top: 100px;
            background-color: rgba(3,3,3,0.0);
            color: rgba(6,6,6,0.0);
        }

    .image-block:hover > p
    {
        background-color: rgba(3, 3, 3, 0.79);
        color: #ffffff;
    }

        .image-block:hover > p > a
        {
            color: #ffffff;
        }

.image-block1
{
    background-color: black;
    padding: 0px;
    margin: 0px;
    height: 134px;
    text-align: center;
    vertical-align: bottom;
}

    .image-block1 > p
    {
        width: 100%;
        height: 100%;
        font-weight: normal;
        font-size: 15px;
        padding-top: 70px;
        background-color: rgba(3,3,3,0.0);
        color: rgba(6,6,6,0.0);
    }

        .image-block1 > p > a
        {
            width: 100%;
            height: 100%;
            font-weight: normal;
            font-size: 15px;
            padding-top: 100px;
            background-color: rgba(3,3,3,0.0);
            color: rgba(6,6,6,0.0);
        }

    .image-block1:hover > p
    {
        background-color: rgba(3, 3, 3, 0.79);
        color: #ffffff;
    }

        .image-block1:hover > p > a
        {
            color: #ffffff;
        }

.image-block2
{
    background-color: black;
    padding: 0px;
    margin: 0px;
    height: 134px;
    text-align: center;
    vertical-align: bottom;
}

    .image-block2 > p
    {
        width: 100%;
        height: 100%;
        font-weight: normal;
        font-size: 15px;
        padding-top: 70px;
        background-color: rgba(3,3,3,0.0);
        color: rgba(6,6,6,0.0);
    }

        .image-block2 > p > a
        {
            width: 100%;
            height: 100%;
            font-weight: normal;
            font-size: 15px;
            padding-top: 100px;
            background-color: rgba(3,3,3,0.0);
            color: rgba(6,6,6,0.0);
        }

    .image-block2:hover > p
    {
        background-color: rgba(3, 3, 3, 0.79);
        color: #ffffff;
    }

        .image-block2:hover > p > a
        {
            color: #ffffff;
        }

.small-box
{
    border-radius: 5px;
    position: relative;
    display: block;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
    border: 3px solid rgba(255, 255, 255, 0.45);
}

    /*.bg-blue
{
    background-color: #1f67a6 !important;
}

.bg-light-blue
{
    background-color: #39a6e4 !important;
}*/

    .small-box > .inner
    {
        padding: 10px;
        min-height: 170px;
    }

    .small-box > .inner_row2
    {
        padding: 10px;
        min-height: 175px;
    }

    .small-box > .inner_document
    {
        min-height: 170px;
        background-image: url(../images/document.png);
        background-size: cover;
    }

    .small-box > .inner_class
    {
        min-height: 134px;
        background-image: url(../images/classes.png);
        background-size: cover;
    }

    .small-box > .inner_student
    {
        min-height: 170px;
        /*background-color: #2272ba;*/
        background-size: cover;
    }

    .small-box > .inner_gradebook
    {
        min-height: 134px;
    }

    .small-box .icon
    {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        /*position: relative;*/
        z-index: 0;
        font-size: 80px;
        /*color: rgb(113, 199, 248);*/
        text-align: center;
    }

.bg-light-blue .icon
{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    /*position: relative;*/
    z-index: 0;
    font-size: 80px;
    /*color: rgb(19, 99, 144);*/
    text-align: center;
}

.icon-big
{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    z-index: 0;
    font-size: 100px;
    /*color: rgb(113, 199, 248);*/
    text-align: center;
}

.icon-big1
{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    z-index: 0;
    font-size: 30px;
    /*color: rgb(113, 199, 248);*/
    text-align: center;
}

.small-box > .small-box-footer
{
    position: relative;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.78);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}

    .small-box > .small-box-footer:hover
    {
        color: #fff;
        background: rgba(0, 0, 0, 0.85);
    }

.card
{
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.front
{
    z-index: 2;
}

.back
{
    z-index: 1;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    /*background-color: #033E71;*/
    cursor: pointer;
    padding: 10px;
}

.backy
{
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    /*background-color: #033E71;*/
}

.back h2
{
    padding: 10px;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

/*.back h2 a
    {
        color: #ffffff;
    }*/

.backy h2
{
    padding: 10px;
    text-align: center;
    /*color: #ffffff;*/
    font-size: 15px;
}

/*.backy h2 a
    {
        color: #ffffff;
    }*/

.small-box > .inner:hover .front, .small-box > .inner_gradebook:hover .front, .small-box > .inner_row2:hover .front
{
    z-index: 1;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.small-box > .inner:hover .back, .small-box > .inner_gradebook:hover .back
{
    z-index: 2;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    cursor: default;
}

.small-box > .inner_row2:hover .backy
{
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.label_icon:after
{
    font-family: FontAwesome;
    content: "\f0a9";
    padding-left: 10px;
}

.parentbox
{
    height: 170px;
    text-align: center;
}

.parentbox1
{
    /* height: 170px; */
    text-align: center;
    padding: 10px;
}

.parentbox:before
{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.childbox
{
    display: inline-block;
    vertical-align: middle;
}
/******Dashboard end******/

/********loginpage start*********/
.login_text 
{}
.loginbtn_text {
    padding: 0 0 1rem;
    font-size: 2.25rem;
    font-family: var(--font-serif);
    text-align: left;
	line-height:1;
}
.backHome_text {
	padding:.5rem 1rem!important;
}

.login_text i {
    padding-right: 10px;
}

.login_panel
{
    padding: 20px !important;
}

.login_box
{
    padding: 10px 30px 10px 30px;
}

.login_box .panel-body {
  background: none !important;
  padding: 0 !important;

}

.login_bg .row.headerBar {
  min-height: 0;
  margin: 0;
}

.login_box .panel-body .panel-border {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  border-radius:5px;
  border:none;
}

.login_box .panel-body .panel-border .panel-body {
  padding: 1rem 2rem !important;
}

.login_box #ContentPlaceholder_lblRequired {
  padding: 0 0 0 1rem;
}

@media (max-width:600px) {
	.login_box .panel-body .panel-border .panel-body {
		padding: 1rem 1rem !important;
	}
	.login_box #ContentPlaceholder_lblRequired {
		padding: 0 0 0 1rem;
	}
}

/* FOR LOGIN PAGE */
.login_text.bg-primary {
    padding: 1rem;
    font-weight: 900;
    font-size: 2rem;
    background-color: var(--dark);
    text-align: center;
}

.panel .panel .panel-body.form-horizontal .form-group {
    margin: 1rem 0;
}

.login_img
{
    margin: auto;
    width: auto;
    padding: 0px 50px 20px 70px;
}

.back_home
{
    padding-right: 30px;
    text-align: right;
}
/********loginpage end*********/
/***********other css*************/
.pnlColorKeys
{
    list-style: none;
}

    .pnlColorKeys li
    {
        float: left;
        padding: 0 20px 20px 0;
    }

        .pnlColorKeys li div
        {
            float: left;
        }

.divpnlColorKeys
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    width: 15px;
    border-bottom: 1px solid;
    height: 15px;
    margin: 0 5px 0 0;
}

.help-block
{
    text-align: justify;
    padding: 0;
}

.OverFlowClass
{
    height: 300px;
    overflow: auto;
}

.right_sidebar_i
{
    position: relative;
    /* right: 0px; */
    font-size: 18px;
    display: inline;
    cursor: pointer;
    padding: 0px 8px 0 8px;
    background-color: #174e80;
    color: #ffffff;
    border-radius: 5px;
}

#row1 ul, #row2 ul
{
    list-style: none;
    padding: 0;
}

    #row1 ul li {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.11);
        padding: 2px;
        margin-top: 3px;
    }

    #row2 ul li {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.11);
        padding: 2px;
        margin-bottom: 3px;
    }

.refresh
{
    vertical-align: middle;
}

.heading_text
{
    font-size: 30px;
}

.step_numb
{
    color: #ffffff;
    padding-left: 5px;
}
/***********jquery Datatable css**********/
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{
    padding: 10px;
}

table.dataTable thead th, table.dataTable thead td
{
    padding: 10px 18px;
    border-bottom: 0 !important;
}

table.dataTable tbody tr
{
    background-color: transparent !important;
}

.popup
{
    z-index: 3;
    position: absolute;
    left: 40%;
    top: 10%;
    -moz-box-shadow: 0 0 5px 5px #85b2da;
    /* -webkit-box-shadow: 0 0 5px 5px #85b2da; */
    /* box-shadow: 0 0 5px 5px #85b2da; */
    border-radius: 10px;
    padding: 10px;
    /* background-color: #ffffff; */
}

.table-striped > tbody > tr:nth-of-type(odd)
{
    background-color: transparent;
}

.table-hover > tbody > tr:hover
{
    background-color: rgba(236, 240, 241, 0.17);
}
/*************step wizard(online reg)***************/
.stepwizard-step p
{
    margin-top: 5px;
}

.stepwizard-row
{
    display: table-row;
}

.stepwizard
{
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled]
{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before
{
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step
{
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle
{
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle:active
    {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }
/***************************/
/********WebParts***********/
/***************************/
.wp_txt
{
    font-size: 12px;
    color: #ffffff;
}

    .wp_txt a
    {
        font-size: 12px;
        word-break: break-word;
        color: #ffffff;
    }

    .wp_txt:hover
    {
        font-size: 12px;
        color: #dddddd;
    }

    .wp_txt:focus
    {
        font-size: 12px;
        color: #ffffff;
    }

.panel-info .panel-body, .panel-success .panel-body, .panel-warning .panel-body, .panel-danger .panel-body
{
    border: 0 !important;
}

/*.panel-info .panel-body i, .panel-warning .panel-body i
    {
        font-size: 30px;
    }*/

.panel-info, .panel-success, .panel-warning, .panel-danger
{
    border: 0 !important;
    /* box-shadow: inset 0 0 2px #0c3458, 0 0 10px #0c3458; */
    margin-bottom: 0;
    border-radius: 0 !important;
}
/*.wp_header {
    color: #f4f4f4;
    background-color: #0c3458;
    border-color: #0c3458;
}
.wp_body
{
    padding: 10px;
    min-height: 140px;
    background-color: #174e80;
}*/

/***********Print************/
@media print
{
    #header_no_print, #footer
    {
        display: none !important;
    }

    .contentright
    {
        display: none !important;
    }
    /**********bootstrap classes(print) starts**********/
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }

    .col-sm-12
    {
        width: 100%;
    }

    .col-sm-11
    {
        width: 91.66666667%;
    }

    .col-sm-10
    {
        width: 83.33333333%;
    }

    .col-sm-9
    {
        width: 75%;
    }

    .col-sm-8
    {
        width: 100%;
    }

    .col-sm-7
    {
        width: 58.33333333%;
    }

    .col-sm-6
    {
        width: 50%;
    }

    .col-sm-5
    {
        width: 41.66666667%;
    }

    .col-sm-4
    {
        width: 33.33333333%;
    }

    .col-sm-3
    {
        width: 25%;
    }

    .col-sm-2
    {
        width: 16.66666667%;
    }

    .col-sm-1
    {
        width: 8.33333333%;
    }

    .col-sm-pull-12
    {
        right: 100%;
    }

    .col-sm-pull-11
    {
        right: 91.66666667%;
    }

    .col-sm-pull-10
    {
        right: 83.33333333%;
    }

    .col-sm-pull-9
    {
        right: 75%;
    }

    .col-sm-pull-8
    {
        right: 66.66666667%;
    }

    .col-sm-pull-7
    {
        right: 58.33333333%;
    }

    .col-sm-pull-6
    {
        right: 50%;
    }

    .col-sm-pull-5
    {
        right: 41.66666667%;
    }

    .col-sm-pull-4
    {
        right: 33.33333333%;
    }

    .col-sm-pull-3
    {
        right: 25%;
    }

    .col-sm-pull-2
    {
        right: 16.66666667%;
    }

    .col-sm-pull-1
    {
        right: 8.33333333%;
    }

    .col-sm-pull-0
    {
        right: auto;
    }

    .col-sm-push-12
    {
        left: 100%;
    }

    .col-sm-push-11
    {
        left: 91.66666667%;
    }

    .col-sm-push-10
    {
        left: 83.33333333%;
    }

    .col-sm-push-9
    {
        left: 75%;
    }

    .col-sm-push-8
    {
        left: 66.66666667%;
    }

    .col-sm-push-7
    {
        left: 58.33333333%;
    }

    .col-sm-push-6
    {
        left: 50%;
    }

    .col-sm-push-5
    {
        left: 41.66666667%;
    }

    .col-sm-push-4
    {
        left: 33.33333333%;
    }

    .col-sm-push-3
    {
        left: 25%;
    }

    .col-sm-push-2
    {
        left: 16.66666667%;
    }

    .col-sm-push-1
    {
        left: 8.33333333%;
    }

    .col-sm-push-0
    {
        left: auto;
    }

    .col-sm-offset-12
    {
        margin-left: 100%;
    }

    .col-sm-offset-11
    {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10
    {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9
    {
        margin-left: 75%;
    }

    .col-sm-offset-8
    {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7
    {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6
    {
        margin-left: 50%;
    }

    .col-sm-offset-5
    {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4
    {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3
    {
        margin-left: 25%;
    }

    .col-sm-offset-2
    {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1
    {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0
    {
        margin-left: 0%;
    }

    .visible-xs
    {
        display: none !important;
    }

    .hidden-xs
    {
        display: block !important;
    }

    table.hidden-xs
    {
        display: table;
    }

    tr.hidden-xs
    {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs
    {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print
    {
        display: none !important;
    }

    .hidden-sm
    {
        display: none !important;
    }

    .visible-sm
    {
        display: block !important;
    }

    table.visible-sm
    {
        display: table;
    }

    tr.visible-sm
    {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm
    {
        display: table-cell !important;
    }
}
/**********bootstrap classes(print) ends**********/

/**********TOP ARROW(return-to-top)**********/
#return-to-top
{
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.63);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i
    {
        color: #fff;
        margin: 0;
        position: relative;
        left: 11px;
        top: 11px;
        font-size: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover
    {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i
        {
            color: #fff;
            top: 5px;
        }

.alert-message {
    color: #000000;
    padding: 5px;
    font-size: 14px;
}

/****************MEDIA QUERIES*****************/
/* Large desktops and laptops */
@media (min-width: 1200px)
{
    body
    {
        /*font-size: 14px;*/
    }

    .alignment
    {
        text-align: right;
    }
}

@media (min-width: 1199px) and (max-width: 1340px)
{
    body
    {
        /*font-size: 14px;*/
    }

    .contentpart
    {
        padding-bottom: 1px;
    }

    .alignment
    {
        text-align: right;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 991px) and (max-width: 1199px)
{
    body
    {
        /*font-size: 14px;*/
    }

    .contentpart
    {
        padding-bottom: 100px;
    }

    .small-box > .small-box-footer
    {
        font-size: 15px;
    }

    .alignment
    {
        text-align: right;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px)
{

    body
    {
        /*font-size: 14px;*/
    }

    .contentpart
    {
        padding-bottom: 100px;
    }

    .small-box > .small-box-footer
    {
        font-size: 10px;
    }

    .alignment
    {
        text-align: left;
    } 
}
/* Landscape phones and portrait tablets */
@media (min-width: 480px) and (max-width: 767px)
{
    body
    {
        /*font-size: 12px;*/
    }

    .contentpart
    {
        padding-bottom: 100px;
    }

    .alignment
    {
        text-align: left;
    }

    #footer p
    {
        font-size: 10px;
    }

    .small-box > .small-box-footer
    {
        font-size: 10px;
    }

    .small-box > .inner_student
    {
        min-height: 134px;
    }

    .col-height
    {
        display: block;
        float: none;
        height: auto;
    }

    ul.QuickLinks_social-share li
    {
        list-style: none;
        display: block;
        text-align: left;
        border: 1px solid rgba(197, 197, 197, 0.4);
    }

        ul.QuickLinks_social-share li a
        {
            display: block;
            line-height: 25px;
            text-align: left;
            border-radius: 2px;
            text-decoration: none;
            font-size: 14px;
            padding: 2px 10px 2px 10px;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form
    {
        border-color: #e7e7e7;
        margin-top: 0px;
    }

    .cmcDate
    {
        margin: 50px 0 0 0;
        text-align: right;
        height: 28px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .login_text {
        padding: 0px 5px 5px 5px;
        font-size: 25px;
        text-align: center;
    }
}

.muted
{
    color: #999999 !important;
}

    .muted a
    {
        color: #999999 !important;
    }

/* Landscape phones and smaller */
@media (max-width: 480px)
{
    body
    {
        /*font-size: 10px;*/
    }

    .dropdown-submenu > .dropdown-menu
    {
        top: 100% !important;
        left: 15% !important;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.73) !important;
        -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.73) !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.73) !important;
    }

    .login_box
    {
        padding: 10px 10px 10px 10px;
    }

    .login_img
    {
        width: auto;
        padding: 10px 10px 20px 10px;
    }

    .contentpart
    {
        padding-bottom: 100px;
    }

    .right_sidebar_i
    {
        display: none;
    }

    #footer p
    {
        font-size: 10px;
    }

    .small-box > .small-box-footer
    {
        font-size: 10px;
    }

    .small-box > .inner_student
    {
        min-height: 134px;
    }

    .col-height
    {
        display: block;
        float: none;
        height: auto;
    }

    .stu_seach
    {
        margin: 10px 0 10px 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form
    {
        border-color: #e7e7e7;
        margin-top: 0px;
    }

    ul.QuickLinks_social-share li
    {
        list-style: none;
        display: block;
        text-align: left;
        border: 1px solid rgba(197, 197, 197, 0.4);
    }

        ul.QuickLinks_social-share li a
        {
            display: block;
            line-height: 25px;
            text-align: left;
            border-radius: 2px;
            text-decoration: none;
            font-size: 14px;
            padding: 2px 10px 2px 10px;
        }

    .thumbnail .caption
    {
        padding: 9px;
        color: #333;
        width: 90%;
        margin: auto;
    }

    .land_page_dropdown .dropdown-menu
    {
        margin: 0;
        min-width: 250px !important;
    }

    .land_page_dropdown
    {
        display: inline-block;
        padding: 0px 0px 10px 30px;
        width: 120px;
        float: right;
        margin: -15px 0px 0px 0;
    }

    .social
    {
        text-align: right;
        padding: 0px 0 10px 0;
    }

    ul.social-share li
    {
        /* display: inline; */
        padding-left: 10px;
        float: left;
    }

    .middle-text h3
    {
        padding: 10px 0 10px 0;
        font-size: 21px;
    }

    .middle-text p
    {
        padding: 5px 10px 5px 10px;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }

    .tabimg p
    {
        font-size: 15px;
        padding: 10px 0 5px 0;
    }

    .buttom_tab_icon p
    {
        font-size: 15px;
        padding: 10px 0 5px 0;
    }

    .thumbnail .caption h3
    {
        font-size: 15px !important;
    }

    .headerBar .form-group .btn
    {
        margin: 5px;
    }

    .cmcDate
    {
        margin: 50px 0 0 0;
        text-align: right;
        height: 28px;
    }

    #cmcStudentMsgTray ul
    {
        margin: 0;
        list-style: none;
        padding: 0;
        height: 40px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .login_text {
        padding: 1rem 0;
        font-size: 1.5rem;
        text-align: left!important;
    }
     .panel_body_padding{
         padding:0px;
     }
    .loginbtn_text {
        padding: 0px;
    }
}
/**********End of MEDIA QUERIES*************/

/*Note CSS*/
.note {
    font-size: 8pt;
    font-weight: bold;
    color: Red;
}

.text-wrap-on-overflow {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.text-wrap-word-break {
    word-wrap: break-word;
}
