@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@media (min-width: 768px) {
    .form-horizontal .form-group div:nth-child(2) {
        margin-bottom: 10px;
    }

    .form-horizontal .form-group div:last-child {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .form-horizontal .form-group div:nth-child(2) {
        margin-bottom: 0px;
    }
}

.input-group-addon {
    cursor: pointer;
}

.input-group-addon-small {
    padding: 5px 12px;
}

.form-horizontal label {
    font-weight: normal;
}

.bg-highlight {
    color: #767676;
    background-color: #f3f3f3;
}

.bg-lightblue {
    color: #fff;
    background-color: #063464;
}

.bg-blue {
    color: #fff;
    background-color: #074474;
}

fieldset.fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

fieldset.fieldset legend {
    width: auto;
    border-bottom: none;
    margin-bottom: unset;
    font-size: unset;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xll-1,
.col-xll-2,
.col-xll-3,
.col-xll-4,
.col-xll-5,
.col-xll-6,
.col-xll-7,
.col-xll-8,
.col-xll-9,
.col-xll-10,
.col-xll-11,
.col-xll-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.img-circle {
    border-radius: 50%;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

label {
    margin-bottom: 5px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0px;
}

.dropdown-menu {
    padding: 5px 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: 0.25rem;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.show {
    display: block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>a {
    padding: 3px 20px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

/* panel css starts here */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

/* panel css ends here */

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.form-control {
    font-size: 14px;
}

/* form inline starts here */
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* form inline ends here */

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7;
}

.collapse.in {
    display: block;
}

.collapse {
    display: none;
}

/* bootstrap visibility css starts here */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* bootstrap visibility css ends here */


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

thead.light-blue tr th,
thead.light-blue tr td,
tr.light-blue th,
tr.light-blue td {
    color: #fff;
    background-color: #074474 !important;
}

tr.bg-primary th,
tr.bg-primary td {
    color: #fff;
    background-color: #337ab7;
}

tr.header-blue th,
tr.header-blue td {
    color: #fff;
    background-color: #074474;
}

tr.inlumon-table-header-row th,
tr.inlumon-table-header-row td {
    background-color: #074474 !important;
    color: white;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: auto;
    margin-bottom: 0px !important;
}  */

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.personal-fieldset legend {
    float: unset;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666667%;
}

.col-offset-10 {
    margin-left: 83.33333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666667%;
}

.col-offset-7 {
    margin-left: 58.33333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666667%;
}

.col-offset-4 {
    margin-left: 33.33333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.col-offset-1 {
    margin-left: 8.33333333%;
}

.col-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

/* glyphicon css starts here */
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(5be1347c682810f199c7.eot);
    src: url(5be1347c682810f199c7.eot?#iefix) format("embedded-opentype"), url(be810be3a3e14c682a25.woff2) format("woff2"), url(82b1212e45a2bc35dd73.woff) format("woff"), url(4692b9ec53fd5972caa2.ttf) format("truetype"), url(9a17786234899efcc963.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/* glyphicon css ends here */

.form-control {
    -moz-appearance: auto;
    appearance: auto;
}

.btn.btn-success:disabled {
    background-color: #214A21;
}

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

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

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

.btn-warning {
    background: #5E3A08;
}

.btn-warning.btn.disabled,
.btn-warning.btn:disabled {
    background: #5E3A08;
    color: white;
}

.nav-stacked {
    display: block;
}

.nav-stacked>li {
    float: none;
}

/* 
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
} */

.input-group {
    width: auto;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .input-group.col-md-5 {
        width: 41.66666667%;
    }
}

.pagination {
    margin: 20px 0;
    border-radius: 4px;
}

.inlumon-table-pager {
    display: flex;
    justify-content: center;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.flex-align-center {
    display: flex;
    justify-content: center;
}

.clear-both {
    display: block;
}

.clear-both::after,
.clear-both::before {
    clear: both;
}

.mob-pages {
    display: flex;
    justify-content: center;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.display-inline-full {
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.text-right {
    text-align: right !important;
}

.modal {
    z-index: 1055;
}

.modal.fade {
    opacity: 1;
}

.modal-header {
    display: block;
}

.modal-dialog {
    transform: translate(0, 0) !important;
}

.modal-dialog .modal-content .modal-header .close {
    background: none;
}

.modal {
    --bs-modal-width: unset;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.gridUpperDiv .header-right>* {
    width: auto;
}

.panel-blue {
    border-color: #337ab7;
}

.panel-blue>.panel-heading {
    color: #fff;
    background-color: #063464;
    border-color: #337ab7;
}

tr.bg-blue th,
tr.bg-blue td {
    color: #fff;
    background-color: #074474;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel .table-bordered tr {
    border-width: 0;
}

/* typeahead css starts here */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* typeahead css ends here */

/* multiselect css starts here */
.multi-select-dropdown-menu {
    text-align: left;
    padding: 10px;
    font-size: 14px;
    max-height: 200px;
    overflow-y: auto;
}

.multi-select-dropdown-menu .dropdown-item>button {
    height: 27px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    color: #000;
}

/* multiselect css ends here */

.bg-danger {
    background-color: #f2dede !important;
}

.login-form-section .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.login-form-section .input-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.login-form-section .input-group .form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.login-form-section .input-group.col-sm-12 {
    width: 100%;
}

.login-form-section .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-form-section .input-group .input-group-addon,
.login-form-section .input-group .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.login-form-section .input-group .input-group .form-control,
.login-form-section .input-group .input-group-addon,
.input-group-btn {
    display: table-cell;
}

/* Popover css starts here */
.popover.fade.in {
    opacity: 1;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

/* Popover css ends here */

/* tooltip css starts here */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* tooltip css ends here */

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(c6d29af524a42754cdc0.eot?v=4.6.1);src:url(c6d29af524a42754cdc0.eot?#iefix&v=4.6.1) format('embedded-opentype'),url(4c36aff1326d8b407f10.woff2?v=4.6.1) format('woff2'),url(b56f28625d882a06d0cc.woff?v=4.6.1) format('woff'),url(eb68809facbd4adf106a.ttf?v=4.6.1) format('truetype'),url(17d9bcc357372c282b23.svg?v=4.6.1#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    /*-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        top: 0;
        border-radius: 4px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            color: #fff;
            background: #337ab7;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #000;
            background: #eee;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        color: #333;
        background: #fff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
        position: absolute !important;
        top: 0;
        left: 0;
        margin: 0;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

    .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            opacity: .5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left .5s;
        -o-transition: margin-left .5s;
        transition: margin-left .5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-radius: 0 3px 3px 0;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-radius: 3px 0 0 3px;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #66afe9;
        /* outline: 0; */
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

/*!
 * validation.css for Native Software 
 *
 * Copyright 2014 v2.0.0
 * Created By Amit Parekh
 * Created Date 10/07/2014
 * Modify By Amit Parekh
 * Modify Date 18/09/2014
 */

/*------------------[ Label Classes ]------------------*/
.required-label:after
{
    content: "*";
    color: #ff0000;
    margin-left: 2px;
    /* font-size: 15px; */
    position:relative;
}
.required-type:before
{
    content: "*";
    color: #ff0000;
    margin-left: 2px;
    /* font-size: 15px; */
    position:relative;
}

/*------------------[ Input Textbox Border Format Classes ]------------------*/
.required-text
{
    /*border: 1px solid #ff0000 !important;*/
    background-color: #FFEBEB !important;
}

.required-text:hover ~ .nat-err-msg
{
    display: block !important;
}

/*------------------[ Span Tag Format Classes ]------------------*/
.nat-err-msg
{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #8c8c8c;
    right: 0;
    padding: 0px 5px;
    position: absolute;
    top: 60px;
    z-index: 1000;
    font-size: 12px;
    color: #FF0000;
    display: none;
    line-height: 24px;
}
.nat-err-msg-ng
{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #8c8c8c;
    right: 0;
    padding: 0px 5px;
    position: absolute;
    top: 41px;
    z-index: 1000;
    font-size: 12px;
    color: #FF0000;
    line-height: 24px;
}
.nat-err-msg:before
{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ff0000;
    border-width: 8px;
    margin-left: -36px;
}
.nat-err-msg-ng:before
{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ff0000;
    border-width: 8px;
    margin-left: -36px;
}
.nat-err-ng{
    font-size: 12px;
    color: #FF0000;
    line-height: 15px;
    float: right !important;
}
.notok {
    background: url(04298b8f1e60d5e98033.gif) no-repeat left;
    height: 16px;
    float: inherit;
    width: 20px;
    display: inline-block;
}
/*------------------[ Input Tag Classes ]------------------*/
.nat-required
{
    /* Apply your css */
}

.nat-alphabet
{
    /* Apply your css */
}

.nat-number
{
    /* Apply your css */
}

.nat-alphanumeric
{
    /* Apply your css */
}

.nat-regex
{
    /* Apply your css */
}

.nat-string
{
    /* Apply your css */
}

.nat-email
{
    /* Apply your css */
}

.nat-url
{
    /* Apply your css */
}

.nat-compare
{
    /* Apply your css */
}

.nat-unique
{
    /* Apply your css */
}

.nat-custom
{
    /* Apply your css */
}

/*------------------[ Error Span Classes ]------------------*/
.requirederrormessage
{
    /* Apply your css */
}

.valueerrormessage
{
    /* Apply your css */
}

.valuelengtherrormessage
{
    /* Apply your css */
}

.valuelimiterrormessage
{
    /* Apply your css */
}

.compareerrormessage
{
    /* Apply your css */
}

.uniqueerrormessage
{
    /* Apply your css */
}

.customerrormessage
{
    /* Apply your css */
}

.validation-summary,.validation-summary-ng
{
    background-color: #F2DEDE;
    color: #A94442;
    border: 1px solid #A94442 !important;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    font-size: small;
    display: none;
}
.validation-summary-ng{
    display:block;
}
.validation-summary a,.validation-summary-ng a
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px 5px;
    text-decoration: none;
    color: #737272;
    cursor: pointer;
}

.validation-summary li,.validation-summary-ng li
{
    list-style: disc !important;
    margin-left: 20px;
    float: none !important;
}

/*.validation-summary:after {
        content: "\f00d ";
        font-family: 'FontAwesome';
        margin: 3px 6px;
        vertical-align: top;
        color: #737272;
        right: 0;
        position: absolute;
        top: 0;
        cursor: pointer;
    }*/

.status-message,.status-message-ng
{
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    font-size: small;
    display: none;
}
.status-message-ng{
    display: block;
}
.status-message a,.status-message-ng a
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px 5px;
    text-decoration: none;
    color: #737272;
    cursor: pointer;
}

.status-message.error,.status-message-ng.error
{
    border: 1px solid #A94442 !important;
    background-color: #F2DEDE;
    color: #A94442;
}

.status-message.error:before,.status-message-ng.error:before
{
    content: "\f00d ";
    font-family: 'FontAwesome';
    margin: 6px;
    color: #A94442;
    font-size: large;
}

.status-message.success,.status-message-ng.success
{
    border: 1px solid #47802C !important;
    background-color: #CCEBC9;
    color: #47802C;
}

.status-message.success:before,.status-message-ng.success:before
{
    content: "\f00c ";
    font-family: 'FontAwesome';
    margin: 6px;
    color: #47802C;
    font-size: large;
}

.status-message.warning,.status-message-ng.warning
{
    border: 1px solid #A94442 !important;
    background-color: #F2DEDE;
    color: #A94442;
}

.status-message.warning:before,.status-message-ng.warning:before
{
    content: "\f071 ";
    font-family: 'FontAwesome';
    margin: 6px;
    color: #A94442;
    font-size: large;
}
.prefered-error .nat-err-msg-ng{
    right: inherit;
    top: 42px;
}

.required-content>span:after
{
    content: "*";
    color: #ff0000;
    margin-left: 2px;
    /* font-size: 15px; */
    position:relative;
}
.required-content span:first-of-type p {
    display: inline-block;
}
.nat-loader {
    top: 40% !important;
    bottom: inherit !important;
    z-index: 1052;
}

.nat-loader .modal-dialog .modal-content {
    box-shadow: none !important;
    border: none !important;
    color: #fff !important;
    background-color: transparent !important;
}

.email-msg .nat-err-msg {
    right: 360px;
    top: 45px;
}

.pass-msg .nat-err-msg {
    right: 147px;
    top: 45px;
}

.orange-bg {
    background-color: #fbc35e;
}

.green-bg {
    background-color: #8bfe8b;
}

@media (min-width:1200px) { 
    .header-middle-logo {
        margin: 0 117px !important;
    }
}

.h1, h2 {
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

body {
    /* background-color: #E1E1E1; */
    font-family: 13px/1.55 "Open Sans", Helvetica, Arial, sans-serif;
}

/*.body-s
{
    max-width: 400px;
    position: relative;
    z-index: 9999;
    margin:0 auto;
    padding:40px;
}*/


.footer-staff {
    background-color: #074474;
    border-top: 1px solid #939393;
    color: #ffffff;
    font-size: 14px;
    min-height: 410px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.staff-login {
    background-color: #f1f1f1;
}

/*backoffice login css*/

.back-office-form {
    width: 550px;
    margin: 0 auto;
}

.staff-container {
    background: #fff;
    display: inline-block;
    position: relative;
    max-width: 750px;
    width: 100%;
    text-align: left;
    margin-top: 130px;
    margin-bottom: 55px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 8px #dedede;
    border-radius: 4px;
}

.staff-logo-circle {
    margin-top: -114px !important;
    background-color: white;
    box-shadow: 0px -12px 9px #efeded;
    border-radius: 50%;
    width: 41% !important;
}
.pt10{padding-top: 10px;}
.online-header-board {
    font-family: tahoma;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    color: white;
    letter-spacing: 5px;
    /* text-shadow: 0px 5px 5px #0366b2; */
    padding-top: 0px;
}
.online-header-board span h1{
    font-family: tahoma;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    color: white;
    letter-spacing: 5px;
    /* text-shadow: 0px 5px 5px #0366b2; */
    padding-top: 0px;
    margin: 0px;
}

.back-office-form .staff-logo-circle {
    margin: 0 auto 0px auto;
}

.info-backoffice {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.loginstaff {
    width: 86%;
    margin: auto;
}

.loginstaff tr td {
    position: relative;
    padding-bottom: 15px;
}

.site-logostaff input {
    border: 1px solid #ddd !important;
    width: 100%;
    color: #5D5555;
    box-shadow: none;
    font-size: 14px;
    background: #FBFAF4;
    border: 2px solid;
    height: 34px;
    padding: 0 10px;
    margin: 0 7px 0 0;
    line-height: 34px;
    /* outline: 0; */
    border-radius: 4px;
    vertical-align: middle;
}

.staff-logo-circle span {
    position: absolute;
    width: 225px;
    height: 202px;
    background-repeat: no-repeat;
    background-size: 95%;
    margin-left: 2px;
    background-position: center;
    margin-top: 3px;
    border-radius: 50%;
}

@media screen and (max-width: 600px) {
  .boardname-online, h2.boardname-online {
        margin: 0px 0px 0 auto !important;
    }
    .img-set img {
        padding-top: 0 !important;
    }
}

.boardname-online, h2.boardname-online {
    font-family: tahoma;
    font-size: 42px;
    line-height:60px;
    letter-spacing: 2px;
    color: #0B5D9A;
    margin: 40px 13px 0 auto;
    text-align: center;
    text-shadow: 1px 0px 1px #0B6DAF;
}

.img-set img
{
    padding-top: 10%;
}

.footer-design
{
    font-size: 13px;font-family:Helvetica, sans-serif;letter-spacing: 1.2px;font-weight: normal;
}

.headerlogin img{
    padding-top: 2%;
}

.circleset {
    margin: 0 auto 0px auto;
    height: 225px;
}

.staff-login-css {
    float: right;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #074474 !important;
}

.requirederrormessage {
    float: right;
    position: absolute;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #ffbfbf;
    margin-right: 0px;
    background-color: #ffffff;
}

.email-msg .nat-err-msg {
    right: 0px;
}

/*end*/

.note {
    color: #999999;
    font-size: 11px;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
    /* color: #074474; */
    color: #0D5996;
}

.login-form-section {
    margin: 25px auto;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.19);
    color: #666666;
    /* outline: medium none; */
    position: relative;
    z-index: 1;
}

.login-content {
    background-color: #ffffff;
}

.section-title {
    background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #232323;
    display: block;
    font-size: 25px;
    font-weight: 300;
    padding: 27px 30px;
    font-family: OpenSans-Light;
}

.section-title h3,
.section-title h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
}


.log-error {
    font-size: 16px;
    margin-bottom: 15px;
}

.log-error ul li {
    list-style: inside;
}

.box-wrap {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: medium none;
    display: block;
    padding: 40px 30px 22px;
}

.log-input input {
    -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font-size: 15px;
    font-family: Open sans;
    height: 39px;
    outline: medium none;
    padding: 8px 10px !important;
    width: 100%;
}

.forget-pass {
    color: #999999;
    font-family: Open sans;
    font-size: 12px;
    line-height: 15px;
    margin-top: -15px;
    padding: 0 1px;
    cursor: pointer;
    margin-bottom: 15px;
}

.filled-in {
    margin-left: -7px;
}

.filled-in label {
    font-size: 15px;
    line-height: 26px !important;
    margin-left: 5px;
    vertical-align: top;
    color: #404040;
    font-family: Open sans;
    padding-left: 27px;
    font-weight: inherit;
}

input:checked+i::after,
.checkbox input:checked+i::after {
    opacity: 1;
}

.checkbox input+i::after {
    color: #074474;
}

.checkbox input+i::after {
    content: "";
    font: 12px/16px FontAwesome;
    height: 15px;
    left: -1px;
    text-align: center;
    top: -2px;
    width: 15px;
    vertical-align: top;
}

input+i::after,
.checkbox input+i::after {
    opacity: 0;
    position: absolute;
    transition: opacity 0.1s ease 0s;
}

input:checked+i,
.checkbox input:checked+i,
.toggle input:checked+i {
    border-color: #074474;
}

.checkbox i,
.toggle i,
.icon-append,
.icon-prepend {
    border-color: #e5e5e5;
    transition: border-color 0.3s ease 0s;
}

.checkbox:hover i {
    border-color: #64bfbe;
}

.checkbox i {
    background: #ffffff none repeat scroll 0 0;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 16px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 5px;
    width: 16px;
}

.checkbox input+i::after {
    color: #074474;
}

.log-btn {
    background: #f3f3f3 none repeat scroll 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 24px 30px 8px;
    overflow: hidden;
    font-family: Verdana;
}

.log-btn .button {
    background-color: #074474;
    border: 1px solid rgba(74, 93, 200, 0.8);
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    margin-bottom: 10px;
    font-family: verdana;
    font-size: 15px;
    height: 39px;
    margin: 0 0 14px;
    /* outline: medium none; */
    overflow: hidden;
    padding: 0 25px;
    text-decoration: none;
    font-weight: normal;
}

.button-login {
    background-color: #ffffff !important;
    border: 1px solid #dedede !important;
    color: #444444 !important;
}

/*------------------ Login woemail -------------------*/

.loginwo-logo-span span {
    float: left;
    font-family: tahoma;
    font-size: 30px;
    color: #0B5D9A;
    margin: 40px 13px 0 auto;
    text-align: center;
    width: 500px;
    text-shadow: 1px 0px 1px #0B6DAF;
}

.fst-logo {
    float: left;
    margin-top: 41px;
    text-align: right;
}

.text-normal {
    font-weight: normal;
}

.listcss {
    height: 70px;
    background-color: white;
    width: 100%;
    border: 1px solid rgb(222, 222, 222);
    padding-left: 10px;
}

.listcss input {
    width: auto !important;
    height: auto !important;
    margin-top: 6px;
    float: left;
}

.listcss label {
    float: left;
    margin-left: 5px;
    font-weight: normal;
    padding-top: 5px;
}

.listcss tr {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.filled-in-register label {
    float: left;
    font-weight: normal;
    line-height: 20px;
    padding-left: 19px;
}

.filled-in-register {
    margin-bottom: 10px;
}

.bg-white {
    background-color: white !important;
}

.box-shado {
    box-shadow: none !important;
}

.footer {
    background-color: #074474;
    border-top: 1px solid #939393;
    color: #ffffff;
    /* color: black; */
    font-size: 14px;
    position: absolute;
    width: 100%;
    padding-bottom: 40px;
    margin-top: -64px;
}

.footer .txtfooter {
    padding-top: 27%;
}

.footer a {
    color: #fff;
    /* color: black; */
}

.staff-login-user-view {
    padding: 135px 0 97px;
}

.staff-login-user-view .circleset {
    height: 170px;
}


/* login page banner styles start here */
.loginpage {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;

    .loginpage-child-left {
        flex: 99 0 400px;
        padding: 10px 20px;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.19);
        background: #f3f3f3 none repeat scroll 0 0;
        z-index: 1;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .loginpage-child-right {
        flex: 1 0 500px;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.19);
        background: #f3f3f3 none repeat scroll 0 0;
        z-index: 1;
        margin-bottom: 10px;
    }
}

.footer .txtloginfooter {
    padding-top: 80px;
}

/* login page banner styles end here */
body {
    margin: 0;
    font-family: sans-serif;
    padding: unset !important;
    font-size: 12px;
}

.uib-datepicker button.btn {
    color: black;
    border: solid 1px;
    border-color: rgb(204, 204, 204);
}


/*important*/

.bg-gary {
    background-color: #fafafa;
}

.text-left-imp {
    text-align: left !important;
}

.width-big {
    width: 512px !important;
}

.mt35 {
    margin-top: 35px;
}

.input-full {
    width: 100% !important;
}

.text-justify {
    text-align: justify;
}

.ListNumber {
    margin-left: 10px;
}

.ListNumber li {
    list-style: decimal;
    padding-top: 10px;
    padding-left: 5px;
}

.mt20 {
    margin-top: 20px;
}

.toolBarAddform {
    background-color: #fafafa;
    border: 1px solid #dedede;
    padding-top: 10px;
    border-radius: 5px 5px 0px 0px;
}


/*end*/

.width55 {
    width: 55px;
}

.width115 {
    width: 115px !important;
}

.company-big-input {
    width: 565px ! important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml180 {
    margin-left: 180px !important;
}

.ml16 {
    margin-left: 16px;
}

.ml17 {
    margin-left: 17px;
}

.ml22 {
    margin-left: 22px;
}

.radiolist {
    display: inline-table;
    width: 100%;
}


/*firm date*/

.dis-content {
    display: contents;
}

.all-form .form-div .input-date {
    width: 160px !important;
}

.first-date-icon {
    float: right;
    margin-top: -30px;
    margin-right: 4px;
}

.all-date-icon {
    float: right;
    margin-top: 6px;
    margin-left: 12px;
}

.mb10 {
    margin-bottom: 10px;
}


/*end*/


/*****cash balancing******/

.cashupperdiv {
    background-color: rgb(250, 250, 250);
    margin-top: 37px;
    margin-left: 2%;
    border: 1px solid rgb(222, 222, 222);
    padding: 1%;
    margin-bottom: 10px;
    width: 97%;
}

.cashupperdiv table {
    width: 100%;
    margin-top: 10px;
}

.cashtopheadingdesign {
    position: absolute;
    margin-top: -33px;
    background-color: rgb(250, 250, 250);
    border: 1px solid #dedede;
    padding-left: 17px;
    padding-top: 3px;
    padding-right: 17px;
    padding-bottom: 3px;
}

.sahsmalltab {
    position: absolute;
    background-color: rgb(255, 255, 255);
    margin-left: 15px;
    margin-top: -29px;
    border: 1px solid #dedede;
    padding-left: 10px;
    padding-right: 10px;
}

.cashsubtable {
    border: 1px solid rgb(222, 222, 222);
    margin-right: 2px;
    margin-top: 25px;
    padding: 1% 13px;
    float: left;
    width: 33%;
    background-color: #fdfdfd;
    border-radius: 4px;
}

.blockheader {
    height: 30px;
    background-color: #E5EDF2;
    width: 99.1%;
    border: 1px solid rgb(221, 227, 236);
    border-radius: 2px;
    color: rgb(89, 89, 89);
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
    margin: 10px auto;
}

.cashsubtable table tr td span {
    font-size: 11px;
    padding-right: 3px;
}

#dvSystem {
    display: none;
}


/*****End*********/

.pr-4 {
    padding-right: 4px;
}

.firm-user-pic {
    height: 18px;
    text-align: right;
    width: 100%;
    margin-top: -29px;
    padding-right: 10px;
}

.rounded-container-bottom {
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    width: 100%;
}

.renwa-sm-label {
    width: 125px !important;
}

.ml35 {
    margin-left: 35px;
}

.big-textarea {
    width: 678px;
    height: 47px;
}

.big-text {
    width: 175px !important;
}

.backoffice-board-Name {
    float: left;
    font-family: tahoma;
    font-size: 27px;
    font-weight: 600;
    margin: 35px 0px 0px auto;
    text-align: center;
    width: 580px;
    text-shadow: 0px 4px 3px #d6d6d6;
    letter-spacing: 1px;
}

#copyright p {
    text-align: center;
    margin-bottom: 0px;
}

.tab-content-div {
    border: 1px solid #dedede;
    margin: 21px;
    padding: 10px;
    margin-top: -8px !important;
}

.width200 {
    width: 200px !important;
}


/*usertype*/

.heading-usertype {
    font-size: 26px;
    color: #181920;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 64px;
    text-align: center;
}

.user-type-anchor .box-landing1:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    transition: 0.5s;
}

.user-type-anchor .box-landing2:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    transition: 0.5s;
}

.m-t3p {
    margin-top: 3%;
}

.box-landing1 {
    width: 50%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -moz-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -o-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -moz-osx-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -ms-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border: 1px solid #dcdcdc;
}

.box-landing2 {
    width: 50%;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -moz-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -o-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -moz-osx-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    -ms-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border: 1px solid #dcdcdc;
}

.box-landing1 h2 {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    clear: both;
    color: #4a545a;
    font-size: 20px;
    text-align: center;
    word-spacing: 1px;
    letter-spacing: 1px;
    line-height: 36px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.box-landing2 h2 {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    clear: both;
    color: #4a545a;
    font-size: 20px;
    text-align: center;
    word-spacing: 1px;
    letter-spacing: 1px;
    line-height: 36px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.panel-border {
    border: 1px solid #B8C9FF;
    border-radius: 5px;
    background-color: white;
}

.mb-30 {
    margin-bottom: 30px;
}


/*end*/

.text-right {
    /* text-align: right !important; */
}

.indi-info-textbox {
    width: 150px !important;
}

.indi-info-label {
    width: 119px !important;
}

.ml55 {
    margin-left: 55px;
}

.text-left {
    text-align: left;
}

.color-white {
    color: white;
}

.popstyle {
    position: fixed;
    z-index: 100;
    font-weight: bold;
    background-color: #074474;
    color: white;
    padding: 25px;
    text-align: center;
    transition: opacity 0.2s 0 ease;
    left: 30%;
    border-radius: 4px;
    box-shadow: 0px 0px 19px #bdbdbd;
    right: 30%;
    top: 5px;
}


/*applicant online*/

.innertextarea {
    width: 537px;
    float: right;
    margin-right: 8px;
}

.color-red {
    color: red;
}

.width99 {
    width: 99% !important;
}

.width100 {
    width: 100% !important;
}

.width50 {
    width: 50% !important;
}

.width400 {
    width: 400px !important;
}

.width77 {
    width: 77% !important;
}

.fee-type-online {
    width: 165px !important;
}

.width560 {
    width: 560px !important;
}

.width245 {
    width: 245px;
}


/*End*/

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    display: inline-block;
    margin-top: 0 !important;
    position: static;
    margin-right: 4px;
    vertical-align: top;
}

.container {
    padding: 0;
}

.btn-success {
    /* background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%); */
    /* background-repeat: repeat-x; */
    background-color: #214A21;
    /* cursor: pointer; */
}

.btn-blue-backoffice {
    /*     box-shadow: rgb(240, 247, 250) 0px 1px 0px 0px; */
    /*     background: linear-gradient(rgb(51, 189, 239) 5%, rgb(1, 154, 210) 100%) rgb(51, 189, 239); */
    background-color: rgb(1, 154, 210);
    border-radius: 4px;
    border: 1px solid rgb(5, 127, 208);
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 15px;
    /*     font-weight: bold; */
    padding: 6px 24px;
    text-decoration: none;
    /*     text-shadow: rgb(91, 97, 120) 0px -1px 0px; */
}

.btn-blue-backoffice:hover {
    /*     background: linear-gradient(rgb(45, 164, 208) 5%, rgb(27, 179, 234) 100%) rgb(36, 159, 204); */
    background-color: rgb(27, 179, 234);
    color: white;
}

.btn-blue-backoffice.disable-button:hover {
    background: darkgrey;
}

.input-sm,
select.input-sm,
.input-width {
    height: inherit !important;
    padding: 3px 3px !important;
}

.inline-error {
    display: inline-block;
}

a.renewalbo-li-a:hover {
    color: #bbb;
    text-decoration: underline;
}

a {
    cursor: pointer;
}

h4,
h2 {
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 8px;
    border: 1px solid #000080;
    border-radius: 0 !important;
    color: #000;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #828DD6;
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.peel-shadows::before {
    background: url(235b0a4acd406402cb0d.png) -63px -483px no-repeat;
    content: '';
    display: block;
    height: 7px;
    left: 6px;
    position: absolute;
    bottom: -8px;
    width: 110px;
}

.peel-shadows::after {
    background: url(235b0a4acd406402cb0d.png) -173px -483px no-repeat;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 6px;
    bottom: -8px;
    width: 110px;
}


/*------------------- General Class -----------------*/

.w5 {
    width: 5px;
}

.w10 {
    width: 10px;
}

.w15 {
    width: 15px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w175 {
    width: 175px;
}

.w200 {
    width: 200px;
}

.w20per {
    width: 20%;
}

.m0 {
    margin: 0 !important;
}

.m30 {
    margin: 30px !important;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb5 {
    margin-bottom: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr10-imp {
    margin-right: 10px !important;
}

.ml10-imp {
    margin-left: 10px !important;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml70{
    margin-left: 70px;
}

.addressdiv {
    margin-left: 113px;
}

.p0 {
    padding: 0px;
}

.ptb5 {
    padding: 5px 0;
}

.p10 {
    padding: 10px;
}

.p10-imp {
    padding: 10px !important;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt10 {
    padding-top: 10px;
}

.pt8 {
    padding-top: 8px;
}

.p5 {
    padding: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pl20 {
    padding-left: 20px;
}

.plr10 {
    padding: 0 10px;
}

.plr15 {
    padding: 0 15px;
}

.pb30 {
    padding-bottom: 30px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.line-add {
    line-height: 23px;
    margin-left: 3px;
    vertical-align: top;
}

.btn {
    font-size: 12px;
}

.remove-margin {
    margin-top: 2px !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.fa-trash {
    color: #e45454 !important;
}

.fa-ban {
    color: #d04f05 !important;
}

.fa-pencil {
    color: #304A6E !important;
}

h5 {
    font-weight: bold;
}

.rounded-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
}

.role-tree {
    border: solid 1px black;
    padding: 50px;
}

.inner-round {
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.show-all {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    margin-left: 2px;
    text-decoration: underline;
    vertical-align: middle;
}

table .lg-width {
    width: 250px;
}

table .md-width {
    width: 200px;
}

table .xmd-width {
    width: 150px;
}

table .sm-width {
    width: 90px;
}

table .xsm-width {
    width: 50px;
}

table .xxsm-width {
    width: 25px;
}

.lg-label {
    width: 490px !important;
}

.sm-label {
    width: 165px !important;
}

.sm-label-offset {
    margin-left: 172px !important;
}

.md-label{
    width: 325px !important;
}

.xsm-label {
    width: 130px !important;
}

.xxsm-input {
    width: 50px !important;
}

.xsm-input {
    width: 75px !important;
}

.sm-input {
    width: 100px !important;
}

.lg-input {
    width: 125px !important;
}

.xlg-input {
    width: 150px !important;
}

.xxlg-input {
    width: 200px !important;
}

.table-bordered>thead>tr>th>a {
    color: #fff !important;
    /* color: black !important; */
}

.table-bordered>tbody>tr>td ul li .btn {
    font-size: 12px;
}

.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>th {
    padding: 5px 8px;
    border: 0 none;
}

.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td,
.table-bordered>thead>tr>td {
    padding: 5px 8px;
    vertical-align: middle;
}

.txt-disabled {
    color: #ff0000;
    font-weight: 600;
}

.txt-enabled {
    color: #449D44;
    font-weight: 600;
}

.action-bar a {
    cursor: pointer;
}


/* .btn-warning {
    background-image: linear-gradient(to bottom, #ffffff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #cccccc;
    cursor: pointer;
    text-shadow: 0 1px 0 #ffffff;
    color: #000;
} */

input[type="text"],
input[type="password"],
textarea,
.all-form select,
.role-signup select,
.document-form select {
    /*background-color: rgb(252, 253, 253);*/
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #e5e5e5 inset;
    /* width: 200px; */
    /*border-color: #e5e5e5;*/
    padding: 5px;
}

textarea:focus,
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=file]:focus,
select:focus,
a:focus,
button:focus {
    /* outline: none !important; */
}

.user-form span {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 4px;
}

.nav-tabs {
    border-bottom: 0 none;
    margin-left: 10px;
}

t .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #90C05E;
    color: #181818;
    background: linear-gradient(rgb(182, 224, 38) 0%, rgb(171, 220, 40) 100%) rgb(221, 239, 180) !important;
}

.actived {
    background: linear-gradient(#b6e026 0%, #abdc28 100%) #ddefb4 !important;
}

.actived {
    box-shadow: inset 0px 0px 5px #939393;
    background: #b6e026;
    background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6e026), color-stop(100%, #abdc28));
    background: -webkit-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -o-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -ms-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: linear-gradient(to bottom, #b6e026 0%, #abdc28 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b6e026', endColorstr='#abdc28', GradientType=0);
    padding: 7px 12px;
    background: linear-gradient(rgb(182, 224, 38) 0%, rgb(171, 220, 40) 100%) rgb(221, 239, 180) !important;
}

.nav>li>a {
    padding: 4px 7px;
    background-color: #1884B5;
    color: #fff;
    border-radius: 5px;
    margin-top: 4px;
    font-family: Arial;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: rgba(43, 148, 191, 0.70);
}

.down-arrow {
    color: #5cb85c;
    font-size: 30px;
    margin-top: -3px;
    transform: scale(-1);
}

.arrow-wout-color {
    color: #919191;
    font-size: 30px;
    margin-top: -3px;
    transform: scale(-1);
}

.close {
    display: block;
    text-align: right;
    width: 100%;
}


/*------------------- Header class --------------------*/

.light-blue {
    background-color: #074474 !important;
}

.header-light-gray {
    background-color: #fafafa;
}

.header-gray {
    background-color: #d6d3d3;
    /* min-height: 26px; */
}

.header-sky {
    background-color: #E5EDF2;
}

.selected {
    background-color: #a4d2ee !important;
}


/*------------------- End General Class -----------------*/


/*------------------- DashboardStaff -------------*/

.dash-header {
    padding: 15px !important;
}

.dash-table .bt-width td {
    border-bottom-width: 0px;
}

.inner-border-lr {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.border-background-none {
    border: none !important;
    background: none !important;
}

.displaygrid {
    display: grid
}


/*---------------- User Account ----------------*/

#searchdata {
    height: auto !important;
}

.search-controls {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    display: table;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 12px;
    width: 100%;
}

.search-info {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 12px;
    display: inline-block;
    width: 100%;
}

.search-info a i {
    color: rgba(25, 24, 24, 0.68);
    cursor: pointer;
    line-height: 30px;
    margin-right: 14px;
    vertical-align: top;
}

.gridUpperDiv {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    margin-bottom: -3px;
    overflow: hidden;
    padding: 4px;
}

.gridUpperDiv span {
    display: inline-block;
    line-height: 25px;
    margin: 5px 7px 0 10px;
    vertical-align: top;
    cursor: pointer;
}

.down_arrow {
    background: rgba(0, 0, 0, 0) url(775d8128923b1c01282b.png) no-repeat scroll left center;
    display: block;
    float: left;
    margin: 4px 5px 0 2px;
    padding: 11px 10px;
}

.gridUpperDiv a.small.gray {
    padding: 2px 15px !important;
    float: left;
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
}

.gridUpperDiv a.pill-left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.gridUpperDiv a.pill-right {
    border-bottom-left-radius: 0;
    border-left: 0 none !important;
    border-right: 1px solid #595959;
    border-top-left-radius: 0;
}

.small.gray {
    background-color: #8B8B8B;
    color: #fff;
}

.close:after .search-info {
    display: none;
}

.control-block {
    display: inline-block;
}

.control-block input[type="text"].required-text,
.control-block select.required-text {
    margin-bottom: 5px;
    display: block !important;
}

.permission-container {
    margin: 20px auto;
    padding: 6px;
    background: #f5f5f5;
    border-radius: 5px;
}

.all-form .form-div,
.role-signup .form-div,
.role-signup .form-div,
.document-form .form-div {
    line-height: 25px;
    position: relative;
}

.all-form .form-div label,
.role-signup .form-div label,
.document-form .form-div label {
    width: 100px;
    text-align: right;
    margin-right: 8px;
    font-weight: normal;
}

.all-form .form-div label.xsm-label {
    width: 118px !important;
}

.all-form .form-div input,
.all-form .form-div select,
.document-form .form-div input,
.document-form .form-div select {
    display: inline-block !important;
}

.all-form .form-div input.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.all-form .form-div select.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.all-form .form-div select[disabled] {
    background-color: rgb(235, 235, 228);
}

.all-form .form-div.check-mailing label {
    width: 380px;
}

.password-rule {
    padding: 15px 25px 5px;
}

h4,
h3,
h2 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
}

.password-rule p {
    margin-bottom: 10px;
}

.useraccount-example {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px 12px;
    margin: 0 26px;
}

.heading span {
    font-weight: bold;
    font-size: 14px;
}

.useraccount-example .row {
    margin-top: 10px;
}

.holder {
    background-color: #fafafa;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #d3d3d0;
    color: #41372b;
    overflow: hidden;
    padding: 10px 8px;
    width: 100%;
    z-index: 1;
}

.user-table tr th {
    border-bottom: 0 none !important;
    color: white;
}

.table.uaccount-table {
    width: 63%;
}

.uaccount-table tr .sm-width,
.uaccount-table tr td {
    width: 57px !important;
    padding: 3px !important;
}

.dash-table tr td {
    color: #000 !important;
    border-color: #b4b4b4 !important;
}

.user-table ul li {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}

.user-table ul.uib-datepicker-popup li {
    display: list-item;
}

.user-table ul li i {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.user-table ul li a {
    text-decoration: none;
}

.user-table td i {
    cursor: pointer;
}

.user-table ul li span {
    margin-left: 2px;
}

.fa-search {
    font-size: 18px;
}

.right-blk-ifont {
    float: right;
    margin-top: 4px;
}

.right-blk-ifont i {
    font-size: 18px;
}

.Editbtn {
    font-size: 14px;
    /* color: rgb(255, 255, 255) !important; */
    /* color: black !important; */
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #69f #5784E5 #5784E5 #69f;
    margin-left: 20px;
    padding: 2px 7px;
    background: #4479BA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.small {
    padding: 2px 8px 2px 8px;
    font-size: 12px !important;
    line-height: 16px;
    border-radius: 3px;
    font-weight: normal !important;
}


/*---------------- End User Account ----------------*/


/*--------------- Register ----------------*/

.box-register {
    padding: 25px 30px 5px !important;
}


/*---------------- Roles ------------------*/

.action-bar {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    padding: 5px 12px;
}

.role-signup {
    margin: 0 auto;
    width: 50%;
}

.role-signup .form-div label,
.document-form .form-div label,
.all-form label {
    /*width: 120px;*/
    vertical-align: top;
}

.role-signup .form-div input,
.role-signup .form-div select {
    display: inline-block;
}

.role-detail {
    margin: 20px auto;
    padding: 6px;
}

.btn-role {
    padding: 4px;
}

.input2xwidth {
    width: 580px !important;
}

.toolBar {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    margin-top: 5px;
    overflow: hidden;
    padding: 4px;
}

.toolBar-form,
.toolbar-form {
    background: rgb(250, 250, 250);
    border: 1px solid #dddddd;
    padding: 15px 5px;
}

.toolbar-buttom,
.toolbar-bottom {
    background: #eeeeee none repeat scroll 0 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px;
    border-left: 1px solid #d8d7d7;
    border-right: 1px solid #d8d7d7;
    border-bottom: 1px solid #d8d7d7;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
}

.toolBar-form .fa {
    float: left;
}

.payment-processed .confirm {
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    pointer-events: all;
    background: green;
}

.per-data {
    overflow: hidden;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}

.per-data:last-child {
    border-bottom: 0 none;
}

.sub-part1 {
    display: block;
    margin-left: 35px;
    padding-top: 10px;
    overflow: hidden;
}

.pertxt li {
    display: inline-block;
    font-size: 13px !important;
    line-height: 28px;
    margin-bottom: 0;
    margin-right: 14px !important;
    text-transform: uppercase;
}

.lblpagename {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

.lblpagename-sub {
    margin-left: 42px;
    font-weight: bold;
    font-size: 13px;
}

.popup-title {
    background-color: #E5E5E5;
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.chk-block {
    display: inline-block;
    margin-right: 44px;
}

.chk-block>span>input {
    margin-top: -2px;
}

.board {
    height: auto;
}


/*---------------- End Roles ------------------*/


/*-------------------- Automated -----------------*/

.automated-div label {
    width: 110px !important;
}

.automated-div input {
    width: 190px !important;
}


/*------------------ Password Management ---------------*/

hr {
    border-color: #dedede;
}

.header-blue {
    background-color: #074474;
}

.header-blue div {
    color: #fff;
    font-family: Verdana;
    padding: 5px 12px;
}

.header-blue p {
    display: inline-block;
    color: #fff;
    margin: 0;
}

.inner-body {
    margin-top: 22px;
    padding: 0px 10px;
}

.inner-body .user-form {
    margin-bottom: 10px;
}

.inner-body .user-form span {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 4px;
}

.user-block .inner-body .table-bordered tr th,
.user-block .inner-body .table-bordered tr td {
    border: 1px solid #6d9eb8 !important;
}

.passmang-pagination {
    overflow: hidden;
}

.passmang-pagination .pagination {
    margin: 10px 0;
}

.btn-passmanage {
    overflow: hidden;
    margin-bottom: 10px;
}

.btn-passmanage .btn-disabled {
    background-color: #9d9999;
    color: #fff;
}


/*-------------------- Document List -----------------*/

.doc-first-div {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.doc-savecode {
    line-height: 33px;
    margin-left: 10px;
}

.document-form {
    margin: 18px auto;
    width: 76%;
}

.dificency-top {
    vertical-align: top;
    line-height: 23px;
}


/*-------------------- Application Text ---------------*/

.apptext-header span {
    margin-right: 5px;
}

.apptext-header .show-all {
    vertical-align: top;
    font-size: 13px;
    line-height: 23px;
    margin-left: 5px;
}


/*------------------- Council info ---------------*/

.up-div {
    margin-bottom: 6px;
}

.mt-10 {
    margin-top: 10px;
}

.councilinfo h4 {
    font-size: 15px;
}

.council-input input {
    width: 645px !important;
}

.council-address input {
    margin-top: 8px;
    vertical-align: top;
    width: 22px !important;
}

.council-address span {
    font-size: 13px;
    color: #515151;
    font-weight: bold;
    line-height: 29px;
    margin-left: 5px;
    vertical-align: top;
}

.coun-heading {
    display: block;
    font-size: 11px;
    margin-top: -10px;
}

label.input-label.required {
    background: url(67d52e432e7991b0d932.png) no-repeat;
    background-position: right -2px;
}

label.input-label {
    padding-right: 10px;
}


/*----------------- Message and Bulletin -----------*/

table.dataTable {
    border-collapse: collapse !important;
}

.msg-show-all {
    margin: 0 !important;
}

.msg-bulletin h3 {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    margin: 0;
    padding: 3px;
}

.brdr {
    border: 1px solid rgb(221, 233, 235) !important;
    box-shadow: inset 0px 0px 3px #DBDBDB;
}

.template-content td {
    border-color: #ddd !important;
}


/*------------------ Print Queue ---------------*/

.printstart-date {
    width: 102px !important;
    margin-right: 9px;
}


/*------------------ Individual -------------*/

.content {
    padding: 15px 8px 18px;
}

.print-dropdown {
    border-radius: 0;
    left: 584px;
    position: absolute;
    top: 55px;
    width: 50px;
}

.brandytest {
    border-right: 1px solid #dddddd;
    height: 427px !important;
}

.brandytest span b {
    color: #000 !important;
}

.individual-status-amg {
    width: 315px;
    overflow: hidden;
    margin: 0 auto;
}

.individual-status-amg span {
    margin-top: 3px;
    font-weight: bold;
    color: #fff;
}

.left-individual-block .left-block {
    width: 311px !important;
}

.left-individual-block .right-block {
    width: 908px !important;
    float: left;
    /* width: 759px !important; */
}

.individual-person-ul .individual-person-li {
    display: block;
    margin-bottom: 0;
}

.individual-person-ul .individual-person-li>div {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.individual-person-ul li {
    line-height: 14px;
    margin-bottom: 14px;
    vertical-align: top;
}

.individual-name-listadd label {
    width: 150px !important;
}

.individual-name-listadd input,
.individual-name-listadd select,
.individual-name-listadd textarea {
    width: 160px !important;
}

.statusicon {
    color: #07b207;
}

.individual-education .form-div label {
    width: 429px !important;
}

.custom-typeahead {
    background-color: #fdfdfd;
    padding: 0px;
    width: 635px !important;
    z-index: 10000;
    margin-left: 176px;
    margin-top: -6px;
    border-radius: 5px;
    border: none;
}

.custom-typeahead li {
    padding: 2px 10px;
    border-bottom: 1px solid #fbfbfb;
    border-top: 1px solid #fbfbfb;
}

.custom-typeahead li:hover {
    cursor: pointer;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}

.custom-typeahead-control {
    box-shadow: none;
}

.individual-details .form-div {
    line-height: inherit;
}

.individual-details .form-div label {
    width: 107px !important;
    text-align: left;
}

.individual-info {
    /*margin-top: 30px;*/
    margin-top: 5px;
}

.ml-12 {
    margin-left: -12px;
}

.backoffice-big-textbox {
    width: 546px !important;
}

.individual-info label {
    /* width: 100px !important; */
}

.govt-div .large-label {
    width: 205px !important;
}

.individual-info .input-width,
.individual-info select {
    /*width: 137px !important;*/
}

.individual-textbox input,
.individual-textbox select,
.individual-textbox textarea {
    box-shadow: 0 1px 4px 0 rgba(176, 199, 221, 0.3) inset;
    border: 1px solid #ccc;
    background-color: #fcfdfd;
}

.individual-info .radio-div {
    width: inherit !important;
    position: inherit !important;
    margin-right: 5px;
}

.individual-info ul {
    padding-left: 25px;
}

.individual-person label {
    width: 160px !important;
}

.individual-person .input-width {
    width: 160px !important;
}

.search-individual-input label {
    width: 160px !important;
}

.search-individual-input input {
    width: 668px !important;
}

.print-btn {
    display: inline-block !important;
    float: right;
    margin-top: 5px;
    color: rgb(153, 157, 161) !important;
    padding: 0 !important;
    margin-right: 20px;
}

.print-btn:hover {
    background-color: #eee !important;
    background-image: inherit !important;
}

.prefered-error .nat-err-msg {
    right: inherit;
    top: 42px;
}

.edu-fullname-error .nat-err-msg {
    right: 133px;
    top: 60px;
}

.notes-error .nat-err-msg {
    top: 76px;
    right: 133px;
}


/*------------------- Renewal -----------------*/

.nev-business label {
    width: 180px !important;
}

.nev-business .flsApplReqForm-long input {
    width: 628px !important;
}

.branch-service label {
    width: 276px !important;
}

.lirenew-info {
    position: absolute;
    right: 13px;
    top: 13px;
}

.lirenew-info span {
    font-size: 14px;
}

.lirenew-info label {
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.legal-info {
    margin: 10px 0 0;
    line-height: 20px;
}

.legal-info span {
    float: left;
    height: 43px;
    margin-right: 10px;
}

.legal-info .radio-inline .remove-margin {
    margin-top: 2px !important;
}

.legal-info button span {
    float: none;
    height: 30px;
    margin-right: 0px;
}


/*----------------------- Dashboard Applicant----------------*/

.dashboard-content {
    font-size: 15px;
}


/*---------------- Licensee Renewal --------------*/


/*----------------- 30-05-2016 -----------------*/

.applicationform {
    border-radius: 0;
}

.inactivelicense {
    display: block;
    margin-bottom: 17px;
    margin-top: 28px;
    padding: 10px;
}

.inactivelicense .checkbox {
    width: 752px;
    margin: 0 auto 0 106px;
}

.title-active-license {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    margin-top: -4px;
}

.title-active-licenseinfo {
    line-height: 21px;
    margin-top: -2px;
    font-size: 14px;
    width: 582px;
    margin-right: 33px;
    margin-left: 10px;
    float: right;
}

.inner-left {
    margin-left: 42px !important;
}

.legal-right-div {
    margin-left: -17px !important;
}

.residential-check input {
    width: inherit !important;
}

.residential-check label {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    width: inherit !important;
}

.emp-btn-add {
    text-align: right;
    margin: 10px 79px 10px 0;
}

.emp-right-div {
    margin-left: -26px;
}

.certification-update {
    margin-bottom: 20px;
}

.certification-account {
    margin-left: 61px;
}

.chk-certi-first {
    margin-left: 21px;
}

.chk-certi-first input {
    margin-right: 10px !important;
}

.chk-certi-sec input {
    margin-right: 10px !important;
}

.app-div {
    margin-left: 22px;
}

.apprentice-radio {
    vertical-align: top;
    line-height: 16px;
    margin-left: 22px;
}

.apprentice-long-div input {
    width: 608px !important;
}

.apprentice-fst-radio {
    margin-right: 10px !important;
}

.apprentice-sec-radio {
    margin-left: 14px !important;
    margin-right: 10px !important;
}

.apprentice-from {
    margin-left: -10px;
}

.apperntice-name {
    display: inline-block;
    width: 264px !important;
}

.apperntice-name label {
    width: 79px !important;
}

.apperntice-name input {
    width: 155px !important;
}

.apprentice-label label {
    width: 256px !important;
}

.apprentice-label input {
    width: 512px !important;
}

.apprentice-csz .address-c,
.apprentice-csz .address-s,
.apprentice-csz .address-z {
    width: 233px;
}

.apprentice-csz label {
    width: 67px !important;
}

.apprentice-csz input,
.apprentice-csz select {
    width: 157px !important;
}

.apprentice-fml .address-c,
.apprentice-fml .address-s,
.apprentice-fml .address-z {
    width: 280px;
}

.apprentice-wi .address-c,
.apprentice-wi .address-s,
.apprentice-wi .address-z {
    width: 270px;
}

.apprentice-wi label {
    width: 90px !important;
}

.apprentice-fml label {
    width: 120px !important;
}

.apprentice-fml input,
.apprentice-fml select {
    width: 140px !important;
}

.vetren-info .radio {
    margin-top: 30px;
}

.vetren-info .radio-inline {
    margin-top: 5px !important;
}

.vetren-title {
    width: 227px;
    float: left;
    margin-right: 10px;
}

.date-to {
    margin-left: -31px;
}

.edu-detail-div {
    width: 262px;
    display: inline-block;
}

.fee-info {
    color: #ff0000;
    font-weight: bold;
}

.fee-border-up {
    border-top: 1px solid rgba(128, 128, 128, 0.29);
}


/*-------------------------------------*/

.license-check input {
    width: 20px !important;
}

.license-check label {
    display: inline-block;
    font-weight: normal;
    line-height: 21px;
    vertical-align: top;
}

.residential-csz input,
.residential-csz select {
    width: 134px !important;
}

.residential-csz label {
    width: 74px !important;
}

.address-c {
    width: 246px;
    display: inline-block;
}

.address-s {
    width: 242px;
    display: inline-block;
}

.address-z {
    width: 244px;
    display: inline-block;
}

.status-acnumber {
    margin-top: 33px;
}

.applicationform {
    margin: 0 auto;
    width: 950px;
}

.applicationform .inner-app-form {
    min-height: 60px;
    border-bottom: 1px solid rgb(222, 222, 222);
    padding: 10px;
}

.get-started-content {
    min-height: 450px;
    overflow: hidden;
    padding: 0px 19px 18px;
}

.header-span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}

.header-active-in li div {
    font-size: 14px;
    line-height: 15px;
    vertical-align: top;
}

.sp-info input,
.sp-info select {
    width: 170px !important;
}

.flsApplReqForm {
    margin: 10px auto 25px;
    width: 95%;
    line-height: 26px;
}

.flsApplReqForm-long input {
    width: 619px !important;
}

.flsApplReqForm .all-form input,
.flsApplReqForm .all-form select {
    width: 180px;
}

.emp-info {
    width: 89%;
    margin: 0 auto 0 25px;
}

.child-support label {
    vertical-align: top;
    line-height: 15px;
}

.vetren-info span {
    vertical-align: top;
    line-height: 14px;
}

.legal-textarea {
    float: left;
    margin-left: 40px;
    width: 700px;
}

.edu-info input,
.edu-info select {
    width: 138px !important;
}

.date-services b {
    margin-left: 80px;
}

.date-services.newapp b {
    margin-left: 50px;
}

.date-services label {
    width: 47px !important;
}


/*--------------------------- Print Queue -----------------*/

.print-excel {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

.print-excel i {
    font-size: 20px;
    margin-right: 3px;
}

.bootstrap-table tbody tr td {
    padding: 16px 4px;
}

.bootstrap-table tbody tr:first-of-type:not(.msgNorecord) td {
    padding-top: 32px;
}

.bootstrap-table tbody tr {
    font-weight: bold;
    text-align: center;
}

.bootstrap-table thead th,
.bootstrap-table thead th a {
    color: #fff;
}

.show-records-div .form-control {
    display: inline-block;
    margin: 5px;
    width: 55px;
}

.show-records-div input.form-control {
    display: inline-block;
    margin: 5px;
    width: 130px;
}

.show-records-div input.form-control.search {
    width: 180px;
}

.show-records-div label.control-label {
    vertical-align: middle;
}

.document-container {
    border: 1px solid #ddd;
    display: table;
    padding: 15px 5px;
    width: 100%;
}

.inner-submission {
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    /*margin-left: -10px;
    margin-right: -10px;*/
}

.commentscroll {
    max-height: 200px;
    min-height: 60px;
    margin-bottom: 20px;
    overflow: auto;
}

.notesrepeater {
    padding-left: 0;
    text-align: justify;
}

label.control-label.isnotepublic {
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 6px;
    border: 1px solid #097cb0;
    border-radius: 0px 5px 0px 5px;
    border-top: 0px;
    border-right: 0px;
    color: #fff;
    background-color: #074474;
    font-size: 12px;
    font-weight: normal;
}

label.control-label.notetype {
    position: absolute;
    left: -1px;
    bottom: -6px;
    padding: 6px;
    border: 1px solid #097cb0;
    border-radius: 0px 5px 0px 5px;
    border-top: 0px;
    border-right: 0px;
    color: #fff;
    background-color: #074474;
    font-size: 12px;
    font-weight: normal;
}

div.callout a.notetype.delete {
    display: none;
}

div.callout:hover a.notetype.delete {
    display: block;
}

a.notetype.delete {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 5px 12px;
    font-size: 14px;
}

.callout-outer {
    padding: 15px;
}

.callout.top-right::before {
    border-top: 10px solid #2e90bd;
    bottom: -20px;
    right: 17px;
}

.callout::before {
    border: 0.8em solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

div.callout {
    background-color: #d4fdf4;
    background-image: -moz-linear-gradient(center top, #ddd, #eee);
    border: 1px solid #097cb0;
    border-radius: 3px;
    color: #000;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 75px;
    padding-bottom: 40px;
}

.callout-outer span {
    font-size: 11px;
    font-style: italic;
}


/*----------------left tab----------------------------------------*/

.lapplication-tab {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.lapplication-tab li {
    /* width: 229px; */
    margin-bottom: 8px;
}

.lapplication-tab li a {
    padding: 7px 12px;
    background-color: #ddefb4;
    color: #000;
}

.lapplication-tab li a i {
    background-color: #e75050;
    color: #fff;
    border-radius: 55px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
    width: 21px;
    float: right;
    padding: 0 4px;
}

.license-input .input-width {
    width: 157px !important;
}

.license-input .input-xlg.input-width {
    width: 250px !important;
}

.license-input .input-width-3x {
    width: 635px !important;
}

.license-input .input-width-2x {
    width: 322px !important;
}

.input-fields .input-width {
    width: 150px !important;
}

.input-fields .input-width-3x {
    width: 472px !important;
}

.input-fields .input-width-4x {
    width: 620px !important;
}

.input-fields .input-width-520 {
    width: 520px !important;
}

.input-fields .input-width-2x {
    width: 322px !important;
}

.license-certification {
    width: 140px !important;
}

.lefttab-heading-name {
    font-size: 18px !important;
}

.lefttab-middleheading {
    font-size: 16px !important;
}

.versn-text {
    font-size: 15px !important;
}

.left-tab-positon {
    margin-top: 6px;
    width: 22%;
}

.right-tab-positon {
    width: 78%;
}

.backhome {
    font-size: 18px !important;
}

.inner-heading {
    font-size: 15px !important;
}

.padding-subheading {
    padding: 1px;
}

.displaynon {
    display: none;
}

.disable-button {
    background: #9D9999;
    color: #C8C6C6 !important;
}

.lapplication-tab.nav-tabs>li.active>a {
    padding: 7px 12px;
    /* background-color: #90C05E; */
    /* box-shadow: inset 0px 0px 5px #939393; */
    background: #b6e026;
    /*     background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%); */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6e026), color-stop(100%, #abdc28)); */
    /* background: -webkit-linear-gradient(top, #b6e026 0%, #abdc28 100%); */
    /*     background: -o-linear-gradient(top, #b6e026 0%, #abdc28 100%); */
    /*     background: -ms-linear-gradient(top, #b6e026 0%, #abdc28 100%); */
    /* background: linear-gradient(to bottom, #b6e026 0%, #abdc28 100%); */
    /*     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b6e026', endColorstr='#abdc28', GradientType=0); */
    padding: 7px 12px;
    /* background: linear-gradient(rgb(182, 224, 38) 0%, rgb(171, 220, 40) 100%) rgb(221, 239, 180) !important; */
    color: #000;
}

.lapplication-tab li a:hover {
    background-color: rgb(182, 224, 38);
}

.license-input .input-width-2x {
    width: 400px !important;
}

.veteran-service {
    display: inline-block;
    max-height: 20px;
}

.error-container {
    color: red;
}

._720kb-datepicker-calendar {
    height: 260px;
    width: 260px !important;
}

.city-div {
    margin-left: 103px;
}

.license-input .input-width-4x {
    width: 647px !important;
}

.apprentice-csz .address-c,
.apprentice-csz .address-s,
.apprentice-csz .address-z {
    width: 247px;
}

.pading-notrequired {
    padding-right: 8px;
}

.norequred-space {
    padding-right: 8px;
}

.zipwidth-mini {
    width: 121px !important;
}

.dental-check input {
    float: left;
}

.chkdesign-long input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

.chkdesign-long span {
    display: block;
    padding-left: 17px;
    text-indent: 0px;
    margin-top: -16px;
}

.btn-success {
    font-family: Verdana;
}

.zip-width {
    width: 122px !important;
}

.inner-print {
    width: 700px;
    margin: 0 auto;
}

.fix-width {
    width: 200px;
    overflow: hidden;
}

.fix-width2 {
    width: 130px;
    overflow: hidden;
}

.mb0 {
    margin-bottom: 0px;
}

.affidavit-sub-item {
    padding-left: 35px;
}

.address-state {
    width: 175px;
    float: left;
}

.address-state label {
    width: 35px !important;
}

.address-state select.input-width {
    width: 120px !important;
}

.address-zip label {
    width: 35px !important;
}

.address-zip input.input-width {
    width: 85px !important;
}

.education-label {
    width: 180px !important;
}

.text-align-left {
    text-align: left !important;
}

.city-state-label {
    width: 42px !important;
}

.city-50 {
    float: left;
    width: 250px;
}

.city-txt {
    width: 170px !important;
}

.datea-label {
    width: 105px !important;
}

.date-outer {
    float: left;
    width: 230px;
}

.major-label {
    width: 55px !important;
}

.major-txt {
    width: 100px !important;
}

.major-50 {
    float: left;
    width: 180px;
}

.application-list-table {
    color: #333333;
    border-collapse: collapse;
}

.application-list-table .input-th {
    width: 18px;
    max-width: 18px;
}

.application-list-table .th-2 {
    width: 28px;
    max-width: 28px;
}

.application-list-table .th-3 {
    text-decoration: underline;
    width: 40px;
    max-width: 40px;
}

.application-list-table .th-4 {
    text-decoration: underline;
    text-align: center;
    width: 100px;
    max-width: 100px;
}

.application-list-table .th-5 {
    text-decoration: underline;
    text-align: center;
    width: 100px;
    max-width: 100px;
}

.application-list-table .th-6 {
    text-decoration: underline;
    text-align: center;
    width: 155px;
    max-width: 155px;
}

.application-list-table .th-7 {
    text-decoration: underline;
    text-align: center;
    width: 95px;
    max-width: 95px;
}

.application-list-table .th-8 {
    text-decoration: underline;
    text-align: center;
    width: 95px;
    max-width: 95px;
}

.application-list-table .th-9 {
    text-decoration: underline;
    text-align: center;
}

.application-list-table .th-10 {
    width: 95px;
    max-width: 95px;
    text-align: center;
}

.application-list-table .td-1 {
    padding-left: 5px;
}

.application-list-table tbody tr td:first-child {
    padding-left: 8px;
}

.application-list-table .color-white {
    color: #fff;
}

.application-list-table .list-header {
    background-color: #074474;
    padding-left: 8px;
    color: #fff;
    line-height: 3;
}

.application-list-table .list-td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.application-list-table .list-header a {
    color: #fff;
}

.fee-type {
    width: 300px !important;
    float: left;
}

.newApp .fee-type {
    width: 300px !important;
    float: none;
}


/* .profile-icon {
    height: 38px;
    width: 38px;
} */

.profile-icon {
    height: 32px;
    width: 25px;
    margin-top: -7px;
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.personal-fieldset {
    border: 1px dotted silver;
    padding-bottom: 9px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4.2px;
    width: 96%;
    margin-left: 14px;
}

.personal-fieldset legend {
    margin-left: inherit;
    width: auto;
    border-bottom: none;
}

.light-middle {
    font-weight: normal;
    vertical-align: middle !important;
}

.input-search-name {
    width: 583px !important;
}

.action-btn {
    margin-top: 3px;
    vertical-align: top;
}

.action-btn2 {
    margin-top: 3px;
}

.list-icons .small {
    padding: 2px 8px 2px 8px;
    font-size: 12px !important;
    line-height: 16px;
    border-radius: 3px;
    font-weight: normal !important;
}

.list-icons .buttonGreen {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    cursor: pointer;
    /* color: #fff; */
    color: black;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border: 1px solid #478839 !important;
}

.list-icons .buttonGreen:hover,
.buttonGreen:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn {
    color: white;
    border: none;
}

.btn.btn-default {
    color: black;
    border: solid 1px #ccc;
}

.btn-danger {
    background-color: #7D1F1C;
}


/*********************************Orange Button Start*****************************/

.list-icons .buttonPink {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
    cursor: pointer;
}

.list-icons .buttonPink {
    background-color: #f0ad4e;
    color: #333;
    border-color: #333;
    border: 1px solid #333 !important;
    border-radius: 0;
}

.list-icons .buttonPink:hover,
.buttonPink:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}


/***********************************Button yellow***********************************************/

.list-icons .buttonYellow {
    background-image: -webkit-linear-gradient(top, #ffcc00 0, #ffcc00 100%);
    background-image: -o-linear-gradient(top, #ffcc00 0, #ffcc00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffcc00));
    background-image: linear-gradient(to bottom, #ffcc00 0, #ffcc00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ffcc00', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #333;
    cursor: pointer;
    background-color: #ffcc00;
    color: #333;
    border: 1px solid #333 !important;
    border-radius: 0;
}

.list-icons .buttonYellow:hover,
.buttonYellow:focus {
    background-color: #ffcc00;
    background-position: 0 -15px;
}


/***********************************Button White***********************************************/

.list-icons .buttonWhite {
    background-color: #fff;
    color: #333;
    border-color: #333;
    border: 1px solid #333 !important;
    border-radius: 0;
    cursor: pointer;
}

.list-icons .buttonWhite:hover,
.buttonWhite:focus {
    background-color: #fff;
    background-position: 0 -15px;
}


/***********************************Button Light Blue***********************************************/

.list-icons .buttonLightBlue {
    background-color: #b7dde8;
    color: #333;
    border-color: #333;
    border: 1px solid #333 !important;
    border-radius: 0;
    cursor: pointer;
}

.list-icons .buttonLightBlue:hover,
.buttonLightBlue:focus {
    background-color: #b7dde8;
    background-position: 0 -15px;
}


/*verify page css*/

.view-details-table {
    width: 98%;
    border: 1px solid #dedede;
    margin: 10px;
    background-color: #fafafa;
    line-height: 27px;
}

.view-details-table tr td {
    border-bottom: 1px dotted #dedede;
    padding-right: 15px;
}

.verify-table {
    border: 1px solid #dedede;
}

.verify-table td {
    border-bottom: 1px solid #dedede;
}

.color-white a {
    color: white;
}


/*end verify page css*/


/*Document Upload Control Starts here*/

.tabs-space .individual-person label {
    width: 140px !important;
}

.smaller-doc-control .doc-type-div {
    width: 100%;
}

.smaller-doc-control .individual-person label {
    width: 100px !important;
}

.smaller-doc-control .sm-label-offset {
    margin-left: 110px !important;
}

.highlight-deleted {
    background-color: #fde0e0;
}


/*Document Upload Control ends here*/


/* Query Builder ends here */

.licenseTable {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.table>tbody>tr.endorsementRow>td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.table-provision tbody tr:nth-child(1) td {
    padding-top: 10px;
    font-size: 12px;
}

.table.licenseTable>tbody>tr>td {
    border-top: none;
}

.width-col-1 {
    width: 250px !important;
}

.width-col-2 {
    width: 100px !important;
}

.width-col-3 {
    width: 100px !important;
}

.width-col-4 {
    width: 250px !important;
}

.width-col-5 {
    width: 100px !important;
}

.width-col-6 {
    width: 100px !important;
}

.delete-highlight {
    color: rgb(254, 0, 0);
    font-style: italic;
    text-decoration: line-through;
    text-decoration-color: black;
}

.selected-license {
    color: #074474;
}

.section-disabled {
    pointer-events: none;
    opacity: 0.5;
    display: block;
}

.section-disabled-display-default {
    pointer-events: none;
    opacity: 0.8;
}

.section-disabled-visible {
    pointer-events: none;
    opacity: 0.8;
}

.additional-endorsement {
    width: 100%;
    float: right;
    margin-top: 16px;
}

.existing-endorsement {
    width: 100%;
    float: left;
}

.prev-license input.datefields {
    width: 70px;
    margin: 0px 2px 5px 2px;
    font-size: 12px;
}

.relativeposition {
    position: relative;
}

.relativeposition .expandcollapse {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}

.full-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
}

.full-screen .editorstyle .ta-scroll-window.ta-editor {
    min-height: 400px !important;
    max-height: 400px !important;
}


/* Angular File drag drop file css starts here */

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 65px;
    text-align: center;
    padding-top: 15px;
    width: 542px;
    font-size: 14px;
    /* color: #a18c8c; */
    color: black;
    display: inline-block;
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    position: relative;
    margin-bottom: 10px;
}

@media(max-width: 768px) {
    .drop-box {
        background: #F8F8F8;
        border: 5px dashed #DDD;
        height: initial;
        text-align: center;
        padding-top: 15px;
        width: 542px;
        font-size: initial;
        /* color: #a18c8c; */
        display: inline-block;
        width: initial;
        position: relative;
        margin-bottom: 10px;
    }
    label.pull-right {
        float: left!important;
    }
    .right-tab-positon {
        width: 100%;
    }
    .all-form .form-div label {
        text-align: left;
    }
    .apprentice-long-div input {
        width: 100% !important;
    }
    .license-input .input-width-4x {
        width: 100% !important;
    }
    .city-div {
        margin-left: initial !important;
    }
    .all-form .form-div input,
    .all-form .form-div select,
    .document-form .form-div input,
    .document-form .form-div select {
        display: block !important;
        width: 100% !important;
    }
    .license-input .input-width {
        width: 100% !important;
    }
    input[type="text"],
    input[type="password"],
    textarea,
    .all-form select,
    .role-signup select,
    .document-form select {
        width: 100% !important;
    }
    .apprentice-csz input,
    .apprentice-csz select {
        width: 100% !important;
    }
    .control-block {
        width: 100% !important;
    }
    .all-form .form-div,
    .role-signup .form-div,
    .role-signup .form-div,
    .document-form .form-div {
        min-width: initial !important;
    }
    .apprentice-csz .address-c,
    .apprentice-csz .address-s,
    .apprentice-csz .address-z {
        width: 100% !important;
    }
    table tbody tr td p {
        white-space: initial;
    }
    div[inlumon-content-editor] table,
    div[inlumon-content-editor] table colgroup col,
    div[inlumon-content-editor] table tbody tr,
    div[inlumon-content-editor] table tbody tr td {
        width: auto !important;
    }
    table[width],
    table[width] tr,
    table[width] tr td {
        width: auto;
    }
}

.smaller-doc-control .drop-box {
    height: 90px;
    width: -moz-calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
}

.dragover {
    border: 5px dashed #074474;
}

.dragover-err {
    border: 5px dashed red;
}


/* Angular File drag drop file css ends here */

.clear-both {
    clear: both;
}

.middle-content {
    min-height: 500px;
}

.first-part {
    width: 34%;
    display: inline-block;
}

.second-part {
    width: 24%;
    display: inline-block;
}

.second-part .sm-label {
    width: 100px !important;
    text-align: right !important;
}

.second-part label {
    text-align: left !important;
}

.third-part {
    width: 39%;
    display: inline-block;
}

.third-part .sm-label {
    width: 120px !important;
}

.file-restriction {
    height: auto !important;
    font-style: italic;
    font-weight: 600;
    color: #908989;
    position: absolute;
    right: 0px;
    bottom: -35px;
    margin-right: 0px !important;
    font-size: 12px;
}

.drop-box .invalid {
    display: none;
}

.dragover-err .valid {
    display: none;
}

.dragover-err .file-restriction {
    color: red;
}


/* Editor css changes starts here */

.editorstyle .ta-scroll-window.ta-editor {
    min-height: 180px !important;
    max-height: 180px !important;
    overflow-y: auto;
}


/* .ta-scroll-window div:focus {
    outline: none;
} */

.editorstyle .ta-scroll-window.ta-editor div[ta-bind] {
    height: 100%;
}


/* Editor css changes ends here */

.licensekindlabels {
    padding-left: 180px;
}

.verify-license .licensekindlabels {
    padding-left: 255px;
}

.licensekindlabels label.prior {
    width: 80px;
}

.licensekindlabels label.issue {
    width: 70px;
    padding-left: 5px;
}

.licensekindlabels label.expiration {
    width: 80px;
}

.licensekindlabels label {
    font-size: 10px;
    font-weight: bold;
    width: 82px;
    text-align: center;
    margin-left: 4px;
    margin-right: 0px;
}

.licensekindlabels label.smaller {
    width: 75px;
}

.licensekindlabels label p {
    margin: 0px;
}

.all-form.legal-info textarea.form-control {
    overflow-x: hidden;
}

.rowsection {
    display: inline-block;
    width: 100%;
}

.prev-license select.small-select,
.prev-license input.datefields {
    width: 82px;
    margin-left: 2px;
}

.prev-license select.smaller-select {
    width: 75px;
    margin-left: 5px;
}

.priorIssueApplies .datefields.issue-date,
.priorIssueApplies .licensekindlabels .issue-date {
    margin-left: 192px;
}

.majorminor-table {
    margin: 5px 10px 10px 50px;
    width: 635px;
}

.majorminor-table tr th,
.table-gray tr th {
    background-color: #ddd;
    color: #2f2d2d;
}

.tblUploadSection tr td {
    padding-top: 10px;
}

.dnq-reason {
    margin-left: 260px;
}

.dnq-reason select {
    width: 85px;
    float: left;
}

.dnq-reason textarea {
    margin-left: 8px;
    overflow-x: hidden;
    width: 355px;
    min-height: 60px;
    resize: none;
}

.appfooter {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.fixed-table {
    table-layout: fixed;
    width: 100%;
}

.fixed-table th,
.fixed-table td,
.fixed-table span {
    word-wrap: break-word;
}

.font-red {
    color: red;
}

.color-red {
    color: red;
}

.color-info {
    color: #31b0d5;
}

.font-green {
    color: green;
}

.font-lt-green {
    color: #01a901;
}

.font-bold {
    font-weight: bold;
}

.font-bold-imp {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}

.delete-enabled {
    float: left;
    width: 95%;
}

.delete-section {
    width: 40px;
    float: left;
}

.delete-section label {
    color: red;
    font-size: 12px;
    margin-top: 15px;
    font-weight: normal;
    margin-left: -2px;
}

.delete-kind {
    position: absolute;
    left: 20px;
}

.delete-end {
    position: absolute;
    left: -52px;
}


/* .prev-license input.datefields.prior-issue-date{
    margin-left: 100px;
} */

.prev-license .lic-type {
    margin-right: 100px;
}

.bgcheck .first-part {
    width: 34%;
}

.bgcheck .first-part .sm-label {
    width: 140px !important;
}

.bgcheck .second-part {
    width: 26%;
}

.bgcheck .second-part .sm-label {
    width: 70px !important;
}

.bgcheck .third-part {
    width: 39%;
}

.bgcheck .third-part .sm-label {
    width: 100px !important;
}

.bgcheck .fpmethod .sm-label {
    width: 140px !important;
}

.block-section {
    width: 100% !important;
    display: inline-block;
}

.block-section a i {
    font-size: 18px;
    margin: 5px;
}

.block-section a:hover {
    text-decoration: none;
}

.applink {
    color: blue;
    text-decoration: underline;
}

.prodev {
    display: inline-block;
}

.prodev p {
    float: right;
}

.ext-status {
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px;
    background-color: rgb(143, 236, 106);
}

.form-horizontal .form-control {
    width: 100%;
    margin-bottom: 0px;
    padding: 2px;
    height: auto;
}

.form-horizontal label {
    font-weight: normal;
    font-weight: bold;
}

.form-horizontal label.bold-text {
    font-weight: bold;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
}


/* Individual Info search results starts here */

.ind-info-table {
    table-layout: fixed;
    color: #0000ff;
    text-decoration: underline;
    word-break: break-word;
}

.ind-info-table>tbody tr.active>td {
    background-color: rgb(143, 236, 106);
}

.ind-info-table>tbody tr:hover {
    background-color: rgb(213, 250, 198) !important;
    cursor: pointer;
}

.ind-info-table>tbody tr td,
.ind-info-table>thead tr th {
    border-top: 0 none;
    padding: 6px 3px;
}

.ind-info-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind-info-table th:nth-child(1) {
    width: 80px;
}

.ind-info-table th:nth-child(2) {
    width: 80px;
}

.ind-info-table th:nth-child(3) {
    width: 80px;
    padding-right: 2px;
}


/* Individual Info search results ends here */

.listing-icon {
    display: inline-block;
    margin: 0 0px;
}

.listing-icon img {
    height: 26px;
}

.listing-icon img.small-icon {
    height: 24px;
    margin-bottom: 2px;
}

.toolbar-block {
    display: inline-block;
}

.toolbar-underadd {
    float: right;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 10px;
}

.inner-input-width {
    width: 157px !important;
}

.inner-section {
    display: inline-block;
}

.width2xAdd {
    width: 75% !important;
}

.section-disabled {
    pointer-events: none;
    opacity: 0.5;
    display: block;
}


/* Firms Styles */

.toolBar {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    margin-top: 5px;
    overflow: hidden;
    padding: 4px;
}

.toolBar-form {
    background: rgb(250, 250, 250);
    border: 1px solid #dddddd;
    padding: 15px 5px;
    border-radius: 3px 3px 0px 0px;
}

.toolBar-action {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    overflow: hidden;
    border-top: 1px solid #fffefe;
    padding: 4px;
}

.toolBar-buttom {
    background: #eeeeee none repeat scroll 0 0;
    border-top: 1px solid #ffffff;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px;
    border-left: 1px solid #d8d7d7;
    border-right: 1px solid #d8d7d7;
    border-bottom: 1px solid #d8d7d7;
}

.header-internal-tabs {
    padding: 4px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #cecece;
    border-bottom: 1px solid #d2d2d2;
    background-color: #F9F7F4;
    -webkit-box-shadow: inset 0px 1px 2px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #767676;
    background: #f3f3f3;
}

.header-internal-tabs.ind-info {
    margin: -15px -8px 10px -8px;
}

.header-internal-tabs i {
    color: #1884b5;
}

.header-internal-tabs div {
    font-family: Verdana;
    padding: 5px 12px;
}

.header-internal-tabs p {
    display: inline-block;
    /* color: #fff; */
    margin: 0;
}

.bold-text {
    font-weight: bold;
}

.font-red {
    color: red;
}

.displaytable {
    display: table;
}

.primary-source {
    position: relative;
}

.primary-source-seal {
    position: absolute;
    right: 60px;
    top: -85px;
}

.detail-container .left-col {
    width: 50%;
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.detail-container .right-col {
    padding-left: 10px;
    width: 50%;
    float: left;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}


/*PDf Section Css starts here*/

.pdf .showInPdf {
    display: block !important;
}

.pdf tr.showInPdf {
    display: table-row !important;
    text-align: justify;
}

.pdf .hideInPdf,
.showInPdf,
.pdf .inner-heading,
.pdf .submit-panel {
    display: none !important;
}

.pdf .section-form {
    page-break-inside: avoid;
}

.pdf .section-form,
.pdf .section-form table,
.pdf .payment-table {
    font-size: 12px;
}

.pdf .newApplicationForm {
    width: 1024px;
    margin: 5px;
}

.pdf .textAreaReplaced {
    width: 100%;
    float: left;
}

.pdf .textAreaReplaced pre {
    word-break: normal;
    text-align: justify;
}

.pdf .experiencFormPartB{
    width:1024px;
}

.pdf .section-disabled{
    opacity: 1;
}
/*PDf Section Css ends here*/

ul.original-list li {
    list-style-type: disc;
}

.collapse.in.inline {
    display: inline-block;
    width: 100%;
}

.notesbox {
    width: calc(100% - 180px) !important;
}

.inner-submission {
    width: 100%;
    padding: 5px;
    border-left: 0;
    border-right: 0;
    border: 1px solid #e6e6e6;
    display: inline-block;
    border-top: none;
}

.disable-controls input,
.disable-controls select,
.disable-controls textarea,
.disable-controls button,
.disable-controls a:not(.enabled),
.disable-controls .external-description-field,
.disable-controls .experience-description-field {
    background-color: #e6e6e6 !important;
    pointer-events: none;
}


.disable-controls input[type="checkbox"],
.disable-controls input[type="radio"] {
    background-color: #e6e6e6 !important;
    pointer-events: none;
}

.disable-controls label {
    pointer-events: none;
}

.warning-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #8a8a8a;
    color: white;
    display: block;
    padding: 4px 2px 2px 2px;
    font-size: 13px;
}

.warning-icon:focus,
.warning-icon:hover {
    color: white;
}

.warning-icon-red {
    background-color: red;
}

.action-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 11px;
    display: inline-block;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

a.action-icon:hover {
    color: white;
}

.action-icon.warn {
    background-color: gray;
}

.action-icon.warn-red {
    background-color: red !important;
}

.action-icon.ld {
    background-color: skyblue
}

.action-icon.ce {
    background-color: dodgerblue
}

.action-icon.def {
    background-color: goldenrod;
}

.action-icon.yellow {
    background-color: yellow;
    color: black;
    border: #e6e6e6;
}

.action-icon.red {
    background-color: red;
    color: white;
    border: #e6e6e6;
}

.action-icon.green {
    background-color: green;
}

.action-icon.sup {
    background-color: green;
}

.verification-icon {
    background: #fe0000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 1px 0px 0px 1px;
    margin-right: 5px;
}

.popover {
    max-width: 100%;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.deficiency-container {
    border: 1px solid #EEEEEE;
    padding: 10px;
    background-color: #fdfdfd;
}

.deficiency-container .deficiency {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    position: relative;
}

.deficiency-container .deficiency.deficiency-border{
    border: 1px solid #ccc;
}

.deficiency-container .deficiency .resolved-layover{
    position: absolute;
    top: 0;
    font-size: 20px;
    color: green;
    z-index: 1;
    border: 1px solid #67bb67;
    right: 0;
    text-align: center;
    padding: 5px;
}

.deficiency-list {
    width: 500px;
}

.deficiency-list input {
    vertical-align: top;
}

.deficiency-container .deficiency label {
    padding-left: 10px;
}

.deficiency-list span {
    display: inline-block;
    width: 455px;
}

.inputsecurity {
    font-family: 'security' !important;
    -webkit-text-security: disc;
}

@font-face {
    font-family: 'security';
    src: url(0077371775d8f36c8626.ttf);
}

.tab-header {
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.panel .panel-heading .panel-button-container {
    margin-top: -5px;
}

.panel .panel-heading .panel-control-container {
    margin-top: -10px;
}

.licensee-header .main-logo {
    height: 100px;
    width: 100px;
}

.licensee-header .board-name {
    font-size: 36px;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
}

.licensee-header .alternate-logo {
    height: auto;
    width: 200px;
}

@media (max-width: 767px) {
    .licensee-header .main-logo {
        height: 60px;
        width: 60px;
    }
    .licensee-header .board-name {
        font-size: 22px;
        line-height: 22px;
        vertical-align: middle;
        text-align: center;
    }
    .licensee-header .alternate-logo {
        height: auto;
        width: 200px;
    }
}

@media (min-width: 768px) {
    .licensee-header .main-logo {
        height: 100px;
        width: 100px;
        /* float: left; */
    }
    .licensee-header .board-name {
        font-size: 24px;
        line-height: 40px;
    }
    .licensee-header .alternate-logo {
        height: auto;
        width: 200px;
        float: right;
    }
}

@media (min-width: 992px) {
    .licensee-header .main-logo {
        float: none;
    }
    .licensee-header .board-name {
        font-size: 36px;
        line-height: 40px;
    }
    .licensee-header .alternate-logo {
        float: none;
    }
}

@media (min-width: 1200px) {
    .licensee-header .board-name {
        font-size: 36px;
        line-height: 40px;
        vertical-align: middle;
        text-align: center;
    }
}

@media (min-width: 1625px) {
    .licensee-header .board-name {
        font-size: 36px;
        line-height: 80px;
        vertical-align: middle;
        text-align: center;
    }
}

.scrollable-item {
    max-height: 200px;
    overflow-y: auto;
}

.content-default-behaviour ul{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.content-default-behaviour ul li{
    list-style-type: disc;
}

.table-text-center th,.table-text-center td{
    text-align: center !important;
}

.input-width-md{
    width: 275px;
}

.reference-icon{
    width: 30px;
    font-size: 16px;
    height: 30px;
    display: inline-block;
}
.reference-icon i{
    width: 100%;
    height: 100%;
    padding-top: 6px;
    border-radius: 50px;
    padding-left: 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 10px 10px 15px 8px  rgba(143,158,181,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(143,158,181,.2);
}


/*Qualifying Questions Start*/

.input2xwidth {
    width: 67.5% !important;
}

.displaytable {
    display: table;
}

.heading-Question {
    color: #455a64;
    font-size: 26px;
    margin-bottom: 20px;
}
.mrsvg{
        margin:0 -5px !important;
}
.width150{width:150px;}
.text-left{text-align:left;}
.correct-ans{
        background-color: #fff259;
}
.Question-top {
    font-style: normal;
    margin-bottom: 15px;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.8rem;
    color: #6b6c72;
}

.Question-inner {
    font-style: normal;
    margin-bottom: 0px;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 10px;
    float: left;
    line-height: 2.8rem;
    color: #6b6c72;
}

.exam-question-answers .radio {
    margin: 0.5rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
} */

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

/*Qualifying Questions End*/

.circle {
    border: 0.1em solid grey;
    border-radius: 100%;
    height: 2em;
    width: 2em;
    text-align: center;
}

.circle p {
	margin-top: 0.10em;
    font-size: 1.5em;
    font-weight: bold;
    font-family: sans-serif;
    color: grey;
}
.textbox-3x {
    width: 669px !important;
}

.tab-inner {
    border: 1px solid #dedede;
    padding: 0px;
    width: 95%;
    margin-left: 20px;
    background-color: white;
    z-index: 11;
    position: relative;
    margin-top: -12px;
}

.feature-box {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 20px;
    padding: 19px;
    text-align: center;
}

.feature-icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.feature-icon i {
    font-size: 25px;
}

.feature-box:hover {
    background-color: #101525;
    border: 1px solid #e3e3e3;
    color: #959fae;
}
.feature-box.active {
    background-color: #101525;
    border: 1px solid #e3e3e3;
    color: #959fae;
}


/* external field css starts here */
.experience-text-field,.external-text-field{
    display: block;
}

.external-description-field,.experience-description-field{
    display:none;
    min-height: 50px;
}

.pdf .external-description-field,.pdf .experience-description-field{
    display:none;
}

.experience-fields .experience-text-field,.experience-fields .experience-description-field{
    display: block;
}

.experience-fields .external-description-field,.experience-fields .external-text-field{
    display: none;
}

.external-fields .experience-text-field,.external-fields .experience-description-field{
    display: none;
}

.external-fields .external-description-field,.external-fields .external-text-field{
    display: block;
}

.pdf .show-in-pdf-strict {
    display: block !important;
}

/* external field css ends here */

.center-action{
    margin: 0 auto;
}

.queue-action-buttons p{
    margin-left:10px;
    float: left;
}

.font-orange {
    color: orange;
}

.disable-controls .keep-enabled input,
.disable-controls .keep-enabled select,
.disable-controls .keep-enabled textarea,
.disable-controls .keep-enabled button,
.disable-controls .keep-enabled a:not(.enabled),
.disable-controls .keep-enabled .external-description-field,
.disable-controls .keep-enabled .experience-description-field {
    background-color: unset !important;
    pointer-events: all !important;
}


.disable-controls .keep-enabled input[type="checkbox"],
.disable-controls .keep-enabled input[type="radio"] {
    background-color: unset !important;
    pointer-events: all !important;
}

.disable-controls .keep-enabled label {
    pointer-events: all !important;
}


.form-horizontal .input-group .form-control {
    width: 1%;
}

.form-horizontal .input-group .input-group-text {
    padding : 0.15rem 0.50rem;
}
.refresh-icon {
    cursor: pointer;
    transition: color 0.2s ease;
  }
  
  .refresh-icon:hover {
    color: green;
  }

.radio-control-label {
    margin-top: 20px;
}
.print-display {
    display: none;
}

@media print {
    body .container {
        width: 1024px !important;
    }
    .container .headerlicensee-middle-logo span {
        font-weight: 400;
    }
    .print-no-display {
        display: none;
    }
    .print-display {
        display: block;
    }
    .verify-table .print-color-black {
        color: black !important;
    }
    .container .headerlicensee-right-side-logo {
        position: unset;
    }
    .container .headerlicensee-sec-logo {
        float: left;
        width: 150px !important;
    }
    .container .headerlicensee-right-side-logo {
        float: left;
        width: 150px !important;
    }
    .container .headerlicensee-middle-logo {
        float: left;
        width: 724px !important;
    }
}
.button,
.button.medium:link,
.button.medium:active,
.button.medium:visited,
.button.medium {
    background-position: left -44px;
}

a.small {
    padding: 4px 8px 3px 8px;
    font-size: 12px !important;
    line-height: 17px;
    border-radius: 3px;
    font-weight: normal !important;
    text-decoration: none;
}

.small {
    padding: 2px 8px 2px 8px;
    font-size: 12px !important;
    line-height: 16px;
    border-radius: 3px;
    font-weight: normal !important;
}

.btn-warning{
    background: #5E3A08;
}
.btn[disabled]{
    opacity: .80;
}
.medium {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@-moz-document url-prefix() {
    .expinputfirefox {
        color: red;
    }

    a.small {
        padding: 4px 8px;
        font-size: 12px !important;
        line-height: 16px;
        border-radius: 3px;
        font-weight: normal !important;
        text-decoration: none;
    }
}

/*********************************Secondary Button Start*****************************/

.secondary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);*/
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0)); */
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    cursor: pointer;
}

.secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #C0C0C0 !important;
}

.secondary:hover,
.secondary:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

/*********************************Green Button Start*****************************/
.buttonGreen {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    cursor: pointer;
}

.buttonGreen {
    /* color: #fff; */
    background-color: #5cb85c;
    border-color: #4cae4c;
    border: 1px solid #478839 !important;
}

.buttonGreen:hover,
.buttonGreen:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

/***********************************Button yellow***********************************************/

.buttonYellow {
    background-image: -webkit-linear-gradient(top, yellow 0, yellow 100%);
    background-image: -o-linear-gradient(top, yellow 0, yellow 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(yellow));
    background-image: linear-gradient(to bottom, yellow 0, yellow 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #f0ad4e;
    cursor: pointer;
}

.buttonYellow {
    color: #fff;
    background-color: yellow;
    border-color: #f0ad4e;
    border: 1px solid rgb(203, 129, 24) !important;
}

.buttonYellow:hover,
.buttonYellow:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

/*********************************Orange Button Start*****************************/

.buttonPink {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
    cursor: pointer;
}

.buttonPink {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    border: 1px solid rgb(203, 129, 24) !important;
}

.buttonPink:hover,
.buttonPink:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.button:hover,
.button:focus {
    background-image: none;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, .5);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, .5);
}

.button.pill-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
}

.button.small {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    background-position: left 0px !important;
    height: 22px !important;
    line-height: 22px !important;
}

.button.pill-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px none;
    border-right: 1px solid #595959;
}

.button {
    /* text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4); */
    -moz-user-select: none;
    border-radius: 3px;
    background-color: #8C8C8C;
    /* background-image: url("../images/sprites.v1351539994.png"); */
    /*font: bold 14px/30px Arial,Helvetica,sans-serif;*/
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    display: block;
    height: 30px;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    /* outline: 0px none; */
    box-shadow: 0px 2px 1px -1px #D2D2D2 inset;
    border: 1px solid #595959;
}

.button.small.gray {
    padding: 0px 15px !important;
    height: 22px !important;
    line-height: 22px !important;
}
/*-------------------------- Header Applicant --------------*/

.headerlogin {
    background-color: #074474;
    min-height: 90px;
}

@media (max-width: 768px) {
    .headerlogin {
        background-color: #074474;
        min-height: 140px;
    }
    .headerlogin .col-sm-2{
        text-align:center;
    }
}

#site_name {
    color: #fff9f4;
    float: left;
    font-size: 53px;
    font-weight: bold;
    margin-left: 3%;
    margin-top: 10px;
}

.box-logo {
    float: left;
    width: 100%;

}

.licensee-box-logo {
    border-radius: 3px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    margin-left: 0px;
    position: relative;
}

.header-middle-logo span {
    float: left;
    font-family: tahoma;
    font-size: 27px;
    font-weight: 600;
    margin: 18px 13px 0 auto;
    text-align: center;
    width: 580px;
}

.header-middle-logo {
    padding-left: 15% !important;
}

.header-fst-logo {
    float: left;
    position: absolute;
}

.headerlicensee-middle-logo {
    float: left;
}

.headerlicensee-middle-logo span {
    float: left;
    font-family: Tahoma Regular, sans-serif;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin: 23px 13px 0 0px;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
}

.headerlicensee-sec-logo {
    float: left;
}

.headerlicensee-sec-logo img {
    width: 45%;
    padding: 5px;
    margin-top: 8px;
}

.headerlicensee-fst-logo {
    float: left;
}

.header-middle-logo {
    float: left;
    margin: 0 132px;
}

.header-sec-logo {
    float: right;
    margin-top: 5px;
}

.appli-box-logo {
    height: 64px;
    background-image: url(3062b45258829ba4d07a.png);
    background-repeat: no-repeat;
    float: left;
    width: 20%;
    position: relative;
    top: 15px;
    margin-left: 15px;
    background-color: #fefcfc;
    border-radius: 3px;
    background-size: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.box-logo-right {
    background-color: #fefcfc;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    float: right;
    height: 64px;
    position: relative;
    right: 1px;
    top: 13px;
}

#footer {
    background-attachment: scroll;
    background-color: #074474;
    background-position: center top;
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

#copyright {
    color: #ffffff;
    font-size: 12px;
    padding: 15px 0;
    font-weight: normal;
}

#footer_bottom a,
#footer_bottom a:visited {
    color: #ffffff;
}
/*!
 * http://suyati.github.io/line-control
 * LineControl 1.1.0
 * Copyright (C) 2014, Suyati Technologies
 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
*/

@charset "utf-8";
/* base styles */
.jumbotron {
    background-color: #67A754;
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#B3ECFF), to(#7EDEFF)); /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-radial-gradient(circle, #B3ECFF, #7EDEFF); /* Safari 5.1+, Chrome 10+ */
    background: -moz-radial-gradient(circle, #B3ECFF, #7EDEFF); /* Firefox 3.6+ */
    background: -ms-radial-gradient(circle, #B3ECFF, #7EDEFF); /* IE 10 */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    padding: 40px 0;
    position: relative;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.075);
}

    .jumbotron h1 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 45px;
        font-weight: 300;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding-bottom: 20px;
    }

        .jumbotron h1 span {
            color: rgba(0,0,0,0.4);
        }

    .jumbotron p {
        font-family: 'Roboto', sans-serif !important;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.25;
        color: #444;
    }

    .jumbotron .container {
        position: relative;
        z-index: 2;
    }

    .jumbotron:after {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0.4;
        position: absolute;
        right: 0;
        top: 0;
    }

    .jumbotron:after {
        background-size: 400px 400px;
    }

.masthead {
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 30px 0 10px;
}

h2.demo-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 45px;
    font-weight: 300;
    color: #51D2FF;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
}

.features {
    padding: 20px 0 10px 0;
    background: #EEE;
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
}

.footer {
    border-top: 1px solid #DDD;
    /* margin: 20px 0 10px 0;*/
    padding-top: 10px;
    font-size: 12px;
}

/* Editor Styles */

.Editor-container {
    margin-top: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#menuBarDiv, #statusbar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

#menuBarDiv {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    padding: 5px 0;
}

    #menuBarDiv div:first-child {
        margin-left: 3px;
    }

    #menuBarDiv .dropdown {
        float: left;
    }

    #menuBarDiv .dropdown-toggle {
        font-size: 14px;
    }

        #menuBarDiv .dropdown-toggle .caret {
            margin-left: 5px;
            border-top-color: #999;
        }

    #menuBarDiv a.btn {
        position: relative;
        margin-bottom: 3px;
    }

#paletteCntr {
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;
    margin-bottom: 10px;
}

#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    #statusbar .label {
        float: right;
        margin: 6px 10px 0 0;
        background: #BBB;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        font-size: 11.844px;
        line-height: 14px;
    }

.Editor-editor {
    height: 300px;
    padding: 1%;
    border: 1px solid #EEE;
    border-radius: 0;
    word-wrap: break-word;
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

    #paletteCntr li div {
        text-align: left;
        margin: 0;
        font-size: 12px;
    }

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #E8E8E8;
    padding-bottom: 10px;
    z-index: 10000;
}

#colorpellete, #bg_colorpellete {
    float: left;
}

.bg_activeColour {
    position: absolute;
    display: inline;
    float: left;
}

.specialCntr {
    background-color: #E8E8E8 !important;
    display: inline;
    position: absolute;
    width: 176px;
    top: 30px;
    left: 0;
}

    .specialCntr ul {
        float: left;
        margin: 10px;
        white-space: normal;
        -webkit-padding-start: 0px;
        -moz-padding-start: 0px;
    }

        .specialCntr ul li {
            list-style: none;
            float: left;
            font-size: 12px;
            width: 20px;
            height: 20px;
            background: #FFF;
            margin: 3px;
            color: #333;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
        }

            .specialCntr ul li:hover {
                background: #666;
                color: #FFF;
            }

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.on {
    display: block;
    position: relative;
}

.fullscreen {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
}

    .fullscreen #statusbar {
        position: fixed;
        bottom: 0;
        border-top: 1px solid #DDD;
    }

    .fullscreen #contentarea {
        border: none;
    }

/***Custome Added Css for Left Tabs***/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left ul {
    -webkit-padding-start: 0px;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
            /* outline: none; */
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
        color: rgb(0, 176, 245) !important;
        /* outline: none; */
    }
/**form control width**/
@-moz-document url-prefix() {
    .form-control {
        padding: 6px 12px 10px 12px;
    }
}

.form-control-width {
    width: 100px;
}

.form-control-link {
    width: 204px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.form-control-button-right {
    width: 204px;
}

.inline-form-control {
    display: inline !important;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.activeColour ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

h1 {
    margin-top: 10px;
    line-height: 40px;
}

.col-lg-6 nth:child(1) {
    margin-left: 0px;
}

.nopadding {
    padding: 0px;
}

.nopadding-right {
    padding-right: 0px;
}

.modal {
    overflow-y: auto;
}

.padding-top {
    padding-top: 10px;
}
/*** Drop Down Menu***/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top,#08c,#0077b3);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
        background-image: -webkit-linear-gradient(top,#08c,#0077b3);
        background-image: -o-linear-gradient(top,#08c,#0077b3);
        background-image: linear-gradient(to bottom,#08c,#0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
    }

.dropdown-menu > li > a {
    cursor: pointer;
}

.searchBoxhidden {
    overflow: hidden;
    padding: 8px;
    border-radius: 6px 6px;
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.userHide1 {
    display: none;
}

.userHide {
    display: none;
}

.userHide2 {
    display: none;
}

.close {
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    background: transparent url(493952d74c9cd0a61c6c.png) left center no-repeat;
}

.closePrint {
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    background: transparent url(493952d74c9cd0a61c6c.png) left center no-repeat;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    /* outline: 0; */
}

.SearchTable p {
    position: relative;
}

.searchBoxhidden p {
    margin: 1px 0px;
}

.searchBoxhidden fieldset input[type="text"], .searchBoxhidden input[type="password"] {
    display: block;
    height: 23px;
    line-height: 22px;
    margin: 0;
    padding: 0px 0px 0px 6px;
    position: relative;
    z-index: 0;
    font-size: 14px;
    border-color: #ddd;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(176, 199, 221, .3);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(176, 199, 221, .3);
    box-shadow: inset 0 1px 4px 0 rgba(176, 199, 221, .3);
}

input.password, input[type="password"], input.text, input[type="text"], select, textarea,input[type="tel"], input[type="email"]  {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 3px;
}

.brownButton {
    background: #90968D;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod%E2%80%A6EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, rgba(144, 150, 141, 1) 0%, rgba(97, 102, 95, 1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(144, 150, 141, 1)), color-stop(100%,rgba(97, 102, 95, 1))) !important;
    background: -webkit-linear-gradient(top, rgba(144, 150, 141, 1) 0%,rgba(97, 102, 95, 1) 100%) !important;
    background: -o-linear-gradient(top, rgba(144, 150, 141, 1) 0%,rgba(97, 102, 95, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(144, 150, 141, 1) 0%,rgba(97, 102, 95, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(144, 150, 141, 1) 0%,rgba(97, 102, 95, 1) 100%) !important;
    text-shadow: none !important;
    border-color: #AAA !important;
    padding: 0 20px !important;
    height: 24px !important;
    line-height: 18px !important;
    text-align: center !important;
    font-size: 11px !important;
    cursor: pointer;
}

.btn, .secondary, input[type="button"].primary, input[type="submit"].primary, .inputButton.secondary {
    /*display: inline-block;
    padding: 8px 15px;
    margin: 0;
    font: normal normal bold 14px/14px Arial, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255, 255, 255, .7);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255, 255, 255, .7);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255, 255, 255, .7);
    cursor: pointer;*/
}

    input[type="button"].primary:hover, input[type="submit"].primary:hover, .quickNav1:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover, .btnGrid:hover, a.primary:hover, a.secondary:hover {
        /* background-image: none;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255,255,255,.5);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255,255,255,.5);
*/
    }

.primary.btn, input[type="button"].primary, input[type="submit"].primary {
    color: white;
    border: 1px solid #1F3D5C;
    background-color: #304A64;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F6483), to(#2E6499));
    background-image: -webkit-linear-gradient(top, #3F6483, #304A64);
    background-image: -moz-linear-gradient(top, #3F6483, #304A64);
    background-image: -ms-linear-gradient(top, #3F6483, #304A64);
    background-image: -o-linear-gradient(top, #3F6483, #304A64);
    background-image: linear-gradient(top, #3F6483, #304A64);
    text-shadow: 0px -1px 0px black;
}

.searchBbutton a {
    display: block;
    height: 15px;
    width: 61px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 3px;
}


.gridUpperDiv {
    background: #eee;
    padding: 4px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: -3px;
}

.down_arrow {
    display: block;
    padding: 11px 10px;
    background: url(775d8128923b1c01282b.png) no-repeat left;
    float: left;
    margin: 4px 5px 0px 2px;
}

.SearchTable label {
    line-height: 12px;
    cursor: default;
    float: right;
}

.PermitSearch label {
    padding-right: 3px;
}
 .signup .posRelative {
        line-height: 40px;
    }

        .signup .posRelative label {
            width: 120px;
            display: inline-block;
            text-align: right;
        }

    .signup input[type="text"], input[type="password"], .signup textarea, .signup select,input[type="tel"],input[type="email"] {
        background-color: rgb(252, 253, 253);
        border-width: 1px;
        border-style: solid;
        -webkit-box-shadow: 0 1px #e5e5e5 inset;
        -moz-box-shadow: 0 1px #e5e5e5 inset;
        box-shadow: 0 1px #e5e5e5 inset;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        /* width: 250px; */
    }

    .flsSignupForm {
        width: 100%;
        margin: 0 auto;
    }

    .inputDropDown {
        width: 258px !important;
    }

    .button {
        padding-left: 10px;
        padding-right: 10px;
    }

table.dataTable tbody tr {
   height:100px;

}

.dataTables_length {
    margin-bottom: 15px;
    padding-top: 20px;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #CCC !important;
    
        

}
table.dataTable tbody tr:nth-child(odd) {background-color: #FFF !important}


table.dataTable tbody td
{
    border:1px solid black;
}

#rolesDiv
{
    height:170px;
    margin-left:12px;
    overflow-y:scroll;
    width:250px;
}

#rolesTable
{
    line-height:10px;
    text-align:center;
}

.SearchTable tr td
{
    padding-left:10px;
    padding-bottom:10px;
}
.SearchTable tr td input[type="text"],.SearchTable tr td select
{
    width:200px;
}



 
.datepicker a,[datepicker] a,datepicker a{color:inherit;text-decoration:none}.datepicker a:hover,[datepicker] a:hover,datepicker a:hover{text-decoration:none}.datepicker select,.datepicker select:focus,.datepicker select:hover,[datepicker] select,[datepicker] select:focus,[datepicker] select:hover,datepicker select,datepicker select:focus,datepicker select:hover{width:100%;overflow:hidden;background:#138EFA;color:#fff;border-radius:2px;border:0;margin-top:5px}._720kb-datepicker-calendar-body,._720kb-datepicker-calendar-days-header,._720kb-datepicker-calendar-header,._720kb-datepicker-calendar-years-pagination-pages,.datepicker,[datepicker],datepicker{font-family:Helvetica Neue,Arial,sans-serif;font-size:13.5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 auto;float:left;clear:right;position:relative}._720kb-datepicker-calendar{background:#fff;color:#333;position:absolute;z-index:999;min-width:220px;margin:0 auto 0 -.5%;width:101%;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;visibility:hidden;overflow:hidden;padding:0 0 2%;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}._720kb-datepicker-calendar._720kb-datepicker-forced-to-open,._720kb-datepicker-calendar._720kb-datepicker-open{visibility:visible}._720kb-datepicker-calendar-header{text-align:center;font-size:15px;line-height:40px}._720kb-datepicker-calendar-header:nth-child(odd){background:#138EFA}._720kb-datepicker-calendar-header:nth-child(even){background:#7BC6FC}._720kb-datepicker-calendar-header-left,._720kb-datepicker-calendar-header-middle,._720kb-datepicker-calendar-header-right{width:15%;float:left}._720kb-datepicker-calendar-header-middle{width:70%}._720kb-datepicker-calendar-header-closed-pagination::after{content:" \25BE"}._720kb-datepicker-calendar-header-opened-pagination::after{content:" \25BE";margin-left:4px;position:relative;bottom:-3px;display:inline-block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}._720kb-datepicker-calendar-body{width:96%;margin:2%;text-align:center}._720kb-datepicker-calendar-day{cursor:pointer;font-size:12.5px;width:12.2%;margin:5px 1%;padding:1.5% 0;float:left;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}._720kb-datepicker-calendar-day._720kb-datepicker-active,._720kb-datepicker-calendar-day:hover{background:rgba(0,0,0,.03)}._720kb-datepicker-calendar-header a,._720kb-datepicker-calendar-header a:hover{text-decoration:none;padding:3% 9% 4%;font-size:13.5px;color:rgba(0,0,0,.55);font-weight:700;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}._720kb-datepicker-calendar-header a:hover{color:rgba(0,0,0,.9);background:rgba(255,255,255,.45)}._720kb-datepicker-calendar-month{color:#fff}._720kb-datepicker-calendar-month span{font-size:13px;color:rgba(0,0,0,.4)}._720kb-datepicker-calendar-month a span i{font-style:normal;font-size:15px}._720kb-datepicker-calendar-month a,._720kb-datepicker-calendar-month a:hover{padding:3px;margin-left:1%}._720kb-datepicker-calendar-years-pagination{padding:2% 0 0;float:left;clear:right;width:100%}._720kb-datepicker-calendar-years-pagination a,._720kb-datepicker-calendar-years-pagination a:hover{font-size:12px;padding:0 7px;font-weight:400;margin:3px 1% 0;line-height:20px;display:inline-block}._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active{color:rgba(0,0,0,.9);font-weight:500;background:rgba(255,255,255,.45)}._720kb-datepicker-calendar-years-pagination-pages a,._720kb-datepicker-calendar-years-pagination-pages a:hover{padding:5px 10px}._720kb-datepicker-calendar-days-header{max-width:100%;margin:0 auto;padding:0 2%;background:rgba(19,142,250,.08);border-bottom:1px solid rgba(0,0,0,.02)}._720kb-datepicker-calendar-days-header div{width:14.18%;font-weight:500;font-size:11.5px;padding:10px 0;float:left;text-align:center;color:rgba(0,0,0,.7)}._720kb-datepicker-calendar-days ._720kb-datepicker-default-button{font-size:18.5px;position:relative;bottom:-.5px}._720kb-datepicker-default-button{padding:0 4.5px}._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item{width:95%;float:none;margin:0 auto}._720kb-datepicker-item-hidden{visibility:hidden}._720kb-datepicker-calendar-day._720kb-datepicker-disabled,._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover{color:rgba(0,0,0,.2);background:rgba(25,2,0,.02);cursor:default}


.btn-blue {
	background-color: #6acaff;
	color:#fff;
	border-color: #4c7889;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
	border-color: #33505b;
}

.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
	background-image: none;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
	border-color: #4c7889;
}


[ta-button] {
	height: 44px;
	margin-bottom: 5px;
}

.red{ color: red; }
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.droppable {
    border: 2px dashed #074474;
    min-height: 60px;
}

.highlight-dragger {
    border: 4px dashed #5cbf5c !important;
}

.bg-white {
    background-color: white;
}

.draggable {
    position: fixed;
    background-color: white;
    z-index: 100
}

.tabs-unplugged {
    width: 250px !important;
}

.panel-heading-tabs {
    display: inline-block;
    width: 100%;
}

.individual-navigation-tabs {
    padding: 5px;
}

.tabs-unplugged .individual-navigation-tabs {
    display: none;
}

.individual-navigation-tabs-list {
    display: none;
}

.tabs-unplugged .individual-navigation-tabs-list {
    display: block;
    height: 500px;
    overflow-y: auto;
}

.tabs-unplugged .nav-tabs>li {
    width: 100%;
}

.tabs-plugged .nav-tabs>li {
    width: auto;
}

.collapse-panel-header {
    padding: 4px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom:2px;
}

.collapse-panel-header-block {
    font-family: Verdana;
    padding: 5px 12px;
    padding-right: 35px;
    position: relative;
}

.collapse-panel-header.bg-primary {
    border: 1px solid #296192;
    -webkit-box-shadow: inset 0px 1px 2px 0px #337ab7, 0px 1px 2px 0px #296192;
    box-shadow: inset 0px 1px 2px 0px #337ab7, 0px 1px 2px 0px #296192;
}

.collapse-panel-header.bg-primary a {
    color: white;
}

.collapse-panel-header.bg-highlight {
    border: 1px solid #cecece;
    -webkit-box-shadow: inset 0px 1px 2px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px #fff, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.collapse-panel-header.bg-highlight a {
    color: #1884b5;
}

.collapse-panel-header.bg-red {
    color: white;
    border: 1px solid #B22222;
    background-color: #B22222;
    -webkit-box-shadow: inset 0px 1px 2px 0px#B22222, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px #B22222, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.collapse-panel-header.bg-red a {
    color: white;
}

.collapse-panel-header.bg-green {
    color: white;
    border: 1px solid #214A21;
    background-color: #214A21;
    -webkit-box-shadow: inset 0px 1px 2px 0px#214A21, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px #214A21, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.collapse-panel-header.bg-green a {
    color: white;
}

.collapse-panel-header.bg-yellow {
    color: white;
    border: 1px solid goldenrod;
    background-color: goldenrod;
    -webkit-box-shadow: inset 0px 1px 2px 0px goldenrod, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px goldenrod, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.collapse-panel-header.bg-yellow a {
    color: white;
}

.collapse-panel-header.bg-lightblue {
    border: 1px solid #2e97bf;
    -webkit-box-shadow: inset 0px 1px 2px 0px #3fa3ca, 0px 1px 2px 0px #2c8db3;
    box-shadow: inset 0px 1px 2px 0px #3fa3ca, 0px 1px 2px 0px #2c8db3;
}

.collapse-panel-header.bg-lightblue a {
    color: #fff;
}

.collapse-panel-header.bg-blue a {
    color: #fff;
}

.collapse-panel-header p {
    display: inline-block;
    margin: 0;
}

collapse-panel {
    display: block;
}

.rounded-panel-bottom {
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    padding: 5px;
    width: 100%;
}

.straight-panel-bottom {
    border-radius: 0px 0px 0px 0px;
}
 
.inl-collapse-panel .dragger-handler{
    margin-top: -6px;
    margin-left: -10px;
}

.inl-collapse-panel .expand-icon,.inl-collapse-panel .collapse-icon{
    position:absolute;
    right: 12px;
    top: 2px;
}
@media screen and (max-width: 1224px) and (min-width: 992px) {

    h4 {
        font-size: 12px;
        line-height: 20px;
    }

    /*Heading logo and name*/
    .header-middle-logo span {
        font-size: 19px;
        margin: 30px 0px 0px auto;
        width: 400px;
    }

    /* end*/
    .header .nav-mainlinks li {
        font-size: 12px;
    }

    .lefttab-middleheading {
        font-size: 14px !important;
    }

    .lapplication-tab li {
        /* width: 224px; */
        margin-bottom: 0px;
    }

    ul.nav-mainlinks li ul li a {
        font-size: 11px !important;
    }

    .full-width-dropdown {
        width: 70% !important;
    }

    .inner-input-width {
        width: 108px !important;
    }

    .license-input .input-width {
        width: 40% !important;
    }

    .license-input .input-xlg.input-width {
        width: 48% !important;
    }

    .responsiv-gender {
        margin-right: 10px;
    }

    .rs-genderwidth {
        width: 100%;
    }

    .textare-bigwith {
        width: 70% !important;
    }

    .checkbox-inline,
    .radio-inline {
        font-size: 10px;
        padding-left: 10px;
    }

/* input[type="text"],
    input[type="password"], */
    textarea,
    .all-form select,
    .role-signup select,
    .document-form select {
        /* width: 25%; */
    }

    .header-gray {
        margin-bottom: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-gray h4 {
        margin-bottom: 0px;
    }
}


@media screen and (max-width: 993px) and (min-width: 765px) {
    .header-middle-logo {
        float: left;
        margin: 0 0px;
        padding-top: 10px;
    }

    .header-middle-logo span {
        font-size: 17px;
        width: 390px;
    }

    .header-fst-logo img {
        width: 70%;
        padding-top: 15px;
    }

    .header-sec-logo img {
        float: right;
        margin-top: 2px;
        width: 70%;
    }

    .header .nav-mainlinks li {
        min-width: 100px;
        font-size: 12px;
    }

    .header .nav-mainlinks li a {
        min-width: 100px;
    }

    .lapplication-tab li {
        width: 100%;
    }

    .lapplication-tab li a {
        font-size: 11px;
        padding: 5px 12px;
    }

    .nav>li>a>img {
        width: 12%;
    }
}
.inlumon-loader {
    display:table-cell;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    text-align:center;
    color:white;
    z-index: 1300;
}
.inlumon-loader.inlumon-loader-fixed {
    position: fixed !important;
    height: 100vh !important;
    width: 100vw !important;
}
.inlumon-loader > div {
    position:absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}
.inlumon-loader i {
    color: white !important;
}
.inlumon-loader p {
    display: block !important;
}
ul.nav-mainlinks li ul {
    z-index: 1401 !important;
}
.inlumon-table {
    border-radius: 5px;
    border: 1px solid lightgray;
}

.inlumon-table-scroller {
    width: 100%;
    overflow: auto;
}

.inlumon-table-menu {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: -3px;
    /* overflow: hidden; */
    padding: 4px;
    width: 100%;
    min-height: 30px;
}

.inlumon-table-before-row,
.inlumon-table-after-row {
    width: 100%;
    background-color: white;
    padding: 0px !important;
}

.inlumon-table-pager {
    text-align: center;
    border-top: 1px solid lightgray;
}

.inlumon-table-header-row,
.inlumon-table-data-row {
    border-bottom: 1px solid lightgray;
    list-style-type: none;
}

.inlumon-table-header-row {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: #074474 !important;
    color: white;
    min-height: 30px;
}

/* .inlumon-table-data-row:nth-child(even) {
    background-color: lightgray;
} */

.inlumon-table-header-cell,
.inlumon-table-data-cell {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.inlumon-table-data-cell:not(:first-child) {
    border-left: 1px solid lightgray;
}

.inlumon-table-header-cell-content,
.inlumon-table-data-cell-content {
    padding-left: 5px;
    /* width: 100%; */
    perspective: 1px;
}

.inlumon-table-header-cell a,
.inlumon-table-header-cell a:visited {
    color: white;
}
.multi-select {
    width: 100%;
    height: 100%;
    background-color: white;
}

.multi-select .select-caret {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -8px;
    transform: scale(1.4); 
}

.multi-select .dropdown-open {
    /* outline: 1px solid rgb(77, 144, 254); */
    box-shadow: 0px 0px 5px #4D90FE;
}

.multi-select > .multi-select-dropdown-toggle {
    position: relative;
    height: auto;
    border: 1px solid lightgray;
    line-height: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    padding-left: 6px;
    font-size: 14px;
    padding-right: 10px;
}

/* .multi-select > .multi-select-dropdown-toggle {
    text-align: left;
    width: 100%;
    padding-left: 6px;
    font-size: 14px;
    padding-right: 10px;
} */

.multi-select-dropdown-menu .dropdown-item > button {
    height: 27px;
    width: 100%;
}

.multi-select-dropdown-menu {
    text-align: left;
    padding: 10px;
    font-size: 14px;

    max-height: 200px;
    overflow-y: auto;
}
.inlumon-search-highlight {
    background-color: yellow;
}
.activity-timer {
    position: fixed;
    border: 1px solid black;
    top: 20px;
    left: 10px;
    padding: 15px;
    background: white !important;
    max-width: 500px;
    z-index: 10000;
    min-width: 200px;
}

.activity-timer-grabber {
    float: left;
    position: relative;
    z-index: 100;
    cursor: grab;
    /* margin: 5px; */
    font-size: 18px;
}

.activity-timer .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
