﻿@charset "utf-8";
/* This is the custom CSS */

@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700|Lato:400,400italic,700,700italic");
/*

font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;

*/



/* CSS Fix */

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.clearfix:after,
.panel-body:after,
.modal-footer:after,
.row:after {
    clear: both;
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .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: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .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) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    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;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.img-responsive {
    max-width: 100%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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;
}

a.btn {
    padding: 11px 20px;
}

.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 {
    text-decoration: none;
}

.btn:active,
.btn.active {
    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: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: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-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .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: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: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    box-sizing: border-box;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .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: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: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: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;
}

    .btn-warning:hover,
    .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: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: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: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: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .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: #2a6496;
                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;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.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;
}

.row_accept input[type=checkbox] {
    margin: 8px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0, -25%, 0);
        -o-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 50px 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    font-size: 16px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

    .modal-body h4 {
        color: #333;
        font-size: 16px;
        margin-bottom: 20px;
    }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    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 {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .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 {
        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: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 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 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 {
    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 {
            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: #333;
        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: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.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;
    }
/* --------------- Before You Begin --------------- */



body,
table {
    font-size: 14px;
    color: #505050;
    font-family: 'Lato', sans-serif;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #173a5a;
    padding: 0 0 15px 0;
    margin: 0;
}

h4 {
    padding: 0;
}

.page-title-band {
    border-bottom: 2px solid #dcdcdc;
    margin: 0 0 30px;
    padding: 0 0 5px;
}

h2 span {
    color: #990000;
}

h2 em {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #173a5a;
    padding: 15px 0;
}

p {
    padding: 0 0 5px 0;
    line-height: 22px;
    margin: 0 0 20px;
}

.color_red {
    color: #990000;
}

.italic {
    font-style: italic;
}

.size13 {
    font-size: 13px;
}

.size12 {
    font-size: 12px;
}

.right {
    text-align: right;
    float: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

#greybox {
    background: #efefef;
    border: 1px solid #dcdcdc;
    padding: 35px;
}

    #greybox .row_question {
        padding: 0 0 35px 0;
    }

        #greybox .row_question label.question {
            display: block;
            color: #000;
            padding: 0 0 7px 0;
            font-weight: bold;
        }

#alert_info {
    background: #e3f0fa url(../../images/icon-info.png) no-repeat 2% 50%;
    border: 1px solid #aedaf7;
    color: #173a5a;
    padding-left: 60px;
    font-size: 13px;
}

#verify_member .row, #login_inner .row {
    padding-bottom: 10px;
}

input[type="text"], select, textarea, input[type="password"] {
    border: 1px solid #cccccc;
    padding: 7px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.phone_details {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.w60_form {
    width: 60px;
}

.w100_form {
    width: 100px;
}

.w220_res {
    width: 220px;
}

.w100_res {
    width: 100px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.padL15 {
    padding-left: 15px;
}

a {
    color: #173a5a;
    text-decoration: underline;
}

    a:hover {
        color: #990000;
        text-decoration: underline;
    }

.LH35 {
    line-height: 35px;
}

#verify_member, #assigned-mmsi_form, #login_inner {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 35px;
}

    #verify_member label {
        font-weight: normal;
        line-height: 35px;
        text-align: right;
        display: block;
    }

    #login_inner label {
        font-weight: normal;
        line-height: 35px;
        text-align: right;
        display: block;
    }

    #verify_member .caption {
        float: left;
        padding-left: 15px;
        font-size: 13px;
        font-style: italic;
        line-height: 35px;
    }

.btn-default {
    border: 1px solid #cccccc;
    background: #e5e5e5 url(../../images/bg-btn-default.gif) repeat-x top left;
    color: #505050;
    font-weight: bold;
    padding: 8px 20px;
}

.btn-success {
    border: 1px solid #7a0000;
    background: #e5e5e5 url(../../images/bg-btn-success.gif) repeat-x top left;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
}

.btn-primary {
    border: 1px solid #173a5a;
    background: #183b5c url(../../images/bg-radio-btn-active.gif) repeat-x top left;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
}

button {
    float: none;
}

button {
    font-family: 'Raleway', sans-serif;
}

.Pad20 {
    padding: 20px;
}

.PadB10 {
    padding-bottom: 10px;
}

.PadB35 {
    padding-bottom: 35px;
}

.marT20 {
    margin-top: 20px;
}

.btn-radio {
    background: #e5e5e5 url(../../images/bg-btn-default.gif) repeat-x top left;
    border-color: #cccccc;
    color: #505050;
}

    .btn-radio:hover, .btn-radio:focus, .btn-radio:active, .btn-radio.active, .open > .dropdown-toggle.btn-radio {
        background: #173b5b url(../../images/bg-radio-btn-active.gif) repeat-x top left;
        border-color: #173b5b;
        color: #fff;
    }

.btn-checkbox {
    background: #e5e5e5 url(../../images/bg-btn-default.gif) repeat-x top left;
    border-color: #cccccc;
    color: #505050;
}

    .btn-checkbox:hover, .btn-checkbox:focus, .btn-checkbox:active, .btn-checkbox.active, .open > .dropdown-toggle.btn-checkbox {
        background: #173b5b url(../../images/bg-radio-btn-active.gif) repeat-x top left;
        border-color: #173b5b;
        color: #fff;
    }

.clear1 {
    clear: both;
    height: 1px;
}

.padR15 {
    padding-right: 15px;
}

.text_accept {
    width: 90%;
}

.text_accept01 {
    width: 95%;
}

.btm_btn_container {
    border-top: 2px solid #dcdcdc;
    padding: 20px 0 0 0;
    margin: 30px 0 0 0;
    text-align: left;
}

.btn-group-md a.btn {
    padding: 8px 20px;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 25px;
    font-weight: 600;
}

#mmsi_menu {
    margin-bottom: 30px;
}

    #mmsi_menu .navbar-collapse {
        padding: 0px;
    }

    #mmsi_menu .navbar-nav > li {
        float: none;
    }

    #mmsi_menu .navbar-nav, #mmsi_menu .navbar-header {
        float: none;
        margin: 0;
        padding: 0px;
        clear: both;
    }

        #mmsi_menu .navbar-nav > li > a {
            display: block;
            padding: 15px 15px 15px 52px;
            border-bottom: 1px solid #dcdcdc;
            font-size: 14px;
            text-decoration: none;
            background: url(../../images/icon-boat-us.png) no-repeat 15px 15px;
        }

        #mmsi_menu .navbar-nav > li:last-child > a {
            border: none;
        }

    #mmsi_menu span.title_mmsi_menu {
        display: block;
        background: url(../../images/bg-btn-success.gif) repeat-x #7a0000;
        color: #fff;
        padding: 15px 18px;
        border-radius: 3px 3px 0 0;
        font-weight: bold;
        font-size: 15px;
    }

    #mmsi_menu .navbar-default .navbar-toggle {
        border-color: #fff;
    }

.floatL_res {
    float: left;
}

#mmsi_menu .icon-bar {
    background: #fff;
}

#checkbox_new.btn-group > .btn {
    margin: 0 10px 10px 0;
    border-radius: 4px !important;
}

#checkbox_new.btn-group > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
/* --------------- MMSI Number Transfer Request --------------- */

#option_choose.btn-group > .btn {
    border-radius: 4px !important;
}

#option_choose.btn-group > .btn {
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 570px;
    text-align: left;
    white-space: normal;
}

#option_choose.btn-group > .btn, .btn-group-vertical > .btn {
    float: none;
    position: relative;
}

.w320_res {
    width: 320px;
}

ul.list_ul_mmsi_certificate {
    padding-left: 15px;
    list-style: square;
}

    ul.list_ul_mmsi_certificate li {
        padding-bottom: 20px;
    }

ul.list_ul_mmsi {
    list-style: none;
    padding: 0px 0 20px 10px;
    margin: 0px;
}

    ul.list_ul_mmsi li {
        background: url(../../images/bullet-red.gif) no-repeat 0 7px;
        padding: 0 0 5px 16px;
        line-height: 22px;
    }

        ul.list_ul_mmsi li b {
            color: #000;
        }

h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #173a5a;
    font-weight: 600;
    padding: 5px 0 15px 0;
    margin: 0;
    line-height: 1.3;
}

.seprator {
    border-top: 1px solid #dcdcdc;
    margin: 10px 0 0 0;
    padding: 30px 0 0 0;
}

.seprator_01 {
    border-top: 1px solid #dcdcdc;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
}

.color_black {
    color: #000;
}

.seprator_small {
    background: url(../../images/seprator.gif) repeat-x top left;
    height: 1px;
    margin: 25px 0 35px 0;
}
/* --------------- Already Have Non-BoatUS MMSI --------------- */

#assigned-mmsi_form label {
    font-weight: normal;
}
/* --------------- MMSI Faqs --------------- */
#faq_search input[type="text"] {
    height: 35px;
}

#accordion_faq .panel-heading {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

#accordion_faq .panel-default > .panel-heading {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
}

#accordion_faq .panel-heading a {
    padding: 17px 40px 17px 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: url(../../images/bg-accordion.gif) repeat-x #f3f3f3;
    border: 1px solid #e0e0e0;
    position: relative;
    color: #173a5a;
}

    #accordion_faq .panel-heading a:hover {
        color: #173a5a;
    }

#accordion_faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 20px 35px 10px 35px;
    position: relative;
}

#accordion_faq .panel-group .panel {
    border-radius: 0px;
    border: none;
}

#accordion_faq .panel-heading a span {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #cfcfcf;
}

#accordion_faq h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #000;
    border-top: 2px solid #e5e5e5;
    padding: 30px 0;
    margin: 50px 0 0 0;
}

.size16 {
    font-size: 16px;
}

#faq_search {
    padding: 15px 0 0 0;
}

    #faq_search div {
        float: left;
    }

    #faq_search input[type="submit"] {
        background: #183b5c url(../../images/bg-search-btn.gif) no-repeat 0 50%;
        color: #fff;
        border: 1px solid #173a5a;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 15px 0 45px;
        line-height: 33px;
        cursor: pointer;
    }
/* --------------- Cancel MMSI Registration --------------- */

#vessal_detail_cancel_mmsi {
    padding: 15px 0 30px 0;
}

.row_vessel_detail_cancel_mmsi {
    font-style: italic;
    padding-bottom: 5px;
}

    .row_vessel_detail_cancel_mmsi .cols_01 {
        float: left;
        width: 140px;
    }
/* --------------- Obtain a New MMSI Number --------------- */
#accordion_new_mmsi a {
    color: #173a5a;
    border-bottom: 1px solid #173a5a;
}

#accordion_new_mmsi .panel-heading {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

#accordion_new_mmsi .panel-default > .panel-heading {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
}

#accordion_new_mmsi .panel-heading a {
    padding: 20px 40px 20px 20px;
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    background: url(../../images/bg-accordion.gif) repeat-x #f3f3f3;
    border: 1px solid #e0e0e0;
    position: relative;
    text-transform: uppercase;
}

    #accordion_new_mmsi .panel-heading a:hover {
        color: #173a5a;
    }

#accordion_new_mmsi .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 40px 35px 25px 35px;
    position: relative;
}

#accordion_new_mmsi .panel-group .panel {
    border-radius: 0px;
    border: none;
}

#accordion_new_mmsi .panel-heading a span {
    position: absolute;
    top: 22px;
    right: 15px;
    color: #cfcfcf;
}

#accordion_new_mmsi label, #mmsi_transfer_form label, form#change_address label {
    font-weight: normal;
    text-align: right;
    display: block;
    padding: 10px 0;
}

#accordion_new_mmsi .row {
    padding-bottom: 10px;
}

.caption_new_mmsi {
    font-size: 12px;
    font-style: italic;
    padding: 10px 0;
    line-height: auto;
}

.padR5 {
    padding-right: 5px;
}

.padL10_res {
    padding-left: 10px;
}

#accordion_new_mmsi .phone_details {
    float: left;
    padding-right: 5px;
}

#accordion_new_mmsi .w60_form {
    width: 60px;
}

#accordion_new_mmsi .w100_form {
    width: 100px;
}

#accordion_new_mmsi .extn {
    float: left;
    padding: 0 5px 0 10px;
    line-height: 35px;
}

.row_accept {
    padding: 12px 0 35px 0;
}

.row_captcha div {
    float: left;
    padding: 0 10px 0 0;
}

.row_captcha {
    padding: 0 0 15px 0;
}

.block {
    display: block;
}

.padT15 {
    padding-top: 15px;
}

.w100_percent {
    width: 100%;
}

.padTB_15 {
    padding: 15px 0;
}

.alert-warning {
    background: url(../../images/icon-warning.png) #fff5e5 no-repeat 15px 20px;
    background-color: #fff5e5;
    border-color: #ffd8b6;
    color: #d18104;
    font-size: 13px;
    font-style: italic;
    padding-left: 60px;
    font-weight: bold;
}

#accordion_new_mmsi .alert-warning {
    margin-top: 20px;
}

.padT10 {
    padding-top: 10px;
}
/* --------------- Homepage --------------- */


h6.color_black {
    color: #000;
}

hgroup h2 {
    border-bottom: none;
    padding: 0 0 5px 0;
    margin: 0 0 10px;
}

hgroup h6 {
    color: #000;
    font-weight: normal;
    font-size: 22px;
}

hgroup h4 {
    color: #505050;
    margin: 0 0 20px;
    font-weight: normal;
}

#mmsi_tabs {
    padding: 0 0 25px 0;
}

    #mmsi_tabs div {
        float: left;
        width: 23%;
        margin-right: 2%;
    }

    #mmsi_tabs a,
    #mmsi_tabs a:hover,
    #mmsi_tabs a:active,
    #mmsi_tabs a:visited {
        border-bottom: 1px solid #e1e1e1;
        color: #173a5a;
    }

    #mmsi_tabs a {
        background: #f5f5f5;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        height: 143px;
        color: #173a5a;
    }

        #mmsi_tabs a:hover {
            background: #fff;
            box-shadow: 0px 0px 5px rgba(0,0,0,.2);
            color: #990000;
        }

        #mmsi_tabs a span {
            display: block;
            height: 40px;
            width: 40px;
            margin: 32px auto 10px auto;
        }

            #mmsi_tabs a span.icon_login {
                background: url(../../images/icon-login.png) top center;
            }

        #mmsi_tabs a:hover span.icon_login {
            background: url(../../images/icon-login.png) center bottom;
        }

        #mmsi_tabs a span.icon_update {
            background: url(../../images/icon-update.png) top center;
        }

        #mmsi_tabs a:hover span.icon_update {
            background: url(../../images/icon-update.png) center bottom;
        }

        #mmsi_tabs a span.icon_add_new {
            background: url(../../images/icon-add-new.png) top center;
        }

        #mmsi_tabs a:hover span.icon_add_new {
            background: url(../../images/icon-add-new.png) center bottom;
        }

        #mmsi_tabs a span.icon_transfer {
            background: url(../../images/icon-transfer.png) top center;
        }

        #mmsi_tabs a:hover span.icon_transfer {
            background: url(../../images/icon-transfer.png) center bottom;
        }

.bold {
    font-weight: bold;
}

.PadB20 {
    padding-bottom: 20px;
}

.caption_mmsi_tabs {
    padding: 0 0 35px 0;
}

#home_leftpart {
    float: left;
    width: 150px;
    margin-left: 5px;
}

#acquisition-_directorate {
    background: url(../../images/bg-lines.gif) top left repeat-x;
    padding: 25px 0;
}

    #acquisition-_directorate ul {
        background: url(../../images/bg-lines.gif) left bottom repeat-x;
    }

    #acquisition-_directorate h6 {
        font-size: 12px;
        padding: 0px;
    }

    #acquisition-_directorate p {
        color: #000;
        font-weight: bold;
        font-style: italic;
        font-size: 16px;
        padding: 0 0 5px 0;
    }

.banner {
    padding: 0 0 30px 0;
}

    .banner img {
        width: 240px;
    }

#content.right_home {
    float: right;
}
/* --------------- Payment Credit card --------------- */

#card_icons {
    color: #acacac;
    background: url(../../images/bg-dots.png) repeat-x bottom left;
    padding: 5px 0;
    margin: 30px 0 10px 0;
}

    #card_icons div {
        float: left;
    }

        #card_icons div:first-child {
            padding-right: 15px;
        }

.LH30 {
    line-height: 30px;
}

#card_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#card_icons li {
    float: left;
    padding: 0 10px 10px 0;
    margin: 0;
}

form#payment_mmsi label {
    display: block;
    font-weight: normal;
    padding-top: 10px;
}

form#payment_mmsi select.half {
    width: 153px;
}

form#payment_mmsi .field_expiry {
    padding-right: 15px;
}

form#payment_mmsi .btn_container {
    border-top: 2px solid #dcdcdc;
    margin: 45px 0 0 0;
    padding: 25px 0 0 0;
}

.payment_form_container {
    background: #fff;
    border-left: 1px solid #dcdcdc;
    padding: 35px 50px;
    margin-left: 179px;
    box-sizing: border-box;
}

.tabs_payment ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: 1;
}

.tabs_payment li a {
    display: block;
    color: #535353;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0 20px 22px;
    border-left: 5px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    width: 153px;
    background: #f2f2f2;
}

    .tabs_payment li a:hover {
        border-left: 5px solid #990000;
        border-right: 1px solid #dcdcdc;
        color: #990000;
        background: #fff;
    }

.tabs_payment li.active a {
    border-left: 5px solid #990000;
    border-right: 1px solid #fff;
    color: #990000;
    background: #fff;
}

.relative {
    position: relative;
}

#container_payment {
    border: 1px solid #dcdcdc;
    background: #f2f2f2;
}

#services_selected {
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    #services_selected h6 {
        border-bottom: 1px solid #cccccc;
        padding: 20px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    }

    #services_selected .des_services_selected {
        font-weight: bold;
        color: #000;
    }

        #services_selected .des_services_selected span {
            font-style: italic;
            font-size: 13px;
            color: #505050;
            font-weight: normal;
            display: block;
        }

    #services_selected .amount_services_selected {
        font-weight: bold;
        color: #173a5a;
    }

    #services_selected .pad_services_selected {
        padding: 25px 25px 10px 25px;
    }

.seprator_dot {
    background: url(../../images/bg-dots.png) repeat-x bottom left;
}

#services_selected .row_services_selected {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.color_red_01 {
    color: #e94949;
}

#services_selected .discount_services_selected {
    color: #e94949;
}

#services_selected .grand_total {
    background: #eeeeee;
    box-shadow: inset 0 5px 5px rgba(0,0,0,0.2);
    padding: 25px 25px 20px 25px;
}

.size18 {
    font-size: 18px;
}

.color_blue {
    color: #173a5a;
}

#billing_address {
    padding: 10px 20px 30px 20px;
}

div.payment_form_container #e-check {
    padding: 10px 0 20px 0;
    background: url(../../images/bg-dots.png) repeat-x bottom;
    margin-bottom: 10px;
}

.pay_btn_container {
    padding: 30px 0 0 0;
}

    .pay_btn_container button {
        width: 100%;
        margin: 0 0 15px 0;
    }
/* --------------- Review Payment Details --------------- */

.row_review_payment {
    padding-bottom: 15px;
}

    .row_review_payment div {
        float: left;
    }

        .row_review_payment div:first-child {
            width: 150px;
            font-weight: bold;
            color: #000;
        }

#review_payment h6 {
    background: url(../../images/bg-dots.png) repeat-x bottom left;
    margin-bottom: 25px;
}

#review_payment .review_payment_container {
    padding-bottom: 35px;
}

.marT30 {
    margin-top: 30px;
}
/* --------------- My Account --------------- */

table thead tr th, table tfoot tr th {
    background: url(../../images/bg-btn-default.gif) repeat-x #e5e5e5;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

td.grey_bg {
    background: url(../../images/bg-table-bot.gif) repeat-x #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 3px solid #dddddd;
}

/*.btn-edit, .btn-transfer, .btn-view {
    border: 1px solid #92f1ff;
    color: #2472b2;
    font-weight: 600;
    padding: 7px 15px 7px 35px;
}*/


.btn-edit, .btn-transfer, .btn-view, .btn-additional_mmsi, .btn-change_pwd, .btn-logout {
    border: 1px solid #92f1ff;
    color: #2472b2;
    font-weight: 600;
    padding: 7px 15px 7px 15px;
    background: #e6fcff;
}

/*.btn-edit {
    background: #e6fcff url(../../images/icon-edit.png) no-repeat 10px 50%;
}

.btn-view {
    background: #e6fcff url(../../images/icon-search.png) no-repeat 10px 50%;
}

.btn-transfer {
    background: #e6fcff url(../../images/icon-transfer-01.png) no-repeat 10px 50%;
}*/

    .btn-edit:hover, .btn-transfer:hover, .btn-view:hover, .btn-additional_mmsi, .btn-change_pwd, .btn-logout {
        color: #2472b2;
    }

/*.btn-cancel {
    background: #ffe6e6 url(../../images/icon-delete.png) no-repeat 10px 50%;
    border: 1px solid #ffb2b2;
    color: #bf0000;
    font-weight: 600;
    padding: 7px 15px 7px 35px;
}*/

.btn-cancel {
    background: #ffe6e6;
    border: 1px solid #ffb2b2;
    color: #bf0000;
    font-weight: 600;
    padding: 7px 15px 7px 15px;
}

    .btn-cancel:hover {
        color: #bf0000;
    }
/* --------------- MMSI Number Transfer Request --------------- */

#mmsi_transfer_form {
    border: 1px solid #dcdcdc;
    border-top: none;
}

    #mmsi_transfer_form .row {
        margin-bottom: 15px;
    }

    #mmsi_transfer_form h6 {
        background: #e5e5e5 url(../../images/bg-btn-default.gif) repeat-x;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        padding: 0px 0 0 20px;
        line-height: 45px;
        margin: 0;
    }

    #mmsi_transfer_form .pad_mmsi_transfer_form {
        padding: 30px 20px 25px 20px;
    }


/* --------------- Login Page --------------- */

form#login label {
    display: block;
    font-weight: normal;
}

form#login input[type="text"], form#login input[type="password"] {
    max-width: 350px;
    padding: 0 50px 0 10px;
    line-height: 40px;
    height: 40px;
}

form#login .icon_login {
    position: absolute;
    top: 0px;
    right: 0px;
}

form#login .row_login_field {
    width: 100%;
    max-width: 352px;
    padding: 0 0 20px 0;
}

ul.list_none_bullet {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.list_none_bullet li {
        padding: 0 0 5px 0;
    }
/* --------------- Certificate Page --------------- */

p.marT20 {
    margin-top: 20px;
}

blockquote {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #990000;
}

#vessel_detail_certificate {
    padding: 0 0 20px 0;
}

    #vessel_detail_certificate .row_vessel_detail_certificate {
        padding: 0 0 15px 0;
    }

        #vessel_detail_certificate .row_vessel_detail_certificate div {
            float: left;
        }

            #vessel_detail_certificate .row_vessel_detail_certificate div:first-child {
                color: #173a5a;
                font-weight: bold;
                width: 220px;
                padding-right: 15px;
            }

#certificate_table {
    border: 1px solid #dddddd;
    margin: 15px 0 50px 0;
    overflow-y: hidden;
    overflow-x: auto;
}

    #certificate_table table {
        margin: 0px;
        border-collapse: collapse;
    }

    #certificate_table td, #certificate_table th {
        padding: 15px;
    }

/* --------------- Pop up --------------- */

.modal {
    background: rgba(0,0,0,.4);
}

.padT30 {
    padding-top: 30px;
}

/* --------------- Radio Btn Div Show Hide --------------- */

.box {
    display: none;
}

/* --------------- Forgot your membership number --------------- */

ol.list_01 {
    padding: 0 0 15px 25px;
    margin: 0;
}

    ol.list_01 li {
        padding: 0 0 12px 15px;
        margin: 0;
        font-style: italic;
        color: #000;
    }

h6.marT20 {
    margin-top: 20px !important;
}

.PadB15 {
    padding-bottom: 15px;
}

#greybox.padbot_none {
    padding-bottom: 0;
}




/* --------------- Before You Begin (Continue...) --------------- */

.marT10 {
    margin-top: 10px;
}

.pad_LR_15 {
    padding: 0 15px;
}


.modal-header {
    background: #1d4e7b;
    color: #fff;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.modal-dialog .close {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
    padding: 0 0 15px 25px;
    margin: 0;
}

ol.list_01 li {
    padding: 0 0 12px 15px;
    margin: 0;
    font-style: italic;
    color: #000;
}

h6.marT20 {
    margin-top: 20px !important;
}

.PadB15 {
    padding-bottom: 15px;
}

#greybox.padbot_none {
    padding-bottom: 0;
}
/* --------------- Before You Begin (Continue...) --------------- */

.marT10 {
    margin-top: 10px;
}

.pad_LR_15 {
    padding: 0 15px;
}

.modal-header {
    background: #1d4e7b;
    color: #fff;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.modal-dialog .close {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
    border: 0 !important;
}

.alert-danger {
    background: #f2dede url(../../images/error-message.png) no-repeat 15px 12px;
    border-color: #ebccd1;
    color: #a94442;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    padding-left: 60px;
}

.alert-success {
    background-image: url(../../images/success-message.png);
    background-repeat: no-repeat;
    background-position: 2% 45%;
    padding-left: 60px;
    font-weight: bold;
}

ul.list_error {
    padding: 0px;
    margin: 0 0 0 5px;
}

    ul.list_error li {
        font-weight: normal;
        padding: 0 0 3px 5px;
    }

.padL5 {
    padding-left: 5px;
}

.display_icon {
    display: inline;
}


/*----------------- New Added Certificate --------------------------*/

.border_grey {
    border: solid #ddd;
}

.border_white {
    border: solid #fff;
}

.border_red {
    border: solid #990000;
}

.border7 {
    border-width: 7px;
}

.border1 {
    border-width: 1px;
}

.border15 {
    border-width: 15px;
}

.border10 {
    border-width: 10px;
}

.border2 {
    border-width: 2px;
}

.pad40_res {
    padding: 40px;
    background: #fff;
}

.btn_prints {
    position: absolute;
    right: 43px;
    top: 38px;
}

#content a.btn {
    box-sizing: border-box;
    /*color: #333;*/
    color: #fff;
}

/*Added ruby BrianW*/
    #content a.btn-boatus {
        box-sizing: border-box;
        color: #fff;
    }

#content a.btn-default {
    border: 1px solid #cccccc;
}

.btn_prints a {
    text-decoration: none;
    box-sizing: border-box;
}

    .btn_prints a.btn-success {
        color: #fff;
    }

    .btn_prints a.btn-default {
        color: #173a5a;
    }


.btn_prints.bottom {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
}

@media print {
    .border_grey {
        border: solid #ddd;
    }

    .border_white {
        border: solid #fff;
    }

    .border_red {
        border: solid #990000;
    }

    .border7 {
        border-width: 7px;
    }

    .border1 {
        border-width: 1px;
    }

    .border15 {
        border-width: 15px;
    }

    .border10 {
        border-width: 10px;
    }

    .border2 {
        border-width: 2px;
    }

    .pad40_res {
        padding: 40px;
    }

    .btn_prints {
        display: none;
    }

    #vessel_detail_certificate .row_vessel_detail_certificate {
        padding: 0 0 5px 0;
    }

    .pad40_res {
        padding: 20px 30px 20px 60px;
    }

    .border5 {
        border-width: 1px;
    }

    h2 {
        margin: 0 0 10px;
        padding: 0 0 5px;
        font-size: 24px;
        font-weight: bold;
    }

    #certificate_table td, #certificate_table th {
        padding: 5px;
    }

    #certificate_table {
        margin: 10px 0 10px 0;
    }

    .seprator {
        margin: 5px 0 0;
        padding: 15px 0 0;
    }

    ul.list_ul_mmsi {
        list-style: none;
        padding: 0px 0 10px 10px;
        margin: 0px;
    }

        ul.list_ul_mmsi li {
            background: url(../../images/bullet-red.gif) no-repeat 0 7px;
            padding: 0 0 2px 16px;
            line-height: 17px;
        }

            ul.list_ul_mmsi li b {
                color: #000;
            }

    p.marT20 {
        margin-top: 5px;
    }

    blockquote {
        display: none;
    }

    #vessel_detail_certificate {
        padding: 0 0 0px;
    }
    /*-------------------------piyush-----------------------*/

    p.size11 {
        font-size: 11px !important;
        font-family: Calibri;
        line-height: 17px;
    }

    ul.size11, table.size11, div.size11 {
        font-size: 11px !important;
        font-family: Calibri;
    }

    div.size11 {
        color: #990000;
        font-weight: bold;
    }

    .row_vessel_detail_certificate div {
        font-size: 12px;
        font-family: Calibri;
    }

    ul.list_ul_mmsi_certificate li {
        padding-bottom: 0;
    }

    #vessel_detail_certificate {
        padding: 0 0 0 0;
    }

        #vessel_detail_certificate .row_vessel_detail_certificate div:first-child {
            width: 260px;
        }

        #vessel_detail_certificate .row_vessel_detail_certificate {
            padding: 0 0 0 0;
            line-height: 1.4;
        }

    #vessel_detail_certificate {
        padding: 0 0 0 60px;
    }

{
    font-family: calibri;
    font-size: 15px;
}

p {
    padding: 0 0 0 0;
}

#certificate_table td, #certificate_table th {
    padding: 4px 15px;
}

a:after {
    display: none;
}

}


/*@media print {
.border_grey {
	border: solid #ddd;
}
.border_white {
	border: solid #fff;
}
.border_red {
	border: solid #990000;
}
.border7 {
	border-width: 7px;
}
.border1 {
	border-width: 1px;
}
.border15 {
	border-width: 15px;
}
.border10 {
	border-width: 10px;
}
.border2 {
	border-width: 2px;
}
.pad40_res {
	padding: 40px;
}
.btn_prints {
	display: none;
}
#vessel_detail_certificate .row_vessel_detail_certificate {
	padding: 0 0 5px 0;
}
.pad40_res {
	padding: 15px 20px;
}
.border5 {
	border-width: 1px;
}
h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
    font-size: 26px;
    font-weight: bold;

}
#certificate_table td, #certificate_table th {
	padding: 5px;
}
#certificate_table {
	margin: 10px 0 20px 0;
}
.seprator {
	margin: 5px 0 0;
	padding: 15px 0 0;
}
p {
	line-height: 18px;
	padding: 0 0 5px;
}
{
	font-size: 12px;
}
ul.list_ul_mmsi {
	list-style: none;
	padding: 0px 0 10px 10px;
	margin: 0px;
}
ul.list_ul_mmsi li {
	background: url(../images/bullet-red.gif) no-repeat 0 7px;
	padding: 0 0 3px 16px;
	line-height: 18px;
}
ul.list_ul_mmsi li b {
	color: #000;
}
p.marT20 {
	margin-top: 10px;
}
p {
	line-height: 18px;
	padding: 0 0 5px;
	margin: 0px;
}
blockquote {
	display: none;
}
#vessel_detail_certificate {
	padding: 0 0 0px;
}


}*/
/* 
     CSS FOR ACTION LINK CANCCEL
 */

.btm_btn_container a {
    background: #ffe6e6 url(../../images/icon-delete.png) no-repeat 10px 50%;
    border: 1px solid #ffb2b2;
    color: #bf0000;
    font-weight: 600;
    padding: 7px 15px 7px 35px;
}

.btm_btn_container .btn:first-child {
    margin-right: 5px;
}
/* Login Menu*/

#usermenu2 {
    font-weight: bold;
    margin-top: 5px;
    float: right;
}

#usermenu {
    font-weight: bold;
    margin-top: 5px;
    float: right;
}

    #usermenu ul, #usermenu li, #usermenu a {
        position: relative;
    }

    #usermenu a {
        font-size: 13px;
        text-decoration: none;
        display: block;
        color: #333;
        background: url(../../images/arrow-down.gif) no-repeat 100% 17px;
        padding: 10px 15px 10px 0;
        border: 0;
    }

        #usermenu a:hover {
            border: none;
        }

    #usermenu #glyUser {
        border: 1px solid #7a0000;
        background: #990000 url(../../images/bg-btn-success.gif) repeat-x top left;
        color: #fff;
        font-weight: bold;
        padding: 7px;
        text-align: center;
        height: 25px;
        width: 25px;
        margin-top: -15px;
        line-height: 25px;
        border-radius: 20px;
        font-size: 16px;
    }

        #usermenu #glyUser:hover {
            color: #fff;
        }

    #usermenu ul {
        list-style: none;
    }

    #usermenu > ul > li > a:hover {
        color: #333;
        text-decoration: none;
    }

    #usermenu > ul > li:hover:after,
    #usermenu > ul > li:hover:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        bottom: -1px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        /border-bottom-color: #fff;
        /;
    }

    #usermenu > ul > li:hover:before {
        bottom: 0px;
        border-bottom: 10px solid #ccc;
    }

    #usermenu .has-sub:hover > ul {
        display: block;
        text-align: left;
        z-index: 1;
    }

    #usermenu .has-sub ul {
        display: none;
        position: absolute;
        width: 180px;
        right: 0;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border-radius: 5px;
        padding: 5px 0;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 101;
    }

        #usermenu .has-sub ul li a {
            background: #fff;
            font-size: 12px;
            filter: none;
            display: block;
            padding: 1px 15px 1px 40px;
            color: #8f8f8f;
            background: url(../../images/icons-user-menu.png) no-repeat;
            height: 35px;
            line-height: 35px;
        }

    #usermenu ul ul li:hover > a {
        color: #ffffff;
        text-decoration: none;
    }

    #usermenu .has-sub ul li:first-child a {
        background-position: 15px 9px;
    }

    #usermenu .has-sub ul li:last-child a {
        background-position: 15px -97px;
    }

    #usermenu .has-sub ul li:first-child a:hover {
        background-color: #7a0000;
        background-position: 15px -147px;
    }

    #usermenu .has-sub ul li:last-child a:hover {
        background-color: #7a0000;
        background-position: 15px -257px;
    }



/* --------------- Manage MMSI --------------- */

#table_container .table_title {
    background: url("../images/bg-table-heading.gif") repeat-x scroll 0 0 #ebebeb;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 0 0;
    color: #173b5b;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 30px;
}

#table_container .table_body {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 25px;
}
    /*#table_container .table_body .filters {
	padding: 0 0 15px 0;
}*/
    /*#table_container .table_body .filters div {
	float: left;
	padding: 0 5px 5px 0;
}*/
    #table_container .table_body .filters .row {
        margin-bottom: 15px;
    }

    #table_container .table_body .filters h2 {
        margin: 0 0 20px;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 15px;
        font-weight: 600;
    }

    #table_container .table_body .filters input[type="text"] {
        font-size: 13px;
        padding: 7px 10px;
        margin-bottom: 5px;
    }
/*#table_container .table_body .filters select {
	font-size: 13px;
	padding: 7px 15px 7px 5px;
}
#table_container .table_body .filters .icon_calendar {
	position: absolute;
	right: 8px;
	top: 6px;
}*/
#total_count {
    text-align: center;
    width: 50%;
    padding-top: 7px;
}

#table_container input.search {
    background: url("/images/bg-search-btn-2.gif") no-repeat scroll 0 0 #173b5b;
    border: 1px solid #173b5b;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    padding: 0 12px 0 32px;
}

.w120_res {
    width: 120px;
}

.w150_res {
    width: 150px;
}

.table_arrow {
    padding-right: 15px;
}

    .table_arrow div {
        position: absolute;
    }

        .table_arrow div:first-child {
            top: -7px;
            right: 0px;
        }

        .table_arrow div:last-child {
            bottom: -3px;
            right: 0px;
        }

#pagination ul {
    list-style: none;
    border-right: 1px solid #dddddd;
    margin: 0;
}

#pagination li {
    float: left;
}

#pagination ul li a,
#pagination ul li span {
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-right: none;
    padding: 8px 11px;
    text-decoration: none;
    color: #7c7c7c;
}

#pagination li a:hover {
    color: #173b5b;
}

#pagination li.active span {
    background: #f2f2f2;
}

#pagination li.deactive a {
    background: #f2f2f2;
    color: #fff;
    cursor: default;
    color: #bbbbbb;
}

.btn_tables div {
    float: left;
    padding: 10px 5px 0 0;
}

/*------------ Data Table css ----------------*/

#table_container {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

    #table_container #table_title {
        background: url(../images/bg-table-heading.gif) repeat-x #ebebeb;
        line-height: 50px;
        border: 1px solid #cccccc;
        border-radius: 4px 4px 0 0;
        font-size: 20px;
        font-weight: bold;
        color: #173b5b;
        padding: 0 30px;
    }

    #table_container .pad_table {
        padding: 30px;
        border: 1px solid #cccccc;
        border-radius: 0 0 4px 4px;
        background: #fff;
    }

    #table_container table {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    #table_container th {
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        padding: 10px;
        color: #000;
        font-weight: bold;
    }

    #table_container td {
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        padding: 10px;
    }

    #table_container tr.alt {
        background: #f2f2f2;
    }

    #table_container tr:hover {
        background: #ffffe6;
    }

    #table_container tr.heading:hover {
        background: #fff;
    }

    #table_container th span {
        position: absolute;
        top: 1px;
        right: 1px;
    }

        #table_container th span div {
            padding-bottom: 4px;
        }

    #table_container .links_action {
        width: 152px;
        margin: 0 auto;
    }

        #table_container .links_action a {
            display: block;
            line-height: 25px;
            font-size: 13px;
            text-decoration: none;
        }

            #table_container .links_action a:first-child {
                margin-right: 5px;
            }

            #table_container .links_action a.icon_edit {
                background: url(../images/edit-icon.png) no-repeat #e6fcff 7px 50%;
                border: 1px solid #92f1ff;
                border-radius: 2px;
                float: left;
                color: #2472b2;
                padding: 0 10px 0 30px;
            }

            #table_container .links_action a.icon_delete {
                background: url(../images/delete-icon.png) no-repeat #ffe6e6 7px 50%;
                border: 1px solid #ffb2b2;
                border-radius: 2px;
                float: left;
                color: #bf0000;
                padding: 0 10px 0 27px;
            }
    /*------------ Search Data Table css ----------------*/

    #table_container .row_search {
        padding: 0 0 20px 0;
    }

        #table_container .row_search label {
            color: #333333;
            font-weight: bold;
            font-size: 13px;
            padding-right: 12px;
            line-height: 34px;
        }

    #table_container form#search div, #table_container form#sort div {
        float: left;
        padding-right: 5px;
    }

    #table_container .row_search select {
        padding: 7px;
        width: 160px;
    }

    #table_container .row_search input[type="button"] {
        background: url(../images/bg-search-btn-2.gif) no-repeat #173b5b;
        line-height: 30px;
        height: 34px;
        cursor: pointer;
        border: 1px solid #173b5b;
        color: #fff;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        border-radius: 3px;
        padding: 0 12px 0 32px;
    }
/*------------ Bottom part Data Table css ----------------*/

#table_bottom {
    border: 1px solid #dddddd;
    padding: 20px;
    background: url(../images/bg-border-bottom.gif) repeat-x #f4f4f4;
    font-size: 13px;
    margin-bottom: 20px;
}

    #table_bottom #record_per_page select {
        font-size: 12px;
        padding: 5px;
        width: 60px;
    }

    #table_bottom #total_count {
        text-align: center;
        width: 59%;
        padding-top: 7px;
    }
/*#pagination ul {
	list-style: none;
	border-right: 1px solid #dddddd;
}
#pagination li {
	float: left;
}
#pagination ul li a {
	display: block;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-right: none;
	padding: 8px 11px;
	text-decoration: none;
	color: #7c7c7c;
}
#pagination li a:hover {
	color: #173b5b;
}
#pagination li.active a {
	background: #173b5b;
	color: #fff;
}
#pagination li.deactive a {
	background: #f2f2f2;
	color: #fff;
	cursor: default;
	color: #bbbbbb;
}*/
/*------------ Bottom Buttons Data Table css ----------------*/


.btns_container input[type="button"] {
    padding: 12px 20px;
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    background: #e3e3e3 url(../images/bg-btn-grey.gif) repeat-x;
    font-family: lato, Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin-right: 5px;
}

    .btns_container input[type="button"]:hover {
        background: url(../images/bg-blue.gif) repeat-x #173b5b;
        border: 1px solid #173b5b;
        color: #fff;
    }

    .btns_container input[type="button"].active {
        background: url(../images/bg-red-btn.gif) repeat-x #990000;
        border: 1px solid #952121;
        color: #fff;
    }

.w45_percent {
    width: 48%;
}

.date-table-01 {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

    .date-table-01 td {
        padding: 10px 15px;
        border-bottom: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
    }

    .date-table-01 th {
        padding: 7px 15px;
        border-bottom: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        line-height: 30px;
    }

    .date-table-01 tr:nth-child(even) {
        background: #fff;
    }

    .date-table-01 tr:nth-child(odd) {
        background: #f2f2f2;
    }

    .date-table-01 th {
        background: url(../images/bg-table-heading.gif) repeat-x #ebebeb;
        font-size: 20px;
        font-weight: bold;
        color: #173b5b;
    }

.loader {
    background: url(../../images/loader.gif);
    height: 11px;
    width: 16px;
    position: absolute;
    margin: 5px 0 0 3px;
}

span[for="mmsiRegistration_State"] {
    font-size: 11px;
    font-family: Lato, Arial, sans-serif;
}
/*#rHeaderWrapper {
    width: 100%;
}
.rHeader {
    height: 42px;
}
.rHeader ul li.showSearch {
    position: absolute;
    right: 0;
}*/
#overLayMenuPanel div #sidebar ul li a:hover,
#overLayMenuPanel div #sidebar ul li a:focus {
    background: transparent;
}

footer #minimal #companySections a,
footer #minimal #companySections a:hover {
    font-size: 10px;
}

#usermenu #glyUser:hover {
    color: #333;
}

.validation-summary-errors ul {
    padding: 0;
    list-style: none;
}
.grid-12.ui-widget {
    font-family: 'Lato', sans-serif;
}