﻿/*@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,300,700);*/

/* ----- General ----- */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: 'Fira Sans', sans-serif;*/
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    line-height: 1.646;
    color: #444;
    background-color: #f3f3f3;
    padding: 80px 0 0 0;
    font-weight: 400;
}

div.input-group input[type=text].form-control {
    height: 26px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: inherit;
    margin-top: 5px;
}



div.validation-summary-errors ul {
    list-style: none;
    padding:0;
}

div > input[type=checkbox].val-warning:before {
    width: 12px;
    height: 12px;
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    content: '';
    background-color: #fcf8e3 !important;
    border-radius: 2px;
    border: 1px solid #c09853;
    
}

.modal.modeless{
    top:10%;
    left:50%;
    bottom:auto;
    right:auto;
    margin-left:-300px;
}

div > input[type=checkbox].val-danger:before {
    width: 12px;
    height: 12px;
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    content: '';
    background-color: #fcf8e3 !important;
    border-radius: 2px;
    border: 1px solid #c09853;
    
}

div > input[type=radio].val-danger:before {
    width: 13px;
    height: 13px;
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    content: '';
    background-color: #f2dede !important;
    border-radius: 6px;
    border: 1px solid #F65C67;
    
}

#ajaxLoadingBlock {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.box-shadow {
    -webkit-box-shadow: 5px 5px 8px 1px rgba(122,122,122,0.5);
    -moz-box-shadow: 5px 5px 8px 1px rgba(122,122,122,0.5);
    box-shadow: 5px 5px 8px 1px rgba(122,122,122,0.5);
    opacity: .98;
}

.box-shadow-lite {
    -webkit-box-shadow: 3px 3px 10px rgba(122,122,122,0.15);
    -moz-box-shadow: 3px 3px 10px rgba(122,122,122,0.15);
    box-shadow: 3px 3px 10px rgba(122,122,122,0.15);
}

.search-active {
    background-color: #5BAB0F;
}

    .search-active .row a {
        color: white !important;
    }

.match-found {
    color: #efb73e !important;
    animation: match-animate 1s ease-in-out 3;
}

.match-success {
    color: #79CB2A !important;
}

.match-none {
    color: #E35D2F !important;
}

a:hover span.glyphicon {
    color: #79CB2A !important;
}

span.confirm-match-success {
    color: #79CB2A !important;
}


input[type="checkbox"] {
    margin-top: 6px;
    margin-left: 1px;
}

input[type="radio"] {
    margin-top: 6px;
    margin-left: 1px;
}

.clickable {
    cursor: pointer;
}

.text-normal {
    color: #333;
}

.text-super-muted {
    color: #ddd;
}

.text-info {
    color: #4891B5;
}

li {
    color: #84c51f;
    list-style:square;
}

hr.separator {
    margin: 6px -20px 6px -20px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1efe1;
    padding: 0;
}

.modal-body hr.separator {
	margin: 6px -10px 6px -10px;
}

.btn-sm {
    padding: 3px 12px;
}

.alert-sm {
    padding: 2px 12px;
}

.minimal-padding {
    padding: 1px 7px;
}

.padding.padding-none {
    padding: 0px;
}

.font-thin {
    font-weight: 200;
}

.font-normal {
    font-weight: 400;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.icon-large {
    font-size: 2em !important;
}

.icon-medium {
    font-size: 1.5em !important;
    padding: 8px;
}

.nav .icon-medium, .nav .icon-large {
    color: #fff;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown-toggle {
    padding: 1px 12px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.05s linear;
    -o-transition: opacity 0.05s linear;
    transition: opacity 0.05s linear;
}

.dashed-border {
    border: 1px dashed #ccc;
    border-radius: 6px;
}

/* ----- CK Editor ----- */
body.cke_editable {
    margin: 5px;
}

/* ----- Combo ----- */
.form-search .combobox-container,
.form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

    .form-search .combobox-container .input-group-addon,
    .form-inline .combobox-container .input-group-addon {
        width: auto;
        line-height: .8;
    }


ul.dropdown-menu {
    z-index: 2000;
}

.combobox-selected .caret {
    display: none;
}

.combobox-selected .glyphicon-triangle-left {
    color: #aaa;
}

.combobox-container:not(.combobox-selected) .glyphicon-triangle-left {
    display: none;
}

.typeahead-long {
    max-height: 350px;
    overflow-y: auto;
}

.control-group.error .combobox-container .add-on {
    color: #B94A48;
    border-color: #B94A48;
}

.control-group.error .combobox-container .caret {
    border-top-color: #B94A48;
}

.control-group.warning .combobox-container .add-on {
    color: #C09853;
    border-color: #C09853;
}

.control-group.warning .combobox-container .caret {
    border-top-color: #C09853;
}

.control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847;
}

.control-group.success .combobox-container .caret {
    border-top-color: #468847;
}

/* ----- Panel ----- */

.panel {
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #ffffff;
    overflow-y: visible;
    border-radius: 2px;
    box-shadow: 0px 5px 5px -3px rgba(128,128,128,0.5) !important;
}

hr {
    color: #468847;
}

.panel-body {
    padding: 10px 20px;
}

.well {
    padding: 10px;
}

/* ----- Forms ----- */

.form-group {
    margin-bottom: 2px;
}

.form-control {
    height: 25px;
    padding: 3px 7px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #222;
}

select.form-control {
    padding: 2px 3px;
}

.input-group-addon {
    padding: 3px 10px;
    color: #666;
}

label {
    margin: 4px 0 0 0;
    font-weight: 700;
}


/* ----- Panel Sidebar ----- */

.panel-sidebar {
    position: absolute;
    top: 0px;
    left: -30px;
    background-color: #222;
    padding: 6px 0;
    color: #eee;
    border-radius: 5px 0 0 5px;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    overflow: hidden;
    z-index: 5;
    margin-bottom: 30px;
}

.panel-sidebar-fixed {
    position: fixed;
    top: 50px;
    left: 0px;
    background-color: #222;
    padding: 6px 0;
    color: #eee;
    font-size: 1.5em;
    text-align: center;
    height: 100%;
    overflow: hidden;
    z-index: 5;
    border-radius: 0;
}

.panel-sidebar > ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.panel-sidebar li {
    list-style-type: none;
    text-align: left;
}

.panel-sidebar .icon {
    width: 45px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    line-height: 1.05;
}

.panel-sidebar .title {
    font-size: 12px;
    vertical-align: middle;
    line-height: 30px;
    display: list-item;
    position: relative;
    height: 30px;
    top: -6px;
}

.panel-sidebar-collapsed {
    width: 45px;
}

    .panel-sidebar-collapsed .title {
        display: none;
    }

.panel-sidebar-expanded {
    width: 300px;
    overflow-y: auto;
}

    .panel-sidebar-expanded .title {
        display: inline-block;
        width: 230px;
        height: 30px;
        vertical-align: middle;
        text-align: left;
    }

.panel-sidebar a {
    color: #eee;
    text-decoration: none;
}

    .panel-sidebar a:hover {
        font-weight: 800;
        border: 1px solid #333;
        border-radius: 4px;
        color: #fff;
    }

.panel-sidebar li.completed a {
    color: #0d0;
}

.panel-sidebar li.incomplete a {
    color: #dd0;
}

.panel-sidebar li.error a {
    color: #d00;
}

.panel > .panel-sidebar-content {
    /*padding: 10px 15px 10px 15px;*/
}

table.ccl {
    border: 1px solid #999;
    border-collapse: collapse;
    width: 100%;
}

    table.ccl td {
        border: 1px solid #999;
        text-align: left;
        padding-left: 5px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

        table.ccl td.title {
            background-color: #beddf3;
            width: 5%;
            font-weight: bold;
        }

        table.ccl td.eligibility {
            width: 5%;
        }


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-xs {
    padding: 2px 4px !important;
}

.padding-sm {
    padding: 4px 8px !important;
}

.padding-md {
    padding: 6px 12px !important;
}

.margin-0 {
    margin: 0 !important;
}

.margin-xs {
    margin: 2px !important;
}

.margin-sm {
    margin: 4px !important;
}

.margin-md {
    margin: 6px !important;
}

.margin-lg {
    margin: 8px !important;
}

.rounded-all {
    border-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-top:3px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.alert-default {
  background-color: #F7F7F7;
  border-color: #F2F2F2;
  color: #ADADAD;
}
.alert-default hr {
  border-top-color: #EDEDED;
}
.alert-default .alert-link {
  color: #878787;
}

/* ----- Nav / Tabs etc ----- */

.body-content .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 10px;
}

.navbar {
    font-weight: 500;
    font-size: 100%;
    min-height: 40px;
    border: 0 0 1px 0;
    
}
.navbar .notification:hover {
    background-color:#97310e;
}

a.navbar-brand {
    padding: 10px;
    height: auto !important;
    
}

.nav-tabs.nav-justified > li > a {
    border: none;
}

.navbar-nav > li > a {
    padding: 10px 10px;
    height: 40px;
}

.nav-tabs.nav-large {
    font-weight: bold;
    font-size: 1.1em;
    margin: 3px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #dd4814;
    box-shadow: inset 0 -2px 0 #dd4814;
    color: #dd4814;
}


.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid transparent;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    border: none !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    margin-right: 0;
    background-color: transparent;
    border: none;
    color: #666666;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #dd4814;
    box-shadow: inset 0 -2px 0 #dd4814;
    color: #dd4814;
    background-color: transparent;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #dd4814;
    box-shadow: inset 0 -2px 0 #dd4814;
    color: #dd4814;
}

.nav-tabs > li > a.disabled-tab:hover,
.nav-tabs > li> a.disabled-tab:focus:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    cursor: not-allowed;
    color: #eee;
}

.nav-pills > li > a.disabled-tab:hover,
.nav-pills > li> a.disabled-tab:focus:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    color: #eee;
}

.sub-navbar {
    background-color: #F3F3F3;
    height: 32px;
}

.nav-section {
    padding: 3px 6px;
    display: table-cell;
    border-right: 1px solid #E3E3E3;
}

.modal .modal-header.modal-header-primary {
    background-color: #dd4814;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal.modal-grey .modal-body {
    background-color:rgb(243,243,244) ;
}

    .modal .modal-header.modal-header-primary button.close {
        color: white;
        opacity: 0.6;
        padding-top: 2px;
    }

        .modal .modal-header.modal-header-primary button.close:hover {
            color: white;
            opacity: 1;
            padding-top: 4px;
        }

.modal .modal-footer {
    padding: 5px;
}

.modal .modal-footer.modal-footer-grey {
    background-color: #f3f3f3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal .modal-body {
    padding: 10px;
}

.modal .modal-header {
    padding: 7px;
}

.panel.panel-float {
    background-color: white;
    box-shadow: rgba(0,0,0,0.2) 2px 2px 10px;
}

.hse-allow-view {
    cursor: pointer;
}


/* ----- Width Overrides ----- */

@media (min-width: 1280px) {
    .container {
        width: 1200px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .container.body-content {
            padding-left: 0px;
            padding-right: 0px;
        }
}

@media (min-width: 1390px) {
    .container {
        width: 1360px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1860px;
    }

    .nav-tabs.nav-large {
        font-weight: bold;
        font-size: 1.2em;
        margin: 3px;
    }
}

@media screen and (max-width: 767px) {
    .panel-sidebar {
        left: 0px;
    }

    .panel > .panel-sidebar-content {
        padding: 10px 15px 10px 35px;
    }
}

.strike-through {
    color: #aaa;
    text-decoration: line-through;
}

div.modal-body {
    max-height: 85vh;
    overflow-y: auto;
}

@media (min-width: 1280px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
      
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-xl {
        width: 1240px;
    }

    .modal-lg {
        width: 1200px;
    }

    .modal-sm {
        width: 400px;
    }

    .modal-md {
        width: 1000px;
    }
}

@media (min-width: 1900px) {
    .modal-xl {
        width: 1850px;
    }

    .modal-lg {
        width: 1500px;
    }

    .modal-md {
        width: 1000px;
    }
}

/* Validation */ 

.val-danger, .val-danger input.combobox-input, .val-invalid {
    background-color: #f2dede;
    border-color: #F65C67;
    color: #b94a48;
}

tr.invalid {
    background-color: #f2dede;
}

.val-warning, .val-warning input.combobox-input {
    background-color: #fcf8e3;
    border-color: #c09853;
}

.val-info {
    background-color: #D0DDE9;
    border-color: #6C849F;
}

.fake-anchor {
    cursor: pointer;
}

.fake-anchor:hover {
    text-decoration: underline;
}

.bg-inactive {
  background-color: #EBEBEB;
}

/* Data Tables */
.pagination > li > a {
    padding: 2px 8px;
}

select.input-sm {
    height: 26px;
}

div.dataTables_paginate {
    line-height: 1em;
}

table.table-super-condensed tr td, table.table-super-condensed tr th {
    padding: 2px;
}

.separator-bar {
    color: #F6835B;
}

/* Counsellor Highlighting */
input.portal-accessible, select.portal-accessible, div.portal-accessible input, div.portal-accessible select {
    background-color:#dff0d8;
    border-color:#468847;
}


ul.tree-combo li.not-selectable a {
    color: #c33 !important;
    background-color: #fff !important;
    cursor: not-allowed;
}

div.button-section .btn-sm {
    width: 120px;
}


