/* =========================================================
Common styles
============================================================ */
@import url('fonts.css');
body {
	font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    font-size: 14px;
   
}

h5 {
   
    padding-left: 10px;
}
.NoScript {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}
.iep-form-signin {
    width: 600px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.iep-form-signin-separator {
    border-left: 1px dotted #e5e5e5;
}
.iep-header {
    margin-bottom: 0px;
}
.iep2-header img {
    width: 286px;
    height: 104px;
}
.iep2-menu {
	 display: block;
	  min-width:240px;
	  min-height:700px;
	  width: 240px;
	  height: 700px;  
      opacity: 0.3;     
      background: #0072bc;
  	  /*background-image: url("../img/IndigoSPB.jpg");  fallback */
      background-image: linear-gradient(to right, #FFFFFF,  #0072bc);
        

}


.iep2-buddy {
	 display: block;	           

}
.iep2-hidden {
	 visibility: hidden;
	 display: none;	  
	          

}


/* background: url(../img/IndigoSPB.jpg) repeat-x;*/
.iep-footer {
    margin-top: 0px;
}

.iep-footer .iep-footer-banner {
    width:auto;
    height: 25px;
    background-color: #0072bc;
}

.iep-read-only{
	background-color:transparent;
	border: 0;
	font-size: 1em;
}

.iep-navbar-inner {
    text-align: center;
    line-height: 40px;
    font-family: "Rokkitt",serif;
    font-size: 16px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(top, #0072bc, #0072bc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072bc), to(#0072bc));
    background-image: -webkit-linear-gradient(top, #0072bc, #0072bc);
    background-image: -o-linear-gradient(top, #0072bc, #0072bc);
    background-image: linear-gradient(to bottom, #0072bc, #0072bc);
    color: #FFFFFF;
}

.iep-navbar-inner-test {
    text-align: center;
    line-height: 40px;
    font-family: "Rokkitt",serif;
    font-size: 16px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(top, #FD91DF, #FD91DF) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FD91E5), to(#FD91DF)) !important;
    background-image: -webkit-linear-gradient(top, #FD91DF, #FD91DF) !important;
    background-image: -o-linear-gradient(top, #FD91DF, #FD91DF) !important;
    background-image: linear-gradient(to bottom, #FD91DF, #FD91DF) !important;
    color: #FFFFFF;
}

.iep-navbar-inner-form {
    text-align: center;
    line-height: 40px;
    font-family: "Rokkitt",serif;
    font-size: 16px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(top, #7030A0, #7030A0) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7030A0), to(#7030A0)) !important;
    background-image: -webkit-linear-gradient(top, #7030A0, #7030A0) !important;
    background-image: -o-linear-gradient(top, #7030A0, #7030A0) !important;
    background-image: linear-gradient(to bottom, #7030A0, #7030A0) !important;
    color: #FFFFFF;
}



.iep-breadcrumb-step {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #93a1a1;
    font-weight: bold;
}

.iep-breadcrumb-step.active {
    color: #333;
}

.iep-breadcrumb-step a {
    color: #93a1a1;
}

.iep-breadcrumb-step.active a {
    color: #333;
}

.iep-breadcrumb-step a:hover,
.iep-breadcrumb-step.active a:hover{
    text-decoration: none;
}

span.breadcrumb-disabled {
    color: #D9DEE2;
}

div.iep-group {
    background-color: #FFFFFF;
    padding: 10px;    
}
div.iep-group-insist {
	border-radius: 20px;
	background-color: #ECFFFF;
	padding: 10px 35px;
  	border: 1px solid #ddd;
}

div.iep-block {
    background-color: #FFFFFF;    
    width: auto;
    height:auto;
}
p.iep-block{
	margin-left: 30px;
}
ul.iep-nav-list {
    margin-right: 10px;
}

a.discreet {
    border-bottom: 1px dashed gray;
    color: #333;
    text-decoration: none;
}

a.discreet:hover {
    border-bottom: 1px dashed #DF2F17;
    color: #333;
    text-decoration: none;
}

div#documents-checks label.control-label{
    text-align: left !important;
}

form#iep_bundle_adminbundle_paymentmeanchoicetype .radio.inline,
form#iep_bundle_adminbundle_paymentmeanchoicetype .checkbox.inline {
    padding-top: 0px !important;
}

form#iep_bundle_adminbundle_paymentmeanchoicetype input[type="radio"],
form#iep_bundle_adminbundle_paymentmeanchoicetype input[type="checkbox"] {
    margin-top: 0px !important;
}

div.div-error,
td.div-error {
    color: #b94a48 !important;
}

div.div-error input,
td.div-error input,
div.div-error select,
td.div-error select {
    color: #b94a48 !important;
    border-color: #b94a48 !important;
}

label.radio input[type="radio"],
label.radio input[type="checkbox"] {
    margin-top: 0px !important;
}

li.ui-sortable-li {
    background-color: #0072bc;
    background-image: -moz-linear-gradient(top,#fff,#0072bc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#0072bc));
    background-image: -webkit-linear-gradient(top,#fff,#0072bc);
    background-image: -o-linear-gradient(top,#fff,#0072bc);
    background-image: linear-gradient(to bottom,#fff,#0072bc);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 36px;
    line-height: 36px;
}

li.ui-sortable-li i {
    margin-left: 10px;
    margin-right: 10px;
}

li.ui-sortable-li span {
    margin-left: 20px;
}

tr.admission-status-promoted > td,
tr.admission-status-promoted:nth-child(odd) > td{
    background-color: #669999 !important;
}

tr.admission-status-promoted > td > a {
    color: #333333;
}

tr.admission-status-promoted-but-resigning > td,
tr.admission-status-promoted-but-resigning:nth-child(odd) > td{
    background-color: #808080 !important;
}

tr.admission-status-promoted-but-resigning > td > a {
    color: #333333;
}

tr.admission-status-complementary > td,
tr.admission-status-complementary:nth-child(odd) > td{
    background-color: #D3D315 !important;
}

tr.admission-status-complementary > td > a {
    color: #333333;
}

tr.admission-status-complementary-have-place > td,
tr.admission-status-complementary-have-place:nth-child(odd) > td{
    background-color: #EE7681 !important;
}

tr.admission-status-complementary-have-place > td > a {
    color: #333333;
}

tr.admission-status-complementary-then-principal > td,
tr.admission-status-complementary-then-principal:nth-child(odd) > td{
    background-color: #99FF99 !important;
}

tr.admission-status-complementary-then-principal > td > a {
    color: #333333;
}

tr.admission-status-complementary-but-resigning > td,
tr.admission-status-complementary-but-resigning:nth-child(odd) > td{
    background-color: #68633A !important;
    color: #FFFFFF;
}

tr.admission-status-complementary-but-resigning > td > a {
    color: #FFFFFF;
}

#iepModal form {
    margin-bottom: 0px !important;
}

/*******************OVERRIDE TWITTER BOOTSTRAP*******************/

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

span.required-notice {
    color: #DF2F17 !important;
}

/*  --------------------------------------------------------
WIDTH
-------------------------------------------------------- */

.width50 { width: 50px !important; }
.width70 { width: 70px !important; }
.width90 { width: 90px !important; }
.width110 { width: 110px !important; }
.width130 { width: 130px !important; }
.width150 { width: 150px !important; }
.width200 { width: 200px !important; }
.width300 { width: 300px !important; }
.width400 { width: 400px !important; }
.width480 { width: 480px !important; }
.width500 { width: 500px !important; }
.width600 { width: 600px !important; }
.width1000 { width: 1000px !important; }

.width10pc { width: 10% !important; }
.width20pc { width: 20% !important; }
.width25pc { width: 25% !important; }
.width30pc { width: 30% !important; }
.width40pc { width: 40% !important; }
.width50pc { width: 50% !important; }

/*  --------------------------------------------------------
HEIGHT
-------------------------------------------------------- */

.height50 { height: 50px !important; }
.height70 { height: 70px !important; }
.height90 { height: 90px !important; }
.height110 { height: 110px !important; }
.height130 { height: 130px !important; }
.height150 { height: 150px !important; }
.height200 { height: 200px !important; }
.height300 { height: 300px !important; }
.height400 { height: 400px !important; }
.height480 { height: 480px !important; }
.height500 { height: 500px !important; }
.height600 { height: 600px !important; }
.height1000 { height: 1000px !important; }

.breadcrumb .breadcrumb-steps > div.active {
    font-weight: bold;
}

.breadcrumb .breadcrumb-bars {
    margin: 10px 0px 10px 0px;
}

.breadcrumb .breadcrumb-bars > div.breadcrumb-bar {
    height:5px;
    background-color: #F4F4F4;
    position: relative;
}

.breadcrumb .breadcrumb-bars > div.breadcrumb-bar.active {
    background-color: #DD1019;
}

/* The message box is shown when the user clicks on the password field */
#message {
  background: #f1f1f1;
  color: #000;
  position: absolute;
  opacity: 0;
  transition: opacity 1s linear;
  padding: 20px;
  margin-top: 10px;
  
}

#message p {
  padding: 10px 35px;
  font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

label.required:before {
	font-weight: bold;
    content: "* ";
}
label {
	font-weight: bold;
}
