﻿@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}

#container
{
	margin:0 auto;
}


a {
    border-bottom: 1px dotted #638699;
    color:#274f73;
    text-decoration: none;
}

a:hover {
    color:#274f73;
    border-bottom: 1px solid #638699;
}
a.no-border {
    border:none;
}
    a.no-border:hover {
        border: none;
    }


/* End Main Site Layout */

/* Section Color Scheme */
.studmgmt {
    background: #8c2b19 !important;
    color: #FFFFFF !important;
}

.classmgmt {
    background: #2f628a !important;
    color: #FFFFFF !important;
}

.progmgmt {
    background: #c07e30 !important;
    color: #FFFFFF !important;
}

.usermgmt {
    background: #4b180d !important;
    color: #FFFFFF !important;
}

.commmgmt {
    background: #892E65 !important;
    color: #FFFFFF !important;
}

.reportmgmt {
    background: #008b6c !important;
    color: #FFFFFF !important;
}

.supportmgmt {
    background: #FFD700 !important;
    color: #FFFFFF !important;
}

.wagemgmt {
    background: #7AD8D2 !important;
    color: #FFFFFF !important;
}
/* End Section Color Scheme */



/* Password Strength Meter */
#password_description {
    font-size: 12px;
    position: relative;
    right: -150px;
    top: -8px;
}

#password_strength
{
	height:10px;
	display:block;
}

#password_strength_border
{
	width: 144px;
	height: 10px;
	border: 1px solid black;
	position: relative;
    top: 7px;
}
#password_strength.strength0
{
	width:144px;
	background:#cccccc;
}

#password_strength.strength1
{
	width:40px;
	background:#ff0000;
}

#password_strength.strength2
{
	width:60px;	
	background:#ff5f5f;
}

#password_strength.strength3
{
	width:80px;
	background:#56e500;
}

#password_strength.strength4
{
	background:#4dcd00;
	width:100px;
}

#password_strength.strength5
{
	background:#399800;
	width:144px;
}

/* End Password Strength Meter */


.PageBreak 
{
    page-break-before: always;
}

/*** TOOLTIP DEFAULT STYLES ***/

div.tooltip 
{
        position: absolute;
        left: -300px;
        width: 200px;
        z-index: 100;
        border: 1px solid #000;
        margin: 0;
        padding: 0;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

div.tooltip div.tooltip_title 
{
        z-index: 100;
        background-color: #FDCC7B;
        border-bottom: 1px dashed #000;
        margin: 0;
        padding: 2px;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
}

div.tooltip div.tooltip_content
{
        z-index: 100;
        background-color: #fff;
        margin: 0;
        padding: 2px;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
}

/* End Tooltip Defaults */

/** jquery Styles **/

.ui-autocomplete {
    background-color: #FFFFFF;
    cursor: default;
    position: absolute;
}
* html .ui-autocomplete {
    background-color: #FFFFFF;
    width: 1px;
}
.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
    border: solid 1px black;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.innerbox {
	background:#f8f5f3;
	padding:15px 5px 15px 10px;
}

.details {
	width:723px;
	margin:0 auto 8px;
}

.details td {
    font-size: 12px;
    vertical-align: top;
    padding: 5px;
}

.details .itemlabel {
	width:171px;
	text-align:right;
	margin:0 8px 0 0 !important;
    font-weight: bold;
}

.formtext {
	border:1px solid #b8b7b6;
	height:15px;
	line-height:15px;
	margin:0 3px 0 0;
	padding:2px 5px;
}
.formtext:focus{
	outline:none;
}

select.formtext 
{
    height: 20px;
    width: 200px;
}

.innerbox .search-form {
	width:100%;
	overflow:hidden;
	margin:0 0 7px 0;
}
.innerbox label {
	color:#000;
	line-height:26px;
	font-weight:bold;
	margin:0 10px 0 0;
	float:left;
	word-spacing:2px;
}

.StudentHeadingPaging 
{
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: #C0C0C0;
}

/* End Student Lookup Panel */

table.BoxInner
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    width: 735px;
    border-bottom: silver 1px solid;
    border-collapse: collapse;
    background-color: white;
}

div.BoxInnerX {
    left: 11px;
    position: relative;
 }

tr.ColHead
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: bold;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: #eeece3;
}
tr.ColHeadRotated th
{
	background-color: #eeece3;
}

div.SummaryMinimize {
	font-size: smaller;
	text-align: right;
	background-color: #f8f5f3; 
	border: 1px solid #333333; 
	top: 9px; 
	right: -2px;
    position: relative;
}

.filterbox,
#filterBox,
#exportoptions 
{
    background: none repeat scroll 0 0 #EEECE3;
    border: 1px solid #000000;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 2px;
}

#exportoptions {
    text-align: center;
    margin-top: 5px;
    margin: auto;
}

.enrollSteps 
{
    height: 41px;
    padding: 0;
    position: relative;
    background-color: #8C2B19;
}

.enrollSteps li
{
    display:inline;
    float:left;
    margin-right: 2px;
}

.enrollSteps li a {
    font-family: Arial;
    font-size: 9px;
    text-decoration: none;
    float: left;
    padding: 8px;
    text-align: center;
}

.enrollSteps li a span {
    vertical-align: middle;
}

.enrollSteps li a.pending {
background-color: #008B6C;
color: #fff;
}

.enrollSteps li a.pending:hover 
{
    background-color: #6bba70;
}

.enrollSteps li a.completed 
{
    background-color: #8C2B19;
    color: #fff;
}
.enrollSteps li a.completed:hover 
{
    background-color: #a90329;
}

/**** Teacher Contracts styles ****/

.tcConsTitle 
{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}
.tcDivFont {
	font-size: 12px;
}
.tcWorkingDiv {
	font-size: 18px;
	line-height: 22px;
}
.tcClassDiv {
	border: 1px solid gainsboro;
	padding: 10px;
}

/**** End Contract styles ****/

img[src*="OpType=ReportImage&ResourceStreamID=Blank.gif"]
{
    display: none;
} 


/* Support Styles */

div.supportDiv 
{
	position: relative;
	top: 61px;
	float: right;
	text-align: center;
	background: #7c7c7c; 
	color: #f5f5f5; 
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #3c3c3c;
	width: 80px;
    cursor: pointer;
    display: inline-block;
}
a.supportButton {
	color: #f5f5f5;
}
div.supportPopup 
{
	top: 149px;
	left: 717px;
	text-align: center;
	z-index: 3;
	background: #7c7c7c; 
	color: #f5f5f5; 
	font-weight: bold; 
	font-size: 18px; 
	width: 285px; 
	height: 361px; 
	border: 5px solid #3c3c3c; 
	position: absolute;
}

.Highlight {
    outline: 2px solid #FF0000;
}

/* End Support Styles */

/* Student styles */

#ApprovedText:hover {
	color: silver;
}
#PendingText:hover {
	color: silver;
}
#WaitlistedText:hover {
	color: silver;
}
#ApprovedText {
	cursor: pointer;
}
#PendingText {
	cursor: pointer;
}
#WaitlistedText {
	cursor: pointer;
}
/***** Dashboard Styles *****/
/***** Moved to dashboard.css *****/
/***** End Dashboard Styles *****/

/***** Begin Admin Nav Styles *****/

    ul.adminNav {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        width: 300px;
        padding-bottom: 5px;
    }
    ul.adminNav li {
        float: left;
    }
    ul.adminNav li a:link, ul.adminNav li a:visited {
        display: block;
        width: 120px;
        font-weight: bold;
        color: #FFFFFF;
        /*background-color: #98bf21;*/
        background-color: #D6C27F;
        text-align: center;
        padding: 4px;
        text-decoration: none;
        text-transform: uppercase;
    }
    ul.adminNav li a:hover, ul.adminNav li a:active {
        background-color: #B4A05D;
    }

/***** End Admin Nav Styles *****/

#ajaxLoader {
    background-image: url('../images/ajax-loader.gif');
    display: none;
    width: 16px;
    height: 16px;
}

.smallText {
    font-size: 10px;
}
/* REPORT STYLES */
#lstClasses,#ctl00_ContentPlaceHolder1_lstClasses {
    max-width:600px;
}


/* WIOA 1.0 Styles*/

.panel-heading {
    font-size: 130%;
}

.jqCalendar {
    display: inline-block !important; 
    vertical-align: top !important;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


.customer_service a {
    border: none;
}


.date {
	display:block;
	color:#666;
	margin:0 0 12px 0;
}


.showhide {
	float:right;
	color:#fff;
	margin:1px 0 0 0;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
    border: none;
}

.showhide:hover {
    color:#fff;
}


.form-ssn-part1 { font-weight: normal; font-size: 15px; text-align: center; width: 55px; display: inline; }
.form-ssn-part2 { font-weight: normal; font-size: 15px; text-align: center; width: 45px; display: inline; }
.form-ssn-part3 { font-weight: normal; font-size: 15px; text-align: center; width: 65px; display: inline; }
.color-gray { color: #7a7a7a; }
.padding-left-and-right-five-px { padding-left: 5px; padding-right: 5px; }

.infominimize {
	position: relative; 
	top:-20px;
	right: 10px;
}
.infominimize a {
	float: right; 
	color: #FFFFFF; 
	font-weight: bold
}

.dashWidgetLoading,
.chartLoading {
    padding:12px;
    height: 55px;
    text-align: center;
}

.form-group.required .control-label:before {
  content:"* ";
  color:red;
}    

.form-group.required .control-label {
  color:red;
}

.ui-dialog-titlebar-close { display: none;}

.form-checkbox label {    
    float: left;
    line-height: 20px;
    margin-right: 4px;
    }
    
.form-group .jqCalendar { margin-left: 0; } 


#notificationAlerts .msg-body {
    overflow:auto;
    margin-left: 0;
}

.demomode {
    color: red;
    font-size: 40px;
    font-weight: bolder;
    z-index: 5;
    position: relative;
    left: 300px;
    width: 400px;
}


/* Checkmark Animation: http://codepen.io/drewbkoch/pen/ogyXEK */
.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #2EB150;
    position: absolute;
}
.checkmark-circle .checkmark {
    border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid white;
    border-top: 15px solid white;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}
@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

.center-box {
    width: 100%;
    margin: auto;
    text-align: center;
}

.center-box .success {
    font-size: 1.5em;
    color: #2EB150;
    margin-top: 1em;
}

#summaryPanel table {
    margin-bottom: 0;
}

.table-header a {
    color: #FFFFFF;
}

/* GRID PAGINATION */
.pagination-dg {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border:0px;
}

.pagination-dg a,
.pagination-dg span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-dg span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-dg td:first-child > a,
.pagination-dg td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-dg td:last-child > a,
.pagination-dg td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-dg td > a:hover,
.pagination-dg td > span:hover,
.pagination-dg td > a:focus,
.pagination-dg td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.ui-dialog .ui-dialog-title, .ui-dialog .ui-jqdialog-title, .ui-jqdialog .ui-dialog-title, .ui-jqdialog .ui-jqdialog-title {
    margin-left: 5px;
}

.footer {
    /*position:absolute;
    bottom:0px;*/
    width:100%;
    padding-top:0px;
    height:190px;
}
.footer .footer-inner {
    position:relative;
}
.main-container {
    height:100%;
    min-height:100%;
}
.panel {
    background-color:transparent;
}
.innerbox {
    background-color:transparent;
}

.alert-danger {
    background-color: #d9534f;
    color: #ffffff;
}

input[type="checkbox"], input[type="radio"] { margin: 4px 5px 0; }

.loading-div-background{
    display: none;
    top: 0;
    left: 0;
    background: #ccc;
    width: 100%;
    height: 100%;
    -ms-opacity: 0.90;
    opacity: 0.90;
    filter: alpha(opacity=90);
    z-index: 100000;
    position: absolute;
    color: #0000ff;
}
.loading-background-img {
    height: 32px;
    margin-top: 5px;
    left: 50%;
    position: absolute;
}
.loading-background-text {
    position: relative;
    left: 50%;
}
#loggedout {
    font-size:14px;
    font-weight:bolder;
}

.nav-list > li .submenu > li.active > a > .menu-icon, .nav-list > li .submenu > li:hover > a > .menu-icon {
    display: none !important;
}

.column-filter-widgets{
    margin-bottom: .5rem;
}

.column-filter-widgets:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.column-filter-widget {
    float: left;
    padding: 5px;
}

    .column-filter-widget select {
        display: block;
    }

.column-filter-widgets a.filter-term {
    display: block;
    text-decoration: none;
    padding-left: 10px;
    font-size: 90%;
}

    .column-filter-widgets a.filter-term:hover {
        text-decoration: line-through !important;
    }

.column-filter-widget-selected-terms {
    clear: left;
}


td.highlight {
    background-color: #a2c1f5 !important;
}

.ui-menu-item a.ui-state-focus,
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: bold !important;
    color: #ffffff !important;
}


.field-validation-error {
    color: red !important;
}

.input-validation-error {
    border: 1px solid red !important;
}

#login_warning {
    width:100%;
    text-align:center;
    margin-top:16px;
    font-weight:600;
}

/* Message Modal */
.message-panel {
    padding-bottom:0px;
}
.message_wrapper input {
    width: 100%;
}
.message_wrapper div {
    padding-top:12px;
    padding-right:17px;
}
.message_body {
    resize: none;
}
.message-counter {
    width:100%;
    text-align:right;
    font-size:.8em;
}
.divoverlay {
    position: absolute;
    width: 96%;
    height: 96%;
    background-color: transparent;
    z-index: 1;
    top: 0;
    cursor:wait;
}

/* UNLOCK MODAL */
.confirm_unlock {
    display: inline-block;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #4eb5f1;
    text-align: center;
    /*transition: all 0.2s;*/
    padding: 0.3em 1.2em;
}
#unlock_dialog.ui-dialog-titlebar-close {
    visibility: hidden;
}
#unlock_wrapper {
    width: 100%;
    text-align: center;
}


