button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="input"],
input[type="password"],
input[type="email"],
input[type="text"],
select,
textarea,
.form-control {
    font-size: 12px;
    box-sizing:border-box;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    font-weight:normal;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
input[type="input"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}
input[type="input"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
input[type="input"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999;
}
input[disabled],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: inline;
    vertical-align: middle;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
    @media (min-width: 768px) {
        .text-left {
            text-align: left;
        }

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

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

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

        .text-nowrap {
            white-space: nowrap;
        }

        .text-lowercase {
            text-transform: lowercase;
        }

        .text-uppercase {
            text-transform: uppercase;
        }

        .text-capitalize {
            text-transform: capitalize;
        }

        .text-muted {
            color: #777;
        }

        .text-primary {
            color: #337ab7;
        }

        a.text-primary:hover {
            color: #286090;
        }

        .text-success {
            color: #3c763d;
        }

        a.text-success:hover {
            color: #2b542c;
        }

        .text-info {
            color: #31708f;
        }

        a.text-info:hover {
            color: #245269;
        }

        .text-warning {
            color: #8a6d3b;
        }

        a.text-warning:hover {
            color: #66512c;
        }

        .text-danger {
            color: #a94442;
        }

        a.text-danger:hover {
            color: #843534;
        }

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

        a.bg-primary:hover {
            background-color: #286090;
        }

        .bg-success {
            background-color: #58b957; /* was #dff0d8 (too light)*/
        }

        a.bg-success:hover {
            background-color: #c1e2b3;
        }

        .bg-info {
            background-color: #d9edf7;
        }

        a.bg-info:hover {
            background-color: #afd9ee;
        }

        .bg-warning {
            background-color: #fcf8e3;
        }

        a.bg-warning:hover {
            background-color: #f7ecb5;
        }

        .bg-danger {
            background-color: #f24a4a;
        }

        a.bg-danger:hover {
            background-color: #e4b9b9;
        }

        .dl-horizontal dt {
            float: left;
            width: 160px;
            overflow: hidden;
            clear: left;
            padding-left: 10px;
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .dl-horizontal dd {
            margin-left: 180px;
        }

    }

    abbr[title],
    abbr[data-original-title] {
        cursor: help;
        border-bottom: 1px dotted #777;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }
    .page-content .row {
        margin-right: -15px;
        margin-left: -15px;
        box-sizing: border-box;
    }
    .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .candidate-form .col-sm-3,
    .organization-form .col-sm-3,
    .job-form .col-sm-3,
    .agency-form .col-sm-3{
        padding-right: 5px;
    }
    .candidate-form .col-sm-9,
    .organization-form .col-sm-9,
    .job-form .col-sm-9,
    .agency-form .col-sm-9{
        padding: 0;
    }
    .job-form .col-sm-3{
        width: 20%;
    }
    .job-form .col-sm-9{
        width: 80%;
    }
    .job-form .col-sm-offset-3{
        margin-left: 20%;
    }
    @media (min-width: 768px) {
        .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 {
            float: left;
        }
        .col-sm-12 {
            width: 100%;
        }
        .col-sm-11 {
            width: 91.66666667%;
        }
        .col-sm-10 {
            width: 83.33333333%;
        }
        .col-sm-9 {
            width: 75%;
        }
        .col-sm-8 {
            width: 66.66666667%;
        }
        .col-sm-7 {
            width: 58.33333333%;
        }
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-5 {
            width: 41.66666667%;
        }
        .col-sm-4 {
            width: 33.33333333%;
        }
        .col-sm-3 {
            width: 25%;
        }
        .col-sm-2 {
            width: 16.66666667%;
        }
        .col-sm-1 {
            width: 8.33333333%;
        }

        .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-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 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }

        .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-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 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }

        .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}
    }

    table {
        background-color: transparent;
    }
    th {
        text-align: left;
    }
    .table {
        width: 100%;
        max-width: 100%;
    }
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 2px;
        line-height: 1.42857143;
        vertical-align: middle;
        text-align:left;
        border-top: 1px solid #ddd;
    }
    .table > tbody > tr > td.folder {
        text-align: center;
    }
    .table .matching,
    .table .match-highlight,
    .table .match-highlight,
    .table .favorite,
    .table .location,
    .table .note{
        text-align:center;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }
    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }
    .table .table {
        background-color: #fff;
    }
    .table-condensed > thead > tr > th,
    .table-condensed > tbody > tr > th,
    .table-condensed > tfoot > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > td,
    .table-condensed > tfoot > tr > td {
        padding: 5px;
    }
    .table-bordered {
        border: 1px solid #ddd;
    }
    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }
    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }
    .table-striped > tbody > tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
    .table-hover > tbody > tr:hover {
        background-color: #f5f5f5;
    }
    table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none;
    }
    table td[class*="col-"],
    table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none;
    }
    .table > thead > tr > td.active,
    .table > tbody > tr > td.active,
    .table > tfoot > tr > td.active,
    .table > thead > tr > th.active,
    .table > tbody > tr > th.active,
    .table > tfoot > tr > th.active,
    .table > thead > tr.active > td,
    .table > tbody > tr.active > td,
    .table > tfoot > tr.active > td,
    .table > thead > tr.active > th,
    .table > tbody > tr.active > th,
    .table > tfoot > tr.active > th {
        background-color: #f5f5f5;
    }
    .table-hover > tbody > tr > td.active:hover,
    .table-hover > tbody > tr > th.active:hover,
    .table-hover > tbody > tr.active:hover > td,
    .table-hover > tbody > tr:hover > .active,
    .table-hover > tbody > tr.active:hover > th {
        background-color: #e8e8e8;
    }
    .table > thead > tr > td.success,
    .table > tbody > tr > td.success,
    .table > tfoot > tr > td.success,
    .table > thead > tr > th.success,
    .table > tbody > tr > th.success,
    .table > tfoot > tr > th.success,
    .table > thead > tr.success > td,
    .table > tbody > tr.success > td,
    .table > tfoot > tr.success > td,
    .table > thead > tr.success > th,
    .table > tbody > tr.success > th,
    .table > tfoot > tr.success > th {
        background-color: #dff0d8;
    }
    .table-hover > tbody > tr > td.success:hover,
    .table-hover > tbody > tr > th.success:hover,
    .table-hover > tbody > tr.success:hover > td,
    .table-hover > tbody > tr:hover > .success,
    .table-hover > tbody > tr.success:hover > th {
        background-color: #d0e9c6;
    }
    .table > thead > tr > td.info,
    .table > tbody > tr > td.info,
    .table > tfoot > tr > td.info,
    .table > thead > tr > th.info,
    .table > tbody > tr > th.info,
    .table > tfoot > tr > th.info,
    .table > thead > tr.info > td,
    .table > tbody > tr.info > td,
    .table > tfoot > tr.info > td,
    .table > thead > tr.info > th,
    .table > tbody > tr.info > th,
    .table > tfoot > tr.info > th {
        background-color: #d9edf7;
    }
    .table-hover > tbody > tr > td.info:hover,
    .table-hover > tbody > tr > th.info:hover,
    .table-hover > tbody > tr.info:hover > td,
    .table-hover > tbody > tr:hover > .info,
    .table-hover > tbody > tr.info:hover > th {
        background-color: #c4e3f3;
    }
    .table > thead > tr > td.warning,
    .table > tbody > tr > td.warning,
    .table > tfoot > tr > td.warning,
    .table > thead > tr > th.warning,
    .table > tbody > tr > th.warning,
    .table > tfoot > tr > th.warning,
    .table > thead > tr.warning > td,
    .table > tbody > tr.warning > td,
    .table > tfoot > tr.warning > td,
    .table > thead > tr.warning > th,
    .table > tbody > tr.warning > th,
    .table > tfoot > tr.warning > th {
        background-color: #fcf8e3;
    }
    .table-hover > tbody > tr > td.warning:hover,
    .table-hover > tbody > tr > th.warning:hover,
    .table-hover > tbody > tr.warning:hover > td,
    .table-hover > tbody > tr:hover > .warning,
    .table-hover > tbody > tr.warning:hover > th {
        background-color: #faf2cc;
    }
    .table > thead > tr > td.danger,
    .table > tbody > tr > td.danger,
    .table > tfoot > tr > td.danger,
    .table > thead > tr > th.danger,
    .table > tbody > tr > th.danger,
    .table > tfoot > tr > th.danger,
    .table > thead > tr.danger > td,
    .table > tbody > tr.danger > td,
    .table > tfoot > tr.danger > td,
    .table > thead > tr.danger > th,
    .table > tbody > tr.danger > th,
    .table > tfoot > tr.danger > th {
        background-color: #f2dede;
    }
    .table-hover > tbody > tr > td.danger:hover,
    .table-hover > tbody > tr > th.danger:hover,
    .table-hover > tbody > tr.danger:hover > td,
    .table-hover > tbody > tr:hover > .danger,
    .table-hover > tbody > tr.danger:hover > th {
        background-color: #ebcccc;
    }
    label {
        display: inline;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 12px;
        vertical-align:middle;
    }
    .radio-label{
        font-weight: normal;
    }
    input[type="search"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    input[type="file"] {
        display: block;
    }
    input[type="range"] {
        display: block;
        width: 100%;
    }
    select[multiple],
    select[size] {
        height: auto;
    }
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    input[type="search"] {
        -webkit-appearance: none;
    }
    .form-group {
        margin-bottom: 5px;
        margin-top:5px;
    }
    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    input[type="radio"].disabled,
    input[type="checkbox"].disabled,
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"] {
        cursor: not-allowed;
    }
    .form-control-static {
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 0;
    }
    .input-sm,
    .form-group-sm .form-control {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    select.input-sm,
    select.form-group-sm .form-control {
        height: 30px;
        line-height: 30px;
    }
    textarea.input-sm,
    textarea.form-group-sm .form-control,
    select[multiple].input-sm,
    select[multiple].form-group-sm .form-control {
        height: auto;
    }
    .input-lg,
    .form-group-lg .form-control {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }
    select.input-lg,
    select.form-group-lg .form-control {
        height: 46px;
        line-height: 46px;
    }
    textarea.input-lg,
    textarea.form-group-lg .form-control,
    select[multiple].input-lg,
    select[multiple].form-group-lg .form-control {
        height: auto;
    }
    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #737373;
    }
    .form-horizontal .form-group {
        margin: 10px -15px;
    }
    @media (min-width: 768px) {
        .form-horizontal .control-label,
        .form-horizontal .mn-checkbox.mn-small-checkbox,
        .form-horizontal .mn-boolean{
            padding-top: 7px;
            margin-bottom: 0;
            margin-top: 5px;
            text-align: left;
            font-size: 12px;
        }
    }
    @media (min-width: 768px) {
        .form-horizontal .form-group-lg .control-label {
            padding-top: 14.3px;
        }
    }
    @media (min-width: 768px) {
        .form-horizontal .form-group-sm .control-label {
            padding-top: 6px;
        }
    }
    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        min-width: 100px;  /* added by Nelson Apr 21, 2016 */
    }
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }
    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }
    .btn-default{
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }
    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }
    .btn-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }
    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }
    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }
    .btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }
    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }
    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }
    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }
    .btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da;
    }
    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }
    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }
    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }
    .btn-warning {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
        min-width: 100px;  /* added by Nelson Apr 21, 2016 */
    }
    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }
    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }
    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }
    .btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }
    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }
    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }
    .btn-link {
        font-weight: normal;
        color: #337ab7;
        border-radius: 0;
    }
    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn-link,
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
        border-color: transparent;
    }
    .btn-link:hover,
    .btn-link:focus {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
    }
    .btn-link[disabled]:hover,
    fieldset[disabled] .btn-link:hover,
    .btn-link[disabled]:focus,
    fieldset[disabled] .btn-link:focus {
        color: #777;
        text-decoration: none;
    }
    [data-toggle="buttons"] > .btn input[type="radio"],
    [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
    [data-toggle="buttons"] > .btn input[type="checkbox"],
    [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }
    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }
    .radio-label {
        font-weight: normal;
    }
    a.label:hover,
    a.label:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
    .label:empty {
        display: none;
    }
    .btn .label {
        position: relative;
        top: -1px;
    }
    .label-default {
        background-color: #777;
    }
    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }
    .label-primary {
        background-color: #337ab7;
    }
    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }
    .label-success {
        background-color: #5cb85c;
    }
    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }
    .label-info {
        background-color: #5bc0de;
    }
    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }
    .label-warning {
        background-color: #f0ad4e;
    }
    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }
    .label-danger {
        background-color: #d9534f;
    }
    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }
    .panel {
        overflow: hidden;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(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 {
        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-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;
    }
    .clearfix:before,
    .clearfix:after,
    .dl-horizontal dd:before,
    .dl-horizontal dd:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after,
    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after,
    .btn-toolbar:before,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after,
    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after,
    .pager:before,
    .pager:after,
    .panel-body:before,
    .panel-body:after,
    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }
    .clearfix:after,
    .dl-horizontal dd:after,
    .container:after,
    .container-fluid:after,
    .row:after,
    .form-horizontal .form-group:after,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:after,
    .nav:after,
    .navbar:after,
    .navbar-header:after,
    .navbar-collapse:after,
    .pager:after,
    .panel-body:after,
    .modal-footer:after {
        clear: both;
    }
    .hide {
        display: none !important;
    }
    .show {
        display: block !important;
    }
    .hidden {
        display: none !important;
        visibility: hidden !important;
    }
    @-ms-viewport {
        width: device-width;
    }

/*----end of included bootstrap styles---*/

/* The width for small size input fields */
input.mn-small-field
{
    height: 30px;
    width: 18%;
    font-weight: 400;
    padding: 3px 12px 3px 9px;
}
/* The width for medium size input fields */
input.mn-medium-field,
input.mn-input,
select
{
    height: 30px;
    width: 40%;
    font-weight: 400;
    padding: 3px 12px 3px 9px;
}
select{
    padding: 3px 12px 3px 5px;
}
/* The width for large size input fields */
input.mn-large-field
{
    height: 30px;
    width: 65%;
    font-weight: 400;
    padding: 3px 12px 3px 9px;
}
/* The height for small size textarea fields */
textarea.mn-small-field
{
    padding: 3px 12px 3px 9px;
    height: 45px; /* 2 rows */
    width:  400px;
    max-width:100%;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
}
/* The height for medium size textarea fields */
textarea.mn-medium-field
{
    padding: 3px 12px 3px 9px;
    height: 90px; /* 4 rows */
    width:  400px;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
}
/* The height for large size textarea fields */
textarea.mn-large-field
{
    padding: 3px 12px 3px 9px;
    height: 150px; /* 8 rows */
    width:  400px;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400;
}
/* The styles for delimiter of choices group */
.mn-group-choices
{
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0 5px;
    background-color: #7fa145;
    color: white;
}
/* The styles for input elements, where the attribute type equals password */
input[type=password]
{
    color: black; /* (fixing white text on a white background) */
}
html,
body{
    height:100%;
}
html,
body,
#page-container{
    min-height:100% !important;
}
#page-container{
    position:relative;
    overflow:visible !important;
    box-sizing: border-box;
    padding-bottom:105px;
}
#main-footer{
    position:absolute;
    bottom:0;
    width:100%;
    margin-top:-105px;
}
#main-header > .container > a{
    display:block;
    float:left;
}

.sidebar-container .sidebar{
    width:190px;
    padding: 0 15px;
}
table.table tr td.name,
table.table tr th.name{
    min-width: 152px;
    text-align:left;
}
@media only screen and (max-width: 1100px) and (min-width: 981px){
    #top-menu li.menu-item{
        padding-right:11px;
    }
}
@media only screen and (max-width: 980px) and (min-width: 768px){
    table.table tr td.name {
        min-width: 152px;
    }
    table.table tr td.last-login {
        min-width: 65px;
    }
    textarea.mn-large-field{
        max-width:100%;
    }
}

@media only screen and (max-width: 767px){
    #page-container{
        padding-bottom:129px;
    }
    #main-footer{
        margin-top:-129px;
    }
    .sidebar-container .sidebar,
    .sidebar-container{
        float:none;
        width:100%;
        overflow:hidden;
        padding:0;
    }
    .sidebar-container .sidebar .info{
        float:left;
    }
    .sidebar-container .sidebar .links.mn-sidebar-links{
        /*float:right;*/
        overflow: hidden;
    }
}
table.result td div{
    background-repeat: no-repeat !important;
}

.ui-dialog{
    z-index:2;
}
.page-content{
    padding-top:15px;
}
.page-content .content{
    overflow:hidden;
}
table.table > tr > td{
    min-width:10px;
}
.table > .folder-title > td{
    padding-left:8px;
    padding-right:8px;
}
table tr td.folder select {
    min-width: 92px;
    padding: 0;
    height:26px;
    border-radius:2px;
}
.page-content > .table-bordered{
    margin-bottom:20px;
}
.row > .page-header > h1{
    padding-top:20px;
}
.page-header > h1 {
    font-size: 22px;
    font-weight: 600;
}

.sidebar-container .sidebar .links > a {
    padding: 1px 10px;
}
.sidebar-container .sidebar .buttons {
    padding: 4px 0;
    text-align:center;
    max-width:160px;
}
.sidebar-container .sidebar .buttons > .btn{
    box-sizing: border-box;
    font-size: 12px;
    width:100%;

}
#remove_from_favorites{

    width:100%;
}
fieldset.mn-profile-group{
    padding:0;
}
fieldset.mn-profile-group > div {
    padding: 0 5px;
}
fieldset.mn-profile-group > div div {
    padding-top: 0;
    padding-bottom: 0;
}
.page-content legend{
    font-size:1.2em;
    font-weight: bold;
    padding:2px;
}
/*----------ui-dialog----------*/
.ui-widget-overlay {
    z-index:10000;
    position:fixed;
    height:100%;
}
.ui-dialog {
    z-index: 100001;
    font-size:14px;
    position:fixed;
}
.ui-dialog input{
    font-weight: normal;
    min-width: 220px;
}
.ui-dialog  textarea{
    height: 150px;
    width: 100%;
    resize: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin: -9px -8px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    width: 19px;
    margin: -7px 0 0 0;
    padding: 1px;
    height: 21px;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em 0.5em 1em;
    line-height:1em;
}
.list-of-tips li{
    margin:3px;
}
#search_block .options-link-block{
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
#search_block .options-link{
    font-size: 14px;
}
#saved_search .search .name {
    min-width: 120px;
    margin: 5px 0;
    font-weight: 600;
}
#saved_search {
    padding: 10px 10px 0 10px;
}
.mn-checkbox + .field-tooltip{
    float:left;
    margin-top:5px;
}
.inquery-colspan{
    padding-left:16px;
}
.table-responsive{
    overflow-x:auto;
}
/*.ui-tooltip {
    position: fixed !important;
    top: 20px !important;
    opacity: 1 !important;
    left: 20px !important;
    z-index: 2 !important;
}*/
/*replacing bootstrap styles for missionfinder*/

.page {
    padding: 0;
}
body.page.page-id-19 #page-container{
    padding-bottom:300px;
}
#main-footer #searchform input[type="text"]{
    height:31px;
}
.nav>li>a {
    padding: 0 14px 29px 0;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
html > body > .ui-tooltip {
    top: 0;
    left: 0;
    position: fixed;
}

.matching-status{
    margin: 0 0 15px 0;
}
.subscriptions-table td{
    padding: 5px;
    text-align: left;
}
.update-year{
    margin: 0 5px;
    width: 80px;
}
.ui-widget-content a.file-link{
    color: #2ea3f2;
}
.file-delete-icon{
    outline: none;
}
.dashboard-applications {
    float: left;
    width: 300px;
}
.info-icons {
    overflow: hidden;
}
.info-icons ul li{
    float: left;
    margin: 0 40px;
    width: 100px;
    text-align: center;
}
.info-icons ul li span,
.info-icons ul li img {
    overflow: hidden;
    width: 100%;
}
.info-icons ul li span {
    font: bold 16px 'Arial';
    text-transform: uppercase;
}
.info-icons ul li img{
    margin: 20px 0;
}
.field-from .block-from{
    float: left;
    width: 50%;
}
.field-from .block-cc{
    overflow: hidden;
    padding: 30px 0 0 0;
}
.field-from .block-cc input{
    width: 20px;
    min-width: 20px;
}