﻿

.offCoursePub
{
    float: left;
    width: 47%;
    margin-left: 2px;
    border-right: 1px solid black;
    }


.offSpecPub
{
    float: left;
    width: 47%;
    margin-left: 2px;
    }


.upDateProgress
{
    border-radius: 6px 6px 6px 6px;
    position:fixed;
    top: 5%;  
    left: 50%;    
    height:3em;
    margin-top: -2em; /*set to a negative number 1/2 of your height top: 3%;*/
    margin-left: -4em; /*set to a negative number 1/2 of your width position: absolute;*/
    z-index: 6000; 
    margin-top: -2em; /*set to a negative number 1/2 of your height*/
    margin-left: -4em; /*set to a negative number 1/2 of your width*/

    }

.loadingGif
{
     Width: 75px; 
     Height: 75px;
     border-radius: 6px 6px 6px 6px;
    }



.modalBackground
{
    background-color: #666666;
    filter: alpha(opacity=50);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
    
.modalPopup
    {
        background-color: #fff;
        border-width: 0px;
        border-style: solid;
        border-color: #000;
        padding: 0px;
        width: 300px;
        text-align: center;
        border-radius: 6px 6px 6px 6px;
        
}

.modalPopupHeader
{
    background-color: #0066CC; /*00CC00;*/
    color: #FFF;
    font-weight:bold;
    padding: 3px;
    font-size: 1.4em;
    border-radius: 6px 6px 0px 0px;
    text-shadow:1px 1px #3399FF;
    background-image: url(/images/sunlight.png);
    font-size:1.0em;
    }

.modalPopupInnerDiv
{
        padding:5px;
        font-size: 0.9em;
    }

.modalPopupInnerDiv b
{
    color: Red;    
    }



.stuName
{
    font-size: 2.3em;
    font-weight:bold;
    font-style: normal; 
    font-family: 'Adobe Fan Heiti Std B, Palatino Linotype';
    line-height: normal; 
    vertical-align: middle;
    }


.stuID
{
        font-size: 2.0em;
        font-weight:bold;
    }


.stuPhoto
{
    height: 135px;
    width: 135px;
    border-radius: 6px 6px 6px 6px;
    object-fit: cover;
    }

.navbar-nav > .user-menu .user-image {
    object-fit: cover;
}

.user-panel > .image > img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.searchImage {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.subBar
{
    background-color: Gray;
    
    }


.tabCon
{
    margin-left: 0px;
    Height:500px;
    Width: 560px;
    border: 1px;
    }

.appQueryHead
{
    border: 1px solid #306EFF;
    border-radius: 6px 6px 6px 6px;
    width: 250px;    
    }

.appQuery
{
    text-align: center;
    font-size:large;
    font-weight: bold;
    background-color: #306EFF;
    border: 0px;
    margin-top: 0px;
    background-image: url(/images/sunlight.png);
    }

.instLogo
{
    margin: 3px auto;
    height: 120px;
    width: 120px;
    }


.stuSearch
{
    margin-left: 4px;
    padding:5px;
    border-radius: 6px 6px 6px 6px;
    background-color: #357EC7;
    }
    
    
.quickSearch
{
    border: 1px solid #FBB117;
    background-color: #F3F3F3;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 0px 4px #94B871;
    }

.quickSearchHeader
{
    border: 1px solid #C0C0C0;
    cursor: pointer; 
    text-align: center;
    font-size: medium; 
    font-weight: bold; 
    background-color: #FBB117;
    border-radius: 6px 6px 0px 0px;
    background-image: url(/images/sunlight.png);
    box-shadow: 0px 0px 4px #94B871;

    }


.accordStu
{
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid blue;
    border-radius: 6px 6px 6px 6px;
    }
    
.accorHead
{
    background-color: #39F;
    font-size: 1.5em;
    color: #FFCC66;
    border-radius: 0px 0px 6px 6px;
    cursor: pointer; 
    border-bottom-color: white;
    border-bottom-width: 2px;
    margin-bottom: 2px;
    padding:5px;
    }


.accorHeadSel
{
    background-color: #FFCC66;
    font-size: 1.5em;
    color: #39F;
    border-radius: 0px 0px 6px 6px;
    }

.applicationSubHead
{
    background-color: #0066CC;
    color: #FFF;
    font-size: 0.9em;
    font-weight:bold;
    padding: 2px;
    padding-left: 5px; 
    border-radius: 6px 6px 0px 0px;
    }


.applicationSubHeadSub
{
    background-color: #C9C299;
    color: #000;
    font-size: 1.0em;
    padding: 2px;
    padding-left: 5px;  
    border-radius: 6px 6px 1px 1px;  
    }



.ratingStar
{
      white-space:nowrap;
      margin:1em;
      height:24px;
}

.ratingStar .ratingItem {
    font-size: 0pt;
    width: 30px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(/images/star_full.png);
}
.ratingStar .Empty {
    background-image: url(/images/star_empty.png);
}
.ratingStar .Saved {
    background-image: url(/images/star_highlight.png);
}


.docGenButts
{
    border: 1px solid gray;
    border-radius: 6px 6px 6px 6px; 
    padding: 5px;
    }

.pageNotes
{
    border: 1px solid gray;
    border-radius: 6px 6px 6px 6px; 
    background-color: #EEE;
    padding: 5px;
    font-size:0.9em;
    }


.CollectionSearch
{
    border-radius: 6px 6px 6px 6px;
    background-color: #82CAFF;
    padding: 3px;
    }


.alterDiv
{
    padding: 3px;
    border-radius: 6px 6px 6px 6px;
    font-weight: bold;
    color: Red;
    }

.noDataDiv
{
    padding: 5px;       
    }

.noDataHead
{
    color: #1f5e9d;    
    font-weight: bold;   
    }


.noDataDesc
{
    color: #1f5e9d;          
    }


/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin: 0px!important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
    }



/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
   }

.alertHead
{
    background-color: #0066CC;
    color: #FFF;
    font-size: 0.9em;
    padding: 2px;  
    font-weight: bold;
    display:block;
    border-radius: 6px 6px 0px 0px;
    background-image: url(/images/sunlight.png);
    }

.alertDiv
{
    float: left;
    width: 290px;
    border: 1px solid #0066CC;
    padding: 2px;
    margin-left: 3px;
    border-radius: 6px 6px 6px 6px;
    min-height: 100px;
    margin-top:2px;
    }

.miscHead
{
    background-color: #0066CC; /*00CC00;*/
    color: #FFF;
    font-weight:bold;
    padding: 3px;
    font-size: 0.9em;
    margin-top: 3px;
    border-radius: 6px 6px 0px 0px;
    text-shadow:1px 1px #3399FF;
    background-image: url(/images/sunlight.png);
    }


.calEvent
{
    background-color: #FAF8CC;
    display:block;
    }


.calEvent:hover
{
    background-color: #FFE87C;
    cursor: pointer;
    }

.taskManContainer
{
    padding: 5px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #0066CC;
    margin: 5px;
    }


.newsItem
{
    font-size: 0.7em;
    margin-left: 0px;
    margin-right: 0px;
    font-weight:bold;
    border-bottom: 1px dotted blue;
    border-left: 1px dotted blue;
    border-radius: 6px 6px 6px 6px;
    padding: 2px;    
    }


.newsDiv
{
    margin: auto auto;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #0066CC;
    }

.newsDivHead
{
    margin: 0px;
    }


.newsTitle
{
   font-size: 1.6em; 
   font-weight: bold;
}

a.help
{
    z-index:9000;
    }

a.help span 
{
    z-index:9000;
    display: none;
    font-size: 12px;
    width:260px;
    text-align:left;
    color:#000;
    padding:4px;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );
}

a.help:hover {
position: relative;
}

a.help:hover span {
display: block;
position: absolute;
padding:4px 10px;
border: 1px solid black;
background-color: #eeeeee;
}



.sysHelp {
    z-index:9990;
    position:absolute;
    top:15px;
    right:10px;

}


.bsHeadingDiv
{
    width:150px;
background-color:yellow;
/* Rotate div */
transform:rotate(300deg);
-ms-transform:rotate(300deg); /* Internet Explorer */
-moz-transform:rotate(300deg); /* Firefox */
-webkit-transform:rotate(300deg); /* Safari and Chrome */
-o-transform:rotate(300deg); /* Opera */
    }


.divNoticeContainer
{
    position:fixed;
    top: 3%;  
    left: 50%;    
    height:3em;
    margin-top: -2em; /*set to a negative number 1/2 of your height top: 3%;*/
    margin-left: -4em; /*set to a negative number 1/2 of your width position: absolute;*/
    border: 0px solid #ccc;
    z-index: 6000; 
    background-color: #ffffcc;
    margin-top: -2em; /*set to a negative number 1/2 of your height*/
    margin-left: -4em; /*set to a negative number 1/2 of your width*/
    border-radius: 0px 0px 60px 60px;
    }

#divNotice
{
    width: 270px;
    height:25px;
    text-align: center;    
    font-size: 16px;
    margin: auto auto;
    z-index: 10000;    
    top: 2%;  
    color: Blue;
    }


.timeOutNotice
{
    margin: auto auto;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    color: Black;
    background-color: #CCFFFF;
    padding:5px;
    font-size:0.7em;
    }


.TextIndicator_TextBox1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px;
}


.chartStyle
{
    border: 0px solid white;
    
    }


.spacer
{
    height:15px;
    width: 100%;  
    }


/*--------------Repeater hr---------------*/
hr.rep
{
    margin-top: 0px;
    margin-bottom:0px;
    }

.helpOverviews
{
    font-size:0.9em;
    
    }

#backTotop { display: none; position: fixed; bottom: 0; right: 10px; }

table
{
    border-collapse: separate; /* 'cellspacing' equivalent */
}

table td, table th
{
    padding: 2px; /* 'cellpadding' equivalent */
    padding-right: 4px;
}

/*The td style is located in the layout.css file*/

    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 400px;
        border: 3px solid #0DA9D0;
    }
    .modalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 25px;
        text-align: center;
    }
        .modalPopup .footer {
            padding: 3px;
            margin-top: 0px !important;
        }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .modalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }


    .alignCenter
    {
        text-align: center;
    }


table.GradeBook {
    width: 100%;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 0px;
    border-color: #999999;
    border-collapse: collapse;
}


table.GradeBook th {
	padding: 2px;
	background: #d5e3e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2NjZGVlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2M4Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d5e3e4 0%, #ccdee0 40%, #b3c8cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e3e4), color-stop(40%,#ccdee0), color-stop(100%,#b3c8cc));
	background: -webkit-linear-gradient(top,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	background: -o-linear-gradient(top,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	background: -ms-linear-gradient(top,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	background: linear-gradient(to bottom,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	border: 1px solid #999999;
}


table.GradeBook td {
	padding: 5px;
    border: 0px solid #999999;
	border-bottom: 1px solid #999999;
}

.GradeDetail {
    text-align: center;
    width: 90px;
}

.GradeDetailTotalHead {
    text-align: right;
    font-weight: bold;
}

.GradeDetailTotal {
    text-align: center;
    font-weight: bold;
}

.GradeSemester {
    text-indent:50px;
    font-weight: bold;
    font-style: italic;
    color: #3399ff;
}

.GradeGPA {
    font-weight: bold;
    text-align:right;
}


.GradeBookComment
{
    max-width: 100px;
}

.failedCourse
{
    color: red;
    font-style:italic;
}


.failedCoursePassed
{
    color: #808000;
}

.modalPopupRegistration
{
    max-height: 90%;
    width: 750px;
    overflow-x:scroll;
    overflow-y: scroll;
    background-color: white;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
}


.modalPopupRegistration ul, li{
    text-align: left;
}


.showme{ 
display: none;
}

.showhim:hover .showme{
display : block;
position:relative;
text-align:center;
background-color:aliceblue;
}

.showhim {
z-index: 9990;
position: absolute;
top: 10px;
right: 50px;
}


.StaffStudentPhotoUserPad
{
    width: 70px;
    height: 70px;
    border-radius: 6px 6px 6px 6px;
    object-fit: cover;
}


.none {
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}


.circle50{
    width:50px;
    height:50px;
    border-radius: 50px;
    background-color: blue;
    color: white;
}


.gridCustonMinWidth{
    min-width: 400px;
}



.alertify {
    z-index: 999999 !important;
}


.redAlert{
    color: red;
    font-weight:bold;
}

.wrapText{
    overflow-wrap: break-word;
}