/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 100px;
    font-size: 1.9em;
}

.navbar-inverse{
    background-color: white;
    border: none;
}

.subnav .navbar-nav>.active>a, .subnav .navbar-nav>.active>a:hover, .subnav .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #6D7AFD;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {
    color: #6D7AFD;
}

li a, li a:hover {
    color: #6D7AFD;
}

.client_info {
    font-size: 0.7em;
}

.container .selectize-dropdown .active {
    background-color: #6D7AFD;
    color: white;
}

.container .selectize-dropdown [data-selectable] .highlight {
    background: white;
    color: #6666FF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#divBreadCrumb.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: inherit;
    border-radius: 0;
}

#divInterviewContainer .radio, #divInterviewContainer .checkbox, #divDataSourceContainer .radio, #divDataSourceContainer .checkbox {
    display: inline;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

#btnAssembleDocument {
    display: none !important;
}

.btn-success, .btn-success:active, .btn-success:visited, .btn-success:focus {
    color: #fff;
    background-color: #6D7AFD;
    border-color: #6D7AFD;
}

.btn-success:hover {
    color: #fff;
    background-color: #6D7AFD;
    border-color: #6D7AFD;
}

.btn-danger {
    color: #fff;
    background-color: #f82725;
    border-color: #f82725;
}

.btn-danger:hover {
    color: #fff;
    background-color: #D62220;
    border-color: #D62220;
}

input[type=radio], input[type=checkbox] {
    margin-right: 7px;
}

td a, td a:hover {
    color: #6666FF;
}

#tab_TestScores .repeaterDiv .repeaterContainer .subFormList:first-of-type{
    display: none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #6D7AFD;
    border-color: #6D7AFD;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.centerme {
    margin: 0 auto;
    display: table;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
 * Signup Page
 */

#signuptabs li{
    width: 50%;
    text-align: center;
}



/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        display: block;
        padding: 26px 20px 20px;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-left: -20px;
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
}
.nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
}
.nav-sidebar > .active > a {
    color: #fff;
    background-color: #6666ff;
}

.nav-sidebar > .active > a:hover {
    color: #fff;
    background-color: #6666ff;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    border-radius: 50%;
}

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.messageBox{
    height: auto !important;
}