
@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; }
}

.blue {
    color: #2d539d;
}

.tan {
    color: #615942;
}

.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
  ---------------------------------------------------*/
a:visited.or-btn,
a:link.or-btn {
    color: #ffffff;
}

p small {
    font-size: 12px;
}

.or-btn {
    border: none;
    -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 {
        color: #ffffff;
        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 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-blue {
    color: #ffffff;
    background: #4167b1;
}

    .btn-blue:hover {
        color: #ffffff;
        background: #2d539d;
    }

.btn-next {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.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);
    }

.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: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-confirmation:hover {
    background: #2d539d;
}

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;
}

/*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;
}

.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 .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;
}

#search button {
    background: none;
    border: none;
    margin-left: -30px;
    line-height: 18px;
    height: 18px;
    color: #615942;
}

.logo {
    position: absolute;
    z-index: 1000;
}
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 {
     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;
     display: none;
 }

 #divSaving.saving {
     display: block;
 }

@-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);
    }
}

.saving-data {
    position: absolute;
    width: 16px;
    height: 16px;
}

    .saving-data:after {
        position: absolute;
        width: 16px;
        height: 16px;
    }

    .saving-data: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;
    }

.saving-data-text {
    padding-left: 20px;
    height: 16px;
}

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;
    }


div.progress {
    margin-bottom: 0px;
}

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-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-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 {
    background-color: #47a447;
}

.badge.new {
    background-color: #2d539d;
}

.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;
    border-top: 10px solid #4167b1;
}
/*Disable displaying links when printing*/
@media print {
    a[href]:after {
        content: none;
    }
}
/* Large desktop */
@media (min-width: 1200px) {
}
/* 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;
    }
}
/* 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;
    }
}
