﻿/*
    Colors
    
     #d2e2ff - light blue
     #7287b9 - medium blue
     #5e75ac - darker blue
     #556b9f - darker outline blue
     #B3C98B - green
     #a3b67f - darker outline green
     #DD0000 - red
     #FFEE00 - yellow
     #FFEEAA - pale yellow

     #DDDDDD - grey
     #cecece - dark outline grey

    */
/**/
/* top right bottom left */


/* Below are used in the new responsive layout */

.h1, h1 {
    font-size: 1.5em !important;
}
.h2, h2 {
    font-size: 1.25em !important;
}

a, a:visited, a:active {
    color: #24599b !important;
}
    a:hover {
        color: #2f78d2 !important;
    }

html
{
  position: relative;
  min-height: 100%;
  overflow-x: hidden; /* hides horizontal scroll */
}

body
{
    background-color: #f8f8f8;
    margin-bottom: 40px;
    overflow-x: hidden; /* hides horizontal scroll */
}

.skip-link-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
    text-indent: 100%;
    white-space: nowrap;
}

    .skip-link-hidden:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        padding: 5px 10px;
        background-color: #eee;
        border: 1px solid #ddd;
        clip: auto;
        text-indent: 0;
        white-space: normal;
    }

/*
.form-horizontal .control-label.text-left{
    text-align: left;
}
    */

.form-group
{
	margin-top: 2px;
	margin-bottom: 2px;
}

label {
    margin-right: -20px;
    margin-top: 2px;
	margin-bottom: 2px;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.ioHeader {
    border-top: 1px solid #999999;
    background-color: #ffffff; /* f8f8f8 */
    /*border-bottom: 1px solid #e7e7e7; */
    -moz-box-shadow:    0px 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow:         0px 0px 4px rgba(0,0,0,0.2);
}

.ioFooter
{
    background-color: #ffffff; /* f8f8f8 */
    border-top: 1px solid #e7e7e7;
    padding: 4px 4px 4px 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
}

.ioNoPadding
{
    padding: 0px !important;
}

/* Overrides container padding so they can be nested 
.container-fluid .container {
    padding-left:0;
    padding-right:0;
}
    */

/* Bootstrap overrides 
.form-inline .form-control {
    width:auto;
}
.form-inline .form-group {
    display: inline-block;
}
    */

.ioFormControl
{
    margin-bottom: 10px;
}

.ioInlineSpace
{
    margin-right: 20px !important;.
}

.ioImage {
    margin: 0 0 10px 0;
    width: 100%;
}

.ioSpacerSmall { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.ioSpacer { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }


.ioLoading {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  cursor: default;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 50;
  width: 80%;
  max-width: 400px;

  padding: 25px 25px 20px;
  -webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
     -moz-box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
          box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    vertical-align: middle;
}

.ioOverlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0);
}

.ioAppHeader
{
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
    display: block;

    background-color: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    margin-left: 4px;
    margin-right: 4px;
    padding: 6px;
}

.ioAppHeaderActive
{
    background-color: #DADADA;
    /* border: 2px solid #d5e5f6;  #5993db; */
}

.ioAppHeaderComplete
{
    background-color: #DADADA; /* #d5e5f6; */
    /*border: 1px solid #a3b67f;*/
}

.ioAppLine
{
    /*margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;*/
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 4px;
    padding-bottom: 2px;
    /*background-color: #f8f8f8;*/
}

.ioAppContent
{
    width: 100%;
    font-size: 12px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #333333;
}

.ioAppBody
{
}

.ioLeftSideBar
{
    background-color: #5d7fcf;
}
.ioRightSideBar
{
    background-color: #5d7fcf;
}

.ioScrollViewer
{
    background-color: #F0F0F0;
    border: solid 1px #DDDDDD;
    padding: 10px;
    width: auto;
    height: 300px;
    z-index: 999998;
}

.ioTaskBar{
    background-color: #eeeeee;
    padding: 0px 8px 0px 8px;
}

.ioTaskLink {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    white-space: normal;
    /*    max-width:120px; */
    text-align: left;
    padding: 4px 8px 4px 8px;
    color: #000000 !important;
}
    .ioTaskLink:link, .ioTaskLink:visited, .ioTaskLink:active
    {
        text-decoration: none;
    }

    .ioTaskLink:hover {
        color: #333333 !important;
        background-color: #e8e8e8;
        text-decoration: none;
    }


.verticalDivider {
     border-left:1px solid #CCCCCC; 
     border-right:1px solid #FAFAFA; 
     height:auto;
}


.PrintOnly {
    display: none;
}
@media print {
   .ScreenOnly {
       display: none;
    }
    .PrintOnly {
       display: block;
    }
}

/* Remove X in IE from textboxes */
input[type=text]::-ms-clear {
    display: none;
}


/* Testing */
.ioColBorderLeft{
    border-left: solid 1px #DDDDDD;
}

.ioColBorderRight{
    border-right: solid 1px #DDDDDD;
}

.ioTextBar {
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    background-color: #286eb3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 4px 0px 4px 0px;
    padding: 4px;
}

.ioError {
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    background-color: #d24247;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* background: url('Images/error_small.gif') no-repeat; */

    margin: 4px 0px 4px 0px;
    padding: 4px;
    /*
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    */
}

.has-error label {
    color: #d24247;
}

.has-error {
    border-color: #d24247 !important;
}

.ioHelpGlyph{
    color: #5d7fcf;
}

.ioStudentGlyph{
    color: #5cb85c; 
}

.ioMemberGlyph {
    color: #286eb3;
}

.ioLeftAlignLabel{
    display: block;
    text-align: left !important;
    padding-top: 7px !important;
}

/* End of responsive layout */





/* Bootstrap overrides */
.navbar{
  min-height: 10px;
}






/* Spinner from css-spinners.com */
@-moz-keyframes circles-loader {
  0% {
    -moz-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes circles-loader {
  0% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes circles-loader {
  0% {
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.circles-loader:not(:required) {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(255, 204, 51, 0.9);
  border-radius: 100%;
  -moz-animation: circles-loader 3s infinite ease-in-out;
  -webkit-animation: circles-loader 3s infinite ease-in-out;
  animation: circles-loader 3s infinite ease-in-out;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.circles-loader:not(:required)::before {
  background: rgba(255, 102, 0, 0.6);
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18.75px;
  left: -10.82532px;
}
.circles-loader:not(:required)::after {
  background: rgba(255, 51, 0, 0.4);
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18.75px;
  left: 10.82532px;
}


/* End Spinner */













/* Below to the end are to be phased out */

.ioMainOuter
{
    /*
    margin: 0px;
    padding: 0px;
    */
    margin: 5px;
    padding: 0px;
}

.ioMain
{
    max-width: 2000px;
    margin: 5px auto;
    background-color: #556b9f;
}

.ioMainContent
{
    margin: .2em;

    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
    background-color: #FFFFFF;

    border-top: .5em solid #FFFFFF;
    border-bottom: .5em solid #FFFFFF;
    border-right: .5em solid #FFFFFF;
    border-left: .5em solid #FFFFFF;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

.ioHeaderRow
{
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
}

.ioContentRow
{
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
}

.ioHeaderText
{
    font-size: 18px;
    font-size: 1.5em;
    font-weight: bold;
    color: #666666;
}

.ioSubHeaderText
{
    font-size: 14px;
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
}

.ioPageHeaderText
{
    font-size: 18px;
    font-size: 1.5em;
    font-weight: bold;
    color: #222222;
}

.ioPageSubHeaderText
{
    font-size: 14px;
    font-size: 1.2rem;
    color: #222222;
}

.ioPageSubHeaderTextWhite
{
    font-size: 14px;
    font-size: 1.2em;
    color: #FFFFFF;
}

.ioPageMain
{
    font-size: 12px;
    font-size: 1.0rem;
    color: #222222;
}

.ioPageMainBold
{
    font-size: 12px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #222222;
}

.ioPageTextLarge
{
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666666;
}



.ioSubBar
{
    text-align: right;
    height: 8px;
    background-color: #B3C98B;
}

.ioWarningBar
{
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px;
    background-color: #FFEEAA;
}

.ioPanel
{
    padding: 12px 12px 12px 12px;
    border-top: 0px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    background-color: #FFFFFF;
    text-align: left;
}

.ioSubPanel
{
    background-color: #FAFAFA;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    margin: 4px 0px 0px 0px;
    padding: 8px 4px 20px 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ioSubHeadBlock
{
    background-color: #5e75ac;
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
    text-align: left;
    border: 2px solid #556b9f; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ioScrollPanel
{
    overflow: auto;
    padding: 12px 12px 12px 12px;
    border-top: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
}

.ioAppSection
{
    padding: 12px 12px 12px 12px;
}

.ioTaskImage
{
    height: 20px;        
    vertical-align:middle
}

.ioLineSpacing
{
    margin-top: 10px;
}

.ioButton
{
    color: #5d7fcf;
    display: inline-block;
    text-decoration: none;
    background-color: #FAFAFA;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    border: 2px solid #999999;
    padding: 8px 44px 8px 44px;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 14px 0px 0px;
}

    .ioButton:link, .ioButton:visited, .ioButton:active
    {
        color: #5d7fcf;
        text-decoration: none;
    }

    .ioButton:hover
    {
        background-color: #ededed;
    }

.ioDisabled
{
    color: #DDDDDD !important;
    background-color: #F2F2F2 !important;
    border: 2px solid #DDDDDD !important;
    cursor: default;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #DDDDDD;
}

.ioButtonTwo
{
    color: #5d7fcf;
    display: inline-block                           !important;
    text-decoration: none                           !important;
    background-color: #FAFAFA;
    background-image: none                          !important;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-border-radius: 4px                      !important;
    -moz-border-radius: 4px                         !important;
    border-radius: 4px                              !important;
    border: 2px solid #999999;
    padding: 4px 24px 4px 24px                      !important;
    margin: 0px 14px 0px 0px                        !important;
}

    .ioButtonTwo:link, .ioButtonTwo:visited, .ioButtonTwo:active
    {
        color: #5d7fcf;
        text-decoration: none; 
    }

    .ioButtonTwo:hover
    {
        background-color: #ededed;
    }

.ioButtonSmall
{
    color: #5d7fcf;
    display: inline-block;
    text-decoration: none;
    background-color: #FAFAFA;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0px 0px 0px 10px;
    border-left-width: 2px;
    border-right-width: 0px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-color: #B3C98B;
    border-style: solid;
    padding: 4px 44px 4px 44px;
}

    .ioButtonSmall:link, .ioButtonSmall:visited, .ioButtonSmall:active
    {
        color: #5d7fcf;
        text-decoration: none;
    }

    .ioButtonSmall:hover
    {
        background-color: #ededed;
    }

.ioPopLarge {
  background-color: #FFFFFF;
  border: 2px solid #999999;
  cursor: default;
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px; 
  position: absolute; 
  text-align: left;
  z-index: 500;
  padding: 10px 10px 10px;
  -moz-box-shadow:    4px 4px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
  box-shadow:         4px 4px 15px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ioPopSmall {
  background-color: #FFFFFF;
  border: 4px solid #999999;
  cursor: default;
  display: none;
  margin-left: 250px;
  margin-top: 200px;
  position: absolute;
  text-align: center;
  z-index: 50;
  width: 300px;
  height: 100px;
  padding: 45px 45px 45px;
  -moz-box-shadow:    4px 4px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
  box-shadow:         4px 4px 15px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.noTitleDialog
{
  background-color: #FFFFFF;
  border: 4px solid #999999;
  cursor: default;
  display: none;


  text-align: left;
  z-index: 50;

  padding: 20px 20px 20px;
  -moz-box-shadow:    4px 4px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
  box-shadow:         4px 4px 15px rgba(0,0,0,0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-dialog-titlebar {
    background: #EEEEEE !important;
    margin-bottom: 10px !important;
}

.noTitleDialog .ui-dialog-titlebar
{
    display:none;
}

.ui-button {
    background: #EEEEEE !important;
    border: 2px solid #999999 !important;
    font: bold 12px Tahoma, Arial, Helvetica !important;
    color: #5d7fcf !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none;
} 

.ioCellLeft
{
    text-align: right;
}

.ioCellRight
{
    white-space: nowrap;
    padding-left: 5px;
    text-align: left;
}

.ioCell
{
    text-align: left;

}

.ioCellHeader
{
    text-align: left;
    vertical-align: top;
}

.ioCellApp
{
    text-align: left;
    vertical-align: top;
}

.ioAppIncome
{
    margin-right: 10px;
    width: auto;
}

.ioFormPanel
{
   float: left;
   width: 50%; 
}

.ioFormPanelFull
{
   float: left;
   width: 100%; 
}

.ioAppPanel
{
    float: left;
    width: 49%;
    margin-left: 1%;
}

.captcha
{
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
}


/* Bootstrap Overrides */


.btn-primary, .btn-primary:visited, .btn-primary:active {
    background-color: #24599b !important;
}

    .btn-primary:hover {
        background-color: #2f78d2 !important;
    }

.btn-link, .btn-link:visited, .btn-link:active {
    color: #24599b !important;
}
    .btn-link:hover {
        color: #2f78d2 !important;
    }

.panel-primary {
    border-color: #24599b !important;

}
    .panel-primary > .panel-heading {
        background-color: #24599b !important;
        border-color: #24599b !important;
    }

.btn.disabled {
    opacity: 1 !important;
}

input[type=checkbox] {
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 1rem !important;
    /* top: 0.5rem !important; */
}