/* == /Application/assets/css/bootstrap.css == */ 

.input-group-btn:not(:first-child):not(:last-child) > button {
    border-radius: 0;
}

.btn {
    white-space: nowrap;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.hidden {
    display: none!important;
}

/* == /Application/assets/css/bootstrap-tabs.css == */ 

.nav-tabs .nav-link {
    background: #ebf1fd;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background: #6a7e95;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(29, 99, 159, 0.8);
}

.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: rgb(14, 100, 155);
}

.nav-tabs > li.active > a > .badge {
    color: rgba(29, 99, 159, 0.8);
    background-color: #FFF;
}


/* == /Application/assets/css/custom.css == */ 
.grip {
    width: 25px;
    cursor: move;
}

.grip:hover {
    background-color: #ccc;
}

.no-grip:hover {
    background-color: #ff9999;
    cursor: not-allowed;
}


.grip::before {
    cursor: move;
    content: '\00a0';
    /*noinspection CssUnknownTarget*/
    background-image: url(/images/grip.png);
    width: 8px;
    height: 100%;
    display: inline-block;
}

.question-number {
    width: 40px;
    text-align: right;
    font-weight: bold;
}

.question-number:after {
    content: '.';
}

.question-alert {
    border: 1px solid #f00 !important;
    background: #fcc;
}

.options-table {
    width: 100%;
}

.options-table td {
    padding: 2px;
}

.options-table td > p {
    font-size: 14px;
    padding-top: 2px;
    margin: 0;
}

.options-table td:first-child > p {
    text-align: center;
}

.options-table td.grip {
    padding: 4px 2px;
    cursor: move;
}

.option-template {
    display: none;
}

.col-info {
    width: 46px;
}

.col-flow {
    width: 62px;
}

.col-flow > select {
    padding: 6px 0 6px 6px;
}

.col-trash {
    width: 46px;
    text-align: center;
}

.option-flow > .dropdown-menu, .yesno-flow > .dropdown-menu {
    min-width: 25px;
}

.option-flow > button, .yesno-flow > button {
    width: 62px;
}


.option-flow > .dropdown-menu > li > a, .yesno-flow > .dropdown-menu > li > a {
    padding: 3px 14px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 768px) {
    .form-horizontal .control-label-left {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}


#questions h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0;
}

#questions .table {
    background-color: transparent;
    margin-bottom: 0;
}

#questions .table > tbody > tr > td {
    padding: 2px;
    border: none;
}

#questions .table > tbody > tr > th {
    background-color: transparent;
    border-bottom: #333 1px solid;
    border-top: none;
    color: #333;
}

#questions .table-striped > tbody > tr:nth-child(odd) {
    background-color: transparent;
}

#questions .table-hover > tbody > tr:hover {
    background-color: transparent;
}

#questions .badge {
    font-weight: normal;
}

#sectionNavigation {
    text-align: center;
    font-weight: bold;
    font-size: smaller;
}

.element-to-clipboard {
    cursor: pointer;
}



/* == /Application/assets/css/column-align.css == */ 

.col-right-1 > tbody > tr > td:nth-child(1),.col-right-1 > thead > tr > th:nth-child(1) {
    text-align: right;
}

.col-right-2 > tbody > tr > td:nth-child(2),.col-right-2 > thead > tr > th:nth-child(2) {
    text-align: right;
}

.col-right-3 > tbody > tr > td:nth-child(3),.col-right-3 > thead > tr > th:nth-child(3) {
    text-align: right;
}

.col-right-4 > tbody > tr > td:nth-child(4) ,.col-right-4 > thead > tr > th:nth-child(4) {
    text-align: right;
}

.col-right-5 > tbody > tr > td:nth-child(5),.col-right-5 > thead > tr > th:nth-child(5) {
    text-align: right;
}

.col-right-6 > tbody > tr > td:nth-child(6),.col-right-6 > thead > tr > th:nth-child(6) {
    text-align: right;
}

.col-right-7 > tbody > tr > td:nth-child(7),.col-right-7 > thead > tr > th:nth-child(7) {
    text-align: right;
}

.col-right-8 > tbody > tr > td:nth-child(8),.col-right-8 > thead > tr > th:nth-child(8) {
    text-align: right;
}

.col-right-9 > tbody > tr > td:nth-child(9) {
    text-align: right;
}

/* == /Application/assets/css/date-picker.css == */ 


input.date-picker {
    width: 100px;
    text-align: center;
}

/* == /Application/assets/css/dropdown.css == */ 

.dropdown-menu>li>a {
    cursor: pointer;
}


.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #e6e6e6;
}

/* == /Application/assets/css/edit-inline.css == */ 


.edit-inline {
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    margin-left: -12px;
}


.edit-inline:hover {
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    margin-top: -1px;
    margin-left: -13px;
}

.edit-inline:hover:after {
    content: "\f040";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 6px;
}

/* == /Application/assets/css/font-awesome.css == */ 



.fa-inquiry:before {
    content: "\f133";
}

.fa-inquiry-new:before {
    color: #0000AA;
    content: "\2a"; /*"\f069";*/
}

.fa-inquiry-demo:before {
    color: #aaaa00;
    content: "\f06a";
}

.fa-inquiry-running:before {
    color: #00AA00;
    content: "\f144";
}

.fa-inquiry-ended:before {
    color: #FF0000;
    content: "\f28d";
}

.fa-inquiry-deleted::before {
    color: #FF0000;
    content: "\f1f8";
}

.fa-template:before {
    content: "\f133";
}

.fa-template-copy:before {
    content: "\f0c5";
}
.fa-template-master:before {
    content: "\f0ea";
}
.fa-report:before {
    content: "\f0f6";
}
.fa-label:before {
    content: "\f02b";
}
.fa-labels:before {
    content: "\f02c";
}

.fa-skip-locked:before {
    content: "\f023";
}

.fa-skip-active:before {
    content: "\f058";
}

.fa-skip-new:before {
    content: "\f056";
}

.fa-skip-inactive:before {
    content: "\f057";
}

.fa-no-color:before {
    color: inherit;
}

.fa-stack-sub {
    position: absolute;
    left: 8px;
    width: 100%;
    text-align: center;
    line-height: inherit;
    font-size: 0.8em;
    top: 6px;
}

/* == /Application/assets/css/form.css == */ 
form.form-filter  {
    margin: 6px 0 13px 0;
    min-height: 35px;
    float:left;
    width:100%;
}


.form-filter h1, .form-filter h2, .form-filter h3 {
    margin-top: 6px;
}



.form-control-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-horizontal > .form-group > label, .form-horizontal > .form-group > .row > legend {
    font-weight: bold;
    text-align: right;
}


.invalid.form-control {
    background-color: #ffdddd;
    border-color: #e4b5c1;
}

.invalid + .tooltip > .tooltip-inner {
    background-color: #CC0000;
    width: 150px;
}

.invalid + .tooltip > .tooltip-arrow {
    border-right-color: #CC0000;
}

.invalid.form-control:focus {
    border-color: #FF0000;
}

.invalid.radio {
    background-color: #ffdddd;
    border: 1px solid #e4b5c1;
}

.control-label {
    margin-top: 7px;
}

.control-label.invalid {
    color: #e03f2d;
}

.form-control-inline {
    display: inline-block;
}



/* == /Application/assets/css/iframe-content.css == */ 
iframe.content {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}

/* == /Application/assets/css/loader.css == */ 
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 220px;
    height: 220px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}



/* == /Application/assets/css/loading.css == */ 


.loading {
    width: 0;
}
.loading:before {
    content: "\f110";
    position: absolute;
    z-index: 20;
    margin-left: -30px;
    color: #6666;
    top: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    animation: fa-spin 2s infinite linear;
    font-size: 20px;
}

/* == /Application/assets/css/main.css == */ 

/*
	This Site is designed and developed by:

	DigiDoc BV
	The Netherlands
	www.onderwijsspiegel.nl
	info@onderwijsspiegel.nl
	CopyRight 2016

*/



html, body	{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
}


#layoutMain	{
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}



#layoutContent
{
    float: left;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: top;
}


#layoutFooter			{
    clear: both;
    position: relative;
    height: 195px;
    width:100%;
    margin: -195px 0 0 0;
    z-index: 15;
    padding: 15px;
}

@media print
{
    #header, #layoutnavigation, #footer   {
        display: none;
    }
}





/* == /Application/assets/css/score.css == */ 


.score > span:first-child {
    margin-top:-4px;
    font-weight: bold;
    font-size: 120%
}

.score > span:nth-child(2) {
    font-weight: bold;
    top: -0.250em;
    left: 0.05em;
    position: relative;
    font-size: 85%;
}


.score > span:nth-child(3) {
    font-weight: normal;
    color: #333333;
    left: 0.05em;
    position: relative;
    font-size: 100%;
}



/* == /Application/assets/css/status.css == */ 
.status.status-init {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin: -150px 0 0 -250px
}

.status.status-live {

}

.status-init #box {
    height: 50px;
}

.status-live #box {
    height: 32px;
    margin-bottom: 25px;
}

.status-init #spinner {
    width: 500px;
    text-align: center;
    padding-bottom: 10px;
}

.status #status-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
}

.status-init #title {
    display: none;
}

.status-live #code {
    display: none;
}

.status-init #status-text {

    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.status-live #status-text {

    font-size: 14px;
    padding: 5px;
    text-align: left;
}

.status-live #spinner {
    display: none;
}

.status-init h1 {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* == /Application/assets/css/navbar.css == */ 

@media (min-width: 768px) {
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

.navbar {
    padding: 0
}

.navbar-nav > .nav-item > .nav-link {
    position: relative;
    padding: 15px;
    line-height: 20px;
    color: #fff;
}

.navbar > div > form input[type="text"] {
    border-radius: 5px;
    width: 120px;
    border: none;
    background: #ccc;
    margin-top: 3px;
    margin-left: 20px;
    padding: 4px;
    color: #333;
}

.header-user {
    max-width: 96vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .header-user {
        max-width: 205px; /* fallback css */
        max-width: calc(100vw - 570px);
    }
}



.navbar-inverse {
    background-color: #123885;
    border-color: #123885;
    color: #fff;
}

.fixed-top {
    font-size: 1.1rem;
    font-family: 'Noto Sans', sans-serif;
}
.navbar-inverse .navbar-toggler {
    #border-color: #fff;
    color: #fff;
}
.navbar-inverse .navbar-toggler:hover, .navbar-inverse .navbar-toggler:focus {
    background-color: #6A7E95;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.navbar-inverse .navbar-nav>li>a:focus:before, .navbar-inverse .navbar-nav>li>a:hover:before {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:before {
    position: absolute;
    top: 14px;
    left: .1em;
    font-size: 1.5em;
    color: transparent;
    content: "|";
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 6px 15px 6px 15px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 16px;
    background-color: #6A7E95;
    margin: 9px 9px 9px 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: #00BBE8;
}

.navbar.db-archive > .container-fluid {
    background-color: #212121;
}

/* == /Application/assets/css/stylesheet.css == */ 



@import url('//fonts.googleapis.com/css?family=Noto+Sans');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

html {
    height: 100%;
    width: 100%;
}
BODY {
    MARGIN: 0px;
    COLOR: #333;
    height: 100%;
    width: 100%;
}

hr {
  border-color: #cccccc
}

A {
    COLOR: #00347C;
    TEXT-DECORATION: none;
}
A:hover {
    COLOR: #23527c;
    TEXT-DECORATION: underline;
}
td {
    font-size: 14px;
    COLOR: #333;
}
th {
    FONT-WEIGHT: bold;
    font-size: 14px;
    TEXT-ALIGN: left;
    background-color: rgb(29,99,159);
    border-bottom: rgb(192,203,196) 1px solid;
    COLOR: rgb(255,255,255);
}
.odd TD {
    border-right: rgb(221,221,221) 1px solid;
    border-bottom: rgb(221,221,221) 1px solid;
    VERTICAL-ALIGN: top;
    background-color: #fff
}
.even TD {
    border-right: rgb(221,221,221) 1px solid;
    border-bottom: rgb(221,221,221) 1px solid;
    VERTICAL-ALIGN: top;
}
TH A {
    COLOR: rgb(255,255,255)
}

.odd {
    border-bottom: rgb(221,221,221) 1px solid;
    border-right: rgb(221,221,221) 1px solid;
    background-color: #fff
}
.even {
    border-bottom: rgb(221,221,221) 1px solid;
    border-right: rgb(221,221,221) 1px solid;
    background-color: rgb(235,241,253)
}
.cellBorder TD {
    border-bottom: rgb(221,221,221) 1px solid;
    border-right: rgb(221,221,221) 1px solid
}
.listTable {
    border-right: 2px inset;
    border-top: 2px inset;
    border-left: 2px inset;
    border-bottom: 2px inset;
    background-color: #ffffff;
}
.listTable TD {
    border-bottom: #666666 1px solid;
    border-right: #666666 1px solid
}.totals {
     font-size: 11px;
     TEXT-ALIGN: right;
 }
.noBorder {
    border-bottom-style: hidden;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
}
.caption {
    FONT-WEIGHT: bold;
    font-size: 15px;
    FONT-STYLE: italic;
}
.nav-plain {
    margin-bottom:0;
    font-weight:400
}
.nav-plain>li>a {
    padding:1px 15px 1px 0
}
.nav-plain>li>a:focus,.nav-plain>li>a:hover{
    background-color:transparent
}
.nav-plain .nav-plain{
    padding-left:25px
}
.locator {
    display: inline-block;
    /*float: left*/;
    width: 100%;
    list-style: none;
    margin: 0px 8px 5px 0px;
    padding: 8px 2px 5px 2px;
    clear: both;
}
.locator li {
    background: url(/images/breadcrumb.png) no-repeat center left;
    padding: 8px 2px 8px 20px;
    margin: 0;
    float: left;
}
.locator li:first-child {
    background: transparent;
    padding: 8px 2px 8px 2px;
}
.footer {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #eee;
    background-color: #6a7e95;
    TEXT-ALIGN: left;
}
.footer A {
    TEXT-DECORATION: none;
    color: #eee;
}
.footer a:hover, .footer a:focus {
    color: #00347c;
}
.small {
    font-size: 8px;
    font-weight: bold;
}
.frame {
    border-right: 2px inset;
    border-top: 2px inset;
    border-left: 2px inset;
    border-bottom: 2px inset;
}
.tabs {
    display: block;
    clear: both;
    margin: 0;
    padding: 2px 2px 0px 28px;
}
.tabs a.tabSel {
    background: url(/images/tab_sel.gif) top left no-repeat;
    color: rgb(255,255,255);
    z-index: 200;
}
.tabs a:hover {
    background: url(/images/tab_sel.gif) top left no-repeat;
    color: rgb(255,255,255);
}
.tabs A {
    border-right: rgb(29,99,159) 1px solid;
    padding: 4px 15px 0px 25px;
    background: url("/images/tab.gif") top left no-repeat;
    margin: 0 0 -1px -15px;
    display: block;
    height: 26px;
    float: left;
    font-weight: bold;
    font-size: 13px;
    color: rgb(255,255,255);
    text-decoration: none;
}
.tabsP {
    background: url('/images/tab.gif') top left no-repeat;
}
.backdrop {
    position: absolute;
    left: 120px;
    width: 400px;
    height: 400px;
    margin-top: -200px;
    top: 50%;
    text-align: center;
}
.icon {
    vertical-align: text-bottom;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
}
.panel-classic {
    background-color: rgb(234,239,243);
    box-sizing: border-box;
    padding: 5px;
}
.panel-fixed {
    height: 160px;
}
.section {
    min-width: 616px;
    max-width: 996px;
    width: 100%;
}
.sel {
    background-color: rgb(234,239,243)
}
.selected A {
    color: #ffffff;
}
.selected {
    color: #ffffff;
    background-color: #3366ff;
}

.RTL {
    direction: rtl;
    font-size: 16px;
    font-family: Arial;
}
.simpleEdit TD {
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding: 0px;
}
.simpleEdit INPUT {
    border: none;
    padding: 2px;
}
.rotated {
    background-image: none;
    writing-mode:tb-rl;
    filter: flipv fliph;
}
.user {
    display: block;
    padding: 0px 1px 2px 18px;
    margin: 1px 0px 1px 0px;
}
.warn {
    padding: 0px 1px 2px 18px;
    margin: 1px 0px 1px 0px;
}
.warnbox {
    padding: 10px 10px 10px 32px;
    width: 100%;
    max-width: 620px;
    min-width: 1000px;
    background-color: rgb(234,239,243);
}
input.text {
    width: 200px;
}
.button {
    font-weight: normal;
    border: none;
    margin-bottom: 1px;
    cursor: pointer;
    padding: 6px 12px;
    color: rgb(255,255,255);
    background-color: #337ab7; /*rgb(125,162,193);*/
    text-decoration: none;
    border-radius: 4px;
    box-sizing: border-box;
}
.button:hover {
    background-color: #286090;
}
.bhover {
    color: #ffffff;
    text-decoration: none;
}
.textbutton, .toolbutton {
    cursor: pointer;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 2px;
    font-weight: normal;
    color: rgb(255,255,255);
    background-color: #337ab7;
    text-decoration: none;
    border-radius: 4px;
}
.textbutton A:hover, .toolbutton A:hover {
    background-color: #286090;
}
.textbutton A {
    color: rgb(255,255,255);
    text-decoration: none;
    display: block;
    width: 150px;
}
.textbutton:hover, .toolbutton:hover {
    background-color: #286090;
    color: rgb(255,255,255);
    text-decoration: none;
}
.toolbutton {
    width: 150px;
    display: block;
}
.tools {
    margin: 0;
    clear: both ;
    padding: 0;
}
.tools A {
    display: block;
    width: 175px;
    padding: 6px 12px;
    margin-top: 2px;
    font-weight: normal;
    color: rgb(255,255,255);
    background-color: #337ab7 /*rgb(125,162,193)*/;
    text-decoration: none;
    border-radius: 4px;
}
.tools A:hover {
    background-color: #286090;
}
.tools:before {
    content: "\f085";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: large;
}
.info H1 {
    font-size:  12px;
    color: #333;
}.textbutton_small {
     padding-right: 4px;
     margin-top: 0px;
     padding-left: 4px;
     font-weight: bold;
     font-size:  14px;
     color: rgb(255,255,255);
     padding-bottom: 1px;
     padding-top: 1px;
     height: 20px;
     background-color: rgb(125,162,193);
     text-decoration: none;
 }
.textbutton_small A:hover {
    color: rgb(255,255,255);
}
.textbutton_small A {
    color: rgb(255,255,255);
    text-decoration: none;
}
.textbutton_small:hover {
    color: rgb(255,255,255);
}
.nrg {
    display: none;position:absolute;
    top:10px;
    left:10px;
    cursor: pointer;
    border:1px solid #000000;
    background-color:#ffffcc;
    padding: 2px 2px 2px 2px;
    font-size:  13px;
    z-index: 200;
}
.NRGHead, .NRGFoot
{
    padding: 3px 5px 0px 2px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background-color: rgb(29,99,159);
    color: rgb(255,255,255);
    height: 22px;
    width: 220px;
}


.NRGHead li, .NRGFoot li {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 2px 2px;
    height: 20px;
}

.NRGRow {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 22px;
    width: 220px;
}



.NRGRow li {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.NRG_C1 {
    width: 125px;
}
.NRG_C2 {
    width: 75px;
    text-align: right;
}

.manual-item-body {
    padding: 15px;
    border: 1px solid #ccc;
}
.manual-item-body .tableFoot  {
    margin-bottom: 5px;
}
@media print {.screenOnly {
    display: none
}}
.boxed {
    border-right: #000000 1px solid;
    border-TOP: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 10px;
}
.header TD {
    font-weight: bold;
    font-size:  12px;
}
.tableHead, .tableFoot, .propHead, .propFoot
{
    box-sizing: border-box;
    display: block;
    margin: 0;
    font-weight: bold;
    background-color: rgb(29,99,159);
    color: rgb(255,255,255);
    border-radius: 4px;
    overflow: auto;
}
div.tableHead, div.propHead
{
    padding: 10px 0px 0px 4px;
    min-width: 616px;
    width: 100%;
    clear: both;
}
div.tableFoot, div.propFoot
{
    padding: 8px;
    min-width: 614px;
    max-width: 994px;
    width: 100%;
    margin-bottom: 20px;
}
ul.tableHead, ul.propHead
{
    padding: 6px 0px 0px 2px;
    min-width: 620px;
    max-width: 1000px;
    width: 100%;
    clear: both;
}

ul.tableFoot, ul.propFoot
{
    padding: 1px 0px 4px 2px;
    min-width: 620px;
    max-width: 1000px;
    width: 100%;
    clear: both;
}

ul.tableRow
{
    display: block;
}
.tableRow
{
    min-width: 618px;
    max-width: 998px;
    width: 100%;
}
.tableRow td
{
    white-space: normal;
}
.propHead, .propFoot, .propRow
{
    width: 480px;
}
.tableHead, .propHead {
    height: 34px;
}
.tableHead A {
    color: rgb(255,255,255);
}
.tableFoot, .propFoot {
    clear: both;
    min-height: 34px;
    height: auto;
}

.tableHead li, .tableFoot li {
    display: block;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 3px 1px 2px 2px;
    white-space: nowrap;
    overflow: hidden;
}
.tableHead option {
    color: #666;
}

.tableRow, .propRow {
    clear: both;
    float: left;
    display: block;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 0px;
    min-height: 22px;
}
div.tableRow {
    height: auto;
    padding : 20px 2px 20px 0;
    text-align: center;
    background-color: rgb(234,239,243);
}

.propRow li, .tableRow li {
    display: block;
    float:left;
    margin: 0px 0px 0px 0px;
    padding: 8px 1px 6px 2px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.propRow li
{
    width: 235px;
    background-color: rgb(235,241,253);
}
.propRow li:first-child
{
    background-color: #fff;
}

.qus1, .qus2, .qus3, .qus4,.qus5,.qus6,.qus7 {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-repeat: no-repeat;
}
.qus1 {
    background-image: url(/images/qus/qus1.gif);
}
.qus2 {
    background-image: url(/images/qus/qus2.gif);
}
.qus3 {
    background-image: url(/images/qus/qus3.gif);
}
.qus4 {
    background-image: url(/images/qus/qus4.gif);
}
.qus5 {
    background-image: url(/images/qus/qus5.gif);
}
.qus6 {
    background-image: url(/images/qus/qus6.gif);
}
.qus7 {
    background-image: url(/images/qus/qus7.gif);
}
.wrapRow li {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
}
UL.pick1col
{
    width: 104px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: solid 1px #333333;
    background-color: #eeeeee;
}

.pick1col li
{
    width: 100px;
    font-weight: normal;
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.hover {    background-color: #333333;
    color: #ffffff;
}



.noPad {
    padding: 0px 0px 0px 0px !important;
}

#windowWait {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(105, 105, 105, 0.5);
    z-index: 2000;
    text-align: center;
    padding-top: 20%;
}

#window-wait-info {
    padding: 6px 15px;
    background-color: rgba(105, 105, 105, 0.5);
    margin-top: 12px;
    border-radius: 5px;
    display: inline-block;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #EBF1FD;
}

.pointer {
    cursor: pointer;
}

.card-primary {
   border-color: #00bbe8;
}
.card-primary > .card-header > a {
    color: inherit;
}
.card-primary > .card-header {
    color: #fff;
    background-color: #00bbe8!important;
    border-color: #00bbe8;
}


.panel-group > .card {
    margin-bottom: 2px;
}


.flexbox-row, .flexbox-row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex:1 1 auto;
    flex-wrap: wrap;*/
    justify-content: flex-start;
    flex-flow: wrap;
}

.panel-flex {
    width: 100%;
    margin-bottom: 20px;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 0;
}

.fa-li {
    top: .24em
}

.modal-page {
    height: calc(100% - 50px);
}

.modal-page > .modal-content {
    height: calc(100% - 100px);
    background-color: #d9edf7;
}

.modal-page > .modal-content > .modal-header {
    color: #31708f;
}

.modal-page > .modal-content > .modal-body {
    max-height: calc(100% - 121px);
    overflow-y: auto;
    background-color: #fff;
}

.modal-page > .modal-content > .modal-footer {
    text-align: left;
    color: #31708f;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.h1, h1 {
    font-size: 30px;
}

.h2, h2 {
    font-size: 26px;
}

.h3, h3 {
    font-size: 22px;
}

.preview {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(105, 105, 105, 0.5);
    z-index: 1031;
}

.preview > div {
    position: fixed;
    left: calc(50% - 300px);
    top: calc(50% - 250px);
    width: 600px;
    height: 500px;
}

.preview > div > .preview-nav {
    height: 30px;
    padding: 2px 4px;
    width: 100%;
}

.preview > div > .preview-nav > i:before {
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    height: 25px;
    text-align: center;
    margin: 2px;
    padding-top: 5px;
    cursor: pointer;
}

.preview > div > iframe, .preview > div > .preview-click {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* == /Application/assets/css/table-index.css == */ 

.table-index tbody > tr {
    cursor: pointer;
}

.table-index tr > td > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.table-index tr > td > a:hover,
.table-index tr > td > a:active,
.table-index tr > td > a:visited {
    color: inherit;
}

.table-index tr > td > a.table-index-hover {

}


.table-index tr > td > a.table-index-hover:hover:after {
    content: '...';
    position: absolute;
}


/* == /Application/assets/css/table-score.css == */ 
.table .table-score {
    background-color: transparent;
}

.table-score > tbody > tr > td, .table-score > thead > tr > th {
    border: none;
}

.table-score > tbody > tr > td:nth-child(2) {
    width: 20%;
    min-width: 162px;
}


.table-score > tbody > tr > td:nth-child(3) {
    width: 10%;
    min-width: 65px;
    text-align: right;
}

.table-score > tbody > tr > td:nth-child(4) {
    width: 10%;
    min-width: 50px;
    text-align: right;
    padding-right: 16px;
}

.table-score > tbody > tr > td:nth-child(1) {
    text-align: right;
}

.table-score > tbody > tr > td:nth-child(1) > div {
    text-align: left;
}

.table-score > tbody > tr:nth-child(1) > td:nth-child(1) {
   text-align: left;
}



/* == /Application/assets/css/table-answers.css == */ 
.table .table-answers {
    background-color: transparent;
    table-layout: fixed;
}

.table-answers > thead> tr > th {
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    background-color: transparent;
    color: #1d639f;
}

.table-answers > tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}






/* == /Application/assets/css/time-picker.css == */ 

input.time-picker {
    width: 75px;
    text-align: center;
}


.ui-timepicker-standard .ui-widget {
    font-size: 14px;
}

.ui-timepicker-standard {
    z-index: 20 !important;
}

.ui-timepicker-standard a {
    text-decoration: none;
}

.ui-timepicker-standard .ui-state-hover {
    background: #1D639F;
    border: 1px solid #1D639F;
    font-weight: 400;
    color: #fff;
}

/* == /Application/assets/css/typeahead.css == */ 

.twitter-typeahead {
    width:100%
}

/*.typeahead-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    line-height: 1.5em;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}*/

/*.typeahead-input { /* UPDATE: newer versions use typeahead-input instead of typeahead-query * /
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}*/

.typeahead-hint {
    color: #999;
}

.typeahead-menu { /* UPDATE: newer versions use typeahead-menu instead of typeahead-dropdown-menu */
    width: 100%;
    margin-top: 6px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    overflow: hidden;
}

.typeahead-suggestion {
    padding: 0.2em 1em;
    line-height: 1.5em;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.typeahead-dataset {
    display: table;
    width:100%;
}

ul.typeahead-selectable {
    list-style: none;
    display: table-row;
}

ul.typeahead-selectable > li {
    display: table-cell;
    padding: 4px 0 4px 12px;
}

.typeahead-suggestion:hover {
    background-color: #1e90ff;
    color: #fff;
}

.typeahead-suggestion.typeahead-cursor { /* UPDATE: newer versions use .typeahead-suggestion.typeahead-cursor */
    color: #fff;
    background-color: #0097cf;

}

.typeahead-suggestion p {
    margin: 0;
}



/* == /Application/assets/css/tooltip.css == */ 

.tooltip-inner {
    background-color: #76a1f7;
}


.tooltip.top .tooltip-arrow {
    border-top-color: #76a1f7;
}


.tooltip.bottom .tooltip-arrow {
     border-bottom-color: #76a1f7;
}

/* == /Application/assets/css/pagination.css == */ 
.pagination {
    margin-top: 0;
}

.btn-group {
    margin-right: 20px;
}

.btn-group > .btn {
    flex: none;
}

.btn-group >  .btn-group {
    margin-right: 0;
}


.pagination>li>a, .pagination>li>span {
    color: #337ab7;
    border: 1px solid #ddd;
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
}


/* == /Application/assets/css/archive-ribbon.css == */ 
.archive-ribbon {
    width: 200px;
    background: #e43;
    position: fixed;
    top: 18px;
    left: -62px;
    text-align: center;
    line-height: 37px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: 0 9px 3px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    font-weight: 800;
}


/* == /Application/assets/css/dl-horizontal.css == */ 
dl.dl-horizontal dd, dl.dl-horizontal dt {
    padding: 6px;
}

dt > label {
    margin-top: 5px;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}


.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 33%;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 34%;
        width: 66%;
    }
}

/* == /Financial/assets/css/invoice-row.css == */ 
.invoice-row > div {
    padding-right: 0px;
    padding-left: 5px;
}

.invoice-row > div:first-child {
    padding-left: 15px;
}


