/* Minification failed. Returning unminified contents.
(1388,58): run-time error CSS1035: Expected colon, found 'center'
 */

a {
    color: #2CA8FF;
}

    a:hover, a:focus {
        color: #109CFF;
    }

    a:focus, a:active,
    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    select::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner,
    input[type="button"]:focus {
        outline: 0 !important;
    }

.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
}

/*           Animations              */
.form-control, .input-group-addon {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.image-container {
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.wizard-container {
    padding-top: 20px;
    z-index: 3;
}

.wizard-navigation {
    position: relative;
}

.made-with-mk {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 40px;
    right: 40px;
    border-radius: 30px;
    background-color: rgba(16, 16, 16, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}

    .made-with-mk:hover, .made-with-mk:active, .made-with-mk:focus {
        width: 218px;
        color: #FFFFFF;
        transition-duration: .55s;
        padding: 10px 30px;
    }

        .made-with-mk:hover .made-with, .made-with-mk:active .made-with, .made-with-mk:focus .made-with {
            opacity: 1;
        }

        .made-with-mk:hover .brand, .made-with-mk:active .brand, .made-with-mk:focus .brand {
            left: 0;
        }

    .made-with-mk .brand,
    .made-with-mk .made-with {
        float: left;
    }

    .made-with-mk .brand {
        position: relative;
        top: 3px;
        left: -1px;
        letter-spacing: 1px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 600;
    }

    .made-with-mk .made-with {
        color: rgba(255, 255, 255, 0.6);
        position: absolute;
        left: 75px;
        top: 15px;
        opacity: 0;
        margin: 0;
        -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
        -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
        -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
        transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    }

        .made-with-mk .made-with strong {
            font-weight: 400;
            color: rgba(255, 255, 255, 0.9);
            letter-spacing: 1px;
        }

/*           Font Smoothing      */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.6180em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

h1 .subtitle {
    display: block;
    font-family: 'Grand Hotel',cursive;
    line-height: 40px;
    margin: 15px 0 30px;
}

.card {
    background-color: #FFFFFF;
    padding: 10px 0 20px;
    width: 100%;
}

.wizard-card {
    min-height: 410px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
}

.wizard-card-panel {
    border-radius: 0px;
    box-shadow: none;
}


    .wizard-card .picture-container {
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .wizard-card .picture {
        width: 106px;
        height: 106px;
        background-color: #999999;
        border: 4px solid #CCCCCC;
        color: #FFFFFF;
        border-radius: 50%;
        margin: 5px auto;
        overflow: hidden;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

        .wizard-card .picture:hover {
            border-color: #2ca8ff;
        }

        .wizard-card .picture input[type="file"] {
            cursor: pointer;
            display: block;
            height: 100%;
            left: 0;
            opacity: 0 !important;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .wizard-card .picture-src {
        width: 100%;
    }

    .wizard-card .tab-content {
        min-height: 340px;
        padding: 20px 10px;
    }

    .wizard-card .wizard-footer {
        padding: 0 10px;
    }

    .wizard-card .disabled {
        display: none;
    }

    .wizard-card .wizard-header h3 {
        font-weight: 200;
        text-align: center;
    }

    .wizard-card[data-color="green"] .choice:hover .icon, .wizard-card[data-color="green"] .choice.active .icon {
        border-color: #05AE0E;
    }

    .wizard-card[data-color="green"] .picture:hover {
        border-color: #05AE0E;
    }

    .wizard-card[data-color="green"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #05AE0E;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="azzure"] .choice:hover .icon, .wizard-card[data-color="azzure"] .choice.active .icon {
        border-color: #2CA8FF;
    }

    .wizard-card[data-color="azzure"] .picture:hover {
        border-color: #2CA8FF;
    }

    .wizard-card[data-color="azzure"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #2CA8FF;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="blue"] .choice:hover .icon, .wizard-card[data-color="blue"] .choice.active .icon {
        border-color: #0d5494;
    }

    .wizard-card[data-color="blue"] .picture:hover {
        border-color: #0d5494;
    }

    .wizard-card[data-color="blue"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #0d5494;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 700;
    }

    .wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
        border-color: #FF9500;
    }

    .wizard-card[data-color="orange"] .picture:hover {
        border-color: #FF9500;
    }

    .wizard-card[data-color="orange"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #FF9500;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card[data-color="red"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
        border-color: #FF3B30;
    }

    .wizard-card[data-color="red"] .picture:hover {
        border-color: #FF3B30;
    }

    .wizard-card[data-color="red"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: #FF3B30;
        top: 0px;
        left: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
    }

    .wizard-card .btn {
        text-transform: uppercase;
    }

    .wizard-card .info-text {
        text-align: left;
        font-weight: 300;
        margin: 10px 10px 10px 30px;
        color: #0d5494;
    }

    .wizard-card .text-center .info-text {
        text-align: center;
    }

    .wizard-card .warning-text {
        color: #FF9500;
    }


        .wizard-card .choice .icon {
            text-align: center;
            vertical-align: middle;
            height: 116px;
            width: 116px;
            border-radius: 50%;
            background-color: #999999;
            color: #FFFFFF;
            margin: 0 auto 20px;
            border: 4px solid #CCCCCC;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
        }

        .wizard-card .choice i {
            font-size: 30px;
            line-height: 111px;
        }

        .wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
            border-color: #2ca8ff;
        }

        .wizard-card .choice input[type="radio"],
        .wizard-card .choice input[type="checkbox"] {
            position: absolute;
            left: -10000px;
            z-index: -1;
        }

    .wizard-card .btn-finish {
        display: none;
    }

    .wizard-card .description {
        color: #999999;
        font-size: 14px;
    }


/*             Inputs               */
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    padding: 6px 16px;
}

    .form-control:focus {
        background-color: #FFFFFF;
        border: 1px solid #9A9A9A;
        box-shadow: none;
        outline: 0 none;
    }

    .form-control + .form-control-feedback {
        border-radius: 6px;
        font-size: 14px;
        padding: 0 12px 0 0;
        position: absolute;
        right: 25px;
        top: 13px;
        vertical-align: middle;
    }

.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
    border-color: #E3E3E3;
    box-shadow: none;
}

.has-success .form-control,
.form-control .has-success .form-control-feedback, .form-control.valid:focus {
    border-color: #05AE0E;
    color: #05AE0E;
}

.has-error .form-control,
.form-control .has-error .form-control-feedback, .form-control.error {
    color: #FF3B30;
    border-color: #FF3B30;
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}

.form-control ::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control ::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control ::-webkit-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control ::-ms-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

.input-lg {
    height: 56px;
    padding: 10px 16px;
}

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-right: 0 none;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
            border-left: 0 none;
        }

.btn {
    border-width: 2px;
    background-color: transparent;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
}

    .btn:active, .btn.active {
        background-image: none;
        box-shadow: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        opacity: 0.45;
    }

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}

.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
}

.btn-wd {
    min-width: 100px;
}

.btn-default {
    color: #777777;
    border-color: #999999;
}

.btn-primary {
    color: #0d5494;
    border-color: #0d5494;
}

.btn-info {
    color: #2CA8FF;
    border-color: #2CA8FF;
}

.btn-success {
    color: #05AE0E;
    border-color: #05AE0E;
}

.btn-warning {
    color: #FF9500;
    border-color: #FF9500;
}

.btn-danger {
    color: #FF3B30;
    border-color: #FF3B30;
}

.btn:hover {
    background-color: transparent;
    opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle .btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: transparent;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle .btn-info {
    color: #109CFF;
    border-color: #109CFF;
    background-color: transparent;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle .btn-success {
    color: #049F0C;
    border-color: #049F0C;
    background-color: transparent;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle .btn-warning {
    color: #ED8D00;
    border-color: #ED8D00;
    background-color: transparent;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle .btn-danger {
    color: #EE2D20;
    border-color: #EE2D20;
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default.active, .open .dropdown-toggle .btn-default {
    color: #666666;
    border-color: #888888;
    background-color: transparent;
}

.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.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #3472F7;
}

.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.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: transparent;
    border-color: #2CA8FF;
}

.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.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: transparent;
    border-color: #05AE0E;
}

.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.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: transparent;
    border-color: #FF3B30;
}

.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.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: transparent;
    border-color: #FF9500;
}

/*           Buttons fill .btn-fill           */
.btn-fill {
    color: #FFFFFF;
    opacity: 1;
}

    .btn-fill:hover, .btn-fill:active, .btn-fill:focus {
        color: #FFFFFF;
    }

    .btn-fill.btn-default {
        background-color: #999999;
        border-color: #999999;
    }

        .btn-fill.btn-default:hover, .btn-fill.btn-default:focus, .btn-fill.btn-default:active, .btn-fill.btn-default.active, .open .dropdown-toggle .btn-fill.btn-default {
            background-color: #888888;
            border-color: #888888;
        }

    .btn-fill.btn-primary {
        background-color: #0d5494;
        border-color: #0d5494;
    }

        .btn-fill.btn-primary:hover, .btn-fill.btn-primary:focus, .btn-fill.btn-primary:active, .btn-fill.btn-primary.active, .open .dropdown-toggle .btn-fill.btn-primary {
            border-color: #1D62F0;
            background-color: #1D62F0;
        }

    .btn-fill.btn-info {
        background-color: #2CA8FF;
        border-color: #2CA8FF;
    }

        .btn-fill.btn-info:hover, .btn-fill.btn-info:focus, .btn-fill.btn-info:active, .btn-fill.btn-info.active, .open .dropdown-toggle .btn-fill.btn-info {
            background-color: #109CFF;
            border-color: #109CFF;
        }

    .btn-fill.btn-success {
        background-color: #05AE0E;
        border-color: #05AE0E;
    }

    .btn-fill.btn-warning {
        background-color: #FF9500;
        border-color: #FF9500;
    }

        .btn-fill.btn-warning:hover, .btn-fill.btn-warning:focus, .btn-fill.btn-warning:active, .btn-fill.btn-warning.active, .open .dropdown-toggle .btn-fill.btn-warning {
            background-color: #ED8D00;
            border-color: #ED8D00;
        }

    .btn-fill.btn-danger {
        background-color: #FF3B30;
        border-color: #FF3B30;
    }

        .btn-fill.btn-danger:hover, .btn-fill.btn-danger:focus, .btn-fill.btn-danger:active, .btn-fill.btn-danger.active, .open .dropdown-toggle .btn-fill.btn-danger {
            background-color: #EE2D20;
            border-color: #EE2D20;
        }

/*          End Buttons fill          */
.btn-simple {
    font-weight: 600;
    border: 0;
    padding: 10px 18px;
}

    .btn-simple.btn-xs {
        padding: 3px 5px;
    }

    .btn-simple.btn-sm {
        padding: 7px 10px;
    }

    .btn-simple.btn-lg {
        padding: 16px 60px;
    }

.btn-round.btn-xs {
    padding: 2px 5px;
}

.btn-round.btn-sm {
    padding: 6px 10px;
}

.btn-round.btn-lg {
    padding: 15px 30px;
}

/*            Navigation menu                */
.nav-pills {
    background-color: #999999;
}

    .nav-pills > li + li {
        margin-left: 0;
    }

    .nav-pills > li > a {
        border: 1px solid #2CA8FF;
        border-radius: 0;
        color: #2CA8FF;
        border: 0 !important;
        text-transform: uppercase;
        background-color: #999999;
        text-align: center;
        color: #FFFFFF !important;
        font-size: 12px;
        cursor: pointer;
    }

        .nav-pills > li > a:focus, .nav-pills > li > a:hover {
            background-color: #999999;
        }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        background-color: inherit;
    }

.text-primary, .text-primary:hover {
    color: #3472F7;
}

.text-info, .text-info:hover {
    color: #2CA8FF;
}

.text-success, .text-success:hover {
    color: #05AE0E;
}

.text-warning, .text-warning:hover {
    color: #FF9500;
}

.text-danger, .text-danger:hover {
    color: #FF3B30;
}

/*           Labels & Progress-bar              */
.label {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

    .label.label-fill {
        color: #FFFFFF;
    }

.label-primary {
    border-color: #3472F7;
    color: #3472F7;
}

.label-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.label-success {
    border-color: #05AE0E;
    color: #05AE0E;
}

.label-warning {
    border-color: #FF9500;
    color: #FF9500;
}

.label-danger {
    border-color: #FF3B30;
    color: #FF3B30;
}

label {
    font-weight: 600;
}

    label.error {
        color: #FF3B30;
        margin-top: 5px;
        margin-bottom: 0;
    }

    label small {
        color: #999999;
    }

.label-primary.label-fill, .progress-bar, .progress-bar-primary {
    background-color: #3472F7;
}

.label-info.label-fill, .progress-bar-info {
    background-color: #2CA8FF;
}

.label-success.label-fill, .progress-bar-success {
    background-color: #05AE0E;
}

.label-warning.label-fill, .progress-bar-warning {
    background-color: #FF9500;
}

.label-danger.label-fill, .progress-bar-danger {
    background-color: #FF3B30;
}

.label-default.label-fill {
    background-color: #999999;
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}

.tooltip-arrow {
    display: none;
    opacity: 0;
}

.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

    .tooltip-inner:after {
        content: "";
        display: inline-block;
        left: 100%;
        margin-left: -56%;
        position: absolute;
    }

    .tooltip-inner:before {
        content: "";
        display: inline-block;
        left: 100%;
        margin-left: -56%;
        position: absolute;
    }

.tooltip.top {
    margin-top: -11px;
    padding: 0;
}

    .tooltip.top .tooltip-inner:after {
        border-top: 11px solid #FAE6A4;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        bottom: -10px;
    }

    .tooltip.top .tooltip-inner:before {
        border-top: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        bottom: -11px;
    }

.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}

    .tooltip.bottom .tooltip-inner:after {
        border-bottom: 11px solid #FAE6A4;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        top: -10px;
    }

    .tooltip.bottom .tooltip-inner:before {
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        top: -11px;
    }

.tooltip.left {
    margin-left: -11px;
    padding: 0;
}

    .tooltip.left .tooltip-inner:after {
        border-left: 11px solid #FAE6A4;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        right: -10px;
        left: auto;
        margin-left: 0;
    }

    .tooltip.left .tooltip-inner:before {
        border-left: 11px solid rgba(0, 0, 0, 0.2);
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        right: -11px;
        left: auto;
        margin-left: 0;
    }

.tooltip.right {
    margin-left: 11px;
    padding: 0;
}

    .tooltip.right .tooltip-inner:after {
        border-right: 11px solid #FAE6A4;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        left: -10px;
        top: 0;
        margin-left: 0;
    }

    .tooltip.right .tooltip-inner:before {
        border-right: 11px solid rgba(0, 0, 0, 0.2);
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        left: -11px;
        top: 0;
        margin-left: 0;
    }

.footer {
    position: relative;
    bottom: 10px;
    right: 0px;
    width: 100%;
    color: #000;
    z-index: 4;
    text-align: center;
    margin-top: 60px;
}

    .footer a {
        color: #FFFFFF;
    }

    .footer .heart {
        color: #FF3B30;
    }

@media (max-width: 768px) {
    .main .container {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn-wd {
        min-width: 140px;
    }
}

/*
*
*
* FONTS
*
*
*/
@font-face {
    font-family: 'FuturaStdBook';
    src: url('/Content/Fonts/FuturaStd-Book.otf') format("opentype"),
         url('/Content/Fonts/FuturaStd-Book.woff') format("woff"),
         url('/Content/Fonts/FuturaStd-Book.ttf') format("truetype"),
         url('/Content/Fonts/FuturaStd-Book.eot?#iefix') format("embedded-opentype");
}

@font-face {
    font-family: 'FuturaStdMediumCondensed';
    src: url('/Content/Fonts/FuturaStdMediumCondensed.otf') format("opentype"),
         url('/Content/Fonts/FuturaStdMediumCondensed.woff') format("woff"),
         url('/Content/Fonts/FuturaStdMediumCondensed.ttf') format("truetype"),
         url('/Content/Fonts/FuturaStdMediumCondensed.eot?#iefix') format("embedded-opentype");
            
}
/*
*
*
* MENU & LOGO
*
*
*/
.logo-text {
  font-family: 'FuturaStdMediumCondensed';
  margin: -10px 0px 10px;
  color:#004c97;
  font-size: 26px;
}

.logo-text-white{
    color:#fff;
    margin-bottom:25px;
}

.logo-container {
    height:125px;
    left: 50px;
    position: absolute;
    top: 20px;
    z-index: 3;
}

.logo-container .logo {
overflow: hidden;
border-radius: 50%;
border: 1px solid #333333;
width: 60px;
float: left;
}

.logo-container .brand {
font-size: 18px;
color: #FFFFFF;
line-height: 20px;
float: left;
margin-left: 10px;
margin-top: 10px;
width: 60px
}

.navbar {
    height: 50px;
}

.navbar .logo {
    width: 50px;
    margin-left: 20px;
}

.navbar-brand {
    margin-top: 2px;
    padding: 0;
    width: 70px;
    display: inline-block;
}

.navbar-default {
    background-color: #ba0c2f;
    border-color: #ba0c2f;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}


.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


@media screen and (min-width: 0px) and (max-width: 940px){

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #ba0d30;
        color: #fff;
    }
}
    
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.nav-space {
 margin-top: 90px;
}

/*
*
*
* INPUT GROUP
*
*
*/
input.required {
 border-left: 5px solid #c72031;
}

.form-group {
    margin-bottom: 35px;
}

form label small, .parsley-errors-list.filled li {
    color: #c82233;
}

.requestBox {
    margin-bottom: 20px !important;
}

.parsley-errors-list.filled {
    padding-left: 20px;
    padding-top: 5px;
    position:absolute
}

select.selectize {
    position: inherit !important;
}

.selectize-parsely-error {
  padding-top: 0px !important;
}

.selectize-input { height: 20px; }

.uppercase { text-transform: uppercase; }

.relationship {
    margin-right:10px;
}

.form-control .has-error{
   background-color: #fbd7d7;
   border: 1px solid #ff9f9f;
}

/*
*
*
* BUTTONS 
*
*
*/
.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
    /*display:block;*/
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.btn-login {
    color: #fff;
    border-color: #ba0c2f;
    background-color: #ba0c2f;
    opacity: 1;
}

.disabledAll {
    pointer-events: none;
    opacity: 0.5;
}

.btn-login:hover {
    color: #fff;
    border-color: #ba0c2f;
    background-color: #ba0c2f;
    opacity: 0.7;
}

.field-login {
    background: rgba(2, 26, 111, 0.53);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    padding: 1px 1px;
    border-bottom: .12em solid #fff;
    font-size: 16px;
}

    .field-login:focus {
        background: rgba(2, 26, 111, 0.53);
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        color: #fff;
        padding: 1px 1px;
        border-bottom: 0.12em solid #ba0c2f;
        font-size: 16px;
    }

select.field-login option{
    color:#000;
}

/*
 *
 * ACCORDING TOGGLE 
 *
 *
*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body .table-responsive-1 {
        min-height: .01%;
}

table.fixed { table-layout:fixed; }


div.group-relationship .selectize-control {
    height:33px !important;
}
/*
*
*
* LOGIN PAGE 
*
*
*/

/*
body.bg-login{
    background-image: url('/assets/img/bg-login.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1760a1;
}*/

body.bg-login:before{
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url('/assets/img/bg-login.png'); no-repeat center center;
  background-color: #1760a1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



body.bg-login .wizard-header {
    margin-top:25px;
}

.login-welcome-card {
    left: 150px;
    width: 780px;
    height:100%;
    min-height: 730px;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 0;
    position: fixed;
    margin-top: -20px;
    -webkit-box-shadow: 0px 30px 107px -12px rgba(0,0,0,0.75),0px 30px 80px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 30px 107px -12px rgba(0,0,0,0.75),0px 30px 80px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 30px 107px -12px rgba(0,0,0,0.75),0px 30px 80px -12px rgba(0,0,0,0.75);
}

.login-form-card {
    min-height: 410px;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 170px;
    margin-left: 70px;
    height:100%;
    position: fixed;
    width:350px;
}

@media screen and (min-width: 300px) and (max-width: 900px) {
    
    .login-form-card {
        min-height: 410px;
        background-color: transparent;
        border-radius: 10px;
        padding: 10px 0;
        margin-top: 190px;
        margin-left: 70px;
        height:100%;
        position: absolute !important;
        width:350px;
    }
}



@media screen and (min-width: 992px) and (max-width: 1500px){

    .login-welcome-card {
        min-height: 630px;
    }
    .login-footer {
        
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .login-form-card {
        margin-left: 15px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .login-form-card {
        margin-left: 30px;
    }


}


.top-info-container {
    overflow-x: hidden;
    height: 500px;
    overflow-y: auto;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .login-welcome-card {
        left: 150px;
        width: 680px;
    }

    .top-info-container {
        overflow-x: hidden;
        height: 500px;
        width: 665px;
        overflow-y: auto;
    }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    .login-welcome-card {
        left: 150px;
        width: 580px;
    }

    .top-info-container {
        overflow-x: hidden;
        height: 460px;
        width: 565px;
        overflow-y: auto;
    }

    .login-form-card {
        width: 250px;
       margin-left: 60px;
    }

}


.login-footer {
    margin-top: 30px;
    padding: 1rem;
    text-align: center;
}

.login-footer address {
            font-size: 12px;
    font-family: FuturaStdBook;
}

.forgot-link {
    color: #b9b7b7;
}

.forgot-link:hover {
    color: #fff;
    text-decoration:none;
}

.welcome-text {
  font-family: FuturaStdMediumCondensed;
  margin-top:20%;
  color:#004c97;
  font-weight:normal;
  font-size: 65px;
  letter-spacing: 1px;
}
/*
*
*
* LISTS & TABS 
*
*
*/
li.pills-info{
    width: 100%;
    background-color:#ba0c2f;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    
    li.pills-info{
       position:fixed;
    }



}

  
.li-pills {
    width:20%;
}


@media screen and (min-width: 0px) and (max-width: 400px) {
    .li-pills{
        width: 100%;
    }
}


@media screen and (min-width: 400px) and (max-width: 992px) {
    .li-pills {
        width: 50%;
    }
}

.li-pills.active {
    background-color:#004c97;
}


@media screen and (min-width: 0px) and (max-width: 769px) {

  .wizard-navigation {
    position: relative;
    width: 100%;
    z-index: 999;
  }

}

@media screen and (min-width: 992px) and (max-width: 1500px) {

  .wizard-navigation {
    position: relative;
    width: 100%;
    z-index: 999;
  }

}


/*
*
*
* DASHBOARD 
*
*
*/
.profile-card {
    margin-top: -10px;
    background: #1e5799; /* Old browsers */
    -webkit-border-radius: 10px 2px 15px 15px;
    border-radius: 10px 2px 15px 15px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA0Yzk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDA0Yzk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjMDA0Yzk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #1e5799 0%, #004c97 0%, #004c97 15%, #004c97 38%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#004c97), color-stop(15%,#004c97), color-stop(38%,#004c97), color-stop(100%,#7db9e8)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#004c97 0%,#004c97 15%,#004c97 38%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #1e5799 0%,#004c97 0%,#004c97 15%,#004c97 38%,#7db9e8 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #1e5799 0%,#004c97 0%,#004c97 15%,#004c97 38%,#7db9e8 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #1e5799 0%,#004c97 0%,#004c97 15%,#004c97 38%,#00a1effa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); 
   -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,1);
-moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,1);
box-shadow: 0px 10px 30px -13px rgba(0,0,0,1);


    
}

.profile-card .profile-title,
.profile-card .profile-subtitle,
.profile-card .profile-text {
    font-family:FuturaStdBook;
}

.profile-card .profile-title{
    color:#fff;
    text-align: left;
    font-weight: 300;
    margin: 5px 10px 10px 30px;
}

.profile-card .profile-subtitle {
   text-align: left;
   font-weight: 700;
   margin: 10px 0px 10px 30px;
   color: #fff;
   font-weight:600;
   font-size:16px;
}

.profile-card p.profile-text {
    text-align: left;
    font-weight: normal;
    font-size:14px;
    margin: 0px 10px 10px 30px;
    color:#fff;
}

.fa-InformacionPersonal:before {
    content: "\f007";
}

.fa-InformacionAcademica:before{
    content: "\f19d";
}

.fa-InformacionLaboral:before{
    content: "\f1ad";
}

.fa-InformacionFamiliar:before{
    content: "\f0c0";
}

.fa-DocumentosRequeridos:before{
    content: "\f15b";
}

/*
*
*
* PROFILE COMPONENTE - DASHBOARD 
*
*
*/
.profile-header-container{
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 34px;
}

.profile-header-img > img.img-circle {
    width: 130px;
    height: 130px;
    border: 5px solid #d2d2d2;
    background: #fff;
}


/*
*
*
* LEGEND COLOR - DASHBOARD
*
*
*/
.legend-green {
    margin: 15px 0px 0px 10px;
    color: #05ae0e;
    border-color: #05ae0e;
}

.legend-gris {
   margin: 15px 0px 0px 10px;
   color: #666;
   border-color: #888;
}

/*
*
*
* PRELOADER
*
*
*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/*! X-editable - v1.5.0 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1; 
   *display: inline;
}

.editable-buttons.editable-buttons-bottom {
   display: block; 
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1; 
   *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px; 
   width: 30px;
}

.editableform-loading {
    background: url('/assets/img/select2-spinner.gif') center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
   color: red;  
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px; 
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url('../img/clear.png') center center no-repeat;
   display: block;
   width: 13px;    
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;
   
   top: 50%;
   right: 6px;
   margin-top: -6px;
   
}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #FFF;
}

.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
   color: #109CFF;  
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic; 
  color: #DD1144;  
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;  
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{ 
    padding-top: 5px;
    display:inline-block;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}


.popover-title {
    color: #232323;
    font-weight: bold;
}

.editable-link{
    color:#fff;
}


.editable-link:hover {
    color: #109CFF;
}

.btn-xeditable{
    text-decoration: none;
    border-bottom: solid 2px #0d5494 !important;
}

