 #mainform .form-control-feedback {
    right: 15px;
}

body {
    padding: 0;
    background-color: #FFFFFF;
    font-family :  "Open Sans",sans-serif;
}

.container {
    /*background-color: #FFFFFF;
    margin: 0 auto;
    min-height: 400px;
    width: 1000px;*/
}

.header {
    background-color: #114492;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    width: 100%;
    min-height : 50px;
    display: block;
}

.wrapper-package-name {
    border: solid thin;
    border-radius: 5px;
    border-color: gray;
    padding: 20px;
    width: 100%;    
    content: '';
    clear: both;
    display: inline-table;
}

.total-amount-panel {
    border: solid thin;
    border-radius: 5px;
    border-color: #DBA901;
    background-color: #EBC23B;
    padding: 20px;
    width: 100%; 
    height: 80px;   
    content: '';
    clear: both;
    display: inline-table;
}

.inner-wrpper {
    margin: 0 auto;
    width: 95%;
    content:'';
    clear:both;
    display:block;
}

.package-descr-btn {
    padding: 20px;
    width: 48%;
    font-weight: bold;
    background-color: #114492;
}

button.package-descr-btn.active {
    background-color: #08088A;
    box-shadow: 2px 2px 2px #888888;
}

.minus-sign:after {
    content: "\2212"!important;
}

.narrative-block {
    width:24%;
    float: left;
    padding: 5px;
    border: solid thin;
    border-radius: 5px;
    min-height: 250px;
    display: table;
    margin-right: 5px;
}

.narrative-child {
    display: table-cell;
    vertical-align: middle;
}

.upgrade-panel {
    background-color: #bb9c68;
    border: thin solid #bb9c68;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin: 15px;
    padding: 10px;
}

.selection-area1, .selection-area2 {
    width:24%;
    float: left;
    border: solid thin;
    border-radius: 5px;
    border-color: #1DAEEC;
    min-height: 250px;
    display: inline-block;
    margin-right: 5px;
}

.selection-area3 {
    width:25%;
    float: left;
    border: solid thin;
    border-radius: 5px;
    border-color: #1DAEEC;
    min-height: 250px;
    display: inline-block;
    margin-right: 5px;
}

.pack-caption {
    /*width: 100%; 
    background-color: #1DAEEC; 
    height: 30px; 
    color: #FFF; 
    text-align: center; 
    padding-top: 5px;*/
}

.pack-content {
    /*align-content: center;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 5px;*/
}

#div-promo {
    border: solid thin;
    border-radius: 5px;
    border-color: #1DAEEC;
    background-color: #1DAEEC;
    padding: 5px;
    display: inline-block;
    color: #FFF;
}

.total-amount-txt {
    border: none; 
    text-align: center; 
    font-weight: bold; 
    height: 30px;
}

.total-amt-div {
    font-weight: bold; 
    vertical-align: central;
}

.seperator {
    height: 60px;
    width: 3px;
    background-color: #000;
    float: right;
}
/* ************************************************************** */

.day-cs-header {
    background-color: #000;
    color: #FFF;
    text-align: center;
} 

.session-txt-rotate {
    width: 30px;
    height: 100px;
    /* Rotate div */
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    display: table-column;
}

.sess-blue-grid {
    background-color: #95B3D7;
    text-align: center;
}

.sess-green-grid {
    background-color: #92D050;
    text-align: center;
}

.sess-pista-grid {
    background-color: #C4D79B;
    text-align: center;
}

.sess-yellow-grid {
    background-color: #FFFF66;
    text-align: center;
}

.sess-orange-grid {
    background-color: #FABF8F;
    text-align: center;
}

.sess-purple-grid {
    background-color: #B1A0C7;
    text-align: center;
}

.sess-grey-grid {
    background-color: #C0C0C0;
    text-align: center;
}

.sess-pink-grid {
    background-color: #FFCCCC;
    text-align: center;
}

.sess-panel-grid  { 
    background-color: #E4543C;
    text-align: center;
}

.sess-olive-grid {
    background-color: #948A54;
    text-align: center; 
}

.sess-magenta-grid {
    background-color: #CC3399;
    text-align: center; 
}

.sess-flesh-grid {
    background-color: #FF9999;
    text-align: center; 
}

.sess-indigo-grid {
    background-color: #92CDDC;
    text-align: center;    
}

.sess-table-common {
    background-color: #DDD;
}
.ceiling-txt { vertical-align:top; width: 7.35%;}

.ceiling-txt-tue { vertical-align:top; width: 6.25%;}

/* ************************************************************** */
.pack-table-header {
    font-weight: bold;
    background-color: #114492;
    color: #FFF;
}

.pack-table-total {
    font-weight: bold;
    font-size: 14px;
    background-color: #EBC23B;
    color: #FFF;
}

.conf-font {
    color: #114492;
    padding: 5px;
}

.blue-grid {
    background-color: #114492;
    color: white;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.bordered-grid {
    border: solid thin #114492;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.bold-font {
    font-weight: bold;
}

.footer {
    color: #FFFFFF;
    background: #C6CCD2;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

.btn-align {
    padding-left: 50px;
}

.margin-bottom-2{
    margin-bottom: 2%;
}
.margin-top-2{
    margin-top: 2%;
}

.smallText {
    font-size: 12px;
    width: 14%;
    text-align:center;
}

.line-height {
    line-height: 2.5;
}

#mainform .selectContainer .form-control-feedback {
    right: 25px;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 3px;
    top:3px;
}

span.Required {
    color: #d00;
    margin-left: 3px;
    margin-top: 3px;
    display: inline-block;
}

form input[type=text].Capitalize {
    text-transform: capitalize;
}

input[type=radio] {
    display: inline-block;
    margin-top: -5px;
    margin-right: 3px;
    vertical-align: middle;
}

input[type=checkbox] {
    display: inline-block;
    margin-top: -3px;
    margin-right: 3px;
    vertical-align: middle;
}

.input-validation-error
{
    border:1px solid red;
}

.field-validation-error
{
    color:red;
    font-size:small;
    display:block;
}

.SocialIcons img{
    border:0px;
    margin:1px;
}

.btn-danger {
    background-color: #F26C1A;
    border-color: #F26C1A;
}

.btn-clear {
     color: white;
     width:140px; 
     background-color:#00ADEF;
}

.btn-submit {
    color: white;
    width:140px; 
    background-color:#114492;
}

.greyBar {
    background-color: #A4A4A4;
}

.anchorClass {
    text-decoration: underline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.arrow-steps .step {

    font-size: 0.95em;
    text-align: center;
    color: #000;
    cursor: default;
    margin: 0 1px 0 0;
    padding: 10px 0px 10px 10px;
    width: 14.1%;
    float: left;
    position: relative;
    background-color: #DDD;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #ddd;
  z-index: 2;
}

.arrow-steps .step.active {
    color: #fff;
    background-color: #114492;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step:last-child:after {
  border: none;
}

.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.arrow-steps .step span {
  position: relative;
}

.arrow-steps .step.current {
  color: #fff;
  background-color: #114492;
}

.arrow-steps .step.current:after {
  border-left: 17px solid #114492;
}

.arrow-steps .step.done {
  color: #fff;
  background-color: #114492;
}

.arrow-steps .step.done:after {
  border-left: 17px solid #2f69aa;
}

 @media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

    .container {
        width: 100%;
    }

    .arrow-steps .step {
        font-size: 14px; vertical-align: central; padding: 5px 5px 5px 5px; border-bottom: 1px solid #FFFFFF;
    }

}

 @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

    .container { width: 100%; }

    .arrow-steps .step {
        width: 100%; vertical-align: central; padding: 5px 5px 5px 5px; border-bottom: 1px solid #FFFFFF;

    }

    .btn-align {  padding-left: 5px; }

    .text-center { font-size : 10px; }

    .wrapper-package-name { padding: 5px; }

    .inner-wrpper {  width: 99%; }

    .seperator { height: 0px; width: 0px; }
 
    .package-descr-btn { width: 98%; padding-left: 5px; }
    
    .total-amt-outer-div { margin-top: 10px; padding: 10px; }

    .total-amt-div { float: left; }

    .narrative-block, .selection-area1, .selection-area2, .selection-area3 {
         width: 95%; 
         margin: 0 auto;
         min-height: 150px;
    }

}
