html {
    height: 100%;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

body {
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    height:100%;

}


/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Logo*/
#jui-app-logo {
    max-height: 80px;
}
/*Logo*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/



/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Navbar*/
.navbar-default {
    background-color: #DCDCDC;
    border: none;
}
.navbar {
    min-height: 30px;
    height: 80px;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 999;
}
.navbar-brand {
    min-height: 30px;
    height: 80px;
    padding: 5px 5px 5px 5px;
    font-weight:400;
    width:240px;

}
.navbar-brand > img {
    height:70px;
}
.navbar-default .navbar-brand{
    color:#f0f0f0;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #f0f0f0;
}

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
{
    max-height: 800px;
}


@media (min-width: 767px)
{
    .navbar-nav>li>a {
        height:80px;
    }
    .nav {
        height:80px;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        height:80px;
        background-color: #000;
        color: #DCDCDC;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
    {
       height:80px;
        background-color: #000;
        color: #DCDCDC;
    }
}

        .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        background-color: #000;
        color: #DCDCDC;
    }

      .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
    {

       background-color: #000;
        color: #DCDCDC;
    }


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

    background-color: #000;
        color: #DCDCDC;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {


    background-color: #000;
        color: #DCDCDC;
    text-decoration: none;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
/*Navbar*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/


/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Tabs*/
.nav-tabs {
    border-bottom: 1px solid #d3e0e9;
}

.tab-content {
    background-color: #fff;
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
    border-bottom: 1px solid #d3e0e9;
    min-height: 200px;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.nav-tabs>li>a {
    text-decoration: none;
    background-color: #d3e0e9;
}

.nav-tabs>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
/*Tabs*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/




/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Panels*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-jui {
    border-color: #d3e0e9;
}

.panel-jui>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #d3e0e9;
}

.panel-title {
    color: #333;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #d3e0e9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-jui .panel-body {
    padding-top: 20px;
}

.panel-jui .panel-body .jui-form-fieldset {
    padding-top: 5px;
}


.panel-jui-preview{
    border-color: #d3e0e9;
}

.panel-jui-preview >.panel-heading {
    padding: 5px 15px;
    font-weight:500;
    background-color: #f3f3f3;
    border-color: #d3e0e9;
}
.panel-jui-preview >.panel-heading > .panel-title{
    font-size:0.8em;
}
.panel-jui-preview .panel-body {
    padding-top: 10px;
    padding-bottom: 0px;
}
.panel-jui-preview .panel-body  .panel{
    margin-bottom:10px;
}
/*Preview Panels*/

/*Sports Panels*/
#display-sports > .panel-jui > .panel-heading {
    font-weight:500;
    background-color: #f3f3f3;
}

.panel-login .panel-heading {
    background-color: #d3e0e9;
    font-weight: 400;
}

.panel-signup .panel-heading {
    background-color: #d3e0e9;
    font-weight: 400;
}
/*Panels*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/



/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Forms and Fields*/
.form-group {
    margin-bottom: 5px;
}

.help-block {
    font-size: 0.8em;
}

.help-block-error {
    font-size: 0.8em;
}

.control-label {
    font-size: 0.8em;
    font-weight: 500;
    color: #333;
}
label.control-label {
    font-size: 1em;
}
.control-label>label {
    font-size: 1.2em;
    font-weight: 300;
}

div.required label:after {
    content: " *";
    color: red;
}

.jui-form-steps {
    padding: 0px;
}
/*Forms and Fields*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/




/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Footer*/

/*Footer*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/






.jui-btn {
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
    padding: 10px;
    border-radius: 0px;
}

.jui-btn.disabled {
    background-color: #dedede;
    border-color: #bbb;
    border-radius: 0px;
    color: #555;
    opacity: 1;
}

.jui-btn-sm{
    border-radius: 0px;

}
a.jui-btn-sm{
    color:#fff;
}


/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
/*Replacing Tables with Divs for responsiveness*/
.panel-jui div.jui-table-replacement-form {
    padding-top: 0px;
    padding-bottom:0px;
}

.jui-table-replacement-header {
    border-bottom: 1px solid #d3e0e9;
    background-color: #f3f3f3;
}

.jui-table-replacement-header .jui-sub-block {
    padding: 5px 15px;
    background-color: #f3f3f3;
    font-weight: 500;
}

.jui-table-replacement-header div.jui-sub-block:nth-child(3n+2) {
    border-left: 1px solid #d3e0e9;
}

.jui-table-replacement-header div.jui-sub-block:nth-child(2n+3) {
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
}

.jui-table-replacement {
    border-bottom: 1px solid #d3e0e9;
}

.jui-table-replacement .jui-sub-block {
    padding: 5px 15px;
}

.jui-table-replacement div.jui-sub-block:nth-child(3n+2) {
    border-left: 1px solid #d3e0e9;
}

.jui-table-replacement div.jui-sub-block:nth-child(2n+3) {
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
}

.jui-sub-block {
    font-size: 0.8em;
    height: 100%;
    white-space:normal;
}
/*Replacing Tables with Divs for responsiveness*/
/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/





/***************************************************************************JUNATI************************************INNOVATIONS******************************************************************************************************************/
/*Utility Classes*/
.jui-glyph{
    color:#707070;
    font-weight:200;
}
dl {
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%;
    font-size:0.9em;
}
dl>dt {
    color: #707070;
    display: table-cell;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    width: 240px;
}
dl>dd {
    display: table-cell;
    padding-left: 10px;
}
dt:after {
    content: ": ";
}
.jui-button > .glyphicon{
    color:rgb(112, 112, 112);

}
.jui-button, a.jui-button, .jui-button:visited {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
.jui-button:focus, .jui-button:hover, .jui-button-subtle.jui-button:focus, .jui-button-subtle.jui-button:hover {
    background: #e9e9e9;
    border-color: #999;
}

.jui-btn-icon, a.jui-btn-icon, .jui-btn-icon:visited {
    color:rgb(112, 112, 112);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    height: 2.14285714em;
    line-height: 1.42857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
.jui-btn-icon:focus, .jui-btn-icon:hover{
    background: #e9e9e9;
    border-color: #999;
}
.jui-label-light-up{
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
}
.jui-label-light-up:focus, .jui-label-light-up:hover{
    background: #e9e9e9;
    border: 1px solid #999;
}
.jui-row{
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.jui-cutoff-section{
    border-left: 1px solid #e5e5e5;
}
.jui-default{
    background-color:#ccc;
}
.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nopad-top {
    padding-top: 0px;
}

.nopad-bottom {
    padding-bottom: 0px;
}

.nopad-left {
    padding-left: 0px;
}

.nopad-right {
    padding-right: 0px;
}

.no-border-radius {
    border-radius: 0px;
}

.jui-2line-li a {
    padding-bottom: 14px !important;
}

.jui-progress {
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: #d3e0e9;
}

.jui-progress-bar {
    background-color: #8aa1b9;
}

.jui-toppad20 {
    padding-top: 20px;
}

.jui-label {
    display: block;
    font-weight: 400;
    font-size: 0.9em;
}

.jui-label input {
    margin-right: 10px;
    margin-top: 0px;
    font-size: 16px;
}

.jui-course-list {

}

.jui-course-list label {
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.jui-course-list label input {
    font-size: 16px;
}

.jui-course-list hr {
    margin: 0px;
}

.jui-badge {
    position: relative;
    top: -1px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

div.jui-partition:nth-child(1n+0) {
    border-right: 2px solid #ddd;
}

div.jui-partition:last-child {
    border-right: none;
}
div.jui-preview-row:nth-child(1n+0){
    border:1px solid #d3e0e9;
}
/*Utility Classes*/
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/



/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
/*Jui Form Step Menu*/
.jui-active-menu {
    -webkit-box-shadow: 0px -5px 0px 1px #DCDCDC;
    -moz-box-shadow: 0px -5px 0px 1px #DCDCDC;
    box-shadow: 0px -5px 0px 1px #DCDCDC;
}

.disabled.jui-active-menu {
    -webkit-box-shadow: 0px -5px 0px 1px #DCDCDC;
    -moz-box-shadow: 0px -5px 0px 1px #DCDCDC;
    box-shadow: 0px -5px 0px 1px #DCDCDC;
}
/*Jui Form Step Menu*/
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/





/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
/*Jui Preview*/
.jui-preview-field-header {
    font-weight: 500;
    white-space: normal;

}

.jui-preview-field-value {
    white-space: normal;
}
/*Jui Preview*/
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/





/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
/*yii2 Error Summary*/
.error-summary {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
}
/*yii2 Error Summary*/
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/



/*FAQ*/

#jui-faq h3{
    color: #6c9494;
}

.jui-faq-question{
    font-size: 1.4em;
    font-weight: 700;
    color: #436161;
}

.jui-faq-answer{
    forn-size: 0.9em;
    font-weight: 500;
    color: #6c9494;
}
/*FAQ*/

#jui-preview-header{
    border:1px solid #d3e0e9;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #f3f3f3;
    margin-bottom:0px;
    text-align:center;
}
#jui-preview-header-title{
    font-weight:700;
    font-size:1.2em;
    text-align:center;
}
.jui-user-photo{
    max-height:120px;
}
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
/*Media Queries*/
/* Transition from sm to xs */
@media ( max-width : 767px) {
    .navbar-collapse.collapse, .navbar-default .navbar-nav>li>a{
    background-color: #DCDCDC;
}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #000;
    }
    .dropdown-header{
        color:#fff;
    }
    .dropdown-menu .divider{
        background-color: #ffffff;
    }
}
/* Transition from sm to xs */
@media ( max-width : 767px) {
    .jui-table-replacement-form div.jui-table-replacement:nth-child(odd) {
        background-color: #fff;
        border-top: 1px solid #d3e0e9;
        border-bottom: 1px solid #d3e0e9;
    }
    .jui-table-replacement-form div.jui-table-replacement:nth-child(even) {
        background-color: #f3f3f3;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(3n+2) {
        border: none;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(2n+3) {
        border: none;
    }
    div.jui-partition:nth-child(1n+0) {
        border-right: none;
    }
}
/* Transition from md to sm */
@media ( min-width : 768px) and (max-width: 991px) {
    .jui-table-replacement-form div.jui-table-replacement:nth-child(odd) {
        background-color: #fff;
        border-top: 1px solid #d3e0e9;
        border-bottom: 1px solid #d3e0e9;
    }
    .jui-table-replacement-form div.jui-table-replacement:nth-child(even) {
        background-color: #f3f3f3;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(3n+2) {
        border: none;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(2n+3) {
        border: none;
    }
    div.jui-partition:nth-child(1n+0) {
        border-right: none;
    }
}

@media print {
    *,
    *:before,
    *:after {
        /*background: transparent !important;*/
        /*color: #000 !important;*/
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body{
        font-size: 0.8em;
    }

    .jui-form-steps{
        display: none;
    }
    #jui-payment-btn {
        display: none;
    }

    h4.jui-preview-field-header{
        font-size: 0.8em;
    }

    .label{
        border:none;
    }

    .panel-title .row{
        margin-left:0px;
        padding-left:15px;
    }
    .jui-sub-block{
        background: #8b8b8c !important;
    }

    .jui-print-hidden{
        display: none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        /*background-color: #fff !important;*/
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
    .btn {
        display: none;
    }
    .print-header-table{

        border-collapse: collapse;
        border-spacing: 0px;
    }
    .print-header-color{
        background-color:#DCDCDC;
    }
}

.print-header-table{

    border-collapse: collapse;
    border-spacing: 0px;
}
.print-header-color{
    background-color:#DCDCDC;
}


/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/


/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/

.select2-results__option{
    font-size:0.9em;
}

table{
    font-size: 0.8em;
}

/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
.jui-badge{
    display: inline-block;
    color: #DCDCDC;
    background-color: #000;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px
}

.jui-inner-nav{
    list-style-type: none;
}

.jui-inner-nav li{
    border:1px solid #c0c0c0;

    float:left;
    display: inline-block;
}
.jui-inner-nav li a{
    font-size:0.9em;
    font-weight:400;
}
.jui-inner-nav li a:hover, .jui-nav li a:focus{
    border-radius: 0px;
}
.jui-inner-nav li.active a{
    border-radius: 0px;
    border-color: transparent;
}
.jui-inner-nav li.active a:hover, .jui-inner-nav li.active a:focus{
    border-radius: 0px;
}
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/
.panel-default{
    border-color: #ddd;
}

.alert-success{
    background-color: #00a65a !important;
    color: #fff  !important;
}

.alert-danger,
.alert-error
 {
  background-color: #dd4b39 !important;
  color: #fff  !important;
}

.alert-warning
{
    color: #000 !important;
  background-color: #f39c12 !important;
}
.jui-passive-menu{
    background-color: #DCDCDC;
    color: #000;
}
.jui-passive-menu:hover,
.jui-passive-menu:active
{
    background-color: #DCDCDC;
    color: #000;
}
body > .container-fluid{
    background : #ffffff;
}
/***************************************************************************JUNATI************************************INNOVATIONS*******************************************************************************************************************/