/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;margin:0px; /*height:640px; overflow-y:auto;*/ }

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {

    width: 600px;
    color: #BBB;
    padding: 12px;
    top:0px;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform:0.9;
    zoom: 90%;
    background-color:#f2f2f2;
}
#simplemodal-container .simplemodal-data  {
    /*border: 1px solid #666;
    border-radius: 15px;
    background: #D5D5D5;
    padding-bottom: 30px;*/

}

#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../../images/x.png) no-repeat; width:25px; height:29px; border:none; display:inline; z-index:3200; position:absolute; top:5px; right:10px; cursor:pointer;}
#simplemodal-container h3 {
    color: white;
    margin: 0;
    padding: 20px;
    background: #494949;
    background: #515151;
    background: -moz-linear-gradient(top, #515151 1%, #363636 40%, #363636 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#515151), color-stop(40%,#363636), color-stop(100%,#363636));
    background: -webkit-linear-gradient(top, #515151 1%,#363636 40%,#363636 100%);
    background: -o-linear-gradient(top, #515151 1%,#363636 40%,#363636 100%);
    background: -ms-linear-gradient(top, #515151 1%,#363636 40%,#363636 100%);
    background: linear-gradient(to bottom, #515151 1%,#363636 40%,#363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#363636',GradientType=0 );
    border-radius: 15px 15px 0 0;
    box-shadow: 0 1px 0 white;
    text-shadow: 0 1px 1px black;


}

/*-----------------Recurring Page---------------*/

#test{

    color: white;
    font-size: 14px;
    margin: 0 auto;
    width: 572px;
    border-bottom: 1px solid #9B9999;
    box-shadow: 0 1px 0 #E9E6E6;
    padding: 13px;
    background: #AFAFAF;
    line-height: 26px;

}

#test b{

    color: white;
    text-shadow: 0 1px 1px #7C7C7C;
    font-size: 13px;
    text-transform: uppercase;

}

#test span{

    color: #666;
    text-shadow: 0 1px 0 #E4E4E4;
    font-size: 14px;

}

#message{

    padding: 12px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background: #E00900;
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 1px #303030;
    box-shadow: inset 0 1px 0 #1D1D1D;
    -webkit-box-shadow: inset 0 1px 0 #1D1D1D;
    -moz-box-shadow: inset 0 1px 0 #1D1D1D;

}

#fr_step{

    margin: 0 auto;
    width: 267px;

}

#parent_id-label, #st_student_id-label,
#next_payment_date-label, .required{

    padding-top: 13px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 1px #979696;

}

/*Form option list fix**/
.white-paper-form .form-item  {
    color: black;
}




.field-input input[type="submit"]{


}

body {background:#fff; color:#333; /*font: 12px/22px verdana, arial, sans-serif;*/ height:100%; margin:0 auto; width:100%; position:relative;}
h1 {color:#3a6d8c; font-size:34px; line-height:40px; margin:0;}
h3 {color:#3a6d8c; font-size:22px; line-height:26px; font-weight:normal; margin:0 0 8px 0;}
img {border:0; margin-left:-11px;}
.column-3 p img{margin: 0px !important;}
#logo {margin-bottom:20px;}
#logo h1 {color:#666; letter-spacing:-1px; font-weight:normal;}
#logo h1 span {color:#444; font-weight:bold;}
#logo .title {color:#999; font-size:12px;}
#container {margin:0 auto; width:65%;}
#content {/*border-bottom:1px dotted #999; border-top:1px dotted #999;*/ padding:20px 0;}
#footer {clear:left; color:#888; margin:20px 0;}
#footer a:link, #footer a:visited {color:#888; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}
h3.green-card{
    background:green;
    text-align:center;
    margin:0 30px 10px 0;
    padding:10px;
    color:white;
    border-radius:10px;
}

h3.red-card{
    background:red;
    text-align:center;
    margin:0 30px 40px 0;
    padding:10px;
    color:white;
    border-radius:10px;
}