/** FONTS **/
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/OpenSans/Open-Sans-regular.eot');
    src: url('../fonts/OpenSans/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
    local('Open Sans'),
    local('Open-Sans-regular'),
    url('../fonts/OpenSans/Open-Sans-regular.woff2') format('woff2'),
    url('../fonts/OpenSans/Open-Sans-regular.woff') format('woff'),
    url('../fonts/OpenSans/Open-Sans-regular.ttf') format('truetype'),
    url('../fonts/OpenSans/Open-Sans-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/OpenSans/Open-Sans-700.eot');
    src: url('../fonts/OpenSans/Open-Sans-700.eot?#iefix') format('embedded-opentype'),
    local('Open Sans Bold'),
    local('Open-Sans-700'),
    url('../fonts/OpenSans/Open-Sans-700.woff2') format('woff2'),
    url('../fonts/OpenSans/Open-Sans-700.woff') format('woff'),
    url('../fonts/OpenSans/Open-Sans-700.ttf') format('truetype'),
    url('../fonts/OpenSans/Open-Sans-700.svg#OpenSans700') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/OpenSans/Open-Sans-300.eot');
    src: url('../fonts/OpenSans/Open-Sans-300.eot?#iefix') format('embedded-opentype'),
    local('Open Sans Light'),
    local('Open-Sans-300'),
    url('../fonts/OpenSans/Open-Sans-300.woff2') format('woff2'),
    url('../fonts/OpenSans/Open-Sans-300.woff') format('woff'),
    url('../fonts/OpenSans/Open-Sans-300.ttf') format('truetype'),
    url('../fonts/OpenSans/Open-Sans-300.svg#OpenSans300') format('svg');
}

/**********************************************************************************************************************/
/* GLOBAL */
/**********************************************************************************************************************/
html, body {
    height: 100%;
}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #0e3d3c;
    color: #6b7b97;
}
canvas {
    width: 100%;
    height: 100%;
}
textarea {
    resize: vertical;
}
blockquote {
    font-size: 14px;
}
@media (min-width: 1600px) {
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
}

/**********************************************************************************************************************/
/* LAYOUT: navbar | header | wrapper [sidebar | main]
/**********************************************************************************************************************/
body {
    padding-top: 50px; /* fixed navbar on top */
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 0; /* fixed navbar on top */
        background: #666B80; /* sidebar background color  */
    }
}

/*
 * NAVBAR
 * -------------------
 */
.navbar-default {
    background-color: transparent;
}
.navbar-fixed-top {
    border: 0;
    box-shadow: 0px 1px 4px -4px #000;
    -moz-box-shadow: 0px 1px 4px -4px #000;
    -webkit-box-shadow: 0px 1px 4px -4px #000;
}
.navbar-fixed-top.background {
    background-color: #f8f8f8;
}
.navbar-fixed-top .navbar-nav>li>a {
    color: #fff;
}
.navbar-fixed-top.background .navbar-nav>li>a {
    color: #777;
}
.navbar-fixed-top.background .nav > li > a > .icon {
    color: #777;
}
.navbar-fixed-top .navbar-brand {
    display: block;
    width: 220px;
    height: 50px;
    background: url('../img/logo_notitia_white.png') 50% 50% no-repeat;
    background-size: contain;
}
.navbar-fixed-top.background .navbar-brand {
    background: url('../img/logo_notitia_color.png') 50% 50% no-repeat;
    background-size: contain;
}
.navbar-fixed-top .navbar-toggle {
    border: 0;
    border-radius: 0;
}
.navbar-fixed-top .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-fixed-top .nav > li > a > .icon {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.navbar-fixed-top .nav > li > a > .text {
    padding-left: 5px;
}
.navbar-fixed-top .nav ul {
    list-style: none;
}
.navbar-fixed-top .navbar-nav .select-user ul {
    max-height: 500px;
    overflow: auto;
}
@media screen and (min-width: 768px) {
    .navbar-fixed-top .navbar-brand {
        height: 65px;
    }

    .navbar-fixed-top .nav > li {
        border-right: 1px solid #dde3f0;
    }
    .navbar-fixed-top .nav > li:last-of-type {
        border-right: 0;
    }

    .navbar-fixed-top .nav > li > a {
        height: 70px;
        padding: 0 15px;
        white-space: nowrap;
    }
    .navbar-fixed-top .nav > li > a:hover {
        background: #E7E7E7;
    }

    .navbar-fixed-top .nav > li > a > .icon,
    .navbar-fixed-top .nav > li > a > .text {
        display: inline-block;
        float: left;
        line-height: 70px;
    }

    .navbar-fixed-top .nav > li > a > .icon {
        font-size: 26px;
    }
    .navbar-fixed-top .nav > li > a:hover > .icon {
        color: inherit;
    }

    .navbar-fixed-top .nav > li > a > .text > .badge {
        position: relative;
        top: -10px;
        left: -15px;
        margin-right: -15px;
    }

    .navbar-fixed-top .nav > li > a .text-main {
        display: block;
        margin-top: 22px;
        line-height: 26px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .navbar-fixed-top .nav > li > a .text-small {
        display: block;
        line-height: 1em;
        font-size: 12px;
        font-weight: 300;
    }

    .navbar-fixed-top .nav > li > .dropdown-menu {
        border: 0;
        border-radius: 0;
    }
    .navbar-fixed-top .nav > li > .dropdown-menu small {
        line-height: 1em;
        font-size: 11px;
        font-weight: 400;
    }
}
@media screen and (min-width: 992px) {
    .navbar-fixed-top .navbar-brand {
        width: 250px;
    }
}

.dropdown-menu input {
    display: block;
    margin: 3px 20px;
    padding-left: 5px;
    padding-right: 5px;
    clear: both;
    width: -webkit-fill-available;
    width: -moz-available;
}

/*
 * HEADER
 * -------------------
 */
.header {
    position: relative;
    padding: 15px;
}
.header h1 {
    margin: 0;
}
.header h1 .icon {
    font-size: smaller;
}
@media screen and (min-width: 768px) {
    .header {
        height: 210px;
        padding: 100px 20px 30px;
        overflow: auto;
        background-color: #0e3d3c;
        /*background-image: url('../img/background-extranet.png');*/
        /*background-position: 50% 0;*/
        /*background-size: cover;*/
    }
    .ie8 .header {
        background-position: 0 0;
        background-repeat: repeat;
    }
    .header h1 {
        float: left;
        font-size: 42px;
        font-weight: 300;
        color: #fff;
    }
}

/*
 * WRAPPER
 * -------------------
 */
@media screen and (min-width: 768px) {
    .wrapper {
        position: relative;
        height: calc(100% - 140px); /* 140px: header height */
    }
}

/*
 * SIDEBAR
 * -------------------
 */
.sidebar {
    display: none; /* visible in navbar on xs screen */
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
}

@media screen and (min-width: 768px) {
    .sidebar {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #0e3d3c;
        color: #dcdfec;
    }
    .sidebar.affix {
        position: fixed;
        top: 70px;
    }

    /* Nav */
    .sidebar-nav {
        /*min-height: 100%;*/
    }
    .sidebar-nav a {
        color: #dcdfec;
    }

    .sidebar-nav > li > a {
        display: block;
        height: 40px;
        padding: 0 10px;
        border-bottom: 1px solid #757a90;
        border-left: 4px solid #7b8197;
        line-height: 40px;
        font-size: 16px;
        font-weight: 700;
        outline: none;
        white-space: nowrap;
    }
    .sidebar-nav > li > a .icon {
        /* pas de float : un float qui déborde de la ligne (arrondi de rendu
           Windows) fait cascader tous les floats suivants en diagonale */
        display: inline-block;
        margin-right: 10px;
        font-size: 24px;
        line-height: 1;
        vertical-align: middle;
    }
    .sidebar-nav > li > a .badge {
        float: right;
        height: 24px;
        margin-top: 8px; /* (40 - 24) / 2 */
        padding: 0 10px;
        border-radius: 12px; /* 24/2 */
        font-size: 12px;
        line-height: 24px;
        background-color: #aa8955;
    }

    .sidebar-nav > li.contact > a {
        color: #aa8955;
    }

    .sidebar-nav > li.active > a,
    .sidebar-nav > li:hover > a,
    .sidebar-nav > li > a:hover,
    .sidebar-nav > li > a:active,
    .sidebar-nav > li > a:focus {
        border-left-color: #aa8955;
        color: #aa8955;
    }

    .sidebar-nav > li.disabled > a,
    .sidebar-nav > li.disabled > a:hover,
    .sidebar-nav > li.disabled > a:active,
    .sidebar-nav > li.disabled > a:focus {
        border-left-color: #757a90;
        color: #757a90;
    }

    /* Sub-nav */
    .sidebar-nav > li > ul {
        padding: 0 0 1px;
        list-style: none;
        border-bottom: 1px solid #757a90;
        background-color: #4e5369;
        box-shadow: 0px 1px 4px -4px #000 inset;
        -moz-box-shadow: 0px 1px 4px -4px #000 inset;
        -webkit-box-shadow: 0px 1px 4px -4px #000 inset;
    }
    .sidebar-nav > li > ul > li > a {
        display: block;
        height: 35px;
        padding: 0 0 0 10px;
        line-height: 35px;
    }
    .sidebar-nav > li > ul > li > a:hover {
        text-decoration: none;
        background-color: rgba(255,255,255,0.1);
        color: #aa8955;
    }

    .sidebar footer {
        padding: 10px;
        font-size: 12px;
    }
}

/*
 * CONTENT
 * -------------------
 */
@media screen and (min-width: 768px) {
    .content {
        position: relative;
        top: -30px;
        margin-left: 250px; /* sidebar width */
        padding: 20px;
        min-height: 100%;
        background: #f1f2f7;
    }
    .content:after {
        content: "Réalisé par www.generation-internet.biz";
        display: block;
        position: absolute;
        bottom: -30px;
        left: 0;
        height: 30px;
        width: 100%;
        box-shadow: 0px 1px 4px -4px #000 inset;
        -moz-box-shadow: 0px 1px 4px -4px #000 inset;
        -webkit-box-shadow: 0px 1px 4px -4px #000 inset;
        line-height: 30px;
        font-size: 11px;
        text-align: center;
        background: #f8f8f8;
    }
}

.restricted .sidebar {
    width: 0;
}
.restricted .content {
    margin-left: 0;
}
/**********************************************************************************************************************/
/* CLASSES
/**********************************************************************************************************************/
/*
 * ALERT
 * -----
 */
.alert {
    border-width: 0px 0px 0px 5px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.alert.alert-danger {
    border-color: #c23321;
}
.alert.alert-warning {
    border-color: #c87f0a;
}
.alert.alert-info {
    border-color: #515732;
    color: #515732;
}
.alert.alert-success {
    border-color: #00733e;
}
.alert.alert-sm {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 11px;
}

/*
 * FORMS
 * -------
 */
.control-label.required:after {
    content: " *";
    font-size: 0.8em;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: -5px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group .checkbox {
    margin: 0;
}
.form-help {
    margin-top: -10px;
    font-style: italic;
}

.checkbox.disabled {
    color: #aaa;
}
.checkbox.disabled .icon {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}

input[type=number]#inquiry_target_purchasePrice::-webkit-inner-spin-button,
input[type=number]#inquiry_target_purchasePrice::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]#inquiry_target_purchasePrice {
    -moz-appearance: textfield;
}
#addAttachment {
    cursor: pointer;
}
.draganddrop {
    width: 100%;
    height: 10rem;
    border: 3px dashed #CCC;
    padding-top: 2rem;
    padding-left: 0.5rem;
}
.form-help-draganddrop {
    margin-top: -6rem;
    margin-left: 1rem;
    position: absolute;
    font-style: italic;
}

/*
 * NAV PILLS
 * ---------
 */
.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
    margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #515732;
}
.nav-pills > li.active > a {
    font-weight: 600;
}
/*
 * NAV STACKED
 * -----------
 */
.nav-stacked {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0 !important;
}
.nav-stacked > li:last-of-type {
    border-bottom: none;
}
.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #515732;
}
.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

/*
 * POPOVER
 * -------
 */
.popover {
    z-index: 990; /* under dropdown-menu in navbar */
    border-radius: 0;
}

/*
 * PAGINATION
 * -------
 */
.pagination {
    margin: 0;
}
.pagination > li {
    display: inline-block;
    float: left;
}
.pagination > li .bootstrap-select {
    width: auto !important;
}
.pagination > li .bootstrap-select .btn {
    border-radius: 0;
    border: 1px solid #DDD;
    border-left: 0;
}

/*
 * PANEL
 * -------
 */
.panel,
.panel > * {
    border-width: 0;
}
.panel .table,
.panel .table-responsive {
    margin: 0;
}

.panel-heading {
    overflow: auto;
}
.panel-heading.no-overflow {
    overflow: initial;
}
.panel-default > .panel-heading {
    background-color: #ffffff;
    color: inherit;
}
.panel-info > .panel-heading {
    background-color: #0e3d3c;
    color: #ffffff;
}
.panel-success > .panel-heading {
    background-color: #aa8955;
    color: #ffffff;
}
.panel-warning > .panel-heading {
    background-color: #f0ad4e;
    color: #ffffff;
}
.panel-primary > .panel-heading {
    background-color: #515732;
}

.panel-heading > .panel-title {
    text-transform: uppercase;
    line-height: 1.2em;
}
.panel-heading > .panel-title .icon,
.panel-heading > .panel-title .fa {
    float: left;
    margin-right: 5px;
    line-height: 1em;
    font-size: 1.2em;
    color: #ccc;
    color: rgba(255, 255, 255, 0.5);
}
.panel-default > .panel-heading > .panel-title .icon,
.panel-default > .panel-heading > .panel-title .fa {
    color: inherit;
}
.panel-heading > .panel-title-sm,
.panel-heading > .panel-title-sm .icon,
.panel-heading > .panel-title-sm .fa {
    line-height: 30px;
}

.panel-heading > .panel-tools {
    float: right;
}
.panel-heading > .panel-tools a {
    color: inherit;
}

@media print {
    .panel,
    .panel > * {
        box-shadow: none;
        page-break-inside: avoid;
    }
    .panel > .panel-heading,
    .panel > .table {
        border: 1px solid #ccc;
    }
}

/*
 * TABLE
 * -------
 */
.table > thead > tr > th {
    font-variant: small-caps;
    font-weight: normal;
    white-space: nowrap;
}
.table > tbody > tr > td > .icon {
    font-size: 1.6em;
}
.table .nowrap {
    width: 1%;
    white-space: nowrap;
}

.table tr[data-href] {
    cursor: pointer;
}
.table tr[data-href] a {
    color: #333;
    text-decoration: none;
}
.table tr.unread td {
    font-weight: 700;
}
.table tr td .text-muted {
    font-weight: 400;
}
.table tr td .img-sm {
    max-height: 15rem;
}

.table-list > thead > tr > th {
    padding: 0;
}
.table-list > thead > tr > th > a,
.table-list > thead > tr > th > span {
    display: block;
    padding: 5px;
    color: #6B7B97;
}
.table-list > thead > tr > th > a:hover,
.table-list > thead > tr > th > a:focus,
.table-list > thead > tr > th > a:active {
    background: #eee;
    text-decoration: none;
}
.table-list > thead > tr > th > a.active {
    background: #D9EDF7;
}

.table-list .list-type-date,
.table-list .list-type-time,
.table-list .list-type-datetime,
.table-list .list-pricesheet-prices {
    width: 1%;
    white-space: nowrap;
}
.table-list > tbody > tr > td.nowrap > i {
    vertical-align: middle;
    margin-left: 5px;
}


/*
 * ARTICLE
 * -------
 */
.article {
    margin: 15px 0;
    padding: 15px;
    border-radius: 5px;
    background: #aa8955;
    color: #fff;
}
.article-header {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
}
.article-header .icon {
    float: left;
    margin-right: 5px;
    font-size: 24px;
    line-height: inherit;
    min-width: 30px;
}

.article-body p {
    margin: 0;
    padding: 5px 0;
}
.article-title {
    font-size: 16px;
    font-weight: 700;
}
.article-content {
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    .header .article {
        float: right;
        margin: 0;
        width: 270px;
        height: 180px;
    }
    .article-body {
        max-height: 120px;
        padding-right: 10px;
        overflow: auto;
    }
}

/*
 * INFO BOX
 * -------------------
 */
.info-box {
    display: block;
    min-height: 90px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.info-box small {
    font-size: 14px;
}
.info-box-icon {
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    border-radius: 2px 0 0 2px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    color: #fff !important;
}
.info-box-icon > img {
    max-width: 100%;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.info-box-more {
    display: block;
}

/*
 * CHART LEGEND
 * ------------
 */
.chart-legend {
    list-style: none;
    padding: 0;
}
.chart-legend li {
    line-height: 25px;
    width: 50%;
}
.chart-legend .icon {
    float: left;
    margin-right: 5px;
    font-size: 16px;
    line-height: 25px;
}

/*
 * Package
 */
.package-div strong {
    color: #000000;
}
.package-ul strong {
    color: #0097ff;
}

/*
 * BTN APP
 * -------
 */
.btn-primary {
    background-color: #515732;
    border-color: #515732;
}
.btn-primary:hover {
    background-color: #0e3d3c;
    border-color: #0e3d3c;
}
.btn-info {
    background-color: #0e3d3c;
    border-color: #0e3d3c;
}
.btn-info:hover {
    background-color: #515732;
    border-color: #515732;
}
.btn-warning {
    background-color: #aa8955;
    border-color: #aa8955;
}

.btn-app {
    width: 100px;
    height: 80px;
    padding: 6px 3px;
    margin: 0 10px 10px 0;
    border: 0;
    font-size: 12px;
    line-height: 1.1em;
    text-align: center;
    white-space: normal;
    color: #6b7b97;
    background: #fff;
}
.btn-app .icon {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 24px;
}
.btn-app:hover,
.btn-app:hover .icon,
.btn-app:focus,
.btn-app:focus .icon,
.btn-app:active,
.btn-app:active .icon {
    background-color: #aa8955;
    color: #fff !important;
}
.btn-app-call {
    border: 1px solid #ccc;
}

.btn-app.disabled,
.btn-app.disabled .icon,
.btn-app.disabled:hover,
.btn-app.disabled:hover .icon,
.btn-app.disabled:focus,
.btn-app.disabled:focus .icon,
.btn-app.disabled:active,
.btn-app.disabled:active .icon {
    background-color: #ddd;
    color: #666 !important;
}

.btn-video {
    background-color: #aa8955;
    text-transform: uppercase;
    color: #fff;
}
.btn-video div {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    text-align: left;
}
.btn-video .icon {
    font-size: 4em;
}
.btn-help {
    margin-left: 5px;
    padding: 1px 6px;
    background-color: #aa8955;
    border-color: #aa8955;
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .btn-video {
        font-size: 20px;
    }
}

/*
 * BG
 */
.bg-primary {
    background-color: #515732;
}

/*
 * TOOLTIP
 */
#inquiry_elements .tooltip-inner {
    max-width: 350px;
    width: 350px;
    background-color: #515732;
    border-color: #515732;
}
#inquiry_elements .tooltip-arrow {
    border-right-color: #515732;
}

/*
 * RING
 * -------
 */
.ring {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 10px;
    text-align: center;
}
.ring-info {
    color: #515732;
}
.ring-success {
    color: #aa8955;
}
.ring-warning {
    color: #f0ad4e;
}
.ring > canvas {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.ring > .ring-value {
    display: block;
    padding-top: 20px;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
.ring > .ring-value small {
    font-size: 25px;
}
.ring > .ring-text {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .header .ring {
        float: right;
        margin: 20px 20px 0 0;
    }
    .header .ring-text,
    .header .ring-value {
        color: #fff;
    }
}
@media screen and (min-width: 992px) {
    .ring {
        width: 140px;
        height: 140px;
        margin: 10px;
    }
    .ring > .ring-value {
        padding-top: 30px;
    }
}

/**********************************************************************************************************************/
/* PAGES
/**********************************************************************************************************************/
/*
 * Secure (Login/Group/Password)
 * -------------------
 */
.secure {
    padding: 110px 0 0;
}
.secure .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}
.secure .header .row {
    margin: 0;
}
.secure .header .col {
    padding: 0;
}
.secure .header a {
    height: 50px;
    padding: 12px 6px;
    color: #fff;
    font-family: 'RobotoCondensed', "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
}
.secure .header a.btn-inquiry {
    background-color: #a1b865;
}
.secure .header a.btn-covering {
    background-color: #29baeb;
}
.secure .header a.btn-genealogy {
    background-color: #a180b4;
}
.secure .header a.btn-real-estate {
    background-color: #e67d40;
}
.secure section {
    background: #e6e8ea;
    position: relative;
    padding: 15px;
    margin: 0 auto;
    min-width: 270px;
    max-width: 330px;
    border-radius: 4px;
}
.secure h1 {
    margin: 0 0 15px;
    height: 70px;
    background: url('../img/logo_notitia_white.png') 50% 0 no-repeat;
    background-size: contain;
    text-indent: -9999em;
    overflow: hidden;
}
.secure p,
.secure .help-block,
.secure .alert {
    line-height: 1.2em;
    font-size: 13px;
}
.secure li {
    line-height: 1.2em;
    font-size: 12px;
}
.secure form {
    margin-bottom: 10px;
}
.secure .alert {
    padding: 10px;
    margin-bottom: 10px;
}
.secure .alert-dismissible .close {
    top: -12px;
    right: -6px;
}
.secure form .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    background-color: #aa8955;
    font-size: 18px;
    text-transform: uppercase;
}
.secure .links {
    text-align: center;
    font-size: 12px;
}

.secure .form-group {
    margin-bottom: 6px;
}
.secure .input-group .input-group-addon,
.secure .input-group .form-control {
    height: 40px;
    background-color: #fff;
    border-color: #e6eaf3;
}
.secure .input-group .input-group-addon {
    position: relative;
    border-right: 0;
    font-size: 22px;
    color: #a1acbd;
}
.secure .input-group .input-group-addon:after {
    content: '';
    position: absolute;
    top: 15%;
    right: 0;
    height: 70%;
    width: 0;
    border-right: 1px solid #d5dbe3;
}
.secure .input-group .form-control {
    border: 1px solid #e6eaf3;
    border-left: 0;
    box-shadow: none;
    font-size: 16px;
}

.secure .list-group-item {
    padding: 6px 12px;
}
.secure .list-group-item-heading {
    font-size: 16px;
}
.secure .list-group-item-text {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .secure {
        background-color: #0e3d3c;
    }
    .secure .header {
        overflow: hidden;
    }
    .secure .header a {
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        font-size: 1.6rem;
    }
    .secure .header a:hover {
        transform: scale(1.4);
        z-index: 1;
        position: relative;
        padding-top: 16px;
    }
    .secure .slimscroll {
        max-height: 250px;
        overflow: auto;
    }
}

/* IE Browser Alert */
.browser-alert {
    display: none;
    position: absolute;
    top: 150px; /* 148px / 160px */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #f5f5f5;
}
.browser-alert .panel-heading {
    font-size: 14px;
}
.browser-alert .panel-footer {
    text-align: right;
}
.ie8 .browser-alert {
    display: block;
}

/*
 * Dashboard
 * -------------------
 */
.dashboard .panel-footer a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: inherit;
}
.dashboard .panel-footer a .icon {
    color: #a1acbd;
}

.dashboard .table > thead > tr > th {
    border-bottom: 0;
}

.link-tr {
    height: 38px;
    cursor: pointer;
}
.link-tr td {
    vertical-align: middle !important;
}
.link-tr td:first-child {
    border-left: 4px solid transparent;
}
.link-tr td:last-child {
    border-right: 1px solid transparent;
}
.link-tr:hover td {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.panel-info .link-tr:hover td {
    border-color: #0e3d3c;
    color: #0e3d3c;
}
.panel-success .link-tr:hover td {
    border-color: #aa8955;
    color: #aa8955;
}

@media screen and (min-width: 768px) {
    .dashboard .header {
        height: 340px;
    }
    .dashboard .wrapper {
        height: calc(100% - 270px);
    }
    .dashboard .panel .slimscroll {
        max-height: 250px;
    }
}

/**
 Statistics
 */
.panel-stats-form .form-group {
    display: inline;
}
.panel-stats-form label {
    font-weight: 500;
    width: 170px;
}
.panel-stats-form .form-control {
    display: inline;
    max-width: 400px;
}
.panel-stats-form .ladda-label {
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}

#loading {
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.3);
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
}
#loading .box {
    position:absolute;
    top:0;
    padding: 7px;
    padding-left: 35px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    max-width: 300px;
    -moz-border-radius: 5px; /* Mozilla, Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px; /* css3 */
    z-index: 1001;
    background: #fff;
    margin-left: 40%;
    margin-top: 20%;
    background: #fff url('../img/loading.gif') no-repeat 10px center;
}
.statistics-btn {
    margin-top: 5px;
    white-space: normal;
    float: right;
}

/**
 Cart
*/
#on-quotation small {
    margin-left: 5px;
    margin-top: 10px;
    display: block;
}
#on-quotation i {
    margin-right: 5px;
}
#on-entityPrice small {
    margin-left: 5px;
    margin-top: 10px;
    display: block;
}
#on-entityPrice i {
    margin-right: 5px;
}

/**
 Progress bar button
 */
.btn-progress {
    position: relative;
}
#progress {
    height: 100%;
    width: 0;
    background-color: #aa8955;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

/**
 * Full calendar
 */
.fc-view {
    background-color: #fff;
}
.fc-widget-header, .fc-widget-content.fc-time {
    background-color: #f1f2f7;
}
.fc-today {
    background-color: transparent!important;
}
.fc-business-container .fc-nonbusiness {
    background-color: #000;
}
.fc-event-container .fc-time-grid-event.fc-short .fc-title {
    font-size: 1em;
}
