 /*-------------------------------------customizable styles*/
body {background-color:#ffffff;}
header nav {
background: -webkit-linear-gradient(left top, #333333 , #777777); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #333333 , #777777); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right,#333333 , #777777); /* For Firefox 3.6 to 15 */
/*background: linear-gradient(to bottom right, #333333 , #777777); /* Standard syntax */

background: linear-gradient(to bottom right, #084697 , #084697);
}
header nav a , header nav a:visited{
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
}
header nav li.current a ,header nav li.current a:visited , header nav a:hover {
color: #fbf9ef;
text-shadow: 1px 1px 3px #000000;
}
footer {
color: #333333 ;
}
/*---------course outline styles----------*/
.box_title {
background: -webkit-linear-gradient(left top, #333333 , #777777); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #333333 , #777777); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right,#333333 , #777777); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, #333333 , #777777); /* Standard syntax */
}

.bgcolorft
{
  background: #084697;
}

p.rightside-content {
    color: #fff;
}

p.rightside-content {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

div.two-column-right, div.two-column-right-course {
/*    width: 48.12500000%;*/
    width: 100%;
    padding: 1.2rem 1.25000000% 1.2rem 0;
}
.registerpage_heading
{
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 2%;
}

div.two-column-left, div.two-column-left-course {
    float: left;
    width: 100%;
    padding: 1.2rem 1.25000000%;
    margin-left: -22px;
}
.regular-box {
    padding: 2rem 1.3rem;
    margin-bottom: 1.2rem;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    box-shadow: 0 6px 15px #7c8084;
}

label {
    float: unset;
    width: 14rem;
    padding: 0.8rem 0.6rem 0.5rem 0;
    font-size: 1.3rem;
    text-align: right;
}

span.required_star_css {
    font-size: 18px;
    color: #cb1414;
    font-weight: 700;
}

.tagline_css
{
     margin: 0 0 1rem 0;
    padding: 0.5rem;
    background-color: #eaeaea;        
}

button.col-md-12.btn.btn-info.btn-lg.register_btn_design {
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    background: #084697;
    border: none;
}

.formerror {
    color: #8c0000;
    text-align: revert;
    padding-bottom: 0;
}

.light-green {
    background-color: #084697;
    color: #fff;
}
.textheadingcolor{
        font-size: 18px;
    text-align: center;
}



li.parsley-required {
    list-style: none;
    color: red;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  .genderset_css {
        position: relative;
        /*left: 22%;*/
        /* top: 366%; */
        /*margin-top: -34px;*/
    }
    label.labelcss_desg {
    display: block !important;
    margin-left: 1%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
      .genderset_css {
        position: relative;
        left: 22%;
        /* top: 366%; */
        margin-top: -34px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
     .genderset_css {
        position: relative;
        left: 22%;
        /* top: 366%; */
        margin-top: -34px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
     .genderset_css {
        position: relative;
        left: 22%;
        /* top: 366%; */
        margin-top: -34px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
     .genderset_css {
        position: relative;
        left: 22%;
        /* top: 366%; */
        margin-top: -34px;
    }
    label.gendercss_desg {
    margin-left: -42%;
    }
     
}
