
@import url(https://fonts.googleapis.com/css?family=Montserrat);

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import "iconize.css";

/*Firefox Fieldset fix for Bootstrap http://getbootstrap.com/css/#tables-responsive*/
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
/*Required for ngCloak directive in Angular*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.black {
    color: black;
}

.blue {
    color: #2d539d;
}

.tan {
    color: #615942;
}

.orange {
    color: orange;
}

.dark-red {
    color: hsl(1, 44%, 46%);
}

modal .green,
.green {
    color: #5cb85c;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
input[type="text"],
input[type="password"] {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.red {
    color: red;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

.no-padding {
    padding: 0;
}
.btn.btn-omb:focus {
    outline: none;
}
.btn.btn-omb.alx-additional {
    margin-left: 10px;
}
.btn.btn-omb.btn-warning {
    background-color:#ec971f;
}
.alx-form-group,
.form-horizontal .form-group.alx-form-group {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}
alx-filter{
    background-color: #f5f5f5;
    position: fixed;
    right: 0;
    top: 0;
    width: 33vw;
    height: 100%;
    -webkit-box-shadow: -2px 0 7px -3px #323232;
    -moz-box-shadow: -2px 0 7px -3px #323232;
    box-shadow: -2px 0 7px -3px #323232;
    z-index: 1000;
}
alx-filter .alx-filter-heading {
    padding-left: 8px;
    padding-right: 8px;
}
    alx-filter.alx-animate.ng-hide-add,
    alx-filter.alx-animate.ng-hide-remove {
        transition: all 0.25s linear;
    }

    alx-filter.alx-animate.ng-hide,
    alx-filter:not(.alx-animate) {
        right: -33vw;
    }

.alx-filter-panel .panel-heading {
    cursor: pointer;
    background-color: #2d539d;
    color: white;
    border-radius: 0;
}
.alx-filter-panel .panel-body,
.alx-filter-panel .list-group {
    padding: 0;
    position: relative;
}
    .alx-filter-panel .panel-body .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        right: 0px;
        padding-right: 15px;
        color: dimgray;
    }
    .alx-filter-panel .list-group .glyphicon {
        position: absolute;
        padding-top: 10px;
        pointer-events: none;
        left: 0px;
        padding-left: 15px;
    }
.alx-filter .panel-title a {
    color: black;
    text-decoration: none;
}
    .alx-filter .glyphicon-remove {
        color: red;
    }
    .alx-filter .glyphicon-remove:hover {
        cursor: pointer;
    }
    .alx-filter .panel-group .panel {
        border-radius: 0;
    }
    .alx-filter .panel-group .panel+.panel {
        margin-top: 0;
    }
    .alx-filter .panel {
        margin-bottom: 0;
        border-bottom: none;
        border-radius: 0;
    }
.alx-filter .list-group > .list-group-item > .filter-item {
    margin-left: 25px;
}
        .alx-filter .list-group > .list-group-item.active {
            background: #2d539d;
            color: white;
        }
        .alx-filter .list-group .list-group-item:hover {
            background: #2d539d;
            color: white;
            cursor: pointer;
        }
    .alx-filter .panel .glyphicon-triangle-bottom,
    .alx-filter .panel .glyphicon-triangle-top {
        float: right;
    }
    .alx-filter .list-group {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 300px;
    }
.alx-filter.btn-link {
    font-weight: 700;
    padding: 10px 18px;
}

.alx-input-group div[class*=col-] {
    padding:0;
}
.alx-input-group .form-control {
    border-radius: 0;
}
.alx-input-group div:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.alx-input-group div:last-child .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

alx-map {
    height: 1px;
    width: 1px;
}

.alx-map.loaded {
    position:relative;
    width:100%;
    height:60vh !important;
    min-height: 420px;
    margin-bottom: 10px;
}

.alx-list-item {
    padding-top: 8px;
}
.alx-list-item:hover {
    background: #f5f5f5;
    cursor: pointer;

}
.alx-parameter {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 4px;
    padding-left: 7px;
    margin-right: 4px;
}
.alx-parameter .glyphicon {
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
}

.alx-search {
    margin-bottom: 20px;
}
.alx-search>h3 {
    margin-top: 5px;
}
a:visited.or-btn,
a:link.or-btn,
a:link.btn-omb,
a:visited.btn-omb{
    color: #ffffff;
}

.add-left-margin {
    margin-left: 6px;
}
.add-right-margin {
    margin-right: 6px;
}

p small {
    font-size: 12px;
}

.or-btn,
.btn-omb,
.or-btn:focus,
.btn:focus{
    border: none;
    background: #4167b1 none repeat scroll 0 0;
    color: #ffffff;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px #141414;
    -moz-box-shadow: 0 1px 2px #141414;
    box-shadow: 0 1px 2px #141414;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

    .or-btn:hover,
    .btn-omb:hover {
        color: #ffffff;
        background: #2d539d;
        text-decoration: none;
        *-webkit-transition: all 0.05s ease-out;
        -moz-transition: all 0.05s ease-out;
        -o-transition: all 0.05s ease-out;
        transition: all 0.05s ease-out;
    }
    /*.or-btn:active {
        top: 3px;
        -webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
        box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
    }*/

    .or-btn.large {
        color: #ffffff;
        padding: 10px 20px;
    }

    .or-btn.blue {
        background: #2d539d;
    }

.btn-group > .btn.btn-toggle,
.btn-group > .btn.btn-toggle:active,
.btn-group > .btn.btn-toggle:focus {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}

    .btn-group > .btn.btn-toggle.active,
    .btn-group > .btn.btn-toggle.active:active,
    .btn-group > .btn.btn-toggle.active:focus {
        color: #ffffff;
        background: #2d539d;
        -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,.4);
        -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.4);
        box-shadow: inset 0 3px 3px rgba(0,0,0,.4);
        top: 0;
        border: 1px solid #ccc;
        outline-offset: 0;
        outline: none;
        border-radius: 4px;
        /*box-shadow: none;*/
    }
        .btn-group > .btn.btn-toggle:first-child:not(:last-child),
        .btn-group > .btn.btn-toggle.active:first-child:not(:last-child),
        .btn-group > .btn.btn-toggle:focus:first-child:not(:last-child),
        .btn-group > .btn.btn-toggle.active:focus:first-child:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        .btn-group > .btn.btn-toggle:last-child:not(:first-child),
        .btn-group > .btn.btn-toggle.active:last-child:not(:first-child),
        .btn-group > .btn.btn-toggle:focus:last-child:not(:first-child),
        .btn-group > .btn.btn-toggle.active:focus:last-child:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .btn:not(.dropdown-toggle) {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn.btn-alx-search {
    margin-top: 0;
}

.btn-blue,
.uib-close {
    color: #ffffff;
    background: #4167b1;
    border: 0;
}

    .btn-blue:hover,
    .btn-omb.btn-info:focus:active,
    .btn-omb.btn-info:focus,
    .uib-close:hover {
        color: #ffffff;
        background: #2d539d;
        border: 0;
    }
.btn-green,
.btn-green:focus {
    color: #ffffff;
    background: #5cb85c;
    border: 0;
    outline: none;
}


    .btn-green:hover {
        color: #ffffff;
        background: #449d44;
        border: 0;
    }
.btn-red{
    color: #ffffff;
    background: #d50202;
    border: 0;
}

    .btn-red:hover {
        color: #ffffff;
        background: #b70000;
        border: 0;
    }

.btn-bold {
    font-weight: 500;
}

.btn-next {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

    .btn-next:hover,
    .uib-datepicker-current {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }


.btn-add,
.btn-next,
.btn-back,
.btn-onlineservices,
.btn-confirmation {
    -webkit-box-shadow: 0px 7px 8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 7px 8px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 7px 8px rgba(50, 50, 50, 0.75);
}

    .btn-add:active,
    .btn-next:active,
    .btn-back:active,
    .btn-onlineservices:active,
    .btn-confirmation:active {
        top: 4px;
        -webkit-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.75);
    }

.navbar .nav.navbar-nav li > a.btn-logout {
    padding: 6px 12px;
}

.btn-logout, .btn-home {
    min-width: 100px;
    max-width: 150px;
    -webkit-box-shadow: -2px 2px 0px 0px rgba(50, 50, 50, .85);
    box-shadow: -2px 2px 0px 0px rgba(50, 50, 50, .85);
}

.btn-logout,
.btn-logout:focus,
.navbar .nav.navbar-nav li > a.btn-logout,
.navbar .nav.navbar-nav li > a.btn-logout:focus {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    outline: none;
}

    .btn-logout:hover,
    .navbar .nav.navbar-nav li > a.btn-logout:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
    }

    .btn-logout:active,
    .navbar .nav.navbar-nav li > a.btn-logout:active {
        -webkit-box-shadow: inset -2px 2px 0px 0px rgba(50, 50, 50, .75);
        box-shadow: inset -2px 2px 0px 0px rgba(50, 50, 50, .75);
    }

.btn-back,
.btn-add {
    margin-top: 16px;
}

    .btn-back:hover {
        color: #ffffff;
    }

.btn-confirmation:hover {
    background: #2d539d;
}

.button-link,
.btn-link,
.btn-link:focus {
    border: 0;
    background: none;
    margin-top: 0;
}

button.btn-link,
button.btn-link:hover,
button.btn-link:focus {
    text-decoration: none;
    background: none;
    outline: none;
}

.btn-link-bold {
    font-weight: bold;
}

.btn-info {
    margin-top: 5px;
}

a.btn-remove,
a:link.btn-remove,
.btn-remove,
.btn-remove:hover,
.btn-remove:focus {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.control-label .btn-info {
    margin-top: 0;
}

.btn-info .glyphicon {
    padding: 4px 2px;
}

.btn.btn-input-group {
    margin-top: 0;
    position: initial;
}

a.btn-save,
a.btn-save:focus {
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 11px;
    z-index: 1050;
}


button.btn-remove {
    margin-top: 7px;
}

.btn-upload-nav {
    margin-right: 10px;
}

.uib-datepicker-popup.dropdown-menu {
    display: block;
    padding: 5px;
}

.uib-datepicker-popup .btn {
    margin: 0;
    border-radius: 0;
}

.uib-datepicker-popup .uib-button-bar {
    padding: 5px 0 5px 0;
}

.uib-datepicker-popup .uib-title.btn,
.uib-datepicker-popup .uib-yearpicker .btn,
.uib-datepicker-popup .uib-monthpicker .btn,
.uib-datepicker-popup .uib-daypicker .btn,
.uib-datepicker-popup .uib-month .btn {
    width: 100%;
}

.uib-datepicker-popup .uib-clear {
    display: none;
}

.uib-datepicker-current,
.uib-datepicker-popup .btn-info.active {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.form-error {
    color: #a94442;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    /*top: 7px;*/
}

html,
body {
    height: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-shadow: none;
    /*padding-top:95px;*/
}

    body#secondary {
        /*padding-top: 60px;*/
    }

h1,
h2,
h3,
h4,
h5 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
}

.input-group.date-picker {
    margin-bottom: 0;
}

/*h5 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

.ms-rteElement-H3 {
    font-size: 24.5px;
}

a,
a:link,
a:visited {
    color: #2d539d;
    text-decoration: none;
}

    a:hover {
        color: #0f357f;
    }

.bold {
    font-weight: bold;
}

.boundfield-hidden {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.control-label-left {
    text-align: left !important;
}

.hard-return {
    white-space: pre-wrap;
}

.icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: hsl(0, 0%, 0%);
}

    .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.hamburger-menu {
    padding: 2px 5px 0px 0px;
    float: left;
}

.loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 5px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.nav-tabs > li > a.disabled {
    pointer-events: none;
    color: #999;
    cursor: not-allowed;
}

a.nav-link {
    cursor: pointer;
}

.nav-list {
    padding-left: 14px;
}

.navbar {
    z-index: 999;
    width: 100%;
}

    .navbar .navbar-brand {
        color: #ffffff;
        text-shadow: none;
        height: auto;
        padding-left: 100px;
    }

    .navbar.omb-navbar {
        background: #2d539d;
        filter: none;
        border-bottom: none;
        -webkit-box-shadow: 0 2px 3px #323232;
        -moz-box-shadow: 0 2px 3px #323232;
        box-shadow: 0 2px 3px #323232;
    }




.omb-navbar button.navbar-toggle {
    margin-top: 20px;
}

.omb-navbar .navbar-toggle:hover {
    background-color: #0f357f;
}

.omb-navbar .navbar-toggle .icon-bar {
    background-color: white;
}

ul.nav.navbar-nav {
    margin-top: 10px;
}

.navbar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .navbar .dynamic {
        display: none;
    }

    .navbar .divider-vertical {
        border-right: 1px solid #91b7ff;
        border-left: 1px solid #000000;
        margin: 0;
    }

    .navbar .nav li > a {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-shadow: none;
    }

        .navbar .nav li > a:hover,
        .navbar .nav li > a:focus,
        .nav .open > a {
            background: #193f89;
            color: #ffffff;
        }

    .navbar .nav .active > a {
        background: #193f89;
        font-weight: normal;
    }

        .navbar .nav .active > a:hover {
            background: #193f89;
        }

.navbar-nav li .glyphicon {
    margin-right: 2px;
    vertical-align: middle;
}

.navbar .nav .dropdown-menu {
    background: #ffffff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 254px;
}

    .navbar .nav .dropdown-menu > li > a:hover {
        background: #2d539d;
        color: #ffffff;
    }

    .navbar .nav .dropdown-menu > li > a {
        color: #000000;
    }

.navbar .nav li.dropdown.open > .dropdown-toggle {
    background: #193f89;
}

.no-icon {
    padding: 0;
    background: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-min-height {
    min-height: 0 !important;
}

#search button {
    background: none;
    border: none;
    margin-left: -30px;
    line-height: 18px;
    height: 18px;
    color: #615942;
}

.list-heading {
    font-size: 16px;
}

    .list-heading ~ .row {
        margin-left: 0;
    }

.logo {
    position: absolute;
    z-index: 1000;
}

.margin-min {
    margin: 0px 0px 0px 0px;
}

img.logo {
    left: 5px;
    top: 5px;
    -webkit-filter: drop-shadow(0 2px 3px #323232);
    filter: drop-shadow(0 2px 3px #323232);
}


#left-nav {
    background: url(../img/gray_texture.png) repeat;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    #left-nav .nav-header {
        color: #2d539d;
    }

    #left-nav .static .static {
        margin-left: 10px;
    }

#divSaving,
.als-status {
    width: 120px;
    left: 50%;
    margin-left: -60px;
    position: fixed;
    top: 11px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 8px rgba(50, 50, 50, 0.75);
    z-index: 999;
    opacity: 0;
    transition: 0.5s linear all;
    /*display: none;*/
}

    #divSaving.saving,
    .als-status.active {
        /*display: block;*/
        transition: 0.3s linear all;
        opacity: 100;
    }

.als-status {
    width: auto;
}

    .als-status.alert-danger {
        padding-left: 0;
    }

 .als-status-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     height: 0%;
     width: 100%;
     opacity: 0;
     z-index: 1;
     background-color: black;
 }
    .als-status-backdrop.active {
        z-index: 998;
        transition: 0.3s linear opacity;
        height: 100%;
        opacity: .50;
    }
@-moz-keyframes saving-data {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes saving-data {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes saving-data {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes status-busy {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes status-busy {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes status-busy {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.radio-list-horizontal td {
    border: medium none !important;
    padding: 1px 10px;
}

.radio-list-horizontal.radio-inline td label {
    margin-right:18px;
}


.saving-data,
.status-busy {
    position: absolute;
    width: 16px;
    height: 16px;
}

    .saving-data:after,
    .status-busy:after {
        position: absolute;
        width: 16px;
        height: 16px;
    }

    .saving-data:not(:required):after,
    .status-busy:not(:required):after {
        content: '';
        border-radius: 50%;
        border-top: 2px solid #3a87ad;
        border-right: 2px solid transparent;
        -webkit-animation: saving-data .6s linear infinite;
        -moz-animation: saving-data .6s linear infinite;
        -o-animation: saving-data .6s linear infinite;
        animation: saving-data .6s linear infinite;
        -webkit-animation: status-busy .6s linear infinite;
        -moz-animation: status-busy .6s linear infinite;
        -o-animation: status-busy .6s linear infinite;
        animation: status-busy .6s linear infinite;
    }

.saving-data-text {
    padding-left: 20px;
    height: 16px;
}

.spinning {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.status-message {
    padding-left: 20px;
}

blockquote {
    border-left-color: #615942;
    color: #615942;
}

#main-content {
    padding-bottom: 220px;
}

    #main-content h2 {
        color: #000000;
    }

    #main-content h4 {
        font-style: normal;
    }

    #main-content ul.unstyled li {
        margin-bottom: 10px;
    }

.task {
    display: block;
    font-size: 14px;
    height: 150px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

    .task .overlay {
        background: rgba(0, 0, 0, 0.2);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .task img {
        width: 100%;
        max-height: 150px;
    }

    .task .link-icon {
        display: block;
        position: absolute;
        top: 35%;
        left: 40%;
        right: 40%;
        z-index: 1;
    }

        .task .link-icon i {
            background: #4167b1;
            color: #ffffff;
            padding: 10px 11px;
            -webkit-border-top-right-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -webkit-border-top-left-radius: 20px;
            -moz-border-radius-topright: 20px;
            -moz-border-radius-bottomright: 20px;
            -moz-border-radius-bottomleft: 20px;
            -moz-border-radius-topleft: 20px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
            -moz-background-clip: padding-box;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

    .task .title {
        background: #2d539d;
        color: #ffffff;
        bottom: 0;
        left: 0;
        padding: 10px 0;
        position: absolute;
        display: block;
        width: 100%;
        z-index: 2;
    }

.text-dropdown {
    font-weight: 700;
    background: none;
    color: #337ab7;
    border: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;

}


.text-dropdown:hover {
    cursor: pointer;
}
.text-dropdown:focus {
    outline: none;
}


div.progress {
    margin-bottom: 0px;
}

.indent-sm,
.padding-left {
    padding-left: 10px !important;
}

.phq-sub {
    padding-left: 30px;
}

.radio.practice-type {
    margin-left: 10px;
}
span.password-verdict {
    color: black;
}

table {
    border-collapse: collapse;
    border-spacing: 15px 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    table.td-align-top > td {
        vertical-align: top;
    }

.table-borderless,
.table-borderless tbody + tbody,
.table-borderless thead tr th,
.table-borderless thead tr td .table-borderless tbody tr th,
.table-borderless tbody tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none !important;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.table-borderless-left,
.table-borderless-left tbody + tbody,
.table-borderless-left thead tr th,
.table-borderless-left thead tr td .table-borderless tbody tr th,
.table-borderless-left tbody tr td,
.table-borderless-left tfoot tr th,
.table-borderless-left tfoot tr td {
    border: none !important;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 50px;
    border-spacing: 5px 0px;
    border-collapse: collapse;
}

.table-wideborderless tbody + tbody,
.table-wideborderless thead tr th,
.table-wideborderless thead tr td .table-wideborderless tbody tr th,
.table-wideborderless tbody tr td,
.table-wideborderless tfoot tr th,
.table-wideborderless tfoot tr td {
    border: none;
    padding-bottom: 1px;
    padding-top: 1px;
}

.table.table-row-border-3 tbody tr:nth-child(3n+5){
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #ddd;
}

.table.table-row-border-3 thead tr th {
    border-bottom: 1px solid black;
}

.table.table-row-border-3 tbody tr td,
.table.table-row-border-3 thead tr th {
    border: none;
    padding: 3px;
}

.table-wide-columnleft {
    padding-left: 15px;
    padding-right: 10px;
}

.table-wide-columnright {
    padding-left: 10px;
    padding-right: 15px;
}

.table-wide-column {
    padding-left: 15px;
    padding-right: 15px;
}

.header.name {
    padding-left: 14px;
}

.header.fileid {
    padding-left: 14px;
}

.header.email {
    padding-left: 11px;
}

.header.license-type {
    padding-left: 4px;
}

.header.cur-status {
    padding-left: 26px;
}

.header.req-status {
    padding-left: 4px;
}

.header.fees-due {
    padding-left: 26px;
}


thead tr {
    border-bottom: 1px solid black;
}


thead th, .table-header {
    font-weight: bold;
    /*text-decoration: underline;*/
    vertical-align: bottom;
}

.datagrid.table > tbody > tr > td {
    border-top: 0;
}

.datagrid.table > tbody > tr:first-child > td {
    vertical-align: bottom;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid black;
    font-weight: bold;
}

#orgov_logo img {
    width: 70%;
    margin-top: 5px;
}


hr.carved {
    clear: both;
    float: none;
    width: 100%;
    margin: 0px;
    height: 2px;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.5, rgb(221,221,221)), color-stop(0.5, rgb(255,255,255)) );
    background-image: -moz-linear-gradient( center top, rgb(221,221,221) 50%, rgb(255,255,255) 50% );
}

.badge-Current,
.badge-OnFile,
.badge.current {
    background-color: #47a447;
    margin-top: 9px;
}

.badge-New,
.badge.new,
.badge-Requested,
.badge.previous{
    background-color: #2d539d;
    margin-top: 9px;
}

br + .badge-sq {
    margin-top: 9px;
    display: inline-block;
}

.badge-sq {
    font-weight: 700;
    min-width: 3rem;
    padding: 1px 6px;
    text-align: center;
    color: #757575;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid;
}

    .badge-sq.primary {
        /*color: #47a447;*/
        color: #2d539d;
        border-color: #2d539d;
        /*border-color: #47a447;*/
        /*background-color: #91a89f;*/
    }
    .badge-sq.secondary {
        color: #2d539d;
        border-color: #2d539d;
        /*background-color: #89aaca;*/
    }

.checklist li {
    padding-left: 30px;
}

    .checklist li.li-lg {
        height: 215px;
    }

li input[type='checkbox'] {
    position: absolute;
    left: 7px;
    padding-right: 5px;
    width: 19px;
    height: 19px;
    margin: 0 0 0;
}

.card {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;
    margin: auto 5px;
    border: 1px solid #dbdbdb;
    border-bottom-color: #c2c2c2;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
}


.full-width {
    width: 100%;
}

.modal {
    border-radius: 0;
    border: none;
    overflow-y: scroll;
}

    .modal.omb-modal {
        z-index: 1049;
    }

        .modal.omb-modal.modal-dialog {
            z-index: 1059;
        }

.modal-dialog {
    z-index: 1060;
}

.modal-body,
.modal-header {
    text-align: left;
}

.fade.in,
.fade.in-add {
    display: block;
}

.modal-backdrop {
    display: none;
}
.modal-footer .btn + .btn {
    margin-bottom: 10px;
}


.fade.in-remove {
    display: block;
}

.user-name-header,
.user-fileid-header {
    padding-left: 40px;
}

.user-workflow-header {
    padding-left: 5px;
}

.workflow-nav {
    position: initial;
    transition: all 0.2s ease 0s;
}

    .workflow-nav.top {
        width: 19%;
        max-width: 261px;
        position: fixed;
        top: 7px;
        transition: all 0.3s ease 0s;
    }

    .workflow-nav .workflow-link > button {
        background: none;
        border-radius: 4px;
        display: block;
        padding: 8px 5px;
        position: relative;
        border: none;
        width: 100%;
        text-align: left;
    }

    .workflow-nav .workflow-link {
        cursor: pointer;
    }

        .workflow-nav .workflow-link.next ~ li {
            color: hsl(0, 0%, 47%);
        }

            .workflow-nav .workflow-link.next ~ li > button {
                padding-left: 22px;
            }

            .workflow-nav .workflow-link.next ~ li:hover,
            .workflow-nav .workflow-link.next ~ li > button {
                background-color: hsla(0, 0%, 0%, 0);
                color: hsl(0, 0%, 47%);
                cursor: not-allowed;
                text-decoration: none;
            }


        .workflow-nav .workflow-link > button:hover,
        .workflow-nav .workflow-link > button:focus {
            text-decoration: none;
            background-color: hsl(0, 0%, 85%);
        }

        .workflow-nav .workflow-link.active > button,
        .workflow-nav .workflow-link.active > button:focus,
        .workflow-nav .workflow-link.active > button:hover {
            text-decoration: none;
            background: hsl(220, 69%, 32%);
            color: white;
        }

.section-fade {
    transition: 0.3s linear all;
    opacity: 1;
}

    .section-fade.ng-hide {
        transition: 0.3s linear all;
        opacity: 0;
    }

ul.padding-min {
    padding-left: 16px;
}

/*Disable displaying links when printing*/
@media print {
    a[href]:after {
        content: none;
    }
    html, body {
        height: auto;
    }
}
/* Large desktop */
@media (min-width: 980px) {

    .alx-list {
        overflow-y: auto;
        height: 60vh;
        min-height: 420px;
        margin-bottom: 10px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        /*padding: 95px 0 0 0;*/
    }

        body#secondary {
            padding-top: 0;
        }

    #search input[type="text"] {
        width: 98.5%;
    }

    #search button {
        float: right;
        margin-top: -25px;
        position: relative;
        z-index: 10;
    }

    .jumbotron {
        margin-top: 50px;
        padding: 10px;
    }

        .jumbotron h1 {
            font-size: 1.5em;
        }

        .jumbotron .bx-wrapper .bx-viewport {
            padding-bottom: 10px;
        }

        .jumbotron .or-btn {
            font-size: 14px;
            padding: 5px;
        }

    .task {
        font-size: 12px;
        height: 120px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        /*padding: 95px 0 0 0;*/
    }

        body#secondary {
            padding-top: 0;
        }

    .nav.navbar-nav.navbar-right > li {
        text-align: right;
    }

    .navbar .nav .dropdown-menu {
        width: 100%;
        text-align: right;
        background: none;
        color: white;
    }

        .navbar .nav .dropdown-menu > li > a:hover {
            background: none;
            color: #ffffff;
        }

        .navbar .nav .dropdown-menu > li > a {
            color: white;
        }

        .navbar .nav .dropdown-menu .dropdown-header {
            color: #ffffff;
            font-weight: bold;
        }

    .navbar .nav li.dropdown.open > .dropdown-toggle {
        background: none;
    }

    #search input[type="text"] {
        margin-right: -50px;
    }

    #search button {
        float: right;
        margin-top: -25px;
        position: relative;
        z-index: 10;
    }

    .jumbotron {
        margin-top: 50px;
        background: $dark;
        padding: 10px;
        height: 100px;
    }

        .jumbotron h1 {
            font-size: 1.5em;
        }

        .jumbotron img {
            display: none;
        }

        .jumbotron .btn {
            float: right;
            margin-top: -40px;
        }

    #main-content {
        padding: 10px;
    }

    .workflow-nav,
    .workflow-nav.top {
        position: inherit;
        width: 100%;
        max-width: 100%;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        /*padding: 95px 0 0 0;*/
    }

        body#secondary {
            padding-top: 0;
        }

    #search input[type="text"] {
        margin-right: -50px;
    }

    #search button {
        float: right;
        margin-right: 0;
        margin-top: -26px;
    }

    .jumbotron .btn {
        float: right;
        margin-top: -40px;
        padding: 5px;
    }

    #menu {
        display: none;
        margin-top: 20px;
    }

    #main-content {
        padding-bottom: 80px;
    }

    small {
        display: block;
    }
}
